python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python3 /home/admin/workarea/git/Velours/python/prod/memo/memo.py --dashboard_places=angers_montee_convoyeur -j exemple_contaminant_stat -v --rootfolder_sla=/data_4/data_log/job/memo/angers_montee_convoyeur --date 2025-06' -s sla_mensuel -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded Import error (python version) Need env var : LOGRASPI Raspi : , Date : 2025-06 _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, 30) 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 Working exemple contaminant stat 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 >= "2025-06-01" AND ded.date <= "2025-06-30" 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 (1864814,1953568,1953583,1874123,1877574,1953590,1885919,1888970,1904938,1953604,1953612,1953621,1953634,1953641,1930438,1953652,1953666,1953439,1953674,1940177,1957597,1940174,1957587,1941229,1941219,1952828) 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': 'gm', 'pht_type': 3594, 'ratio': 0.0020538884943181812, 'nb_photo': 10, 'list_port_cont': '24303624', 'assoc_port': '24295880:24303624', 'assoc_mat': '24295880:autre:3594:24303624'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006466329064577484, 'nb_photo': 1210, 'list_port_cont': '23543374,23573942,23575813,23585108,23586533,23586997,23595921,23596143,23596246,23597066,23602069,23607096,23608060,23608196,23609483,23622309,23628280,23630917,23631346,23631922,23632249,23647732,23648003,23650881,23652926,23653384,23678938,23679167,23679632,23680137,23680916,23687983,23689406,23693459,23696210,23701773,23702067,23703145,23704374,23707515,23708320,23719341,23726638,23726920,23730726,23732351,23734743,23737167,23738075,23738430,23740861,23742311,23808421,23808651,23812501,23812537,23823593,23826178,23847671,23857442,23857795,23914676,23919737,23959791,24001592,24011671,24021168,24021526,24022357,24022430,24022698,24025106,24025567,24035035,24036011,24080386,24097171,24099704,24117621,24117681,24118732,24133800,24135023,24138363,24139839,24141521,24147186,24164185,24164665,24164833,24164936,24165153,24165321,24166336,24166393,24167591,24168079,24168175,24168761,24169725,24169965,24170120,24170229,24170334,24171470,24171669,24171714,24171753,24172346,24172913,24190004,24231626,24243708,2426326', 'assoc_port': '23534657:23573942,23542721:23543374,23545657:23585108,23550746:23575813,23556267:23586997,23556281:23586533,23585184:23596246,23585186:23596143,23586467:23597066,23586482:23602069,23592539:23607096,23594051:23608060,23594053:23608196,23595408:23609483,23595419:23595921,23620717:23631346,23620727:23632249,23620741:23622309,23627496:23628280,23630255:23630917,23630741:23631922,23634452:23647732,23636430:23648003,23637430:23678938,23639792:23702067,23639807:23650881,23643447:23652926,23644226:23653384,23644228:23679167,23663156:23680916,23671693:23696210,23676094:23680137,23677327:23679632,23681715:23704374,23681725:23726920,23683042:23730726,23687039:23707515,23687067:23687983,23688367:23708320,23688372:23689406,23691315:23693459,23697318:23719341,23699594:23703145,23700573:23701773,23703106:23726638,23709128:23734743,23711012:23737167,23712074:23738075,23715760:23738430,23722781:23740861,23729236:23742311,23731807:23732351,23807827:23808421,23807830:23808651,23809051:23812537,23812264:23812501,23819179:2382359', 'assoc_mat': '23534657:autre:3327:23573942,23542721:autre:3327:23543374,23545657:autre:3327:23585108,23550746:autre:3327:23575813,23556267:autre:3327:23586997,23556281:autre:3327:23586533,23585184:autre:3327:23596246,23585186:autre:3327:23596143,23586467:autre:3327:23597066,23586482:autre:3327:23602069,23592539:autre:3327:23607096,23594051:autre:3327:23608060,23594053:autre:3327:23608196,23595408:autre:3327:23609483,23595419:autre:3327:23595921,23620717:autre:3327:23631346,23620727:autre:3327:23632249,23620741:autre:3327:23622309,23627496:autre:3327:23628280,23630255:autre:3327:23630917,23630741:autre:3327:23631922,23634452:autre:3327:23647732,23636430:autre:3327:23648003,23637430:autre:3327:23678938,23639792:autre:3327:23702067,23639807:autre:3327:23650881,23643447:autre:3327:23652926,23644226:autre:3327:23653384,23644228:autre:3327:23679167,23663156:autre:3327:23680916,23671693:autre:3327:23696210,23676094:autre:3327:23680137,23677327:autre:3327:23679632,23681715:autre:3327:23704374,23681725:autre:3327:23726920,23683042:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0020825691476733144, 'nb_photo': 13, 'list_port_cont': '24437178,24439462,24440266,24443406', 'assoc_port': '24436620:24437178,24439171:24439462,24439759:24440266,24442990:24443406', 'assoc_mat': '24436620:autre:3594:24437178,24439171:autre:3594:24439462,24439759:autre:3594:24440266,24442990:autre:3594:24443406'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04144694328147207, 'nb_photo': 2, 'list_port_cont': '24296666', 'assoc_port': '24296180:24296666', 'assoc_mat': '24296180:autre_refus:3726:24296666'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009566053681536789, 'nb_photo': 364, 'list_port_cont': '23631733,23647038,23649893,23661691,23679480,23687136,23688058,23695512,23702056,23702922,24213274,24297587,24297867,24419684,24419735,24427744,24429626,24433315,24512662,24515486,24517114,24517761,24518957,24520149,24520475,24524026,24527155,24527868,24529787,24530317,24530984,24531876,24532956,24533235,24534209,24534588,24535339,24540575,24541235,24541689,24541912,24542276,24542631,24543556,24543718,24544371,24544672,24545338,24545971,24546234,24546679,24546951,24547445,24548118,24548467,24548929,24549339,24549948,24550301,24550849,24551404,24552008,24552457,24552876,24553313,24553898,24554036,24554139,24554482,24554761,24554863,24555065,24555284,24555606,24555806,24555903,24555969,24556081,24556092,24556347,24556360,24556420,24556489,24556543,24556562,24556584,24556628,24556671,24556717,24556733,24556827,24556842,24557080,24559165,24559358,24559682,24569290,24569311,24570814,24571222,24572801,24573121,24573477,24577372', 'assoc_port': '23627494:23631733,23636436:23647038,23641363:23649893,23651475:23661691,23663154:23702056,23669191:23688058,23671673:23695512,23677334:23679480,23681695:23702922,23687068:23687136,24213123:24213274,24296859:24297867,24296866:24297587,24418257:24419735,24418401:24419684,24427715:24427744,24429602:24429626,24432906:24433315,24512270:24555284,24512313:24556347,24512320:24556562,24512334:24556842,24512336:24557080,24512392:24512662,24512478:24559165,24512512:24559358,24512526:24559682,24514857:24556827,24514858:24556671,24514861:24556628,24514867:24556584,24515042:24556733,24515046:24556717,24515052:24556543,24515058:24556489,24515067:24556420,24515073:24556360,24515132:24515486,24515243:24555969,24515270:24556092,24515289:24555903,24515295:24556081,24515297:24555806,24515305:24555606,24515404:24555065,24515420:24554863,24515483:24554139,24515562:24554761,24515589:24554482,24515592:24552008,24515595:24554036,24515616:24553898,24515642:24550849,24515651:24550301,24515659:24553313,24515692:24552876,24515711:2455245', 'assoc_mat': '23627494:autre_refus:3726:23631733,23636436:autre_refus:3726:23647038,23641363:autre_refus:3726:23649893,23651475:autre_refus:3726:23661691,23663154:autre_refus:3726:23702056,23669191:autre_refus:3726:23688058,23671673:autre_refus:3726:23695512,23677334:autre_refus:3726:23679480,23681695:autre_refus:3726:23702922,23687068:autre_refus:3726:23687136,24213123:autre_refus:3726:24213274,24296859:autre_refus:3726:24297867,24296866:autre_refus:3726:24297587,24418257:autre_refus:3726:24419735,24418401:autre_refus:3726:24419684,24427715:autre_refus:3726:24427744,24429602:autre_refus:3726:24429626,24432906:autre_refus:3726:24433315,24512270:autre_refus:3726:24555284,24512313:autre_refus:3726:24556347,24512320:autre_refus:3726:24556562,24512334:autre_refus:3726:24556842,24512336:autre_refus:3726:24557080,24512392:autre_refus:3726:24512662,24512478:autre_refus:3726:24559165,24512512:autre_refus:3726:24559358,24512526:autre_refus:3726:24559682,24514857:autre_refus:3726:24556827,24514858:autre_refus:3726:24556671,24514861:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0024214233503193025, 'nb_photo': 18, 'list_port_cont': '23585107,23597058,23693455,23701781,23737162,23914680,24001589,24117618,24337018,24338994,24355235,24403757,24428881,24520107,24523095,24532028', 'assoc_port': '23545657:23585107,23586467:23597058,23691315:23693455,23700573:23701781,23711012:23737162,23885061:23914680,23936968:24001589,23983492:24117618,24295931:24355235,24296009:24337018,24296112:24338994,24401812:24403757,24418405:24428881,24515796:24532028,24516746:24520107,24516805:24523095', 'assoc_mat': '23545657:barquette_avec_film:3327:23585107,23586467:barquette_avec_film:3327:23597058,23691315:barquette_avec_film:3327:23693455,23700573:barquette_avec_film:3327:23701781,23711012:barquette_avec_film:3327:23737162,23885061:barquette_avec_film:3327:23914680,23936968:barquette_avec_film:3327:24001589,23983492:barquette_avec_film:3327:24117618,24295931:barquette_avec_film:3327:24355235,24296009:barquette_avec_film:3327:24337018,24296112:barquette_avec_film:3327:24338994,24401812:barquette_avec_film:3327:24403757,24418405:barquette_avec_film:3327:24428881,24515796:barquette_avec_film:3327:24532028,24516746:barquette_avec_film:3327:24520107,24516805:barquette_avec_film:3327:24523095'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008992293061362503, 'nb_photo': 12, 'list_port_cont': '23568682,23630513,23631697,23684212,23808049,23822454,24020839,24243060,24261468,24403743,24439444,24555794', 'assoc_port': '23530935:23568682,23620719:23630513,23620751:23631697,23683962:23684212,23807832:23808049,23822266:23822454,23938155:24020839,24092863:24261468,24198481:24243060,24401675:24403743,24439170:24439444,24515973:24555794', 'assoc_mat': '23530935:barquette_opaque:4205:23568682,23620719:barquette_opaque:4205:23630513,23620751:barquette_opaque:4205:23631697,23683962:barquette_opaque:4205:23684212,23807832:barquette_opaque:4205:23808049,23822266:barquette_opaque:4205:23822454,23938155:barquette_opaque:4205:24020839,24092863:barquette_opaque:4205:24261468,24198481:barquette_opaque:4205:24243060,24401675:barquette_opaque:4205:24403743,24439170:barquette_opaque:4205:24439444,24515973:barquette_opaque:4205:24555794'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001395804857009672, 'nb_photo': 204, 'list_port_cont': '23645681,23649809,23680579,23687734,23718769,23740162,23743564,23747116,23922693,24021473,24026310,24095603,24132393,24140844,24177796,24203374,24224234,24261418,24264334,24283122,24327893,24329537,24334011,24342317,24348348,24379714,24379832,24392050,24403304,24404341,24428096,24430020,24430465,24446168,24449375,24555861,24555882,24555910,24555986,24556134,24556241,24556321,24556325,24556644,24556981,24557031,24557155,24558924', 'assoc_port': '23632822:23645681,23639779:23649809,23663163:23680579,23677331:23740162,23687054:23687734,23697328:23718769,23712024:23747116,23731805:23743564,23922279:23922693,23937766:24177796,23938595:24021473,23973585:24095603,23996438:24132393,24006419:24140844,24024481:24026310,24092888:24203374,24115402:24224234,24124274:24264334,24209101:24261418,24230137:24283122,24295858:24327893,24295907:24329537,24296274:24334011,24309312:24342317,24309636:24348348,24370833:24379832,24370835:24379714,24386152:24392050,24401551:24404341,24401819:24403304,24418471:24428096,24420638:24430465,24420640:24430020,24436616:24449375,24445181:24446168,24512378:24558924,24514943:24557155,24514951:24556981,24515066:24557031,24515127:24556644,24515304:24556325,24515721:24556241,24515958:24556321,24516387:24556134,24516609:24555910,24516769:24555882,24516868:24555861,24517097:24555986', 'assoc_mat': '23632822:barquette_opaque:4203:23645681,23639779:barquette_opaque:4203:23649809,23663163:barquette_opaque:4203:23680579,23677331:barquette_opaque:4203:23740162,23687054:barquette_opaque:4203:23687734,23697328:barquette_opaque:4203:23718769,23712024:barquette_opaque:4203:23747116,23731805:barquette_opaque:4203:23743564,23922279:barquette_opaque:4203:23922693,23937766:barquette_opaque:4203:24177796,23938595:barquette_opaque:4203:24021473,23973585:barquette_opaque:4203:24095603,23996438:barquette_opaque:4203:24132393,24006419:barquette_opaque:4203:24140844,24024481:barquette_opaque:4203:24026310,24092888:barquette_opaque:4203:24203374,24115402:barquette_opaque:4203:24224234,24124274:barquette_opaque:4203:24264334,24209101:barquette_opaque:4203:24261418,24230137:barquette_opaque:4203:24283122,24295858:barquette_opaque:4203:24327893,24295907:barquette_opaque:4203:24329537,24296274:barquette_opaque:4203:24334011,24309312:barquette_opaque:4203:24342317,24309636:barquette_opaque:4203:24348348,24370833:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001017723167630733, 'nb_photo': 55, 'list_port_cont': '23552386,23589788,23634872,23639936,23644545,23676540,23700752,23719769,23973834,23974420,24012614,24021150,24049447,24053660,24116314,24223031,24225751,24309771,24313460,24318815,24328000,24368018,24389164,24404173,24419407,24423732,24439850,24440066,24515757,24517331,24521350,24523797,24524274,24525091,24525576,24527106,24528423,24536937,24537566,24543374,24545159,24546465,24548989,24551273,24552354,24555948,24557725,24569453,24569486,24569566,24569827,24570990,24572023', 'assoc_port': '23550738:23552386,23589275:23589788,23634456:23634872,23639810:23639936,23644224:23644545,23676095:23676540,23700571:23700752,23719470:23719769,23938788:24021150,23973581:23974420,23973593:23973834,24012428:24012614,24049060:24049447,24053352:24053660,24115409:24116314,24222735:24223031,24225485:24225751,24295960:24309771,24296121:24328000,24309365:24318815,24309625:24313460,24364497:24368018,24386128:24389164,24401558:24404173,24418398:24423732,24418572:24419407,24439756:24440066,24439761:24439850,24512375:24557725,24515041:24552354,24515230:24548989,24515237:24551273,24515266:24515757,24515479:24555948,24515509:24546465,24515729:24536937,24515793:24543374,24515877:24537566,24515980:24545159,24516034:24517331,24516401:24525576,24516651:24528423,24516674:24521350,24516694:24527106,24516711:24523797,24517049:24525091,24517262:24524274,24568500:24572023,24568677:24570990,24568769:24569566,24568833:24569827,24568949:24569486,24568950:24569453', 'assoc_mat': '23550738:barquette_opaque:4207:23552386,23589275:barquette_opaque:4207:23589788,23634456:barquette_opaque:4207:23634872,23639810:barquette_opaque:4207:23639936,23644224:barquette_opaque:4207:23644545,23676095:barquette_opaque:4207:23676540,23700571:barquette_opaque:4207:23700752,23719470:barquette_opaque:4207:23719769,23938788:barquette_opaque:4207:24021150,23973581:barquette_opaque:4207:23974420,23973593:barquette_opaque:4207:23973834,24012428:barquette_opaque:4207:24012614,24049060:barquette_opaque:4207:24049447,24053352:barquette_opaque:4207:24053660,24115409:barquette_opaque:4207:24116314,24222735:barquette_opaque:4207:24223031,24225485:barquette_opaque:4207:24225751,24295960:barquette_opaque:4207:24309771,24296121:barquette_opaque:4207:24328000,24309365:barquette_opaque:4207:24318815,24309625:barquette_opaque:4207:24313460,24364497:barquette_opaque:4207:24368018,24386128:barquette_opaque:4207:24389164,24401558:barquette_opaque:4207:24404173,24418398:barquette_opaque:4207:24423732,24418572:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002594488456663923, 'nb_photo': 8, 'list_port_cont': '23647923,24530869,24533805,24537288,24542270,24554654,24556144', 'assoc_port': '23647433:23647923,24512203:24554654,24512286:24556144,24515612:24542270,24515818:24533805,24515970:24537288,24516006:24530869', 'assoc_mat': '23647433:barquette_opaque:4461:23647923,24512203:barquette_opaque:4461:24554654,24512286:barquette_opaque:4461:24556144,24515612:barquette_opaque:4461:24542270,24515818:barquette_opaque:4461:24533805,24515970:barquette_opaque:4461:24537288,24516006:barquette_opaque:4461:24530869'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0049455393640825285, 'nb_photo': 198, 'list_port_cont': '23543871,23568404,23568509,23569007,23581455,23584444,23585029,23607877,23609575,23612644,23631411,23636626,23645653,23645814,23649920,23651833,23652214,23679620,23681981,23684861,23687927,23689170,23693208,23708028,23708167,23720913,23732805,23740360,23820005,23842237,23855225,23903318,23920067,24021198,24024857,24026085,24086308,24137418,24138871,24144537,24145134,24166560,24168722,24172498,24177901,24178505,24182202,24192330,24205070,24223376,24231652,24263584,24279672,24328050,24329819,24340180,24342243,24344545,24348471,24380972,24389730,24392091,24403337,24403877,24404745,24420311,24427624,24429887,24431142,24513161,24515898,24516946,24518169,24518517,24520290,24520361,24522295,24523398,24524431,24524849,24525261,24525798,24527445,24527666,24528747,24530111,24530531,24532048,24532292,24534220,24534838,24535632,24537262,24539150,24539233,24539983,24540355,24540833,24541630,24544024,24544215,24544432,24544732,24545274,24545879,24546749,24547420,24548110,24548315,24551160,24553009,24554634,24554719,2455478', 'assoc_port': '23530936:23569007,23534655:23584444,23543496:23543871,23556266:23585029,23560096:23581455,23568013:23568509,23568015:23568404,23589264:23612644,23594055:23607877,23596509:23609575,23620726:23631411,23634444:23645653,23634448:23645814,23636438:23636626,23639806:23649920,23643445:23651833,23643450:23652214,23665039:23684861,23669200:23708028,23676096:23679620,23681723:23732805,23681731:23681981,23683993:23708167,23687038:23687927,23688370:23689170,23691319:23693208,23702416:23720913,23722784:23740360,23819105:23820005,23829119:23842237,23848754:23855225,23902364:23903318,23919348:23920067,23937813:24177901,23938638:24178505,23958509:24086308,24000707:24137418,24002905:24138871,24009623:24144537,24009626:24145134,24014637:24021198,24024482:24026085,24024489:24024857,24047884:24166560,24048679:24168722,24049057:24172498,24075813:24182202,24090695:24192330,24093992:24205070,24115393:24223376,24201811:24279672,24231145:24231652,24234693:24263584,24295924:24328050,24295973:24329819,24296810:24389730,24296875:2434018', 'assoc_mat': '23530936:barquette_opaque:4200:23569007,23534655:barquette_opaque:4200:23584444,23543496:barquette_opaque:4200:23543871,23556266:barquette_opaque:4200:23585029,23560096:barquette_opaque:4200:23581455,23568013:barquette_opaque:4200:23568509,23568015:barquette_opaque:4200:23568404,23589264:barquette_opaque:4200:23612644,23594055:barquette_opaque:4200:23607877,23596509:barquette_opaque:4200:23609575,23620726:barquette_opaque:4200:23631411,23634444:barquette_opaque:4200:23645653,23634448:barquette_opaque:4200:23645814,23636438:barquette_opaque:4200:23636626,23639806:barquette_opaque:4200:23649920,23643445:barquette_opaque:4200:23651833,23643450:barquette_opaque:4200:23652214,23665039:barquette_opaque:4200:23684861,23669200:barquette_opaque:4200:23708028,23676096:barquette_opaque:4200:23679620,23681723:barquette_opaque:4200:23732805,23681731:barquette_opaque:4200:23681981,23683993:barquette_opaque:4200:23708167,23687038:barquette_opaque:4200:23687927,23688370:barquette_opaque:4200:23689170,23691319:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002597057365103002, 'nb_photo': 99, 'list_port_cont': '23634780,23646559,23651686,23666280,23683318,23691603,23851886,23903356,23967744,24298690,24299182,24310290,24311723,24402686,24439832,24517084,24517425,24519438,24520690,24522621,24522700,24523009,24523283,24524172,24525961,24526634,24526740,24526907,24527950,24527989,24528363,24529237,24529400,24530426,24530919,24530993,24531559,24531675,24532789,24532986,24533045,24533896,24534011,24535027,24535047,24536093,24536766,24536820,24537412,24538127,24539083,24539937,24540191,24541085,24541420,24541578,24541878,24542220,24542439,24542839,24543296,24544257,24554993,24559576,24569892,24571745', 'assoc_port': '23634450:23634780,23645864:23646559,23651477:23651686,23665041:23666280,23683047:23683318,23691316:23691603,23851645:23851886,23902199:23903356,23966882:23967744,24295880:24528363,24296384:24299182,24296752:24298690,24309395:24311723,24309644:24310290,24401854:24402686,24439758:24439832,24512224:24554993,24512394:24559576,24514854:24544257,24514864:24542439,24514987:24542220,24515055:24541878,24515059:24543296,24515072:24542839,24515107:24541578,24515214:24541420,24515251:24541085,24515310:24539083,24515428:24537412,24515432:24536820,24515436:24538127,24515471:24536766,24515570:24540191,24515617:24517084,24515647:24534011,24515661:24533896,24515693:24535027,24515724:24532789,24515752:24536093,24515867:24533045,24515905:24532986,24515984:24531675,24515985:24517425,24515990:24535047,24515994:24531559,24516037:24530919,24516108:24530426,24516111:24529400,24516164:24530993,24516184:24526907,24516205:24529237,24516228:24526634,24516383:24527989,24516481:24539937,24516584:24522700,24516596:24527950,24516636:2452674', 'assoc_mat': '23634450:barquette_opaque:4209:23634780,23645864:barquette_opaque:4209:23646559,23651477:barquette_opaque:4209:23651686,23665041:barquette_opaque:4209:23666280,23683047:barquette_opaque:4209:23683318,23691316:barquette_opaque:4209:23691603,23851645:barquette_opaque:4209:23851886,23902199:barquette_opaque:4209:23903356,23966882:barquette_opaque:4209:23967744,24295880:barquette_opaque:4209:24528363,24296384:barquette_opaque:4209:24299182,24296752:barquette_opaque:4209:24298690,24309395:barquette_opaque:4209:24311723,24309644:barquette_opaque:4209:24310290,24401854:barquette_opaque:4209:24402686,24439758:barquette_opaque:4209:24439832,24512224:barquette_opaque:4209:24554993,24512394:barquette_opaque:4209:24559576,24514854:barquette_opaque:4209:24544257,24514864:barquette_opaque:4209:24542439,24514987:barquette_opaque:4209:24542220,24515055:barquette_opaque:4209:24541878,24515059:barquette_opaque:4209:24543296,24515072:barquette_opaque:4209:24542839,24515107:barquette_opaque:4209:24541578,24515214:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01222945373466998, 'nb_photo': 4061, 'list_port_cont': '23535084,23538745,23541533,23543982,23548203,23551900,23555575,23560666,23564446,23569999,23570284,23586054,23587101,23589849,23593011,23593361,23597274,23621523,23621862,23622229,23633788,23635075,23635201,23638283,23640785,23641948,23644733,23646931,23651956,23666383,23667087,23670232,23671396,23672723,23674186,23676746,23682409,23684593,23685554,23687476,23688876,23691718,23694420,23700477,23702946,23705075,23708003,23708794,23712598,23716399,23717642,23719928,23723515,23726438,23732273,23811498,23819859,23820622,23829929,23832148,23853887,23902869,23919606,23920793,23926121,23926138,24020631,24022608,24024666,24025235,24040468,24042588,24096539,24134690,24135462,24136109,24137258,24139473,24143633,24144863,24145241,24168464,24168742,24169591,24171847,24173661,24174474,24175000,24178300,24182675,24189603,24206113,24211190,24213920,24223413,24233264,24244146,24263102,24264079,24265030,24297743,24299105,24300082,24300804,24301325,24302121,24303277,24307752,24308451,24308800,24309834,24311256,24314483,2431693', 'assoc_port': '23534654:23535084,23537920:23538745,23540436:23541533,23543517:23543982,23547110:23548203,23550747:23551900,23555036:23555575,23560093:23560666,23563503:23564446,23569424:23570284,23569432:23569999,23585185:23586054,23586473:23587101,23589266:23589849,23592543:23593361,23592547:23593011,23596517:23597274,23620718:23622229,23620722:23621862,23620756:23621523,23632820:23633788,23634446:23635201,23634457:23635075,23637427:23638283,23639808:23640785,23641366:23641948,23644225:23644733,23645862:23646931,23651476:23651956,23663153:23667087,23665045:23666383,23669198:23670232,23670888:23671396,23671695:23672723,23673440:23674186,23676097:23676746,23681716:23685554,23681727:23682409,23683964:23684593,23687040:23687476,23688376:23688876,23691318:23691718,23694292:23694420,23699593:23700477,23702410:23702946,23704456:23705075,23707619:23708003,23708553:23708794,23712026:23712598,23715744:23717642,23715751:23716399,23719475:23719928,23722757:23723515,23725935:23726438,23731806:23732273,23811030:23811498,23819146:2382062', 'assoc_mat': '23534654:barquette_opaque:4211:23535084,23537920:barquette_opaque:4211:23538745,23540436:barquette_opaque:4211:23541533,23543517:barquette_opaque:4211:23543982,23547110:barquette_opaque:4211:23548203,23550747:barquette_opaque:4211:23551900,23555036:barquette_opaque:4211:23555575,23560093:barquette_opaque:4211:23560666,23563503:barquette_opaque:4211:23564446,23569424:barquette_opaque:4211:23570284,23569432:barquette_opaque:4211:23569999,23585185:barquette_opaque:4211:23586054,23586473:barquette_opaque:4211:23587101,23589266:barquette_opaque:4211:23589849,23592543:barquette_opaque:4211:23593361,23592547:barquette_opaque:4211:23593011,23596517:barquette_opaque:4211:23597274,23620718:barquette_opaque:4211:23622229,23620722:barquette_opaque:4211:23621862,23620756:barquette_opaque:4211:23621523,23632820:barquette_opaque:4211:23633788,23634446:barquette_opaque:4211:23635201,23634457:barquette_opaque:4211:23635075,23637427:barquette_opaque:4211:23638283,23639808:barquette_opaque:4211:23640785,23641366:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0004538190110863265, 'nb_photo': 94, 'list_port_cont': '23543367,23585111,23597065,23602056,23609486,23679641,23680141,23687978,23693457,23701787,23726635,23732340,23734740,23737163,23742300,23812500,23823594,23857790,23914678,24035036,24036022,24117687,24138359,24139837,24141516,24147181,24164672,24166339,24168770,24169734,24169967,24170235,24171719,24171757,24172914,24263266,24327979,24329581,24332455,24332674,24338982,24343367,24343736,24347340,24350246,24355241,24403380,24403728,24403927,24429973,24430618,24437471,24440358,24446526,24514509,24514646,24517752,24518254,24518532,24518814,24519236,24520425,24521925,24522819,24523811,24526594,24570800,24570898', 'assoc_port': '23542721:23543367,23545657:23585111,23586467:23597065,23586482:23602056,23595408:23609486,23676094:23680141,23677327:23679641,23687067:23687978,23691315:23693457,23700573:23701787,23703106:23726635,23709128:23734740,23711012:23737163,23729236:23742300,23731807:23732340,23812264:23812500,23819179:23823594,23848762:23857790,23885061:23914678,23937828:24170235,23938572:24169967,23983500:24117687,24000704:24138359,24002903:24139837,24006417:24141516,24009632:24147181,24024252:24036022,24024474:24035036,24048643:24168770,24048695:24171757,24048750:24172914,24048798:24171719,24074081:24169734,24102063:24166339,24116496:24164672,24218386:24263266,24295782:24329581,24295831:24327979,24295931:24355241,24296043:24332674,24296054:24332455,24296112:24338982,24309367:24343367,24309456:24343736,24309570:24347340,24309640:24350246,24401785:24403927,24401806:24403728,24401853:24403380,24418522:24429973,24418651:24430618,24436622:24437471,24439760:24440358,24446326:24446526,24512440:24514646,24512523:24514509,24515087:2451775', 'assoc_mat': '23542721:bouchon:3327:23543367,23545657:bouchon:3327:23585111,23586467:bouchon:3327:23597065,23586482:bouchon:3327:23602056,23595408:bouchon:3327:23609486,23676094:bouchon:3327:23680141,23677327:bouchon:3327:23679641,23687067:bouchon:3327:23687978,23691315:bouchon:3327:23693457,23700573:bouchon:3327:23701787,23703106:bouchon:3327:23726635,23709128:bouchon:3327:23734740,23711012:bouchon:3327:23737163,23729236:bouchon:3327:23742300,23731807:bouchon:3327:23732340,23812264:bouchon:3327:23812500,23819179:bouchon:3327:23823594,23848762:bouchon:3327:23857790,23885061:bouchon:3327:23914678,23937828:bouchon:3327:24170235,23938572:bouchon:3327:24169967,23983500:bouchon:3327:24117687,24000704:bouchon:3327:24138359,24002903:bouchon:3327:24139837,24006417:bouchon:3327:24141516,24009632:bouchon:3327:24147181,24024252:bouchon:3327:24036022,24024474:bouchon:3327:24035036,24048643:bouchon:3327:24168770,24048695:bouchon:3327:24171757,24048750:bouchon:3327:24172914,24048798:bouchon:3327:24171719,24074081:bouchon:3327:24169734,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.020155162435487047, 'nb_photo': 547, 'list_port_cont': '23560233,23568686,23585415,23630508,23631700,23647059,23680072,23684218,23684772,23688808,23700913,23735968,23739605,23808062,23822453,23903156,24020646,24020827,24021687,24022446,24098380,24141468,24143087,24167572,24188752,24220694,24242930,24243075,24261478,24264049,24327804,24332280,24332347,24335820,24342214,24343866,24343910,24382373,24403741,24404229,24404817,24420758,24427900,24439447,24555625,24555707,24555761,24555800,24555826,24556020,24556761', 'assoc_port': '23530935:23568686,23543498:23585415,23560100:23560233,23620719:23630508,23620751:23631700,23636434:23647059,23663161:23680072,23665043:23684772,23683962:23684218,23688371:23688808,23700572:23700913,23711009:23735968,23721651:23739605,23807832:23808062,23822266:23822453,23851582:23903156,23938066:24020646,23938155:24020827,23939169:24022446,23974631:24098380,24006427:24141468,24008312:24143087,24014596:24021687,24048632:24167572,24088260:24188752,24092863:24261478,24115357:24220694,24198474:24242930,24198481:24243075,24225484:24264049,24295884:24327804,24296105:24335820,24296252:24332280,24296267:24332347,24309364:24342214,24309591:24343910,24309592:24343866,24361826:24382373,24401556:24404229,24401675:24403741,24401768:24404817,24418452:24427900,24420644:24420758,24439170:24439447,24514886:24556761,24515423:24556020,24515821:24555826,24515973:24555800,24516395:24555707,24516656:24555761,24516701:24555625', 'assoc_mat': '23530935:carton:4205:23568686,23543498:carton:4205:23585415,23560100:carton:4205:23560233,23620719:carton:4205:23630508,23620751:carton:4205:23631700,23636434:carton:4205:23647059,23663161:carton:4205:23680072,23665043:carton:4205:23684772,23683962:carton:4205:23684218,23688371:carton:4205:23688808,23700572:carton:4205:23700913,23711009:carton:4205:23735968,23721651:carton:4205:23739605,23807832:carton:4205:23808062,23822266:carton:4205:23822453,23851582:carton:4205:23903156,23938066:carton:4205:24020646,23938155:carton:4205:24020827,23939169:carton:4205:24022446,23974631:carton:4205:24098380,24006427:carton:4205:24141468,24008312:carton:4205:24143087,24014596:carton:4205:24021687,24048632:carton:4205:24167572,24088260:carton:4205:24188752,24092863:carton:4205:24261478,24115357:carton:4205:24220694,24198474:carton:4205:24242930,24198481:carton:4205:24243075,24225484:carton:4205:24264049,24295884:carton:4205:24327804,24296105:carton:4205:24335820,24296252:carton:4205:24332280,24296267:carton:4205:24332347,2430'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01221850136557827, 'nb_photo': 923, 'list_port_cont': '23645689,23648761,23649812,23680587,23687722,23718763,23739929,23740160,23743555,23747115,23922689,24021472,24026312,24095609,24132396,24140847,24177809,24203386,24224235,24261425,24264333,24283114,24327886,24329535,24334008,24340558,24342325,24348356,24379702,24379827,24392052,24403324,24404330,24428090,24430027,24430481,24446161,24449382,24555846,24555886,24555908,24555991,24556122,24556240,24556306,24556336,24556648,24556995,24557033,24557151,24558923', 'assoc_port': '23632822:23645689,23639778:23648761,23639779:23649812,23663163:23680587,23677331:23740160,23687054:23687722,23697328:23718763,23712024:23747115,23721649:23739929,23731805:23743555,23922279:23922689,23937766:24177809,23938595:24021472,23973585:24095609,23996438:24132396,24006419:24140847,24024481:24026312,24092888:24203386,24115402:24224235,24124274:24264333,24209101:24261425,24230137:24283114,24295858:24327886,24295907:24329535,24296274:24334008,24297010:24340558,24309312:24342325,24309636:24348356,24370833:24379827,24370835:24379702,24386152:24392052,24401551:24404330,24401819:24403324,24418471:24428090,24420638:24430481,24420640:24430027,24436616:24449382,24445181:24446161,24512378:24558923,24514943:24557151,24514951:24556995,24515066:24557033,24515127:24556648,24515304:24556336,24515721:24556240,24515958:24556306,24516387:24556122,24516609:24555908,24516769:24555886,24516868:24555846,24517097:24555991', 'assoc_mat': '23632822:carton:4203:23645689,23639778:carton:4203:23648761,23639779:carton:4203:23649812,23663163:carton:4203:23680587,23677331:carton:4203:23740160,23687054:carton:4203:23687722,23697328:carton:4203:23718763,23712024:carton:4203:23747115,23721649:carton:4203:23739929,23731805:carton:4203:23743555,23922279:carton:4203:23922689,23937766:carton:4203:24177809,23938595:carton:4203:24021472,23973585:carton:4203:24095609,23996438:carton:4203:24132396,24006419:carton:4203:24140847,24024481:carton:4203:24026312,24092888:carton:4203:24203386,24115402:carton:4203:24224235,24124274:carton:4203:24264333,24209101:carton:4203:24261425,24230137:carton:4203:24283114,24295858:carton:4203:24327886,24295907:carton:4203:24329535,24296274:carton:4203:24334008,24297010:carton:4203:24340558,24309312:carton:4203:24342325,24309636:carton:4203:24348356,24370833:carton:4203:24379827,24370835:carton:4203:24379702,24386152:carton:4203:24392052,24401551:carton:4203:24404330,24401819:carton:4203:24403324,24418471:carton:4203:24428090,2442'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9512155860935256, 'nb_photo': 9517, 'list_port_cont': '23543026,23543813,23547758,23552376,23564183,23589783,23594389,23596945,23621187,23630346,23633056,23634878,23635286,23636296,23636818,23637990,23638481,23639940,23640769,23644550,23646365,23647239,23669743,23672283,23676541,23677937,23679047,23679220,23679936,23682162,23683302,23683534,23684104,23684322,23687275,23687650,23688696,23688984,23691367,23691564,23694354,23700282,23700759,23703480,23709354,23711203,23711364,23712446,23718357,23719773,23720369,23726143,23726612,23808144,23811274,23819316,23819595,23822442,23829583,23831684,23832744,23851768,23885265,23902711,23919510,23919564,23921795,23939703,23973845,23974416,23983544,23983730,23985657,24000863,24001230,24003204,24003331,24006702,24006955,24010004,24011505,24012605,24014780,24015214,24019905,24021149,24024456,24049458,24050443,24051168,24053654,24056513,24060692,24065860,24070101,24077213,24091040,24102800,24103073,24103200,24115780,24115967,24116315,24116462,24117206,24117704,24117918,24118307,24218659,24223040,24225739,24230222,24230713,2429775', 'assoc_port': '23542724:23543026,23543543:23543813,23547113:23547758,23550738:23552376,23563500:23564183,23589275:23589783,23594057:23594389,23596515:23596945,23620728:23621187,23630254:23630346,23632819:23636296,23632837:23633056,23634445:23635286,23634456:23634878,23636432:23636818,23637425:23638481,23637428:23637990,23639798:23640769,23639810:23639940,23644224:23644550,23645860:23647239,23645868:23646365,23663158:23679936,23669196:23669743,23671675:23672283,23676095:23676541,23677324:23679220,23677325:23679047,23677329:23677937,23681696:23684104,23681718:23683534,23681729:23682162,23683044:23683302,23683967:23684322,23687037:23687650,23687069:23687275,23688369:23688984,23688374:23688696,23691317:23691564,23691320:23691367,23694293:23694354,23699595:23700282,23700571:23700759,23703105:23703480,23709130:23709354,23710993:23711203,23711025:23711364,23712077:23712446,23718193:23718357,23719466:23720369,23719470:23719773,23725933:23726612,23725945:23726143,23807828:23808144,23811031:23811274,23819131:23819595,23819182:2381931', 'assoc_mat': '23542724:carton:4207:23543026,23543543:carton:4207:23543813,23547113:carton:4207:23547758,23550738:carton:4207:23552376,23563500:carton:4207:23564183,23589275:carton:4207:23589783,23594057:carton:4207:23594389,23596515:carton:4207:23596945,23620728:carton:4207:23621187,23630254:carton:4207:23630346,23632819:carton:4207:23636296,23632837:carton:4207:23633056,23634445:carton:4207:23635286,23634456:carton:4207:23634878,23636432:carton:4207:23636818,23637425:carton:4207:23638481,23637428:carton:4207:23637990,23639798:carton:4207:23640769,23639810:carton:4207:23639940,23644224:carton:4207:23644550,23645860:carton:4207:23647239,23645868:carton:4207:23646365,23663158:carton:4207:23679936,23669196:carton:4207:23669743,23671675:carton:4207:23672283,23676095:carton:4207:23676541,23677324:carton:4207:23679220,23677325:carton:4207:23679047,23677329:carton:4207:23677937,23681696:carton:4207:23684104,23681718:carton:4207:23683534,23681729:carton:4207:23682162,23683044:carton:4207:23683302,23683967:carton:4207:23684322,2368'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01794396688252768, 'nb_photo': 3739, 'list_port_cont': '23541404,23551459,23551646,23569553,23586900,23597191,23630485,23633294,23634752,23643717,23643818,23647832,23647933,23664559,23669753,23673952,23678162,23682634,23683353,23688859,23688964,23704599,23709527,23718724,24137480,24171303,24179030,24191394,24210905,24264972,24297620,24297803,24298135,24298572,24298730,24298790,24310926,24311836,24312141,24367378,24402152,24402892,24416682,24419316,24427857,24433533,24437119,24443364,24443560,24513316,24513638,24516495,24516891,24517370,24517680,24518691,24518856,24519119,24519335,24519541,24520660,24520788,24520943,24521097,24522199,24522676,24523047,24523168,24523532,24524353,24524777,24524986,24525828,24526069,24526245,24526373,24527202,24527687,24527885,24528449,24529329,24529572,24529954,24530636,24530870,24531170,24531387,24532261,24532572,24532856,24533274,24533450,24533795,24534178,24534502,24534865,24535100,24536234,24536416,24536550,24536722,24537301,24537330,24537972,24538272,24538566,24538729,24539011,24539128,24539286,24541785,24542265,24542647,2454274', 'assoc_port': '23540429:23541404,23550740:23551646,23550742:23551459,23569434:23569553,23586475:23586900,23596513:23597191,23630268:23630485,23632836:23633294,23634459:23634752,23643443:23643717,23643448:23643818,23647431:23647832,23647433:23647933,23663166:23664559,23669193:23669753,23673410:23673952,23677361:23678162,23681720:23682634,23683046:23683353,23688368:23688964,23688377:23688859,23704453:23704599,23709132:23709527,23718195:23718724,23937818:24179030,24000702:24137480,24048746:24171303,24089061:24191394,24099488:24210905,24230133:24264972,24296695:24298790,24296807:24298730,24296844:24298572,24296996:24298135,24297086:24297803,24297119:24297620,24309459:24312141,24309547:24311836,24309624:24310926,24366863:24367378,24401572:24402152,24401764:24402892,24415989:24416682,24418578:24419316,24427717:24427857,24432893:24433533,24436618:24437119,24442952:24443560,24442996:24443364,24512203:24554643,24512286:24556152,24512297:24565788,24512341:24557855,24512405:24559227,24512459:24513638,24512530:24513316,24514902:2454566', 'assoc_mat': '23540429:carton:4461:23541404,23550740:carton:4461:23551646,23550742:carton:4461:23551459,23569434:carton:4461:23569553,23586475:carton:4461:23586900,23596513:carton:4461:23597191,23630268:carton:4461:23630485,23632836:carton:4461:23633294,23634459:carton:4461:23634752,23643443:carton:4461:23643717,23643448:carton:4461:23643818,23647431:carton:4461:23647832,23647433:carton:4461:23647933,23663166:carton:4461:23664559,23669193:carton:4461:23669753,23673410:carton:4461:23673952,23677361:carton:4461:23678162,23681720:carton:4461:23682634,23683046:carton:4461:23683353,23688368:carton:4461:23688964,23688377:carton:4461:23688859,23704453:carton:4461:23704599,23709132:carton:4461:23709527,23718195:carton:4461:23718724,23937818:carton:4461:24179030,24000702:carton:4461:24137480,24048746:carton:4461:24171303,24089061:carton:4461:24191394,24099488:carton:4461:24210905,24230133:carton:4461:24264972,24296695:carton:4461:24298790,24296807:carton:4461:24298730,24296844:carton:4461:24298572,24296996:carton:4461:24298135,2429'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0249383445403821, 'nb_photo': 2445, 'list_port_cont': '23543863,23556492,23568405,23568518,23569009,23572053,23573377,23575061,23581447,23584448,23585030,23607880,23609574,23609687,23612646,23630670,23631416,23636638,23645647,23645803,23646057,23649922,23651843,23652213,23653777,23654220,23662709,23679623,23681985,23684865,23687922,23689168,23689219,23693205,23694366,23701047,23703321,23708020,23708170,23718021,23720905,23727991,23732807,23740364,23820006,23842231,23855228,23903317,23920061,23926438,24000723,24019595,24021189,24024862,24026087,24027161,24035633,24086301,24132341,24137414,24138858,24144526,24145129,24166569,24167910,24168713,24172512,24177902,24178503,24179554,24182212,24192324,24205062,24223378,24231646,24263578,24264027,24279673,24328056,24328506,24328710,24329811,24330912,24331417,24334374,24336012,24339562,24340324,24340581,24340642,24342233,24344559,24348476,24379613,24380982,24382396,24389680,24389732,24392090,24403327,24403347,24403524,24403867,24403885,24404114,24404742,24420303,24427623,24427782,24428239,24429874,24431133,24439587,2444532', 'assoc_port': '23530936:23569009,23534655:23584448,23537917:23573377,23543496:23543863,23547108:23575061,23556266:23585030,23556285:23556492,23560096:23581447,23563498:23572053,23568013:23568518,23568015:23568405,23589264:23612646,23594055:23607880,23596509:23609574,23596511:23609687,23620720:23630670,23620726:23631416,23634444:23645647,23634448:23645803,23634454:23646057,23636438:23636638,23639806:23649922,23643445:23651843,23643450:23652213,23644227:23662709,23645866:23653777,23647432:23654220,23665039:23684865,23669200:23708020,23676096:23679623,23681698:23703321,23681723:23732807,23681731:23681985,23683993:23708170,23687038:23687922,23688370:23689168,23688373:23689219,23691319:23693205,23694294:23694366,23697324:23718021,23699597:23701047,23702416:23720905,23704454:23727991,23722784:23740364,23819105:23820006,23829119:23842231,23848754:23855228,23902364:23903317,23919348:23920061,23925728:23926438,23936972:24000723,23937813:24177902,23938039:24019595,23938638:24178503,23958509:24086301,23996440:24132341,24000707:2413741', 'assoc_mat': '23530936:carton:4200:23569009,23534655:carton:4200:23584448,23537917:carton:4200:23573377,23543496:carton:4200:23543863,23547108:carton:4200:23575061,23556266:carton:4200:23585030,23556285:carton:4200:23556492,23560096:carton:4200:23581447,23563498:carton:4200:23572053,23568013:carton:4200:23568518,23568015:carton:4200:23568405,23589264:carton:4200:23612646,23594055:carton:4200:23607880,23596509:carton:4200:23609574,23596511:carton:4200:23609687,23620720:carton:4200:23630670,23620726:carton:4200:23631416,23634444:carton:4200:23645647,23634448:carton:4200:23645803,23634454:carton:4200:23646057,23636438:carton:4200:23636638,23639806:carton:4200:23649922,23643445:carton:4200:23651843,23643450:carton:4200:23652213,23644227:carton:4200:23662709,23645866:carton:4200:23653777,23647432:carton:4200:23654220,23665039:carton:4200:23684865,23669200:carton:4200:23708020,23676096:carton:4200:23679623,23681698:carton:4200:23703321,23681723:carton:4200:23732807,23681731:carton:4200:23681985,23683993:carton:4200:23708170,2368'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.013949543174803595, 'nb_photo': 59, 'list_port_cont': '24303615', 'assoc_port': '24295880:24303615', 'assoc_mat': '24295880:carton:3594:24303615'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.031462922538193966, 'nb_photo': 2872, 'list_port_cont': '23572724,23630467,23634793,23640493,23646548,23651683,23666271,23674048,23682247,23683319,23691609,23851887,23903360,23925935,23967745,24204864,24297676,24297772,24298305,24298437,24298689,24299179,24301293,24310296,24311715,24312053,24367261,24402676,24416633,24429806,24430856,24437001,24439831,24443139,24513269,24513490,24516274,24517003,24517092,24517110,24517429,24517631,24517783,24517932,24518013,24518387,24518548,24518786,24519327,24519447,24519685,24519698,24519754,24520256,24520489,24520694,24520739,24521005,24521047,24521557,24521838,24522375,24522635,24522702,24522907,24523023,24523153,24523290,24523726,24523922,24524183,24524330,24524637,24524917,24525036,24525561,24525752,24525892,24525942,24525965,24526175,24526183,24526635,24526751,24526921,24527831,24527942,24528001,24528054,24528358,24528519,24528798,24529233,24529394,24529542,24530266,24530429,24530920,24530988,24531223,24531554,24531660,24531701,24532137,24532375,24532469,24532647,24532797,24532987,24533023,24533052,24533143,24533907,2453401', 'assoc_port': '23572471:23572724,23630253:23630467,23634450:23634793,23639809:23640493,23645864:23646548,23651477:23651683,23665041:23666271,23673393:23674048,23681697:23682247,23683047:23683319,23691316:23691609,23851645:23851887,23902199:23903360,23925763:23925935,23966882:23967745,24093962:24204864,24295880:24528358,24295922:24301293,24296180:24520489,24296384:24299179,24296752:24298689,24296813:24298305,24296983:24297676,24297088:24298437,24297123:24297772,24309317:24312053,24309395:24311715,24309644:24310296,24366878:24367261,24401854:24402676,24415973:24416633,24421764:24430856,24429600:24429806,24436619:24437001,24439758:24439831,24442988:24443139,24512224:24555005,24512240:24555145,24512256:24555402,24512292:24556303,24512298:24556689,24512385:24559134,24512389:24558363,24512394:24559583,24512403:24513269,24512444:24513490,24512493:24558780,24512508:24558718,24514854:24544243,24514855:24542558,24514860:24544417,24514864:24542429,24514966:24546913,24514987:24542230,24515045:24542076,24515049:24543703,24515055:2454187', 'assoc_mat': '23572471:carton:4209:23572724,23630253:carton:4209:23630467,23634450:carton:4209:23634793,23639809:carton:4209:23640493,23645864:carton:4209:23646548,23651477:carton:4209:23651683,23665041:carton:4209:23666271,23673393:carton:4209:23674048,23681697:carton:4209:23682247,23683047:carton:4209:23683319,23691316:carton:4209:23691609,23851645:carton:4209:23851887,23902199:carton:4209:23903360,23925763:carton:4209:23925935,23966882:carton:4209:23967745,24093962:carton:4209:24204864,24295880:carton:4209:24528358,24295922:carton:4209:24301293,24296180:carton:4209:24520489,24296384:carton:4209:24299179,24296752:carton:4209:24298689,24296813:carton:4209:24298305,24296983:carton:4209:24297676,24297088:carton:4209:24298437,24297123:carton:4209:24297772,24309317:carton:4209:24312053,24309395:carton:4209:24311715,24309644:carton:4209:24310296,24366878:carton:4209:24367261,24401854:carton:4209:24402676,24415973:carton:4209:24416633,24421764:carton:4209:24430856,24429600:carton:4209:24429806,24436619:carton:4209:24437001,2443'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008498883744317957, 'nb_photo': 9138, 'list_port_cont': '23535098,23538749,23541556,23543979,23548200,23551894,23555598,23560672,23564449,23569993,23570275,23586052,23587115,23589861,23593032,23593379,23597265,23621517,23621865,23622244,23633787,23635064,23635210,23638284,23640790,23641947,23644719,23646924,23651951,23666390,23667097,23670235,23671401,23672728,23674191,23676762,23682397,23684586,23685546,23687474,23688867,23691720,23694424,23700480,23702944,23705073,23708004,23708783,23712612,23716398,23717647,23719913,23723501,23726439,23732278,23811497,23819849,23820610,23829925,23832159,23853901,23902865,23919613,23920791,23926117,23926134,24020623,24022607,24024667,24025227,24040471,24042584,24096550,24134681,24135442,24136111,24137267,24139485,24143621,24144874,24145243,24168449,24168729,24169597,24171855,24173658,24174490,24174997,24178291,24182676,24189605,24206111,24211192,24213927,24223414,24233263,24244151,24263100,24264076,24265032,24297739,24299112,24300089,24300791,24301314,24302127,24303270,24307769,24308445,24308793,24309825,24311254,24314487,2431694', 'assoc_port': '23534654:23535098,23537920:23538749,23540436:23541556,23543517:23543979,23547110:23548200,23550747:23551894,23555036:23555598,23560093:23560672,23563503:23564449,23569424:23570275,23569432:23569993,23585185:23586052,23586473:23587115,23589266:23589861,23592543:23593379,23592547:23593032,23596517:23597265,23620718:23622244,23620722:23621865,23620756:23621517,23632820:23633787,23634446:23635210,23634457:23635064,23637427:23638284,23639808:23640790,23641366:23641947,23644225:23644719,23645862:23646924,23651476:23651951,23663153:23667097,23665045:23666390,23669198:23670235,23670888:23671401,23671695:23672728,23673440:23674191,23676097:23676762,23681716:23685546,23681727:23682397,23683964:23684586,23687040:23687474,23688376:23688867,23691318:23691720,23694292:23694424,23699593:23700480,23702410:23702944,23704456:23705073,23707619:23708004,23708553:23708783,23712026:23712612,23715744:23717647,23715751:23716398,23719475:23719913,23722757:23723501,23725935:23726439,23731806:23732278,23811030:23811497,23819146:2382061', 'assoc_mat': '23534654:carton:4211:23535098,23537920:carton:4211:23538749,23540436:carton:4211:23541556,23543517:carton:4211:23543979,23547110:carton:4211:23548200,23550747:carton:4211:23551894,23555036:carton:4211:23555598,23560093:carton:4211:23560672,23563503:carton:4211:23564449,23569424:carton:4211:23570275,23569432:carton:4211:23569993,23585185:carton:4211:23586052,23586473:carton:4211:23587115,23589266:carton:4211:23589861,23592543:carton:4211:23593379,23592547:carton:4211:23593032,23596517:carton:4211:23597265,23620718:carton:4211:23622244,23620722:carton:4211:23621865,23620756:carton:4211:23621517,23632820:carton:4211:23633787,23634446:carton:4211:23635210,23634457:carton:4211:23635064,23637427:carton:4211:23638284,23639808:carton:4211:23640790,23641366:carton:4211:23641947,23644225:carton:4211:23644719,23645862:carton:4211:23646924,23651476:carton:4211:23651951,23663153:carton:4211:23667097,23665045:carton:4211:23666390,23669198:carton:4211:23670235,23670888:carton:4211:23671401,23671695:carton:4211:23672728,2367'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003918934907529749, 'nb_photo': 345, 'list_port_cont': '23543375,23575817,23585118,23586529,23595922,23596248,23597068,23602060,23607108,23608056,23609492,23622316,23631339,23631912,23647729,23647998,23652914,23678933,23680142,23680906,23687975,23689398,23696221,23701776,23703142,23704373,23719340,23726634,23726922,23730720,23734751,23737160,23738072,23740862,23741455,23742302,23808423,23808643,23812494,23812543,23823600,23826179,23857799,23919739,23959790,24001598,24021163,24022359,24022432,24022703,24023089,24025100,24025562,24080383,24099701,24117622,24133256,24135025,24138370,24141519,24147184,24164663,24166343,24166405,24168084,24168172,24169731,24169978,24170123,24170333,24171462,24171683,24172339,24172918,24190001,24243714,24283261,24287181,24328861,24329577,24330079,24330111,24332445,24332679,24337015,24337846,24338166,24338983,24339852,24339981,24340408,24342582,24342727,24343360,24343735,24346175,24347341,24349747,24350233,24353013,24355245,24379838,24382268,24390807,24392317,24402815,24403510,24403720,24403752,24403921,24403935,24404256,24404271,2440428', 'assoc_port': '23542721:23543375,23545657:23585118,23550746:23575817,23556281:23586529,23585184:23596248,23586467:23597068,23586482:23602060,23592539:23607108,23594051:23608056,23595408:23609492,23595419:23595922,23620717:23631339,23620741:23622316,23630741:23631912,23634452:23647729,23636430:23647998,23637430:23678933,23643447:23652914,23663156:23680906,23671693:23696221,23676094:23680142,23681715:23704373,23681725:23726922,23683042:23730720,23687067:23687975,23688372:23689398,23697318:23719340,23699594:23703142,23700573:23701776,23703106:23726634,23709128:23734751,23711012:23737160,23712074:23738072,23722781:23740862,23725944:23741455,23729236:23742302,23807827:23808423,23807830:23808643,23809051:23812543,23812264:23812494,23819179:23823600,23822262:23826179,23848762:23857799,23919353:23919739,23936968:24001598,23937985:24170123,23938572:24169978,23938725:24022359,23938958:24022703,23939137:24023089,23953615:24080383,23958528:23959790,23974635:24099701,23983492:24117622,23996441:24133256,23998866:24135025,24000704:2413837', 'assoc_mat': '23542721:carton:3327:23543375,23545657:carton:3327:23585118,23550746:carton:3327:23575817,23556281:carton:3327:23586529,23585184:carton:3327:23596248,23586467:carton:3327:23597068,23586482:carton:3327:23602060,23592539:carton:3327:23607108,23594051:carton:3327:23608056,23595408:carton:3327:23609492,23595419:carton:3327:23595922,23620717:carton:3327:23631339,23620741:carton:3327:23622316,23630741:carton:3327:23631912,23634452:carton:3327:23647729,23636430:carton:3327:23647998,23637430:carton:3327:23678933,23643447:carton:3327:23652914,23663156:carton:3327:23680906,23671693:carton:3327:23696221,23676094:carton:3327:23680142,23681715:carton:3327:23704373,23681725:carton:3327:23726922,23683042:carton:3327:23730720,23687067:carton:3327:23687975,23688372:carton:3327:23689398,23697318:carton:3327:23719340,23699594:carton:3327:23703142,23700573:carton:3327:23701776,23703106:carton:3327:23726634,23709128:carton:3327:23734751,23711012:carton:3327:23737160,23712074:carton:3327:23738072,23722781:carton:3327:23740862,2372'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.013618485710316338, 'nb_photo': 87, 'list_port_cont': '24437180,24439469,24440270,24443409,24443790', 'assoc_port': '24436620:24437180,24439171:24439469,24439759:24440270,24442986:24443790,24442990:24443409', 'assoc_mat': '24436620:carton:3594:24437180,24439171:carton:3594:24439469,24439759:carton:3594:24440270,24442986:carton:3594:24443790,24442990:carton:3594:24443409'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006460387374666643, 'nb_photo': 1, 'list_port_cont': '24296673', 'assoc_port': '24296180:24296673', 'assoc_mat': '24296180:cartonnette:3726:24296673'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0016605584314784182, 'nb_photo': 56, 'list_port_cont': '23631735,23661686,23679472,23687133,23688056,23695518,23702054,23702930,24213278,24297287,24297584,24429621,24433312,24517124,24520145,24527163,24527873,24529784,24532237,24533245,24533718,24534595,24541697,24542642,24544365,24544679,24545322,24546694,24546953,24550299,24551407,24553314,24553903,24556171,24556427,24556624,24556832,24570807,24573468', 'assoc_port': '23627494:23631735,23651475:23661686,23663154:23702054,23669191:23688056,23671673:23695518,23677334:23679472,23681695:23702930,23687068:23687133,24213123:24213278,24296866:24297584,24296994:24297287,24429602:24429621,24432906:24433312,24514857:24556832,24514861:24556624,24515067:24556427,24515088:24556171,24515616:24553903,24515651:24550299,24515659:24553314,24515753:24551407,24516060:24546953,24516138:24542642,24516142:24546694,24516224:24545322,24516363:24541697,24516384:24533718,24516417:24544679,24516464:24544365,24516539:24533245,24516676:24517124,24516702:24527873,24516704:24534595,24516722:24527163,24516767:24520145,24516871:24532237,24516874:24529784,24568475:24573468,24568751:24570807', 'assoc_mat': '23627494:cartonnette:3726:23631735,23651475:cartonnette:3726:23661686,23663154:cartonnette:3726:23702054,23669191:cartonnette:3726:23688056,23671673:cartonnette:3726:23695518,23677334:cartonnette:3726:23679472,23681695:cartonnette:3726:23702930,23687068:cartonnette:3726:23687133,24213123:cartonnette:3726:24213278,24296866:cartonnette:3726:24297584,24296994:cartonnette:3726:24297287,24429602:cartonnette:3726:24429621,24432906:cartonnette:3726:24433312,24514857:cartonnette:3726:24556832,24514861:cartonnette:3726:24556624,24515067:cartonnette:3726:24556427,24515088:cartonnette:3726:24556171,24515616:cartonnette:3726:24553903,24515651:cartonnette:3726:24550299,24515659:cartonnette:3726:24553314,24515753:cartonnette:3726:24551407,24516060:cartonnette:3726:24546953,24516138:cartonnette:3726:24542642,24516142:cartonnette:3726:24546694,24516224:cartonnette:3726:24545322,24516363:cartonnette:3726:24541697,24516384:cartonnette:3726:24533718,24516417:cartonnette:3726:24544679,24516464:cartonnette:3726:24544365,24516539:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.022738619158508225, 'nb_photo': 1, 'list_port_cont': '24296677', 'assoc_port': '24296180:24296677', 'assoc_mat': '24296180:Carton_brun:3726:24296677'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005884116004203263, 'nb_photo': 170, 'list_port_cont': '23647040,23649897,23661693,23679475,23687137,23688050,23695523,23702062,23702924,24213277,24297285,24297585,24297866,24420713,24427737,24429619,24433319,24515489,24517122,24527158,24530320,24530979,24532243,24532954,24533713,24534210,24534587,24537696,24540566,24540886,24541236,24541698,24542638,24543562,24543723,24544356,24544669,24546958,24548464,24549353,24550304,24550856,24552017,24552455,24553310,24553900,24554621,24554759,24555057,24555802,24555931,24556074,24556348,24556418,24556555,24556567,24556580,24556630,24556677,24556718,24556735,24556824,24559159,24559680,24569295,24569309,24570670,24570803,24571231,24572812,24573470,24577373', 'assoc_port': '23636436:23647040,23641363:23649897,23651475:23661693,23663154:23702062,23669191:23688050,23671673:23695523,23677334:23679475,23681695:23702924,23687068:23687137,24213123:24213277,24296859:24297866,24296866:24297585,24296994:24297285,24420642:24420713,24427715:24427737,24429602:24429619,24432906:24433319,24512226:24554621,24512313:24556348,24512320:24556555,24512478:24559159,24512526:24559680,24514857:24556824,24514858:24556677,24514861:24556630,24514867:24556580,24515042:24556735,24515046:24556718,24515050:24556567,24515067:24556418,24515132:24515489,24515268:24555931,24515295:24556074,24515297:24555802,24515404:24555057,24515562:24554759,24515592:24552017,24515616:24553900,24515642:24550856,24515651:24550304,24515659:24553310,24515711:24552455,24515993:24549353,24516003:24548464,24516060:24546958,24516138:24542638,24516363:24541698,24516370:24541236,24516384:24533713,24516417:24544669,24516464:24544356,24516512:24543723,24516536:24543562,24516540:24540886,24516591:24532954,24516599:24540566,24516676:2451712', 'assoc_mat': '23636436:Carton_brun:3726:23647040,23641363:Carton_brun:3726:23649897,23651475:Carton_brun:3726:23661693,23663154:Carton_brun:3726:23702062,23669191:Carton_brun:3726:23688050,23671673:Carton_brun:3726:23695523,23677334:Carton_brun:3726:23679475,23681695:Carton_brun:3726:23702924,23687068:Carton_brun:3726:23687137,24213123:Carton_brun:3726:24213277,24296859:Carton_brun:3726:24297866,24296866:Carton_brun:3726:24297585,24296994:Carton_brun:3726:24297285,24420642:Carton_brun:3726:24420713,24427715:Carton_brun:3726:24427737,24429602:Carton_brun:3726:24429619,24432906:Carton_brun:3726:24433319,24512226:Carton_brun:3726:24554621,24512313:Carton_brun:3726:24556348,24512320:Carton_brun:3726:24556555,24512478:Carton_brun:3726:24559159,24512526:Carton_brun:3726:24559680,24514857:Carton_brun:3726:24556824,24514858:Carton_brun:3726:24556677,24514861:Carton_brun:3726:24556630,24514867:Carton_brun:3726:24556580,24515042:Carton_brun:3726:24556735,24515046:Carton_brun:3726:24556718,24515050:Carton_brun:3726:24556567,24515067:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011649263439362264, 'nb_photo': 1, 'list_port_cont': '24296668', 'assoc_port': '24296180:24296668', 'assoc_mat': '24296180:Carton_gris:3726:24296668'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006627984664581302, 'nb_photo': 141, 'list_port_cont': '23647036,23649895,23679478,23688048,23695513,24213276,24297863,24419680,24419729,24427738,24429618,24433321,24515491,24517112,24518959,24524023,24527877,24530978,24531571,24532242,24532968,24534585,24535337,24540574,24541230,24541690,24541919,24542280,24543714,24544355,24544673,24545664,24546686,24546954,24547849,24548117,24548928,24549334,24549946,24550297,24551153,24551409,24552453,24552873,24553317,24553904,24554043,24554128,24554618,24554872,24555317,24555805,24555902,24555932,24555977,24556355,24556405,24556565,24556566,24556721,24556726,24556830,24557085,24557774,24559673,24569294,24569308,24570661,24570802,24577408', 'assoc_port': '23636436:23647036,23641363:23649895,23669191:23688048,23671673:23695513,23677334:23679478,24213123:24213276,24296859:24297863,24418257:24419729,24418401:24419680,24427715:24427738,24429602:24429618,24432906:24433321,24512226:24554618,24512320:24556565,24512336:24557085,24512382:24557774,24512526:24559673,24514857:24556830,24515042:24556726,24515046:24556721,24515050:24556566,24515061:24556405,24515073:24556355,24515132:24515491,24515243:24555977,24515268:24555932,24515289:24555902,24515297:24555805,24515420:24554872,24515483:24554128,24515595:24554043,24515616:24553904,24515651:24550297,24515659:24553317,24515692:24552873,24515711:24552453,24515728:24555317,24515749:24551153,24515753:24551409,24515801:24549946,24515876:24548928,24515880:24548117,24515956:24547849,24515993:24549334,24516060:24546954,24516142:24546686,24516191:24545664,24516335:24541919,24516363:24541690,24516370:24541230,24516417:24544673,24516464:24544355,24516512:24543714,24516568:24542280,24516591:24532968,24516599:24540574,24516676:2451711', 'assoc_mat': '23636436:Carton_gris:3726:23647036,23641363:Carton_gris:3726:23649895,23669191:Carton_gris:3726:23688048,23671673:Carton_gris:3726:23695513,23677334:Carton_gris:3726:23679478,24213123:Carton_gris:3726:24213276,24296859:Carton_gris:3726:24297863,24418257:Carton_gris:3726:24419729,24418401:Carton_gris:3726:24419680,24427715:Carton_gris:3726:24427738,24429602:Carton_gris:3726:24429618,24432906:Carton_gris:3726:24433321,24512226:Carton_gris:3726:24554618,24512320:Carton_gris:3726:24556565,24512336:Carton_gris:3726:24557085,24512382:Carton_gris:3726:24557774,24512526:Carton_gris:3726:24559673,24514857:Carton_gris:3726:24556830,24515042:Carton_gris:3726:24556726,24515046:Carton_gris:3726:24556721,24515050:Carton_gris:3726:24556566,24515061:Carton_gris:3726:24556405,24515073:Carton_gris:3726:24556355,24515132:Carton_gris:3726:24515491,24515243:Carton_gris:3726:24555977,24515268:Carton_gris:3726:24555932,24515289:Carton_gris:3726:24555902,24515297:Carton_gris:3726:24555805,24515420:Carton_gris:3726:24554872,24515483:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0022897209575034896, 'nb_photo': 45, 'list_port_cont': '23560219,23647060,23680067,23684207,23735951,23822452,24020632,24020832,24021685,24141454,24188745,24261475,24327802,24332351,24335811,24343864,24403745,24420750,24439456,24555632,24555712,24555755,24555786,24556017,24556754', 'assoc_port': '23560100:23560219,23636434:23647060,23663161:23680067,23683962:23684207,23711009:23735951,23822266:23822452,23938066:24020632,23938155:24020832,24006427:24141454,24014596:24021685,24088260:24188745,24092863:24261475,24295884:24327802,24296105:24335811,24296267:24332351,24309592:24343864,24401675:24403745,24420644:24420750,24439170:24439456,24514886:24556754,24515423:24556017,24515973:24555786,24516395:24555712,24516656:24555755,24516701:24555632', 'assoc_mat': '23560100:ela:4205:23560219,23636434:ela:4205:23647060,23663161:ela:4205:23680067,23683962:ela:4205:23684207,23711009:ela:4205:23735951,23822266:ela:4205:23822452,23938066:ela:4205:24020632,23938155:ela:4205:24020832,24006427:ela:4205:24141454,24014596:ela:4205:24021685,24088260:ela:4205:24188745,24092863:ela:4205:24261475,24295884:ela:4205:24327802,24296105:ela:4205:24335811,24296267:ela:4205:24332351,24309592:ela:4205:24343864,24401675:ela:4205:24403745,24420644:ela:4205:24420750,24439170:ela:4205:24439456,24514886:ela:4205:24556754,24515423:ela:4205:24556017,24515973:ela:4205:24555786,24516395:ela:4205:24555712,24516656:ela:4205:24555755,24516701:ela:4205:24555632'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9436226948947393, 'nb_photo': 345, 'list_port_cont': '23645685,23648756,23649803,23680575,23687730,23718772,23739937,23740171,23743558,23747108,23922692,24021483,24026314,24095615,24132389,24140842,24177805,24203380,24224238,24261410,24264330,24283115,24327882,24329539,24334007,24340570,24342315,24348350,24379713,24379831,24392051,24403303,24404339,24428092,24430475,24446163,24449377,24555851,24555884,24555911,24555985,24556124,24556255,24556320,24556322,24556641,24556993,24557034,24557154,24558935', 'assoc_port': '23632822:23645685,23639778:23648756,23639779:23649803,23663163:23680575,23677331:23740171,23687054:23687730,23697328:23718772,23712024:23747108,23721649:23739937,23731805:23743558,23922279:23922692,23937766:24177805,23938595:24021483,23973585:24095615,23996438:24132389,24006419:24140842,24024481:24026314,24092888:24203380,24115402:24224238,24124274:24264330,24209101:24261410,24230137:24283115,24295858:24327882,24295907:24329539,24296274:24334007,24297010:24340570,24309312:24342315,24309636:24348350,24370833:24379831,24370835:24379713,24386152:24392051,24401551:24404339,24401819:24403303,24418471:24428092,24420638:24430475,24436616:24449377,24445181:24446163,24512378:24558935,24514943:24557154,24514951:24556993,24515066:24557034,24515127:24556641,24515304:24556322,24515721:24556255,24515958:24556320,24516387:24556124,24516609:24555911,24516769:24555884,24516868:24555851,24517097:24555985', 'assoc_mat': '23632822:ela:4203:23645685,23639778:ela:4203:23648756,23639779:ela:4203:23649803,23663163:ela:4203:23680575,23677331:ela:4203:23740171,23687054:ela:4203:23687730,23697328:ela:4203:23718772,23712024:ela:4203:23747108,23721649:ela:4203:23739937,23731805:ela:4203:23743558,23922279:ela:4203:23922692,23937766:ela:4203:24177805,23938595:ela:4203:24021483,23973585:ela:4203:24095615,23996438:ela:4203:24132389,24006419:ela:4203:24140842,24024481:ela:4203:24026314,24092888:ela:4203:24203380,24115402:ela:4203:24224238,24124274:ela:4203:24264330,24209101:ela:4203:24261410,24230137:ela:4203:24283115,24295858:ela:4203:24327882,24295907:ela:4203:24329539,24296274:ela:4203:24334007,24297010:ela:4203:24340570,24309312:ela:4203:24342315,24309636:ela:4203:24348350,24370833:ela:4203:24379831,24370835:ela:4203:24379713,24386152:ela:4203:24392051,24401551:ela:4203:24404339,24401819:ela:4203:24403303,24418471:ela:4203:24428092,24420638:ela:4203:24430475,24436616:ela:4203:24449377,24445181:ela:4203:24446163,24512378:ela:4203:2455893'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007175404412073501, 'nb_photo': 102, 'list_port_cont': '23547756,23564177,23594384,23596942,23621203,23634873,23635279,23637982,23640770,23644543,23646356,23669738,23677933,23679044,23691359,23691573,23700284,23700765,23703486,23711356,23719768,23819602,23829577,23885279,23939707,23973841,23983734,24001233,24003336,24006704,24051170,24056526,24070102,24102792,24103082,24116321,24230221,24300319,24304078,24310316,24314000,24315745,24317992,24318811,24320882,24323874,24326956,24327143,24327938,24386395,24401708,24403676,24404047,24417965,24440809,24443189,24523501,24523792,24526392,24528424,24529119,24530538,24531445,24532174,24532552,24532885,24534437,24536618,24537578,24538684,24539214,24539689,24545441,24548292,24549875,24551429,24552359,24554048,24554508,24569074,24569452,24570984,24572028', 'assoc_port': '23547113:23547756,23563500:23564177,23594057:23594384,23596515:23596942,23620728:23621203,23634445:23635279,23634456:23634873,23637428:23637982,23639798:23640770,23644224:23644543,23645868:23646356,23669196:23669738,23677325:23679044,23677329:23677933,23691317:23691573,23691320:23691359,23699595:23700284,23700571:23700765,23703105:23703486,23711025:23711356,23719470:23719768,23819131:23819602,23829120:23829577,23885063:23885279,23938680:23939707,23973593:23973841,23983491:23983734,24000698:24001233,24002901:24003336,24006430:24006704,24048596:24051170,24056338:24056526,24069768:24070102,24102022:24103082,24102035:24102792,24115409:24116321,24230136:24230221,24295912:24327143,24295953:24327938,24296008:24326956,24296162:24323874,24296699:24304078,24297005:24300319,24309292:24320882,24309365:24318811,24309393:24317992,24309546:24315745,24309621:24314000,24309646:24310316,24386159:24386395,24401568:24401708,24401648:24404047,24401673:24403676,24417543:24417965,24432927:24440809,24442997:24443189,24515025:2455450', 'assoc_mat': '23547113:ela:4207:23547756,23563500:ela:4207:23564177,23594057:ela:4207:23594384,23596515:ela:4207:23596942,23620728:ela:4207:23621203,23634445:ela:4207:23635279,23634456:ela:4207:23634873,23637428:ela:4207:23637982,23639798:ela:4207:23640770,23644224:ela:4207:23644543,23645868:ela:4207:23646356,23669196:ela:4207:23669738,23677325:ela:4207:23679044,23677329:ela:4207:23677933,23691317:ela:4207:23691573,23691320:ela:4207:23691359,23699595:ela:4207:23700284,23700571:ela:4207:23700765,23703105:ela:4207:23703486,23711025:ela:4207:23711356,23719470:ela:4207:23719768,23819131:ela:4207:23819602,23829120:ela:4207:23829577,23885063:ela:4207:23885279,23938680:ela:4207:23939707,23973593:ela:4207:23973841,23983491:ela:4207:23983734,24000698:ela:4207:24001233,24002901:ela:4207:24003336,24006430:ela:4207:24006704,24048596:ela:4207:24051170,24056338:ela:4207:24056526,24069768:ela:4207:24070102,24102022:ela:4207:24103082,24102035:ela:4207:24102792,24115409:ela:4207:24116321,24230136:ela:4207:24230221,24295912:ela:4207:2432714'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031602497027330796, 'nb_photo': 6, 'list_port_cont': '24179043,24524784,24533804,24535091', 'assoc_port': '23937818:24179043,24515818:24533804,24516706:24524784,24517198:24535091', 'assoc_mat': '23937818:ela:4461:24179043,24515818:ela:4461:24533804,24516706:ela:4461:24524784,24517198:ela:4461:24535091'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014963833351898093, 'nb_photo': 164, 'list_port_cont': '23543862,23568510,23572044,23585033,23607870,23609676,23630666,23636640,23645656,23645810,23646065,23654219,23684857,23689169,23693213,23694367,23701065,23703318,23708025,23820007,23855221,23926446,24019592,24021191,24027159,24137405,24138867,24144527,24178501,24192336,24205069,24223358,24264034,24279671,24328703,24329818,24331416,24334368,24342236,24389685,24403349,24403526,24403876,24404105,24404739,24420305,24427634,24427786,24429885,24439590,24446365,24446428,24449928,24513159,24516958,24520292,24520380,24522304,24522475,24525267,24526518,24527444,24527673,24528300,24528740,24529402,24530115,24532290,24533230,24534579,24535444,24536040,24537254,24538008,24539163,24540343,24542495,24544025,24544205,24544436,24545262,24545597,24545874,24547429,24548099,24548306,24549031,24550462,24553013,24554351,24554631,24554713,24555568,24556913,24559035,24559439,24569526,24571565,24572523,24573344,24573456,24574528,24577027', 'assoc_port': '23543496:23543862,23556266:23585033,23563498:23572044,23568013:23568510,23594055:23607870,23596511:23609676,23620720:23630666,23634444:23645656,23634448:23645810,23634454:23646065,23636438:23636640,23647432:23654219,23665039:23684857,23669200:23708025,23681698:23703318,23688370:23689169,23691319:23693213,23694294:23694367,23699597:23701065,23819105:23820007,23848754:23855221,23925728:23926446,23938039:24019592,23938638:24178501,24000707:24137405,24002905:24138867,24009623:24144527,24014637:24021191,24024473:24027159,24090695:24192336,24093992:24205069,24115393:24223358,24124280:24264034,24201811:24279671,24295973:24329818,24296044:24334368,24296045:24328703,24296099:24331416,24296256:24389685,24309316:24342236,24401660:24404105,24401663:24403876,24401712:24403526,24401804:24403349,24401852:24404739,24417538:24420305,24418337:24427634,24418448:24427786,24429599:24429885,24436640:24439590,24442953:24449928,24442992:24446365,24446323:24446428,24512221:24554713,24512329:24556913,24512401:24559035,24512438:2455943', 'assoc_mat': '23543496:ela:4200:23543862,23556266:ela:4200:23585033,23563498:ela:4200:23572044,23568013:ela:4200:23568510,23594055:ela:4200:23607870,23596511:ela:4200:23609676,23620720:ela:4200:23630666,23634444:ela:4200:23645656,23634448:ela:4200:23645810,23634454:ela:4200:23646065,23636438:ela:4200:23636640,23647432:ela:4200:23654219,23665039:ela:4200:23684857,23669200:ela:4200:23708025,23681698:ela:4200:23703318,23688370:ela:4200:23689169,23691319:ela:4200:23693213,23694294:ela:4200:23694367,23699597:ela:4200:23701065,23819105:ela:4200:23820007,23848754:ela:4200:23855221,23925728:ela:4200:23926446,23938039:ela:4200:24019592,23938638:ela:4200:24178501,24000707:ela:4200:24137405,24002905:ela:4200:24138867,24009623:ela:4200:24144527,24014637:ela:4200:24021191,24024473:ela:4200:24027159,24090695:ela:4200:24192336,24093992:ela:4200:24205069,24115393:ela:4200:24223358,24124280:ela:4200:24264034,24201811:ela:4200:24279671,24295973:ela:4200:24329818,24296044:ela:4200:24334368,24296045:ela:4200:24328703,24296099:ela:4200:2433141'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003659752150456944, 'nb_photo': 404, 'list_port_cont': '23572716,23630462,23634789,23640492,23646553,23651684,23666278,23674042,23682249,23683315,23691608,23851893,23903358,23967734,24204871,24297678,24297770,24298319,24298430,24298680,24299169,24301288,24310294,24311729,24312051,24367257,24429792,24430847,24436994,24443144,24513254,24513496,24517011,24517089,24517431,24517627,24517776,24517945,24518027,24518547,24518789,24519451,24519697,24519748,24520682,24521008,24521042,24521558,24521851,24522624,24522706,24522905,24523022,24523151,24523280,24524634,24524910,24525742,24525945,24525952,24526171,24526182,24526638,24526748,24527826,24527954,24528003,24528359,24528518,24528800,24529387,24530431,24530934,24531220,24531556,24531662,24531708,24532368,24532482,24532636,24532798,24532974,24533033,24533041,24534045,24534297,24534343,24535026,24535042,24535297,24535550,24535614,24536098,24536520,24536776,24537409,24537423,24537826,24538137,24538327,24538687,24538796,24539061,24539088,24539186,24539764,24540182,24541086,24541410,24541551,24541573,24541870,24542071,2454222', 'assoc_port': '23572471:23572716,23630253:23630462,23634450:23634789,23639809:23640492,23645864:23646553,23651477:23651684,23665041:23666278,23673393:23674042,23681697:23682249,23683047:23683315,23691316:23691608,23851645:23851893,23902199:23903358,23966882:23967734,24093962:24204871,24295880:24528359,24295922:24301288,24296384:24299169,24296752:24298680,24296813:24298319,24296983:24297678,24297088:24298430,24297123:24297770,24309317:24312051,24309395:24311729,24309644:24310294,24366878:24367257,24421764:24430847,24429600:24429792,24436619:24436994,24442988:24443144,24512292:24556304,24512298:24556688,24512394:24559577,24512403:24513254,24512444:24513496,24514854:24544258,24514855:24542557,24514860:24544411,24514966:24546914,24514987:24542224,24515045:24542071,24515055:24541870,24515059:24543283,24515064:24541551,24515072:24542840,24515107:24541573,24515214:24541410,24515246:24539764,24515251:24541086,24515271:24539186,24515301:24539061,24515310:24539088,24515407:24538687,24515412:24538327,24515414:24538796,24515422:2453740', 'assoc_mat': '23572471:ela:4209:23572716,23630253:ela:4209:23630462,23634450:ela:4209:23634789,23639809:ela:4209:23640492,23645864:ela:4209:23646553,23651477:ela:4209:23651684,23665041:ela:4209:23666278,23673393:ela:4209:23674042,23681697:ela:4209:23682249,23683047:ela:4209:23683315,23691316:ela:4209:23691608,23851645:ela:4209:23851893,23902199:ela:4209:23903358,23966882:ela:4209:23967734,24093962:ela:4209:24204871,24295880:ela:4209:24528359,24295922:ela:4209:24301288,24296384:ela:4209:24299169,24296752:ela:4209:24298680,24296813:ela:4209:24298319,24296983:ela:4209:24297678,24297088:ela:4209:24298430,24297123:ela:4209:24297770,24309317:ela:4209:24312051,24309395:ela:4209:24311729,24309644:ela:4209:24310294,24366878:ela:4209:24367257,24421764:ela:4209:24430847,24429600:ela:4209:24429792,24436619:ela:4209:24436994,24442988:ela:4209:24443144,24512292:ela:4209:24556304,24512298:ela:4209:24556688,24512394:ela:4209:24559577,24512403:ela:4209:24513254,24512444:ela:4209:24513496,24514854:ela:4209:24544258,24514855:ela:4209:2454255'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000960594982450425, 'nb_photo': 1468, 'list_port_cont': '23535097,23538740,23541557,23543974,23548207,23551893,23555596,23564447,23569996,23570271,23586066,23587107,23589856,23593030,23593378,23597262,23621515,23621874,23622230,23633785,23635079,23635212,23638285,23640779,23641949,23644728,23646929,23651945,23666387,23667102,23670233,23671400,23672718,23674181,23676760,23682401,23684590,23685562,23687480,23688858,23691716,23694410,23700481,23702938,23705070,23708002,23708793,23712603,23716405,23717617,23719918,23723514,23726443,23732274,23811499,23819852,23820614,23829933,23832163,23853889,23902871,23919615,23920792,23926127,23926132,24020624,24022621,24024661,24025230,24040464,24042583,24096537,24134678,24135466,24136114,24137263,24139476,24143623,24144877,24145246,24168456,24168731,24169605,24171853,24173648,24174482,24174983,24178299,24182677,24189600,24206125,24211181,24213923,24223427,24233253,24244150,24263101,24264075,24265040,24297753,24299110,24300084,24300796,24301326,24302137,24303273,24307761,24308457,24308797,24309837,24311264,24314473,24316946,2431754', 'assoc_port': '23534654:23535097,23537920:23538740,23540436:23541557,23543517:23543974,23547110:23548207,23550747:23551893,23555036:23555596,23563503:23564447,23569424:23570271,23569432:23569996,23585185:23586066,23586473:23587107,23589266:23589856,23592543:23593378,23592547:23593030,23596517:23597262,23620718:23622230,23620722:23621874,23620756:23621515,23632820:23633785,23634446:23635212,23634457:23635079,23637427:23638285,23639808:23640779,23641366:23641949,23644225:23644728,23645862:23646929,23651476:23651945,23663153:23667102,23665045:23666387,23669198:23670233,23670888:23671400,23671695:23672718,23673440:23674181,23676097:23676760,23681716:23685562,23681727:23682401,23683964:23684590,23687040:23687480,23688376:23688858,23691318:23691716,23694292:23694410,23699593:23700481,23702410:23702938,23704456:23705070,23707619:23708002,23708553:23708793,23712026:23712603,23715744:23717617,23715751:23716405,23719475:23719918,23722757:23723514,23725935:23726443,23731806:23732274,23811030:23811499,23819146:23820614,23819188:2381985', 'assoc_mat': '23534654:ela:4211:23535097,23537920:ela:4211:23538740,23540436:ela:4211:23541557,23543517:ela:4211:23543974,23547110:ela:4211:23548207,23550747:ela:4211:23551893,23555036:ela:4211:23555596,23563503:ela:4211:23564447,23569424:ela:4211:23570271,23569432:ela:4211:23569996,23585185:ela:4211:23586066,23586473:ela:4211:23587107,23589266:ela:4211:23589856,23592543:ela:4211:23593378,23592547:ela:4211:23593030,23596517:ela:4211:23597262,23620718:ela:4211:23622230,23620722:ela:4211:23621874,23620756:ela:4211:23621515,23632820:ela:4211:23633785,23634446:ela:4211:23635212,23634457:ela:4211:23635079,23637427:ela:4211:23638285,23639808:ela:4211:23640779,23641366:ela:4211:23641949,23644225:ela:4211:23644728,23645862:ela:4211:23646929,23651476:ela:4211:23651945,23663153:ela:4211:23667102,23665045:ela:4211:23666387,23669198:ela:4211:23670233,23670888:ela:4211:23671400,23671695:ela:4211:23672718,23673440:ela:4211:23674181,23676097:ela:4211:23676760,23681716:ela:4211:23685562,23681727:ela:4211:23682401,23683964:ela:4211:2368459'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011434581796959466, 'nb_photo': 51, 'list_port_cont': '23645683,23648759,23680582,23687728,23718774,23740172,23743565,23747110,23922688,24021485,24026317,24095601,24203381,24261416,24327892,24334014,24342312,24392045,24404342,24555885,24555917,24555979,24556242,24556313,24556990,24557036', 'assoc_port': '23632822:23645683,23639778:23648759,23663163:23680582,23677331:23740172,23687054:23687728,23697328:23718774,23712024:23747110,23731805:23743565,23922279:23922688,23938595:24021485,23973585:24095601,24024481:24026317,24092888:24203381,24209101:24261416,24295858:24327892,24296274:24334014,24309312:24342312,24386152:24392045,24401551:24404342,24514951:24556990,24515066:24557036,24515721:24556242,24515958:24556313,24516609:24555917,24516769:24555885,24517097:24555979', 'assoc_mat': '23632822:etiquette:4203:23645683,23639778:etiquette:4203:23648759,23663163:etiquette:4203:23680582,23677331:etiquette:4203:23740172,23687054:etiquette:4203:23687728,23697328:etiquette:4203:23718774,23712024:etiquette:4203:23747110,23731805:etiquette:4203:23743565,23922279:etiquette:4203:23922688,23938595:etiquette:4203:24021485,23973585:etiquette:4203:24095601,24024481:etiquette:4203:24026317,24092888:etiquette:4203:24203381,24209101:etiquette:4203:24261416,24295858:etiquette:4203:24327892,24296274:etiquette:4203:24334014,24309312:etiquette:4203:24342312,24386152:etiquette:4203:24392045,24401551:etiquette:4203:24404342,24514951:etiquette:4203:24556990,24515066:etiquette:4203:24557036,24515721:etiquette:4203:24556242,24515958:etiquette:4203:24556313,24516609:etiquette:4203:24555917,24516769:etiquette:4203:24555885,24517097:etiquette:4203:24555979'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00010042925324237485, 'nb_photo': 8, 'list_port_cont': '23589789,23644555,23679939,23691362,23700285,23808141,24533991,24537568', 'assoc_port': '23589275:23589789,23644224:23644555,23663158:23679939,23691320:23691362,23699595:23700285,23807828:23808141,24515877:24537568,24516135:24533991', 'assoc_mat': '23589275:etiquette:4207:23589789,23644224:etiquette:4207:23644555,23663158:etiquette:4207:23679939,23691320:etiquette:4207:23691362,23699595:etiquette:4207:23700285,23807828:etiquette:4207:23808141,24515877:etiquette:4207:24537568,24516135:etiquette:4207:24533991'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 4.161855196710789e-05, 'nb_photo': 1, 'list_port_cont': '24518859', 'assoc_port': '24517240:24518859', 'assoc_mat': '24517240:etiquette:4461:24518859'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015194211386292822, 'nb_photo': 3, 'list_port_cont': '23556480,24035642,24572733', 'assoc_port': '23556285:23556480,24024255:24035642,24568835:24572733', 'assoc_mat': '23556285:etiquette:4200:23556480,24024255:etiquette:4200:24035642,24568835:etiquette:4200:24572733'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00042145814449526925, 'nb_photo': 35, 'list_port_cont': '23646549,23666281,23682236,24429791,24513259,24513494,24517088,24517428,24520681,24521048,24521562,24521835,24525750,24526743,24527825,24528511,24529238,24532649,24532793,24532982,24533029,24534296,24535551,24538329,24539757,24541091,24541570,24543293', 'assoc_port': '23645864:23646549,23665041:23666281,23681697:23682236,24429600:24429791,24512403:24513259,24512444:24513494,24515059:24543293,24515107:24541570,24515246:24539757,24515251:24541091,24515412:24538329,24515617:24517088,24515724:24532793,24515775:24532649,24515778:24534296,24515878:24535551,24515905:24532982,24515985:24517428,24516205:24529238,24516231:24528511,24516337:24527825,24516373:24525750,24516636:24526743,24516738:24521835,24516861:24521048,24517062:24521562,24517162:24520681,24517396:24533029', 'assoc_mat': '23645864:etiquette:4209:23646549,23665041:etiquette:4209:23666281,23681697:etiquette:4209:23682236,24429600:etiquette:4209:24429791,24512403:etiquette:4209:24513259,24512444:etiquette:4209:24513494,24515059:etiquette:4209:24543293,24515107:etiquette:4209:24541570,24515246:etiquette:4209:24539757,24515251:etiquette:4209:24541091,24515412:etiquette:4209:24538329,24515617:etiquette:4209:24517088,24515724:etiquette:4209:24532793,24515775:etiquette:4209:24532649,24515778:etiquette:4209:24534296,24515878:etiquette:4209:24535551,24515905:etiquette:4209:24532982,24515985:etiquette:4209:24517428,24516205:etiquette:4209:24529238,24516231:etiquette:4209:24528511,24516337:etiquette:4209:24527825,24516373:etiquette:4209:24525750,24516636:etiquette:4209:24526743,24516738:etiquette:4209:24521835,24516861:etiquette:4209:24521048,24517062:etiquette:4209:24521562,24517162:etiquette:4209:24520681,24517396:etiquette:4209:24533029'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 3.4321489914584255e-05, 'nb_photo': 48, 'list_port_cont': '23548204,23560674,23621511,23638295,23666386,23667096,23672720,23676748,23712609,23716412,23717632,23926131,24022612,24025234,24096546,24139481,24144875,24182664,24189608,24213926,24233268,24265042,24302122,24402846,24517974,24518673,24518842,24519473,24519513,24521087,24521517,24524321,24526125,24526313,24527349,24532130,24534088,24551308,24551923,24571860,24572479', 'assoc_port': '23547110:23548204,23560093:23560674,23620756:23621511,23637427:23638295,23663153:23667096,23665045:23666386,23671695:23672720,23676097:23676748,23712026:23712609,23715744:23717632,23715751:23716412,23925745:23926131,23973602:24096546,24002899:24233268,24002909:24139481,24009606:24144875,24014054:24022612,24024486:24025234,24075814:24182664,24088250:24189608,24101984:24213926,24230134:24265042,24296358:24302122,24401844:24402846,24512217:24551923,24512397:24551308,24515550:24532130,24515648:24534088,24515884:24517974,24516261:24518673,24516307:24527349,24516394:24526313,24516650:24526125,24516672:24524321,24516687:24521087,24517046:24521517,24517196:24519513,24517217:24519473,24517383:24518842,24568732:24572479,24568842:24571860', 'assoc_mat': '23547110:etiquette:4211:23548204,23560093:etiquette:4211:23560674,23620756:etiquette:4211:23621511,23637427:etiquette:4211:23638295,23663153:etiquette:4211:23667096,23665045:etiquette:4211:23666386,23671695:etiquette:4211:23672720,23676097:etiquette:4211:23676748,23712026:etiquette:4211:23712609,23715744:etiquette:4211:23717632,23715751:etiquette:4211:23716412,23925745:etiquette:4211:23926131,23973602:etiquette:4211:24096546,24002899:etiquette:4211:24233268,24002909:etiquette:4211:24139481,24009606:etiquette:4211:24144875,24014054:etiquette:4211:24022612,24024486:etiquette:4211:24025234,24075814:etiquette:4211:24182664,24088250:etiquette:4211:24189608,24101984:etiquette:4211:24213926,24230134:etiquette:4211:24265042,24296358:etiquette:4211:24302122,24401844:etiquette:4211:24402846,24512217:etiquette:4211:24551923,24512397:etiquette:4211:24551308,24515550:etiquette:4211:24532130,24515648:etiquette:4211:24534088,24515884:etiquette:4211:24517974,24516261:etiquette:4211:24518673,24516307:etiquette:4211:24527349,2'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02590571296109151, 'nb_photo': 892, 'list_port_cont': '23560221,23568671,23585425,23630507,23631694,23647067,23680068,23684219,23684764,23688816,23700919,23739598,23808060,23822450,23903157,24020648,24020830,24021680,24022457,24098376,24141469,24143091,24167578,24188757,24220692,24242935,24243061,24261474,24264055,24327793,24332277,24332339,24335822,24342222,24343852,24343919,24382371,24403737,24404217,24404815,24420754,24427907,24439451,24555633,24555715,24555768,24555801,24555827,24556014,24556758', 'assoc_port': '23530935:23568671,23543498:23585425,23560100:23560221,23620719:23630507,23620751:23631694,23636434:23647067,23663161:23680068,23665043:23684764,23683962:23684219,23688371:23688816,23700572:23700919,23721651:23739598,23807832:23808060,23822266:23822450,23851582:23903157,23938066:24020648,23938155:24020830,23939169:24022457,23974631:24098376,24006427:24141469,24008312:24143091,24014596:24021680,24048632:24167578,24088260:24188757,24092863:24261474,24115357:24220692,24198474:24242935,24198481:24243061,24225484:24264055,24295884:24327793,24296105:24335822,24296252:24332277,24296267:24332339,24309364:24342222,24309591:24343919,24309592:24343852,24361826:24382371,24401556:24404217,24401675:24403737,24401768:24404815,24418452:24427907,24420644:24420754,24439170:24439451,24514886:24556758,24515423:24556014,24515821:24555827,24515973:24555801,24516395:24555715,24516656:24555768,24516701:24555633', 'assoc_mat': '23530935:film_plastique:4205:23568671,23543498:film_plastique:4205:23585425,23560100:film_plastique:4205:23560221,23620719:film_plastique:4205:23630507,23620751:film_plastique:4205:23631694,23636434:film_plastique:4205:23647067,23663161:film_plastique:4205:23680068,23665043:film_plastique:4205:23684764,23683962:film_plastique:4205:23684219,23688371:film_plastique:4205:23688816,23700572:film_plastique:4205:23700919,23721651:film_plastique:4205:23739598,23807832:film_plastique:4205:23808060,23822266:film_plastique:4205:23822450,23851582:film_plastique:4205:23903157,23938066:film_plastique:4205:24020648,23938155:film_plastique:4205:24020830,23939169:film_plastique:4205:24022457,23974631:film_plastique:4205:24098376,24006427:film_plastique:4205:24141469,24008312:film_plastique:4205:24143091,24014596:film_plastique:4205:24021680,24048632:film_plastique:4205:24167578,24088260:film_plastique:4205:24188757,24092863:film_plastique:4205:24261474,24115357:film_plastique:4205:24220692,24198474:film_plastique:4205:2424293'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012954842839741494, 'nb_photo': 1721, 'list_port_cont': '23645687,23648754,23649818,23680577,23687736,23718765,23739923,23740158,23743556,23747111,23922698,24021482,24026321,24095616,24132394,24140837,24177810,24203389,24224237,24261424,24264321,24283116,24327878,24329547,24334019,24340568,24342321,24348358,24379700,24379820,24392040,24403309,24404329,24428097,24430018,24430466,24446154,24449378,24555860,24555889,24555909,24555981,24556127,24556243,24556308,24556337,24556642,24556992,24557044,24557147,24558925', 'assoc_port': '23632822:23645687,23639778:23648754,23639779:23649818,23663163:23680577,23677331:23740158,23687054:23687736,23697328:23718765,23712024:23747111,23721649:23739923,23731805:23743556,23922279:23922698,23937766:24177810,23938595:24021482,23973585:24095616,23996438:24132394,24006419:24140837,24024481:24026321,24092888:24203389,24115402:24224237,24124274:24264321,24209101:24261424,24230137:24283116,24295858:24327878,24295907:24329547,24296274:24334019,24297010:24340568,24309312:24342321,24309636:24348358,24370833:24379820,24370835:24379700,24386152:24392040,24401551:24404329,24401819:24403309,24418471:24428097,24420638:24430466,24420640:24430018,24436616:24449378,24445181:24446154,24512378:24558925,24514943:24557147,24514951:24556992,24515066:24557044,24515127:24556642,24515304:24556337,24515721:24556243,24515958:24556308,24516387:24556127,24516609:24555909,24516769:24555889,24516868:24555860,24517097:24555981', 'assoc_mat': '23632822:film_plastique:4203:23645687,23639778:film_plastique:4203:23648754,23639779:film_plastique:4203:23649818,23663163:film_plastique:4203:23680577,23677331:film_plastique:4203:23740158,23687054:film_plastique:4203:23687736,23697328:film_plastique:4203:23718765,23712024:film_plastique:4203:23747111,23721649:film_plastique:4203:23739923,23731805:film_plastique:4203:23743556,23922279:film_plastique:4203:23922698,23937766:film_plastique:4203:24177810,23938595:film_plastique:4203:24021482,23973585:film_plastique:4203:24095616,23996438:film_plastique:4203:24132394,24006419:film_plastique:4203:24140837,24024481:film_plastique:4203:24026321,24092888:film_plastique:4203:24203389,24115402:film_plastique:4203:24224237,24124274:film_plastique:4203:24264321,24209101:film_plastique:4203:24261424,24230137:film_plastique:4203:24283116,24295858:film_plastique:4203:24327878,24295907:film_plastique:4203:24329547,24296274:film_plastique:4203:24334019,24297010:film_plastique:4203:24340568,24309312:film_plastique:4203:2434232'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032149649160550515, 'nb_photo': 2181, 'list_port_cont': '23543015,23547759,23552379,23564169,23589786,23594382,23596957,23621198,23630357,23633062,23634867,23635284,23636303,23636821,23637993,23638479,23639944,23640773,23644544,23646368,23647228,23669741,23672290,23676528,23677927,23679043,23679231,23679942,23682163,23683290,23683542,23684097,23684334,23687266,23687647,23688697,23688986,23691357,23691571,23694362,23700279,23700760,23703482,23709360,23711201,23711352,23712449,23719770,23720382,23726128,23726621,23808130,23811263,23819313,23819601,23822433,23829581,23831693,23832749,23851771,23885272,23902710,23919505,23919572,23921790,23939708,23973835,23974428,23983530,23983742,23985650,24000861,24001232,24003200,24003335,24006705,24006961,24010003,24011521,24012616,24014773,24015225,24019907,24021152,24024457,24049455,24050440,24051160,24053658,24056524,24060693,24065861,24070099,24077212,24091035,24102795,24103081,24103205,24115784,24115979,24116324,24116451,24117207,24117691,24117912,24118313,24218668,24223034,24225741,24230227,24230720,24298593,24299245,2430032', 'assoc_port': '23542724:23543015,23547113:23547759,23550738:23552379,23563500:23564169,23589275:23589786,23594057:23594382,23596515:23596957,23620728:23621198,23630254:23630357,23632819:23636303,23632837:23633062,23634445:23635284,23634456:23634867,23636432:23636821,23637425:23638479,23637428:23637993,23639798:23640773,23639810:23639944,23644224:23644544,23645860:23647228,23645868:23646368,23663158:23679942,23669196:23669741,23671675:23672290,23676095:23676528,23677324:23679231,23677325:23679043,23677329:23677927,23681696:23684097,23681718:23683542,23681729:23682163,23683044:23683290,23683967:23684334,23687037:23687647,23687069:23687266,23688369:23688986,23688374:23688697,23691317:23691571,23691320:23691357,23694293:23694362,23699595:23700279,23700571:23700760,23703105:23703482,23709130:23709360,23710993:23711201,23711025:23711352,23712077:23712449,23719466:23720382,23719470:23719770,23725933:23726621,23725945:23726128,23807828:23808130,23811031:23811263,23819131:23819601,23819182:23819313,23822267:23822433,23829120:2382958', 'assoc_mat': '23542724:film_plastique:4207:23543015,23547113:film_plastique:4207:23547759,23550738:film_plastique:4207:23552379,23563500:film_plastique:4207:23564169,23589275:film_plastique:4207:23589786,23594057:film_plastique:4207:23594382,23596515:film_plastique:4207:23596957,23620728:film_plastique:4207:23621198,23630254:film_plastique:4207:23630357,23632819:film_plastique:4207:23636303,23632837:film_plastique:4207:23633062,23634445:film_plastique:4207:23635284,23634456:film_plastique:4207:23634867,23636432:film_plastique:4207:23636821,23637425:film_plastique:4207:23638479,23637428:film_plastique:4207:23637993,23639798:film_plastique:4207:23640773,23639810:film_plastique:4207:23639944,23644224:film_plastique:4207:23644544,23645860:film_plastique:4207:23647228,23645868:film_plastique:4207:23646368,23663158:film_plastique:4207:23679942,23669196:film_plastique:4207:23669741,23671675:film_plastique:4207:23672290,23676095:film_plastique:4207:23676528,23677324:film_plastique:4207:23679231,23677325:film_plastique:4207:2367904'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7219543286884743, 'nb_photo': 4823, 'list_port_cont': '23541417,23551450,23551654,23569545,23586899,23597187,23630471,23633308,23634753,23643712,23643823,23647829,23647934,23664556,23669764,23673966,23678150,23682062,23682635,23683357,23688880,23688949,23704591,23709523,23718726,24137481,24171277,24179045,24191379,24210900,24264983,24297623,24297806,24298139,24298573,24298736,24298774,24310919,24311842,24312145,24367372,24402143,24402894,24416683,24419305,24427847,24433525,24437113,24443354,24443558,24513312,24513640,24516494,24516887,24517357,24517682,24518686,24518850,24519129,24519348,24519556,24520649,24520785,24520953,24521106,24522191,24522662,24523046,24523166,24523523,24524351,24524778,24524990,24525825,24526078,24526242,24526381,24527201,24527697,24527884,24528457,24529321,24529577,24529946,24530631,24530871,24531161,24531379,24532264,24532569,24532859,24533273,24533444,24533806,24534189,24534528,24534875,24535104,24536217,24536423,24536555,24536724,24537292,24537325,24537971,24538271,24538577,24538741,24539018,24539121,24539279,24541787,24542256,2454265', 'assoc_port': '23540429:23541417,23550740:23551654,23550742:23551450,23569434:23569545,23586475:23586899,23596513:23597187,23630268:23630471,23632836:23633308,23634459:23634753,23643443:23643712,23643448:23643823,23647431:23647829,23647433:23647934,23663166:23664556,23669193:23669764,23673410:23673966,23677361:23678150,23681720:23682635,23681722:23682062,23683046:23683357,23688368:23688949,23688377:23688880,23704453:23704591,23709132:23709523,23718195:23718726,23937818:24179045,24000702:24137481,24048746:24171277,24089061:24191379,24099488:24210900,24230133:24264983,24296695:24298774,24296807:24298736,24296844:24298573,24296996:24298139,24297086:24297806,24297119:24297623,24309459:24312145,24309547:24311842,24309624:24310919,24366863:24367372,24401572:24402143,24401764:24402894,24415989:24416683,24418578:24419305,24427717:24427847,24432893:24433525,24436618:24437113,24442952:24443558,24442996:24443354,24512203:24554655,24512286:24556143,24512297:24565785,24512341:24557863,24512405:24559219,24512459:24513640,24512530:2451331', 'assoc_mat': '23540429:film_plastique:4461:23541417,23550740:film_plastique:4461:23551654,23550742:film_plastique:4461:23551450,23569434:film_plastique:4461:23569545,23586475:film_plastique:4461:23586899,23596513:film_plastique:4461:23597187,23630268:film_plastique:4461:23630471,23632836:film_plastique:4461:23633308,23634459:film_plastique:4461:23634753,23643443:film_plastique:4461:23643712,23643448:film_plastique:4461:23643823,23647431:film_plastique:4461:23647829,23647433:film_plastique:4461:23647934,23663166:film_plastique:4461:23664556,23669193:film_plastique:4461:23669764,23673410:film_plastique:4461:23673966,23677361:film_plastique:4461:23678150,23681720:film_plastique:4461:23682635,23681722:film_plastique:4461:23682062,23683046:film_plastique:4461:23683357,23688368:film_plastique:4461:23688949,23688377:film_plastique:4461:23688880,23704453:film_plastique:4461:23704591,23709132:film_plastique:4461:23709523,23718195:film_plastique:4461:23718726,23937818:film_plastique:4461:24179045,24000702:film_plastique:4461:2413748'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025209452215521448, 'nb_photo': 5522, 'list_port_cont': '23543876,23556493,23568409,23568513,23569006,23572047,23573383,23575049,23581461,23584445,23585022,23607867,23609573,23609685,23612636,23630668,23631420,23636633,23645648,23645805,23646054,23649907,23651836,23652223,23653785,23654215,23662703,23679621,23681987,23684864,23687935,23689159,23689220,23693219,23694376,23701048,23703322,23708024,23708162,23718026,23720902,23727985,23732793,23740357,23820012,23842230,23855222,23903329,23920072,23926436,24000714,24019586,24021200,24024863,24026092,24027163,24035641,24086304,24132343,24137419,24138868,24144529,24145139,24166559,24167907,24168727,24172495,24177904,24178499,24179551,24182210,24192341,24205061,24223371,24231642,24263588,24264026,24279668,24328044,24328511,24328696,24329812,24330896,24331427,24334375,24336013,24339570,24340186,24340320,24340576,24340652,24342235,24344561,24348461,24379622,24380985,24382394,24389689,24389720,24392087,24403333,24403345,24403520,24403857,24403873,24404113,24404740,24420300,24427619,24427780,24428249,24429882,24431137,2443958', 'assoc_port': '23530936:23569006,23534655:23584445,23537917:23573383,23543496:23543876,23547108:23575049,23556266:23585022,23556285:23556493,23560096:23581461,23563498:23572047,23568013:23568513,23568015:23568409,23589264:23612636,23594055:23607867,23596509:23609573,23596511:23609685,23620720:23630668,23620726:23631420,23634444:23645648,23634448:23645805,23634454:23646054,23636438:23636633,23639806:23649907,23643445:23651836,23643450:23652223,23644227:23662703,23645866:23653785,23647432:23654215,23665039:23684864,23669200:23708024,23676096:23679621,23681698:23703322,23681723:23732793,23681731:23681987,23683993:23708162,23687038:23687935,23688370:23689159,23688373:23689220,23691319:23693219,23694294:23694376,23697324:23718026,23699597:23701048,23702416:23720902,23704454:23727985,23722784:23740357,23819105:23820012,23829119:23842230,23848754:23855222,23902364:23903329,23919348:23920072,23925728:23926436,23936972:24000714,23937813:24177904,23938039:24019586,23938638:24178499,23958509:24086304,23996440:24132343,24000707:2413741', 'assoc_mat': '23530936:film_plastique:4200:23569006,23534655:film_plastique:4200:23584445,23537917:film_plastique:4200:23573383,23543496:film_plastique:4200:23543876,23547108:film_plastique:4200:23575049,23556266:film_plastique:4200:23585022,23556285:film_plastique:4200:23556493,23560096:film_plastique:4200:23581461,23563498:film_plastique:4200:23572047,23568013:film_plastique:4200:23568513,23568015:film_plastique:4200:23568409,23589264:film_plastique:4200:23612636,23594055:film_plastique:4200:23607867,23596509:film_plastique:4200:23609573,23596511:film_plastique:4200:23609685,23620720:film_plastique:4200:23630668,23620726:film_plastique:4200:23631420,23634444:film_plastique:4200:23645648,23634448:film_plastique:4200:23645805,23634454:film_plastique:4200:23646054,23636438:film_plastique:4200:23636633,23639806:film_plastique:4200:23649907,23643445:film_plastique:4200:23651836,23643450:film_plastique:4200:23652223,23644227:film_plastique:4200:23662703,23645866:film_plastique:4200:23653785,23647432:film_plastique:4200:2365421'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011049413546483417, 'nb_photo': 805, 'list_port_cont': '23572720,23630464,23634794,23640490,23646558,23651697,23666269,23674047,23682237,23683320,23691602,23851889,23903351,23925933,23967740,24204867,24297679,24297771,24298306,24298432,24298684,24299181,24301280,24310302,24311725,24312056,24367265,24402683,24416630,24429804,24430846,24439842,24443142,24513273,24513501,24516280,24516993,24517083,24517106,24517423,24517633,24517784,24517930,24518025,24518552,24518796,24519325,24519442,24519687,24519699,24519743,24520265,24520490,24520683,24520732,24521011,24521041,24521567,24521847,24522634,24522701,24522909,24523152,24523281,24523722,24523909,24524639,24524908,24525033,24525551,24525740,24525938,24525957,24526168,24526184,24526641,24526745,24526915,24527824,24527948,24527990,24528062,24528371,24528513,24529234,24529386,24529536,24530267,24530437,24530921,24531000,24531224,24531562,24531663,24531716,24532146,24532360,24532483,24532638,24532790,24532980,24533032,24533043,24533136,24534046,24534298,24534482,24534782,24534996,24535021,24535041,24535308,24535552,2453561', 'assoc_port': '23572471:23572720,23630253:23630464,23634450:23634794,23639809:23640490,23645864:23646558,23651477:23651697,23665041:23666269,23673393:23674047,23681697:23682237,23683047:23683320,23691316:23691602,23851645:23851889,23902199:23903351,23925763:23925933,23966882:23967740,24093962:24204867,24295880:24528371,24295922:24301280,24296180:24520490,24296384:24299181,24296752:24298684,24296813:24298306,24296983:24297679,24297088:24298432,24297123:24297771,24309317:24312056,24309395:24311725,24309644:24310302,24366878:24367265,24401854:24402683,24415973:24416630,24421764:24430846,24429600:24429804,24439758:24439842,24442988:24443142,24512224:24555003,24512292:24556290,24512298:24556685,24512385:24559143,24512394:24559587,24512403:24513273,24512444:24513501,24514854:24544244,24514855:24542549,24514864:24542434,24514966:24546908,24514987:24542228,24515045:24542077,24515055:24541872,24515059:24543286,24515064:24541564,24515072:24542828,24515104:24541358,24515107:24541577,24515129:24542329,24515214:24541412,24515218:2454040', 'assoc_mat': '23572471:film_plastique:4209:23572720,23630253:film_plastique:4209:23630464,23634450:film_plastique:4209:23634794,23639809:film_plastique:4209:23640490,23645864:film_plastique:4209:23646558,23651477:film_plastique:4209:23651697,23665041:film_plastique:4209:23666269,23673393:film_plastique:4209:23674047,23681697:film_plastique:4209:23682237,23683047:film_plastique:4209:23683320,23691316:film_plastique:4209:23691602,23851645:film_plastique:4209:23851889,23902199:film_plastique:4209:23903351,23925763:film_plastique:4209:23925933,23966882:film_plastique:4209:23967740,24093962:film_plastique:4209:24204867,24295880:film_plastique:4209:24528371,24295922:film_plastique:4209:24301280,24296180:film_plastique:4209:24520490,24296384:film_plastique:4209:24299181,24296752:film_plastique:4209:24298684,24296813:film_plastique:4209:24298306,24296983:film_plastique:4209:24297679,24297088:film_plastique:4209:24298432,24297123:film_plastique:4209:24297771,24309317:film_plastique:4209:24312056,24309395:film_plastique:4209:2431172'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005337992122012653, 'nb_photo': 16132, 'list_port_cont': '23535091,23538739,23541542,23543975,23548202,23551903,23555594,23560658,23564451,23570002,23570278,23586065,23587113,23589853,23593007,23593355,23597275,23621520,23621867,23622236,23633790,23635074,23635211,23638294,23640796,23641942,23644721,23646919,23651942,23666391,23667098,23670236,23671404,23672730,23674178,23676757,23682396,23684595,23685558,23687472,23688862,23691725,23694417,23700474,23702948,23705069,23708006,23708785,23712600,23716400,23717636,23719914,23723516,23726437,23732272,23811484,23819864,23820621,23829923,23832156,23853886,23902874,23919605,23920799,23926126,23926139,24020615,24022616,24024675,24025231,24040463,24042574,24096549,24134699,24135463,24136102,24137265,24139469,24143634,24144872,24145252,24168463,24168733,24169599,24171848,24173652,24174475,24175001,24178281,24182667,24189604,24206118,24211188,24213916,24223416,24233261,24244136,24263103,24264073,24265046,24297746,24299113,24300096,24300793,24301327,24302138,24303281,24307779,24308461,24308805,24309827,24311261,24314475,2431694', 'assoc_port': '23534654:23535091,23537920:23538739,23540436:23541542,23543517:23543975,23547110:23548202,23550747:23551903,23555036:23555594,23560093:23560658,23563503:23564451,23569424:23570278,23569432:23570002,23585185:23586065,23586473:23587113,23589266:23589853,23592543:23593355,23592547:23593007,23596517:23597275,23620718:23622236,23620722:23621867,23620756:23621520,23632820:23633790,23634446:23635211,23634457:23635074,23637427:23638294,23639808:23640796,23641366:23641942,23644225:23644721,23645862:23646919,23651476:23651942,23663153:23667098,23665045:23666391,23669198:23670236,23670888:23671404,23671695:23672730,23673440:23674178,23676097:23676757,23681716:23685558,23681727:23682396,23683964:23684595,23687040:23687472,23688376:23688862,23691318:23691725,23694292:23694417,23699593:23700474,23702410:23702948,23704456:23705069,23707619:23708006,23708553:23708785,23712026:23712600,23715744:23717636,23715751:23716400,23719475:23719914,23722757:23723516,23725935:23726437,23731806:23732272,23811030:23811484,23819146:2382062', 'assoc_mat': '23534654:film_plastique:4211:23535091,23537920:film_plastique:4211:23538739,23540436:film_plastique:4211:23541542,23543517:film_plastique:4211:23543975,23547110:film_plastique:4211:23548202,23550747:film_plastique:4211:23551903,23555036:film_plastique:4211:23555594,23560093:film_plastique:4211:23560658,23563503:film_plastique:4211:23564451,23569424:film_plastique:4211:23570278,23569432:film_plastique:4211:23570002,23585185:film_plastique:4211:23586065,23586473:film_plastique:4211:23587113,23589266:film_plastique:4211:23589853,23592543:film_plastique:4211:23593355,23592547:film_plastique:4211:23593007,23596517:film_plastique:4211:23597275,23620718:film_plastique:4211:23622236,23620722:film_plastique:4211:23621867,23620756:film_plastique:4211:23621520,23632820:film_plastique:4211:23633790,23634446:film_plastique:4211:23635211,23634457:film_plastique:4211:23635074,23637427:film_plastique:4211:23638294,23639808:film_plastique:4211:23640796,23641366:film_plastique:4211:23641942,23644225:film_plastique:4211:2364472'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015508997970560849, 'nb_photo': 13, 'list_port_cont': '23687135,23702061,24515487,24531582,24537693,24554866,24555291,24573475', 'assoc_port': '23663154:23702061,23687068:23687135,24512270:24555291,24515132:24515487,24515420:24554866,24516689:24531582,24516719:24537693,24568475:24573475', 'assoc_mat': '23663154:kraft:3726:23702061,23687068:kraft:3726:23687135,24512270:kraft:3726:24555291,24515132:kraft:3726:24515487,24515420:kraft:3726:24554866,24516689:kraft:3726:24531582,24516719:kraft:3726:24537693,24568475:kraft:3726:24573475'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9260453186283688, 'nb_photo': 73, 'list_port_cont': '23568683,23630511,23631701,23647075,23680080,23684206,23688813,23739599,23808050,23822461,24020825,24021675,24143100,24220701,24261471,24264052,24327807,24332285,24332340,24335809,24342224,24343863,24343916,24382383,24403732,24404223,24420749,24427912,24439446,24555628,24555716,24555767,24555795,24555829,24556012,24556764', 'assoc_port': '23530935:23568683,23620719:23630511,23620751:23631701,23636434:23647075,23663161:23680080,23683962:23684206,23688371:23688813,23721651:23739599,23807832:23808050,23822266:23822461,23938155:24020825,24008312:24143100,24014596:24021675,24092863:24261471,24115357:24220701,24225484:24264052,24295884:24327807,24296105:24335809,24296252:24332285,24296267:24332340,24309364:24342224,24309591:24343916,24309592:24343863,24361826:24382383,24401556:24404223,24401675:24403732,24418452:24427912,24420644:24420749,24439170:24439446,24514886:24556764,24515423:24556012,24515821:24555829,24515973:24555795,24516395:24555716,24516656:24555767,24516701:24555628', 'assoc_mat': '23530935:metal:4205:23568683,23620719:metal:4205:23630511,23620751:metal:4205:23631701,23636434:metal:4205:23647075,23663161:metal:4205:23680080,23683962:metal:4205:23684206,23688371:metal:4205:23688813,23721651:metal:4205:23739599,23807832:metal:4205:23808050,23822266:metal:4205:23822461,23938155:metal:4205:24020825,24008312:metal:4205:24143100,24014596:metal:4205:24021675,24092863:metal:4205:24261471,24115357:metal:4205:24220701,24225484:metal:4205:24264052,24295884:metal:4205:24327807,24296105:metal:4205:24335809,24296252:metal:4205:24332285,24296267:metal:4205:24332340,24309364:metal:4205:24342224,24309591:metal:4205:24343916,24309592:metal:4205:24343863,24361826:metal:4205:24382383,24401556:metal:4205:24404223,24401675:metal:4205:24403732,24418452:metal:4205:24427912,24420644:metal:4205:24420749,24439170:metal:4205:24439446,24514886:metal:4205:24556764,24515423:metal:4205:24556012,24515821:metal:4205:24555829,24515973:metal:4205:24555795,24516395:metal:4205:24555716,24516656:metal:4205:24555767,24516701:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010803743202509312, 'nb_photo': 1001, 'list_port_cont': '23645677,23648753,23649815,23680578,23687729,23718764,23739927,23740166,23743560,23747113,23922690,24021484,24026319,24095607,24132395,24140840,24177795,24203375,24224242,24261412,24264326,24283117,24327887,24329544,24334016,24340563,24342313,24348360,24379710,24379823,24392043,24403305,24404337,24428091,24430015,24430478,24446160,24449387,24555856,24555890,24555912,24555984,24556133,24556244,24556316,24556324,24556640,24556977,24557039,24557158,24558938', 'assoc_port': '23632822:23645677,23639778:23648753,23639779:23649815,23663163:23680578,23677331:23740166,23687054:23687729,23697328:23718764,23712024:23747113,23721649:23739927,23731805:23743560,23922279:23922690,23937766:24177795,23938595:24021484,23973585:24095607,23996438:24132395,24006419:24140840,24024481:24026319,24092888:24203375,24115402:24224242,24124274:24264326,24209101:24261412,24230137:24283117,24295858:24327887,24295907:24329544,24296274:24334016,24297010:24340563,24309312:24342313,24309636:24348360,24370833:24379823,24370835:24379710,24386152:24392043,24401551:24404337,24401819:24403305,24418471:24428091,24420638:24430478,24420640:24430015,24436616:24449387,24445181:24446160,24512378:24558938,24514943:24557158,24514951:24556977,24515066:24557039,24515127:24556640,24515304:24556324,24515721:24556244,24515958:24556316,24516387:24556133,24516609:24555912,24516769:24555890,24516868:24555856,24517097:24555984', 'assoc_mat': '23632822:metal:4203:23645677,23639778:metal:4203:23648753,23639779:metal:4203:23649815,23663163:metal:4203:23680578,23677331:metal:4203:23740166,23687054:metal:4203:23687729,23697328:metal:4203:23718764,23712024:metal:4203:23747113,23721649:metal:4203:23739927,23731805:metal:4203:23743560,23922279:metal:4203:23922690,23937766:metal:4203:24177795,23938595:metal:4203:24021484,23973585:metal:4203:24095607,23996438:metal:4203:24132395,24006419:metal:4203:24140840,24024481:metal:4203:24026319,24092888:metal:4203:24203375,24115402:metal:4203:24224242,24124274:metal:4203:24264326,24209101:metal:4203:24261412,24230137:metal:4203:24283117,24295858:metal:4203:24327887,24295907:metal:4203:24329544,24296274:metal:4203:24334016,24297010:metal:4203:24340563,24309312:metal:4203:24342313,24309636:metal:4203:24348360,24370833:metal:4203:24379823,24370835:metal:4203:24379710,24386152:metal:4203:24392043,24401551:metal:4203:24404337,24401819:metal:4203:24403305,24418471:metal:4203:24428091,24420638:metal:4203:24430478,24420640:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.011476853821373992, 'nb_photo': 953, 'list_port_cont': '23543024,23543804,23547746,23552381,23564171,23589779,23594386,23596955,23621194,23630349,23633065,23634875,23635287,23636302,23636807,23637978,23638487,23639934,23640772,23644552,23646361,23647234,23669730,23672278,23676534,23677930,23679051,23679222,23679934,23682174,23683292,23683540,23684103,23687264,23687646,23688698,23688995,23691366,23691572,23694353,23700281,23700763,23703492,23709359,23711192,23711354,23712447,23718353,23719780,23720376,23726140,23726611,23808143,23819312,23819600,23822429,23829584,23831688,23832746,23851779,23885275,23902719,23919509,23919568,23921788,23939698,23973829,23974414,23983541,23983738,23985661,24000853,24001227,24003202,24003332,24006712,24006956,24010001,24011512,24012609,24015228,24021139,24024458,24049449,24050448,24051164,24053657,24056514,24060707,24065856,24070091,24077219,24091036,24102796,24103076,24103203,24115777,24115970,24116326,24116452,24117202,24117701,24117920,24218670,24223032,24225744,24230715,24297762,24298604,24299241,24300322,24301376,24301941,2430257', 'assoc_port': '23542724:23543024,23543543:23543804,23547113:23547746,23550738:23552381,23563500:23564171,23589275:23589779,23594057:23594386,23596515:23596955,23620728:23621194,23630254:23630349,23632819:23636302,23632837:23633065,23634445:23635287,23634456:23634875,23636432:23636807,23637425:23638487,23637428:23637978,23639798:23640772,23639810:23639934,23644224:23644552,23645860:23647234,23645868:23646361,23663158:23679934,23669196:23669730,23671675:23672278,23676095:23676534,23677324:23679222,23677325:23679051,23677329:23677930,23681696:23684103,23681718:23683540,23681729:23682174,23683044:23683292,23687037:23687646,23687069:23687264,23688369:23688995,23688374:23688698,23691317:23691572,23691320:23691366,23694293:23694353,23699595:23700281,23700571:23700763,23703105:23703492,23709130:23709359,23710993:23711192,23711025:23711354,23712077:23712447,23718193:23718353,23719466:23720376,23719470:23719780,23725933:23726611,23725945:23726140,23807828:23808143,23819131:23819600,23819182:23819312,23822267:23822429,23829120:2382958', 'assoc_mat': '23542724:metal:4207:23543024,23543543:metal:4207:23543804,23547113:metal:4207:23547746,23550738:metal:4207:23552381,23563500:metal:4207:23564171,23589275:metal:4207:23589779,23594057:metal:4207:23594386,23596515:metal:4207:23596955,23620728:metal:4207:23621194,23630254:metal:4207:23630349,23632819:metal:4207:23636302,23632837:metal:4207:23633065,23634445:metal:4207:23635287,23634456:metal:4207:23634875,23636432:metal:4207:23636807,23637425:metal:4207:23638487,23637428:metal:4207:23637978,23639798:metal:4207:23640772,23639810:metal:4207:23639934,23644224:metal:4207:23644552,23645860:metal:4207:23647234,23645868:metal:4207:23646361,23663158:metal:4207:23679934,23669196:metal:4207:23669730,23671675:metal:4207:23672278,23676095:metal:4207:23676534,23677324:metal:4207:23679222,23677325:metal:4207:23679051,23677329:metal:4207:23677930,23681696:metal:4207:23684103,23681718:metal:4207:23683540,23681729:metal:4207:23682174,23683044:metal:4207:23683292,23687037:metal:4207:23687646,23687069:metal:4207:23687264,23688369:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008613089667780856, 'nb_photo': 56, 'list_port_cont': '23647938,23682643,23709528,24264977,24298772,24416687,24433526,24443359,24443568,24513644,24516501,24517695,24518682,24520947,24522669,24524787,24524994,24528461,24530862,24534183,24534877,24535118,24536215,24536728,24537289,24537328,24542748,24544540,24546099,24554653,24559224,24569707,24569834,24571642,24572442,24572756', 'assoc_port': '23647433:23647938,23681720:23682643,23709132:23709528,24230133:24264977,24296695:24298772,24415989:24416687,24432893:24433526,24442952:24443568,24442996:24443359,24512203:24554653,24512405:24559224,24512459:24513644,24515062:24546099,24515106:24516501,24515308:24544540,24515394:24542748,24515723:24536728,24515843:24536215,24515959:24534183,24515970:24537289,24516001:24537328,24516006:24530862,24516146:24517695,24516388:24528461,24516661:24520947,24516663:24524994,24516706:24524787,24516707:24522669,24516802:24534877,24517198:24535118,24517349:24518682,24568689:24569707,24568697:24572756,24568730:24572442,24568922:24571642,24568965:24569834', 'assoc_mat': '23647433:metal:4461:23647938,23681720:metal:4461:23682643,23709132:metal:4461:23709528,24230133:metal:4461:24264977,24296695:metal:4461:24298772,24415989:metal:4461:24416687,24432893:metal:4461:24433526,24442952:metal:4461:24443568,24442996:metal:4461:24443359,24512203:metal:4461:24554653,24512405:metal:4461:24559224,24512459:metal:4461:24513644,24515062:metal:4461:24546099,24515106:metal:4461:24516501,24515308:metal:4461:24544540,24515394:metal:4461:24542748,24515723:metal:4461:24536728,24515843:metal:4461:24536215,24515959:metal:4461:24534183,24515970:metal:4461:24537289,24516001:metal:4461:24537328,24516006:metal:4461:24530862,24516146:metal:4461:24517695,24516388:metal:4461:24528461,24516661:metal:4461:24520947,24516663:metal:4461:24524994,24516706:metal:4461:24524787,24516707:metal:4461:24522669,24516802:metal:4461:24534877,24517198:metal:4461:24535118,24517349:metal:4461:24518682,24568689:metal:4461:24569707,24568697:metal:4461:24572756,24568730:metal:4461:24572442,24568922:metal:4461:24571642,24568965:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006871552901871521, 'nb_photo': 99, 'list_port_cont': '23543869,23572054,23573382,23584449,23585027,23612642,23630675,23631415,23645657,23646068,23649915,23651830,23654213,23681983,23687930,23689223,23693206,23694372,23703319,23708026,23720911,23732801,23842236,23855214,24024859,24035647,24086311,24138862,24144540,24166564,24167913,24172496,24263589,24340578,24348460,24379615,24382408,24392093,24403530,24420301,24427625,24427777,24429883,24431139,24439585,24445320,24446364,24446414,24513153,24520302,24522291,24525258,24532049,24532302,24536968,24537260,24538369,24540338,24544735,24548314,24549185,24551515,24551764,24553008,24553706,24554144,24554770,24555579,24570032,24571572,24572736,24573356,24573449,24574218,24574521,24577020', 'assoc_port': '23534655:23584449,23537917:23573382,23543496:23543869,23556266:23585027,23563498:23572054,23589264:23612642,23620720:23630675,23620726:23631415,23634444:23645657,23634454:23646068,23639806:23649915,23643445:23651830,23647432:23654213,23669200:23708026,23681698:23703319,23681723:23732801,23681731:23681983,23687038:23687930,23688373:23689223,23691319:23693206,23694294:23694372,23702416:23720911,23829119:23842236,23848754:23855214,23958509:24086311,24002905:24138862,24009623:24144540,24024255:24035647,24024489:24024859,24047884:24166564,24048650:24167913,24049057:24172496,24234693:24263589,24297082:24340578,24309641:24348460,24361823:24382408,24370840:24379615,24386085:24392093,24401712:24403530,24417538:24420301,24418337:24427625,24418448:24427777,24429599:24429883,24430483:24431139,24436640:24439585,24442992:24446364,24445186:24445320,24446323:24446414,24512519:24513153,24514870:24555579,24515053:24554770,24515410:24553706,24515433:24553008,24515435:24549185,24515466:24551764,24515477:24551515,24515621:2454831', 'assoc_mat': '23534655:metal:4200:23584449,23537917:metal:4200:23573382,23543496:metal:4200:23543869,23556266:metal:4200:23585027,23563498:metal:4200:23572054,23589264:metal:4200:23612642,23620720:metal:4200:23630675,23620726:metal:4200:23631415,23634444:metal:4200:23645657,23634454:metal:4200:23646068,23639806:metal:4200:23649915,23643445:metal:4200:23651830,23647432:metal:4200:23654213,23669200:metal:4200:23708026,23681698:metal:4200:23703319,23681723:metal:4200:23732801,23681731:metal:4200:23681983,23687038:metal:4200:23687930,23688373:metal:4200:23689223,23691319:metal:4200:23693206,23694294:metal:4200:23694372,23702416:metal:4200:23720911,23829119:metal:4200:23842236,23848754:metal:4200:23855214,23958509:metal:4200:24086311,24002905:metal:4200:24138862,24009623:metal:4200:24144540,24024255:metal:4200:24035647,24024489:metal:4200:24024859,24047884:metal:4200:24166564,24048650:metal:4200:24167913,24049057:metal:4200:24172496,24234693:metal:4200:24263589,24297082:metal:4200:24340578,24309641:metal:4200:24348460,24361823:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0008183396464646463, 'nb_photo': 5, 'list_port_cont': '24303623', 'assoc_port': '24295880:24303623', 'assoc_mat': '24295880:metal:3594:24303623'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02639728471134247, 'nb_photo': 466, 'list_port_cont': '23572723,23630466,23634791,23640494,23646554,23651689,23666273,23674037,23682234,23683314,23691610,23903346,23967735,24204828,24297669,24297779,24298312,24298442,24298681,24299174,24310295,24311717,24312049,24367271,24402678,24416639,24429803,24430858,24436988,24443141,24513263,24513500,24516269,24517007,24517080,24517430,24517931,24518014,24518543,24518794,24519321,24519445,24519691,24519760,24520259,24520684,24521009,24521043,24521555,24521836,24522626,24522697,24523019,24523146,24523720,24523910,24524338,24524638,24525737,24525962,24526162,24526643,24526741,24526912,24527949,24527999,24528061,24528362,24528512,24529241,24529397,24530432,24530922,24531211,24531667,24531705,24532371,24532471,24532637,24532804,24532973,24533019,24533040,24533139,24534015,24534042,24534291,24534777,24534993,24535032,24535309,24535545,24535623,24536097,24536123,24536787,24536821,24537398,24537427,24537833,24538132,24538319,24538495,24538691,24538778,24539077,24539767,24540023,24540193,24540393,24541418,24542081,24542223,2454243', 'assoc_port': '23572471:23572723,23630253:23630466,23634450:23634791,23639809:23640494,23645864:23646554,23651477:23651689,23665041:23666273,23673393:23674037,23681697:23682234,23683047:23683314,23691316:23691610,23902199:23903346,23966882:23967735,24093962:24204828,24295880:24528362,24296384:24299174,24296752:24298681,24296813:24298312,24296983:24297669,24297088:24298442,24297123:24297779,24309317:24312049,24309395:24311717,24309644:24310295,24366878:24367271,24401854:24402678,24415973:24416639,24421764:24430858,24429600:24429803,24436619:24436988,24442988:24443141,24512224:24555000,24512298:24556690,24512394:24559585,24512403:24513263,24512444:24513500,24514854:24544249,24514855:24542554,24514860:24544413,24514864:24542430,24514966:24546922,24514987:24542223,24515045:24542081,24515059:24543297,24515072:24542835,24515214:24541418,24515238:24540023,24515241:24540393,24515246:24539767,24515310:24539077,24515401:24516269,24515407:24538691,24515412:24538319,24515414:24538778,24515417:24538495,24515422:24537427,24515428:2453739', 'assoc_mat': '23572471:metal:4209:23572723,23630253:metal:4209:23630466,23634450:metal:4209:23634791,23639809:metal:4209:23640494,23645864:metal:4209:23646554,23651477:metal:4209:23651689,23665041:metal:4209:23666273,23673393:metal:4209:23674037,23681697:metal:4209:23682234,23683047:metal:4209:23683314,23691316:metal:4209:23691610,23902199:metal:4209:23903346,23966882:metal:4209:23967735,24093962:metal:4209:24204828,24295880:metal:4209:24528362,24296384:metal:4209:24299174,24296752:metal:4209:24298681,24296813:metal:4209:24298312,24296983:metal:4209:24297669,24297088:metal:4209:24298442,24297123:metal:4209:24297779,24309317:metal:4209:24312049,24309395:metal:4209:24311717,24309644:metal:4209:24310295,24366878:metal:4209:24367271,24401854:metal:4209:24402678,24415973:metal:4209:24416639,24421764:metal:4209:24430858,24429600:metal:4209:24429803,24436619:metal:4209:24436988,24442988:metal:4209:24443141,24512224:metal:4209:24555000,24512298:metal:4209:24556690,24512394:metal:4209:24559585,24512403:metal:4209:24513263,24512444:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007368202166583152, 'nb_photo': 848, 'list_port_cont': '23535092,23538750,23541540,23543981,23548199,23551899,23555587,23560673,23564458,23569990,23570274,23586064,23587102,23589860,23593012,23593373,23597261,23621521,23621877,23622235,23633799,23635067,23635200,23638288,23640792,23641940,23644725,23646934,23651955,23666393,23670237,23671395,23672733,23674184,23676752,23682412,23685561,23687485,23688873,23691721,23694422,23700486,23702943,23705064,23708016,23708789,23712610,23716408,23717640,23719922,23723505,23726435,23732283,23811493,23819851,23820612,23829924,23832152,23853894,23902861,23919612,23920801,23926123,23926135,24020620,24022619,24024663,24025232,24040458,24042577,24096543,24134701,24135467,24136106,24137274,24143625,24144869,24145257,24168462,24168745,24169606,24171843,24173660,24174487,24174984,24182673,24189607,24206123,24211186,24213915,24223421,24233258,24244137,24263105,24264067,24265039,24297738,24299104,24300087,24300806,24301317,24302132,24303274,24307754,24308446,24308801,24309838,24311257,24314503,24316940,24317540,24317931,24319642,2432111', 'assoc_port': '23534654:23535092,23537920:23538750,23540436:23541540,23543517:23543981,23547110:23548199,23550747:23551899,23555036:23555587,23560093:23560673,23563503:23564458,23569424:23570274,23569432:23569990,23585185:23586064,23586473:23587102,23589266:23589860,23592543:23593373,23592547:23593012,23596517:23597261,23620718:23622235,23620722:23621877,23620756:23621521,23632820:23633799,23634446:23635200,23634457:23635067,23637427:23638288,23639808:23640792,23641366:23641940,23644225:23644725,23645862:23646934,23651476:23651955,23665045:23666393,23669198:23670237,23670888:23671395,23671695:23672733,23673440:23674184,23676097:23676752,23681716:23685561,23681727:23682412,23687040:23687485,23688376:23688873,23691318:23691721,23694292:23694422,23699593:23700486,23702410:23702943,23704456:23705064,23707619:23708016,23708553:23708789,23712026:23712610,23715744:23717640,23715751:23716408,23719475:23719922,23722757:23723505,23725935:23726435,23731806:23732283,23811030:23811493,23819146:23820612,23819188:23819851,23829100:2382992', 'assoc_mat': '23534654:metal:4211:23535092,23537920:metal:4211:23538750,23540436:metal:4211:23541540,23543517:metal:4211:23543981,23547110:metal:4211:23548199,23550747:metal:4211:23551899,23555036:metal:4211:23555587,23560093:metal:4211:23560673,23563503:metal:4211:23564458,23569424:metal:4211:23570274,23569432:metal:4211:23569990,23585185:metal:4211:23586064,23586473:metal:4211:23587102,23589266:metal:4211:23589860,23592543:metal:4211:23593373,23592547:metal:4211:23593012,23596517:metal:4211:23597261,23620718:metal:4211:23622235,23620722:metal:4211:23621877,23620756:metal:4211:23621521,23632820:metal:4211:23633799,23634446:metal:4211:23635200,23634457:metal:4211:23635067,23637427:metal:4211:23638288,23639808:metal:4211:23640792,23641366:metal:4211:23641940,23644225:metal:4211:23644725,23645862:metal:4211:23646934,23651476:metal:4211:23651955,23665045:metal:4211:23666393,23669198:metal:4211:23670237,23670888:metal:4211:23671395,23671695:metal:4211:23672733,23673440:metal:4211:23674184,23676097:metal:4211:23676752,23681716:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018306969715537957, 'nb_photo': 3, 'list_port_cont': '23543371,23737158,24522719', 'assoc_port': '23542721:23543371,23711012:23737158,24515842:24522719', 'assoc_mat': '23542721:metal:3327:23543371,23711012:metal:3327:23737158,24515842:metal:3327:24522719'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0005730247578756915, 'nb_photo': 9, 'list_port_cont': '24437181,24439465,24440269,24443410', 'assoc_port': '24436620:24437181,24439171:24439465,24439759:24440269,24442990:24443410', 'assoc_mat': '24436620:metal:3594:24437181,24439171:metal:3594:24439465,24439759:metal:3594:24440269,24442990:metal:3594:24443410'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.024012248571005382, 'nb_photo': 2299, 'list_port_cont': '23560223,23568674,23585421,23630518,23631702,23647074,23680074,23684217,23684776,23688812,23700918,23735967,23739609,23808051,23822448,23903166,24020647,24020836,24021689,24022453,24098373,24141467,24143088,24167583,24188751,24220691,24242942,24243067,24261479,24264048,24327798,24332283,24332352,24335823,24342218,24343861,24343920,24382381,24403740,24404218,24404810,24420764,24427908,24439448,24555637,24555714,24555756,24555796,24555816,24556022,24556756', 'assoc_port': '23530935:23568674,23543498:23585421,23560100:23560223,23620719:23630518,23620751:23631702,23636434:23647074,23663161:23680074,23665043:23684776,23683962:23684217,23688371:23688812,23700572:23700918,23711009:23735967,23721651:23739609,23807832:23808051,23822266:23822448,23851582:23903166,23938066:24020647,23938155:24020836,23939169:24022453,23974631:24098373,24006427:24141467,24008312:24143088,24014596:24021689,24048632:24167583,24088260:24188751,24092863:24261479,24115357:24220691,24198474:24242942,24198481:24243067,24225484:24264048,24295884:24327798,24296105:24335823,24296252:24332283,24296267:24332352,24309364:24342218,24309591:24343920,24309592:24343861,24361826:24382381,24401556:24404218,24401675:24403740,24401768:24404810,24418452:24427908,24420644:24420764,24439170:24439448,24514886:24556756,24515423:24556022,24515821:24555816,24515973:24555796,24516395:24555714,24516656:24555756,24516701:24555637', 'assoc_mat': '23530935:papier:4205:23568674,23543498:papier:4205:23585421,23560100:papier:4205:23560223,23620719:papier:4205:23630518,23620751:papier:4205:23631702,23636434:papier:4205:23647074,23663161:papier:4205:23680074,23665043:papier:4205:23684776,23683962:papier:4205:23684217,23688371:papier:4205:23688812,23700572:papier:4205:23700918,23711009:papier:4205:23735967,23721651:papier:4205:23739609,23807832:papier:4205:23808051,23822266:papier:4205:23822448,23851582:papier:4205:23903166,23938066:papier:4205:24020647,23938155:papier:4205:24020836,23939169:papier:4205:24022453,23974631:papier:4205:24098373,24006427:papier:4205:24141467,24008312:papier:4205:24143088,24014596:papier:4205:24021689,24048632:papier:4205:24167583,24088260:papier:4205:24188751,24092863:papier:4205:24261479,24115357:papier:4205:24220691,24198474:papier:4205:24242942,24198481:papier:4205:24243067,24225484:papier:4205:24264048,24295884:papier:4205:24327798,24296105:papier:4205:24335823,24296252:papier:4205:24332283,24296267:papier:4205:24332352,2430'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.021004863555568465, 'nb_photo': 5868, 'list_port_cont': '23645675,23648762,23649816,23680588,23687731,23718766,23739933,23740163,23743562,23747112,23922691,24021477,24026306,24095604,24132404,24140846,24177804,24203390,24224231,24261417,24264324,24283121,24327891,24329538,24334009,24340560,24342318,24348345,24379705,24379825,24392047,24403308,24404335,24428094,24430013,24430477,24446158,24449386,24555847,24555883,24555918,24555992,24556126,24556254,24556309,24556326,24556637,24556987,24557043,24557161,24558936', 'assoc_port': '23632822:23645675,23639778:23648762,23639779:23649816,23663163:23680588,23677331:23740163,23687054:23687731,23697328:23718766,23712024:23747112,23721649:23739933,23731805:23743562,23922279:23922691,23937766:24177804,23938595:24021477,23973585:24095604,23996438:24132404,24006419:24140846,24024481:24026306,24092888:24203390,24115402:24224231,24124274:24264324,24209101:24261417,24230137:24283121,24295858:24327891,24295907:24329538,24296274:24334009,24297010:24340560,24309312:24342318,24309636:24348345,24370833:24379825,24370835:24379705,24386152:24392047,24401551:24404335,24401819:24403308,24418471:24428094,24420638:24430477,24420640:24430013,24436616:24449386,24445181:24446158,24512378:24558936,24514943:24557161,24514951:24556987,24515066:24557043,24515127:24556637,24515304:24556326,24515721:24556254,24515958:24556309,24516387:24556126,24516609:24555918,24516769:24555883,24516868:24555847,24517097:24555992', 'assoc_mat': '23632822:papier:4203:23645675,23639778:papier:4203:23648762,23639779:papier:4203:23649816,23663163:papier:4203:23680588,23677331:papier:4203:23740163,23687054:papier:4203:23687731,23697328:papier:4203:23718766,23712024:papier:4203:23747112,23721649:papier:4203:23739933,23731805:papier:4203:23743562,23922279:papier:4203:23922691,23937766:papier:4203:24177804,23938595:papier:4203:24021477,23973585:papier:4203:24095604,23996438:papier:4203:24132404,24006419:papier:4203:24140846,24024481:papier:4203:24026306,24092888:papier:4203:24203390,24115402:papier:4203:24224231,24124274:papier:4203:24264324,24209101:papier:4203:24261417,24230137:papier:4203:24283121,24295858:papier:4203:24327891,24295907:papier:4203:24329538,24296274:papier:4203:24334009,24297010:papier:4203:24340560,24309312:papier:4203:24342318,24309636:papier:4203:24348345,24370833:papier:4203:24379825,24370835:papier:4203:24379705,24386152:papier:4203:24392047,24401551:papier:4203:24404335,24401819:papier:4203:24403308,24418471:papier:4203:24428094,2442'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0344275760641366, 'nb_photo': 19580, 'list_port_cont': '23543012,23543800,23547742,23552378,23564174,23589790,23594378,23596946,23621202,23630356,23633063,23634874,23635280,23636305,23636814,23637991,23638490,23639932,23640766,23644549,23646359,23647241,23669733,23672291,23676536,23677934,23679040,23679223,23679940,23682168,23683300,23683537,23684096,23684333,23687268,23687641,23688704,23688992,23691358,23691576,23694363,23700275,23700753,23703481,23709355,23711207,23711355,23712461,23718363,23719774,23720384,23726141,23726618,23808136,23811269,23819315,23819606,23822438,23829585,23831687,23832739,23851775,23885273,23902715,23919503,23919566,23921785,23939701,23973847,23974425,23983533,23983728,23985653,24000862,24001225,24003194,24003328,24006710,24006969,24009996,24011508,24012615,24014782,24015221,24019894,24021151,24024465,24049457,24050436,24051162,24053650,24056515,24060695,24065866,24070089,24077209,24091043,24102790,24103078,24103204,24115779,24115980,24116319,24116453,24117203,24117693,24117924,24118308,24218661,24223037,24225742,24230228,24230721,2429776', 'assoc_port': '23542724:23543012,23543543:23543800,23547113:23547742,23550738:23552378,23563500:23564174,23589275:23589790,23594057:23594378,23596515:23596946,23620728:23621202,23630254:23630356,23632819:23636305,23632837:23633063,23634445:23635280,23634456:23634874,23636432:23636814,23637425:23638490,23637428:23637991,23639798:23640766,23639810:23639932,23644224:23644549,23645860:23647241,23645868:23646359,23663158:23679940,23669196:23669733,23671675:23672291,23676095:23676536,23677324:23679223,23677325:23679040,23677329:23677934,23681696:23684096,23681718:23683537,23681729:23682168,23683044:23683300,23683967:23684333,23687037:23687641,23687069:23687268,23688369:23688992,23688374:23688704,23691317:23691576,23691320:23691358,23694293:23694363,23699595:23700275,23700571:23700753,23703105:23703481,23709130:23709355,23710993:23711207,23711025:23711355,23712077:23712461,23718193:23718363,23719466:23720384,23719470:23719774,23725933:23726618,23725945:23726141,23807828:23808136,23811031:23811269,23819131:23819606,23819182:2381931', 'assoc_mat': '23542724:papier:4207:23543012,23543543:papier:4207:23543800,23547113:papier:4207:23547742,23550738:papier:4207:23552378,23563500:papier:4207:23564174,23589275:papier:4207:23589790,23594057:papier:4207:23594378,23596515:papier:4207:23596946,23620728:papier:4207:23621202,23630254:papier:4207:23630356,23632819:papier:4207:23636305,23632837:papier:4207:23633063,23634445:papier:4207:23635280,23634456:papier:4207:23634874,23636432:papier:4207:23636814,23637425:papier:4207:23638490,23637428:papier:4207:23637991,23639798:papier:4207:23640766,23639810:papier:4207:23639932,23644224:papier:4207:23644549,23645860:papier:4207:23647241,23645868:papier:4207:23646359,23663158:papier:4207:23679940,23669196:papier:4207:23669733,23671675:papier:4207:23672291,23676095:papier:4207:23676536,23677324:papier:4207:23679223,23677325:papier:4207:23679040,23677329:papier:4207:23677934,23681696:papier:4207:23684096,23681718:papier:4207:23683537,23681729:papier:4207:23682168,23683044:papier:4207:23683300,23683967:papier:4207:23684333,2368'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.25649485268264144, 'nb_photo': 43010, 'list_port_cont': '23541407,23551449,23551656,23569556,23586890,23597193,23630477,23633307,23634751,23643718,23643826,23647840,23647924,23664567,23669757,23673962,23678153,23682057,23682642,23683358,23688869,23688959,23704596,23709516,23718718,24137470,24171304,24179033,24191387,24210910,24264978,24297637,24297816,24298148,24298560,24298724,24298788,24310932,24311837,24312154,24367371,24402141,24402895,24416686,24419310,24427848,24433528,24437111,24443356,24443544,24513313,24513646,24516496,24516903,24517361,24517683,24518690,24518854,24519128,24519336,24519542,24520647,24520787,24520951,24521101,24522198,24522664,24523037,24523171,24523533,24524341,24524776,24524984,24525835,24526076,24526253,24526382,24527208,24527682,24527886,24528462,24529319,24529568,24529963,24530643,24530861,24531175,24531373,24532269,24532577,24532854,24533275,24533452,24533797,24534184,24534504,24534871,24535122,24536219,24536418,24536560,24536723,24537293,24537323,24537967,24538263,24538573,24538738,24539015,24539130,24539285,24541796,24542271,2454265', 'assoc_port': '23540429:23541407,23550740:23551656,23550742:23551449,23569434:23569556,23586475:23586890,23596513:23597193,23630268:23630477,23632836:23633307,23634459:23634751,23643443:23643718,23643448:23643826,23647431:23647840,23647433:23647924,23663166:23664567,23669193:23669757,23673410:23673962,23677361:23678153,23681720:23682642,23681722:23682057,23683046:23683358,23688368:23688959,23688377:23688869,23704453:23704596,23709132:23709516,23718195:23718718,23937818:24179033,24000702:24137470,24048746:24171304,24089061:24191387,24099488:24210910,24230133:24264978,24296695:24298788,24296807:24298724,24296844:24298560,24296996:24298148,24297086:24297816,24297119:24297637,24309459:24312154,24309547:24311837,24309624:24310932,24366863:24367371,24401572:24402141,24401764:24402895,24415989:24416686,24418578:24419310,24427717:24427848,24432893:24433528,24436618:24437111,24442952:24443544,24442996:24443356,24512203:24554657,24512286:24556145,24512297:24565781,24512341:24557866,24512405:24559216,24512459:24513646,24512530:2451331', 'assoc_mat': '23540429:papier:4461:23541407,23550740:papier:4461:23551656,23550742:papier:4461:23551449,23569434:papier:4461:23569556,23586475:papier:4461:23586890,23596513:papier:4461:23597193,23630268:papier:4461:23630477,23632836:papier:4461:23633307,23634459:papier:4461:23634751,23643443:papier:4461:23643718,23643448:papier:4461:23643826,23647431:papier:4461:23647840,23647433:papier:4461:23647924,23663166:papier:4461:23664567,23669193:papier:4461:23669757,23673410:papier:4461:23673962,23677361:papier:4461:23678153,23681720:papier:4461:23682642,23681722:papier:4461:23682057,23683046:papier:4461:23683358,23688368:papier:4461:23688959,23688377:papier:4461:23688869,23704453:papier:4461:23704596,23709132:papier:4461:23709516,23718195:papier:4461:23718718,23937818:papier:4461:24179033,24000702:papier:4461:24137470,24048746:papier:4461:24171304,24089061:papier:4461:24191387,24099488:papier:4461:24210910,24230133:papier:4461:24264978,24296695:papier:4461:24298788,24296807:papier:4461:24298724,24296844:papier:4461:24298560,2429'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01810221863213283, 'nb_photo': 6449, 'list_port_cont': '23543870,23556479,23568400,23568506,23569012,23572050,23573375,23575060,23581452,23584440,23585028,23607871,23609565,23609677,23612645,23630669,23631418,23636629,23645643,23645809,23646058,23649906,23651841,23652219,23653783,23654214,23662704,23679625,23681975,23684866,23687933,23689164,23689209,23693214,23694377,23701052,23703325,23708022,23708163,23718022,23720914,23727992,23732800,23740363,23820009,23842233,23855213,23903320,23920069,23926433,24000718,24019588,24021188,24024861,24026100,24027168,24035645,24086305,24132351,24137398,24138866,24144536,24145131,24166565,24167919,24168726,24172506,24177897,24178496,24179556,24182221,24192337,24205059,24223381,24231643,24263590,24264032,24279669,24328045,24328500,24328707,24329804,24330906,24331438,24334380,24336014,24339558,24340181,24340329,24340584,24340644,24342239,24344554,24348474,24379624,24380979,24382404,24389676,24389717,24392092,24403323,24403341,24403521,24403860,24403878,24404115,24404743,24420304,24427632,24427785,24428247,24429889,24431141,2443958', 'assoc_port': '23530936:23569012,23534655:23584440,23537917:23573375,23543496:23543870,23547108:23575060,23556266:23585028,23556285:23556479,23560096:23581452,23563498:23572050,23568013:23568506,23568015:23568400,23589264:23612645,23594055:23607871,23596509:23609565,23596511:23609677,23620720:23630669,23620726:23631418,23634444:23645643,23634448:23645809,23634454:23646058,23636438:23636629,23639806:23649906,23643445:23651841,23643450:23652219,23644227:23662704,23645866:23653783,23647432:23654214,23665039:23684866,23669200:23708022,23676096:23679625,23681698:23703325,23681723:23732800,23681731:23681975,23683993:23708163,23687038:23687933,23688370:23689164,23688373:23689209,23691319:23693214,23694294:23694377,23697324:23718022,23699597:23701052,23702416:23720914,23704454:23727992,23722784:23740363,23819105:23820009,23829119:23842233,23848754:23855213,23902364:23903320,23919348:23920069,23925728:23926433,23936972:24000718,23937813:24177897,23938039:24019588,23938638:24178496,23958509:24086305,23996440:24132351,24000707:2413739', 'assoc_mat': '23530936:papier:4200:23569012,23534655:papier:4200:23584440,23537917:papier:4200:23573375,23543496:papier:4200:23543870,23547108:papier:4200:23575060,23556266:papier:4200:23585028,23556285:papier:4200:23556479,23560096:papier:4200:23581452,23563498:papier:4200:23572050,23568013:papier:4200:23568506,23568015:papier:4200:23568400,23589264:papier:4200:23612645,23594055:papier:4200:23607871,23596509:papier:4200:23609565,23596511:papier:4200:23609677,23620720:papier:4200:23630669,23620726:papier:4200:23631418,23634444:papier:4200:23645643,23634448:papier:4200:23645809,23634454:papier:4200:23646058,23636438:papier:4200:23636629,23639806:papier:4200:23649906,23643445:papier:4200:23651841,23643450:papier:4200:23652219,23644227:papier:4200:23662704,23645866:papier:4200:23653783,23647432:papier:4200:23654214,23665039:papier:4200:23684866,23669200:papier:4200:23708022,23676096:papier:4200:23679625,23681698:papier:4200:23703325,23681723:papier:4200:23732800,23681731:papier:4200:23681975,23683993:papier:4200:23708163,2368'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12648329541070405, 'nb_photo': 410, 'list_port_cont': '24303621', 'assoc_port': '24295880:24303621', 'assoc_mat': '24295880:papier:3594:24303621'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9403402586474477, 'nb_photo': 89953, 'list_port_cont': '23572722,23630468,23634781,23640484,23646550,23651695,23666270,23674043,23682242,23683311,23691597,23851895,23903354,23925937,23967746,24204861,24297681,24297778,24298307,24298428,24298682,24299171,24301282,24310291,24311722,24312054,24367263,24402684,24416637,24429796,24430854,24437002,24439838,24443133,24513253,24513497,24516292,24517010,24517086,24517102,24517427,24517626,24517774,24517937,24518016,24518405,24518546,24518793,24519320,24519443,24519677,24519694,24519758,24520252,24520488,24520697,24520736,24521012,24521044,24521563,24521837,24522384,24522632,24522708,24522911,24523015,24523157,24523289,24523725,24523923,24524173,24524331,24524628,24524902,24525027,24525547,24525743,24525886,24525939,24525958,24526165,24526187,24526644,24526753,24526905,24527830,24527946,24527992,24528056,24528366,24528514,24528808,24529230,24529389,24529547,24530269,24530435,24530930,24530994,24531214,24531552,24531673,24531700,24532136,24532361,24532475,24532650,24532800,24532984,24533024,24533042,24533144,24533910,2453402', 'assoc_port': '23572471:23572722,23630253:23630468,23634450:23634781,23639809:23640484,23645864:23646550,23651477:23651695,23665041:23666270,23673393:23674043,23681697:23682242,23683047:23683311,23691316:23691597,23851645:23851895,23902199:23903354,23925763:23925937,23966882:23967746,24093962:24204861,24295880:24528366,24295922:24301282,24296180:24520488,24296384:24299171,24296752:24298682,24296813:24298307,24296983:24297681,24297088:24298428,24297123:24297778,24309317:24312054,24309395:24311722,24309644:24310291,24366878:24367263,24401854:24402684,24415973:24416637,24421764:24430854,24429600:24429796,24436619:24437002,24439758:24439838,24442988:24443133,24512224:24554995,24512240:24555135,24512256:24555404,24512292:24556292,24512298:24556682,24512385:24559129,24512389:24558358,24512394:24559590,24512403:24513253,24512444:24513497,24512493:24558781,24512508:24558732,24514854:24544245,24514855:24542546,24514860:24544414,24514864:24542440,24514966:24546921,24514987:24542225,24515045:24542069,24515049:24543699,24515055:2454187', 'assoc_mat': '23572471:papier:4209:23572722,23630253:papier:4209:23630468,23634450:papier:4209:23634781,23639809:papier:4209:23640484,23645864:papier:4209:23646550,23651477:papier:4209:23651695,23665041:papier:4209:23666270,23673393:papier:4209:23674043,23681697:papier:4209:23682242,23683047:papier:4209:23683311,23691316:papier:4209:23691597,23851645:papier:4209:23851895,23902199:papier:4209:23903354,23925763:papier:4209:23925937,23966882:papier:4209:23967746,24093962:papier:4209:24204861,24295880:papier:4209:24528366,24295922:papier:4209:24301282,24296180:papier:4209:24520488,24296384:papier:4209:24299171,24296752:papier:4209:24298682,24296813:papier:4209:24298307,24296983:papier:4209:24297681,24297088:papier:4209:24298428,24297123:papier:4209:24297778,24309317:papier:4209:24312054,24309395:papier:4209:24311722,24309644:papier:4209:24310291,24366878:papier:4209:24367263,24401854:papier:4209:24402684,24415973:papier:4209:24416637,24421764:papier:4209:24430854,24429600:papier:4209:24429796,24436619:papier:4209:24437002,2443'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010155720983990714, 'nb_photo': 21227, 'list_port_cont': '23535090,23538735,23541558,23543987,23548197,23551904,23555577,23560669,23564457,23569988,23570283,23586056,23587112,23589862,23593008,23593357,23597263,23621512,23621861,23622243,23633791,23635065,23635214,23638289,23640794,23641954,23644732,23646921,23651950,23666384,23667094,23670220,23671398,23672724,23674194,23676761,23682400,23684601,23685556,23687483,23688870,23691723,23694411,23700478,23702935,23705059,23708013,23708790,23712601,23716406,23717627,23719924,23723511,23726440,23732275,23811492,23819865,23820620,23829927,23832160,23853902,23902864,23919601,23920796,23926120,23926140,24020628,24022609,24024674,24025228,24040465,24042572,24096535,24134696,24135464,24136104,24137264,24139484,24143628,24144873,24145242,24168458,24168744,24169598,24171839,24173649,24174476,24175003,24178298,24182670,24189614,24206116,24211187,24213928,24223424,24233255,24244138,24263114,24264072,24265041,24297751,24299119,24300090,24300794,24301322,24302136,24303282,24307756,24308456,24308802,24309839,24311258,24314491,2431693', 'assoc_port': '23534654:23535090,23537920:23538735,23540436:23541558,23543517:23543987,23547110:23548197,23550747:23551904,23555036:23555577,23560093:23560669,23563503:23564457,23569424:23570283,23569432:23569988,23585185:23586056,23586473:23587112,23589266:23589862,23592543:23593357,23592547:23593008,23596517:23597263,23620718:23622243,23620722:23621861,23620756:23621512,23632820:23633791,23634446:23635214,23634457:23635065,23637427:23638289,23639808:23640794,23641366:23641954,23644225:23644732,23645862:23646921,23651476:23651950,23663153:23667094,23665045:23666384,23669198:23670220,23670888:23671398,23671695:23672724,23673440:23674194,23676097:23676761,23681716:23685556,23681727:23682400,23683964:23684601,23687040:23687483,23688376:23688870,23691318:23691723,23694292:23694411,23699593:23700478,23702410:23702935,23704456:23705059,23707619:23708013,23708553:23708790,23712026:23712601,23715744:23717627,23715751:23716406,23719475:23719924,23722757:23723511,23725935:23726440,23731806:23732275,23811030:23811492,23819146:2382062', 'assoc_mat': '23534654:papier:4211:23535090,23537920:papier:4211:23538735,23540436:papier:4211:23541558,23543517:papier:4211:23543987,23547110:papier:4211:23548197,23550747:papier:4211:23551904,23555036:papier:4211:23555577,23560093:papier:4211:23560669,23563503:papier:4211:23564457,23569424:papier:4211:23570283,23569432:papier:4211:23569988,23585185:papier:4211:23586056,23586473:papier:4211:23587112,23589266:papier:4211:23589862,23592543:papier:4211:23593357,23592547:papier:4211:23593008,23596517:papier:4211:23597263,23620718:papier:4211:23622243,23620722:papier:4211:23621861,23620756:papier:4211:23621512,23632820:papier:4211:23633791,23634446:papier:4211:23635214,23634457:papier:4211:23635065,23637427:papier:4211:23638289,23639808:papier:4211:23640794,23641366:papier:4211:23641954,23644225:papier:4211:23644732,23645862:papier:4211:23646921,23651476:papier:4211:23651950,23663153:papier:4211:23667094,23665045:papier:4211:23666384,23669198:papier:4211:23670220,23670888:papier:4211:23671398,23671695:papier:4211:23672724,2367'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011281266806000827, 'nb_photo': 835, 'list_port_cont': '23543370,23573944,23575824,23585117,23586528,23586986,23595913,23596148,23596258,23597064,23602064,23607098,23608058,23608202,23609491,23622307,23628283,23631350,23631917,23632248,23647730,23648002,23650888,23652924,23653377,23678929,23679631,23680143,23680908,23687979,23689402,23696218,23701784,23702066,23703149,23704383,23707519,23708315,23719351,23726640,23726926,23730713,23732350,23734738,23737169,23738065,23738433,23740860,23741453,23808648,23812492,23812538,23823590,23826169,23847664,23857796,23903627,23914681,23919743,23959793,24001586,24011680,24021156,24021537,24022360,24022427,24022709,24023094,24025094,24036012,24080393,24097176,24099708,24117613,24117678,24118740,24135028,24138361,24139831,24141523,24147183,24164182,24164668,24164828,24164934,24165151,24165326,24166342,24166396,24167593,24168078,24168177,24168766,24169727,24169973,24170118,24170241,24170332,24171457,24171717,24172335,24172911,24190000,24231632,24243707,24263262,24283253,24287183,24328865,24329563,24329580,24330078,24330110,2433245', 'assoc_port': '23534657:23573944,23542721:23543370,23545657:23585117,23550746:23575824,23556267:23586986,23556281:23586528,23585184:23596258,23585186:23596148,23586467:23597064,23586482:23602064,23592539:23607098,23594051:23608058,23594053:23608202,23595408:23609491,23595419:23595913,23620717:23631350,23620727:23632248,23620741:23622307,23627496:23628283,23630741:23631917,23634452:23647730,23636430:23648002,23637430:23678929,23639792:23702066,23639807:23650888,23643447:23652924,23644226:23653377,23663156:23680908,23671693:23696218,23676094:23680143,23677327:23679631,23681715:23704383,23681725:23726926,23683042:23730713,23687039:23707519,23687067:23687979,23688367:23708315,23688372:23689402,23697318:23719351,23699594:23703149,23700573:23701784,23703106:23726640,23709128:23734738,23711012:23737169,23712074:23738065,23715760:23738433,23722781:23740860,23725944:23741453,23731807:23732350,23807830:23808648,23809051:23812538,23812264:23812492,23819179:23823590,23822262:23826169,23831266:23847664,23848762:23857796,23885061:2391468', 'assoc_mat': '23534657:papier:3327:23573944,23542721:papier:3327:23543370,23545657:papier:3327:23585117,23550746:papier:3327:23575824,23556267:papier:3327:23586986,23556281:papier:3327:23586528,23585184:papier:3327:23596258,23585186:papier:3327:23596148,23586467:papier:3327:23597064,23586482:papier:3327:23602064,23592539:papier:3327:23607098,23594051:papier:3327:23608058,23594053:papier:3327:23608202,23595408:papier:3327:23609491,23595419:papier:3327:23595913,23620717:papier:3327:23631350,23620727:papier:3327:23632248,23620741:papier:3327:23622307,23627496:papier:3327:23628283,23630741:papier:3327:23631917,23634452:papier:3327:23647730,23636430:papier:3327:23648002,23637430:papier:3327:23678929,23639792:papier:3327:23702066,23639807:papier:3327:23650888,23643447:papier:3327:23652924,23644226:papier:3327:23653377,23663156:papier:3327:23680908,23671693:papier:3327:23696218,23676094:papier:3327:23680143,23677327:papier:3327:23679631,23681715:papier:3327:23704383,23681725:papier:3327:23726926,23683042:papier:3327:23730713,2368'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.08763834185384888, 'nb_photo': 684, 'list_port_cont': '24437184,24439468,24440265,24443405,24443798', 'assoc_port': '24436620:24437184,24439171:24439468,24439759:24440265,24442986:24443798,24442990:24443405', 'assoc_mat': '24436620:papier:3594:24437184,24439171:papier:3594:24439468,24439759:papier:3594:24440265,24442986:papier:3594:24443798,24442990:papier:3594:24443405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007125180582905067, 'nb_photo': 117, 'list_port_cont': '23560228,23568673,23585416,23631705,23647062,23680076,23684208,23688804,23700921,23735961,23808054,23822456,23903158,24020826,24021674,24022455,24098369,24141456,24167571,24188760,24220696,24242944,24261477,24264053,24327803,24332287,24332346,24335824,24382375,24403733,24404230,24404816,24420766,24439457,24555638,24555719,24555762,24555793,24555823,24556018,24556757', 'assoc_port': '23530935:23568673,23543498:23585416,23560100:23560228,23620751:23631705,23636434:23647062,23663161:23680076,23683962:23684208,23688371:23688804,23700572:23700921,23711009:23735961,23807832:23808054,23822266:23822456,23851582:23903158,23938155:24020826,23939169:24022455,23974631:24098369,24006427:24141456,24014596:24021674,24048632:24167571,24088260:24188760,24092863:24261477,24115357:24220696,24198474:24242944,24225484:24264053,24295884:24327803,24296105:24335824,24296252:24332287,24296267:24332346,24361826:24382375,24401556:24404230,24401675:24403733,24401768:24404816,24420644:24420766,24439170:24439457,24514886:24556757,24515423:24556018,24515821:24555823,24515973:24555793,24516395:24555719,24516656:24555762,24516701:24555638', 'assoc_mat': '23530935:pehd:4205:23568673,23543498:pehd:4205:23585416,23560100:pehd:4205:23560228,23620751:pehd:4205:23631705,23636434:pehd:4205:23647062,23663161:pehd:4205:23680076,23683962:pehd:4205:23684208,23688371:pehd:4205:23688804,23700572:pehd:4205:23700921,23711009:pehd:4205:23735961,23807832:pehd:4205:23808054,23822266:pehd:4205:23822456,23851582:pehd:4205:23903158,23938155:pehd:4205:24020826,23939169:pehd:4205:24022455,23974631:pehd:4205:24098369,24006427:pehd:4205:24141456,24014596:pehd:4205:24021674,24048632:pehd:4205:24167571,24088260:pehd:4205:24188760,24092863:pehd:4205:24261477,24115357:pehd:4205:24220696,24198474:pehd:4205:24242944,24225484:pehd:4205:24264053,24295884:pehd:4205:24327803,24296105:pehd:4205:24335824,24296252:pehd:4205:24332287,24296267:pehd:4205:24332346,24361826:pehd:4205:24382375,24401556:pehd:4205:24404230,24401675:pehd:4205:24403733,24401768:pehd:4205:24404816,24420644:pehd:4205:24420766,24439170:pehd:4205:24439457,24514886:pehd:4205:24556757,24515423:pehd:4205:24556018,24515821:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.005047612175803321, 'nb_photo': 440, 'list_port_cont': '23645679,23648760,23649802,23680581,23687724,23718768,23739928,23740167,23743561,23747106,23922699,24021475,24026311,24095612,24132400,24140848,24177801,24203373,24224246,24261411,24264327,24283123,24327883,24329541,24334018,24340559,24342311,24348355,24379822,24392039,24403306,24404338,24428104,24430024,24430471,24446156,24449373,24555852,24555878,24555913,24555988,24556128,24556253,24556315,24556327,24556646,24556975,24557038,24557150,24558937', 'assoc_port': '23632822:23645679,23639778:23648760,23639779:23649802,23663163:23680581,23677331:23740167,23687054:23687724,23697328:23718768,23712024:23747106,23721649:23739928,23731805:23743561,23922279:23922699,23937766:24177801,23938595:24021475,23973585:24095612,23996438:24132400,24006419:24140848,24024481:24026311,24092888:24203373,24115402:24224246,24124274:24264327,24209101:24261411,24230137:24283123,24295858:24327883,24295907:24329541,24296274:24334018,24297010:24340559,24309312:24342311,24309636:24348355,24370833:24379822,24386152:24392039,24401551:24404338,24401819:24403306,24418471:24428104,24420638:24430471,24420640:24430024,24436616:24449373,24445181:24446156,24512378:24558937,24514943:24557150,24514951:24556975,24515066:24557038,24515127:24556646,24515304:24556327,24515721:24556253,24515958:24556315,24516387:24556128,24516609:24555913,24516769:24555878,24516868:24555852,24517097:24555988', 'assoc_mat': '23632822:pehd:4203:23645679,23639778:pehd:4203:23648760,23639779:pehd:4203:23649802,23663163:pehd:4203:23680581,23677331:pehd:4203:23740167,23687054:pehd:4203:23687724,23697328:pehd:4203:23718768,23712024:pehd:4203:23747106,23721649:pehd:4203:23739928,23731805:pehd:4203:23743561,23922279:pehd:4203:23922699,23937766:pehd:4203:24177801,23938595:pehd:4203:24021475,23973585:pehd:4203:24095612,23996438:pehd:4203:24132400,24006419:pehd:4203:24140848,24024481:pehd:4203:24026311,24092888:pehd:4203:24203373,24115402:pehd:4203:24224246,24124274:pehd:4203:24264327,24209101:pehd:4203:24261411,24230137:pehd:4203:24283123,24295858:pehd:4203:24327883,24295907:pehd:4203:24329541,24296274:pehd:4203:24334018,24297010:pehd:4203:24340559,24309312:pehd:4203:24342311,24309636:pehd:4203:24348355,24370833:pehd:4203:24379822,24386152:pehd:4203:24392039,24401551:pehd:4203:24404338,24401819:pehd:4203:24403306,24418471:pehd:4203:24428104,24420638:pehd:4203:24430471,24420640:pehd:4203:24430024,24436616:pehd:4203:24449373,24445181:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005014675677702058, 'nb_photo': 575, 'list_port_cont': '23543020,23543814,23547754,23552388,23564180,23589780,23594381,23621185,23630344,23633060,23634870,23635281,23636307,23636815,23637985,23638483,23640780,23644547,23646354,23647230,23669740,23672289,23676542,23677932,23679052,23679230,23679935,23682175,23683289,23683538,23684095,23684327,23687267,23687644,23688706,23688987,23691368,23691563,23694361,23700283,23700754,23703487,23709362,23711204,23711359,23719771,23726142,23808138,23819307,23819603,23822444,23829575,23831681,23851770,23885274,23902720,23919515,23919562,23921796,23973840,23974423,23983543,23985660,24000860,24001229,24003197,24003340,24009998,24011516,24012611,24014769,24015220,24019906,24021145,24024452,24049459,24050445,24053655,24056518,24060702,24070097,24077214,24091044,24103206,24115772,24116322,24117204,24117700,24117914,24118317,24218666,24223033,24225743,24230215,24230723,24298594,24299682,24302578,24304075,24306577,24307507,24309773,24310328,24314800,24315756,24317664,24317994,24318807,24320884,24323866,24324945,24326960,24327144,2432763', 'assoc_port': '23542724:23543020,23543543:23543814,23547113:23547754,23550738:23552388,23563500:23564180,23589275:23589780,23594057:23594381,23620728:23621185,23630254:23630344,23632819:23636307,23632837:23633060,23634445:23635281,23634456:23634870,23636432:23636815,23637425:23638483,23637428:23637985,23639798:23640780,23644224:23644547,23645860:23647230,23645868:23646354,23663158:23679935,23669196:23669740,23671675:23672289,23676095:23676542,23677324:23679230,23677325:23679052,23677329:23677932,23681696:23684095,23681718:23683538,23681729:23682175,23683044:23683289,23683967:23684327,23687037:23687644,23687069:23687267,23688369:23688987,23688374:23688706,23691317:23691563,23691320:23691368,23694293:23694361,23699595:23700283,23700571:23700754,23703105:23703487,23709130:23709362,23710993:23711204,23711025:23711359,23719470:23719771,23725945:23726142,23807828:23808138,23819131:23819603,23819182:23819307,23822267:23822444,23829120:23829575,23831270:23831681,23851644:23851770,23885063:23885274,23902533:23902720,23919350:2391956', 'assoc_mat': '23542724:pehd:4207:23543020,23543543:pehd:4207:23543814,23547113:pehd:4207:23547754,23550738:pehd:4207:23552388,23563500:pehd:4207:23564180,23589275:pehd:4207:23589780,23594057:pehd:4207:23594381,23620728:pehd:4207:23621185,23630254:pehd:4207:23630344,23632819:pehd:4207:23636307,23632837:pehd:4207:23633060,23634445:pehd:4207:23635281,23634456:pehd:4207:23634870,23636432:pehd:4207:23636815,23637425:pehd:4207:23638483,23637428:pehd:4207:23637985,23639798:pehd:4207:23640780,23644224:pehd:4207:23644547,23645860:pehd:4207:23647230,23645868:pehd:4207:23646354,23663158:pehd:4207:23679935,23669196:pehd:4207:23669740,23671675:pehd:4207:23672289,23676095:pehd:4207:23676542,23677324:pehd:4207:23679230,23677325:pehd:4207:23679052,23677329:pehd:4207:23677932,23681696:pehd:4207:23684095,23681718:pehd:4207:23683538,23681729:pehd:4207:23682175,23683044:pehd:4207:23683289,23683967:pehd:4207:23684327,23687037:pehd:4207:23687644,23687069:pehd:4207:23687267,23688369:pehd:4207:23688987,23688374:pehd:4207:23688706,23691317:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.011156535973389056, 'nb_photo': 31, 'list_port_cont': '23630475,23634759,23643708,23664562,23678160,23688960,24171296,24402899,24517368,24523040,24530634,24536412,24536549,24537970,24538266,24539017,24539293,24542654,24544695,24546081', 'assoc_port': '23630268:23630475,23634459:23634759,23643443:23643708,23663166:23664562,23677361:23678160,23688368:23688960,24048746:24171296,24401764:24402899,24515062:24546081,24515244:24544695,24515470:24542654,24515502:24539293,24515614:24536549,24515643:24539017,24515645:24517368,24515773:24536412,24515820:24538266,24515938:24537970,24516107:24530634,24516858:24523040', 'assoc_mat': '23630268:pehd:4461:23630475,23634459:pehd:4461:23634759,23643443:pehd:4461:23643708,23663166:pehd:4461:23664562,23677361:pehd:4461:23678160,23688368:pehd:4461:23688960,24048746:pehd:4461:24171296,24401764:pehd:4461:24402899,24515062:pehd:4461:24546081,24515244:pehd:4461:24544695,24515470:pehd:4461:24542654,24515502:pehd:4461:24539293,24515614:pehd:4461:24536549,24515643:pehd:4461:24539017,24515645:pehd:4461:24517368,24515773:pehd:4461:24536412,24515820:pehd:4461:24538266,24515938:pehd:4461:24537970,24516107:pehd:4461:24530634,24516858:pehd:4461:24523040'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009175989777449718, 'nb_photo': 1235, 'list_port_cont': '23543864,23556490,23568407,23568520,23569015,23572049,23573388,23575058,23581456,23584443,23585031,23607879,23609564,23609673,23612641,23630661,23631414,23636627,23645645,23645811,23646059,23649914,23651829,23652215,23653779,23654208,23662699,23679616,23681979,23684859,23687924,23689166,23689210,23693209,23694380,23701058,23703326,23708032,23708157,23718027,23720916,23727988,23732802,23740356,23820003,23842227,23855224,23903322,23920064,23926442,24000720,24019582,24021194,24024856,24026089,24027154,24035635,24086312,24132342,24137403,24138856,24144534,24145136,24166571,24167911,24168714,24172499,24177906,24178506,24179549,24182217,24192338,24205073,24223360,24231637,24263592,24264029,24279670,24328058,24328507,24328705,24329816,24330903,24331437,24334378,24336010,24339569,24340185,24340645,24342238,24344558,24348469,24379626,24380981,24382402,24389683,24392088,24403329,24403335,24403518,24403870,24404747,24420308,24427622,24427783,24428248,24429875,24431144,24446420,24449922,24450355,24513157,24515904,2451604', 'assoc_port': '23530936:23569015,23534655:23584443,23537917:23573388,23543496:23543864,23547108:23575058,23556266:23585031,23556285:23556490,23560096:23581456,23563498:23572049,23568013:23568520,23568015:23568407,23589264:23612641,23594055:23607879,23596509:23609564,23596511:23609673,23620720:23630661,23620726:23631414,23634444:23645645,23634448:23645811,23634454:23646059,23636438:23636627,23639806:23649914,23643445:23651829,23643450:23652215,23644227:23662699,23645866:23653779,23647432:23654208,23665039:23684859,23669200:23708032,23676096:23679616,23681698:23703326,23681723:23732802,23681731:23681979,23683993:23708157,23687038:23687924,23688370:23689166,23688373:23689210,23691319:23693209,23694294:23694380,23697324:23718027,23699597:23701058,23702416:23720916,23704454:23727988,23722784:23740356,23819105:23820003,23829119:23842227,23848754:23855224,23902364:23903322,23919348:23920064,23925728:23926442,23936972:24000720,23937813:24177906,23938039:24019582,23938638:24178506,23958509:24086312,23996440:24132342,24000707:2413740', 'assoc_mat': '23530936:pehd:4200:23569015,23534655:pehd:4200:23584443,23537917:pehd:4200:23573388,23543496:pehd:4200:23543864,23547108:pehd:4200:23575058,23556266:pehd:4200:23585031,23556285:pehd:4200:23556490,23560096:pehd:4200:23581456,23563498:pehd:4200:23572049,23568013:pehd:4200:23568520,23568015:pehd:4200:23568407,23589264:pehd:4200:23612641,23594055:pehd:4200:23607879,23596509:pehd:4200:23609564,23596511:pehd:4200:23609673,23620720:pehd:4200:23630661,23620726:pehd:4200:23631414,23634444:pehd:4200:23645645,23634448:pehd:4200:23645811,23634454:pehd:4200:23646059,23636438:pehd:4200:23636627,23639806:pehd:4200:23649914,23643445:pehd:4200:23651829,23643450:pehd:4200:23652215,23644227:pehd:4200:23662699,23645866:pehd:4200:23653779,23647432:pehd:4200:23654208,23665039:pehd:4200:23684859,23669200:pehd:4200:23708032,23676096:pehd:4200:23679616,23681698:pehd:4200:23703326,23681723:pehd:4200:23732802,23681731:pehd:4200:23681979,23683993:pehd:4200:23708157,23687038:pehd:4200:23687924,23688370:pehd:4200:23689166,23688373:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008527562238841525, 'nb_photo': 690, 'list_port_cont': '23572714,23630456,23634782,23640488,23646552,23651690,23666274,23674035,23682238,23683307,23691599,23851894,23903357,23925946,23967741,24204863,24298435,24298683,24299175,24301292,24311726,24367258,24402679,24416632,24429793,24430849,24439833,24443137,24513256,24513498,24516272,24516997,24517082,24517107,24517435,24517637,24517933,24518019,24518544,24518800,24519328,24519439,24519673,24519700,24519751,24520264,24520494,24520693,24521014,24521051,24521564,24521850,24522629,24522915,24523013,24523156,24523287,24523727,24523911,24524175,24524907,24525549,24525751,24525887,24525936,24525956,24526170,24526186,24526637,24526754,24526906,24527827,24527998,24528055,24528360,24528515,24529231,24529395,24530277,24530427,24530926,24530997,24531217,24531564,24531665,24531711,24532140,24532470,24532645,24532796,24532978,24533020,24533053,24534050,24534295,24534341,24534487,24534781,24535034,24535043,24535304,24535544,24535617,24536101,24536110,24536210,24536519,24536770,24536827,24537397,24537413,24537834,24537931,2453813', 'assoc_port': '23572471:23572714,23630253:23630456,23634450:23634782,23639809:23640488,23645864:23646552,23651477:23651690,23665041:23666274,23673393:23674035,23681697:23682238,23683047:23683307,23691316:23691599,23851645:23851894,23902199:23903357,23925763:23925946,23966882:23967741,24093962:24204863,24295880:24528360,24295922:24301292,24296180:24520494,24296384:24299175,24296752:24298683,24297088:24298435,24309395:24311726,24366878:24367258,24401854:24402679,24415973:24416632,24421764:24430849,24429600:24429793,24439758:24439833,24442988:24443137,24512224:24555002,24512256:24555412,24512292:24556295,24512298:24556679,24512385:24559137,24512394:24559586,24512403:24513256,24512444:24513498,24514854:24544247,24514855:24542543,24514860:24544421,24514864:24542427,24514966:24546912,24514987:24542229,24515045:24542070,24515049:24543697,24515055:24541868,24515059:24543292,24515064:24541552,24515072:24542830,24515107:24541568,24515214:24541415,24515218:24540406,24515238:24540019,24515241:24540395,24515246:24539772,24515251:2454108', 'assoc_mat': '23572471:pehd:4209:23572714,23630253:pehd:4209:23630456,23634450:pehd:4209:23634782,23639809:pehd:4209:23640488,23645864:pehd:4209:23646552,23651477:pehd:4209:23651690,23665041:pehd:4209:23666274,23673393:pehd:4209:23674035,23681697:pehd:4209:23682238,23683047:pehd:4209:23683307,23691316:pehd:4209:23691599,23851645:pehd:4209:23851894,23902199:pehd:4209:23903357,23925763:pehd:4209:23925946,23966882:pehd:4209:23967741,24093962:pehd:4209:24204863,24295880:pehd:4209:24528360,24295922:pehd:4209:24301292,24296180:pehd:4209:24520494,24296384:pehd:4209:24299175,24296752:pehd:4209:24298683,24297088:pehd:4209:24298435,24309395:pehd:4209:24311726,24366878:pehd:4209:24367258,24401854:pehd:4209:24402679,24415973:pehd:4209:24416632,24421764:pehd:4209:24430849,24429600:pehd:4209:24429793,24439758:pehd:4209:24439833,24442988:pehd:4209:24443137,24512224:pehd:4209:24555002,24512256:pehd:4209:24555412,24512292:pehd:4209:24556295,24512298:pehd:4209:24556679,24512385:pehd:4209:24559137,24512394:pehd:4209:24559586,24512403:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9568223398926656, 'nb_photo': 14302, 'list_port_cont': '23535081,23538741,23541548,23543985,23548209,23551896,23555597,23560660,23564445,23569995,23570285,23586062,23587109,23589854,23593017,23593375,23597266,23621508,23621863,23622239,23633792,23635066,23635205,23638298,23640787,23641939,23644730,23646933,23651953,23666389,23667095,23670228,23671403,23672721,23674187,23676756,23682405,23684592,23685551,23687479,23688894,23691726,23694412,23700470,23702936,23705074,23708001,23708792,23712611,23716407,23717634,23719926,23723504,23726441,23732284,23811494,23819867,23820600,23829928,23832157,23853893,23902860,23919614,23920798,23926114,23926137,24020630,24022606,24024668,24025238,24040473,24042573,24096544,24134697,24135454,24136105,24137273,24139475,24143635,24144862,24145248,24168452,24168743,24169594,24171854,24173662,24174485,24174987,24178296,24182666,24189599,24206122,24211189,24213930,24223419,24233256,24244139,24263113,24264071,24265045,24297744,24299108,24300095,24300795,24301319,24302126,24303276,24307775,24308458,24308798,24309831,24311267,24314505,2431694', 'assoc_port': '23534654:23535081,23537920:23538741,23540436:23541548,23543517:23543985,23547110:23548209,23550747:23551896,23555036:23555597,23560093:23560660,23563503:23564445,23569424:23570285,23569432:23569995,23585185:23586062,23586473:23587109,23589266:23589854,23592543:23593375,23592547:23593017,23596517:23597266,23620718:23622239,23620722:23621863,23620756:23621508,23632820:23633792,23634446:23635205,23634457:23635066,23637427:23638298,23639808:23640787,23641366:23641939,23644225:23644730,23645862:23646933,23651476:23651953,23663153:23667095,23665045:23666389,23669198:23670228,23670888:23671403,23671695:23672721,23673440:23674187,23676097:23676756,23681716:23685551,23681727:23682405,23683964:23684592,23687040:23687479,23688376:23688894,23691318:23691726,23694292:23694412,23699593:23700470,23702410:23702936,23704456:23705074,23707619:23708001,23708553:23708792,23712026:23712611,23715744:23717634,23715751:23716407,23719475:23719926,23722757:23723504,23725935:23726441,23731806:23732284,23811030:23811494,23819146:2382060', 'assoc_mat': '23534654:pehd:4211:23535081,23537920:pehd:4211:23538741,23540436:pehd:4211:23541548,23543517:pehd:4211:23543985,23547110:pehd:4211:23548209,23550747:pehd:4211:23551896,23555036:pehd:4211:23555597,23560093:pehd:4211:23560660,23563503:pehd:4211:23564445,23569424:pehd:4211:23570285,23569432:pehd:4211:23569995,23585185:pehd:4211:23586062,23586473:pehd:4211:23587109,23589266:pehd:4211:23589854,23592543:pehd:4211:23593375,23592547:pehd:4211:23593017,23596517:pehd:4211:23597266,23620718:pehd:4211:23622239,23620722:pehd:4211:23621863,23620756:pehd:4211:23621508,23632820:pehd:4211:23633792,23634446:pehd:4211:23635205,23634457:pehd:4211:23635066,23637427:pehd:4211:23638298,23639808:pehd:4211:23640787,23641366:pehd:4211:23641939,23644225:pehd:4211:23644730,23645862:pehd:4211:23646933,23651476:pehd:4211:23651953,23663153:pehd:4211:23667095,23665045:pehd:4211:23666389,23669198:pehd:4211:23670228,23670888:pehd:4211:23671403,23671695:pehd:4211:23672721,23673440:pehd:4211:23674187,23676097:pehd:4211:23676756,23681716:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015316845487122561, 'nb_photo': 5, 'list_port_cont': '24166401,24438856,24519458,24523579', 'assoc_port': '24102019:24166401,24430482:24438856,24515221:24523579,24517317:24519458', 'assoc_mat': '24102019:pehd:3327:24166401,24430482:pehd:3327:24438856,24515221:pehd:3327:24523579,24517317:pehd:3327:24519458'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001398006486304012, 'nb_photo': 1, 'list_port_cont': '24439470', 'assoc_port': '24439171:24439470', 'assoc_mat': '24439171:pehd:3594:24439470'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006425953972736693, 'nb_photo': 40, 'list_port_cont': '23560218,23568684,23585428,23631695,23647064,23680077,23700923,23739607,23808052,23822462,23903165,24021679,24167579,24220697,24242934,24261472,24264054,24332286,24342226,24555624,24555706,24555759,24555815', 'assoc_port': '23530935:23568684,23543498:23585428,23560100:23560218,23620751:23631695,23636434:23647064,23663161:23680077,23700572:23700923,23721651:23739607,23807832:23808052,23822266:23822462,23851582:23903165,24014596:24021679,24048632:24167579,24092863:24261472,24115357:24220697,24198474:24242934,24225484:24264054,24296252:24332286,24309364:24342226,24515821:24555815,24516395:24555706,24516656:24555759,24516701:24555624', 'assoc_mat': '23530935:pet_clair:4205:23568684,23543498:pet_clair:4205:23585428,23560100:pet_clair:4205:23560218,23620751:pet_clair:4205:23631695,23636434:pet_clair:4205:23647064,23663161:pet_clair:4205:23680077,23700572:pet_clair:4205:23700923,23721651:pet_clair:4205:23739607,23807832:pet_clair:4205:23808052,23822266:pet_clair:4205:23822462,23851582:pet_clair:4205:23903165,24014596:pet_clair:4205:24021679,24048632:pet_clair:4205:24167579,24092863:pet_clair:4205:24261472,24115357:pet_clair:4205:24220697,24198474:pet_clair:4205:24242934,24225484:pet_clair:4205:24264054,24296252:pet_clair:4205:24332286,24309364:pet_clair:4205:24342226,24515821:pet_clair:4205:24555815,24516395:pet_clair:4205:24555706,24516656:pet_clair:4205:24555759,24516701:pet_clair:4205:24555624'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0008335687687504041, 'nb_photo': 20, 'list_port_cont': '23645684,23680589,23740168,23743563,24026307,24392042,24555855,24555887,24555982,24556249,24556310,24556328,24556983,24557153', 'assoc_port': '23632822:23645684,23663163:23680589,23677331:23740168,23731805:23743563,24024481:24026307,24386152:24392042,24514943:24557153,24514951:24556983,24515304:24556328,24515721:24556249,24515958:24556310,24516769:24555887,24516868:24555855,24517097:24555982', 'assoc_mat': '23632822:pet_clair:4203:23645684,23663163:pet_clair:4203:23680589,23677331:pet_clair:4203:23740168,23731805:pet_clair:4203:23743563,24024481:pet_clair:4203:24026307,24386152:pet_clair:4203:24392042,24514943:pet_clair:4203:24557153,24514951:pet_clair:4203:24556983,24515304:pet_clair:4203:24556328,24515721:pet_clair:4203:24556249,24515958:pet_clair:4203:24556310,24516769:pet_clair:4203:24555887,24516868:pet_clair:4203:24555855,24517097:pet_clair:4203:24555982'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0017882916561876956, 'nb_photo': 37, 'list_port_cont': '23543023,23552384,23564182,23621208,23638491,23647238,23669732,23679219,23684094,23687653,23709356,23712454,23718361,23831692,23832736,24021141,24024449,24049453,24053651,24223036,24302571,24402513,24402783,24403775,24517332,24522549,24523799,24539207,24545168,24548290,24548782,24549870,24551436,24552799,24554364,24555187', 'assoc_port': '23542724:23543023,23550738:23552384,23563500:23564182,23620728:23621208,23637425:23638491,23645860:23647238,23669196:23669732,23677324:23679219,23681696:23684094,23687037:23687653,23709130:23709356,23712077:23712454,23718193:23718361,23831262:23832736,23831270:23831692,23938788:24021141,24024250:24024449,24049060:24049453,24053352:24053651,24222735:24223036,24296764:24302571,24401665:24403775,24401818:24402783,24401846:24402513,24512219:24554364,24514863:24555187,24515024:24552799,24515223:24551436,24515332:24548782,24515393:24549870,24515398:24548290,24515596:24539207,24515980:24545168,24516034:24517332,24516711:24523799,24517260:24522549', 'assoc_mat': '23542724:pet_clair:4207:23543023,23550738:pet_clair:4207:23552384,23563500:pet_clair:4207:23564182,23620728:pet_clair:4207:23621208,23637425:pet_clair:4207:23638491,23645860:pet_clair:4207:23647238,23669196:pet_clair:4207:23669732,23677324:pet_clair:4207:23679219,23681696:pet_clair:4207:23684094,23687037:pet_clair:4207:23687653,23709130:pet_clair:4207:23709356,23712077:pet_clair:4207:23712454,23718193:pet_clair:4207:23718361,23831262:pet_clair:4207:23832736,23831270:pet_clair:4207:23831692,23938788:pet_clair:4207:24021141,24024250:pet_clair:4207:24024449,24049060:pet_clair:4207:24049453,24053352:pet_clair:4207:24053651,24222735:pet_clair:4207:24223036,24296764:pet_clair:4207:24302571,24401665:pet_clair:4207:24403775,24401818:pet_clair:4207:24402783,24401846:pet_clair:4207:24402513,24512219:pet_clair:4207:24554364,24514863:pet_clair:4207:24555187,24515024:pet_clair:4207:24552799,24515223:pet_clair:4207:24551436,24515332:pet_clair:4207:24548782,24515393:pet_clair:4207:24549870,24515398:pet_clair:4207:24548290,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006761774455283455, 'nb_photo': 6, 'list_port_cont': '24518688,24524342,24530630,24538726', 'assoc_port': '24515708:24538726,24516107:24530630,24516734:24524342,24517349:24518688', 'assoc_mat': '24515708:pet_clair:4461:24538726,24516107:pet_clair:4461:24530630,24516734:pet_clair:4461:24524342,24517349:pet_clair:4461:24518688'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007281388962183498, 'nb_photo': 280, 'list_port_cont': '23568397,23568507,23569021,23572041,23581450,23584439,23585025,23607866,23609678,23612649,23630665,23636637,23645644,23645807,23646073,23649908,23652216,23653784,23654217,23662708,23679614,23681980,23684860,23687921,23689161,23694368,23701057,23703314,23708023,23708164,23718017,23720906,23727990,23740365,23820010,23842226,23855215,23920073,23926431,24000727,24019589,24021195,24027167,24035636,24086298,24132348,24138861,24144531,24145137,24166562,24168715,24172510,24177895,24178491,24192335,24205074,24223379,24231650,24279666,24328051,24328503,24328708,24329817,24330908,24331441,24334372,24336008,24340574,24342242,24380984,24403342,24403523,24403881,24404751,24427771,24428241,24429880,24449929,24450347,24515891,24516047,24518159,24518991,24520298,24521274,24521741,24522293,24524424,24524838,24525264,24526282,24527441,24527680,24528293,24530118,24530522,24532053,24532298,24533215,24534232,24535446,24535638,24536052,24536971,24537257,24538002,24539151,24540357,24540832,24541637,24542453,24543757,24544030,2454420', 'assoc_port': '23530936:23569021,23534655:23584439,23556266:23585025,23560096:23581450,23563498:23572041,23568013:23568507,23568015:23568397,23589264:23612649,23594055:23607866,23596511:23609678,23620720:23630665,23634444:23645644,23634448:23645807,23634454:23646073,23636438:23636637,23639806:23649908,23643450:23652216,23644227:23662708,23645866:23653784,23647432:23654217,23665039:23684860,23669200:23708023,23676096:23679614,23681698:23703314,23681731:23681980,23683993:23708164,23687038:23687921,23688370:23689161,23694294:23694368,23697324:23718017,23699597:23701057,23702416:23720906,23704454:23727990,23722784:23740365,23819105:23820010,23829119:23842226,23848754:23855215,23919348:23920073,23925728:23926431,23936972:24000727,23937813:24177895,23938039:24019589,23938638:24178491,23958509:24086298,23996440:24132348,24002905:24138861,24009623:24144531,24009626:24145137,24014637:24021195,24024255:24035636,24024473:24027167,24047884:24166562,24048679:24168715,24049057:24172510,24090695:24192335,24093992:24205074,24115393:2422337', 'assoc_mat': '23530936:pet_clair:4200:23569021,23534655:pet_clair:4200:23584439,23556266:pet_clair:4200:23585025,23560096:pet_clair:4200:23581450,23563498:pet_clair:4200:23572041,23568013:pet_clair:4200:23568507,23568015:pet_clair:4200:23568397,23589264:pet_clair:4200:23612649,23594055:pet_clair:4200:23607866,23596511:pet_clair:4200:23609678,23620720:pet_clair:4200:23630665,23634444:pet_clair:4200:23645644,23634448:pet_clair:4200:23645807,23634454:pet_clair:4200:23646073,23636438:pet_clair:4200:23636637,23639806:pet_clair:4200:23649908,23643450:pet_clair:4200:23652216,23644227:pet_clair:4200:23662708,23645866:pet_clair:4200:23653784,23647432:pet_clair:4200:23654217,23665039:pet_clair:4200:23684860,23669200:pet_clair:4200:23708023,23676096:pet_clair:4200:23679614,23681698:pet_clair:4200:23703314,23681731:pet_clair:4200:23681980,23683993:pet_clair:4200:23708164,23687038:pet_clair:4200:23687921,23688370:pet_clair:4200:23689161,23694294:pet_clair:4200:23694368,23697324:pet_clair:4200:23718017,23699597:pet_clair:4200:23701057,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0050834517045454525, 'nb_photo': 10, 'list_port_cont': '24303620', 'assoc_port': '24295880:24303620', 'assoc_mat': '24295880:pet_clair:3594:24303620'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009121655624341335, 'nb_photo': 23, 'list_port_cont': '23640486,23651687,24518542,24518795,24523021,24523150,24527828,24531002,24531210,24531555,24531702,24532478,24533027,24533999,24535624,24542217,24556298,24559130', 'assoc_port': '23639809:23640486,23651477:23651687,24512292:24556298,24512385:24559130,24514987:24542217,24515647:24533999,24515776:24535624,24515857:24532478,24515994:24531555,24515999:24531210,24516109:24531702,24516164:24531002,24516337:24527828,24516466:24523150,24516830:24523021,24517261:24518795,24517351:24518542,24517396:24533027', 'assoc_mat': '23639809:pet_clair:4209:23640486,23651477:pet_clair:4209:23651687,24512292:pet_clair:4209:24556298,24512385:pet_clair:4209:24559130,24514987:pet_clair:4209:24542217,24515647:pet_clair:4209:24533999,24515776:pet_clair:4209:24535624,24515857:pet_clair:4209:24532478,24515994:pet_clair:4209:24531555,24515999:pet_clair:4209:24531210,24516109:pet_clair:4209:24531702,24516164:pet_clair:4209:24531002,24516337:pet_clair:4209:24527828,24516466:pet_clair:4209:24523150,24516830:pet_clair:4209:24523021,24517261:pet_clair:4209:24518795,24517351:pet_clair:4209:24518542,24517396:pet_clair:4209:24533027'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010107045539039714, 'nb_photo': 252, 'list_port_cont': '23535086,23538747,23541552,23551892,23560664,23569987,23570272,23586063,23587103,23621876,23622238,23633798,23635078,23635209,23638290,23641946,23651949,23666397,23667090,23670227,23671394,23674185,23676751,23682398,23685560,23688864,23691729,23694425,23700485,23705068,23708008,23708798,23712606,23716397,23717629,23719919,23723513,23726429,23732277,23811483,23819855,23820617,23829926,23832164,23853892,23902863,23919600,23920795,23926118,23926141,24020616,24022615,24024677,24025237,24040460,24096541,24135457,24137270,24139483,24143624,24144867,24145251,24168455,24168738,24171850,24173656,24189612,24206120,24211180,24223429,24233259,24244147,24263099,24264069,24265038,24303272,24307773,24308449,24309840,24311259,24314479,24322507,24323541,24325371,24327673,24365971,24367704,24367957,24402856,24403495,24403683,24404759,24404783,24418823,24420202,24437199,24513065,24516253,24516627,24517493,24517985,24518392,24519515,24519850,24520715,24520930,24521083,24523301,24523424,24523766,24524383,24524957,24525058,2452591', 'assoc_port': '23534654:23535086,23537920:23538747,23540436:23541552,23550747:23551892,23560093:23560664,23569424:23570272,23569432:23569987,23585185:23586063,23586473:23587103,23620718:23622238,23620722:23621876,23632820:23633798,23634446:23635209,23634457:23635078,23637427:23638290,23641366:23641946,23651476:23651949,23663153:23667090,23665045:23666397,23669198:23670227,23670888:23671394,23673440:23674185,23676097:23676751,23681716:23685560,23681727:23682398,23688376:23688864,23691318:23691729,23694292:23694425,23699593:23700485,23704456:23705068,23707619:23708008,23708553:23708798,23712026:23712606,23715744:23717629,23715751:23716397,23719475:23719919,23722757:23723513,23725935:23726429,23731806:23732277,23811030:23811483,23819146:23820617,23819188:23819855,23829100:23829926,23831264:23832164,23853394:23853892,23902381:23902863,23919387:23919600,23920382:23920795,23925745:23926141,23925766:23926118,23973602:24096541,23999354:24135457,24000700:24137270,24002899:24233259,24002909:24139483,24008313:24143624,24009606:2414486', 'assoc_mat': '23534654:pet_clair:4211:23535086,23537920:pet_clair:4211:23538747,23540436:pet_clair:4211:23541552,23550747:pet_clair:4211:23551892,23560093:pet_clair:4211:23560664,23569424:pet_clair:4211:23570272,23569432:pet_clair:4211:23569987,23585185:pet_clair:4211:23586063,23586473:pet_clair:4211:23587103,23620718:pet_clair:4211:23622238,23620722:pet_clair:4211:23621876,23632820:pet_clair:4211:23633798,23634446:pet_clair:4211:23635209,23634457:pet_clair:4211:23635078,23637427:pet_clair:4211:23638290,23641366:pet_clair:4211:23641946,23651476:pet_clair:4211:23651949,23663153:pet_clair:4211:23667090,23665045:pet_clair:4211:23666397,23669198:pet_clair:4211:23670227,23670888:pet_clair:4211:23671394,23673440:pet_clair:4211:23674185,23676097:pet_clair:4211:23676751,23681716:pet_clair:4211:23685560,23681727:pet_clair:4211:23682398,23688376:pet_clair:4211:23688864,23691318:pet_clair:4211:23691729,23694292:pet_clair:4211:23694425,23699593:pet_clair:4211:23700485,23704456:pet_clair:4211:23705068,23707619:pet_clair:4211:23708008,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9845766715823517, 'nb_photo': 105905, 'list_port_cont': '23543373,23568814,23572180,23573954,23575822,23585109,23586538,23586994,23595920,23596146,23596254,23597069,23602059,23607103,23608059,23608200,23609489,23622312,23628281,23630908,23631345,23631916,23632251,23647736,23647993,23650880,23652923,23653382,23678925,23679171,23679639,23680136,23680907,23687974,23689396,23693451,23696215,23701778,23702075,23703143,23704375,23707522,23708312,23719339,23726646,23726930,23730722,23732345,23734747,23737168,23738073,23738420,23740865,23741449,23742308,23807244,23808426,23808653,23812503,23812539,23823603,23826175,23847666,23857434,23857793,23903632,23914686,23919742,23959785,24001596,24011674,24021157,24021534,24022368,24022433,24022707,24023082,24025105,24025566,24035046,24036013,24080390,24097188,24099698,24117610,24117675,24118734,24133245,24133805,24135048,24138358,24139836,24141515,24147191,24164179,24164671,24164841,24164938,24165152,24165324,24166344,24166404,24167598,24168082,24168171,24168763,24169723,24169974,24170122,24170233,24170326,24171464,24171670,2417172', 'assoc_port': '23534657:23573954,23542721:23543373,23545657:23585109,23550746:23575822,23556267:23586994,23556281:23586538,23563478:23572180,23568035:23568814,23585184:23596254,23585186:23596146,23586467:23597069,23586482:23602059,23592539:23607103,23594051:23608059,23594053:23608200,23595408:23609489,23595419:23595920,23620717:23631345,23620727:23632251,23620741:23622312,23627496:23628281,23630255:23630908,23630741:23631916,23634452:23647736,23636430:23647993,23637430:23678925,23639792:23702075,23639807:23650880,23643447:23652923,23644226:23653382,23644228:23679171,23663156:23680907,23671693:23696215,23676094:23680136,23677327:23679639,23681715:23704375,23681725:23726930,23683042:23730722,23687039:23707522,23687067:23687974,23688367:23708312,23688372:23689396,23691315:23693451,23697318:23719339,23699594:23703143,23700573:23701778,23703106:23726646,23709128:23734747,23711012:23737168,23712074:23738073,23715760:23738420,23722781:23740865,23725944:23741449,23729236:23742308,23731807:23732345,23804660:23807244,23807827:2380842', 'assoc_mat': '23534657:pet_clair:3327:23573954,23542721:pet_clair:3327:23543373,23545657:pet_clair:3327:23585109,23550746:pet_clair:3327:23575822,23556267:pet_clair:3327:23586994,23556281:pet_clair:3327:23586538,23563478:pet_clair:3327:23572180,23568035:pet_clair:3327:23568814,23585184:pet_clair:3327:23596254,23585186:pet_clair:3327:23596146,23586467:pet_clair:3327:23597069,23586482:pet_clair:3327:23602059,23592539:pet_clair:3327:23607103,23594051:pet_clair:3327:23608059,23594053:pet_clair:3327:23608200,23595408:pet_clair:3327:23609489,23595419:pet_clair:3327:23595920,23620717:pet_clair:3327:23631345,23620727:pet_clair:3327:23632251,23620741:pet_clair:3327:23622312,23627496:pet_clair:3327:23628281,23630255:pet_clair:3327:23630908,23630741:pet_clair:3327:23631916,23634452:pet_clair:3327:23647736,23636430:pet_clair:3327:23647993,23637430:pet_clair:3327:23678925,23639792:pet_clair:3327:23702075,23639807:pet_clair:3327:23650880,23643447:pet_clair:3327:23652923,23644226:pet_clair:3327:23653382,23644228:pet_clair:3327:23679171,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.017272279544577725, 'nb_photo': 63, 'list_port_cont': '24437183,24439471,24440267,24443411,24443796', 'assoc_port': '24436620:24437183,24439171:24439471,24439759:24440267,24442986:24443796,24442990:24443411', 'assoc_mat': '24436620:pet_clair:3594:24437183,24439171:pet_clair:3594:24439471,24439759:pet_clair:3594:24440267,24442986:pet_clair:3594:24443796,24442990:pet_clair:3594:24443411'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003264481720792232, 'nb_photo': 1, 'list_port_cont': '24528010', 'assoc_port': '24516669:24528010', 'assoc_mat': '24516669:pet_fonce:4207:24528010'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0013162166368546574, 'nb_photo': 4, 'list_port_cont': '24303616', 'assoc_port': '24295880:24303616', 'assoc_mat': '24295880:pet_fonce:3594:24303616'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 2.2845344284148505e-05, 'nb_photo': 1, 'list_port_cont': '23621866', 'assoc_port': '23620722:23621866', 'assoc_mat': '23620722:pet_fonce:4211:23621866'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004128859331591335, 'nb_photo': 10, 'list_port_cont': '23630907,23847674,23914679,24139834,24172919,24329575,24404145,24438847', 'assoc_port': '23630255:23630907,23831266:23847674,23885061:23914679,24002903:24139834,24048750:24172919,24295782:24329575,24401667:24404145,24430482:24438847', 'assoc_mat': '23630255:pet_fonce:3327:23630907,23831266:pet_fonce:3327:23847674,23885061:pet_fonce:3327:23914679,24002903:pet_fonce:3327:24139834,24048750:pet_fonce:3327:24172919,24295782:pet_fonce:3327:24329575,24401667:pet_fonce:3327:24404145,24430482:pet_fonce:3327:24438847'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001181995490478686, 'nb_photo': 6, 'list_port_cont': '24437185,24439463,24440263', 'assoc_port': '24436620:24437185,24439171:24439463,24439759:24440263', 'assoc_mat': '24436620:pet_fonce:3594:24437185,24439171:pet_fonce:3594:24439463,24439759:pet_fonce:3594:24440263'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005246749261059859, 'nb_photo': 3, 'list_port_cont': '23680071,23700920,24332278', 'assoc_port': '23663161:23680071,23700572:23700920,24296252:24332278', 'assoc_mat': '23663161:pet_opaque:4205:23680071,23700572:pet_opaque:4205:23700920,24296252:pet_opaque:4205:24332278'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00019345058395286844, 'nb_photo': 2, 'list_port_cont': '23680584,24224245', 'assoc_port': '23663163:23680584,24115402:24224245', 'assoc_mat': '23663163:pet_opaque:4203:23680584,24115402:pet_opaque:4203:24224245'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001460438606437233, 'nb_photo': 7, 'list_port_cont': '23543809,23594387,23679233,23719775,24422207,24534439,24554334', 'assoc_port': '23543543:23543809,23594057:23594387,23677324:23679233,23719470:23719775,24421760:24422207,24515056:24554334,24516027:24534439', 'assoc_mat': '23543543:pet_opaque:4207:23543809,23594057:pet_opaque:4207:23594387,23677324:pet_opaque:4207:23679233,23719470:pet_opaque:4207:23719775,24421760:pet_opaque:4207:24422207,24515056:pet_opaque:4207:24554334,24516027:pet_opaque:4207:24534439'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002856905509368889, 'nb_photo': 8, 'list_port_cont': '23586893,23597184,24264980,24443353,24520942,24542258,24546613', 'assoc_port': '23586475:23586893,23596513:23597184,24230133:24264980,24442996:24443353,24514986:24546613,24515612:24542258,24516661:24520942', 'assoc_mat': '23586475:pet_opaque:4461:23586893,23596513:pet_opaque:4461:23597184,24230133:pet_opaque:4461:24264980,24442996:pet_opaque:4461:24443353,24514986:pet_opaque:4461:24546613,24515612:pet_opaque:4461:24542258,24516661:pet_opaque:4461:24520942'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002405932024470894, 'nb_photo': 311, 'list_port_cont': '23543866,23556489,23568411,23568519,23569008,23572045,23573389,23575052,23584437,23585021,23607875,23609563,23612640,23630671,23631408,23636632,23645649,23645812,23646060,23649918,23651831,23652227,23654212,23662701,23679617,23681974,23684863,23687923,23689215,23701067,23703315,23708021,23708166,23718023,23720912,23727980,23740352,23820013,23842234,23855227,23903315,23920062,23926432,24019584,24021196,24024866,24026090,24035637,24086306,24137406,24138870,24144533,24166561,24167914,24168721,24172497,24177907,24179553,24223385,24263581,24264031,24279665,24328509,24328697,24329805,24330910,24331434,24336011,24339560,24340179,24340316,24342241,24348472,24379618,24389675,24403344,24403528,24403869,24403879,24404744,24420297,24427621,24427781,24428246,24429877,24431135,24445313,24449936,24513163,24515896,24516950,24519003,24520300,24522301,24522484,24524423,24524840,24525269,24526284,24528291,24528742,24530120,24530534,24532042,24532299,24533222,24534221,24535640,24536048,24536974,24537255,24539981,24540340,2454083', 'assoc_port': '23530936:23569008,23534655:23584437,23537917:23573389,23543496:23543866,23547108:23575052,23556266:23585021,23556285:23556489,23563498:23572045,23568013:23568519,23568015:23568411,23589264:23612640,23594055:23607875,23596509:23609563,23620720:23630671,23620726:23631408,23634444:23645649,23634448:23645812,23634454:23646060,23636438:23636632,23639806:23649918,23643445:23651831,23643450:23652227,23644227:23662701,23647432:23654212,23665039:23684863,23669200:23708021,23676096:23679617,23681698:23703315,23681731:23681974,23683993:23708166,23687038:23687923,23688373:23689215,23697324:23718023,23699597:23701067,23702416:23720912,23704454:23727980,23722784:23740352,23819105:23820013,23829119:23842234,23848754:23855227,23902364:23903315,23919348:23920062,23925728:23926432,23937813:24177907,23938039:24019584,23958509:24086306,24000707:24137406,24002905:24138870,24009623:24144533,24014637:24021196,24024255:24035637,24024482:24026090,24024489:24024866,24047884:24166561,24048650:24167914,24048679:24168721,24049057:2417249', 'assoc_mat': '23530936:pet_opaque:4200:23569008,23534655:pet_opaque:4200:23584437,23537917:pet_opaque:4200:23573389,23543496:pet_opaque:4200:23543866,23547108:pet_opaque:4200:23575052,23556266:pet_opaque:4200:23585021,23556285:pet_opaque:4200:23556489,23563498:pet_opaque:4200:23572045,23568013:pet_opaque:4200:23568519,23568015:pet_opaque:4200:23568411,23589264:pet_opaque:4200:23612640,23594055:pet_opaque:4200:23607875,23596509:pet_opaque:4200:23609563,23620720:pet_opaque:4200:23630671,23620726:pet_opaque:4200:23631408,23634444:pet_opaque:4200:23645649,23634448:pet_opaque:4200:23645812,23634454:pet_opaque:4200:23646060,23636438:pet_opaque:4200:23636632,23639806:pet_opaque:4200:23649918,23643445:pet_opaque:4200:23651831,23643450:pet_opaque:4200:23652227,23644227:pet_opaque:4200:23662701,23647432:pet_opaque:4200:23654212,23665039:pet_opaque:4200:23684863,23669200:pet_opaque:4200:23708021,23676096:pet_opaque:4200:23679617,23681698:pet_opaque:4200:23703315,23681731:pet_opaque:4200:23681974,23683993:pet_opaque:4200:23708166,2368'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0006861353658911684, 'nb_photo': 10, 'list_port_cont': '23683312,24204829,24312063,24523159,24524912,24525966,24528368,24531666,24532651,24542555', 'assoc_port': '23683047:23683312,24093962:24204829,24295880:24528368,24309317:24312063,24514855:24542555,24515775:24532651,24515984:24531666,24516466:24523159,24516645:24524912,24516654:24525966', 'assoc_mat': '23683047:pet_opaque:4209:23683312,24093962:pet_opaque:4209:24204829,24295880:pet_opaque:4209:24528368,24309317:pet_opaque:4209:24312063,24514855:pet_opaque:4209:24542555,24515775:pet_opaque:4209:24532651,24515984:pet_opaque:4209:24531666,24516466:pet_opaque:4209:24523159,24516645:pet_opaque:4209:24524912,24516654:pet_opaque:4209:24525966'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002822925814287464, 'nb_photo': 189, 'list_port_cont': '23535093,23538736,23551897,23555595,23564450,23570270,23589867,23593367,23621510,23622245,23635072,23635215,23638291,23644734,23646928,23666395,23671397,23672725,23684587,23685555,23688879,23691727,23694421,23700483,23702939,23705060,23708014,23712604,23719915,23726430,23811485,23829921,23853897,23902873,23920800,23926119,23926136,24020622,24025225,24042575,24096545,24135469,24136117,24137266,24144866,24145253,24169608,24171842,24174991,24178295,24189606,24206112,24211196,24233262,24263112,24264066,24299114,24300803,24301318,24307771,24308807,24309828,24316936,24317547,24317921,24319635,24323538,24325375,24327665,24365986,24367701,24402844,24403537,24403688,24418818,24419266,24420905,24437191,24445583,24516770,24518829,24519221,24520710,24520937,24521084,24523648,24523770,24524390,24525368,24525923,24526131,24526317,24527361,24527747,24528036,24528315,24529901,24529933,24532196,24533507,24534098,24534426,24534679,24542124,24547750,24551836,24551918,24552213,24569796,24569994,24570587,24571862,24572481,2457292', 'assoc_port': '23534654:23535093,23537920:23538736,23550747:23551897,23555036:23555595,23563503:23564450,23569424:23570270,23589266:23589867,23592543:23593367,23620718:23622245,23620756:23621510,23634446:23635215,23634457:23635072,23637427:23638291,23644225:23644734,23645862:23646928,23665045:23666395,23670888:23671397,23671695:23672725,23681716:23685555,23683964:23684587,23688376:23688879,23691318:23691727,23694292:23694421,23699593:23700483,23702410:23702939,23704456:23705060,23707619:23708014,23712026:23712604,23719475:23719915,23725935:23726430,23811030:23811485,23829100:23829921,23853394:23853897,23902381:23902873,23920382:23920800,23925745:23926136,23925766:23926119,23937803:24178295,23973602:24096545,23999354:24135469,23999356:24136117,24000700:24137266,24002899:24233262,24009606:24144866,24009625:24145253,24011265:24042575,24014638:24020622,24024486:24025225,24048687:24169608,24048759:24171842,24055726:24174991,24088250:24189606,24093998:24206112,24099490:24211196,24218384:24263112,24234685:24264066,24295801:2432537', 'assoc_mat': '23534654:pet_opaque:4211:23535093,23537920:pet_opaque:4211:23538736,23550747:pet_opaque:4211:23551897,23555036:pet_opaque:4211:23555595,23563503:pet_opaque:4211:23564450,23569424:pet_opaque:4211:23570270,23589266:pet_opaque:4211:23589867,23592543:pet_opaque:4211:23593367,23620718:pet_opaque:4211:23622245,23620756:pet_opaque:4211:23621510,23634446:pet_opaque:4211:23635215,23634457:pet_opaque:4211:23635072,23637427:pet_opaque:4211:23638291,23644225:pet_opaque:4211:23644734,23645862:pet_opaque:4211:23646928,23665045:pet_opaque:4211:23666395,23670888:pet_opaque:4211:23671397,23671695:pet_opaque:4211:23672725,23681716:pet_opaque:4211:23685555,23683964:pet_opaque:4211:23684587,23688376:pet_opaque:4211:23688879,23691318:pet_opaque:4211:23691727,23694292:pet_opaque:4211:23694421,23699593:pet_opaque:4211:23700483,23702410:pet_opaque:4211:23702939,23704456:pet_opaque:4211:23705060,23707619:pet_opaque:4211:23708014,23712026:pet_opaque:4211:23712604,23719475:pet_opaque:4211:23719915,23725935:pet_opaque:4211:23726430,2381'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0027733718286964276, 'nb_photo': 1, 'list_port_cont': '24296667', 'assoc_port': '24296180:24296667', 'assoc_mat': '24296180:plastique:3726:24296667'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005960220388179226, 'nb_photo': 387, 'list_port_cont': '23631728,23647041,23649892,23661696,23679479,23687134,23688049,23695519,23702053,23702927,24213279,24297282,24297864,24419683,24419727,24420715,24427742,24429624,24433309,24512669,24515488,24515809,24517123,24517758,24518945,24527160,24527867,24529339,24529783,24530314,24530981,24531578,24531873,24532239,24533711,24534214,24534589,24540883,24541240,24541692,24541915,24542281,24542646,24543559,24543720,24544377,24544670,24545326,24545967,24546237,24546675,24546950,24547442,24547846,24548126,24548458,24548927,24549659,24549949,24550302,24550848,24551158,24552015,24552877,24553311,24553894,24554040,24554211,24554480,24554622,24554870,24555288,24555318,24555598,24555813,24555895,24555967,24556082,24556172,24556345,24556352,24556403,24556426,24556545,24556557,24556586,24556631,24556722,24556734,24556831,24556837,24557084,24557770,24559167,24559357,24559679,24569300,24569307,24570664,24570812,24570847,24571227,24572811,24573119,24573476', 'assoc_port': '23627494:23631728,23636436:23647041,23641363:23649892,23651475:23661696,23663154:23702053,23669191:23688049,23671673:23695519,23677334:23679479,23681695:23702927,23687068:23687134,24213123:24213279,24296859:24297864,24296994:24297282,24418257:24419727,24418401:24419683,24420642:24420715,24427715:24427742,24429602:24429624,24432906:24433309,24512226:24554622,24512270:24555288,24512313:24556345,24512320:24556557,24512334:24556837,24512336:24557084,24512382:24557770,24512392:24512669,24512478:24559167,24512512:24559357,24512526:24559679,24514857:24556831,24514861:24556631,24514867:24556586,24515042:24556734,24515046:24556722,24515052:24556545,24515061:24556403,24515067:24556426,24515073:24556352,24515088:24556172,24515132:24515488,24515243:24555967,24515289:24555895,24515291:24515809,24515295:24556082,24515297:24555813,24515305:24555598,24515420:24554870,24515425:24554211,24515589:24554480,24515592:24552015,24515595:24554040,24515616:24553894,24515642:24550848,24515651:24550302,24515659:24553311,24515692:2455287', 'assoc_mat': '23627494:plastique:3726:23631728,23636436:plastique:3726:23647041,23641363:plastique:3726:23649892,23651475:plastique:3726:23661696,23663154:plastique:3726:23702053,23669191:plastique:3726:23688049,23671673:plastique:3726:23695519,23677334:plastique:3726:23679479,23681695:plastique:3726:23702927,23687068:plastique:3726:23687134,24213123:plastique:3726:24213279,24296859:plastique:3726:24297864,24296994:plastique:3726:24297282,24418257:plastique:3726:24419727,24418401:plastique:3726:24419683,24420642:plastique:3726:24420715,24427715:plastique:3726:24427742,24429602:plastique:3726:24429624,24432906:plastique:3726:24433309,24512226:plastique:3726:24554622,24512270:plastique:3726:24555288,24512313:plastique:3726:24556345,24512320:plastique:3726:24556557,24512334:plastique:3726:24556837,24512336:plastique:3726:24557084,24512382:plastique:3726:24557770,24512392:plastique:3726:24512669,24512478:plastique:3726:24559167,24512512:plastique:3726:24559357,24512526:plastique:3726:24559679,24514857:plastique:3726:24556831,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.013719719930863272, 'nb_photo': 1, 'list_port_cont': '24296670', 'assoc_port': '24296180:24296670', 'assoc_mat': '24296180:Teint_Dans_La_Masse:3726:24296670'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009046999898270333, 'nb_photo': 848, 'list_port_cont': '23631734,23647033,23649894,23661692,23679470,23687144,23688052,23695517,23702055,23702928,24213285,24297289,24297586,24297861,24419679,24419723,24420720,24427735,24427806,24429627,24433311,24512663,24515494,24515803,24517116,24517765,24518943,24520151,24520484,24524030,24527153,24527875,24529788,24530316,24530982,24531575,24531872,24532245,24532970,24533237,24533710,24534219,24534590,24535338,24537692,24540888,24541231,24541691,24541918,24542283,24542630,24543565,24543722,24544369,24544677,24545328,24545654,24545976,24546240,24546673,24546947,24547444,24547852,24548119,24548465,24548921,24549337,24549953,24550294,24550858,24551147,24551405,24552009,24552456,24552878,24553316,24553896,24554137,24554214,24554477,24554596,24554614,24554764,24554829,24554862,24555066,24555290,24555312,24555605,24555811,24555894,24555928,24555975,24556079,24556178,24556340,24556361,24556401,24556428,24556490,24556556,24556575,24556587,24556667,24556715,24556725,24556826,24556833,24557079,24557772,24559158,24559349,24559684,2456929', 'assoc_port': '23627494:23631734,23636436:23647033,23641363:23649894,23651475:23661692,23663154:23702055,23669191:23688052,23671673:23695517,23677334:23679470,23681695:23702928,23687068:23687144,24213123:24213285,24296859:24297861,24296866:24297586,24296994:24297289,24418257:24419723,24418401:24419679,24420642:24420720,24427712:24427806,24427715:24427735,24429602:24429627,24432906:24433311,24512226:24554614,24512254:24554829,24512270:24555290,24512313:24556340,24512320:24556556,24512334:24556833,24512336:24557079,24512382:24557772,24512392:24512663,24512478:24559158,24512512:24559349,24512526:24559684,24514857:24556826,24514858:24556667,24514867:24556587,24515042:24556725,24515046:24556715,24515050:24556575,24515058:24556490,24515061:24556401,24515067:24556428,24515073:24556361,24515088:24556178,24515132:24515494,24515243:24555975,24515268:24555928,24515289:24555894,24515291:24515803,24515295:24556079,24515297:24555811,24515305:24555605,24515404:24555066,24515420:24554862,24515425:24554214,24515483:24554137,24515562:2455476', 'assoc_mat': '23627494:Teint_Dans_La_Masse:3726:23631734,23636436:Teint_Dans_La_Masse:3726:23647033,23641363:Teint_Dans_La_Masse:3726:23649894,23651475:Teint_Dans_La_Masse:3726:23661692,23663154:Teint_Dans_La_Masse:3726:23702055,23669191:Teint_Dans_La_Masse:3726:23688052,23671673:Teint_Dans_La_Masse:3726:23695517,23677334:Teint_Dans_La_Masse:3726:23679470,23681695:Teint_Dans_La_Masse:3726:23702928,23687068:Teint_Dans_La_Masse:3726:23687144,24213123:Teint_Dans_La_Masse:3726:24213285,24296859:Teint_Dans_La_Masse:3726:24297861,24296866:Teint_Dans_La_Masse:3726:24297586,24296994:Teint_Dans_La_Masse:3726:24297289,24418257:Teint_Dans_La_Masse:3726:24419723,24418401:Teint_Dans_La_Masse:3726:24419679,24420642:Teint_Dans_La_Masse:3726:24420720,24427712:Teint_Dans_La_Masse:3726:24427806,24427715:Teint_Dans_La_Masse:3726:24427735,24429602:Teint_Dans_La_Masse:3726:24429627,24432906:Teint_Dans_La_Masse:3726:24433311,24512226:Teint_Dans_La_Masse:3726:24554614,24512254:Teint_Dans_La_Masse:3726:24554829,24512270:Teint_Dans_La_Masse:3726:2'}) 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(1864814,1953568,1953583,1874123,1877574,1953590,1885919,1888970,1904938,1953604,1953612,1953621,1953634,1953641,1930438,1953652,1953666,1953439,1953674,1940177,1957597,1940174,1957587,1941229,1941219,1952828)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173830, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303624 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173831, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543374,23573942,23575813,23585108,23586533,23586997,23595921,23596143,23596246,23597066,23602069,23607096,23608060,23608196,23609483,23622309,23628280,23630917,23631346,23631922,23632249,23647732,23648003,23650881,23652926,23653384,23678938,23679167,23679632,23680137,23680916,23687983,23689406,23693459,23696210,23701773,23702067,23703145,23704374,23707515,23708320,23719341,23726638,23726920,23730726,23732351,23734743,23737167,23738075,23738430,23740861,23742311,23808421,23808651,23812501,23812537,23823593,23826178,23847671,23857442,23857795,23914676,23919737,23959791,24001592,24011671,24021168,24021526,24022357,24022430,24022698,24025106,24025567,24035035,24036011,24080386,24097171,24099704,24117621,24117681,24118732,24133800,24135023,24138363,24139839,24141521,24147186,24164185,24164665,24164833,24164936,24165153,24165321,24166336,24166393,24167591,24168079,24168175,24168761,24169725,24169965,24170120,24170229,24170334,24171470,24171669,24171714,24171753,24172346,24172913,24190004,24231626,24243708,2426326 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173832, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437178,24439462,24440266,24443406 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173833, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296666 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173834, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631733,23647038,23649893,23661691,23679480,23687136,23688058,23695512,23702056,23702922,24213274,24297587,24297867,24419684,24419735,24427744,24429626,24433315,24512662,24515486,24517114,24517761,24518957,24520149,24520475,24524026,24527155,24527868,24529787,24530317,24530984,24531876,24532956,24533235,24534209,24534588,24535339,24540575,24541235,24541689,24541912,24542276,24542631,24543556,24543718,24544371,24544672,24545338,24545971,24546234,24546679,24546951,24547445,24548118,24548467,24548929,24549339,24549948,24550301,24550849,24551404,24552008,24552457,24552876,24553313,24553898,24554036,24554139,24554482,24554761,24554863,24555065,24555284,24555606,24555806,24555903,24555969,24556081,24556092,24556347,24556360,24556420,24556489,24556543,24556562,24556584,24556628,24556671,24556717,24556733,24556827,24556842,24557080,24559165,24559358,24559682,24569290,24569311,24570814,24571222,24572801,24573121,24573477,24577372 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173835, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23585107,23597058,23693455,23701781,23737162,23914680,24001589,24117618,24337018,24338994,24355235,24403757,24428881,24520107,24523095,24532028 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173836, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23568682,23630513,23631697,23684212,23808049,23822454,24020839,24243060,24261468,24403743,24439444,24555794 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173837, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645681,23649809,23680579,23687734,23718769,23740162,23743564,23747116,23922693,24021473,24026310,24095603,24132393,24140844,24177796,24203374,24224234,24261418,24264334,24283122,24327893,24329537,24334011,24342317,24348348,24379714,24379832,24392050,24403304,24404341,24428096,24430020,24430465,24446168,24449375,24555861,24555882,24555910,24555986,24556134,24556241,24556321,24556325,24556644,24556981,24557031,24557155,24558924 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173838, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23552386,23589788,23634872,23639936,23644545,23676540,23700752,23719769,23973834,23974420,24012614,24021150,24049447,24053660,24116314,24223031,24225751,24309771,24313460,24318815,24328000,24368018,24389164,24404173,24419407,24423732,24439850,24440066,24515757,24517331,24521350,24523797,24524274,24525091,24525576,24527106,24528423,24536937,24537566,24543374,24545159,24546465,24548989,24551273,24552354,24555948,24557725,24569453,24569486,24569566,24569827,24570990,24572023 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173839, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647923,24530869,24533805,24537288,24542270,24554654,24556144 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173840, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543871,23568404,23568509,23569007,23581455,23584444,23585029,23607877,23609575,23612644,23631411,23636626,23645653,23645814,23649920,23651833,23652214,23679620,23681981,23684861,23687927,23689170,23693208,23708028,23708167,23720913,23732805,23740360,23820005,23842237,23855225,23903318,23920067,24021198,24024857,24026085,24086308,24137418,24138871,24144537,24145134,24166560,24168722,24172498,24177901,24178505,24182202,24192330,24205070,24223376,24231652,24263584,24279672,24328050,24329819,24340180,24342243,24344545,24348471,24380972,24389730,24392091,24403337,24403877,24404745,24420311,24427624,24429887,24431142,24513161,24515898,24516946,24518169,24518517,24520290,24520361,24522295,24523398,24524431,24524849,24525261,24525798,24527445,24527666,24528747,24530111,24530531,24532048,24532292,24534220,24534838,24535632,24537262,24539150,24539233,24539983,24540355,24540833,24541630,24544024,24544215,24544432,24544732,24545274,24545879,24546749,24547420,24548110,24548315,24551160,24553009,24554634,24554719,2455478 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173841, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23634780,23646559,23651686,23666280,23683318,23691603,23851886,23903356,23967744,24298690,24299182,24310290,24311723,24402686,24439832,24517084,24517425,24519438,24520690,24522621,24522700,24523009,24523283,24524172,24525961,24526634,24526740,24526907,24527950,24527989,24528363,24529237,24529400,24530426,24530919,24530993,24531559,24531675,24532789,24532986,24533045,24533896,24534011,24535027,24535047,24536093,24536766,24536820,24537412,24538127,24539083,24539937,24540191,24541085,24541420,24541578,24541878,24542220,24542439,24542839,24543296,24544257,24554993,24559576,24569892,24571745 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173842, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535084,23538745,23541533,23543982,23548203,23551900,23555575,23560666,23564446,23569999,23570284,23586054,23587101,23589849,23593011,23593361,23597274,23621523,23621862,23622229,23633788,23635075,23635201,23638283,23640785,23641948,23644733,23646931,23651956,23666383,23667087,23670232,23671396,23672723,23674186,23676746,23682409,23684593,23685554,23687476,23688876,23691718,23694420,23700477,23702946,23705075,23708003,23708794,23712598,23716399,23717642,23719928,23723515,23726438,23732273,23811498,23819859,23820622,23829929,23832148,23853887,23902869,23919606,23920793,23926121,23926138,24020631,24022608,24024666,24025235,24040468,24042588,24096539,24134690,24135462,24136109,24137258,24139473,24143633,24144863,24145241,24168464,24168742,24169591,24171847,24173661,24174474,24175000,24178300,24182675,24189603,24206113,24211190,24213920,24223413,24233264,24244146,24263102,24264079,24265030,24297743,24299105,24300082,24300804,24301325,24302121,24303277,24307752,24308451,24308800,24309834,24311256,24314483,2431693 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173843, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543367,23585111,23597065,23602056,23609486,23679641,23680141,23687978,23693457,23701787,23726635,23732340,23734740,23737163,23742300,23812500,23823594,23857790,23914678,24035036,24036022,24117687,24138359,24139837,24141516,24147181,24164672,24166339,24168770,24169734,24169967,24170235,24171719,24171757,24172914,24263266,24327979,24329581,24332455,24332674,24338982,24343367,24343736,24347340,24350246,24355241,24403380,24403728,24403927,24429973,24430618,24437471,24440358,24446526,24514509,24514646,24517752,24518254,24518532,24518814,24519236,24520425,24521925,24522819,24523811,24526594,24570800,24570898 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173844, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560233,23568686,23585415,23630508,23631700,23647059,23680072,23684218,23684772,23688808,23700913,23735968,23739605,23808062,23822453,23903156,24020646,24020827,24021687,24022446,24098380,24141468,24143087,24167572,24188752,24220694,24242930,24243075,24261478,24264049,24327804,24332280,24332347,24335820,24342214,24343866,24343910,24382373,24403741,24404229,24404817,24420758,24427900,24439447,24555625,24555707,24555761,24555800,24555826,24556020,24556761 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173845, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645689,23648761,23649812,23680587,23687722,23718763,23739929,23740160,23743555,23747115,23922689,24021472,24026312,24095609,24132396,24140847,24177809,24203386,24224235,24261425,24264333,24283114,24327886,24329535,24334008,24340558,24342325,24348356,24379702,24379827,24392052,24403324,24404330,24428090,24430027,24430481,24446161,24449382,24555846,24555886,24555908,24555991,24556122,24556240,24556306,24556336,24556648,24556995,24557033,24557151,24558923 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173846, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543026,23543813,23547758,23552376,23564183,23589783,23594389,23596945,23621187,23630346,23633056,23634878,23635286,23636296,23636818,23637990,23638481,23639940,23640769,23644550,23646365,23647239,23669743,23672283,23676541,23677937,23679047,23679220,23679936,23682162,23683302,23683534,23684104,23684322,23687275,23687650,23688696,23688984,23691367,23691564,23694354,23700282,23700759,23703480,23709354,23711203,23711364,23712446,23718357,23719773,23720369,23726143,23726612,23808144,23811274,23819316,23819595,23822442,23829583,23831684,23832744,23851768,23885265,23902711,23919510,23919564,23921795,23939703,23973845,23974416,23983544,23983730,23985657,24000863,24001230,24003204,24003331,24006702,24006955,24010004,24011505,24012605,24014780,24015214,24019905,24021149,24024456,24049458,24050443,24051168,24053654,24056513,24060692,24065860,24070101,24077213,24091040,24102800,24103073,24103200,24115780,24115967,24116315,24116462,24117206,24117704,24117918,24118307,24218659,24223040,24225739,24230222,24230713,2429775 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173847, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23541404,23551459,23551646,23569553,23586900,23597191,23630485,23633294,23634752,23643717,23643818,23647832,23647933,23664559,23669753,23673952,23678162,23682634,23683353,23688859,23688964,23704599,23709527,23718724,24137480,24171303,24179030,24191394,24210905,24264972,24297620,24297803,24298135,24298572,24298730,24298790,24310926,24311836,24312141,24367378,24402152,24402892,24416682,24419316,24427857,24433533,24437119,24443364,24443560,24513316,24513638,24516495,24516891,24517370,24517680,24518691,24518856,24519119,24519335,24519541,24520660,24520788,24520943,24521097,24522199,24522676,24523047,24523168,24523532,24524353,24524777,24524986,24525828,24526069,24526245,24526373,24527202,24527687,24527885,24528449,24529329,24529572,24529954,24530636,24530870,24531170,24531387,24532261,24532572,24532856,24533274,24533450,24533795,24534178,24534502,24534865,24535100,24536234,24536416,24536550,24536722,24537301,24537330,24537972,24538272,24538566,24538729,24539011,24539128,24539286,24541785,24542265,24542647,2454274 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173848, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543863,23556492,23568405,23568518,23569009,23572053,23573377,23575061,23581447,23584448,23585030,23607880,23609574,23609687,23612646,23630670,23631416,23636638,23645647,23645803,23646057,23649922,23651843,23652213,23653777,23654220,23662709,23679623,23681985,23684865,23687922,23689168,23689219,23693205,23694366,23701047,23703321,23708020,23708170,23718021,23720905,23727991,23732807,23740364,23820006,23842231,23855228,23903317,23920061,23926438,24000723,24019595,24021189,24024862,24026087,24027161,24035633,24086301,24132341,24137414,24138858,24144526,24145129,24166569,24167910,24168713,24172512,24177902,24178503,24179554,24182212,24192324,24205062,24223378,24231646,24263578,24264027,24279673,24328056,24328506,24328710,24329811,24330912,24331417,24334374,24336012,24339562,24340324,24340581,24340642,24342233,24344559,24348476,24379613,24380982,24382396,24389680,24389732,24392090,24403327,24403347,24403524,24403867,24403885,24404114,24404742,24420303,24427623,24427782,24428239,24429874,24431133,24439587,2444532 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173849, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303615 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173849, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572724,23630467,23634793,23640493,23646548,23651683,23666271,23674048,23682247,23683319,23691609,23851887,23903360,23925935,23967745,24204864,24297676,24297772,24298305,24298437,24298689,24299179,24301293,24310296,24311715,24312053,24367261,24402676,24416633,24429806,24430856,24437001,24439831,24443139,24513269,24513490,24516274,24517003,24517092,24517110,24517429,24517631,24517783,24517932,24518013,24518387,24518548,24518786,24519327,24519447,24519685,24519698,24519754,24520256,24520489,24520694,24520739,24521005,24521047,24521557,24521838,24522375,24522635,24522702,24522907,24523023,24523153,24523290,24523726,24523922,24524183,24524330,24524637,24524917,24525036,24525561,24525752,24525892,24525942,24525965,24526175,24526183,24526635,24526751,24526921,24527831,24527942,24528001,24528054,24528358,24528519,24528798,24529233,24529394,24529542,24530266,24530429,24530920,24530988,24531223,24531554,24531660,24531701,24532137,24532375,24532469,24532647,24532797,24532987,24533023,24533052,24533143,24533907,2453401 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173850, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535098,23538749,23541556,23543979,23548200,23551894,23555598,23560672,23564449,23569993,23570275,23586052,23587115,23589861,23593032,23593379,23597265,23621517,23621865,23622244,23633787,23635064,23635210,23638284,23640790,23641947,23644719,23646924,23651951,23666390,23667097,23670235,23671401,23672728,23674191,23676762,23682397,23684586,23685546,23687474,23688867,23691720,23694424,23700480,23702944,23705073,23708004,23708783,23712612,23716398,23717647,23719913,23723501,23726439,23732278,23811497,23819849,23820610,23829925,23832159,23853901,23902865,23919613,23920791,23926117,23926134,24020623,24022607,24024667,24025227,24040471,24042584,24096550,24134681,24135442,24136111,24137267,24139485,24143621,24144874,24145243,24168449,24168729,24169597,24171855,24173658,24174490,24174997,24178291,24182676,24189605,24206111,24211192,24213927,24223414,24233263,24244151,24263100,24264076,24265032,24297739,24299112,24300089,24300791,24301314,24302127,24303270,24307769,24308445,24308793,24309825,24311254,24314487,2431694 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173851, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543375,23575817,23585118,23586529,23595922,23596248,23597068,23602060,23607108,23608056,23609492,23622316,23631339,23631912,23647729,23647998,23652914,23678933,23680142,23680906,23687975,23689398,23696221,23701776,23703142,23704373,23719340,23726634,23726922,23730720,23734751,23737160,23738072,23740862,23741455,23742302,23808423,23808643,23812494,23812543,23823600,23826179,23857799,23919739,23959790,24001598,24021163,24022359,24022432,24022703,24023089,24025100,24025562,24080383,24099701,24117622,24133256,24135025,24138370,24141519,24147184,24164663,24166343,24166405,24168084,24168172,24169731,24169978,24170123,24170333,24171462,24171683,24172339,24172918,24190001,24243714,24283261,24287181,24328861,24329577,24330079,24330111,24332445,24332679,24337015,24337846,24338166,24338983,24339852,24339981,24340408,24342582,24342727,24343360,24343735,24346175,24347341,24349747,24350233,24353013,24355245,24379838,24382268,24390807,24392317,24402815,24403510,24403720,24403752,24403921,24403935,24404256,24404271,2440428 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173852, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437180,24439469,24440270,24443409,24443790 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173853, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296673 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173854, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631735,23661686,23679472,23687133,23688056,23695518,23702054,23702930,24213278,24297287,24297584,24429621,24433312,24517124,24520145,24527163,24527873,24529784,24532237,24533245,24533718,24534595,24541697,24542642,24544365,24544679,24545322,24546694,24546953,24550299,24551407,24553314,24553903,24556171,24556427,24556624,24556832,24570807,24573468 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173855, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296677 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173856, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647040,23649897,23661693,23679475,23687137,23688050,23695523,23702062,23702924,24213277,24297285,24297585,24297866,24420713,24427737,24429619,24433319,24515489,24517122,24527158,24530320,24530979,24532243,24532954,24533713,24534210,24534587,24537696,24540566,24540886,24541236,24541698,24542638,24543562,24543723,24544356,24544669,24546958,24548464,24549353,24550304,24550856,24552017,24552455,24553310,24553900,24554621,24554759,24555057,24555802,24555931,24556074,24556348,24556418,24556555,24556567,24556580,24556630,24556677,24556718,24556735,24556824,24559159,24559680,24569295,24569309,24570670,24570803,24571231,24572812,24573470,24577373 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173857, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296668 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173858, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647036,23649895,23679478,23688048,23695513,24213276,24297863,24419680,24419729,24427738,24429618,24433321,24515491,24517112,24518959,24524023,24527877,24530978,24531571,24532242,24532968,24534585,24535337,24540574,24541230,24541690,24541919,24542280,24543714,24544355,24544673,24545664,24546686,24546954,24547849,24548117,24548928,24549334,24549946,24550297,24551153,24551409,24552453,24552873,24553317,24553904,24554043,24554128,24554618,24554872,24555317,24555805,24555902,24555932,24555977,24556355,24556405,24556565,24556566,24556721,24556726,24556830,24557085,24557774,24559673,24569294,24569308,24570661,24570802,24577408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173859, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560219,23647060,23680067,23684207,23735951,23822452,24020632,24020832,24021685,24141454,24188745,24261475,24327802,24332351,24335811,24343864,24403745,24420750,24439456,24555632,24555712,24555755,24555786,24556017,24556754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173860, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645685,23648756,23649803,23680575,23687730,23718772,23739937,23740171,23743558,23747108,23922692,24021483,24026314,24095615,24132389,24140842,24177805,24203380,24224238,24261410,24264330,24283115,24327882,24329539,24334007,24340570,24342315,24348350,24379713,24379831,24392051,24403303,24404339,24428092,24430475,24446163,24449377,24555851,24555884,24555911,24555985,24556124,24556255,24556320,24556322,24556641,24556993,24557034,24557154,24558935 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173861, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23547756,23564177,23594384,23596942,23621203,23634873,23635279,23637982,23640770,23644543,23646356,23669738,23677933,23679044,23691359,23691573,23700284,23700765,23703486,23711356,23719768,23819602,23829577,23885279,23939707,23973841,23983734,24001233,24003336,24006704,24051170,24056526,24070102,24102792,24103082,24116321,24230221,24300319,24304078,24310316,24314000,24315745,24317992,24318811,24320882,24323874,24326956,24327143,24327938,24386395,24401708,24403676,24404047,24417965,24440809,24443189,24523501,24523792,24526392,24528424,24529119,24530538,24531445,24532174,24532552,24532885,24534437,24536618,24537578,24538684,24539214,24539689,24545441,24548292,24549875,24551429,24552359,24554048,24554508,24569074,24569452,24570984,24572028 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173862, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24179043,24524784,24533804,24535091 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173863, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543862,23568510,23572044,23585033,23607870,23609676,23630666,23636640,23645656,23645810,23646065,23654219,23684857,23689169,23693213,23694367,23701065,23703318,23708025,23820007,23855221,23926446,24019592,24021191,24027159,24137405,24138867,24144527,24178501,24192336,24205069,24223358,24264034,24279671,24328703,24329818,24331416,24334368,24342236,24389685,24403349,24403526,24403876,24404105,24404739,24420305,24427634,24427786,24429885,24439590,24446365,24446428,24449928,24513159,24516958,24520292,24520380,24522304,24522475,24525267,24526518,24527444,24527673,24528300,24528740,24529402,24530115,24532290,24533230,24534579,24535444,24536040,24537254,24538008,24539163,24540343,24542495,24544025,24544205,24544436,24545262,24545597,24545874,24547429,24548099,24548306,24549031,24550462,24553013,24554351,24554631,24554713,24555568,24556913,24559035,24559439,24569526,24571565,24572523,24573344,24573456,24574528,24577027 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173864, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572716,23630462,23634789,23640492,23646553,23651684,23666278,23674042,23682249,23683315,23691608,23851893,23903358,23967734,24204871,24297678,24297770,24298319,24298430,24298680,24299169,24301288,24310294,24311729,24312051,24367257,24429792,24430847,24436994,24443144,24513254,24513496,24517011,24517089,24517431,24517627,24517776,24517945,24518027,24518547,24518789,24519451,24519697,24519748,24520682,24521008,24521042,24521558,24521851,24522624,24522706,24522905,24523022,24523151,24523280,24524634,24524910,24525742,24525945,24525952,24526171,24526182,24526638,24526748,24527826,24527954,24528003,24528359,24528518,24528800,24529387,24530431,24530934,24531220,24531556,24531662,24531708,24532368,24532482,24532636,24532798,24532974,24533033,24533041,24534045,24534297,24534343,24535026,24535042,24535297,24535550,24535614,24536098,24536520,24536776,24537409,24537423,24537826,24538137,24538327,24538687,24538796,24539061,24539088,24539186,24539764,24540182,24541086,24541410,24541551,24541573,24541870,24542071,2454222 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173865, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535097,23538740,23541557,23543974,23548207,23551893,23555596,23564447,23569996,23570271,23586066,23587107,23589856,23593030,23593378,23597262,23621515,23621874,23622230,23633785,23635079,23635212,23638285,23640779,23641949,23644728,23646929,23651945,23666387,23667102,23670233,23671400,23672718,23674181,23676760,23682401,23684590,23685562,23687480,23688858,23691716,23694410,23700481,23702938,23705070,23708002,23708793,23712603,23716405,23717617,23719918,23723514,23726443,23732274,23811499,23819852,23820614,23829933,23832163,23853889,23902871,23919615,23920792,23926127,23926132,24020624,24022621,24024661,24025230,24040464,24042583,24096537,24134678,24135466,24136114,24137263,24139476,24143623,24144877,24145246,24168456,24168731,24169605,24171853,24173648,24174482,24174983,24178299,24182677,24189600,24206125,24211181,24213923,24223427,24233253,24244150,24263101,24264075,24265040,24297753,24299110,24300084,24300796,24301326,24302137,24303273,24307761,24308457,24308797,24309837,24311264,24314473,24316946,2431754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173866, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645683,23648759,23680582,23687728,23718774,23740172,23743565,23747110,23922688,24021485,24026317,24095601,24203381,24261416,24327892,24334014,24342312,24392045,24404342,24555885,24555917,24555979,24556242,24556313,24556990,24557036 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173867, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23589789,23644555,23679939,23691362,23700285,23808141,24533991,24537568 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173868, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24518859 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173869, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23556480,24035642,24572733 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173870, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23646549,23666281,23682236,24429791,24513259,24513494,24517088,24517428,24520681,24521048,24521562,24521835,24525750,24526743,24527825,24528511,24529238,24532649,24532793,24532982,24533029,24534296,24535551,24538329,24539757,24541091,24541570,24543293 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173871, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23548204,23560674,23621511,23638295,23666386,23667096,23672720,23676748,23712609,23716412,23717632,23926131,24022612,24025234,24096546,24139481,24144875,24182664,24189608,24213926,24233268,24265042,24302122,24402846,24517974,24518673,24518842,24519473,24519513,24521087,24521517,24524321,24526125,24526313,24527349,24532130,24534088,24551308,24551923,24571860,24572479 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173872, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560221,23568671,23585425,23630507,23631694,23647067,23680068,23684219,23684764,23688816,23700919,23739598,23808060,23822450,23903157,24020648,24020830,24021680,24022457,24098376,24141469,24143091,24167578,24188757,24220692,24242935,24243061,24261474,24264055,24327793,24332277,24332339,24335822,24342222,24343852,24343919,24382371,24403737,24404217,24404815,24420754,24427907,24439451,24555633,24555715,24555768,24555801,24555827,24556014,24556758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173873, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645687,23648754,23649818,23680577,23687736,23718765,23739923,23740158,23743556,23747111,23922698,24021482,24026321,24095616,24132394,24140837,24177810,24203389,24224237,24261424,24264321,24283116,24327878,24329547,24334019,24340568,24342321,24348358,24379700,24379820,24392040,24403309,24404329,24428097,24430018,24430466,24446154,24449378,24555860,24555889,24555909,24555981,24556127,24556243,24556308,24556337,24556642,24556992,24557044,24557147,24558925 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173874, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543015,23547759,23552379,23564169,23589786,23594382,23596957,23621198,23630357,23633062,23634867,23635284,23636303,23636821,23637993,23638479,23639944,23640773,23644544,23646368,23647228,23669741,23672290,23676528,23677927,23679043,23679231,23679942,23682163,23683290,23683542,23684097,23684334,23687266,23687647,23688697,23688986,23691357,23691571,23694362,23700279,23700760,23703482,23709360,23711201,23711352,23712449,23719770,23720382,23726128,23726621,23808130,23811263,23819313,23819601,23822433,23829581,23831693,23832749,23851771,23885272,23902710,23919505,23919572,23921790,23939708,23973835,23974428,23983530,23983742,23985650,24000861,24001232,24003200,24003335,24006705,24006961,24010003,24011521,24012616,24014773,24015225,24019907,24021152,24024457,24049455,24050440,24051160,24053658,24056524,24060693,24065861,24070099,24077212,24091035,24102795,24103081,24103205,24115784,24115979,24116324,24116451,24117207,24117691,24117912,24118313,24218668,24223034,24225741,24230227,24230720,24298593,24299245,2430032 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173875, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23541417,23551450,23551654,23569545,23586899,23597187,23630471,23633308,23634753,23643712,23643823,23647829,23647934,23664556,23669764,23673966,23678150,23682062,23682635,23683357,23688880,23688949,23704591,23709523,23718726,24137481,24171277,24179045,24191379,24210900,24264983,24297623,24297806,24298139,24298573,24298736,24298774,24310919,24311842,24312145,24367372,24402143,24402894,24416683,24419305,24427847,24433525,24437113,24443354,24443558,24513312,24513640,24516494,24516887,24517357,24517682,24518686,24518850,24519129,24519348,24519556,24520649,24520785,24520953,24521106,24522191,24522662,24523046,24523166,24523523,24524351,24524778,24524990,24525825,24526078,24526242,24526381,24527201,24527697,24527884,24528457,24529321,24529577,24529946,24530631,24530871,24531161,24531379,24532264,24532569,24532859,24533273,24533444,24533806,24534189,24534528,24534875,24535104,24536217,24536423,24536555,24536724,24537292,24537325,24537971,24538271,24538577,24538741,24539018,24539121,24539279,24541787,24542256,2454265 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173876, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543876,23556493,23568409,23568513,23569006,23572047,23573383,23575049,23581461,23584445,23585022,23607867,23609573,23609685,23612636,23630668,23631420,23636633,23645648,23645805,23646054,23649907,23651836,23652223,23653785,23654215,23662703,23679621,23681987,23684864,23687935,23689159,23689220,23693219,23694376,23701048,23703322,23708024,23708162,23718026,23720902,23727985,23732793,23740357,23820012,23842230,23855222,23903329,23920072,23926436,24000714,24019586,24021200,24024863,24026092,24027163,24035641,24086304,24132343,24137419,24138868,24144529,24145139,24166559,24167907,24168727,24172495,24177904,24178499,24179551,24182210,24192341,24205061,24223371,24231642,24263588,24264026,24279668,24328044,24328511,24328696,24329812,24330896,24331427,24334375,24336013,24339570,24340186,24340320,24340576,24340652,24342235,24344561,24348461,24379622,24380985,24382394,24389689,24389720,24392087,24403333,24403345,24403520,24403857,24403873,24404113,24404740,24420300,24427619,24427780,24428249,24429882,24431137,2443958 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173877, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572720,23630464,23634794,23640490,23646558,23651697,23666269,23674047,23682237,23683320,23691602,23851889,23903351,23925933,23967740,24204867,24297679,24297771,24298306,24298432,24298684,24299181,24301280,24310302,24311725,24312056,24367265,24402683,24416630,24429804,24430846,24439842,24443142,24513273,24513501,24516280,24516993,24517083,24517106,24517423,24517633,24517784,24517930,24518025,24518552,24518796,24519325,24519442,24519687,24519699,24519743,24520265,24520490,24520683,24520732,24521011,24521041,24521567,24521847,24522634,24522701,24522909,24523152,24523281,24523722,24523909,24524639,24524908,24525033,24525551,24525740,24525938,24525957,24526168,24526184,24526641,24526745,24526915,24527824,24527948,24527990,24528062,24528371,24528513,24529234,24529386,24529536,24530267,24530437,24530921,24531000,24531224,24531562,24531663,24531716,24532146,24532360,24532483,24532638,24532790,24532980,24533032,24533043,24533136,24534046,24534298,24534482,24534782,24534996,24535021,24535041,24535308,24535552,2453561 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173878, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535091,23538739,23541542,23543975,23548202,23551903,23555594,23560658,23564451,23570002,23570278,23586065,23587113,23589853,23593007,23593355,23597275,23621520,23621867,23622236,23633790,23635074,23635211,23638294,23640796,23641942,23644721,23646919,23651942,23666391,23667098,23670236,23671404,23672730,23674178,23676757,23682396,23684595,23685558,23687472,23688862,23691725,23694417,23700474,23702948,23705069,23708006,23708785,23712600,23716400,23717636,23719914,23723516,23726437,23732272,23811484,23819864,23820621,23829923,23832156,23853886,23902874,23919605,23920799,23926126,23926139,24020615,24022616,24024675,24025231,24040463,24042574,24096549,24134699,24135463,24136102,24137265,24139469,24143634,24144872,24145252,24168463,24168733,24169599,24171848,24173652,24174475,24175001,24178281,24182667,24189604,24206118,24211188,24213916,24223416,24233261,24244136,24263103,24264073,24265046,24297746,24299113,24300096,24300793,24301327,24302138,24303281,24307779,24308461,24308805,24309827,24311261,24314475,2431694 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173879, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23687135,23702061,24515487,24531582,24537693,24554866,24555291,24573475 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173880, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23568683,23630511,23631701,23647075,23680080,23684206,23688813,23739599,23808050,23822461,24020825,24021675,24143100,24220701,24261471,24264052,24327807,24332285,24332340,24335809,24342224,24343863,24343916,24382383,24403732,24404223,24420749,24427912,24439446,24555628,24555716,24555767,24555795,24555829,24556012,24556764 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173881, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645677,23648753,23649815,23680578,23687729,23718764,23739927,23740166,23743560,23747113,23922690,24021484,24026319,24095607,24132395,24140840,24177795,24203375,24224242,24261412,24264326,24283117,24327887,24329544,24334016,24340563,24342313,24348360,24379710,24379823,24392043,24403305,24404337,24428091,24430015,24430478,24446160,24449387,24555856,24555890,24555912,24555984,24556133,24556244,24556316,24556324,24556640,24556977,24557039,24557158,24558938 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173882, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543024,23543804,23547746,23552381,23564171,23589779,23594386,23596955,23621194,23630349,23633065,23634875,23635287,23636302,23636807,23637978,23638487,23639934,23640772,23644552,23646361,23647234,23669730,23672278,23676534,23677930,23679051,23679222,23679934,23682174,23683292,23683540,23684103,23687264,23687646,23688698,23688995,23691366,23691572,23694353,23700281,23700763,23703492,23709359,23711192,23711354,23712447,23718353,23719780,23720376,23726140,23726611,23808143,23819312,23819600,23822429,23829584,23831688,23832746,23851779,23885275,23902719,23919509,23919568,23921788,23939698,23973829,23974414,23983541,23983738,23985661,24000853,24001227,24003202,24003332,24006712,24006956,24010001,24011512,24012609,24015228,24021139,24024458,24049449,24050448,24051164,24053657,24056514,24060707,24065856,24070091,24077219,24091036,24102796,24103076,24103203,24115777,24115970,24116326,24116452,24117202,24117701,24117920,24218670,24223032,24225744,24230715,24297762,24298604,24299241,24300322,24301376,24301941,2430257 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173883, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647938,23682643,23709528,24264977,24298772,24416687,24433526,24443359,24443568,24513644,24516501,24517695,24518682,24520947,24522669,24524787,24524994,24528461,24530862,24534183,24534877,24535118,24536215,24536728,24537289,24537328,24542748,24544540,24546099,24554653,24559224,24569707,24569834,24571642,24572442,24572756 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173884, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543869,23572054,23573382,23584449,23585027,23612642,23630675,23631415,23645657,23646068,23649915,23651830,23654213,23681983,23687930,23689223,23693206,23694372,23703319,23708026,23720911,23732801,23842236,23855214,24024859,24035647,24086311,24138862,24144540,24166564,24167913,24172496,24263589,24340578,24348460,24379615,24382408,24392093,24403530,24420301,24427625,24427777,24429883,24431139,24439585,24445320,24446364,24446414,24513153,24520302,24522291,24525258,24532049,24532302,24536968,24537260,24538369,24540338,24544735,24548314,24549185,24551515,24551764,24553008,24553706,24554144,24554770,24555579,24570032,24571572,24572736,24573356,24573449,24574218,24574521,24577020 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173885, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303623 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173885, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572723,23630466,23634791,23640494,23646554,23651689,23666273,23674037,23682234,23683314,23691610,23903346,23967735,24204828,24297669,24297779,24298312,24298442,24298681,24299174,24310295,24311717,24312049,24367271,24402678,24416639,24429803,24430858,24436988,24443141,24513263,24513500,24516269,24517007,24517080,24517430,24517931,24518014,24518543,24518794,24519321,24519445,24519691,24519760,24520259,24520684,24521009,24521043,24521555,24521836,24522626,24522697,24523019,24523146,24523720,24523910,24524338,24524638,24525737,24525962,24526162,24526643,24526741,24526912,24527949,24527999,24528061,24528362,24528512,24529241,24529397,24530432,24530922,24531211,24531667,24531705,24532371,24532471,24532637,24532804,24532973,24533019,24533040,24533139,24534015,24534042,24534291,24534777,24534993,24535032,24535309,24535545,24535623,24536097,24536123,24536787,24536821,24537398,24537427,24537833,24538132,24538319,24538495,24538691,24538778,24539077,24539767,24540023,24540193,24540393,24541418,24542081,24542223,2454243 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173886, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535092,23538750,23541540,23543981,23548199,23551899,23555587,23560673,23564458,23569990,23570274,23586064,23587102,23589860,23593012,23593373,23597261,23621521,23621877,23622235,23633799,23635067,23635200,23638288,23640792,23641940,23644725,23646934,23651955,23666393,23670237,23671395,23672733,23674184,23676752,23682412,23685561,23687485,23688873,23691721,23694422,23700486,23702943,23705064,23708016,23708789,23712610,23716408,23717640,23719922,23723505,23726435,23732283,23811493,23819851,23820612,23829924,23832152,23853894,23902861,23919612,23920801,23926123,23926135,24020620,24022619,24024663,24025232,24040458,24042577,24096543,24134701,24135467,24136106,24137274,24143625,24144869,24145257,24168462,24168745,24169606,24171843,24173660,24174487,24174984,24182673,24189607,24206123,24211186,24213915,24223421,24233258,24244137,24263105,24264067,24265039,24297738,24299104,24300087,24300806,24301317,24302132,24303274,24307754,24308446,24308801,24309838,24311257,24314503,24316940,24317540,24317931,24319642,2432111 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173887, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543371,23737158,24522719 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173888, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437181,24439465,24440269,24443410 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173889, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560223,23568674,23585421,23630518,23631702,23647074,23680074,23684217,23684776,23688812,23700918,23735967,23739609,23808051,23822448,23903166,24020647,24020836,24021689,24022453,24098373,24141467,24143088,24167583,24188751,24220691,24242942,24243067,24261479,24264048,24327798,24332283,24332352,24335823,24342218,24343861,24343920,24382381,24403740,24404218,24404810,24420764,24427908,24439448,24555637,24555714,24555756,24555796,24555816,24556022,24556756 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173890, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645675,23648762,23649816,23680588,23687731,23718766,23739933,23740163,23743562,23747112,23922691,24021477,24026306,24095604,24132404,24140846,24177804,24203390,24224231,24261417,24264324,24283121,24327891,24329538,24334009,24340560,24342318,24348345,24379705,24379825,24392047,24403308,24404335,24428094,24430013,24430477,24446158,24449386,24555847,24555883,24555918,24555992,24556126,24556254,24556309,24556326,24556637,24556987,24557043,24557161,24558936 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173891, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543012,23543800,23547742,23552378,23564174,23589790,23594378,23596946,23621202,23630356,23633063,23634874,23635280,23636305,23636814,23637991,23638490,23639932,23640766,23644549,23646359,23647241,23669733,23672291,23676536,23677934,23679040,23679223,23679940,23682168,23683300,23683537,23684096,23684333,23687268,23687641,23688704,23688992,23691358,23691576,23694363,23700275,23700753,23703481,23709355,23711207,23711355,23712461,23718363,23719774,23720384,23726141,23726618,23808136,23811269,23819315,23819606,23822438,23829585,23831687,23832739,23851775,23885273,23902715,23919503,23919566,23921785,23939701,23973847,23974425,23983533,23983728,23985653,24000862,24001225,24003194,24003328,24006710,24006969,24009996,24011508,24012615,24014782,24015221,24019894,24021151,24024465,24049457,24050436,24051162,24053650,24056515,24060695,24065866,24070089,24077209,24091043,24102790,24103078,24103204,24115779,24115980,24116319,24116453,24117203,24117693,24117924,24118308,24218661,24223037,24225742,24230228,24230721,2429776 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173892, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23541407,23551449,23551656,23569556,23586890,23597193,23630477,23633307,23634751,23643718,23643826,23647840,23647924,23664567,23669757,23673962,23678153,23682057,23682642,23683358,23688869,23688959,23704596,23709516,23718718,24137470,24171304,24179033,24191387,24210910,24264978,24297637,24297816,24298148,24298560,24298724,24298788,24310932,24311837,24312154,24367371,24402141,24402895,24416686,24419310,24427848,24433528,24437111,24443356,24443544,24513313,24513646,24516496,24516903,24517361,24517683,24518690,24518854,24519128,24519336,24519542,24520647,24520787,24520951,24521101,24522198,24522664,24523037,24523171,24523533,24524341,24524776,24524984,24525835,24526076,24526253,24526382,24527208,24527682,24527886,24528462,24529319,24529568,24529963,24530643,24530861,24531175,24531373,24532269,24532577,24532854,24533275,24533452,24533797,24534184,24534504,24534871,24535122,24536219,24536418,24536560,24536723,24537293,24537323,24537967,24538263,24538573,24538738,24539015,24539130,24539285,24541796,24542271,2454265 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173893, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543870,23556479,23568400,23568506,23569012,23572050,23573375,23575060,23581452,23584440,23585028,23607871,23609565,23609677,23612645,23630669,23631418,23636629,23645643,23645809,23646058,23649906,23651841,23652219,23653783,23654214,23662704,23679625,23681975,23684866,23687933,23689164,23689209,23693214,23694377,23701052,23703325,23708022,23708163,23718022,23720914,23727992,23732800,23740363,23820009,23842233,23855213,23903320,23920069,23926433,24000718,24019588,24021188,24024861,24026100,24027168,24035645,24086305,24132351,24137398,24138866,24144536,24145131,24166565,24167919,24168726,24172506,24177897,24178496,24179556,24182221,24192337,24205059,24223381,24231643,24263590,24264032,24279669,24328045,24328500,24328707,24329804,24330906,24331438,24334380,24336014,24339558,24340181,24340329,24340584,24340644,24342239,24344554,24348474,24379624,24380979,24382404,24389676,24389717,24392092,24403323,24403341,24403521,24403860,24403878,24404115,24404743,24420304,24427632,24427785,24428247,24429889,24431141,2443958 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173894, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303621 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173894, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572722,23630468,23634781,23640484,23646550,23651695,23666270,23674043,23682242,23683311,23691597,23851895,23903354,23925937,23967746,24204861,24297681,24297778,24298307,24298428,24298682,24299171,24301282,24310291,24311722,24312054,24367263,24402684,24416637,24429796,24430854,24437002,24439838,24443133,24513253,24513497,24516292,24517010,24517086,24517102,24517427,24517626,24517774,24517937,24518016,24518405,24518546,24518793,24519320,24519443,24519677,24519694,24519758,24520252,24520488,24520697,24520736,24521012,24521044,24521563,24521837,24522384,24522632,24522708,24522911,24523015,24523157,24523289,24523725,24523923,24524173,24524331,24524628,24524902,24525027,24525547,24525743,24525886,24525939,24525958,24526165,24526187,24526644,24526753,24526905,24527830,24527946,24527992,24528056,24528366,24528514,24528808,24529230,24529389,24529547,24530269,24530435,24530930,24530994,24531214,24531552,24531673,24531700,24532136,24532361,24532475,24532650,24532800,24532984,24533024,24533042,24533144,24533910,2453402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173895, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535090,23538735,23541558,23543987,23548197,23551904,23555577,23560669,23564457,23569988,23570283,23586056,23587112,23589862,23593008,23593357,23597263,23621512,23621861,23622243,23633791,23635065,23635214,23638289,23640794,23641954,23644732,23646921,23651950,23666384,23667094,23670220,23671398,23672724,23674194,23676761,23682400,23684601,23685556,23687483,23688870,23691723,23694411,23700478,23702935,23705059,23708013,23708790,23712601,23716406,23717627,23719924,23723511,23726440,23732275,23811492,23819865,23820620,23829927,23832160,23853902,23902864,23919601,23920796,23926120,23926140,24020628,24022609,24024674,24025228,24040465,24042572,24096535,24134696,24135464,24136104,24137264,24139484,24143628,24144873,24145242,24168458,24168744,24169598,24171839,24173649,24174476,24175003,24178298,24182670,24189614,24206116,24211187,24213928,24223424,24233255,24244138,24263114,24264072,24265041,24297751,24299119,24300090,24300794,24301322,24302136,24303282,24307756,24308456,24308802,24309839,24311258,24314491,2431693 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173896, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543370,23573944,23575824,23585117,23586528,23586986,23595913,23596148,23596258,23597064,23602064,23607098,23608058,23608202,23609491,23622307,23628283,23631350,23631917,23632248,23647730,23648002,23650888,23652924,23653377,23678929,23679631,23680143,23680908,23687979,23689402,23696218,23701784,23702066,23703149,23704383,23707519,23708315,23719351,23726640,23726926,23730713,23732350,23734738,23737169,23738065,23738433,23740860,23741453,23808648,23812492,23812538,23823590,23826169,23847664,23857796,23903627,23914681,23919743,23959793,24001586,24011680,24021156,24021537,24022360,24022427,24022709,24023094,24025094,24036012,24080393,24097176,24099708,24117613,24117678,24118740,24135028,24138361,24139831,24141523,24147183,24164182,24164668,24164828,24164934,24165151,24165326,24166342,24166396,24167593,24168078,24168177,24168766,24169727,24169973,24170118,24170241,24170332,24171457,24171717,24172335,24172911,24190000,24231632,24243707,24263262,24283253,24287183,24328865,24329563,24329580,24330078,24330110,2433245 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173897, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437184,24439468,24440265,24443405,24443798 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173898, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560228,23568673,23585416,23631705,23647062,23680076,23684208,23688804,23700921,23735961,23808054,23822456,23903158,24020826,24021674,24022455,24098369,24141456,24167571,24188760,24220696,24242944,24261477,24264053,24327803,24332287,24332346,24335824,24382375,24403733,24404230,24404816,24420766,24439457,24555638,24555719,24555762,24555793,24555823,24556018,24556757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173899, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645679,23648760,23649802,23680581,23687724,23718768,23739928,23740167,23743561,23747106,23922699,24021475,24026311,24095612,24132400,24140848,24177801,24203373,24224246,24261411,24264327,24283123,24327883,24329541,24334018,24340559,24342311,24348355,24379822,24392039,24403306,24404338,24428104,24430024,24430471,24446156,24449373,24555852,24555878,24555913,24555988,24556128,24556253,24556315,24556327,24556646,24556975,24557038,24557150,24558937 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173900, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543020,23543814,23547754,23552388,23564180,23589780,23594381,23621185,23630344,23633060,23634870,23635281,23636307,23636815,23637985,23638483,23640780,23644547,23646354,23647230,23669740,23672289,23676542,23677932,23679052,23679230,23679935,23682175,23683289,23683538,23684095,23684327,23687267,23687644,23688706,23688987,23691368,23691563,23694361,23700283,23700754,23703487,23709362,23711204,23711359,23719771,23726142,23808138,23819307,23819603,23822444,23829575,23831681,23851770,23885274,23902720,23919515,23919562,23921796,23973840,23974423,23983543,23985660,24000860,24001229,24003197,24003340,24009998,24011516,24012611,24014769,24015220,24019906,24021145,24024452,24049459,24050445,24053655,24056518,24060702,24070097,24077214,24091044,24103206,24115772,24116322,24117204,24117700,24117914,24118317,24218666,24223033,24225743,24230215,24230723,24298594,24299682,24302578,24304075,24306577,24307507,24309773,24310328,24314800,24315756,24317664,24317994,24318807,24320884,24323866,24324945,24326960,24327144,2432763 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173901, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23630475,23634759,23643708,23664562,23678160,23688960,24171296,24402899,24517368,24523040,24530634,24536412,24536549,24537970,24538266,24539017,24539293,24542654,24544695,24546081 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173902, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543864,23556490,23568407,23568520,23569015,23572049,23573388,23575058,23581456,23584443,23585031,23607879,23609564,23609673,23612641,23630661,23631414,23636627,23645645,23645811,23646059,23649914,23651829,23652215,23653779,23654208,23662699,23679616,23681979,23684859,23687924,23689166,23689210,23693209,23694380,23701058,23703326,23708032,23708157,23718027,23720916,23727988,23732802,23740356,23820003,23842227,23855224,23903322,23920064,23926442,24000720,24019582,24021194,24024856,24026089,24027154,24035635,24086312,24132342,24137403,24138856,24144534,24145136,24166571,24167911,24168714,24172499,24177906,24178506,24179549,24182217,24192338,24205073,24223360,24231637,24263592,24264029,24279670,24328058,24328507,24328705,24329816,24330903,24331437,24334378,24336010,24339569,24340185,24340645,24342238,24344558,24348469,24379626,24380981,24382402,24389683,24392088,24403329,24403335,24403518,24403870,24404747,24420308,24427622,24427783,24428248,24429875,24431144,24446420,24449922,24450355,24513157,24515904,2451604 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173903, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572714,23630456,23634782,23640488,23646552,23651690,23666274,23674035,23682238,23683307,23691599,23851894,23903357,23925946,23967741,24204863,24298435,24298683,24299175,24301292,24311726,24367258,24402679,24416632,24429793,24430849,24439833,24443137,24513256,24513498,24516272,24516997,24517082,24517107,24517435,24517637,24517933,24518019,24518544,24518800,24519328,24519439,24519673,24519700,24519751,24520264,24520494,24520693,24521014,24521051,24521564,24521850,24522629,24522915,24523013,24523156,24523287,24523727,24523911,24524175,24524907,24525549,24525751,24525887,24525936,24525956,24526170,24526186,24526637,24526754,24526906,24527827,24527998,24528055,24528360,24528515,24529231,24529395,24530277,24530427,24530926,24530997,24531217,24531564,24531665,24531711,24532140,24532470,24532645,24532796,24532978,24533020,24533053,24534050,24534295,24534341,24534487,24534781,24535034,24535043,24535304,24535544,24535617,24536101,24536110,24536210,24536519,24536770,24536827,24537397,24537413,24537834,24537931,2453813 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173904, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535081,23538741,23541548,23543985,23548209,23551896,23555597,23560660,23564445,23569995,23570285,23586062,23587109,23589854,23593017,23593375,23597266,23621508,23621863,23622239,23633792,23635066,23635205,23638298,23640787,23641939,23644730,23646933,23651953,23666389,23667095,23670228,23671403,23672721,23674187,23676756,23682405,23684592,23685551,23687479,23688894,23691726,23694412,23700470,23702936,23705074,23708001,23708792,23712611,23716407,23717634,23719926,23723504,23726441,23732284,23811494,23819867,23820600,23829928,23832157,23853893,23902860,23919614,23920798,23926114,23926137,24020630,24022606,24024668,24025238,24040473,24042573,24096544,24134697,24135454,24136105,24137273,24139475,24143635,24144862,24145248,24168452,24168743,24169594,24171854,24173662,24174485,24174987,24178296,24182666,24189599,24206122,24211189,24213930,24223419,24233256,24244139,24263113,24264071,24265045,24297744,24299108,24300095,24300795,24301319,24302126,24303276,24307775,24308458,24308798,24309831,24311267,24314505,2431694 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173905, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24166401,24438856,24519458,24523579 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173906, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24439470 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173907, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560218,23568684,23585428,23631695,23647064,23680077,23700923,23739607,23808052,23822462,23903165,24021679,24167579,24220697,24242934,24261472,24264054,24332286,24342226,24555624,24555706,24555759,24555815 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173908, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645684,23680589,23740168,23743563,24026307,24392042,24555855,24555887,24555982,24556249,24556310,24556328,24556983,24557153 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173909, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543023,23552384,23564182,23621208,23638491,23647238,23669732,23679219,23684094,23687653,23709356,23712454,23718361,23831692,23832736,24021141,24024449,24049453,24053651,24223036,24302571,24402513,24402783,24403775,24517332,24522549,24523799,24539207,24545168,24548290,24548782,24549870,24551436,24552799,24554364,24555187 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173910, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24518688,24524342,24530630,24538726 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173911, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23568397,23568507,23569021,23572041,23581450,23584439,23585025,23607866,23609678,23612649,23630665,23636637,23645644,23645807,23646073,23649908,23652216,23653784,23654217,23662708,23679614,23681980,23684860,23687921,23689161,23694368,23701057,23703314,23708023,23708164,23718017,23720906,23727990,23740365,23820010,23842226,23855215,23920073,23926431,24000727,24019589,24021195,24027167,24035636,24086298,24132348,24138861,24144531,24145137,24166562,24168715,24172510,24177895,24178491,24192335,24205074,24223379,24231650,24279666,24328051,24328503,24328708,24329817,24330908,24331441,24334372,24336008,24340574,24342242,24380984,24403342,24403523,24403881,24404751,24427771,24428241,24429880,24449929,24450347,24515891,24516047,24518159,24518991,24520298,24521274,24521741,24522293,24524424,24524838,24525264,24526282,24527441,24527680,24528293,24530118,24530522,24532053,24532298,24533215,24534232,24535446,24535638,24536052,24536971,24537257,24538002,24539151,24540357,24540832,24541637,24542453,24543757,24544030,2454420 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173912, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303620 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173912, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23640486,23651687,24518542,24518795,24523021,24523150,24527828,24531002,24531210,24531555,24531702,24532478,24533027,24533999,24535624,24542217,24556298,24559130 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173913, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535086,23538747,23541552,23551892,23560664,23569987,23570272,23586063,23587103,23621876,23622238,23633798,23635078,23635209,23638290,23641946,23651949,23666397,23667090,23670227,23671394,23674185,23676751,23682398,23685560,23688864,23691729,23694425,23700485,23705068,23708008,23708798,23712606,23716397,23717629,23719919,23723513,23726429,23732277,23811483,23819855,23820617,23829926,23832164,23853892,23902863,23919600,23920795,23926118,23926141,24020616,24022615,24024677,24025237,24040460,24096541,24135457,24137270,24139483,24143624,24144867,24145251,24168455,24168738,24171850,24173656,24189612,24206120,24211180,24223429,24233259,24244147,24263099,24264069,24265038,24303272,24307773,24308449,24309840,24311259,24314479,24322507,24323541,24325371,24327673,24365971,24367704,24367957,24402856,24403495,24403683,24404759,24404783,24418823,24420202,24437199,24513065,24516253,24516627,24517493,24517985,24518392,24519515,24519850,24520715,24520930,24521083,24523301,24523424,24523766,24524383,24524957,24525058,2452591 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173914, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543373,23568814,23572180,23573954,23575822,23585109,23586538,23586994,23595920,23596146,23596254,23597069,23602059,23607103,23608059,23608200,23609489,23622312,23628281,23630908,23631345,23631916,23632251,23647736,23647993,23650880,23652923,23653382,23678925,23679171,23679639,23680136,23680907,23687974,23689396,23693451,23696215,23701778,23702075,23703143,23704375,23707522,23708312,23719339,23726646,23726930,23730722,23732345,23734747,23737168,23738073,23738420,23740865,23741449,23742308,23807244,23808426,23808653,23812503,23812539,23823603,23826175,23847666,23857434,23857793,23903632,23914686,23919742,23959785,24001596,24011674,24021157,24021534,24022368,24022433,24022707,24023082,24025105,24025566,24035046,24036013,24080390,24097188,24099698,24117610,24117675,24118734,24133245,24133805,24135048,24138358,24139836,24141515,24147191,24164179,24164671,24164841,24164938,24165152,24165324,24166344,24166404,24167598,24168082,24168171,24168763,24169723,24169974,24170122,24170233,24170326,24171464,24171670,2417172 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173915, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437183,24439471,24440267,24443411,24443796 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173916, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24528010 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173917, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303616 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173918, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23621866 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173919, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23630907,23847674,23914679,24139834,24172919,24329575,24404145,24438847 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173920, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437185,24439463,24440263 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173921, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23680071,23700920,24332278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173922, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23680584,24224245 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173923, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543809,23594387,23679233,23719775,24422207,24534439,24554334 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173924, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23586893,23597184,24264980,24443353,24520942,24542258,24546613 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173925, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543866,23556489,23568411,23568519,23569008,23572045,23573389,23575052,23584437,23585021,23607875,23609563,23612640,23630671,23631408,23636632,23645649,23645812,23646060,23649918,23651831,23652227,23654212,23662701,23679617,23681974,23684863,23687923,23689215,23701067,23703315,23708021,23708166,23718023,23720912,23727980,23740352,23820013,23842234,23855227,23903315,23920062,23926432,24019584,24021196,24024866,24026090,24035637,24086306,24137406,24138870,24144533,24166561,24167914,24168721,24172497,24177907,24179553,24223385,24263581,24264031,24279665,24328509,24328697,24329805,24330910,24331434,24336011,24339560,24340179,24340316,24342241,24348472,24379618,24389675,24403344,24403528,24403869,24403879,24404744,24420297,24427621,24427781,24428246,24429877,24431135,24445313,24449936,24513163,24515896,24516950,24519003,24520300,24522301,24522484,24524423,24524840,24525269,24526284,24528291,24528742,24530120,24530534,24532042,24532299,24533222,24534221,24535640,24536048,24536974,24537255,24539981,24540340,2454083 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173926, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23683312,24204829,24312063,24523159,24524912,24525966,24528368,24531666,24532651,24542555 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173927, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535093,23538736,23551897,23555595,23564450,23570270,23589867,23593367,23621510,23622245,23635072,23635215,23638291,23644734,23646928,23666395,23671397,23672725,23684587,23685555,23688879,23691727,23694421,23700483,23702939,23705060,23708014,23712604,23719915,23726430,23811485,23829921,23853897,23902873,23920800,23926119,23926136,24020622,24025225,24042575,24096545,24135469,24136117,24137266,24144866,24145253,24169608,24171842,24174991,24178295,24189606,24206112,24211196,24233262,24263112,24264066,24299114,24300803,24301318,24307771,24308807,24309828,24316936,24317547,24317921,24319635,24323538,24325375,24327665,24365986,24367701,24402844,24403537,24403688,24418818,24419266,24420905,24437191,24445583,24516770,24518829,24519221,24520710,24520937,24521084,24523648,24523770,24524390,24525368,24525923,24526131,24526317,24527361,24527747,24528036,24528315,24529901,24529933,24532196,24533507,24534098,24534426,24534679,24542124,24547750,24551836,24551918,24552213,24569796,24569994,24570587,24571862,24572481,2457292 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173928, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296667 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173929, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631728,23647041,23649892,23661696,23679479,23687134,23688049,23695519,23702053,23702927,24213279,24297282,24297864,24419683,24419727,24420715,24427742,24429624,24433309,24512669,24515488,24515809,24517123,24517758,24518945,24527160,24527867,24529339,24529783,24530314,24530981,24531578,24531873,24532239,24533711,24534214,24534589,24540883,24541240,24541692,24541915,24542281,24542646,24543559,24543720,24544377,24544670,24545326,24545967,24546237,24546675,24546950,24547442,24547846,24548126,24548458,24548927,24549659,24549949,24550302,24550848,24551158,24552015,24552877,24553311,24553894,24554040,24554211,24554480,24554622,24554870,24555288,24555318,24555598,24555813,24555895,24555967,24556082,24556172,24556345,24556352,24556403,24556426,24556545,24556557,24556586,24556631,24556722,24556734,24556831,24556837,24557084,24557770,24559167,24559357,24559679,24569300,24569307,24570664,24570812,24570847,24571227,24572811,24573119,24573476 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173930, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296670 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173931, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631734,23647033,23649894,23661692,23679470,23687144,23688052,23695517,23702055,23702928,24213285,24297289,24297586,24297861,24419679,24419723,24420720,24427735,24427806,24429627,24433311,24512663,24515494,24515803,24517116,24517765,24518943,24520151,24520484,24524030,24527153,24527875,24529788,24530316,24530982,24531575,24531872,24532245,24532970,24533237,24533710,24534219,24534590,24535338,24537692,24540888,24541231,24541691,24541918,24542283,24542630,24543565,24543722,24544369,24544677,24545328,24545654,24545976,24546240,24546673,24546947,24547444,24547852,24548119,24548465,24548921,24549337,24549953,24550294,24550858,24551147,24551405,24552009,24552456,24552878,24553316,24553896,24554137,24554214,24554477,24554596,24554614,24554764,24554829,24554862,24555066,24555290,24555312,24555605,24555811,24555894,24555928,24555975,24556079,24556178,24556340,24556361,24556401,24556428,24556490,24556556,24556575,24556587,24556667,24556715,24556725,24556826,24556833,24557079,24557772,24559158,24559349,24559684,2456929 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for gm : https://www.fotonower.com/velours/30173830,30173833,30173841,30173849,30173853,30173855,30173857,30173864,30173870,30173877,30173885,30173894,30173903,30173912,30173917,30173926,30173928,30173930?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173831,30173835,30173843,30173851,30173887,30173896,30173905,30173914,30173919?tags=autre,barquette_avec_film,bouchon,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30173832,30173852,30173888,30173897,30173906,30173915,30173920?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173834,30173854,30173856,30173858,30173879,30173929,30173931?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173836,30173844,30173859,30173872,30173880,30173889,30173898,30173907,30173921?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173837,30173845,30173860,30173866,30173873,30173881,30173890,30173899,30173908,30173922?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173838,30173846,30173861,30173867,30173874,30173882,30173891,30173900,30173909,30173916,30173923?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173839,30173847,30173862,30173868,30173875,30173883,30173892,30173901,30173910,30173924?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173840,30173848,30173863,30173869,30173876,30173884,30173893,30173902,30173911,30173925?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173842,30173850,30173865,30173871,30173878,30173886,30173895,30173904,30173913,30173918,30173927?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Fonction SLA_MENSUEL nb_day : (6, 30) 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 : 06 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-06 year : 2025 raspi : 0 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 '%2025-06%') and created_at like '%2025-06%'))); nb_day : (6, 30) after unwanted_material_data We return tuple() but get_coverage_data_from_list_of_date return unexpectedly data from stuff in error with raspi=0 so we force here ! 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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) = 06 and year(ded.date) = 2025 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 '%062025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-06-01 : dt_date_just_month_year : 2025-06-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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! 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 ! Error parsing crontab ! [Errno 2] No such file or directory: '' You better check your LOGRASPI env !!! 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 >= "2025-06-01" AND ded.date <= "2025-06-30" 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 (1864814,1953568,1953583,1874123,1877574,1953590,1885919,1888970,1904938,1953604,1953612,1953621,1953634,1953641,1930438,1953652,1953666,1953439,1953674,1940177,1957597,1940174,1957587,1941229,1941219,1952828) 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': 'gm', 'pht_type': 3594, 'ratio': 0.0020538884943181812, 'nb_photo': 10, 'list_port_cont': '24303624', 'assoc_port': '24295880:24303624', 'assoc_mat': '24295880:autre:3594:24303624'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006466329064577484, 'nb_photo': 1210, 'list_port_cont': '23543374,23573942,23575813,23585108,23586533,23586997,23595921,23596143,23596246,23597066,23602069,23607096,23608060,23608196,23609483,23622309,23628280,23630917,23631346,23631922,23632249,23647732,23648003,23650881,23652926,23653384,23678938,23679167,23679632,23680137,23680916,23687983,23689406,23693459,23696210,23701773,23702067,23703145,23704374,23707515,23708320,23719341,23726638,23726920,23730726,23732351,23734743,23737167,23738075,23738430,23740861,23742311,23808421,23808651,23812501,23812537,23823593,23826178,23847671,23857442,23857795,23914676,23919737,23959791,24001592,24011671,24021168,24021526,24022357,24022430,24022698,24025106,24025567,24035035,24036011,24080386,24097171,24099704,24117621,24117681,24118732,24133800,24135023,24138363,24139839,24141521,24147186,24164185,24164665,24164833,24164936,24165153,24165321,24166336,24166393,24167591,24168079,24168175,24168761,24169725,24169965,24170120,24170229,24170334,24171470,24171669,24171714,24171753,24172346,24172913,24190004,24231626,24243708,2426326', 'assoc_port': '23534657:23573942,23542721:23543374,23545657:23585108,23550746:23575813,23556267:23586997,23556281:23586533,23585184:23596246,23585186:23596143,23586467:23597066,23586482:23602069,23592539:23607096,23594051:23608060,23594053:23608196,23595408:23609483,23595419:23595921,23620717:23631346,23620727:23632249,23620741:23622309,23627496:23628280,23630255:23630917,23630741:23631922,23634452:23647732,23636430:23648003,23637430:23678938,23639792:23702067,23639807:23650881,23643447:23652926,23644226:23653384,23644228:23679167,23663156:23680916,23671693:23696210,23676094:23680137,23677327:23679632,23681715:23704374,23681725:23726920,23683042:23730726,23687039:23707515,23687067:23687983,23688367:23708320,23688372:23689406,23691315:23693459,23697318:23719341,23699594:23703145,23700573:23701773,23703106:23726638,23709128:23734743,23711012:23737167,23712074:23738075,23715760:23738430,23722781:23740861,23729236:23742311,23731807:23732351,23807827:23808421,23807830:23808651,23809051:23812537,23812264:23812501,23819179:2382359', 'assoc_mat': '23534657:autre:3327:23573942,23542721:autre:3327:23543374,23545657:autre:3327:23585108,23550746:autre:3327:23575813,23556267:autre:3327:23586997,23556281:autre:3327:23586533,23585184:autre:3327:23596246,23585186:autre:3327:23596143,23586467:autre:3327:23597066,23586482:autre:3327:23602069,23592539:autre:3327:23607096,23594051:autre:3327:23608060,23594053:autre:3327:23608196,23595408:autre:3327:23609483,23595419:autre:3327:23595921,23620717:autre:3327:23631346,23620727:autre:3327:23632249,23620741:autre:3327:23622309,23627496:autre:3327:23628280,23630255:autre:3327:23630917,23630741:autre:3327:23631922,23634452:autre:3327:23647732,23636430:autre:3327:23648003,23637430:autre:3327:23678938,23639792:autre:3327:23702067,23639807:autre:3327:23650881,23643447:autre:3327:23652926,23644226:autre:3327:23653384,23644228:autre:3327:23679167,23663156:autre:3327:23680916,23671693:autre:3327:23696210,23676094:autre:3327:23680137,23677327:autre:3327:23679632,23681715:autre:3327:23704374,23681725:autre:3327:23726920,23683042:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0020825691476733144, 'nb_photo': 13, 'list_port_cont': '24437178,24439462,24440266,24443406', 'assoc_port': '24436620:24437178,24439171:24439462,24439759:24440266,24442990:24443406', 'assoc_mat': '24436620:autre:3594:24437178,24439171:autre:3594:24439462,24439759:autre:3594:24440266,24442990:autre:3594:24443406'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04144694328147207, 'nb_photo': 2, 'list_port_cont': '24296666', 'assoc_port': '24296180:24296666', 'assoc_mat': '24296180:autre_refus:3726:24296666'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009566053681536789, 'nb_photo': 364, 'list_port_cont': '23631733,23647038,23649893,23661691,23679480,23687136,23688058,23695512,23702056,23702922,24213274,24297587,24297867,24419684,24419735,24427744,24429626,24433315,24512662,24515486,24517114,24517761,24518957,24520149,24520475,24524026,24527155,24527868,24529787,24530317,24530984,24531876,24532956,24533235,24534209,24534588,24535339,24540575,24541235,24541689,24541912,24542276,24542631,24543556,24543718,24544371,24544672,24545338,24545971,24546234,24546679,24546951,24547445,24548118,24548467,24548929,24549339,24549948,24550301,24550849,24551404,24552008,24552457,24552876,24553313,24553898,24554036,24554139,24554482,24554761,24554863,24555065,24555284,24555606,24555806,24555903,24555969,24556081,24556092,24556347,24556360,24556420,24556489,24556543,24556562,24556584,24556628,24556671,24556717,24556733,24556827,24556842,24557080,24559165,24559358,24559682,24569290,24569311,24570814,24571222,24572801,24573121,24573477,24577372', 'assoc_port': '23627494:23631733,23636436:23647038,23641363:23649893,23651475:23661691,23663154:23702056,23669191:23688058,23671673:23695512,23677334:23679480,23681695:23702922,23687068:23687136,24213123:24213274,24296859:24297867,24296866:24297587,24418257:24419735,24418401:24419684,24427715:24427744,24429602:24429626,24432906:24433315,24512270:24555284,24512313:24556347,24512320:24556562,24512334:24556842,24512336:24557080,24512392:24512662,24512478:24559165,24512512:24559358,24512526:24559682,24514857:24556827,24514858:24556671,24514861:24556628,24514867:24556584,24515042:24556733,24515046:24556717,24515052:24556543,24515058:24556489,24515067:24556420,24515073:24556360,24515132:24515486,24515243:24555969,24515270:24556092,24515289:24555903,24515295:24556081,24515297:24555806,24515305:24555606,24515404:24555065,24515420:24554863,24515483:24554139,24515562:24554761,24515589:24554482,24515592:24552008,24515595:24554036,24515616:24553898,24515642:24550849,24515651:24550301,24515659:24553313,24515692:24552876,24515711:2455245', 'assoc_mat': '23627494:autre_refus:3726:23631733,23636436:autre_refus:3726:23647038,23641363:autre_refus:3726:23649893,23651475:autre_refus:3726:23661691,23663154:autre_refus:3726:23702056,23669191:autre_refus:3726:23688058,23671673:autre_refus:3726:23695512,23677334:autre_refus:3726:23679480,23681695:autre_refus:3726:23702922,23687068:autre_refus:3726:23687136,24213123:autre_refus:3726:24213274,24296859:autre_refus:3726:24297867,24296866:autre_refus:3726:24297587,24418257:autre_refus:3726:24419735,24418401:autre_refus:3726:24419684,24427715:autre_refus:3726:24427744,24429602:autre_refus:3726:24429626,24432906:autre_refus:3726:24433315,24512270:autre_refus:3726:24555284,24512313:autre_refus:3726:24556347,24512320:autre_refus:3726:24556562,24512334:autre_refus:3726:24556842,24512336:autre_refus:3726:24557080,24512392:autre_refus:3726:24512662,24512478:autre_refus:3726:24559165,24512512:autre_refus:3726:24559358,24512526:autre_refus:3726:24559682,24514857:autre_refus:3726:24556827,24514858:autre_refus:3726:24556671,24514861:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0024214233503193025, 'nb_photo': 18, 'list_port_cont': '23585107,23597058,23693455,23701781,23737162,23914680,24001589,24117618,24337018,24338994,24355235,24403757,24428881,24520107,24523095,24532028', 'assoc_port': '23545657:23585107,23586467:23597058,23691315:23693455,23700573:23701781,23711012:23737162,23885061:23914680,23936968:24001589,23983492:24117618,24295931:24355235,24296009:24337018,24296112:24338994,24401812:24403757,24418405:24428881,24515796:24532028,24516746:24520107,24516805:24523095', 'assoc_mat': '23545657:barquette_avec_film:3327:23585107,23586467:barquette_avec_film:3327:23597058,23691315:barquette_avec_film:3327:23693455,23700573:barquette_avec_film:3327:23701781,23711012:barquette_avec_film:3327:23737162,23885061:barquette_avec_film:3327:23914680,23936968:barquette_avec_film:3327:24001589,23983492:barquette_avec_film:3327:24117618,24295931:barquette_avec_film:3327:24355235,24296009:barquette_avec_film:3327:24337018,24296112:barquette_avec_film:3327:24338994,24401812:barquette_avec_film:3327:24403757,24418405:barquette_avec_film:3327:24428881,24515796:barquette_avec_film:3327:24532028,24516746:barquette_avec_film:3327:24520107,24516805:barquette_avec_film:3327:24523095'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008992293061362503, 'nb_photo': 12, 'list_port_cont': '23568682,23630513,23631697,23684212,23808049,23822454,24020839,24243060,24261468,24403743,24439444,24555794', 'assoc_port': '23530935:23568682,23620719:23630513,23620751:23631697,23683962:23684212,23807832:23808049,23822266:23822454,23938155:24020839,24092863:24261468,24198481:24243060,24401675:24403743,24439170:24439444,24515973:24555794', 'assoc_mat': '23530935:barquette_opaque:4205:23568682,23620719:barquette_opaque:4205:23630513,23620751:barquette_opaque:4205:23631697,23683962:barquette_opaque:4205:23684212,23807832:barquette_opaque:4205:23808049,23822266:barquette_opaque:4205:23822454,23938155:barquette_opaque:4205:24020839,24092863:barquette_opaque:4205:24261468,24198481:barquette_opaque:4205:24243060,24401675:barquette_opaque:4205:24403743,24439170:barquette_opaque:4205:24439444,24515973:barquette_opaque:4205:24555794'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001395804857009672, 'nb_photo': 204, 'list_port_cont': '23645681,23649809,23680579,23687734,23718769,23740162,23743564,23747116,23922693,24021473,24026310,24095603,24132393,24140844,24177796,24203374,24224234,24261418,24264334,24283122,24327893,24329537,24334011,24342317,24348348,24379714,24379832,24392050,24403304,24404341,24428096,24430020,24430465,24446168,24449375,24555861,24555882,24555910,24555986,24556134,24556241,24556321,24556325,24556644,24556981,24557031,24557155,24558924', 'assoc_port': '23632822:23645681,23639779:23649809,23663163:23680579,23677331:23740162,23687054:23687734,23697328:23718769,23712024:23747116,23731805:23743564,23922279:23922693,23937766:24177796,23938595:24021473,23973585:24095603,23996438:24132393,24006419:24140844,24024481:24026310,24092888:24203374,24115402:24224234,24124274:24264334,24209101:24261418,24230137:24283122,24295858:24327893,24295907:24329537,24296274:24334011,24309312:24342317,24309636:24348348,24370833:24379832,24370835:24379714,24386152:24392050,24401551:24404341,24401819:24403304,24418471:24428096,24420638:24430465,24420640:24430020,24436616:24449375,24445181:24446168,24512378:24558924,24514943:24557155,24514951:24556981,24515066:24557031,24515127:24556644,24515304:24556325,24515721:24556241,24515958:24556321,24516387:24556134,24516609:24555910,24516769:24555882,24516868:24555861,24517097:24555986', 'assoc_mat': '23632822:barquette_opaque:4203:23645681,23639779:barquette_opaque:4203:23649809,23663163:barquette_opaque:4203:23680579,23677331:barquette_opaque:4203:23740162,23687054:barquette_opaque:4203:23687734,23697328:barquette_opaque:4203:23718769,23712024:barquette_opaque:4203:23747116,23731805:barquette_opaque:4203:23743564,23922279:barquette_opaque:4203:23922693,23937766:barquette_opaque:4203:24177796,23938595:barquette_opaque:4203:24021473,23973585:barquette_opaque:4203:24095603,23996438:barquette_opaque:4203:24132393,24006419:barquette_opaque:4203:24140844,24024481:barquette_opaque:4203:24026310,24092888:barquette_opaque:4203:24203374,24115402:barquette_opaque:4203:24224234,24124274:barquette_opaque:4203:24264334,24209101:barquette_opaque:4203:24261418,24230137:barquette_opaque:4203:24283122,24295858:barquette_opaque:4203:24327893,24295907:barquette_opaque:4203:24329537,24296274:barquette_opaque:4203:24334011,24309312:barquette_opaque:4203:24342317,24309636:barquette_opaque:4203:24348348,24370833:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001017723167630733, 'nb_photo': 55, 'list_port_cont': '23552386,23589788,23634872,23639936,23644545,23676540,23700752,23719769,23973834,23974420,24012614,24021150,24049447,24053660,24116314,24223031,24225751,24309771,24313460,24318815,24328000,24368018,24389164,24404173,24419407,24423732,24439850,24440066,24515757,24517331,24521350,24523797,24524274,24525091,24525576,24527106,24528423,24536937,24537566,24543374,24545159,24546465,24548989,24551273,24552354,24555948,24557725,24569453,24569486,24569566,24569827,24570990,24572023', 'assoc_port': '23550738:23552386,23589275:23589788,23634456:23634872,23639810:23639936,23644224:23644545,23676095:23676540,23700571:23700752,23719470:23719769,23938788:24021150,23973581:23974420,23973593:23973834,24012428:24012614,24049060:24049447,24053352:24053660,24115409:24116314,24222735:24223031,24225485:24225751,24295960:24309771,24296121:24328000,24309365:24318815,24309625:24313460,24364497:24368018,24386128:24389164,24401558:24404173,24418398:24423732,24418572:24419407,24439756:24440066,24439761:24439850,24512375:24557725,24515041:24552354,24515230:24548989,24515237:24551273,24515266:24515757,24515479:24555948,24515509:24546465,24515729:24536937,24515793:24543374,24515877:24537566,24515980:24545159,24516034:24517331,24516401:24525576,24516651:24528423,24516674:24521350,24516694:24527106,24516711:24523797,24517049:24525091,24517262:24524274,24568500:24572023,24568677:24570990,24568769:24569566,24568833:24569827,24568949:24569486,24568950:24569453', 'assoc_mat': '23550738:barquette_opaque:4207:23552386,23589275:barquette_opaque:4207:23589788,23634456:barquette_opaque:4207:23634872,23639810:barquette_opaque:4207:23639936,23644224:barquette_opaque:4207:23644545,23676095:barquette_opaque:4207:23676540,23700571:barquette_opaque:4207:23700752,23719470:barquette_opaque:4207:23719769,23938788:barquette_opaque:4207:24021150,23973581:barquette_opaque:4207:23974420,23973593:barquette_opaque:4207:23973834,24012428:barquette_opaque:4207:24012614,24049060:barquette_opaque:4207:24049447,24053352:barquette_opaque:4207:24053660,24115409:barquette_opaque:4207:24116314,24222735:barquette_opaque:4207:24223031,24225485:barquette_opaque:4207:24225751,24295960:barquette_opaque:4207:24309771,24296121:barquette_opaque:4207:24328000,24309365:barquette_opaque:4207:24318815,24309625:barquette_opaque:4207:24313460,24364497:barquette_opaque:4207:24368018,24386128:barquette_opaque:4207:24389164,24401558:barquette_opaque:4207:24404173,24418398:barquette_opaque:4207:24423732,24418572:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002594488456663923, 'nb_photo': 8, 'list_port_cont': '23647923,24530869,24533805,24537288,24542270,24554654,24556144', 'assoc_port': '23647433:23647923,24512203:24554654,24512286:24556144,24515612:24542270,24515818:24533805,24515970:24537288,24516006:24530869', 'assoc_mat': '23647433:barquette_opaque:4461:23647923,24512203:barquette_opaque:4461:24554654,24512286:barquette_opaque:4461:24556144,24515612:barquette_opaque:4461:24542270,24515818:barquette_opaque:4461:24533805,24515970:barquette_opaque:4461:24537288,24516006:barquette_opaque:4461:24530869'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0049455393640825285, 'nb_photo': 198, 'list_port_cont': '23543871,23568404,23568509,23569007,23581455,23584444,23585029,23607877,23609575,23612644,23631411,23636626,23645653,23645814,23649920,23651833,23652214,23679620,23681981,23684861,23687927,23689170,23693208,23708028,23708167,23720913,23732805,23740360,23820005,23842237,23855225,23903318,23920067,24021198,24024857,24026085,24086308,24137418,24138871,24144537,24145134,24166560,24168722,24172498,24177901,24178505,24182202,24192330,24205070,24223376,24231652,24263584,24279672,24328050,24329819,24340180,24342243,24344545,24348471,24380972,24389730,24392091,24403337,24403877,24404745,24420311,24427624,24429887,24431142,24513161,24515898,24516946,24518169,24518517,24520290,24520361,24522295,24523398,24524431,24524849,24525261,24525798,24527445,24527666,24528747,24530111,24530531,24532048,24532292,24534220,24534838,24535632,24537262,24539150,24539233,24539983,24540355,24540833,24541630,24544024,24544215,24544432,24544732,24545274,24545879,24546749,24547420,24548110,24548315,24551160,24553009,24554634,24554719,2455478', 'assoc_port': '23530936:23569007,23534655:23584444,23543496:23543871,23556266:23585029,23560096:23581455,23568013:23568509,23568015:23568404,23589264:23612644,23594055:23607877,23596509:23609575,23620726:23631411,23634444:23645653,23634448:23645814,23636438:23636626,23639806:23649920,23643445:23651833,23643450:23652214,23665039:23684861,23669200:23708028,23676096:23679620,23681723:23732805,23681731:23681981,23683993:23708167,23687038:23687927,23688370:23689170,23691319:23693208,23702416:23720913,23722784:23740360,23819105:23820005,23829119:23842237,23848754:23855225,23902364:23903318,23919348:23920067,23937813:24177901,23938638:24178505,23958509:24086308,24000707:24137418,24002905:24138871,24009623:24144537,24009626:24145134,24014637:24021198,24024482:24026085,24024489:24024857,24047884:24166560,24048679:24168722,24049057:24172498,24075813:24182202,24090695:24192330,24093992:24205070,24115393:24223376,24201811:24279672,24231145:24231652,24234693:24263584,24295924:24328050,24295973:24329819,24296810:24389730,24296875:2434018', 'assoc_mat': '23530936:barquette_opaque:4200:23569007,23534655:barquette_opaque:4200:23584444,23543496:barquette_opaque:4200:23543871,23556266:barquette_opaque:4200:23585029,23560096:barquette_opaque:4200:23581455,23568013:barquette_opaque:4200:23568509,23568015:barquette_opaque:4200:23568404,23589264:barquette_opaque:4200:23612644,23594055:barquette_opaque:4200:23607877,23596509:barquette_opaque:4200:23609575,23620726:barquette_opaque:4200:23631411,23634444:barquette_opaque:4200:23645653,23634448:barquette_opaque:4200:23645814,23636438:barquette_opaque:4200:23636626,23639806:barquette_opaque:4200:23649920,23643445:barquette_opaque:4200:23651833,23643450:barquette_opaque:4200:23652214,23665039:barquette_opaque:4200:23684861,23669200:barquette_opaque:4200:23708028,23676096:barquette_opaque:4200:23679620,23681723:barquette_opaque:4200:23732805,23681731:barquette_opaque:4200:23681981,23683993:barquette_opaque:4200:23708167,23687038:barquette_opaque:4200:23687927,23688370:barquette_opaque:4200:23689170,23691319:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002597057365103002, 'nb_photo': 99, 'list_port_cont': '23634780,23646559,23651686,23666280,23683318,23691603,23851886,23903356,23967744,24298690,24299182,24310290,24311723,24402686,24439832,24517084,24517425,24519438,24520690,24522621,24522700,24523009,24523283,24524172,24525961,24526634,24526740,24526907,24527950,24527989,24528363,24529237,24529400,24530426,24530919,24530993,24531559,24531675,24532789,24532986,24533045,24533896,24534011,24535027,24535047,24536093,24536766,24536820,24537412,24538127,24539083,24539937,24540191,24541085,24541420,24541578,24541878,24542220,24542439,24542839,24543296,24544257,24554993,24559576,24569892,24571745', 'assoc_port': '23634450:23634780,23645864:23646559,23651477:23651686,23665041:23666280,23683047:23683318,23691316:23691603,23851645:23851886,23902199:23903356,23966882:23967744,24295880:24528363,24296384:24299182,24296752:24298690,24309395:24311723,24309644:24310290,24401854:24402686,24439758:24439832,24512224:24554993,24512394:24559576,24514854:24544257,24514864:24542439,24514987:24542220,24515055:24541878,24515059:24543296,24515072:24542839,24515107:24541578,24515214:24541420,24515251:24541085,24515310:24539083,24515428:24537412,24515432:24536820,24515436:24538127,24515471:24536766,24515570:24540191,24515617:24517084,24515647:24534011,24515661:24533896,24515693:24535027,24515724:24532789,24515752:24536093,24515867:24533045,24515905:24532986,24515984:24531675,24515985:24517425,24515990:24535047,24515994:24531559,24516037:24530919,24516108:24530426,24516111:24529400,24516164:24530993,24516184:24526907,24516205:24529237,24516228:24526634,24516383:24527989,24516481:24539937,24516584:24522700,24516596:24527950,24516636:2452674', 'assoc_mat': '23634450:barquette_opaque:4209:23634780,23645864:barquette_opaque:4209:23646559,23651477:barquette_opaque:4209:23651686,23665041:barquette_opaque:4209:23666280,23683047:barquette_opaque:4209:23683318,23691316:barquette_opaque:4209:23691603,23851645:barquette_opaque:4209:23851886,23902199:barquette_opaque:4209:23903356,23966882:barquette_opaque:4209:23967744,24295880:barquette_opaque:4209:24528363,24296384:barquette_opaque:4209:24299182,24296752:barquette_opaque:4209:24298690,24309395:barquette_opaque:4209:24311723,24309644:barquette_opaque:4209:24310290,24401854:barquette_opaque:4209:24402686,24439758:barquette_opaque:4209:24439832,24512224:barquette_opaque:4209:24554993,24512394:barquette_opaque:4209:24559576,24514854:barquette_opaque:4209:24544257,24514864:barquette_opaque:4209:24542439,24514987:barquette_opaque:4209:24542220,24515055:barquette_opaque:4209:24541878,24515059:barquette_opaque:4209:24543296,24515072:barquette_opaque:4209:24542839,24515107:barquette_opaque:4209:24541578,24515214:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01222945373466998, 'nb_photo': 4061, 'list_port_cont': '23535084,23538745,23541533,23543982,23548203,23551900,23555575,23560666,23564446,23569999,23570284,23586054,23587101,23589849,23593011,23593361,23597274,23621523,23621862,23622229,23633788,23635075,23635201,23638283,23640785,23641948,23644733,23646931,23651956,23666383,23667087,23670232,23671396,23672723,23674186,23676746,23682409,23684593,23685554,23687476,23688876,23691718,23694420,23700477,23702946,23705075,23708003,23708794,23712598,23716399,23717642,23719928,23723515,23726438,23732273,23811498,23819859,23820622,23829929,23832148,23853887,23902869,23919606,23920793,23926121,23926138,24020631,24022608,24024666,24025235,24040468,24042588,24096539,24134690,24135462,24136109,24137258,24139473,24143633,24144863,24145241,24168464,24168742,24169591,24171847,24173661,24174474,24175000,24178300,24182675,24189603,24206113,24211190,24213920,24223413,24233264,24244146,24263102,24264079,24265030,24297743,24299105,24300082,24300804,24301325,24302121,24303277,24307752,24308451,24308800,24309834,24311256,24314483,2431693', 'assoc_port': '23534654:23535084,23537920:23538745,23540436:23541533,23543517:23543982,23547110:23548203,23550747:23551900,23555036:23555575,23560093:23560666,23563503:23564446,23569424:23570284,23569432:23569999,23585185:23586054,23586473:23587101,23589266:23589849,23592543:23593361,23592547:23593011,23596517:23597274,23620718:23622229,23620722:23621862,23620756:23621523,23632820:23633788,23634446:23635201,23634457:23635075,23637427:23638283,23639808:23640785,23641366:23641948,23644225:23644733,23645862:23646931,23651476:23651956,23663153:23667087,23665045:23666383,23669198:23670232,23670888:23671396,23671695:23672723,23673440:23674186,23676097:23676746,23681716:23685554,23681727:23682409,23683964:23684593,23687040:23687476,23688376:23688876,23691318:23691718,23694292:23694420,23699593:23700477,23702410:23702946,23704456:23705075,23707619:23708003,23708553:23708794,23712026:23712598,23715744:23717642,23715751:23716399,23719475:23719928,23722757:23723515,23725935:23726438,23731806:23732273,23811030:23811498,23819146:2382062', 'assoc_mat': '23534654:barquette_opaque:4211:23535084,23537920:barquette_opaque:4211:23538745,23540436:barquette_opaque:4211:23541533,23543517:barquette_opaque:4211:23543982,23547110:barquette_opaque:4211:23548203,23550747:barquette_opaque:4211:23551900,23555036:barquette_opaque:4211:23555575,23560093:barquette_opaque:4211:23560666,23563503:barquette_opaque:4211:23564446,23569424:barquette_opaque:4211:23570284,23569432:barquette_opaque:4211:23569999,23585185:barquette_opaque:4211:23586054,23586473:barquette_opaque:4211:23587101,23589266:barquette_opaque:4211:23589849,23592543:barquette_opaque:4211:23593361,23592547:barquette_opaque:4211:23593011,23596517:barquette_opaque:4211:23597274,23620718:barquette_opaque:4211:23622229,23620722:barquette_opaque:4211:23621862,23620756:barquette_opaque:4211:23621523,23632820:barquette_opaque:4211:23633788,23634446:barquette_opaque:4211:23635201,23634457:barquette_opaque:4211:23635075,23637427:barquette_opaque:4211:23638283,23639808:barquette_opaque:4211:23640785,23641366:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0004538190110863265, 'nb_photo': 94, 'list_port_cont': '23543367,23585111,23597065,23602056,23609486,23679641,23680141,23687978,23693457,23701787,23726635,23732340,23734740,23737163,23742300,23812500,23823594,23857790,23914678,24035036,24036022,24117687,24138359,24139837,24141516,24147181,24164672,24166339,24168770,24169734,24169967,24170235,24171719,24171757,24172914,24263266,24327979,24329581,24332455,24332674,24338982,24343367,24343736,24347340,24350246,24355241,24403380,24403728,24403927,24429973,24430618,24437471,24440358,24446526,24514509,24514646,24517752,24518254,24518532,24518814,24519236,24520425,24521925,24522819,24523811,24526594,24570800,24570898', 'assoc_port': '23542721:23543367,23545657:23585111,23586467:23597065,23586482:23602056,23595408:23609486,23676094:23680141,23677327:23679641,23687067:23687978,23691315:23693457,23700573:23701787,23703106:23726635,23709128:23734740,23711012:23737163,23729236:23742300,23731807:23732340,23812264:23812500,23819179:23823594,23848762:23857790,23885061:23914678,23937828:24170235,23938572:24169967,23983500:24117687,24000704:24138359,24002903:24139837,24006417:24141516,24009632:24147181,24024252:24036022,24024474:24035036,24048643:24168770,24048695:24171757,24048750:24172914,24048798:24171719,24074081:24169734,24102063:24166339,24116496:24164672,24218386:24263266,24295782:24329581,24295831:24327979,24295931:24355241,24296043:24332674,24296054:24332455,24296112:24338982,24309367:24343367,24309456:24343736,24309570:24347340,24309640:24350246,24401785:24403927,24401806:24403728,24401853:24403380,24418522:24429973,24418651:24430618,24436622:24437471,24439760:24440358,24446326:24446526,24512440:24514646,24512523:24514509,24515087:2451775', 'assoc_mat': '23542721:bouchon:3327:23543367,23545657:bouchon:3327:23585111,23586467:bouchon:3327:23597065,23586482:bouchon:3327:23602056,23595408:bouchon:3327:23609486,23676094:bouchon:3327:23680141,23677327:bouchon:3327:23679641,23687067:bouchon:3327:23687978,23691315:bouchon:3327:23693457,23700573:bouchon:3327:23701787,23703106:bouchon:3327:23726635,23709128:bouchon:3327:23734740,23711012:bouchon:3327:23737163,23729236:bouchon:3327:23742300,23731807:bouchon:3327:23732340,23812264:bouchon:3327:23812500,23819179:bouchon:3327:23823594,23848762:bouchon:3327:23857790,23885061:bouchon:3327:23914678,23937828:bouchon:3327:24170235,23938572:bouchon:3327:24169967,23983500:bouchon:3327:24117687,24000704:bouchon:3327:24138359,24002903:bouchon:3327:24139837,24006417:bouchon:3327:24141516,24009632:bouchon:3327:24147181,24024252:bouchon:3327:24036022,24024474:bouchon:3327:24035036,24048643:bouchon:3327:24168770,24048695:bouchon:3327:24171757,24048750:bouchon:3327:24172914,24048798:bouchon:3327:24171719,24074081:bouchon:3327:24169734,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.020155162435487047, 'nb_photo': 547, 'list_port_cont': '23560233,23568686,23585415,23630508,23631700,23647059,23680072,23684218,23684772,23688808,23700913,23735968,23739605,23808062,23822453,23903156,24020646,24020827,24021687,24022446,24098380,24141468,24143087,24167572,24188752,24220694,24242930,24243075,24261478,24264049,24327804,24332280,24332347,24335820,24342214,24343866,24343910,24382373,24403741,24404229,24404817,24420758,24427900,24439447,24555625,24555707,24555761,24555800,24555826,24556020,24556761', 'assoc_port': '23530935:23568686,23543498:23585415,23560100:23560233,23620719:23630508,23620751:23631700,23636434:23647059,23663161:23680072,23665043:23684772,23683962:23684218,23688371:23688808,23700572:23700913,23711009:23735968,23721651:23739605,23807832:23808062,23822266:23822453,23851582:23903156,23938066:24020646,23938155:24020827,23939169:24022446,23974631:24098380,24006427:24141468,24008312:24143087,24014596:24021687,24048632:24167572,24088260:24188752,24092863:24261478,24115357:24220694,24198474:24242930,24198481:24243075,24225484:24264049,24295884:24327804,24296105:24335820,24296252:24332280,24296267:24332347,24309364:24342214,24309591:24343910,24309592:24343866,24361826:24382373,24401556:24404229,24401675:24403741,24401768:24404817,24418452:24427900,24420644:24420758,24439170:24439447,24514886:24556761,24515423:24556020,24515821:24555826,24515973:24555800,24516395:24555707,24516656:24555761,24516701:24555625', 'assoc_mat': '23530935:carton:4205:23568686,23543498:carton:4205:23585415,23560100:carton:4205:23560233,23620719:carton:4205:23630508,23620751:carton:4205:23631700,23636434:carton:4205:23647059,23663161:carton:4205:23680072,23665043:carton:4205:23684772,23683962:carton:4205:23684218,23688371:carton:4205:23688808,23700572:carton:4205:23700913,23711009:carton:4205:23735968,23721651:carton:4205:23739605,23807832:carton:4205:23808062,23822266:carton:4205:23822453,23851582:carton:4205:23903156,23938066:carton:4205:24020646,23938155:carton:4205:24020827,23939169:carton:4205:24022446,23974631:carton:4205:24098380,24006427:carton:4205:24141468,24008312:carton:4205:24143087,24014596:carton:4205:24021687,24048632:carton:4205:24167572,24088260:carton:4205:24188752,24092863:carton:4205:24261478,24115357:carton:4205:24220694,24198474:carton:4205:24242930,24198481:carton:4205:24243075,24225484:carton:4205:24264049,24295884:carton:4205:24327804,24296105:carton:4205:24335820,24296252:carton:4205:24332280,24296267:carton:4205:24332347,2430'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01221850136557827, 'nb_photo': 923, 'list_port_cont': '23645689,23648761,23649812,23680587,23687722,23718763,23739929,23740160,23743555,23747115,23922689,24021472,24026312,24095609,24132396,24140847,24177809,24203386,24224235,24261425,24264333,24283114,24327886,24329535,24334008,24340558,24342325,24348356,24379702,24379827,24392052,24403324,24404330,24428090,24430027,24430481,24446161,24449382,24555846,24555886,24555908,24555991,24556122,24556240,24556306,24556336,24556648,24556995,24557033,24557151,24558923', 'assoc_port': '23632822:23645689,23639778:23648761,23639779:23649812,23663163:23680587,23677331:23740160,23687054:23687722,23697328:23718763,23712024:23747115,23721649:23739929,23731805:23743555,23922279:23922689,23937766:24177809,23938595:24021472,23973585:24095609,23996438:24132396,24006419:24140847,24024481:24026312,24092888:24203386,24115402:24224235,24124274:24264333,24209101:24261425,24230137:24283114,24295858:24327886,24295907:24329535,24296274:24334008,24297010:24340558,24309312:24342325,24309636:24348356,24370833:24379827,24370835:24379702,24386152:24392052,24401551:24404330,24401819:24403324,24418471:24428090,24420638:24430481,24420640:24430027,24436616:24449382,24445181:24446161,24512378:24558923,24514943:24557151,24514951:24556995,24515066:24557033,24515127:24556648,24515304:24556336,24515721:24556240,24515958:24556306,24516387:24556122,24516609:24555908,24516769:24555886,24516868:24555846,24517097:24555991', 'assoc_mat': '23632822:carton:4203:23645689,23639778:carton:4203:23648761,23639779:carton:4203:23649812,23663163:carton:4203:23680587,23677331:carton:4203:23740160,23687054:carton:4203:23687722,23697328:carton:4203:23718763,23712024:carton:4203:23747115,23721649:carton:4203:23739929,23731805:carton:4203:23743555,23922279:carton:4203:23922689,23937766:carton:4203:24177809,23938595:carton:4203:24021472,23973585:carton:4203:24095609,23996438:carton:4203:24132396,24006419:carton:4203:24140847,24024481:carton:4203:24026312,24092888:carton:4203:24203386,24115402:carton:4203:24224235,24124274:carton:4203:24264333,24209101:carton:4203:24261425,24230137:carton:4203:24283114,24295858:carton:4203:24327886,24295907:carton:4203:24329535,24296274:carton:4203:24334008,24297010:carton:4203:24340558,24309312:carton:4203:24342325,24309636:carton:4203:24348356,24370833:carton:4203:24379827,24370835:carton:4203:24379702,24386152:carton:4203:24392052,24401551:carton:4203:24404330,24401819:carton:4203:24403324,24418471:carton:4203:24428090,2442'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9512155860935256, 'nb_photo': 9517, 'list_port_cont': '23543026,23543813,23547758,23552376,23564183,23589783,23594389,23596945,23621187,23630346,23633056,23634878,23635286,23636296,23636818,23637990,23638481,23639940,23640769,23644550,23646365,23647239,23669743,23672283,23676541,23677937,23679047,23679220,23679936,23682162,23683302,23683534,23684104,23684322,23687275,23687650,23688696,23688984,23691367,23691564,23694354,23700282,23700759,23703480,23709354,23711203,23711364,23712446,23718357,23719773,23720369,23726143,23726612,23808144,23811274,23819316,23819595,23822442,23829583,23831684,23832744,23851768,23885265,23902711,23919510,23919564,23921795,23939703,23973845,23974416,23983544,23983730,23985657,24000863,24001230,24003204,24003331,24006702,24006955,24010004,24011505,24012605,24014780,24015214,24019905,24021149,24024456,24049458,24050443,24051168,24053654,24056513,24060692,24065860,24070101,24077213,24091040,24102800,24103073,24103200,24115780,24115967,24116315,24116462,24117206,24117704,24117918,24118307,24218659,24223040,24225739,24230222,24230713,2429775', 'assoc_port': '23542724:23543026,23543543:23543813,23547113:23547758,23550738:23552376,23563500:23564183,23589275:23589783,23594057:23594389,23596515:23596945,23620728:23621187,23630254:23630346,23632819:23636296,23632837:23633056,23634445:23635286,23634456:23634878,23636432:23636818,23637425:23638481,23637428:23637990,23639798:23640769,23639810:23639940,23644224:23644550,23645860:23647239,23645868:23646365,23663158:23679936,23669196:23669743,23671675:23672283,23676095:23676541,23677324:23679220,23677325:23679047,23677329:23677937,23681696:23684104,23681718:23683534,23681729:23682162,23683044:23683302,23683967:23684322,23687037:23687650,23687069:23687275,23688369:23688984,23688374:23688696,23691317:23691564,23691320:23691367,23694293:23694354,23699595:23700282,23700571:23700759,23703105:23703480,23709130:23709354,23710993:23711203,23711025:23711364,23712077:23712446,23718193:23718357,23719466:23720369,23719470:23719773,23725933:23726612,23725945:23726143,23807828:23808144,23811031:23811274,23819131:23819595,23819182:2381931', 'assoc_mat': '23542724:carton:4207:23543026,23543543:carton:4207:23543813,23547113:carton:4207:23547758,23550738:carton:4207:23552376,23563500:carton:4207:23564183,23589275:carton:4207:23589783,23594057:carton:4207:23594389,23596515:carton:4207:23596945,23620728:carton:4207:23621187,23630254:carton:4207:23630346,23632819:carton:4207:23636296,23632837:carton:4207:23633056,23634445:carton:4207:23635286,23634456:carton:4207:23634878,23636432:carton:4207:23636818,23637425:carton:4207:23638481,23637428:carton:4207:23637990,23639798:carton:4207:23640769,23639810:carton:4207:23639940,23644224:carton:4207:23644550,23645860:carton:4207:23647239,23645868:carton:4207:23646365,23663158:carton:4207:23679936,23669196:carton:4207:23669743,23671675:carton:4207:23672283,23676095:carton:4207:23676541,23677324:carton:4207:23679220,23677325:carton:4207:23679047,23677329:carton:4207:23677937,23681696:carton:4207:23684104,23681718:carton:4207:23683534,23681729:carton:4207:23682162,23683044:carton:4207:23683302,23683967:carton:4207:23684322,2368'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01794396688252768, 'nb_photo': 3739, 'list_port_cont': '23541404,23551459,23551646,23569553,23586900,23597191,23630485,23633294,23634752,23643717,23643818,23647832,23647933,23664559,23669753,23673952,23678162,23682634,23683353,23688859,23688964,23704599,23709527,23718724,24137480,24171303,24179030,24191394,24210905,24264972,24297620,24297803,24298135,24298572,24298730,24298790,24310926,24311836,24312141,24367378,24402152,24402892,24416682,24419316,24427857,24433533,24437119,24443364,24443560,24513316,24513638,24516495,24516891,24517370,24517680,24518691,24518856,24519119,24519335,24519541,24520660,24520788,24520943,24521097,24522199,24522676,24523047,24523168,24523532,24524353,24524777,24524986,24525828,24526069,24526245,24526373,24527202,24527687,24527885,24528449,24529329,24529572,24529954,24530636,24530870,24531170,24531387,24532261,24532572,24532856,24533274,24533450,24533795,24534178,24534502,24534865,24535100,24536234,24536416,24536550,24536722,24537301,24537330,24537972,24538272,24538566,24538729,24539011,24539128,24539286,24541785,24542265,24542647,2454274', 'assoc_port': '23540429:23541404,23550740:23551646,23550742:23551459,23569434:23569553,23586475:23586900,23596513:23597191,23630268:23630485,23632836:23633294,23634459:23634752,23643443:23643717,23643448:23643818,23647431:23647832,23647433:23647933,23663166:23664559,23669193:23669753,23673410:23673952,23677361:23678162,23681720:23682634,23683046:23683353,23688368:23688964,23688377:23688859,23704453:23704599,23709132:23709527,23718195:23718724,23937818:24179030,24000702:24137480,24048746:24171303,24089061:24191394,24099488:24210905,24230133:24264972,24296695:24298790,24296807:24298730,24296844:24298572,24296996:24298135,24297086:24297803,24297119:24297620,24309459:24312141,24309547:24311836,24309624:24310926,24366863:24367378,24401572:24402152,24401764:24402892,24415989:24416682,24418578:24419316,24427717:24427857,24432893:24433533,24436618:24437119,24442952:24443560,24442996:24443364,24512203:24554643,24512286:24556152,24512297:24565788,24512341:24557855,24512405:24559227,24512459:24513638,24512530:24513316,24514902:2454566', 'assoc_mat': '23540429:carton:4461:23541404,23550740:carton:4461:23551646,23550742:carton:4461:23551459,23569434:carton:4461:23569553,23586475:carton:4461:23586900,23596513:carton:4461:23597191,23630268:carton:4461:23630485,23632836:carton:4461:23633294,23634459:carton:4461:23634752,23643443:carton:4461:23643717,23643448:carton:4461:23643818,23647431:carton:4461:23647832,23647433:carton:4461:23647933,23663166:carton:4461:23664559,23669193:carton:4461:23669753,23673410:carton:4461:23673952,23677361:carton:4461:23678162,23681720:carton:4461:23682634,23683046:carton:4461:23683353,23688368:carton:4461:23688964,23688377:carton:4461:23688859,23704453:carton:4461:23704599,23709132:carton:4461:23709527,23718195:carton:4461:23718724,23937818:carton:4461:24179030,24000702:carton:4461:24137480,24048746:carton:4461:24171303,24089061:carton:4461:24191394,24099488:carton:4461:24210905,24230133:carton:4461:24264972,24296695:carton:4461:24298790,24296807:carton:4461:24298730,24296844:carton:4461:24298572,24296996:carton:4461:24298135,2429'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0249383445403821, 'nb_photo': 2445, 'list_port_cont': '23543863,23556492,23568405,23568518,23569009,23572053,23573377,23575061,23581447,23584448,23585030,23607880,23609574,23609687,23612646,23630670,23631416,23636638,23645647,23645803,23646057,23649922,23651843,23652213,23653777,23654220,23662709,23679623,23681985,23684865,23687922,23689168,23689219,23693205,23694366,23701047,23703321,23708020,23708170,23718021,23720905,23727991,23732807,23740364,23820006,23842231,23855228,23903317,23920061,23926438,24000723,24019595,24021189,24024862,24026087,24027161,24035633,24086301,24132341,24137414,24138858,24144526,24145129,24166569,24167910,24168713,24172512,24177902,24178503,24179554,24182212,24192324,24205062,24223378,24231646,24263578,24264027,24279673,24328056,24328506,24328710,24329811,24330912,24331417,24334374,24336012,24339562,24340324,24340581,24340642,24342233,24344559,24348476,24379613,24380982,24382396,24389680,24389732,24392090,24403327,24403347,24403524,24403867,24403885,24404114,24404742,24420303,24427623,24427782,24428239,24429874,24431133,24439587,2444532', 'assoc_port': '23530936:23569009,23534655:23584448,23537917:23573377,23543496:23543863,23547108:23575061,23556266:23585030,23556285:23556492,23560096:23581447,23563498:23572053,23568013:23568518,23568015:23568405,23589264:23612646,23594055:23607880,23596509:23609574,23596511:23609687,23620720:23630670,23620726:23631416,23634444:23645647,23634448:23645803,23634454:23646057,23636438:23636638,23639806:23649922,23643445:23651843,23643450:23652213,23644227:23662709,23645866:23653777,23647432:23654220,23665039:23684865,23669200:23708020,23676096:23679623,23681698:23703321,23681723:23732807,23681731:23681985,23683993:23708170,23687038:23687922,23688370:23689168,23688373:23689219,23691319:23693205,23694294:23694366,23697324:23718021,23699597:23701047,23702416:23720905,23704454:23727991,23722784:23740364,23819105:23820006,23829119:23842231,23848754:23855228,23902364:23903317,23919348:23920061,23925728:23926438,23936972:24000723,23937813:24177902,23938039:24019595,23938638:24178503,23958509:24086301,23996440:24132341,24000707:2413741', 'assoc_mat': '23530936:carton:4200:23569009,23534655:carton:4200:23584448,23537917:carton:4200:23573377,23543496:carton:4200:23543863,23547108:carton:4200:23575061,23556266:carton:4200:23585030,23556285:carton:4200:23556492,23560096:carton:4200:23581447,23563498:carton:4200:23572053,23568013:carton:4200:23568518,23568015:carton:4200:23568405,23589264:carton:4200:23612646,23594055:carton:4200:23607880,23596509:carton:4200:23609574,23596511:carton:4200:23609687,23620720:carton:4200:23630670,23620726:carton:4200:23631416,23634444:carton:4200:23645647,23634448:carton:4200:23645803,23634454:carton:4200:23646057,23636438:carton:4200:23636638,23639806:carton:4200:23649922,23643445:carton:4200:23651843,23643450:carton:4200:23652213,23644227:carton:4200:23662709,23645866:carton:4200:23653777,23647432:carton:4200:23654220,23665039:carton:4200:23684865,23669200:carton:4200:23708020,23676096:carton:4200:23679623,23681698:carton:4200:23703321,23681723:carton:4200:23732807,23681731:carton:4200:23681985,23683993:carton:4200:23708170,2368'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.013949543174803595, 'nb_photo': 59, 'list_port_cont': '24303615', 'assoc_port': '24295880:24303615', 'assoc_mat': '24295880:carton:3594:24303615'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.031462922538193966, 'nb_photo': 2872, 'list_port_cont': '23572724,23630467,23634793,23640493,23646548,23651683,23666271,23674048,23682247,23683319,23691609,23851887,23903360,23925935,23967745,24204864,24297676,24297772,24298305,24298437,24298689,24299179,24301293,24310296,24311715,24312053,24367261,24402676,24416633,24429806,24430856,24437001,24439831,24443139,24513269,24513490,24516274,24517003,24517092,24517110,24517429,24517631,24517783,24517932,24518013,24518387,24518548,24518786,24519327,24519447,24519685,24519698,24519754,24520256,24520489,24520694,24520739,24521005,24521047,24521557,24521838,24522375,24522635,24522702,24522907,24523023,24523153,24523290,24523726,24523922,24524183,24524330,24524637,24524917,24525036,24525561,24525752,24525892,24525942,24525965,24526175,24526183,24526635,24526751,24526921,24527831,24527942,24528001,24528054,24528358,24528519,24528798,24529233,24529394,24529542,24530266,24530429,24530920,24530988,24531223,24531554,24531660,24531701,24532137,24532375,24532469,24532647,24532797,24532987,24533023,24533052,24533143,24533907,2453401', 'assoc_port': '23572471:23572724,23630253:23630467,23634450:23634793,23639809:23640493,23645864:23646548,23651477:23651683,23665041:23666271,23673393:23674048,23681697:23682247,23683047:23683319,23691316:23691609,23851645:23851887,23902199:23903360,23925763:23925935,23966882:23967745,24093962:24204864,24295880:24528358,24295922:24301293,24296180:24520489,24296384:24299179,24296752:24298689,24296813:24298305,24296983:24297676,24297088:24298437,24297123:24297772,24309317:24312053,24309395:24311715,24309644:24310296,24366878:24367261,24401854:24402676,24415973:24416633,24421764:24430856,24429600:24429806,24436619:24437001,24439758:24439831,24442988:24443139,24512224:24555005,24512240:24555145,24512256:24555402,24512292:24556303,24512298:24556689,24512385:24559134,24512389:24558363,24512394:24559583,24512403:24513269,24512444:24513490,24512493:24558780,24512508:24558718,24514854:24544243,24514855:24542558,24514860:24544417,24514864:24542429,24514966:24546913,24514987:24542230,24515045:24542076,24515049:24543703,24515055:2454187', 'assoc_mat': '23572471:carton:4209:23572724,23630253:carton:4209:23630467,23634450:carton:4209:23634793,23639809:carton:4209:23640493,23645864:carton:4209:23646548,23651477:carton:4209:23651683,23665041:carton:4209:23666271,23673393:carton:4209:23674048,23681697:carton:4209:23682247,23683047:carton:4209:23683319,23691316:carton:4209:23691609,23851645:carton:4209:23851887,23902199:carton:4209:23903360,23925763:carton:4209:23925935,23966882:carton:4209:23967745,24093962:carton:4209:24204864,24295880:carton:4209:24528358,24295922:carton:4209:24301293,24296180:carton:4209:24520489,24296384:carton:4209:24299179,24296752:carton:4209:24298689,24296813:carton:4209:24298305,24296983:carton:4209:24297676,24297088:carton:4209:24298437,24297123:carton:4209:24297772,24309317:carton:4209:24312053,24309395:carton:4209:24311715,24309644:carton:4209:24310296,24366878:carton:4209:24367261,24401854:carton:4209:24402676,24415973:carton:4209:24416633,24421764:carton:4209:24430856,24429600:carton:4209:24429806,24436619:carton:4209:24437001,2443'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008498883744317957, 'nb_photo': 9138, 'list_port_cont': '23535098,23538749,23541556,23543979,23548200,23551894,23555598,23560672,23564449,23569993,23570275,23586052,23587115,23589861,23593032,23593379,23597265,23621517,23621865,23622244,23633787,23635064,23635210,23638284,23640790,23641947,23644719,23646924,23651951,23666390,23667097,23670235,23671401,23672728,23674191,23676762,23682397,23684586,23685546,23687474,23688867,23691720,23694424,23700480,23702944,23705073,23708004,23708783,23712612,23716398,23717647,23719913,23723501,23726439,23732278,23811497,23819849,23820610,23829925,23832159,23853901,23902865,23919613,23920791,23926117,23926134,24020623,24022607,24024667,24025227,24040471,24042584,24096550,24134681,24135442,24136111,24137267,24139485,24143621,24144874,24145243,24168449,24168729,24169597,24171855,24173658,24174490,24174997,24178291,24182676,24189605,24206111,24211192,24213927,24223414,24233263,24244151,24263100,24264076,24265032,24297739,24299112,24300089,24300791,24301314,24302127,24303270,24307769,24308445,24308793,24309825,24311254,24314487,2431694', 'assoc_port': '23534654:23535098,23537920:23538749,23540436:23541556,23543517:23543979,23547110:23548200,23550747:23551894,23555036:23555598,23560093:23560672,23563503:23564449,23569424:23570275,23569432:23569993,23585185:23586052,23586473:23587115,23589266:23589861,23592543:23593379,23592547:23593032,23596517:23597265,23620718:23622244,23620722:23621865,23620756:23621517,23632820:23633787,23634446:23635210,23634457:23635064,23637427:23638284,23639808:23640790,23641366:23641947,23644225:23644719,23645862:23646924,23651476:23651951,23663153:23667097,23665045:23666390,23669198:23670235,23670888:23671401,23671695:23672728,23673440:23674191,23676097:23676762,23681716:23685546,23681727:23682397,23683964:23684586,23687040:23687474,23688376:23688867,23691318:23691720,23694292:23694424,23699593:23700480,23702410:23702944,23704456:23705073,23707619:23708004,23708553:23708783,23712026:23712612,23715744:23717647,23715751:23716398,23719475:23719913,23722757:23723501,23725935:23726439,23731806:23732278,23811030:23811497,23819146:2382061', 'assoc_mat': '23534654:carton:4211:23535098,23537920:carton:4211:23538749,23540436:carton:4211:23541556,23543517:carton:4211:23543979,23547110:carton:4211:23548200,23550747:carton:4211:23551894,23555036:carton:4211:23555598,23560093:carton:4211:23560672,23563503:carton:4211:23564449,23569424:carton:4211:23570275,23569432:carton:4211:23569993,23585185:carton:4211:23586052,23586473:carton:4211:23587115,23589266:carton:4211:23589861,23592543:carton:4211:23593379,23592547:carton:4211:23593032,23596517:carton:4211:23597265,23620718:carton:4211:23622244,23620722:carton:4211:23621865,23620756:carton:4211:23621517,23632820:carton:4211:23633787,23634446:carton:4211:23635210,23634457:carton:4211:23635064,23637427:carton:4211:23638284,23639808:carton:4211:23640790,23641366:carton:4211:23641947,23644225:carton:4211:23644719,23645862:carton:4211:23646924,23651476:carton:4211:23651951,23663153:carton:4211:23667097,23665045:carton:4211:23666390,23669198:carton:4211:23670235,23670888:carton:4211:23671401,23671695:carton:4211:23672728,2367'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003918934907529749, 'nb_photo': 345, 'list_port_cont': '23543375,23575817,23585118,23586529,23595922,23596248,23597068,23602060,23607108,23608056,23609492,23622316,23631339,23631912,23647729,23647998,23652914,23678933,23680142,23680906,23687975,23689398,23696221,23701776,23703142,23704373,23719340,23726634,23726922,23730720,23734751,23737160,23738072,23740862,23741455,23742302,23808423,23808643,23812494,23812543,23823600,23826179,23857799,23919739,23959790,24001598,24021163,24022359,24022432,24022703,24023089,24025100,24025562,24080383,24099701,24117622,24133256,24135025,24138370,24141519,24147184,24164663,24166343,24166405,24168084,24168172,24169731,24169978,24170123,24170333,24171462,24171683,24172339,24172918,24190001,24243714,24283261,24287181,24328861,24329577,24330079,24330111,24332445,24332679,24337015,24337846,24338166,24338983,24339852,24339981,24340408,24342582,24342727,24343360,24343735,24346175,24347341,24349747,24350233,24353013,24355245,24379838,24382268,24390807,24392317,24402815,24403510,24403720,24403752,24403921,24403935,24404256,24404271,2440428', 'assoc_port': '23542721:23543375,23545657:23585118,23550746:23575817,23556281:23586529,23585184:23596248,23586467:23597068,23586482:23602060,23592539:23607108,23594051:23608056,23595408:23609492,23595419:23595922,23620717:23631339,23620741:23622316,23630741:23631912,23634452:23647729,23636430:23647998,23637430:23678933,23643447:23652914,23663156:23680906,23671693:23696221,23676094:23680142,23681715:23704373,23681725:23726922,23683042:23730720,23687067:23687975,23688372:23689398,23697318:23719340,23699594:23703142,23700573:23701776,23703106:23726634,23709128:23734751,23711012:23737160,23712074:23738072,23722781:23740862,23725944:23741455,23729236:23742302,23807827:23808423,23807830:23808643,23809051:23812543,23812264:23812494,23819179:23823600,23822262:23826179,23848762:23857799,23919353:23919739,23936968:24001598,23937985:24170123,23938572:24169978,23938725:24022359,23938958:24022703,23939137:24023089,23953615:24080383,23958528:23959790,23974635:24099701,23983492:24117622,23996441:24133256,23998866:24135025,24000704:2413837', 'assoc_mat': '23542721:carton:3327:23543375,23545657:carton:3327:23585118,23550746:carton:3327:23575817,23556281:carton:3327:23586529,23585184:carton:3327:23596248,23586467:carton:3327:23597068,23586482:carton:3327:23602060,23592539:carton:3327:23607108,23594051:carton:3327:23608056,23595408:carton:3327:23609492,23595419:carton:3327:23595922,23620717:carton:3327:23631339,23620741:carton:3327:23622316,23630741:carton:3327:23631912,23634452:carton:3327:23647729,23636430:carton:3327:23647998,23637430:carton:3327:23678933,23643447:carton:3327:23652914,23663156:carton:3327:23680906,23671693:carton:3327:23696221,23676094:carton:3327:23680142,23681715:carton:3327:23704373,23681725:carton:3327:23726922,23683042:carton:3327:23730720,23687067:carton:3327:23687975,23688372:carton:3327:23689398,23697318:carton:3327:23719340,23699594:carton:3327:23703142,23700573:carton:3327:23701776,23703106:carton:3327:23726634,23709128:carton:3327:23734751,23711012:carton:3327:23737160,23712074:carton:3327:23738072,23722781:carton:3327:23740862,2372'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.013618485710316338, 'nb_photo': 87, 'list_port_cont': '24437180,24439469,24440270,24443409,24443790', 'assoc_port': '24436620:24437180,24439171:24439469,24439759:24440270,24442986:24443790,24442990:24443409', 'assoc_mat': '24436620:carton:3594:24437180,24439171:carton:3594:24439469,24439759:carton:3594:24440270,24442986:carton:3594:24443790,24442990:carton:3594:24443409'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006460387374666643, 'nb_photo': 1, 'list_port_cont': '24296673', 'assoc_port': '24296180:24296673', 'assoc_mat': '24296180:cartonnette:3726:24296673'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0016605584314784182, 'nb_photo': 56, 'list_port_cont': '23631735,23661686,23679472,23687133,23688056,23695518,23702054,23702930,24213278,24297287,24297584,24429621,24433312,24517124,24520145,24527163,24527873,24529784,24532237,24533245,24533718,24534595,24541697,24542642,24544365,24544679,24545322,24546694,24546953,24550299,24551407,24553314,24553903,24556171,24556427,24556624,24556832,24570807,24573468', 'assoc_port': '23627494:23631735,23651475:23661686,23663154:23702054,23669191:23688056,23671673:23695518,23677334:23679472,23681695:23702930,23687068:23687133,24213123:24213278,24296866:24297584,24296994:24297287,24429602:24429621,24432906:24433312,24514857:24556832,24514861:24556624,24515067:24556427,24515088:24556171,24515616:24553903,24515651:24550299,24515659:24553314,24515753:24551407,24516060:24546953,24516138:24542642,24516142:24546694,24516224:24545322,24516363:24541697,24516384:24533718,24516417:24544679,24516464:24544365,24516539:24533245,24516676:24517124,24516702:24527873,24516704:24534595,24516722:24527163,24516767:24520145,24516871:24532237,24516874:24529784,24568475:24573468,24568751:24570807', 'assoc_mat': '23627494:cartonnette:3726:23631735,23651475:cartonnette:3726:23661686,23663154:cartonnette:3726:23702054,23669191:cartonnette:3726:23688056,23671673:cartonnette:3726:23695518,23677334:cartonnette:3726:23679472,23681695:cartonnette:3726:23702930,23687068:cartonnette:3726:23687133,24213123:cartonnette:3726:24213278,24296866:cartonnette:3726:24297584,24296994:cartonnette:3726:24297287,24429602:cartonnette:3726:24429621,24432906:cartonnette:3726:24433312,24514857:cartonnette:3726:24556832,24514861:cartonnette:3726:24556624,24515067:cartonnette:3726:24556427,24515088:cartonnette:3726:24556171,24515616:cartonnette:3726:24553903,24515651:cartonnette:3726:24550299,24515659:cartonnette:3726:24553314,24515753:cartonnette:3726:24551407,24516060:cartonnette:3726:24546953,24516138:cartonnette:3726:24542642,24516142:cartonnette:3726:24546694,24516224:cartonnette:3726:24545322,24516363:cartonnette:3726:24541697,24516384:cartonnette:3726:24533718,24516417:cartonnette:3726:24544679,24516464:cartonnette:3726:24544365,24516539:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.022738619158508225, 'nb_photo': 1, 'list_port_cont': '24296677', 'assoc_port': '24296180:24296677', 'assoc_mat': '24296180:Carton_brun:3726:24296677'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005884116004203263, 'nb_photo': 170, 'list_port_cont': '23647040,23649897,23661693,23679475,23687137,23688050,23695523,23702062,23702924,24213277,24297285,24297585,24297866,24420713,24427737,24429619,24433319,24515489,24517122,24527158,24530320,24530979,24532243,24532954,24533713,24534210,24534587,24537696,24540566,24540886,24541236,24541698,24542638,24543562,24543723,24544356,24544669,24546958,24548464,24549353,24550304,24550856,24552017,24552455,24553310,24553900,24554621,24554759,24555057,24555802,24555931,24556074,24556348,24556418,24556555,24556567,24556580,24556630,24556677,24556718,24556735,24556824,24559159,24559680,24569295,24569309,24570670,24570803,24571231,24572812,24573470,24577373', 'assoc_port': '23636436:23647040,23641363:23649897,23651475:23661693,23663154:23702062,23669191:23688050,23671673:23695523,23677334:23679475,23681695:23702924,23687068:23687137,24213123:24213277,24296859:24297866,24296866:24297585,24296994:24297285,24420642:24420713,24427715:24427737,24429602:24429619,24432906:24433319,24512226:24554621,24512313:24556348,24512320:24556555,24512478:24559159,24512526:24559680,24514857:24556824,24514858:24556677,24514861:24556630,24514867:24556580,24515042:24556735,24515046:24556718,24515050:24556567,24515067:24556418,24515132:24515489,24515268:24555931,24515295:24556074,24515297:24555802,24515404:24555057,24515562:24554759,24515592:24552017,24515616:24553900,24515642:24550856,24515651:24550304,24515659:24553310,24515711:24552455,24515993:24549353,24516003:24548464,24516060:24546958,24516138:24542638,24516363:24541698,24516370:24541236,24516384:24533713,24516417:24544669,24516464:24544356,24516512:24543723,24516536:24543562,24516540:24540886,24516591:24532954,24516599:24540566,24516676:2451712', 'assoc_mat': '23636436:Carton_brun:3726:23647040,23641363:Carton_brun:3726:23649897,23651475:Carton_brun:3726:23661693,23663154:Carton_brun:3726:23702062,23669191:Carton_brun:3726:23688050,23671673:Carton_brun:3726:23695523,23677334:Carton_brun:3726:23679475,23681695:Carton_brun:3726:23702924,23687068:Carton_brun:3726:23687137,24213123:Carton_brun:3726:24213277,24296859:Carton_brun:3726:24297866,24296866:Carton_brun:3726:24297585,24296994:Carton_brun:3726:24297285,24420642:Carton_brun:3726:24420713,24427715:Carton_brun:3726:24427737,24429602:Carton_brun:3726:24429619,24432906:Carton_brun:3726:24433319,24512226:Carton_brun:3726:24554621,24512313:Carton_brun:3726:24556348,24512320:Carton_brun:3726:24556555,24512478:Carton_brun:3726:24559159,24512526:Carton_brun:3726:24559680,24514857:Carton_brun:3726:24556824,24514858:Carton_brun:3726:24556677,24514861:Carton_brun:3726:24556630,24514867:Carton_brun:3726:24556580,24515042:Carton_brun:3726:24556735,24515046:Carton_brun:3726:24556718,24515050:Carton_brun:3726:24556567,24515067:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011649263439362264, 'nb_photo': 1, 'list_port_cont': '24296668', 'assoc_port': '24296180:24296668', 'assoc_mat': '24296180:Carton_gris:3726:24296668'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006627984664581302, 'nb_photo': 141, 'list_port_cont': '23647036,23649895,23679478,23688048,23695513,24213276,24297863,24419680,24419729,24427738,24429618,24433321,24515491,24517112,24518959,24524023,24527877,24530978,24531571,24532242,24532968,24534585,24535337,24540574,24541230,24541690,24541919,24542280,24543714,24544355,24544673,24545664,24546686,24546954,24547849,24548117,24548928,24549334,24549946,24550297,24551153,24551409,24552453,24552873,24553317,24553904,24554043,24554128,24554618,24554872,24555317,24555805,24555902,24555932,24555977,24556355,24556405,24556565,24556566,24556721,24556726,24556830,24557085,24557774,24559673,24569294,24569308,24570661,24570802,24577408', 'assoc_port': '23636436:23647036,23641363:23649895,23669191:23688048,23671673:23695513,23677334:23679478,24213123:24213276,24296859:24297863,24418257:24419729,24418401:24419680,24427715:24427738,24429602:24429618,24432906:24433321,24512226:24554618,24512320:24556565,24512336:24557085,24512382:24557774,24512526:24559673,24514857:24556830,24515042:24556726,24515046:24556721,24515050:24556566,24515061:24556405,24515073:24556355,24515132:24515491,24515243:24555977,24515268:24555932,24515289:24555902,24515297:24555805,24515420:24554872,24515483:24554128,24515595:24554043,24515616:24553904,24515651:24550297,24515659:24553317,24515692:24552873,24515711:24552453,24515728:24555317,24515749:24551153,24515753:24551409,24515801:24549946,24515876:24548928,24515880:24548117,24515956:24547849,24515993:24549334,24516060:24546954,24516142:24546686,24516191:24545664,24516335:24541919,24516363:24541690,24516370:24541230,24516417:24544673,24516464:24544355,24516512:24543714,24516568:24542280,24516591:24532968,24516599:24540574,24516676:2451711', 'assoc_mat': '23636436:Carton_gris:3726:23647036,23641363:Carton_gris:3726:23649895,23669191:Carton_gris:3726:23688048,23671673:Carton_gris:3726:23695513,23677334:Carton_gris:3726:23679478,24213123:Carton_gris:3726:24213276,24296859:Carton_gris:3726:24297863,24418257:Carton_gris:3726:24419729,24418401:Carton_gris:3726:24419680,24427715:Carton_gris:3726:24427738,24429602:Carton_gris:3726:24429618,24432906:Carton_gris:3726:24433321,24512226:Carton_gris:3726:24554618,24512320:Carton_gris:3726:24556565,24512336:Carton_gris:3726:24557085,24512382:Carton_gris:3726:24557774,24512526:Carton_gris:3726:24559673,24514857:Carton_gris:3726:24556830,24515042:Carton_gris:3726:24556726,24515046:Carton_gris:3726:24556721,24515050:Carton_gris:3726:24556566,24515061:Carton_gris:3726:24556405,24515073:Carton_gris:3726:24556355,24515132:Carton_gris:3726:24515491,24515243:Carton_gris:3726:24555977,24515268:Carton_gris:3726:24555932,24515289:Carton_gris:3726:24555902,24515297:Carton_gris:3726:24555805,24515420:Carton_gris:3726:24554872,24515483:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0022897209575034896, 'nb_photo': 45, 'list_port_cont': '23560219,23647060,23680067,23684207,23735951,23822452,24020632,24020832,24021685,24141454,24188745,24261475,24327802,24332351,24335811,24343864,24403745,24420750,24439456,24555632,24555712,24555755,24555786,24556017,24556754', 'assoc_port': '23560100:23560219,23636434:23647060,23663161:23680067,23683962:23684207,23711009:23735951,23822266:23822452,23938066:24020632,23938155:24020832,24006427:24141454,24014596:24021685,24088260:24188745,24092863:24261475,24295884:24327802,24296105:24335811,24296267:24332351,24309592:24343864,24401675:24403745,24420644:24420750,24439170:24439456,24514886:24556754,24515423:24556017,24515973:24555786,24516395:24555712,24516656:24555755,24516701:24555632', 'assoc_mat': '23560100:ela:4205:23560219,23636434:ela:4205:23647060,23663161:ela:4205:23680067,23683962:ela:4205:23684207,23711009:ela:4205:23735951,23822266:ela:4205:23822452,23938066:ela:4205:24020632,23938155:ela:4205:24020832,24006427:ela:4205:24141454,24014596:ela:4205:24021685,24088260:ela:4205:24188745,24092863:ela:4205:24261475,24295884:ela:4205:24327802,24296105:ela:4205:24335811,24296267:ela:4205:24332351,24309592:ela:4205:24343864,24401675:ela:4205:24403745,24420644:ela:4205:24420750,24439170:ela:4205:24439456,24514886:ela:4205:24556754,24515423:ela:4205:24556017,24515973:ela:4205:24555786,24516395:ela:4205:24555712,24516656:ela:4205:24555755,24516701:ela:4205:24555632'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9436226948947393, 'nb_photo': 345, 'list_port_cont': '23645685,23648756,23649803,23680575,23687730,23718772,23739937,23740171,23743558,23747108,23922692,24021483,24026314,24095615,24132389,24140842,24177805,24203380,24224238,24261410,24264330,24283115,24327882,24329539,24334007,24340570,24342315,24348350,24379713,24379831,24392051,24403303,24404339,24428092,24430475,24446163,24449377,24555851,24555884,24555911,24555985,24556124,24556255,24556320,24556322,24556641,24556993,24557034,24557154,24558935', 'assoc_port': '23632822:23645685,23639778:23648756,23639779:23649803,23663163:23680575,23677331:23740171,23687054:23687730,23697328:23718772,23712024:23747108,23721649:23739937,23731805:23743558,23922279:23922692,23937766:24177805,23938595:24021483,23973585:24095615,23996438:24132389,24006419:24140842,24024481:24026314,24092888:24203380,24115402:24224238,24124274:24264330,24209101:24261410,24230137:24283115,24295858:24327882,24295907:24329539,24296274:24334007,24297010:24340570,24309312:24342315,24309636:24348350,24370833:24379831,24370835:24379713,24386152:24392051,24401551:24404339,24401819:24403303,24418471:24428092,24420638:24430475,24436616:24449377,24445181:24446163,24512378:24558935,24514943:24557154,24514951:24556993,24515066:24557034,24515127:24556641,24515304:24556322,24515721:24556255,24515958:24556320,24516387:24556124,24516609:24555911,24516769:24555884,24516868:24555851,24517097:24555985', 'assoc_mat': '23632822:ela:4203:23645685,23639778:ela:4203:23648756,23639779:ela:4203:23649803,23663163:ela:4203:23680575,23677331:ela:4203:23740171,23687054:ela:4203:23687730,23697328:ela:4203:23718772,23712024:ela:4203:23747108,23721649:ela:4203:23739937,23731805:ela:4203:23743558,23922279:ela:4203:23922692,23937766:ela:4203:24177805,23938595:ela:4203:24021483,23973585:ela:4203:24095615,23996438:ela:4203:24132389,24006419:ela:4203:24140842,24024481:ela:4203:24026314,24092888:ela:4203:24203380,24115402:ela:4203:24224238,24124274:ela:4203:24264330,24209101:ela:4203:24261410,24230137:ela:4203:24283115,24295858:ela:4203:24327882,24295907:ela:4203:24329539,24296274:ela:4203:24334007,24297010:ela:4203:24340570,24309312:ela:4203:24342315,24309636:ela:4203:24348350,24370833:ela:4203:24379831,24370835:ela:4203:24379713,24386152:ela:4203:24392051,24401551:ela:4203:24404339,24401819:ela:4203:24403303,24418471:ela:4203:24428092,24420638:ela:4203:24430475,24436616:ela:4203:24449377,24445181:ela:4203:24446163,24512378:ela:4203:2455893'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007175404412073501, 'nb_photo': 102, 'list_port_cont': '23547756,23564177,23594384,23596942,23621203,23634873,23635279,23637982,23640770,23644543,23646356,23669738,23677933,23679044,23691359,23691573,23700284,23700765,23703486,23711356,23719768,23819602,23829577,23885279,23939707,23973841,23983734,24001233,24003336,24006704,24051170,24056526,24070102,24102792,24103082,24116321,24230221,24300319,24304078,24310316,24314000,24315745,24317992,24318811,24320882,24323874,24326956,24327143,24327938,24386395,24401708,24403676,24404047,24417965,24440809,24443189,24523501,24523792,24526392,24528424,24529119,24530538,24531445,24532174,24532552,24532885,24534437,24536618,24537578,24538684,24539214,24539689,24545441,24548292,24549875,24551429,24552359,24554048,24554508,24569074,24569452,24570984,24572028', 'assoc_port': '23547113:23547756,23563500:23564177,23594057:23594384,23596515:23596942,23620728:23621203,23634445:23635279,23634456:23634873,23637428:23637982,23639798:23640770,23644224:23644543,23645868:23646356,23669196:23669738,23677325:23679044,23677329:23677933,23691317:23691573,23691320:23691359,23699595:23700284,23700571:23700765,23703105:23703486,23711025:23711356,23719470:23719768,23819131:23819602,23829120:23829577,23885063:23885279,23938680:23939707,23973593:23973841,23983491:23983734,24000698:24001233,24002901:24003336,24006430:24006704,24048596:24051170,24056338:24056526,24069768:24070102,24102022:24103082,24102035:24102792,24115409:24116321,24230136:24230221,24295912:24327143,24295953:24327938,24296008:24326956,24296162:24323874,24296699:24304078,24297005:24300319,24309292:24320882,24309365:24318811,24309393:24317992,24309546:24315745,24309621:24314000,24309646:24310316,24386159:24386395,24401568:24401708,24401648:24404047,24401673:24403676,24417543:24417965,24432927:24440809,24442997:24443189,24515025:2455450', 'assoc_mat': '23547113:ela:4207:23547756,23563500:ela:4207:23564177,23594057:ela:4207:23594384,23596515:ela:4207:23596942,23620728:ela:4207:23621203,23634445:ela:4207:23635279,23634456:ela:4207:23634873,23637428:ela:4207:23637982,23639798:ela:4207:23640770,23644224:ela:4207:23644543,23645868:ela:4207:23646356,23669196:ela:4207:23669738,23677325:ela:4207:23679044,23677329:ela:4207:23677933,23691317:ela:4207:23691573,23691320:ela:4207:23691359,23699595:ela:4207:23700284,23700571:ela:4207:23700765,23703105:ela:4207:23703486,23711025:ela:4207:23711356,23719470:ela:4207:23719768,23819131:ela:4207:23819602,23829120:ela:4207:23829577,23885063:ela:4207:23885279,23938680:ela:4207:23939707,23973593:ela:4207:23973841,23983491:ela:4207:23983734,24000698:ela:4207:24001233,24002901:ela:4207:24003336,24006430:ela:4207:24006704,24048596:ela:4207:24051170,24056338:ela:4207:24056526,24069768:ela:4207:24070102,24102022:ela:4207:24103082,24102035:ela:4207:24102792,24115409:ela:4207:24116321,24230136:ela:4207:24230221,24295912:ela:4207:2432714'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031602497027330796, 'nb_photo': 6, 'list_port_cont': '24179043,24524784,24533804,24535091', 'assoc_port': '23937818:24179043,24515818:24533804,24516706:24524784,24517198:24535091', 'assoc_mat': '23937818:ela:4461:24179043,24515818:ela:4461:24533804,24516706:ela:4461:24524784,24517198:ela:4461:24535091'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014963833351898093, 'nb_photo': 164, 'list_port_cont': '23543862,23568510,23572044,23585033,23607870,23609676,23630666,23636640,23645656,23645810,23646065,23654219,23684857,23689169,23693213,23694367,23701065,23703318,23708025,23820007,23855221,23926446,24019592,24021191,24027159,24137405,24138867,24144527,24178501,24192336,24205069,24223358,24264034,24279671,24328703,24329818,24331416,24334368,24342236,24389685,24403349,24403526,24403876,24404105,24404739,24420305,24427634,24427786,24429885,24439590,24446365,24446428,24449928,24513159,24516958,24520292,24520380,24522304,24522475,24525267,24526518,24527444,24527673,24528300,24528740,24529402,24530115,24532290,24533230,24534579,24535444,24536040,24537254,24538008,24539163,24540343,24542495,24544025,24544205,24544436,24545262,24545597,24545874,24547429,24548099,24548306,24549031,24550462,24553013,24554351,24554631,24554713,24555568,24556913,24559035,24559439,24569526,24571565,24572523,24573344,24573456,24574528,24577027', 'assoc_port': '23543496:23543862,23556266:23585033,23563498:23572044,23568013:23568510,23594055:23607870,23596511:23609676,23620720:23630666,23634444:23645656,23634448:23645810,23634454:23646065,23636438:23636640,23647432:23654219,23665039:23684857,23669200:23708025,23681698:23703318,23688370:23689169,23691319:23693213,23694294:23694367,23699597:23701065,23819105:23820007,23848754:23855221,23925728:23926446,23938039:24019592,23938638:24178501,24000707:24137405,24002905:24138867,24009623:24144527,24014637:24021191,24024473:24027159,24090695:24192336,24093992:24205069,24115393:24223358,24124280:24264034,24201811:24279671,24295973:24329818,24296044:24334368,24296045:24328703,24296099:24331416,24296256:24389685,24309316:24342236,24401660:24404105,24401663:24403876,24401712:24403526,24401804:24403349,24401852:24404739,24417538:24420305,24418337:24427634,24418448:24427786,24429599:24429885,24436640:24439590,24442953:24449928,24442992:24446365,24446323:24446428,24512221:24554713,24512329:24556913,24512401:24559035,24512438:2455943', 'assoc_mat': '23543496:ela:4200:23543862,23556266:ela:4200:23585033,23563498:ela:4200:23572044,23568013:ela:4200:23568510,23594055:ela:4200:23607870,23596511:ela:4200:23609676,23620720:ela:4200:23630666,23634444:ela:4200:23645656,23634448:ela:4200:23645810,23634454:ela:4200:23646065,23636438:ela:4200:23636640,23647432:ela:4200:23654219,23665039:ela:4200:23684857,23669200:ela:4200:23708025,23681698:ela:4200:23703318,23688370:ela:4200:23689169,23691319:ela:4200:23693213,23694294:ela:4200:23694367,23699597:ela:4200:23701065,23819105:ela:4200:23820007,23848754:ela:4200:23855221,23925728:ela:4200:23926446,23938039:ela:4200:24019592,23938638:ela:4200:24178501,24000707:ela:4200:24137405,24002905:ela:4200:24138867,24009623:ela:4200:24144527,24014637:ela:4200:24021191,24024473:ela:4200:24027159,24090695:ela:4200:24192336,24093992:ela:4200:24205069,24115393:ela:4200:24223358,24124280:ela:4200:24264034,24201811:ela:4200:24279671,24295973:ela:4200:24329818,24296044:ela:4200:24334368,24296045:ela:4200:24328703,24296099:ela:4200:2433141'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003659752150456944, 'nb_photo': 404, 'list_port_cont': '23572716,23630462,23634789,23640492,23646553,23651684,23666278,23674042,23682249,23683315,23691608,23851893,23903358,23967734,24204871,24297678,24297770,24298319,24298430,24298680,24299169,24301288,24310294,24311729,24312051,24367257,24429792,24430847,24436994,24443144,24513254,24513496,24517011,24517089,24517431,24517627,24517776,24517945,24518027,24518547,24518789,24519451,24519697,24519748,24520682,24521008,24521042,24521558,24521851,24522624,24522706,24522905,24523022,24523151,24523280,24524634,24524910,24525742,24525945,24525952,24526171,24526182,24526638,24526748,24527826,24527954,24528003,24528359,24528518,24528800,24529387,24530431,24530934,24531220,24531556,24531662,24531708,24532368,24532482,24532636,24532798,24532974,24533033,24533041,24534045,24534297,24534343,24535026,24535042,24535297,24535550,24535614,24536098,24536520,24536776,24537409,24537423,24537826,24538137,24538327,24538687,24538796,24539061,24539088,24539186,24539764,24540182,24541086,24541410,24541551,24541573,24541870,24542071,2454222', 'assoc_port': '23572471:23572716,23630253:23630462,23634450:23634789,23639809:23640492,23645864:23646553,23651477:23651684,23665041:23666278,23673393:23674042,23681697:23682249,23683047:23683315,23691316:23691608,23851645:23851893,23902199:23903358,23966882:23967734,24093962:24204871,24295880:24528359,24295922:24301288,24296384:24299169,24296752:24298680,24296813:24298319,24296983:24297678,24297088:24298430,24297123:24297770,24309317:24312051,24309395:24311729,24309644:24310294,24366878:24367257,24421764:24430847,24429600:24429792,24436619:24436994,24442988:24443144,24512292:24556304,24512298:24556688,24512394:24559577,24512403:24513254,24512444:24513496,24514854:24544258,24514855:24542557,24514860:24544411,24514966:24546914,24514987:24542224,24515045:24542071,24515055:24541870,24515059:24543283,24515064:24541551,24515072:24542840,24515107:24541573,24515214:24541410,24515246:24539764,24515251:24541086,24515271:24539186,24515301:24539061,24515310:24539088,24515407:24538687,24515412:24538327,24515414:24538796,24515422:2453740', 'assoc_mat': '23572471:ela:4209:23572716,23630253:ela:4209:23630462,23634450:ela:4209:23634789,23639809:ela:4209:23640492,23645864:ela:4209:23646553,23651477:ela:4209:23651684,23665041:ela:4209:23666278,23673393:ela:4209:23674042,23681697:ela:4209:23682249,23683047:ela:4209:23683315,23691316:ela:4209:23691608,23851645:ela:4209:23851893,23902199:ela:4209:23903358,23966882:ela:4209:23967734,24093962:ela:4209:24204871,24295880:ela:4209:24528359,24295922:ela:4209:24301288,24296384:ela:4209:24299169,24296752:ela:4209:24298680,24296813:ela:4209:24298319,24296983:ela:4209:24297678,24297088:ela:4209:24298430,24297123:ela:4209:24297770,24309317:ela:4209:24312051,24309395:ela:4209:24311729,24309644:ela:4209:24310294,24366878:ela:4209:24367257,24421764:ela:4209:24430847,24429600:ela:4209:24429792,24436619:ela:4209:24436994,24442988:ela:4209:24443144,24512292:ela:4209:24556304,24512298:ela:4209:24556688,24512394:ela:4209:24559577,24512403:ela:4209:24513254,24512444:ela:4209:24513496,24514854:ela:4209:24544258,24514855:ela:4209:2454255'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000960594982450425, 'nb_photo': 1468, 'list_port_cont': '23535097,23538740,23541557,23543974,23548207,23551893,23555596,23564447,23569996,23570271,23586066,23587107,23589856,23593030,23593378,23597262,23621515,23621874,23622230,23633785,23635079,23635212,23638285,23640779,23641949,23644728,23646929,23651945,23666387,23667102,23670233,23671400,23672718,23674181,23676760,23682401,23684590,23685562,23687480,23688858,23691716,23694410,23700481,23702938,23705070,23708002,23708793,23712603,23716405,23717617,23719918,23723514,23726443,23732274,23811499,23819852,23820614,23829933,23832163,23853889,23902871,23919615,23920792,23926127,23926132,24020624,24022621,24024661,24025230,24040464,24042583,24096537,24134678,24135466,24136114,24137263,24139476,24143623,24144877,24145246,24168456,24168731,24169605,24171853,24173648,24174482,24174983,24178299,24182677,24189600,24206125,24211181,24213923,24223427,24233253,24244150,24263101,24264075,24265040,24297753,24299110,24300084,24300796,24301326,24302137,24303273,24307761,24308457,24308797,24309837,24311264,24314473,24316946,2431754', 'assoc_port': '23534654:23535097,23537920:23538740,23540436:23541557,23543517:23543974,23547110:23548207,23550747:23551893,23555036:23555596,23563503:23564447,23569424:23570271,23569432:23569996,23585185:23586066,23586473:23587107,23589266:23589856,23592543:23593378,23592547:23593030,23596517:23597262,23620718:23622230,23620722:23621874,23620756:23621515,23632820:23633785,23634446:23635212,23634457:23635079,23637427:23638285,23639808:23640779,23641366:23641949,23644225:23644728,23645862:23646929,23651476:23651945,23663153:23667102,23665045:23666387,23669198:23670233,23670888:23671400,23671695:23672718,23673440:23674181,23676097:23676760,23681716:23685562,23681727:23682401,23683964:23684590,23687040:23687480,23688376:23688858,23691318:23691716,23694292:23694410,23699593:23700481,23702410:23702938,23704456:23705070,23707619:23708002,23708553:23708793,23712026:23712603,23715744:23717617,23715751:23716405,23719475:23719918,23722757:23723514,23725935:23726443,23731806:23732274,23811030:23811499,23819146:23820614,23819188:2381985', 'assoc_mat': '23534654:ela:4211:23535097,23537920:ela:4211:23538740,23540436:ela:4211:23541557,23543517:ela:4211:23543974,23547110:ela:4211:23548207,23550747:ela:4211:23551893,23555036:ela:4211:23555596,23563503:ela:4211:23564447,23569424:ela:4211:23570271,23569432:ela:4211:23569996,23585185:ela:4211:23586066,23586473:ela:4211:23587107,23589266:ela:4211:23589856,23592543:ela:4211:23593378,23592547:ela:4211:23593030,23596517:ela:4211:23597262,23620718:ela:4211:23622230,23620722:ela:4211:23621874,23620756:ela:4211:23621515,23632820:ela:4211:23633785,23634446:ela:4211:23635212,23634457:ela:4211:23635079,23637427:ela:4211:23638285,23639808:ela:4211:23640779,23641366:ela:4211:23641949,23644225:ela:4211:23644728,23645862:ela:4211:23646929,23651476:ela:4211:23651945,23663153:ela:4211:23667102,23665045:ela:4211:23666387,23669198:ela:4211:23670233,23670888:ela:4211:23671400,23671695:ela:4211:23672718,23673440:ela:4211:23674181,23676097:ela:4211:23676760,23681716:ela:4211:23685562,23681727:ela:4211:23682401,23683964:ela:4211:2368459'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011434581796959466, 'nb_photo': 51, 'list_port_cont': '23645683,23648759,23680582,23687728,23718774,23740172,23743565,23747110,23922688,24021485,24026317,24095601,24203381,24261416,24327892,24334014,24342312,24392045,24404342,24555885,24555917,24555979,24556242,24556313,24556990,24557036', 'assoc_port': '23632822:23645683,23639778:23648759,23663163:23680582,23677331:23740172,23687054:23687728,23697328:23718774,23712024:23747110,23731805:23743565,23922279:23922688,23938595:24021485,23973585:24095601,24024481:24026317,24092888:24203381,24209101:24261416,24295858:24327892,24296274:24334014,24309312:24342312,24386152:24392045,24401551:24404342,24514951:24556990,24515066:24557036,24515721:24556242,24515958:24556313,24516609:24555917,24516769:24555885,24517097:24555979', 'assoc_mat': '23632822:etiquette:4203:23645683,23639778:etiquette:4203:23648759,23663163:etiquette:4203:23680582,23677331:etiquette:4203:23740172,23687054:etiquette:4203:23687728,23697328:etiquette:4203:23718774,23712024:etiquette:4203:23747110,23731805:etiquette:4203:23743565,23922279:etiquette:4203:23922688,23938595:etiquette:4203:24021485,23973585:etiquette:4203:24095601,24024481:etiquette:4203:24026317,24092888:etiquette:4203:24203381,24209101:etiquette:4203:24261416,24295858:etiquette:4203:24327892,24296274:etiquette:4203:24334014,24309312:etiquette:4203:24342312,24386152:etiquette:4203:24392045,24401551:etiquette:4203:24404342,24514951:etiquette:4203:24556990,24515066:etiquette:4203:24557036,24515721:etiquette:4203:24556242,24515958:etiquette:4203:24556313,24516609:etiquette:4203:24555917,24516769:etiquette:4203:24555885,24517097:etiquette:4203:24555979'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00010042925324237485, 'nb_photo': 8, 'list_port_cont': '23589789,23644555,23679939,23691362,23700285,23808141,24533991,24537568', 'assoc_port': '23589275:23589789,23644224:23644555,23663158:23679939,23691320:23691362,23699595:23700285,23807828:23808141,24515877:24537568,24516135:24533991', 'assoc_mat': '23589275:etiquette:4207:23589789,23644224:etiquette:4207:23644555,23663158:etiquette:4207:23679939,23691320:etiquette:4207:23691362,23699595:etiquette:4207:23700285,23807828:etiquette:4207:23808141,24515877:etiquette:4207:24537568,24516135:etiquette:4207:24533991'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 4.161855196710789e-05, 'nb_photo': 1, 'list_port_cont': '24518859', 'assoc_port': '24517240:24518859', 'assoc_mat': '24517240:etiquette:4461:24518859'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015194211386292822, 'nb_photo': 3, 'list_port_cont': '23556480,24035642,24572733', 'assoc_port': '23556285:23556480,24024255:24035642,24568835:24572733', 'assoc_mat': '23556285:etiquette:4200:23556480,24024255:etiquette:4200:24035642,24568835:etiquette:4200:24572733'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00042145814449526925, 'nb_photo': 35, 'list_port_cont': '23646549,23666281,23682236,24429791,24513259,24513494,24517088,24517428,24520681,24521048,24521562,24521835,24525750,24526743,24527825,24528511,24529238,24532649,24532793,24532982,24533029,24534296,24535551,24538329,24539757,24541091,24541570,24543293', 'assoc_port': '23645864:23646549,23665041:23666281,23681697:23682236,24429600:24429791,24512403:24513259,24512444:24513494,24515059:24543293,24515107:24541570,24515246:24539757,24515251:24541091,24515412:24538329,24515617:24517088,24515724:24532793,24515775:24532649,24515778:24534296,24515878:24535551,24515905:24532982,24515985:24517428,24516205:24529238,24516231:24528511,24516337:24527825,24516373:24525750,24516636:24526743,24516738:24521835,24516861:24521048,24517062:24521562,24517162:24520681,24517396:24533029', 'assoc_mat': '23645864:etiquette:4209:23646549,23665041:etiquette:4209:23666281,23681697:etiquette:4209:23682236,24429600:etiquette:4209:24429791,24512403:etiquette:4209:24513259,24512444:etiquette:4209:24513494,24515059:etiquette:4209:24543293,24515107:etiquette:4209:24541570,24515246:etiquette:4209:24539757,24515251:etiquette:4209:24541091,24515412:etiquette:4209:24538329,24515617:etiquette:4209:24517088,24515724:etiquette:4209:24532793,24515775:etiquette:4209:24532649,24515778:etiquette:4209:24534296,24515878:etiquette:4209:24535551,24515905:etiquette:4209:24532982,24515985:etiquette:4209:24517428,24516205:etiquette:4209:24529238,24516231:etiquette:4209:24528511,24516337:etiquette:4209:24527825,24516373:etiquette:4209:24525750,24516636:etiquette:4209:24526743,24516738:etiquette:4209:24521835,24516861:etiquette:4209:24521048,24517062:etiquette:4209:24521562,24517162:etiquette:4209:24520681,24517396:etiquette:4209:24533029'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 3.4321489914584255e-05, 'nb_photo': 48, 'list_port_cont': '23548204,23560674,23621511,23638295,23666386,23667096,23672720,23676748,23712609,23716412,23717632,23926131,24022612,24025234,24096546,24139481,24144875,24182664,24189608,24213926,24233268,24265042,24302122,24402846,24517974,24518673,24518842,24519473,24519513,24521087,24521517,24524321,24526125,24526313,24527349,24532130,24534088,24551308,24551923,24571860,24572479', 'assoc_port': '23547110:23548204,23560093:23560674,23620756:23621511,23637427:23638295,23663153:23667096,23665045:23666386,23671695:23672720,23676097:23676748,23712026:23712609,23715744:23717632,23715751:23716412,23925745:23926131,23973602:24096546,24002899:24233268,24002909:24139481,24009606:24144875,24014054:24022612,24024486:24025234,24075814:24182664,24088250:24189608,24101984:24213926,24230134:24265042,24296358:24302122,24401844:24402846,24512217:24551923,24512397:24551308,24515550:24532130,24515648:24534088,24515884:24517974,24516261:24518673,24516307:24527349,24516394:24526313,24516650:24526125,24516672:24524321,24516687:24521087,24517046:24521517,24517196:24519513,24517217:24519473,24517383:24518842,24568732:24572479,24568842:24571860', 'assoc_mat': '23547110:etiquette:4211:23548204,23560093:etiquette:4211:23560674,23620756:etiquette:4211:23621511,23637427:etiquette:4211:23638295,23663153:etiquette:4211:23667096,23665045:etiquette:4211:23666386,23671695:etiquette:4211:23672720,23676097:etiquette:4211:23676748,23712026:etiquette:4211:23712609,23715744:etiquette:4211:23717632,23715751:etiquette:4211:23716412,23925745:etiquette:4211:23926131,23973602:etiquette:4211:24096546,24002899:etiquette:4211:24233268,24002909:etiquette:4211:24139481,24009606:etiquette:4211:24144875,24014054:etiquette:4211:24022612,24024486:etiquette:4211:24025234,24075814:etiquette:4211:24182664,24088250:etiquette:4211:24189608,24101984:etiquette:4211:24213926,24230134:etiquette:4211:24265042,24296358:etiquette:4211:24302122,24401844:etiquette:4211:24402846,24512217:etiquette:4211:24551923,24512397:etiquette:4211:24551308,24515550:etiquette:4211:24532130,24515648:etiquette:4211:24534088,24515884:etiquette:4211:24517974,24516261:etiquette:4211:24518673,24516307:etiquette:4211:24527349,2'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02590571296109151, 'nb_photo': 892, 'list_port_cont': '23560221,23568671,23585425,23630507,23631694,23647067,23680068,23684219,23684764,23688816,23700919,23739598,23808060,23822450,23903157,24020648,24020830,24021680,24022457,24098376,24141469,24143091,24167578,24188757,24220692,24242935,24243061,24261474,24264055,24327793,24332277,24332339,24335822,24342222,24343852,24343919,24382371,24403737,24404217,24404815,24420754,24427907,24439451,24555633,24555715,24555768,24555801,24555827,24556014,24556758', 'assoc_port': '23530935:23568671,23543498:23585425,23560100:23560221,23620719:23630507,23620751:23631694,23636434:23647067,23663161:23680068,23665043:23684764,23683962:23684219,23688371:23688816,23700572:23700919,23721651:23739598,23807832:23808060,23822266:23822450,23851582:23903157,23938066:24020648,23938155:24020830,23939169:24022457,23974631:24098376,24006427:24141469,24008312:24143091,24014596:24021680,24048632:24167578,24088260:24188757,24092863:24261474,24115357:24220692,24198474:24242935,24198481:24243061,24225484:24264055,24295884:24327793,24296105:24335822,24296252:24332277,24296267:24332339,24309364:24342222,24309591:24343919,24309592:24343852,24361826:24382371,24401556:24404217,24401675:24403737,24401768:24404815,24418452:24427907,24420644:24420754,24439170:24439451,24514886:24556758,24515423:24556014,24515821:24555827,24515973:24555801,24516395:24555715,24516656:24555768,24516701:24555633', 'assoc_mat': '23530935:film_plastique:4205:23568671,23543498:film_plastique:4205:23585425,23560100:film_plastique:4205:23560221,23620719:film_plastique:4205:23630507,23620751:film_plastique:4205:23631694,23636434:film_plastique:4205:23647067,23663161:film_plastique:4205:23680068,23665043:film_plastique:4205:23684764,23683962:film_plastique:4205:23684219,23688371:film_plastique:4205:23688816,23700572:film_plastique:4205:23700919,23721651:film_plastique:4205:23739598,23807832:film_plastique:4205:23808060,23822266:film_plastique:4205:23822450,23851582:film_plastique:4205:23903157,23938066:film_plastique:4205:24020648,23938155:film_plastique:4205:24020830,23939169:film_plastique:4205:24022457,23974631:film_plastique:4205:24098376,24006427:film_plastique:4205:24141469,24008312:film_plastique:4205:24143091,24014596:film_plastique:4205:24021680,24048632:film_plastique:4205:24167578,24088260:film_plastique:4205:24188757,24092863:film_plastique:4205:24261474,24115357:film_plastique:4205:24220692,24198474:film_plastique:4205:2424293'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012954842839741494, 'nb_photo': 1721, 'list_port_cont': '23645687,23648754,23649818,23680577,23687736,23718765,23739923,23740158,23743556,23747111,23922698,24021482,24026321,24095616,24132394,24140837,24177810,24203389,24224237,24261424,24264321,24283116,24327878,24329547,24334019,24340568,24342321,24348358,24379700,24379820,24392040,24403309,24404329,24428097,24430018,24430466,24446154,24449378,24555860,24555889,24555909,24555981,24556127,24556243,24556308,24556337,24556642,24556992,24557044,24557147,24558925', 'assoc_port': '23632822:23645687,23639778:23648754,23639779:23649818,23663163:23680577,23677331:23740158,23687054:23687736,23697328:23718765,23712024:23747111,23721649:23739923,23731805:23743556,23922279:23922698,23937766:24177810,23938595:24021482,23973585:24095616,23996438:24132394,24006419:24140837,24024481:24026321,24092888:24203389,24115402:24224237,24124274:24264321,24209101:24261424,24230137:24283116,24295858:24327878,24295907:24329547,24296274:24334019,24297010:24340568,24309312:24342321,24309636:24348358,24370833:24379820,24370835:24379700,24386152:24392040,24401551:24404329,24401819:24403309,24418471:24428097,24420638:24430466,24420640:24430018,24436616:24449378,24445181:24446154,24512378:24558925,24514943:24557147,24514951:24556992,24515066:24557044,24515127:24556642,24515304:24556337,24515721:24556243,24515958:24556308,24516387:24556127,24516609:24555909,24516769:24555889,24516868:24555860,24517097:24555981', 'assoc_mat': '23632822:film_plastique:4203:23645687,23639778:film_plastique:4203:23648754,23639779:film_plastique:4203:23649818,23663163:film_plastique:4203:23680577,23677331:film_plastique:4203:23740158,23687054:film_plastique:4203:23687736,23697328:film_plastique:4203:23718765,23712024:film_plastique:4203:23747111,23721649:film_plastique:4203:23739923,23731805:film_plastique:4203:23743556,23922279:film_plastique:4203:23922698,23937766:film_plastique:4203:24177810,23938595:film_plastique:4203:24021482,23973585:film_plastique:4203:24095616,23996438:film_plastique:4203:24132394,24006419:film_plastique:4203:24140837,24024481:film_plastique:4203:24026321,24092888:film_plastique:4203:24203389,24115402:film_plastique:4203:24224237,24124274:film_plastique:4203:24264321,24209101:film_plastique:4203:24261424,24230137:film_plastique:4203:24283116,24295858:film_plastique:4203:24327878,24295907:film_plastique:4203:24329547,24296274:film_plastique:4203:24334019,24297010:film_plastique:4203:24340568,24309312:film_plastique:4203:2434232'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032149649160550515, 'nb_photo': 2181, 'list_port_cont': '23543015,23547759,23552379,23564169,23589786,23594382,23596957,23621198,23630357,23633062,23634867,23635284,23636303,23636821,23637993,23638479,23639944,23640773,23644544,23646368,23647228,23669741,23672290,23676528,23677927,23679043,23679231,23679942,23682163,23683290,23683542,23684097,23684334,23687266,23687647,23688697,23688986,23691357,23691571,23694362,23700279,23700760,23703482,23709360,23711201,23711352,23712449,23719770,23720382,23726128,23726621,23808130,23811263,23819313,23819601,23822433,23829581,23831693,23832749,23851771,23885272,23902710,23919505,23919572,23921790,23939708,23973835,23974428,23983530,23983742,23985650,24000861,24001232,24003200,24003335,24006705,24006961,24010003,24011521,24012616,24014773,24015225,24019907,24021152,24024457,24049455,24050440,24051160,24053658,24056524,24060693,24065861,24070099,24077212,24091035,24102795,24103081,24103205,24115784,24115979,24116324,24116451,24117207,24117691,24117912,24118313,24218668,24223034,24225741,24230227,24230720,24298593,24299245,2430032', 'assoc_port': '23542724:23543015,23547113:23547759,23550738:23552379,23563500:23564169,23589275:23589786,23594057:23594382,23596515:23596957,23620728:23621198,23630254:23630357,23632819:23636303,23632837:23633062,23634445:23635284,23634456:23634867,23636432:23636821,23637425:23638479,23637428:23637993,23639798:23640773,23639810:23639944,23644224:23644544,23645860:23647228,23645868:23646368,23663158:23679942,23669196:23669741,23671675:23672290,23676095:23676528,23677324:23679231,23677325:23679043,23677329:23677927,23681696:23684097,23681718:23683542,23681729:23682163,23683044:23683290,23683967:23684334,23687037:23687647,23687069:23687266,23688369:23688986,23688374:23688697,23691317:23691571,23691320:23691357,23694293:23694362,23699595:23700279,23700571:23700760,23703105:23703482,23709130:23709360,23710993:23711201,23711025:23711352,23712077:23712449,23719466:23720382,23719470:23719770,23725933:23726621,23725945:23726128,23807828:23808130,23811031:23811263,23819131:23819601,23819182:23819313,23822267:23822433,23829120:2382958', 'assoc_mat': '23542724:film_plastique:4207:23543015,23547113:film_plastique:4207:23547759,23550738:film_plastique:4207:23552379,23563500:film_plastique:4207:23564169,23589275:film_plastique:4207:23589786,23594057:film_plastique:4207:23594382,23596515:film_plastique:4207:23596957,23620728:film_plastique:4207:23621198,23630254:film_plastique:4207:23630357,23632819:film_plastique:4207:23636303,23632837:film_plastique:4207:23633062,23634445:film_plastique:4207:23635284,23634456:film_plastique:4207:23634867,23636432:film_plastique:4207:23636821,23637425:film_plastique:4207:23638479,23637428:film_plastique:4207:23637993,23639798:film_plastique:4207:23640773,23639810:film_plastique:4207:23639944,23644224:film_plastique:4207:23644544,23645860:film_plastique:4207:23647228,23645868:film_plastique:4207:23646368,23663158:film_plastique:4207:23679942,23669196:film_plastique:4207:23669741,23671675:film_plastique:4207:23672290,23676095:film_plastique:4207:23676528,23677324:film_plastique:4207:23679231,23677325:film_plastique:4207:2367904'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7219543286884743, 'nb_photo': 4823, 'list_port_cont': '23541417,23551450,23551654,23569545,23586899,23597187,23630471,23633308,23634753,23643712,23643823,23647829,23647934,23664556,23669764,23673966,23678150,23682062,23682635,23683357,23688880,23688949,23704591,23709523,23718726,24137481,24171277,24179045,24191379,24210900,24264983,24297623,24297806,24298139,24298573,24298736,24298774,24310919,24311842,24312145,24367372,24402143,24402894,24416683,24419305,24427847,24433525,24437113,24443354,24443558,24513312,24513640,24516494,24516887,24517357,24517682,24518686,24518850,24519129,24519348,24519556,24520649,24520785,24520953,24521106,24522191,24522662,24523046,24523166,24523523,24524351,24524778,24524990,24525825,24526078,24526242,24526381,24527201,24527697,24527884,24528457,24529321,24529577,24529946,24530631,24530871,24531161,24531379,24532264,24532569,24532859,24533273,24533444,24533806,24534189,24534528,24534875,24535104,24536217,24536423,24536555,24536724,24537292,24537325,24537971,24538271,24538577,24538741,24539018,24539121,24539279,24541787,24542256,2454265', 'assoc_port': '23540429:23541417,23550740:23551654,23550742:23551450,23569434:23569545,23586475:23586899,23596513:23597187,23630268:23630471,23632836:23633308,23634459:23634753,23643443:23643712,23643448:23643823,23647431:23647829,23647433:23647934,23663166:23664556,23669193:23669764,23673410:23673966,23677361:23678150,23681720:23682635,23681722:23682062,23683046:23683357,23688368:23688949,23688377:23688880,23704453:23704591,23709132:23709523,23718195:23718726,23937818:24179045,24000702:24137481,24048746:24171277,24089061:24191379,24099488:24210900,24230133:24264983,24296695:24298774,24296807:24298736,24296844:24298573,24296996:24298139,24297086:24297806,24297119:24297623,24309459:24312145,24309547:24311842,24309624:24310919,24366863:24367372,24401572:24402143,24401764:24402894,24415989:24416683,24418578:24419305,24427717:24427847,24432893:24433525,24436618:24437113,24442952:24443558,24442996:24443354,24512203:24554655,24512286:24556143,24512297:24565785,24512341:24557863,24512405:24559219,24512459:24513640,24512530:2451331', 'assoc_mat': '23540429:film_plastique:4461:23541417,23550740:film_plastique:4461:23551654,23550742:film_plastique:4461:23551450,23569434:film_plastique:4461:23569545,23586475:film_plastique:4461:23586899,23596513:film_plastique:4461:23597187,23630268:film_plastique:4461:23630471,23632836:film_plastique:4461:23633308,23634459:film_plastique:4461:23634753,23643443:film_plastique:4461:23643712,23643448:film_plastique:4461:23643823,23647431:film_plastique:4461:23647829,23647433:film_plastique:4461:23647934,23663166:film_plastique:4461:23664556,23669193:film_plastique:4461:23669764,23673410:film_plastique:4461:23673966,23677361:film_plastique:4461:23678150,23681720:film_plastique:4461:23682635,23681722:film_plastique:4461:23682062,23683046:film_plastique:4461:23683357,23688368:film_plastique:4461:23688949,23688377:film_plastique:4461:23688880,23704453:film_plastique:4461:23704591,23709132:film_plastique:4461:23709523,23718195:film_plastique:4461:23718726,23937818:film_plastique:4461:24179045,24000702:film_plastique:4461:2413748'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025209452215521448, 'nb_photo': 5522, 'list_port_cont': '23543876,23556493,23568409,23568513,23569006,23572047,23573383,23575049,23581461,23584445,23585022,23607867,23609573,23609685,23612636,23630668,23631420,23636633,23645648,23645805,23646054,23649907,23651836,23652223,23653785,23654215,23662703,23679621,23681987,23684864,23687935,23689159,23689220,23693219,23694376,23701048,23703322,23708024,23708162,23718026,23720902,23727985,23732793,23740357,23820012,23842230,23855222,23903329,23920072,23926436,24000714,24019586,24021200,24024863,24026092,24027163,24035641,24086304,24132343,24137419,24138868,24144529,24145139,24166559,24167907,24168727,24172495,24177904,24178499,24179551,24182210,24192341,24205061,24223371,24231642,24263588,24264026,24279668,24328044,24328511,24328696,24329812,24330896,24331427,24334375,24336013,24339570,24340186,24340320,24340576,24340652,24342235,24344561,24348461,24379622,24380985,24382394,24389689,24389720,24392087,24403333,24403345,24403520,24403857,24403873,24404113,24404740,24420300,24427619,24427780,24428249,24429882,24431137,2443958', 'assoc_port': '23530936:23569006,23534655:23584445,23537917:23573383,23543496:23543876,23547108:23575049,23556266:23585022,23556285:23556493,23560096:23581461,23563498:23572047,23568013:23568513,23568015:23568409,23589264:23612636,23594055:23607867,23596509:23609573,23596511:23609685,23620720:23630668,23620726:23631420,23634444:23645648,23634448:23645805,23634454:23646054,23636438:23636633,23639806:23649907,23643445:23651836,23643450:23652223,23644227:23662703,23645866:23653785,23647432:23654215,23665039:23684864,23669200:23708024,23676096:23679621,23681698:23703322,23681723:23732793,23681731:23681987,23683993:23708162,23687038:23687935,23688370:23689159,23688373:23689220,23691319:23693219,23694294:23694376,23697324:23718026,23699597:23701048,23702416:23720902,23704454:23727985,23722784:23740357,23819105:23820012,23829119:23842230,23848754:23855222,23902364:23903329,23919348:23920072,23925728:23926436,23936972:24000714,23937813:24177904,23938039:24019586,23938638:24178499,23958509:24086304,23996440:24132343,24000707:2413741', 'assoc_mat': '23530936:film_plastique:4200:23569006,23534655:film_plastique:4200:23584445,23537917:film_plastique:4200:23573383,23543496:film_plastique:4200:23543876,23547108:film_plastique:4200:23575049,23556266:film_plastique:4200:23585022,23556285:film_plastique:4200:23556493,23560096:film_plastique:4200:23581461,23563498:film_plastique:4200:23572047,23568013:film_plastique:4200:23568513,23568015:film_plastique:4200:23568409,23589264:film_plastique:4200:23612636,23594055:film_plastique:4200:23607867,23596509:film_plastique:4200:23609573,23596511:film_plastique:4200:23609685,23620720:film_plastique:4200:23630668,23620726:film_plastique:4200:23631420,23634444:film_plastique:4200:23645648,23634448:film_plastique:4200:23645805,23634454:film_plastique:4200:23646054,23636438:film_plastique:4200:23636633,23639806:film_plastique:4200:23649907,23643445:film_plastique:4200:23651836,23643450:film_plastique:4200:23652223,23644227:film_plastique:4200:23662703,23645866:film_plastique:4200:23653785,23647432:film_plastique:4200:2365421'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011049413546483417, 'nb_photo': 805, 'list_port_cont': '23572720,23630464,23634794,23640490,23646558,23651697,23666269,23674047,23682237,23683320,23691602,23851889,23903351,23925933,23967740,24204867,24297679,24297771,24298306,24298432,24298684,24299181,24301280,24310302,24311725,24312056,24367265,24402683,24416630,24429804,24430846,24439842,24443142,24513273,24513501,24516280,24516993,24517083,24517106,24517423,24517633,24517784,24517930,24518025,24518552,24518796,24519325,24519442,24519687,24519699,24519743,24520265,24520490,24520683,24520732,24521011,24521041,24521567,24521847,24522634,24522701,24522909,24523152,24523281,24523722,24523909,24524639,24524908,24525033,24525551,24525740,24525938,24525957,24526168,24526184,24526641,24526745,24526915,24527824,24527948,24527990,24528062,24528371,24528513,24529234,24529386,24529536,24530267,24530437,24530921,24531000,24531224,24531562,24531663,24531716,24532146,24532360,24532483,24532638,24532790,24532980,24533032,24533043,24533136,24534046,24534298,24534482,24534782,24534996,24535021,24535041,24535308,24535552,2453561', 'assoc_port': '23572471:23572720,23630253:23630464,23634450:23634794,23639809:23640490,23645864:23646558,23651477:23651697,23665041:23666269,23673393:23674047,23681697:23682237,23683047:23683320,23691316:23691602,23851645:23851889,23902199:23903351,23925763:23925933,23966882:23967740,24093962:24204867,24295880:24528371,24295922:24301280,24296180:24520490,24296384:24299181,24296752:24298684,24296813:24298306,24296983:24297679,24297088:24298432,24297123:24297771,24309317:24312056,24309395:24311725,24309644:24310302,24366878:24367265,24401854:24402683,24415973:24416630,24421764:24430846,24429600:24429804,24439758:24439842,24442988:24443142,24512224:24555003,24512292:24556290,24512298:24556685,24512385:24559143,24512394:24559587,24512403:24513273,24512444:24513501,24514854:24544244,24514855:24542549,24514864:24542434,24514966:24546908,24514987:24542228,24515045:24542077,24515055:24541872,24515059:24543286,24515064:24541564,24515072:24542828,24515104:24541358,24515107:24541577,24515129:24542329,24515214:24541412,24515218:2454040', 'assoc_mat': '23572471:film_plastique:4209:23572720,23630253:film_plastique:4209:23630464,23634450:film_plastique:4209:23634794,23639809:film_plastique:4209:23640490,23645864:film_plastique:4209:23646558,23651477:film_plastique:4209:23651697,23665041:film_plastique:4209:23666269,23673393:film_plastique:4209:23674047,23681697:film_plastique:4209:23682237,23683047:film_plastique:4209:23683320,23691316:film_plastique:4209:23691602,23851645:film_plastique:4209:23851889,23902199:film_plastique:4209:23903351,23925763:film_plastique:4209:23925933,23966882:film_plastique:4209:23967740,24093962:film_plastique:4209:24204867,24295880:film_plastique:4209:24528371,24295922:film_plastique:4209:24301280,24296180:film_plastique:4209:24520490,24296384:film_plastique:4209:24299181,24296752:film_plastique:4209:24298684,24296813:film_plastique:4209:24298306,24296983:film_plastique:4209:24297679,24297088:film_plastique:4209:24298432,24297123:film_plastique:4209:24297771,24309317:film_plastique:4209:24312056,24309395:film_plastique:4209:2431172'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005337992122012653, 'nb_photo': 16132, 'list_port_cont': '23535091,23538739,23541542,23543975,23548202,23551903,23555594,23560658,23564451,23570002,23570278,23586065,23587113,23589853,23593007,23593355,23597275,23621520,23621867,23622236,23633790,23635074,23635211,23638294,23640796,23641942,23644721,23646919,23651942,23666391,23667098,23670236,23671404,23672730,23674178,23676757,23682396,23684595,23685558,23687472,23688862,23691725,23694417,23700474,23702948,23705069,23708006,23708785,23712600,23716400,23717636,23719914,23723516,23726437,23732272,23811484,23819864,23820621,23829923,23832156,23853886,23902874,23919605,23920799,23926126,23926139,24020615,24022616,24024675,24025231,24040463,24042574,24096549,24134699,24135463,24136102,24137265,24139469,24143634,24144872,24145252,24168463,24168733,24169599,24171848,24173652,24174475,24175001,24178281,24182667,24189604,24206118,24211188,24213916,24223416,24233261,24244136,24263103,24264073,24265046,24297746,24299113,24300096,24300793,24301327,24302138,24303281,24307779,24308461,24308805,24309827,24311261,24314475,2431694', 'assoc_port': '23534654:23535091,23537920:23538739,23540436:23541542,23543517:23543975,23547110:23548202,23550747:23551903,23555036:23555594,23560093:23560658,23563503:23564451,23569424:23570278,23569432:23570002,23585185:23586065,23586473:23587113,23589266:23589853,23592543:23593355,23592547:23593007,23596517:23597275,23620718:23622236,23620722:23621867,23620756:23621520,23632820:23633790,23634446:23635211,23634457:23635074,23637427:23638294,23639808:23640796,23641366:23641942,23644225:23644721,23645862:23646919,23651476:23651942,23663153:23667098,23665045:23666391,23669198:23670236,23670888:23671404,23671695:23672730,23673440:23674178,23676097:23676757,23681716:23685558,23681727:23682396,23683964:23684595,23687040:23687472,23688376:23688862,23691318:23691725,23694292:23694417,23699593:23700474,23702410:23702948,23704456:23705069,23707619:23708006,23708553:23708785,23712026:23712600,23715744:23717636,23715751:23716400,23719475:23719914,23722757:23723516,23725935:23726437,23731806:23732272,23811030:23811484,23819146:2382062', 'assoc_mat': '23534654:film_plastique:4211:23535091,23537920:film_plastique:4211:23538739,23540436:film_plastique:4211:23541542,23543517:film_plastique:4211:23543975,23547110:film_plastique:4211:23548202,23550747:film_plastique:4211:23551903,23555036:film_plastique:4211:23555594,23560093:film_plastique:4211:23560658,23563503:film_plastique:4211:23564451,23569424:film_plastique:4211:23570278,23569432:film_plastique:4211:23570002,23585185:film_plastique:4211:23586065,23586473:film_plastique:4211:23587113,23589266:film_plastique:4211:23589853,23592543:film_plastique:4211:23593355,23592547:film_plastique:4211:23593007,23596517:film_plastique:4211:23597275,23620718:film_plastique:4211:23622236,23620722:film_plastique:4211:23621867,23620756:film_plastique:4211:23621520,23632820:film_plastique:4211:23633790,23634446:film_plastique:4211:23635211,23634457:film_plastique:4211:23635074,23637427:film_plastique:4211:23638294,23639808:film_plastique:4211:23640796,23641366:film_plastique:4211:23641942,23644225:film_plastique:4211:2364472'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015508997970560849, 'nb_photo': 13, 'list_port_cont': '23687135,23702061,24515487,24531582,24537693,24554866,24555291,24573475', 'assoc_port': '23663154:23702061,23687068:23687135,24512270:24555291,24515132:24515487,24515420:24554866,24516689:24531582,24516719:24537693,24568475:24573475', 'assoc_mat': '23663154:kraft:3726:23702061,23687068:kraft:3726:23687135,24512270:kraft:3726:24555291,24515132:kraft:3726:24515487,24515420:kraft:3726:24554866,24516689:kraft:3726:24531582,24516719:kraft:3726:24537693,24568475:kraft:3726:24573475'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9260453186283688, 'nb_photo': 73, 'list_port_cont': '23568683,23630511,23631701,23647075,23680080,23684206,23688813,23739599,23808050,23822461,24020825,24021675,24143100,24220701,24261471,24264052,24327807,24332285,24332340,24335809,24342224,24343863,24343916,24382383,24403732,24404223,24420749,24427912,24439446,24555628,24555716,24555767,24555795,24555829,24556012,24556764', 'assoc_port': '23530935:23568683,23620719:23630511,23620751:23631701,23636434:23647075,23663161:23680080,23683962:23684206,23688371:23688813,23721651:23739599,23807832:23808050,23822266:23822461,23938155:24020825,24008312:24143100,24014596:24021675,24092863:24261471,24115357:24220701,24225484:24264052,24295884:24327807,24296105:24335809,24296252:24332285,24296267:24332340,24309364:24342224,24309591:24343916,24309592:24343863,24361826:24382383,24401556:24404223,24401675:24403732,24418452:24427912,24420644:24420749,24439170:24439446,24514886:24556764,24515423:24556012,24515821:24555829,24515973:24555795,24516395:24555716,24516656:24555767,24516701:24555628', 'assoc_mat': '23530935:metal:4205:23568683,23620719:metal:4205:23630511,23620751:metal:4205:23631701,23636434:metal:4205:23647075,23663161:metal:4205:23680080,23683962:metal:4205:23684206,23688371:metal:4205:23688813,23721651:metal:4205:23739599,23807832:metal:4205:23808050,23822266:metal:4205:23822461,23938155:metal:4205:24020825,24008312:metal:4205:24143100,24014596:metal:4205:24021675,24092863:metal:4205:24261471,24115357:metal:4205:24220701,24225484:metal:4205:24264052,24295884:metal:4205:24327807,24296105:metal:4205:24335809,24296252:metal:4205:24332285,24296267:metal:4205:24332340,24309364:metal:4205:24342224,24309591:metal:4205:24343916,24309592:metal:4205:24343863,24361826:metal:4205:24382383,24401556:metal:4205:24404223,24401675:metal:4205:24403732,24418452:metal:4205:24427912,24420644:metal:4205:24420749,24439170:metal:4205:24439446,24514886:metal:4205:24556764,24515423:metal:4205:24556012,24515821:metal:4205:24555829,24515973:metal:4205:24555795,24516395:metal:4205:24555716,24516656:metal:4205:24555767,24516701:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010803743202509312, 'nb_photo': 1001, 'list_port_cont': '23645677,23648753,23649815,23680578,23687729,23718764,23739927,23740166,23743560,23747113,23922690,24021484,24026319,24095607,24132395,24140840,24177795,24203375,24224242,24261412,24264326,24283117,24327887,24329544,24334016,24340563,24342313,24348360,24379710,24379823,24392043,24403305,24404337,24428091,24430015,24430478,24446160,24449387,24555856,24555890,24555912,24555984,24556133,24556244,24556316,24556324,24556640,24556977,24557039,24557158,24558938', 'assoc_port': '23632822:23645677,23639778:23648753,23639779:23649815,23663163:23680578,23677331:23740166,23687054:23687729,23697328:23718764,23712024:23747113,23721649:23739927,23731805:23743560,23922279:23922690,23937766:24177795,23938595:24021484,23973585:24095607,23996438:24132395,24006419:24140840,24024481:24026319,24092888:24203375,24115402:24224242,24124274:24264326,24209101:24261412,24230137:24283117,24295858:24327887,24295907:24329544,24296274:24334016,24297010:24340563,24309312:24342313,24309636:24348360,24370833:24379823,24370835:24379710,24386152:24392043,24401551:24404337,24401819:24403305,24418471:24428091,24420638:24430478,24420640:24430015,24436616:24449387,24445181:24446160,24512378:24558938,24514943:24557158,24514951:24556977,24515066:24557039,24515127:24556640,24515304:24556324,24515721:24556244,24515958:24556316,24516387:24556133,24516609:24555912,24516769:24555890,24516868:24555856,24517097:24555984', 'assoc_mat': '23632822:metal:4203:23645677,23639778:metal:4203:23648753,23639779:metal:4203:23649815,23663163:metal:4203:23680578,23677331:metal:4203:23740166,23687054:metal:4203:23687729,23697328:metal:4203:23718764,23712024:metal:4203:23747113,23721649:metal:4203:23739927,23731805:metal:4203:23743560,23922279:metal:4203:23922690,23937766:metal:4203:24177795,23938595:metal:4203:24021484,23973585:metal:4203:24095607,23996438:metal:4203:24132395,24006419:metal:4203:24140840,24024481:metal:4203:24026319,24092888:metal:4203:24203375,24115402:metal:4203:24224242,24124274:metal:4203:24264326,24209101:metal:4203:24261412,24230137:metal:4203:24283117,24295858:metal:4203:24327887,24295907:metal:4203:24329544,24296274:metal:4203:24334016,24297010:metal:4203:24340563,24309312:metal:4203:24342313,24309636:metal:4203:24348360,24370833:metal:4203:24379823,24370835:metal:4203:24379710,24386152:metal:4203:24392043,24401551:metal:4203:24404337,24401819:metal:4203:24403305,24418471:metal:4203:24428091,24420638:metal:4203:24430478,24420640:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.011476853821373992, 'nb_photo': 953, 'list_port_cont': '23543024,23543804,23547746,23552381,23564171,23589779,23594386,23596955,23621194,23630349,23633065,23634875,23635287,23636302,23636807,23637978,23638487,23639934,23640772,23644552,23646361,23647234,23669730,23672278,23676534,23677930,23679051,23679222,23679934,23682174,23683292,23683540,23684103,23687264,23687646,23688698,23688995,23691366,23691572,23694353,23700281,23700763,23703492,23709359,23711192,23711354,23712447,23718353,23719780,23720376,23726140,23726611,23808143,23819312,23819600,23822429,23829584,23831688,23832746,23851779,23885275,23902719,23919509,23919568,23921788,23939698,23973829,23974414,23983541,23983738,23985661,24000853,24001227,24003202,24003332,24006712,24006956,24010001,24011512,24012609,24015228,24021139,24024458,24049449,24050448,24051164,24053657,24056514,24060707,24065856,24070091,24077219,24091036,24102796,24103076,24103203,24115777,24115970,24116326,24116452,24117202,24117701,24117920,24218670,24223032,24225744,24230715,24297762,24298604,24299241,24300322,24301376,24301941,2430257', 'assoc_port': '23542724:23543024,23543543:23543804,23547113:23547746,23550738:23552381,23563500:23564171,23589275:23589779,23594057:23594386,23596515:23596955,23620728:23621194,23630254:23630349,23632819:23636302,23632837:23633065,23634445:23635287,23634456:23634875,23636432:23636807,23637425:23638487,23637428:23637978,23639798:23640772,23639810:23639934,23644224:23644552,23645860:23647234,23645868:23646361,23663158:23679934,23669196:23669730,23671675:23672278,23676095:23676534,23677324:23679222,23677325:23679051,23677329:23677930,23681696:23684103,23681718:23683540,23681729:23682174,23683044:23683292,23687037:23687646,23687069:23687264,23688369:23688995,23688374:23688698,23691317:23691572,23691320:23691366,23694293:23694353,23699595:23700281,23700571:23700763,23703105:23703492,23709130:23709359,23710993:23711192,23711025:23711354,23712077:23712447,23718193:23718353,23719466:23720376,23719470:23719780,23725933:23726611,23725945:23726140,23807828:23808143,23819131:23819600,23819182:23819312,23822267:23822429,23829120:2382958', 'assoc_mat': '23542724:metal:4207:23543024,23543543:metal:4207:23543804,23547113:metal:4207:23547746,23550738:metal:4207:23552381,23563500:metal:4207:23564171,23589275:metal:4207:23589779,23594057:metal:4207:23594386,23596515:metal:4207:23596955,23620728:metal:4207:23621194,23630254:metal:4207:23630349,23632819:metal:4207:23636302,23632837:metal:4207:23633065,23634445:metal:4207:23635287,23634456:metal:4207:23634875,23636432:metal:4207:23636807,23637425:metal:4207:23638487,23637428:metal:4207:23637978,23639798:metal:4207:23640772,23639810:metal:4207:23639934,23644224:metal:4207:23644552,23645860:metal:4207:23647234,23645868:metal:4207:23646361,23663158:metal:4207:23679934,23669196:metal:4207:23669730,23671675:metal:4207:23672278,23676095:metal:4207:23676534,23677324:metal:4207:23679222,23677325:metal:4207:23679051,23677329:metal:4207:23677930,23681696:metal:4207:23684103,23681718:metal:4207:23683540,23681729:metal:4207:23682174,23683044:metal:4207:23683292,23687037:metal:4207:23687646,23687069:metal:4207:23687264,23688369:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008613089667780856, 'nb_photo': 56, 'list_port_cont': '23647938,23682643,23709528,24264977,24298772,24416687,24433526,24443359,24443568,24513644,24516501,24517695,24518682,24520947,24522669,24524787,24524994,24528461,24530862,24534183,24534877,24535118,24536215,24536728,24537289,24537328,24542748,24544540,24546099,24554653,24559224,24569707,24569834,24571642,24572442,24572756', 'assoc_port': '23647433:23647938,23681720:23682643,23709132:23709528,24230133:24264977,24296695:24298772,24415989:24416687,24432893:24433526,24442952:24443568,24442996:24443359,24512203:24554653,24512405:24559224,24512459:24513644,24515062:24546099,24515106:24516501,24515308:24544540,24515394:24542748,24515723:24536728,24515843:24536215,24515959:24534183,24515970:24537289,24516001:24537328,24516006:24530862,24516146:24517695,24516388:24528461,24516661:24520947,24516663:24524994,24516706:24524787,24516707:24522669,24516802:24534877,24517198:24535118,24517349:24518682,24568689:24569707,24568697:24572756,24568730:24572442,24568922:24571642,24568965:24569834', 'assoc_mat': '23647433:metal:4461:23647938,23681720:metal:4461:23682643,23709132:metal:4461:23709528,24230133:metal:4461:24264977,24296695:metal:4461:24298772,24415989:metal:4461:24416687,24432893:metal:4461:24433526,24442952:metal:4461:24443568,24442996:metal:4461:24443359,24512203:metal:4461:24554653,24512405:metal:4461:24559224,24512459:metal:4461:24513644,24515062:metal:4461:24546099,24515106:metal:4461:24516501,24515308:metal:4461:24544540,24515394:metal:4461:24542748,24515723:metal:4461:24536728,24515843:metal:4461:24536215,24515959:metal:4461:24534183,24515970:metal:4461:24537289,24516001:metal:4461:24537328,24516006:metal:4461:24530862,24516146:metal:4461:24517695,24516388:metal:4461:24528461,24516661:metal:4461:24520947,24516663:metal:4461:24524994,24516706:metal:4461:24524787,24516707:metal:4461:24522669,24516802:metal:4461:24534877,24517198:metal:4461:24535118,24517349:metal:4461:24518682,24568689:metal:4461:24569707,24568697:metal:4461:24572756,24568730:metal:4461:24572442,24568922:metal:4461:24571642,24568965:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006871552901871521, 'nb_photo': 99, 'list_port_cont': '23543869,23572054,23573382,23584449,23585027,23612642,23630675,23631415,23645657,23646068,23649915,23651830,23654213,23681983,23687930,23689223,23693206,23694372,23703319,23708026,23720911,23732801,23842236,23855214,24024859,24035647,24086311,24138862,24144540,24166564,24167913,24172496,24263589,24340578,24348460,24379615,24382408,24392093,24403530,24420301,24427625,24427777,24429883,24431139,24439585,24445320,24446364,24446414,24513153,24520302,24522291,24525258,24532049,24532302,24536968,24537260,24538369,24540338,24544735,24548314,24549185,24551515,24551764,24553008,24553706,24554144,24554770,24555579,24570032,24571572,24572736,24573356,24573449,24574218,24574521,24577020', 'assoc_port': '23534655:23584449,23537917:23573382,23543496:23543869,23556266:23585027,23563498:23572054,23589264:23612642,23620720:23630675,23620726:23631415,23634444:23645657,23634454:23646068,23639806:23649915,23643445:23651830,23647432:23654213,23669200:23708026,23681698:23703319,23681723:23732801,23681731:23681983,23687038:23687930,23688373:23689223,23691319:23693206,23694294:23694372,23702416:23720911,23829119:23842236,23848754:23855214,23958509:24086311,24002905:24138862,24009623:24144540,24024255:24035647,24024489:24024859,24047884:24166564,24048650:24167913,24049057:24172496,24234693:24263589,24297082:24340578,24309641:24348460,24361823:24382408,24370840:24379615,24386085:24392093,24401712:24403530,24417538:24420301,24418337:24427625,24418448:24427777,24429599:24429883,24430483:24431139,24436640:24439585,24442992:24446364,24445186:24445320,24446323:24446414,24512519:24513153,24514870:24555579,24515053:24554770,24515410:24553706,24515433:24553008,24515435:24549185,24515466:24551764,24515477:24551515,24515621:2454831', 'assoc_mat': '23534655:metal:4200:23584449,23537917:metal:4200:23573382,23543496:metal:4200:23543869,23556266:metal:4200:23585027,23563498:metal:4200:23572054,23589264:metal:4200:23612642,23620720:metal:4200:23630675,23620726:metal:4200:23631415,23634444:metal:4200:23645657,23634454:metal:4200:23646068,23639806:metal:4200:23649915,23643445:metal:4200:23651830,23647432:metal:4200:23654213,23669200:metal:4200:23708026,23681698:metal:4200:23703319,23681723:metal:4200:23732801,23681731:metal:4200:23681983,23687038:metal:4200:23687930,23688373:metal:4200:23689223,23691319:metal:4200:23693206,23694294:metal:4200:23694372,23702416:metal:4200:23720911,23829119:metal:4200:23842236,23848754:metal:4200:23855214,23958509:metal:4200:24086311,24002905:metal:4200:24138862,24009623:metal:4200:24144540,24024255:metal:4200:24035647,24024489:metal:4200:24024859,24047884:metal:4200:24166564,24048650:metal:4200:24167913,24049057:metal:4200:24172496,24234693:metal:4200:24263589,24297082:metal:4200:24340578,24309641:metal:4200:24348460,24361823:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0008183396464646463, 'nb_photo': 5, 'list_port_cont': '24303623', 'assoc_port': '24295880:24303623', 'assoc_mat': '24295880:metal:3594:24303623'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02639728471134247, 'nb_photo': 466, 'list_port_cont': '23572723,23630466,23634791,23640494,23646554,23651689,23666273,23674037,23682234,23683314,23691610,23903346,23967735,24204828,24297669,24297779,24298312,24298442,24298681,24299174,24310295,24311717,24312049,24367271,24402678,24416639,24429803,24430858,24436988,24443141,24513263,24513500,24516269,24517007,24517080,24517430,24517931,24518014,24518543,24518794,24519321,24519445,24519691,24519760,24520259,24520684,24521009,24521043,24521555,24521836,24522626,24522697,24523019,24523146,24523720,24523910,24524338,24524638,24525737,24525962,24526162,24526643,24526741,24526912,24527949,24527999,24528061,24528362,24528512,24529241,24529397,24530432,24530922,24531211,24531667,24531705,24532371,24532471,24532637,24532804,24532973,24533019,24533040,24533139,24534015,24534042,24534291,24534777,24534993,24535032,24535309,24535545,24535623,24536097,24536123,24536787,24536821,24537398,24537427,24537833,24538132,24538319,24538495,24538691,24538778,24539077,24539767,24540023,24540193,24540393,24541418,24542081,24542223,2454243', 'assoc_port': '23572471:23572723,23630253:23630466,23634450:23634791,23639809:23640494,23645864:23646554,23651477:23651689,23665041:23666273,23673393:23674037,23681697:23682234,23683047:23683314,23691316:23691610,23902199:23903346,23966882:23967735,24093962:24204828,24295880:24528362,24296384:24299174,24296752:24298681,24296813:24298312,24296983:24297669,24297088:24298442,24297123:24297779,24309317:24312049,24309395:24311717,24309644:24310295,24366878:24367271,24401854:24402678,24415973:24416639,24421764:24430858,24429600:24429803,24436619:24436988,24442988:24443141,24512224:24555000,24512298:24556690,24512394:24559585,24512403:24513263,24512444:24513500,24514854:24544249,24514855:24542554,24514860:24544413,24514864:24542430,24514966:24546922,24514987:24542223,24515045:24542081,24515059:24543297,24515072:24542835,24515214:24541418,24515238:24540023,24515241:24540393,24515246:24539767,24515310:24539077,24515401:24516269,24515407:24538691,24515412:24538319,24515414:24538778,24515417:24538495,24515422:24537427,24515428:2453739', 'assoc_mat': '23572471:metal:4209:23572723,23630253:metal:4209:23630466,23634450:metal:4209:23634791,23639809:metal:4209:23640494,23645864:metal:4209:23646554,23651477:metal:4209:23651689,23665041:metal:4209:23666273,23673393:metal:4209:23674037,23681697:metal:4209:23682234,23683047:metal:4209:23683314,23691316:metal:4209:23691610,23902199:metal:4209:23903346,23966882:metal:4209:23967735,24093962:metal:4209:24204828,24295880:metal:4209:24528362,24296384:metal:4209:24299174,24296752:metal:4209:24298681,24296813:metal:4209:24298312,24296983:metal:4209:24297669,24297088:metal:4209:24298442,24297123:metal:4209:24297779,24309317:metal:4209:24312049,24309395:metal:4209:24311717,24309644:metal:4209:24310295,24366878:metal:4209:24367271,24401854:metal:4209:24402678,24415973:metal:4209:24416639,24421764:metal:4209:24430858,24429600:metal:4209:24429803,24436619:metal:4209:24436988,24442988:metal:4209:24443141,24512224:metal:4209:24555000,24512298:metal:4209:24556690,24512394:metal:4209:24559585,24512403:metal:4209:24513263,24512444:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007368202166583152, 'nb_photo': 848, 'list_port_cont': '23535092,23538750,23541540,23543981,23548199,23551899,23555587,23560673,23564458,23569990,23570274,23586064,23587102,23589860,23593012,23593373,23597261,23621521,23621877,23622235,23633799,23635067,23635200,23638288,23640792,23641940,23644725,23646934,23651955,23666393,23670237,23671395,23672733,23674184,23676752,23682412,23685561,23687485,23688873,23691721,23694422,23700486,23702943,23705064,23708016,23708789,23712610,23716408,23717640,23719922,23723505,23726435,23732283,23811493,23819851,23820612,23829924,23832152,23853894,23902861,23919612,23920801,23926123,23926135,24020620,24022619,24024663,24025232,24040458,24042577,24096543,24134701,24135467,24136106,24137274,24143625,24144869,24145257,24168462,24168745,24169606,24171843,24173660,24174487,24174984,24182673,24189607,24206123,24211186,24213915,24223421,24233258,24244137,24263105,24264067,24265039,24297738,24299104,24300087,24300806,24301317,24302132,24303274,24307754,24308446,24308801,24309838,24311257,24314503,24316940,24317540,24317931,24319642,2432111', 'assoc_port': '23534654:23535092,23537920:23538750,23540436:23541540,23543517:23543981,23547110:23548199,23550747:23551899,23555036:23555587,23560093:23560673,23563503:23564458,23569424:23570274,23569432:23569990,23585185:23586064,23586473:23587102,23589266:23589860,23592543:23593373,23592547:23593012,23596517:23597261,23620718:23622235,23620722:23621877,23620756:23621521,23632820:23633799,23634446:23635200,23634457:23635067,23637427:23638288,23639808:23640792,23641366:23641940,23644225:23644725,23645862:23646934,23651476:23651955,23665045:23666393,23669198:23670237,23670888:23671395,23671695:23672733,23673440:23674184,23676097:23676752,23681716:23685561,23681727:23682412,23687040:23687485,23688376:23688873,23691318:23691721,23694292:23694422,23699593:23700486,23702410:23702943,23704456:23705064,23707619:23708016,23708553:23708789,23712026:23712610,23715744:23717640,23715751:23716408,23719475:23719922,23722757:23723505,23725935:23726435,23731806:23732283,23811030:23811493,23819146:23820612,23819188:23819851,23829100:2382992', 'assoc_mat': '23534654:metal:4211:23535092,23537920:metal:4211:23538750,23540436:metal:4211:23541540,23543517:metal:4211:23543981,23547110:metal:4211:23548199,23550747:metal:4211:23551899,23555036:metal:4211:23555587,23560093:metal:4211:23560673,23563503:metal:4211:23564458,23569424:metal:4211:23570274,23569432:metal:4211:23569990,23585185:metal:4211:23586064,23586473:metal:4211:23587102,23589266:metal:4211:23589860,23592543:metal:4211:23593373,23592547:metal:4211:23593012,23596517:metal:4211:23597261,23620718:metal:4211:23622235,23620722:metal:4211:23621877,23620756:metal:4211:23621521,23632820:metal:4211:23633799,23634446:metal:4211:23635200,23634457:metal:4211:23635067,23637427:metal:4211:23638288,23639808:metal:4211:23640792,23641366:metal:4211:23641940,23644225:metal:4211:23644725,23645862:metal:4211:23646934,23651476:metal:4211:23651955,23665045:metal:4211:23666393,23669198:metal:4211:23670237,23670888:metal:4211:23671395,23671695:metal:4211:23672733,23673440:metal:4211:23674184,23676097:metal:4211:23676752,23681716:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018306969715537957, 'nb_photo': 3, 'list_port_cont': '23543371,23737158,24522719', 'assoc_port': '23542721:23543371,23711012:23737158,24515842:24522719', 'assoc_mat': '23542721:metal:3327:23543371,23711012:metal:3327:23737158,24515842:metal:3327:24522719'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0005730247578756915, 'nb_photo': 9, 'list_port_cont': '24437181,24439465,24440269,24443410', 'assoc_port': '24436620:24437181,24439171:24439465,24439759:24440269,24442990:24443410', 'assoc_mat': '24436620:metal:3594:24437181,24439171:metal:3594:24439465,24439759:metal:3594:24440269,24442990:metal:3594:24443410'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.024012248571005382, 'nb_photo': 2299, 'list_port_cont': '23560223,23568674,23585421,23630518,23631702,23647074,23680074,23684217,23684776,23688812,23700918,23735967,23739609,23808051,23822448,23903166,24020647,24020836,24021689,24022453,24098373,24141467,24143088,24167583,24188751,24220691,24242942,24243067,24261479,24264048,24327798,24332283,24332352,24335823,24342218,24343861,24343920,24382381,24403740,24404218,24404810,24420764,24427908,24439448,24555637,24555714,24555756,24555796,24555816,24556022,24556756', 'assoc_port': '23530935:23568674,23543498:23585421,23560100:23560223,23620719:23630518,23620751:23631702,23636434:23647074,23663161:23680074,23665043:23684776,23683962:23684217,23688371:23688812,23700572:23700918,23711009:23735967,23721651:23739609,23807832:23808051,23822266:23822448,23851582:23903166,23938066:24020647,23938155:24020836,23939169:24022453,23974631:24098373,24006427:24141467,24008312:24143088,24014596:24021689,24048632:24167583,24088260:24188751,24092863:24261479,24115357:24220691,24198474:24242942,24198481:24243067,24225484:24264048,24295884:24327798,24296105:24335823,24296252:24332283,24296267:24332352,24309364:24342218,24309591:24343920,24309592:24343861,24361826:24382381,24401556:24404218,24401675:24403740,24401768:24404810,24418452:24427908,24420644:24420764,24439170:24439448,24514886:24556756,24515423:24556022,24515821:24555816,24515973:24555796,24516395:24555714,24516656:24555756,24516701:24555637', 'assoc_mat': '23530935:papier:4205:23568674,23543498:papier:4205:23585421,23560100:papier:4205:23560223,23620719:papier:4205:23630518,23620751:papier:4205:23631702,23636434:papier:4205:23647074,23663161:papier:4205:23680074,23665043:papier:4205:23684776,23683962:papier:4205:23684217,23688371:papier:4205:23688812,23700572:papier:4205:23700918,23711009:papier:4205:23735967,23721651:papier:4205:23739609,23807832:papier:4205:23808051,23822266:papier:4205:23822448,23851582:papier:4205:23903166,23938066:papier:4205:24020647,23938155:papier:4205:24020836,23939169:papier:4205:24022453,23974631:papier:4205:24098373,24006427:papier:4205:24141467,24008312:papier:4205:24143088,24014596:papier:4205:24021689,24048632:papier:4205:24167583,24088260:papier:4205:24188751,24092863:papier:4205:24261479,24115357:papier:4205:24220691,24198474:papier:4205:24242942,24198481:papier:4205:24243067,24225484:papier:4205:24264048,24295884:papier:4205:24327798,24296105:papier:4205:24335823,24296252:papier:4205:24332283,24296267:papier:4205:24332352,2430'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.021004863555568465, 'nb_photo': 5868, 'list_port_cont': '23645675,23648762,23649816,23680588,23687731,23718766,23739933,23740163,23743562,23747112,23922691,24021477,24026306,24095604,24132404,24140846,24177804,24203390,24224231,24261417,24264324,24283121,24327891,24329538,24334009,24340560,24342318,24348345,24379705,24379825,24392047,24403308,24404335,24428094,24430013,24430477,24446158,24449386,24555847,24555883,24555918,24555992,24556126,24556254,24556309,24556326,24556637,24556987,24557043,24557161,24558936', 'assoc_port': '23632822:23645675,23639778:23648762,23639779:23649816,23663163:23680588,23677331:23740163,23687054:23687731,23697328:23718766,23712024:23747112,23721649:23739933,23731805:23743562,23922279:23922691,23937766:24177804,23938595:24021477,23973585:24095604,23996438:24132404,24006419:24140846,24024481:24026306,24092888:24203390,24115402:24224231,24124274:24264324,24209101:24261417,24230137:24283121,24295858:24327891,24295907:24329538,24296274:24334009,24297010:24340560,24309312:24342318,24309636:24348345,24370833:24379825,24370835:24379705,24386152:24392047,24401551:24404335,24401819:24403308,24418471:24428094,24420638:24430477,24420640:24430013,24436616:24449386,24445181:24446158,24512378:24558936,24514943:24557161,24514951:24556987,24515066:24557043,24515127:24556637,24515304:24556326,24515721:24556254,24515958:24556309,24516387:24556126,24516609:24555918,24516769:24555883,24516868:24555847,24517097:24555992', 'assoc_mat': '23632822:papier:4203:23645675,23639778:papier:4203:23648762,23639779:papier:4203:23649816,23663163:papier:4203:23680588,23677331:papier:4203:23740163,23687054:papier:4203:23687731,23697328:papier:4203:23718766,23712024:papier:4203:23747112,23721649:papier:4203:23739933,23731805:papier:4203:23743562,23922279:papier:4203:23922691,23937766:papier:4203:24177804,23938595:papier:4203:24021477,23973585:papier:4203:24095604,23996438:papier:4203:24132404,24006419:papier:4203:24140846,24024481:papier:4203:24026306,24092888:papier:4203:24203390,24115402:papier:4203:24224231,24124274:papier:4203:24264324,24209101:papier:4203:24261417,24230137:papier:4203:24283121,24295858:papier:4203:24327891,24295907:papier:4203:24329538,24296274:papier:4203:24334009,24297010:papier:4203:24340560,24309312:papier:4203:24342318,24309636:papier:4203:24348345,24370833:papier:4203:24379825,24370835:papier:4203:24379705,24386152:papier:4203:24392047,24401551:papier:4203:24404335,24401819:papier:4203:24403308,24418471:papier:4203:24428094,2442'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0344275760641366, 'nb_photo': 19580, 'list_port_cont': '23543012,23543800,23547742,23552378,23564174,23589790,23594378,23596946,23621202,23630356,23633063,23634874,23635280,23636305,23636814,23637991,23638490,23639932,23640766,23644549,23646359,23647241,23669733,23672291,23676536,23677934,23679040,23679223,23679940,23682168,23683300,23683537,23684096,23684333,23687268,23687641,23688704,23688992,23691358,23691576,23694363,23700275,23700753,23703481,23709355,23711207,23711355,23712461,23718363,23719774,23720384,23726141,23726618,23808136,23811269,23819315,23819606,23822438,23829585,23831687,23832739,23851775,23885273,23902715,23919503,23919566,23921785,23939701,23973847,23974425,23983533,23983728,23985653,24000862,24001225,24003194,24003328,24006710,24006969,24009996,24011508,24012615,24014782,24015221,24019894,24021151,24024465,24049457,24050436,24051162,24053650,24056515,24060695,24065866,24070089,24077209,24091043,24102790,24103078,24103204,24115779,24115980,24116319,24116453,24117203,24117693,24117924,24118308,24218661,24223037,24225742,24230228,24230721,2429776', 'assoc_port': '23542724:23543012,23543543:23543800,23547113:23547742,23550738:23552378,23563500:23564174,23589275:23589790,23594057:23594378,23596515:23596946,23620728:23621202,23630254:23630356,23632819:23636305,23632837:23633063,23634445:23635280,23634456:23634874,23636432:23636814,23637425:23638490,23637428:23637991,23639798:23640766,23639810:23639932,23644224:23644549,23645860:23647241,23645868:23646359,23663158:23679940,23669196:23669733,23671675:23672291,23676095:23676536,23677324:23679223,23677325:23679040,23677329:23677934,23681696:23684096,23681718:23683537,23681729:23682168,23683044:23683300,23683967:23684333,23687037:23687641,23687069:23687268,23688369:23688992,23688374:23688704,23691317:23691576,23691320:23691358,23694293:23694363,23699595:23700275,23700571:23700753,23703105:23703481,23709130:23709355,23710993:23711207,23711025:23711355,23712077:23712461,23718193:23718363,23719466:23720384,23719470:23719774,23725933:23726618,23725945:23726141,23807828:23808136,23811031:23811269,23819131:23819606,23819182:2381931', 'assoc_mat': '23542724:papier:4207:23543012,23543543:papier:4207:23543800,23547113:papier:4207:23547742,23550738:papier:4207:23552378,23563500:papier:4207:23564174,23589275:papier:4207:23589790,23594057:papier:4207:23594378,23596515:papier:4207:23596946,23620728:papier:4207:23621202,23630254:papier:4207:23630356,23632819:papier:4207:23636305,23632837:papier:4207:23633063,23634445:papier:4207:23635280,23634456:papier:4207:23634874,23636432:papier:4207:23636814,23637425:papier:4207:23638490,23637428:papier:4207:23637991,23639798:papier:4207:23640766,23639810:papier:4207:23639932,23644224:papier:4207:23644549,23645860:papier:4207:23647241,23645868:papier:4207:23646359,23663158:papier:4207:23679940,23669196:papier:4207:23669733,23671675:papier:4207:23672291,23676095:papier:4207:23676536,23677324:papier:4207:23679223,23677325:papier:4207:23679040,23677329:papier:4207:23677934,23681696:papier:4207:23684096,23681718:papier:4207:23683537,23681729:papier:4207:23682168,23683044:papier:4207:23683300,23683967:papier:4207:23684333,2368'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.25649485268264144, 'nb_photo': 43010, 'list_port_cont': '23541407,23551449,23551656,23569556,23586890,23597193,23630477,23633307,23634751,23643718,23643826,23647840,23647924,23664567,23669757,23673962,23678153,23682057,23682642,23683358,23688869,23688959,23704596,23709516,23718718,24137470,24171304,24179033,24191387,24210910,24264978,24297637,24297816,24298148,24298560,24298724,24298788,24310932,24311837,24312154,24367371,24402141,24402895,24416686,24419310,24427848,24433528,24437111,24443356,24443544,24513313,24513646,24516496,24516903,24517361,24517683,24518690,24518854,24519128,24519336,24519542,24520647,24520787,24520951,24521101,24522198,24522664,24523037,24523171,24523533,24524341,24524776,24524984,24525835,24526076,24526253,24526382,24527208,24527682,24527886,24528462,24529319,24529568,24529963,24530643,24530861,24531175,24531373,24532269,24532577,24532854,24533275,24533452,24533797,24534184,24534504,24534871,24535122,24536219,24536418,24536560,24536723,24537293,24537323,24537967,24538263,24538573,24538738,24539015,24539130,24539285,24541796,24542271,2454265', 'assoc_port': '23540429:23541407,23550740:23551656,23550742:23551449,23569434:23569556,23586475:23586890,23596513:23597193,23630268:23630477,23632836:23633307,23634459:23634751,23643443:23643718,23643448:23643826,23647431:23647840,23647433:23647924,23663166:23664567,23669193:23669757,23673410:23673962,23677361:23678153,23681720:23682642,23681722:23682057,23683046:23683358,23688368:23688959,23688377:23688869,23704453:23704596,23709132:23709516,23718195:23718718,23937818:24179033,24000702:24137470,24048746:24171304,24089061:24191387,24099488:24210910,24230133:24264978,24296695:24298788,24296807:24298724,24296844:24298560,24296996:24298148,24297086:24297816,24297119:24297637,24309459:24312154,24309547:24311837,24309624:24310932,24366863:24367371,24401572:24402141,24401764:24402895,24415989:24416686,24418578:24419310,24427717:24427848,24432893:24433528,24436618:24437111,24442952:24443544,24442996:24443356,24512203:24554657,24512286:24556145,24512297:24565781,24512341:24557866,24512405:24559216,24512459:24513646,24512530:2451331', 'assoc_mat': '23540429:papier:4461:23541407,23550740:papier:4461:23551656,23550742:papier:4461:23551449,23569434:papier:4461:23569556,23586475:papier:4461:23586890,23596513:papier:4461:23597193,23630268:papier:4461:23630477,23632836:papier:4461:23633307,23634459:papier:4461:23634751,23643443:papier:4461:23643718,23643448:papier:4461:23643826,23647431:papier:4461:23647840,23647433:papier:4461:23647924,23663166:papier:4461:23664567,23669193:papier:4461:23669757,23673410:papier:4461:23673962,23677361:papier:4461:23678153,23681720:papier:4461:23682642,23681722:papier:4461:23682057,23683046:papier:4461:23683358,23688368:papier:4461:23688959,23688377:papier:4461:23688869,23704453:papier:4461:23704596,23709132:papier:4461:23709516,23718195:papier:4461:23718718,23937818:papier:4461:24179033,24000702:papier:4461:24137470,24048746:papier:4461:24171304,24089061:papier:4461:24191387,24099488:papier:4461:24210910,24230133:papier:4461:24264978,24296695:papier:4461:24298788,24296807:papier:4461:24298724,24296844:papier:4461:24298560,2429'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01810221863213283, 'nb_photo': 6449, 'list_port_cont': '23543870,23556479,23568400,23568506,23569012,23572050,23573375,23575060,23581452,23584440,23585028,23607871,23609565,23609677,23612645,23630669,23631418,23636629,23645643,23645809,23646058,23649906,23651841,23652219,23653783,23654214,23662704,23679625,23681975,23684866,23687933,23689164,23689209,23693214,23694377,23701052,23703325,23708022,23708163,23718022,23720914,23727992,23732800,23740363,23820009,23842233,23855213,23903320,23920069,23926433,24000718,24019588,24021188,24024861,24026100,24027168,24035645,24086305,24132351,24137398,24138866,24144536,24145131,24166565,24167919,24168726,24172506,24177897,24178496,24179556,24182221,24192337,24205059,24223381,24231643,24263590,24264032,24279669,24328045,24328500,24328707,24329804,24330906,24331438,24334380,24336014,24339558,24340181,24340329,24340584,24340644,24342239,24344554,24348474,24379624,24380979,24382404,24389676,24389717,24392092,24403323,24403341,24403521,24403860,24403878,24404115,24404743,24420304,24427632,24427785,24428247,24429889,24431141,2443958', 'assoc_port': '23530936:23569012,23534655:23584440,23537917:23573375,23543496:23543870,23547108:23575060,23556266:23585028,23556285:23556479,23560096:23581452,23563498:23572050,23568013:23568506,23568015:23568400,23589264:23612645,23594055:23607871,23596509:23609565,23596511:23609677,23620720:23630669,23620726:23631418,23634444:23645643,23634448:23645809,23634454:23646058,23636438:23636629,23639806:23649906,23643445:23651841,23643450:23652219,23644227:23662704,23645866:23653783,23647432:23654214,23665039:23684866,23669200:23708022,23676096:23679625,23681698:23703325,23681723:23732800,23681731:23681975,23683993:23708163,23687038:23687933,23688370:23689164,23688373:23689209,23691319:23693214,23694294:23694377,23697324:23718022,23699597:23701052,23702416:23720914,23704454:23727992,23722784:23740363,23819105:23820009,23829119:23842233,23848754:23855213,23902364:23903320,23919348:23920069,23925728:23926433,23936972:24000718,23937813:24177897,23938039:24019588,23938638:24178496,23958509:24086305,23996440:24132351,24000707:2413739', 'assoc_mat': '23530936:papier:4200:23569012,23534655:papier:4200:23584440,23537917:papier:4200:23573375,23543496:papier:4200:23543870,23547108:papier:4200:23575060,23556266:papier:4200:23585028,23556285:papier:4200:23556479,23560096:papier:4200:23581452,23563498:papier:4200:23572050,23568013:papier:4200:23568506,23568015:papier:4200:23568400,23589264:papier:4200:23612645,23594055:papier:4200:23607871,23596509:papier:4200:23609565,23596511:papier:4200:23609677,23620720:papier:4200:23630669,23620726:papier:4200:23631418,23634444:papier:4200:23645643,23634448:papier:4200:23645809,23634454:papier:4200:23646058,23636438:papier:4200:23636629,23639806:papier:4200:23649906,23643445:papier:4200:23651841,23643450:papier:4200:23652219,23644227:papier:4200:23662704,23645866:papier:4200:23653783,23647432:papier:4200:23654214,23665039:papier:4200:23684866,23669200:papier:4200:23708022,23676096:papier:4200:23679625,23681698:papier:4200:23703325,23681723:papier:4200:23732800,23681731:papier:4200:23681975,23683993:papier:4200:23708163,2368'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12648329541070405, 'nb_photo': 410, 'list_port_cont': '24303621', 'assoc_port': '24295880:24303621', 'assoc_mat': '24295880:papier:3594:24303621'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9403402586474477, 'nb_photo': 89953, 'list_port_cont': '23572722,23630468,23634781,23640484,23646550,23651695,23666270,23674043,23682242,23683311,23691597,23851895,23903354,23925937,23967746,24204861,24297681,24297778,24298307,24298428,24298682,24299171,24301282,24310291,24311722,24312054,24367263,24402684,24416637,24429796,24430854,24437002,24439838,24443133,24513253,24513497,24516292,24517010,24517086,24517102,24517427,24517626,24517774,24517937,24518016,24518405,24518546,24518793,24519320,24519443,24519677,24519694,24519758,24520252,24520488,24520697,24520736,24521012,24521044,24521563,24521837,24522384,24522632,24522708,24522911,24523015,24523157,24523289,24523725,24523923,24524173,24524331,24524628,24524902,24525027,24525547,24525743,24525886,24525939,24525958,24526165,24526187,24526644,24526753,24526905,24527830,24527946,24527992,24528056,24528366,24528514,24528808,24529230,24529389,24529547,24530269,24530435,24530930,24530994,24531214,24531552,24531673,24531700,24532136,24532361,24532475,24532650,24532800,24532984,24533024,24533042,24533144,24533910,2453402', 'assoc_port': '23572471:23572722,23630253:23630468,23634450:23634781,23639809:23640484,23645864:23646550,23651477:23651695,23665041:23666270,23673393:23674043,23681697:23682242,23683047:23683311,23691316:23691597,23851645:23851895,23902199:23903354,23925763:23925937,23966882:23967746,24093962:24204861,24295880:24528366,24295922:24301282,24296180:24520488,24296384:24299171,24296752:24298682,24296813:24298307,24296983:24297681,24297088:24298428,24297123:24297778,24309317:24312054,24309395:24311722,24309644:24310291,24366878:24367263,24401854:24402684,24415973:24416637,24421764:24430854,24429600:24429796,24436619:24437002,24439758:24439838,24442988:24443133,24512224:24554995,24512240:24555135,24512256:24555404,24512292:24556292,24512298:24556682,24512385:24559129,24512389:24558358,24512394:24559590,24512403:24513253,24512444:24513497,24512493:24558781,24512508:24558732,24514854:24544245,24514855:24542546,24514860:24544414,24514864:24542440,24514966:24546921,24514987:24542225,24515045:24542069,24515049:24543699,24515055:2454187', 'assoc_mat': '23572471:papier:4209:23572722,23630253:papier:4209:23630468,23634450:papier:4209:23634781,23639809:papier:4209:23640484,23645864:papier:4209:23646550,23651477:papier:4209:23651695,23665041:papier:4209:23666270,23673393:papier:4209:23674043,23681697:papier:4209:23682242,23683047:papier:4209:23683311,23691316:papier:4209:23691597,23851645:papier:4209:23851895,23902199:papier:4209:23903354,23925763:papier:4209:23925937,23966882:papier:4209:23967746,24093962:papier:4209:24204861,24295880:papier:4209:24528366,24295922:papier:4209:24301282,24296180:papier:4209:24520488,24296384:papier:4209:24299171,24296752:papier:4209:24298682,24296813:papier:4209:24298307,24296983:papier:4209:24297681,24297088:papier:4209:24298428,24297123:papier:4209:24297778,24309317:papier:4209:24312054,24309395:papier:4209:24311722,24309644:papier:4209:24310291,24366878:papier:4209:24367263,24401854:papier:4209:24402684,24415973:papier:4209:24416637,24421764:papier:4209:24430854,24429600:papier:4209:24429796,24436619:papier:4209:24437002,2443'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010155720983990714, 'nb_photo': 21227, 'list_port_cont': '23535090,23538735,23541558,23543987,23548197,23551904,23555577,23560669,23564457,23569988,23570283,23586056,23587112,23589862,23593008,23593357,23597263,23621512,23621861,23622243,23633791,23635065,23635214,23638289,23640794,23641954,23644732,23646921,23651950,23666384,23667094,23670220,23671398,23672724,23674194,23676761,23682400,23684601,23685556,23687483,23688870,23691723,23694411,23700478,23702935,23705059,23708013,23708790,23712601,23716406,23717627,23719924,23723511,23726440,23732275,23811492,23819865,23820620,23829927,23832160,23853902,23902864,23919601,23920796,23926120,23926140,24020628,24022609,24024674,24025228,24040465,24042572,24096535,24134696,24135464,24136104,24137264,24139484,24143628,24144873,24145242,24168458,24168744,24169598,24171839,24173649,24174476,24175003,24178298,24182670,24189614,24206116,24211187,24213928,24223424,24233255,24244138,24263114,24264072,24265041,24297751,24299119,24300090,24300794,24301322,24302136,24303282,24307756,24308456,24308802,24309839,24311258,24314491,2431693', 'assoc_port': '23534654:23535090,23537920:23538735,23540436:23541558,23543517:23543987,23547110:23548197,23550747:23551904,23555036:23555577,23560093:23560669,23563503:23564457,23569424:23570283,23569432:23569988,23585185:23586056,23586473:23587112,23589266:23589862,23592543:23593357,23592547:23593008,23596517:23597263,23620718:23622243,23620722:23621861,23620756:23621512,23632820:23633791,23634446:23635214,23634457:23635065,23637427:23638289,23639808:23640794,23641366:23641954,23644225:23644732,23645862:23646921,23651476:23651950,23663153:23667094,23665045:23666384,23669198:23670220,23670888:23671398,23671695:23672724,23673440:23674194,23676097:23676761,23681716:23685556,23681727:23682400,23683964:23684601,23687040:23687483,23688376:23688870,23691318:23691723,23694292:23694411,23699593:23700478,23702410:23702935,23704456:23705059,23707619:23708013,23708553:23708790,23712026:23712601,23715744:23717627,23715751:23716406,23719475:23719924,23722757:23723511,23725935:23726440,23731806:23732275,23811030:23811492,23819146:2382062', 'assoc_mat': '23534654:papier:4211:23535090,23537920:papier:4211:23538735,23540436:papier:4211:23541558,23543517:papier:4211:23543987,23547110:papier:4211:23548197,23550747:papier:4211:23551904,23555036:papier:4211:23555577,23560093:papier:4211:23560669,23563503:papier:4211:23564457,23569424:papier:4211:23570283,23569432:papier:4211:23569988,23585185:papier:4211:23586056,23586473:papier:4211:23587112,23589266:papier:4211:23589862,23592543:papier:4211:23593357,23592547:papier:4211:23593008,23596517:papier:4211:23597263,23620718:papier:4211:23622243,23620722:papier:4211:23621861,23620756:papier:4211:23621512,23632820:papier:4211:23633791,23634446:papier:4211:23635214,23634457:papier:4211:23635065,23637427:papier:4211:23638289,23639808:papier:4211:23640794,23641366:papier:4211:23641954,23644225:papier:4211:23644732,23645862:papier:4211:23646921,23651476:papier:4211:23651950,23663153:papier:4211:23667094,23665045:papier:4211:23666384,23669198:papier:4211:23670220,23670888:papier:4211:23671398,23671695:papier:4211:23672724,2367'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011281266806000827, 'nb_photo': 835, 'list_port_cont': '23543370,23573944,23575824,23585117,23586528,23586986,23595913,23596148,23596258,23597064,23602064,23607098,23608058,23608202,23609491,23622307,23628283,23631350,23631917,23632248,23647730,23648002,23650888,23652924,23653377,23678929,23679631,23680143,23680908,23687979,23689402,23696218,23701784,23702066,23703149,23704383,23707519,23708315,23719351,23726640,23726926,23730713,23732350,23734738,23737169,23738065,23738433,23740860,23741453,23808648,23812492,23812538,23823590,23826169,23847664,23857796,23903627,23914681,23919743,23959793,24001586,24011680,24021156,24021537,24022360,24022427,24022709,24023094,24025094,24036012,24080393,24097176,24099708,24117613,24117678,24118740,24135028,24138361,24139831,24141523,24147183,24164182,24164668,24164828,24164934,24165151,24165326,24166342,24166396,24167593,24168078,24168177,24168766,24169727,24169973,24170118,24170241,24170332,24171457,24171717,24172335,24172911,24190000,24231632,24243707,24263262,24283253,24287183,24328865,24329563,24329580,24330078,24330110,2433245', 'assoc_port': '23534657:23573944,23542721:23543370,23545657:23585117,23550746:23575824,23556267:23586986,23556281:23586528,23585184:23596258,23585186:23596148,23586467:23597064,23586482:23602064,23592539:23607098,23594051:23608058,23594053:23608202,23595408:23609491,23595419:23595913,23620717:23631350,23620727:23632248,23620741:23622307,23627496:23628283,23630741:23631917,23634452:23647730,23636430:23648002,23637430:23678929,23639792:23702066,23639807:23650888,23643447:23652924,23644226:23653377,23663156:23680908,23671693:23696218,23676094:23680143,23677327:23679631,23681715:23704383,23681725:23726926,23683042:23730713,23687039:23707519,23687067:23687979,23688367:23708315,23688372:23689402,23697318:23719351,23699594:23703149,23700573:23701784,23703106:23726640,23709128:23734738,23711012:23737169,23712074:23738065,23715760:23738433,23722781:23740860,23725944:23741453,23731807:23732350,23807830:23808648,23809051:23812538,23812264:23812492,23819179:23823590,23822262:23826169,23831266:23847664,23848762:23857796,23885061:2391468', 'assoc_mat': '23534657:papier:3327:23573944,23542721:papier:3327:23543370,23545657:papier:3327:23585117,23550746:papier:3327:23575824,23556267:papier:3327:23586986,23556281:papier:3327:23586528,23585184:papier:3327:23596258,23585186:papier:3327:23596148,23586467:papier:3327:23597064,23586482:papier:3327:23602064,23592539:papier:3327:23607098,23594051:papier:3327:23608058,23594053:papier:3327:23608202,23595408:papier:3327:23609491,23595419:papier:3327:23595913,23620717:papier:3327:23631350,23620727:papier:3327:23632248,23620741:papier:3327:23622307,23627496:papier:3327:23628283,23630741:papier:3327:23631917,23634452:papier:3327:23647730,23636430:papier:3327:23648002,23637430:papier:3327:23678929,23639792:papier:3327:23702066,23639807:papier:3327:23650888,23643447:papier:3327:23652924,23644226:papier:3327:23653377,23663156:papier:3327:23680908,23671693:papier:3327:23696218,23676094:papier:3327:23680143,23677327:papier:3327:23679631,23681715:papier:3327:23704383,23681725:papier:3327:23726926,23683042:papier:3327:23730713,2368'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.08763834185384888, 'nb_photo': 684, 'list_port_cont': '24437184,24439468,24440265,24443405,24443798', 'assoc_port': '24436620:24437184,24439171:24439468,24439759:24440265,24442986:24443798,24442990:24443405', 'assoc_mat': '24436620:papier:3594:24437184,24439171:papier:3594:24439468,24439759:papier:3594:24440265,24442986:papier:3594:24443798,24442990:papier:3594:24443405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007125180582905067, 'nb_photo': 117, 'list_port_cont': '23560228,23568673,23585416,23631705,23647062,23680076,23684208,23688804,23700921,23735961,23808054,23822456,23903158,24020826,24021674,24022455,24098369,24141456,24167571,24188760,24220696,24242944,24261477,24264053,24327803,24332287,24332346,24335824,24382375,24403733,24404230,24404816,24420766,24439457,24555638,24555719,24555762,24555793,24555823,24556018,24556757', 'assoc_port': '23530935:23568673,23543498:23585416,23560100:23560228,23620751:23631705,23636434:23647062,23663161:23680076,23683962:23684208,23688371:23688804,23700572:23700921,23711009:23735961,23807832:23808054,23822266:23822456,23851582:23903158,23938155:24020826,23939169:24022455,23974631:24098369,24006427:24141456,24014596:24021674,24048632:24167571,24088260:24188760,24092863:24261477,24115357:24220696,24198474:24242944,24225484:24264053,24295884:24327803,24296105:24335824,24296252:24332287,24296267:24332346,24361826:24382375,24401556:24404230,24401675:24403733,24401768:24404816,24420644:24420766,24439170:24439457,24514886:24556757,24515423:24556018,24515821:24555823,24515973:24555793,24516395:24555719,24516656:24555762,24516701:24555638', 'assoc_mat': '23530935:pehd:4205:23568673,23543498:pehd:4205:23585416,23560100:pehd:4205:23560228,23620751:pehd:4205:23631705,23636434:pehd:4205:23647062,23663161:pehd:4205:23680076,23683962:pehd:4205:23684208,23688371:pehd:4205:23688804,23700572:pehd:4205:23700921,23711009:pehd:4205:23735961,23807832:pehd:4205:23808054,23822266:pehd:4205:23822456,23851582:pehd:4205:23903158,23938155:pehd:4205:24020826,23939169:pehd:4205:24022455,23974631:pehd:4205:24098369,24006427:pehd:4205:24141456,24014596:pehd:4205:24021674,24048632:pehd:4205:24167571,24088260:pehd:4205:24188760,24092863:pehd:4205:24261477,24115357:pehd:4205:24220696,24198474:pehd:4205:24242944,24225484:pehd:4205:24264053,24295884:pehd:4205:24327803,24296105:pehd:4205:24335824,24296252:pehd:4205:24332287,24296267:pehd:4205:24332346,24361826:pehd:4205:24382375,24401556:pehd:4205:24404230,24401675:pehd:4205:24403733,24401768:pehd:4205:24404816,24420644:pehd:4205:24420766,24439170:pehd:4205:24439457,24514886:pehd:4205:24556757,24515423:pehd:4205:24556018,24515821:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.005047612175803321, 'nb_photo': 440, 'list_port_cont': '23645679,23648760,23649802,23680581,23687724,23718768,23739928,23740167,23743561,23747106,23922699,24021475,24026311,24095612,24132400,24140848,24177801,24203373,24224246,24261411,24264327,24283123,24327883,24329541,24334018,24340559,24342311,24348355,24379822,24392039,24403306,24404338,24428104,24430024,24430471,24446156,24449373,24555852,24555878,24555913,24555988,24556128,24556253,24556315,24556327,24556646,24556975,24557038,24557150,24558937', 'assoc_port': '23632822:23645679,23639778:23648760,23639779:23649802,23663163:23680581,23677331:23740167,23687054:23687724,23697328:23718768,23712024:23747106,23721649:23739928,23731805:23743561,23922279:23922699,23937766:24177801,23938595:24021475,23973585:24095612,23996438:24132400,24006419:24140848,24024481:24026311,24092888:24203373,24115402:24224246,24124274:24264327,24209101:24261411,24230137:24283123,24295858:24327883,24295907:24329541,24296274:24334018,24297010:24340559,24309312:24342311,24309636:24348355,24370833:24379822,24386152:24392039,24401551:24404338,24401819:24403306,24418471:24428104,24420638:24430471,24420640:24430024,24436616:24449373,24445181:24446156,24512378:24558937,24514943:24557150,24514951:24556975,24515066:24557038,24515127:24556646,24515304:24556327,24515721:24556253,24515958:24556315,24516387:24556128,24516609:24555913,24516769:24555878,24516868:24555852,24517097:24555988', 'assoc_mat': '23632822:pehd:4203:23645679,23639778:pehd:4203:23648760,23639779:pehd:4203:23649802,23663163:pehd:4203:23680581,23677331:pehd:4203:23740167,23687054:pehd:4203:23687724,23697328:pehd:4203:23718768,23712024:pehd:4203:23747106,23721649:pehd:4203:23739928,23731805:pehd:4203:23743561,23922279:pehd:4203:23922699,23937766:pehd:4203:24177801,23938595:pehd:4203:24021475,23973585:pehd:4203:24095612,23996438:pehd:4203:24132400,24006419:pehd:4203:24140848,24024481:pehd:4203:24026311,24092888:pehd:4203:24203373,24115402:pehd:4203:24224246,24124274:pehd:4203:24264327,24209101:pehd:4203:24261411,24230137:pehd:4203:24283123,24295858:pehd:4203:24327883,24295907:pehd:4203:24329541,24296274:pehd:4203:24334018,24297010:pehd:4203:24340559,24309312:pehd:4203:24342311,24309636:pehd:4203:24348355,24370833:pehd:4203:24379822,24386152:pehd:4203:24392039,24401551:pehd:4203:24404338,24401819:pehd:4203:24403306,24418471:pehd:4203:24428104,24420638:pehd:4203:24430471,24420640:pehd:4203:24430024,24436616:pehd:4203:24449373,24445181:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005014675677702058, 'nb_photo': 575, 'list_port_cont': '23543020,23543814,23547754,23552388,23564180,23589780,23594381,23621185,23630344,23633060,23634870,23635281,23636307,23636815,23637985,23638483,23640780,23644547,23646354,23647230,23669740,23672289,23676542,23677932,23679052,23679230,23679935,23682175,23683289,23683538,23684095,23684327,23687267,23687644,23688706,23688987,23691368,23691563,23694361,23700283,23700754,23703487,23709362,23711204,23711359,23719771,23726142,23808138,23819307,23819603,23822444,23829575,23831681,23851770,23885274,23902720,23919515,23919562,23921796,23973840,23974423,23983543,23985660,24000860,24001229,24003197,24003340,24009998,24011516,24012611,24014769,24015220,24019906,24021145,24024452,24049459,24050445,24053655,24056518,24060702,24070097,24077214,24091044,24103206,24115772,24116322,24117204,24117700,24117914,24118317,24218666,24223033,24225743,24230215,24230723,24298594,24299682,24302578,24304075,24306577,24307507,24309773,24310328,24314800,24315756,24317664,24317994,24318807,24320884,24323866,24324945,24326960,24327144,2432763', 'assoc_port': '23542724:23543020,23543543:23543814,23547113:23547754,23550738:23552388,23563500:23564180,23589275:23589780,23594057:23594381,23620728:23621185,23630254:23630344,23632819:23636307,23632837:23633060,23634445:23635281,23634456:23634870,23636432:23636815,23637425:23638483,23637428:23637985,23639798:23640780,23644224:23644547,23645860:23647230,23645868:23646354,23663158:23679935,23669196:23669740,23671675:23672289,23676095:23676542,23677324:23679230,23677325:23679052,23677329:23677932,23681696:23684095,23681718:23683538,23681729:23682175,23683044:23683289,23683967:23684327,23687037:23687644,23687069:23687267,23688369:23688987,23688374:23688706,23691317:23691563,23691320:23691368,23694293:23694361,23699595:23700283,23700571:23700754,23703105:23703487,23709130:23709362,23710993:23711204,23711025:23711359,23719470:23719771,23725945:23726142,23807828:23808138,23819131:23819603,23819182:23819307,23822267:23822444,23829120:23829575,23831270:23831681,23851644:23851770,23885063:23885274,23902533:23902720,23919350:2391956', 'assoc_mat': '23542724:pehd:4207:23543020,23543543:pehd:4207:23543814,23547113:pehd:4207:23547754,23550738:pehd:4207:23552388,23563500:pehd:4207:23564180,23589275:pehd:4207:23589780,23594057:pehd:4207:23594381,23620728:pehd:4207:23621185,23630254:pehd:4207:23630344,23632819:pehd:4207:23636307,23632837:pehd:4207:23633060,23634445:pehd:4207:23635281,23634456:pehd:4207:23634870,23636432:pehd:4207:23636815,23637425:pehd:4207:23638483,23637428:pehd:4207:23637985,23639798:pehd:4207:23640780,23644224:pehd:4207:23644547,23645860:pehd:4207:23647230,23645868:pehd:4207:23646354,23663158:pehd:4207:23679935,23669196:pehd:4207:23669740,23671675:pehd:4207:23672289,23676095:pehd:4207:23676542,23677324:pehd:4207:23679230,23677325:pehd:4207:23679052,23677329:pehd:4207:23677932,23681696:pehd:4207:23684095,23681718:pehd:4207:23683538,23681729:pehd:4207:23682175,23683044:pehd:4207:23683289,23683967:pehd:4207:23684327,23687037:pehd:4207:23687644,23687069:pehd:4207:23687267,23688369:pehd:4207:23688987,23688374:pehd:4207:23688706,23691317:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.011156535973389056, 'nb_photo': 31, 'list_port_cont': '23630475,23634759,23643708,23664562,23678160,23688960,24171296,24402899,24517368,24523040,24530634,24536412,24536549,24537970,24538266,24539017,24539293,24542654,24544695,24546081', 'assoc_port': '23630268:23630475,23634459:23634759,23643443:23643708,23663166:23664562,23677361:23678160,23688368:23688960,24048746:24171296,24401764:24402899,24515062:24546081,24515244:24544695,24515470:24542654,24515502:24539293,24515614:24536549,24515643:24539017,24515645:24517368,24515773:24536412,24515820:24538266,24515938:24537970,24516107:24530634,24516858:24523040', 'assoc_mat': '23630268:pehd:4461:23630475,23634459:pehd:4461:23634759,23643443:pehd:4461:23643708,23663166:pehd:4461:23664562,23677361:pehd:4461:23678160,23688368:pehd:4461:23688960,24048746:pehd:4461:24171296,24401764:pehd:4461:24402899,24515062:pehd:4461:24546081,24515244:pehd:4461:24544695,24515470:pehd:4461:24542654,24515502:pehd:4461:24539293,24515614:pehd:4461:24536549,24515643:pehd:4461:24539017,24515645:pehd:4461:24517368,24515773:pehd:4461:24536412,24515820:pehd:4461:24538266,24515938:pehd:4461:24537970,24516107:pehd:4461:24530634,24516858:pehd:4461:24523040'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009175989777449718, 'nb_photo': 1235, 'list_port_cont': '23543864,23556490,23568407,23568520,23569015,23572049,23573388,23575058,23581456,23584443,23585031,23607879,23609564,23609673,23612641,23630661,23631414,23636627,23645645,23645811,23646059,23649914,23651829,23652215,23653779,23654208,23662699,23679616,23681979,23684859,23687924,23689166,23689210,23693209,23694380,23701058,23703326,23708032,23708157,23718027,23720916,23727988,23732802,23740356,23820003,23842227,23855224,23903322,23920064,23926442,24000720,24019582,24021194,24024856,24026089,24027154,24035635,24086312,24132342,24137403,24138856,24144534,24145136,24166571,24167911,24168714,24172499,24177906,24178506,24179549,24182217,24192338,24205073,24223360,24231637,24263592,24264029,24279670,24328058,24328507,24328705,24329816,24330903,24331437,24334378,24336010,24339569,24340185,24340645,24342238,24344558,24348469,24379626,24380981,24382402,24389683,24392088,24403329,24403335,24403518,24403870,24404747,24420308,24427622,24427783,24428248,24429875,24431144,24446420,24449922,24450355,24513157,24515904,2451604', 'assoc_port': '23530936:23569015,23534655:23584443,23537917:23573388,23543496:23543864,23547108:23575058,23556266:23585031,23556285:23556490,23560096:23581456,23563498:23572049,23568013:23568520,23568015:23568407,23589264:23612641,23594055:23607879,23596509:23609564,23596511:23609673,23620720:23630661,23620726:23631414,23634444:23645645,23634448:23645811,23634454:23646059,23636438:23636627,23639806:23649914,23643445:23651829,23643450:23652215,23644227:23662699,23645866:23653779,23647432:23654208,23665039:23684859,23669200:23708032,23676096:23679616,23681698:23703326,23681723:23732802,23681731:23681979,23683993:23708157,23687038:23687924,23688370:23689166,23688373:23689210,23691319:23693209,23694294:23694380,23697324:23718027,23699597:23701058,23702416:23720916,23704454:23727988,23722784:23740356,23819105:23820003,23829119:23842227,23848754:23855224,23902364:23903322,23919348:23920064,23925728:23926442,23936972:24000720,23937813:24177906,23938039:24019582,23938638:24178506,23958509:24086312,23996440:24132342,24000707:2413740', 'assoc_mat': '23530936:pehd:4200:23569015,23534655:pehd:4200:23584443,23537917:pehd:4200:23573388,23543496:pehd:4200:23543864,23547108:pehd:4200:23575058,23556266:pehd:4200:23585031,23556285:pehd:4200:23556490,23560096:pehd:4200:23581456,23563498:pehd:4200:23572049,23568013:pehd:4200:23568520,23568015:pehd:4200:23568407,23589264:pehd:4200:23612641,23594055:pehd:4200:23607879,23596509:pehd:4200:23609564,23596511:pehd:4200:23609673,23620720:pehd:4200:23630661,23620726:pehd:4200:23631414,23634444:pehd:4200:23645645,23634448:pehd:4200:23645811,23634454:pehd:4200:23646059,23636438:pehd:4200:23636627,23639806:pehd:4200:23649914,23643445:pehd:4200:23651829,23643450:pehd:4200:23652215,23644227:pehd:4200:23662699,23645866:pehd:4200:23653779,23647432:pehd:4200:23654208,23665039:pehd:4200:23684859,23669200:pehd:4200:23708032,23676096:pehd:4200:23679616,23681698:pehd:4200:23703326,23681723:pehd:4200:23732802,23681731:pehd:4200:23681979,23683993:pehd:4200:23708157,23687038:pehd:4200:23687924,23688370:pehd:4200:23689166,23688373:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008527562238841525, 'nb_photo': 690, 'list_port_cont': '23572714,23630456,23634782,23640488,23646552,23651690,23666274,23674035,23682238,23683307,23691599,23851894,23903357,23925946,23967741,24204863,24298435,24298683,24299175,24301292,24311726,24367258,24402679,24416632,24429793,24430849,24439833,24443137,24513256,24513498,24516272,24516997,24517082,24517107,24517435,24517637,24517933,24518019,24518544,24518800,24519328,24519439,24519673,24519700,24519751,24520264,24520494,24520693,24521014,24521051,24521564,24521850,24522629,24522915,24523013,24523156,24523287,24523727,24523911,24524175,24524907,24525549,24525751,24525887,24525936,24525956,24526170,24526186,24526637,24526754,24526906,24527827,24527998,24528055,24528360,24528515,24529231,24529395,24530277,24530427,24530926,24530997,24531217,24531564,24531665,24531711,24532140,24532470,24532645,24532796,24532978,24533020,24533053,24534050,24534295,24534341,24534487,24534781,24535034,24535043,24535304,24535544,24535617,24536101,24536110,24536210,24536519,24536770,24536827,24537397,24537413,24537834,24537931,2453813', 'assoc_port': '23572471:23572714,23630253:23630456,23634450:23634782,23639809:23640488,23645864:23646552,23651477:23651690,23665041:23666274,23673393:23674035,23681697:23682238,23683047:23683307,23691316:23691599,23851645:23851894,23902199:23903357,23925763:23925946,23966882:23967741,24093962:24204863,24295880:24528360,24295922:24301292,24296180:24520494,24296384:24299175,24296752:24298683,24297088:24298435,24309395:24311726,24366878:24367258,24401854:24402679,24415973:24416632,24421764:24430849,24429600:24429793,24439758:24439833,24442988:24443137,24512224:24555002,24512256:24555412,24512292:24556295,24512298:24556679,24512385:24559137,24512394:24559586,24512403:24513256,24512444:24513498,24514854:24544247,24514855:24542543,24514860:24544421,24514864:24542427,24514966:24546912,24514987:24542229,24515045:24542070,24515049:24543697,24515055:24541868,24515059:24543292,24515064:24541552,24515072:24542830,24515107:24541568,24515214:24541415,24515218:24540406,24515238:24540019,24515241:24540395,24515246:24539772,24515251:2454108', 'assoc_mat': '23572471:pehd:4209:23572714,23630253:pehd:4209:23630456,23634450:pehd:4209:23634782,23639809:pehd:4209:23640488,23645864:pehd:4209:23646552,23651477:pehd:4209:23651690,23665041:pehd:4209:23666274,23673393:pehd:4209:23674035,23681697:pehd:4209:23682238,23683047:pehd:4209:23683307,23691316:pehd:4209:23691599,23851645:pehd:4209:23851894,23902199:pehd:4209:23903357,23925763:pehd:4209:23925946,23966882:pehd:4209:23967741,24093962:pehd:4209:24204863,24295880:pehd:4209:24528360,24295922:pehd:4209:24301292,24296180:pehd:4209:24520494,24296384:pehd:4209:24299175,24296752:pehd:4209:24298683,24297088:pehd:4209:24298435,24309395:pehd:4209:24311726,24366878:pehd:4209:24367258,24401854:pehd:4209:24402679,24415973:pehd:4209:24416632,24421764:pehd:4209:24430849,24429600:pehd:4209:24429793,24439758:pehd:4209:24439833,24442988:pehd:4209:24443137,24512224:pehd:4209:24555002,24512256:pehd:4209:24555412,24512292:pehd:4209:24556295,24512298:pehd:4209:24556679,24512385:pehd:4209:24559137,24512394:pehd:4209:24559586,24512403:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9568223398926656, 'nb_photo': 14302, 'list_port_cont': '23535081,23538741,23541548,23543985,23548209,23551896,23555597,23560660,23564445,23569995,23570285,23586062,23587109,23589854,23593017,23593375,23597266,23621508,23621863,23622239,23633792,23635066,23635205,23638298,23640787,23641939,23644730,23646933,23651953,23666389,23667095,23670228,23671403,23672721,23674187,23676756,23682405,23684592,23685551,23687479,23688894,23691726,23694412,23700470,23702936,23705074,23708001,23708792,23712611,23716407,23717634,23719926,23723504,23726441,23732284,23811494,23819867,23820600,23829928,23832157,23853893,23902860,23919614,23920798,23926114,23926137,24020630,24022606,24024668,24025238,24040473,24042573,24096544,24134697,24135454,24136105,24137273,24139475,24143635,24144862,24145248,24168452,24168743,24169594,24171854,24173662,24174485,24174987,24178296,24182666,24189599,24206122,24211189,24213930,24223419,24233256,24244139,24263113,24264071,24265045,24297744,24299108,24300095,24300795,24301319,24302126,24303276,24307775,24308458,24308798,24309831,24311267,24314505,2431694', 'assoc_port': '23534654:23535081,23537920:23538741,23540436:23541548,23543517:23543985,23547110:23548209,23550747:23551896,23555036:23555597,23560093:23560660,23563503:23564445,23569424:23570285,23569432:23569995,23585185:23586062,23586473:23587109,23589266:23589854,23592543:23593375,23592547:23593017,23596517:23597266,23620718:23622239,23620722:23621863,23620756:23621508,23632820:23633792,23634446:23635205,23634457:23635066,23637427:23638298,23639808:23640787,23641366:23641939,23644225:23644730,23645862:23646933,23651476:23651953,23663153:23667095,23665045:23666389,23669198:23670228,23670888:23671403,23671695:23672721,23673440:23674187,23676097:23676756,23681716:23685551,23681727:23682405,23683964:23684592,23687040:23687479,23688376:23688894,23691318:23691726,23694292:23694412,23699593:23700470,23702410:23702936,23704456:23705074,23707619:23708001,23708553:23708792,23712026:23712611,23715744:23717634,23715751:23716407,23719475:23719926,23722757:23723504,23725935:23726441,23731806:23732284,23811030:23811494,23819146:2382060', 'assoc_mat': '23534654:pehd:4211:23535081,23537920:pehd:4211:23538741,23540436:pehd:4211:23541548,23543517:pehd:4211:23543985,23547110:pehd:4211:23548209,23550747:pehd:4211:23551896,23555036:pehd:4211:23555597,23560093:pehd:4211:23560660,23563503:pehd:4211:23564445,23569424:pehd:4211:23570285,23569432:pehd:4211:23569995,23585185:pehd:4211:23586062,23586473:pehd:4211:23587109,23589266:pehd:4211:23589854,23592543:pehd:4211:23593375,23592547:pehd:4211:23593017,23596517:pehd:4211:23597266,23620718:pehd:4211:23622239,23620722:pehd:4211:23621863,23620756:pehd:4211:23621508,23632820:pehd:4211:23633792,23634446:pehd:4211:23635205,23634457:pehd:4211:23635066,23637427:pehd:4211:23638298,23639808:pehd:4211:23640787,23641366:pehd:4211:23641939,23644225:pehd:4211:23644730,23645862:pehd:4211:23646933,23651476:pehd:4211:23651953,23663153:pehd:4211:23667095,23665045:pehd:4211:23666389,23669198:pehd:4211:23670228,23670888:pehd:4211:23671403,23671695:pehd:4211:23672721,23673440:pehd:4211:23674187,23676097:pehd:4211:23676756,23681716:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015316845487122561, 'nb_photo': 5, 'list_port_cont': '24166401,24438856,24519458,24523579', 'assoc_port': '24102019:24166401,24430482:24438856,24515221:24523579,24517317:24519458', 'assoc_mat': '24102019:pehd:3327:24166401,24430482:pehd:3327:24438856,24515221:pehd:3327:24523579,24517317:pehd:3327:24519458'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001398006486304012, 'nb_photo': 1, 'list_port_cont': '24439470', 'assoc_port': '24439171:24439470', 'assoc_mat': '24439171:pehd:3594:24439470'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006425953972736693, 'nb_photo': 40, 'list_port_cont': '23560218,23568684,23585428,23631695,23647064,23680077,23700923,23739607,23808052,23822462,23903165,24021679,24167579,24220697,24242934,24261472,24264054,24332286,24342226,24555624,24555706,24555759,24555815', 'assoc_port': '23530935:23568684,23543498:23585428,23560100:23560218,23620751:23631695,23636434:23647064,23663161:23680077,23700572:23700923,23721651:23739607,23807832:23808052,23822266:23822462,23851582:23903165,24014596:24021679,24048632:24167579,24092863:24261472,24115357:24220697,24198474:24242934,24225484:24264054,24296252:24332286,24309364:24342226,24515821:24555815,24516395:24555706,24516656:24555759,24516701:24555624', 'assoc_mat': '23530935:pet_clair:4205:23568684,23543498:pet_clair:4205:23585428,23560100:pet_clair:4205:23560218,23620751:pet_clair:4205:23631695,23636434:pet_clair:4205:23647064,23663161:pet_clair:4205:23680077,23700572:pet_clair:4205:23700923,23721651:pet_clair:4205:23739607,23807832:pet_clair:4205:23808052,23822266:pet_clair:4205:23822462,23851582:pet_clair:4205:23903165,24014596:pet_clair:4205:24021679,24048632:pet_clair:4205:24167579,24092863:pet_clair:4205:24261472,24115357:pet_clair:4205:24220697,24198474:pet_clair:4205:24242934,24225484:pet_clair:4205:24264054,24296252:pet_clair:4205:24332286,24309364:pet_clair:4205:24342226,24515821:pet_clair:4205:24555815,24516395:pet_clair:4205:24555706,24516656:pet_clair:4205:24555759,24516701:pet_clair:4205:24555624'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0008335687687504041, 'nb_photo': 20, 'list_port_cont': '23645684,23680589,23740168,23743563,24026307,24392042,24555855,24555887,24555982,24556249,24556310,24556328,24556983,24557153', 'assoc_port': '23632822:23645684,23663163:23680589,23677331:23740168,23731805:23743563,24024481:24026307,24386152:24392042,24514943:24557153,24514951:24556983,24515304:24556328,24515721:24556249,24515958:24556310,24516769:24555887,24516868:24555855,24517097:24555982', 'assoc_mat': '23632822:pet_clair:4203:23645684,23663163:pet_clair:4203:23680589,23677331:pet_clair:4203:23740168,23731805:pet_clair:4203:23743563,24024481:pet_clair:4203:24026307,24386152:pet_clair:4203:24392042,24514943:pet_clair:4203:24557153,24514951:pet_clair:4203:24556983,24515304:pet_clair:4203:24556328,24515721:pet_clair:4203:24556249,24515958:pet_clair:4203:24556310,24516769:pet_clair:4203:24555887,24516868:pet_clair:4203:24555855,24517097:pet_clair:4203:24555982'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0017882916561876956, 'nb_photo': 37, 'list_port_cont': '23543023,23552384,23564182,23621208,23638491,23647238,23669732,23679219,23684094,23687653,23709356,23712454,23718361,23831692,23832736,24021141,24024449,24049453,24053651,24223036,24302571,24402513,24402783,24403775,24517332,24522549,24523799,24539207,24545168,24548290,24548782,24549870,24551436,24552799,24554364,24555187', 'assoc_port': '23542724:23543023,23550738:23552384,23563500:23564182,23620728:23621208,23637425:23638491,23645860:23647238,23669196:23669732,23677324:23679219,23681696:23684094,23687037:23687653,23709130:23709356,23712077:23712454,23718193:23718361,23831262:23832736,23831270:23831692,23938788:24021141,24024250:24024449,24049060:24049453,24053352:24053651,24222735:24223036,24296764:24302571,24401665:24403775,24401818:24402783,24401846:24402513,24512219:24554364,24514863:24555187,24515024:24552799,24515223:24551436,24515332:24548782,24515393:24549870,24515398:24548290,24515596:24539207,24515980:24545168,24516034:24517332,24516711:24523799,24517260:24522549', 'assoc_mat': '23542724:pet_clair:4207:23543023,23550738:pet_clair:4207:23552384,23563500:pet_clair:4207:23564182,23620728:pet_clair:4207:23621208,23637425:pet_clair:4207:23638491,23645860:pet_clair:4207:23647238,23669196:pet_clair:4207:23669732,23677324:pet_clair:4207:23679219,23681696:pet_clair:4207:23684094,23687037:pet_clair:4207:23687653,23709130:pet_clair:4207:23709356,23712077:pet_clair:4207:23712454,23718193:pet_clair:4207:23718361,23831262:pet_clair:4207:23832736,23831270:pet_clair:4207:23831692,23938788:pet_clair:4207:24021141,24024250:pet_clair:4207:24024449,24049060:pet_clair:4207:24049453,24053352:pet_clair:4207:24053651,24222735:pet_clair:4207:24223036,24296764:pet_clair:4207:24302571,24401665:pet_clair:4207:24403775,24401818:pet_clair:4207:24402783,24401846:pet_clair:4207:24402513,24512219:pet_clair:4207:24554364,24514863:pet_clair:4207:24555187,24515024:pet_clair:4207:24552799,24515223:pet_clair:4207:24551436,24515332:pet_clair:4207:24548782,24515393:pet_clair:4207:24549870,24515398:pet_clair:4207:24548290,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006761774455283455, 'nb_photo': 6, 'list_port_cont': '24518688,24524342,24530630,24538726', 'assoc_port': '24515708:24538726,24516107:24530630,24516734:24524342,24517349:24518688', 'assoc_mat': '24515708:pet_clair:4461:24538726,24516107:pet_clair:4461:24530630,24516734:pet_clair:4461:24524342,24517349:pet_clair:4461:24518688'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007281388962183498, 'nb_photo': 280, 'list_port_cont': '23568397,23568507,23569021,23572041,23581450,23584439,23585025,23607866,23609678,23612649,23630665,23636637,23645644,23645807,23646073,23649908,23652216,23653784,23654217,23662708,23679614,23681980,23684860,23687921,23689161,23694368,23701057,23703314,23708023,23708164,23718017,23720906,23727990,23740365,23820010,23842226,23855215,23920073,23926431,24000727,24019589,24021195,24027167,24035636,24086298,24132348,24138861,24144531,24145137,24166562,24168715,24172510,24177895,24178491,24192335,24205074,24223379,24231650,24279666,24328051,24328503,24328708,24329817,24330908,24331441,24334372,24336008,24340574,24342242,24380984,24403342,24403523,24403881,24404751,24427771,24428241,24429880,24449929,24450347,24515891,24516047,24518159,24518991,24520298,24521274,24521741,24522293,24524424,24524838,24525264,24526282,24527441,24527680,24528293,24530118,24530522,24532053,24532298,24533215,24534232,24535446,24535638,24536052,24536971,24537257,24538002,24539151,24540357,24540832,24541637,24542453,24543757,24544030,2454420', 'assoc_port': '23530936:23569021,23534655:23584439,23556266:23585025,23560096:23581450,23563498:23572041,23568013:23568507,23568015:23568397,23589264:23612649,23594055:23607866,23596511:23609678,23620720:23630665,23634444:23645644,23634448:23645807,23634454:23646073,23636438:23636637,23639806:23649908,23643450:23652216,23644227:23662708,23645866:23653784,23647432:23654217,23665039:23684860,23669200:23708023,23676096:23679614,23681698:23703314,23681731:23681980,23683993:23708164,23687038:23687921,23688370:23689161,23694294:23694368,23697324:23718017,23699597:23701057,23702416:23720906,23704454:23727990,23722784:23740365,23819105:23820010,23829119:23842226,23848754:23855215,23919348:23920073,23925728:23926431,23936972:24000727,23937813:24177895,23938039:24019589,23938638:24178491,23958509:24086298,23996440:24132348,24002905:24138861,24009623:24144531,24009626:24145137,24014637:24021195,24024255:24035636,24024473:24027167,24047884:24166562,24048679:24168715,24049057:24172510,24090695:24192335,24093992:24205074,24115393:2422337', 'assoc_mat': '23530936:pet_clair:4200:23569021,23534655:pet_clair:4200:23584439,23556266:pet_clair:4200:23585025,23560096:pet_clair:4200:23581450,23563498:pet_clair:4200:23572041,23568013:pet_clair:4200:23568507,23568015:pet_clair:4200:23568397,23589264:pet_clair:4200:23612649,23594055:pet_clair:4200:23607866,23596511:pet_clair:4200:23609678,23620720:pet_clair:4200:23630665,23634444:pet_clair:4200:23645644,23634448:pet_clair:4200:23645807,23634454:pet_clair:4200:23646073,23636438:pet_clair:4200:23636637,23639806:pet_clair:4200:23649908,23643450:pet_clair:4200:23652216,23644227:pet_clair:4200:23662708,23645866:pet_clair:4200:23653784,23647432:pet_clair:4200:23654217,23665039:pet_clair:4200:23684860,23669200:pet_clair:4200:23708023,23676096:pet_clair:4200:23679614,23681698:pet_clair:4200:23703314,23681731:pet_clair:4200:23681980,23683993:pet_clair:4200:23708164,23687038:pet_clair:4200:23687921,23688370:pet_clair:4200:23689161,23694294:pet_clair:4200:23694368,23697324:pet_clair:4200:23718017,23699597:pet_clair:4200:23701057,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0050834517045454525, 'nb_photo': 10, 'list_port_cont': '24303620', 'assoc_port': '24295880:24303620', 'assoc_mat': '24295880:pet_clair:3594:24303620'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009121655624341335, 'nb_photo': 23, 'list_port_cont': '23640486,23651687,24518542,24518795,24523021,24523150,24527828,24531002,24531210,24531555,24531702,24532478,24533027,24533999,24535624,24542217,24556298,24559130', 'assoc_port': '23639809:23640486,23651477:23651687,24512292:24556298,24512385:24559130,24514987:24542217,24515647:24533999,24515776:24535624,24515857:24532478,24515994:24531555,24515999:24531210,24516109:24531702,24516164:24531002,24516337:24527828,24516466:24523150,24516830:24523021,24517261:24518795,24517351:24518542,24517396:24533027', 'assoc_mat': '23639809:pet_clair:4209:23640486,23651477:pet_clair:4209:23651687,24512292:pet_clair:4209:24556298,24512385:pet_clair:4209:24559130,24514987:pet_clair:4209:24542217,24515647:pet_clair:4209:24533999,24515776:pet_clair:4209:24535624,24515857:pet_clair:4209:24532478,24515994:pet_clair:4209:24531555,24515999:pet_clair:4209:24531210,24516109:pet_clair:4209:24531702,24516164:pet_clair:4209:24531002,24516337:pet_clair:4209:24527828,24516466:pet_clair:4209:24523150,24516830:pet_clair:4209:24523021,24517261:pet_clair:4209:24518795,24517351:pet_clair:4209:24518542,24517396:pet_clair:4209:24533027'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010107045539039714, 'nb_photo': 252, 'list_port_cont': '23535086,23538747,23541552,23551892,23560664,23569987,23570272,23586063,23587103,23621876,23622238,23633798,23635078,23635209,23638290,23641946,23651949,23666397,23667090,23670227,23671394,23674185,23676751,23682398,23685560,23688864,23691729,23694425,23700485,23705068,23708008,23708798,23712606,23716397,23717629,23719919,23723513,23726429,23732277,23811483,23819855,23820617,23829926,23832164,23853892,23902863,23919600,23920795,23926118,23926141,24020616,24022615,24024677,24025237,24040460,24096541,24135457,24137270,24139483,24143624,24144867,24145251,24168455,24168738,24171850,24173656,24189612,24206120,24211180,24223429,24233259,24244147,24263099,24264069,24265038,24303272,24307773,24308449,24309840,24311259,24314479,24322507,24323541,24325371,24327673,24365971,24367704,24367957,24402856,24403495,24403683,24404759,24404783,24418823,24420202,24437199,24513065,24516253,24516627,24517493,24517985,24518392,24519515,24519850,24520715,24520930,24521083,24523301,24523424,24523766,24524383,24524957,24525058,2452591', 'assoc_port': '23534654:23535086,23537920:23538747,23540436:23541552,23550747:23551892,23560093:23560664,23569424:23570272,23569432:23569987,23585185:23586063,23586473:23587103,23620718:23622238,23620722:23621876,23632820:23633798,23634446:23635209,23634457:23635078,23637427:23638290,23641366:23641946,23651476:23651949,23663153:23667090,23665045:23666397,23669198:23670227,23670888:23671394,23673440:23674185,23676097:23676751,23681716:23685560,23681727:23682398,23688376:23688864,23691318:23691729,23694292:23694425,23699593:23700485,23704456:23705068,23707619:23708008,23708553:23708798,23712026:23712606,23715744:23717629,23715751:23716397,23719475:23719919,23722757:23723513,23725935:23726429,23731806:23732277,23811030:23811483,23819146:23820617,23819188:23819855,23829100:23829926,23831264:23832164,23853394:23853892,23902381:23902863,23919387:23919600,23920382:23920795,23925745:23926141,23925766:23926118,23973602:24096541,23999354:24135457,24000700:24137270,24002899:24233259,24002909:24139483,24008313:24143624,24009606:2414486', 'assoc_mat': '23534654:pet_clair:4211:23535086,23537920:pet_clair:4211:23538747,23540436:pet_clair:4211:23541552,23550747:pet_clair:4211:23551892,23560093:pet_clair:4211:23560664,23569424:pet_clair:4211:23570272,23569432:pet_clair:4211:23569987,23585185:pet_clair:4211:23586063,23586473:pet_clair:4211:23587103,23620718:pet_clair:4211:23622238,23620722:pet_clair:4211:23621876,23632820:pet_clair:4211:23633798,23634446:pet_clair:4211:23635209,23634457:pet_clair:4211:23635078,23637427:pet_clair:4211:23638290,23641366:pet_clair:4211:23641946,23651476:pet_clair:4211:23651949,23663153:pet_clair:4211:23667090,23665045:pet_clair:4211:23666397,23669198:pet_clair:4211:23670227,23670888:pet_clair:4211:23671394,23673440:pet_clair:4211:23674185,23676097:pet_clair:4211:23676751,23681716:pet_clair:4211:23685560,23681727:pet_clair:4211:23682398,23688376:pet_clair:4211:23688864,23691318:pet_clair:4211:23691729,23694292:pet_clair:4211:23694425,23699593:pet_clair:4211:23700485,23704456:pet_clair:4211:23705068,23707619:pet_clair:4211:23708008,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9845766715823517, 'nb_photo': 105905, 'list_port_cont': '23543373,23568814,23572180,23573954,23575822,23585109,23586538,23586994,23595920,23596146,23596254,23597069,23602059,23607103,23608059,23608200,23609489,23622312,23628281,23630908,23631345,23631916,23632251,23647736,23647993,23650880,23652923,23653382,23678925,23679171,23679639,23680136,23680907,23687974,23689396,23693451,23696215,23701778,23702075,23703143,23704375,23707522,23708312,23719339,23726646,23726930,23730722,23732345,23734747,23737168,23738073,23738420,23740865,23741449,23742308,23807244,23808426,23808653,23812503,23812539,23823603,23826175,23847666,23857434,23857793,23903632,23914686,23919742,23959785,24001596,24011674,24021157,24021534,24022368,24022433,24022707,24023082,24025105,24025566,24035046,24036013,24080390,24097188,24099698,24117610,24117675,24118734,24133245,24133805,24135048,24138358,24139836,24141515,24147191,24164179,24164671,24164841,24164938,24165152,24165324,24166344,24166404,24167598,24168082,24168171,24168763,24169723,24169974,24170122,24170233,24170326,24171464,24171670,2417172', 'assoc_port': '23534657:23573954,23542721:23543373,23545657:23585109,23550746:23575822,23556267:23586994,23556281:23586538,23563478:23572180,23568035:23568814,23585184:23596254,23585186:23596146,23586467:23597069,23586482:23602059,23592539:23607103,23594051:23608059,23594053:23608200,23595408:23609489,23595419:23595920,23620717:23631345,23620727:23632251,23620741:23622312,23627496:23628281,23630255:23630908,23630741:23631916,23634452:23647736,23636430:23647993,23637430:23678925,23639792:23702075,23639807:23650880,23643447:23652923,23644226:23653382,23644228:23679171,23663156:23680907,23671693:23696215,23676094:23680136,23677327:23679639,23681715:23704375,23681725:23726930,23683042:23730722,23687039:23707522,23687067:23687974,23688367:23708312,23688372:23689396,23691315:23693451,23697318:23719339,23699594:23703143,23700573:23701778,23703106:23726646,23709128:23734747,23711012:23737168,23712074:23738073,23715760:23738420,23722781:23740865,23725944:23741449,23729236:23742308,23731807:23732345,23804660:23807244,23807827:2380842', 'assoc_mat': '23534657:pet_clair:3327:23573954,23542721:pet_clair:3327:23543373,23545657:pet_clair:3327:23585109,23550746:pet_clair:3327:23575822,23556267:pet_clair:3327:23586994,23556281:pet_clair:3327:23586538,23563478:pet_clair:3327:23572180,23568035:pet_clair:3327:23568814,23585184:pet_clair:3327:23596254,23585186:pet_clair:3327:23596146,23586467:pet_clair:3327:23597069,23586482:pet_clair:3327:23602059,23592539:pet_clair:3327:23607103,23594051:pet_clair:3327:23608059,23594053:pet_clair:3327:23608200,23595408:pet_clair:3327:23609489,23595419:pet_clair:3327:23595920,23620717:pet_clair:3327:23631345,23620727:pet_clair:3327:23632251,23620741:pet_clair:3327:23622312,23627496:pet_clair:3327:23628281,23630255:pet_clair:3327:23630908,23630741:pet_clair:3327:23631916,23634452:pet_clair:3327:23647736,23636430:pet_clair:3327:23647993,23637430:pet_clair:3327:23678925,23639792:pet_clair:3327:23702075,23639807:pet_clair:3327:23650880,23643447:pet_clair:3327:23652923,23644226:pet_clair:3327:23653382,23644228:pet_clair:3327:23679171,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.017272279544577725, 'nb_photo': 63, 'list_port_cont': '24437183,24439471,24440267,24443411,24443796', 'assoc_port': '24436620:24437183,24439171:24439471,24439759:24440267,24442986:24443796,24442990:24443411', 'assoc_mat': '24436620:pet_clair:3594:24437183,24439171:pet_clair:3594:24439471,24439759:pet_clair:3594:24440267,24442986:pet_clair:3594:24443796,24442990:pet_clair:3594:24443411'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003264481720792232, 'nb_photo': 1, 'list_port_cont': '24528010', 'assoc_port': '24516669:24528010', 'assoc_mat': '24516669:pet_fonce:4207:24528010'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0013162166368546574, 'nb_photo': 4, 'list_port_cont': '24303616', 'assoc_port': '24295880:24303616', 'assoc_mat': '24295880:pet_fonce:3594:24303616'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 2.2845344284148505e-05, 'nb_photo': 1, 'list_port_cont': '23621866', 'assoc_port': '23620722:23621866', 'assoc_mat': '23620722:pet_fonce:4211:23621866'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004128859331591335, 'nb_photo': 10, 'list_port_cont': '23630907,23847674,23914679,24139834,24172919,24329575,24404145,24438847', 'assoc_port': '23630255:23630907,23831266:23847674,23885061:23914679,24002903:24139834,24048750:24172919,24295782:24329575,24401667:24404145,24430482:24438847', 'assoc_mat': '23630255:pet_fonce:3327:23630907,23831266:pet_fonce:3327:23847674,23885061:pet_fonce:3327:23914679,24002903:pet_fonce:3327:24139834,24048750:pet_fonce:3327:24172919,24295782:pet_fonce:3327:24329575,24401667:pet_fonce:3327:24404145,24430482:pet_fonce:3327:24438847'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001181995490478686, 'nb_photo': 6, 'list_port_cont': '24437185,24439463,24440263', 'assoc_port': '24436620:24437185,24439171:24439463,24439759:24440263', 'assoc_mat': '24436620:pet_fonce:3594:24437185,24439171:pet_fonce:3594:24439463,24439759:pet_fonce:3594:24440263'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005246749261059859, 'nb_photo': 3, 'list_port_cont': '23680071,23700920,24332278', 'assoc_port': '23663161:23680071,23700572:23700920,24296252:24332278', 'assoc_mat': '23663161:pet_opaque:4205:23680071,23700572:pet_opaque:4205:23700920,24296252:pet_opaque:4205:24332278'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00019345058395286844, 'nb_photo': 2, 'list_port_cont': '23680584,24224245', 'assoc_port': '23663163:23680584,24115402:24224245', 'assoc_mat': '23663163:pet_opaque:4203:23680584,24115402:pet_opaque:4203:24224245'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001460438606437233, 'nb_photo': 7, 'list_port_cont': '23543809,23594387,23679233,23719775,24422207,24534439,24554334', 'assoc_port': '23543543:23543809,23594057:23594387,23677324:23679233,23719470:23719775,24421760:24422207,24515056:24554334,24516027:24534439', 'assoc_mat': '23543543:pet_opaque:4207:23543809,23594057:pet_opaque:4207:23594387,23677324:pet_opaque:4207:23679233,23719470:pet_opaque:4207:23719775,24421760:pet_opaque:4207:24422207,24515056:pet_opaque:4207:24554334,24516027:pet_opaque:4207:24534439'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002856905509368889, 'nb_photo': 8, 'list_port_cont': '23586893,23597184,24264980,24443353,24520942,24542258,24546613', 'assoc_port': '23586475:23586893,23596513:23597184,24230133:24264980,24442996:24443353,24514986:24546613,24515612:24542258,24516661:24520942', 'assoc_mat': '23586475:pet_opaque:4461:23586893,23596513:pet_opaque:4461:23597184,24230133:pet_opaque:4461:24264980,24442996:pet_opaque:4461:24443353,24514986:pet_opaque:4461:24546613,24515612:pet_opaque:4461:24542258,24516661:pet_opaque:4461:24520942'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002405932024470894, 'nb_photo': 311, 'list_port_cont': '23543866,23556489,23568411,23568519,23569008,23572045,23573389,23575052,23584437,23585021,23607875,23609563,23612640,23630671,23631408,23636632,23645649,23645812,23646060,23649918,23651831,23652227,23654212,23662701,23679617,23681974,23684863,23687923,23689215,23701067,23703315,23708021,23708166,23718023,23720912,23727980,23740352,23820013,23842234,23855227,23903315,23920062,23926432,24019584,24021196,24024866,24026090,24035637,24086306,24137406,24138870,24144533,24166561,24167914,24168721,24172497,24177907,24179553,24223385,24263581,24264031,24279665,24328509,24328697,24329805,24330910,24331434,24336011,24339560,24340179,24340316,24342241,24348472,24379618,24389675,24403344,24403528,24403869,24403879,24404744,24420297,24427621,24427781,24428246,24429877,24431135,24445313,24449936,24513163,24515896,24516950,24519003,24520300,24522301,24522484,24524423,24524840,24525269,24526284,24528291,24528742,24530120,24530534,24532042,24532299,24533222,24534221,24535640,24536048,24536974,24537255,24539981,24540340,2454083', 'assoc_port': '23530936:23569008,23534655:23584437,23537917:23573389,23543496:23543866,23547108:23575052,23556266:23585021,23556285:23556489,23563498:23572045,23568013:23568519,23568015:23568411,23589264:23612640,23594055:23607875,23596509:23609563,23620720:23630671,23620726:23631408,23634444:23645649,23634448:23645812,23634454:23646060,23636438:23636632,23639806:23649918,23643445:23651831,23643450:23652227,23644227:23662701,23647432:23654212,23665039:23684863,23669200:23708021,23676096:23679617,23681698:23703315,23681731:23681974,23683993:23708166,23687038:23687923,23688373:23689215,23697324:23718023,23699597:23701067,23702416:23720912,23704454:23727980,23722784:23740352,23819105:23820013,23829119:23842234,23848754:23855227,23902364:23903315,23919348:23920062,23925728:23926432,23937813:24177907,23938039:24019584,23958509:24086306,24000707:24137406,24002905:24138870,24009623:24144533,24014637:24021196,24024255:24035637,24024482:24026090,24024489:24024866,24047884:24166561,24048650:24167914,24048679:24168721,24049057:2417249', 'assoc_mat': '23530936:pet_opaque:4200:23569008,23534655:pet_opaque:4200:23584437,23537917:pet_opaque:4200:23573389,23543496:pet_opaque:4200:23543866,23547108:pet_opaque:4200:23575052,23556266:pet_opaque:4200:23585021,23556285:pet_opaque:4200:23556489,23563498:pet_opaque:4200:23572045,23568013:pet_opaque:4200:23568519,23568015:pet_opaque:4200:23568411,23589264:pet_opaque:4200:23612640,23594055:pet_opaque:4200:23607875,23596509:pet_opaque:4200:23609563,23620720:pet_opaque:4200:23630671,23620726:pet_opaque:4200:23631408,23634444:pet_opaque:4200:23645649,23634448:pet_opaque:4200:23645812,23634454:pet_opaque:4200:23646060,23636438:pet_opaque:4200:23636632,23639806:pet_opaque:4200:23649918,23643445:pet_opaque:4200:23651831,23643450:pet_opaque:4200:23652227,23644227:pet_opaque:4200:23662701,23647432:pet_opaque:4200:23654212,23665039:pet_opaque:4200:23684863,23669200:pet_opaque:4200:23708021,23676096:pet_opaque:4200:23679617,23681698:pet_opaque:4200:23703315,23681731:pet_opaque:4200:23681974,23683993:pet_opaque:4200:23708166,2368'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0006861353658911684, 'nb_photo': 10, 'list_port_cont': '23683312,24204829,24312063,24523159,24524912,24525966,24528368,24531666,24532651,24542555', 'assoc_port': '23683047:23683312,24093962:24204829,24295880:24528368,24309317:24312063,24514855:24542555,24515775:24532651,24515984:24531666,24516466:24523159,24516645:24524912,24516654:24525966', 'assoc_mat': '23683047:pet_opaque:4209:23683312,24093962:pet_opaque:4209:24204829,24295880:pet_opaque:4209:24528368,24309317:pet_opaque:4209:24312063,24514855:pet_opaque:4209:24542555,24515775:pet_opaque:4209:24532651,24515984:pet_opaque:4209:24531666,24516466:pet_opaque:4209:24523159,24516645:pet_opaque:4209:24524912,24516654:pet_opaque:4209:24525966'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002822925814287464, 'nb_photo': 189, 'list_port_cont': '23535093,23538736,23551897,23555595,23564450,23570270,23589867,23593367,23621510,23622245,23635072,23635215,23638291,23644734,23646928,23666395,23671397,23672725,23684587,23685555,23688879,23691727,23694421,23700483,23702939,23705060,23708014,23712604,23719915,23726430,23811485,23829921,23853897,23902873,23920800,23926119,23926136,24020622,24025225,24042575,24096545,24135469,24136117,24137266,24144866,24145253,24169608,24171842,24174991,24178295,24189606,24206112,24211196,24233262,24263112,24264066,24299114,24300803,24301318,24307771,24308807,24309828,24316936,24317547,24317921,24319635,24323538,24325375,24327665,24365986,24367701,24402844,24403537,24403688,24418818,24419266,24420905,24437191,24445583,24516770,24518829,24519221,24520710,24520937,24521084,24523648,24523770,24524390,24525368,24525923,24526131,24526317,24527361,24527747,24528036,24528315,24529901,24529933,24532196,24533507,24534098,24534426,24534679,24542124,24547750,24551836,24551918,24552213,24569796,24569994,24570587,24571862,24572481,2457292', 'assoc_port': '23534654:23535093,23537920:23538736,23550747:23551897,23555036:23555595,23563503:23564450,23569424:23570270,23589266:23589867,23592543:23593367,23620718:23622245,23620756:23621510,23634446:23635215,23634457:23635072,23637427:23638291,23644225:23644734,23645862:23646928,23665045:23666395,23670888:23671397,23671695:23672725,23681716:23685555,23683964:23684587,23688376:23688879,23691318:23691727,23694292:23694421,23699593:23700483,23702410:23702939,23704456:23705060,23707619:23708014,23712026:23712604,23719475:23719915,23725935:23726430,23811030:23811485,23829100:23829921,23853394:23853897,23902381:23902873,23920382:23920800,23925745:23926136,23925766:23926119,23937803:24178295,23973602:24096545,23999354:24135469,23999356:24136117,24000700:24137266,24002899:24233262,24009606:24144866,24009625:24145253,24011265:24042575,24014638:24020622,24024486:24025225,24048687:24169608,24048759:24171842,24055726:24174991,24088250:24189606,24093998:24206112,24099490:24211196,24218384:24263112,24234685:24264066,24295801:2432537', 'assoc_mat': '23534654:pet_opaque:4211:23535093,23537920:pet_opaque:4211:23538736,23550747:pet_opaque:4211:23551897,23555036:pet_opaque:4211:23555595,23563503:pet_opaque:4211:23564450,23569424:pet_opaque:4211:23570270,23589266:pet_opaque:4211:23589867,23592543:pet_opaque:4211:23593367,23620718:pet_opaque:4211:23622245,23620756:pet_opaque:4211:23621510,23634446:pet_opaque:4211:23635215,23634457:pet_opaque:4211:23635072,23637427:pet_opaque:4211:23638291,23644225:pet_opaque:4211:23644734,23645862:pet_opaque:4211:23646928,23665045:pet_opaque:4211:23666395,23670888:pet_opaque:4211:23671397,23671695:pet_opaque:4211:23672725,23681716:pet_opaque:4211:23685555,23683964:pet_opaque:4211:23684587,23688376:pet_opaque:4211:23688879,23691318:pet_opaque:4211:23691727,23694292:pet_opaque:4211:23694421,23699593:pet_opaque:4211:23700483,23702410:pet_opaque:4211:23702939,23704456:pet_opaque:4211:23705060,23707619:pet_opaque:4211:23708014,23712026:pet_opaque:4211:23712604,23719475:pet_opaque:4211:23719915,23725935:pet_opaque:4211:23726430,2381'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0027733718286964276, 'nb_photo': 1, 'list_port_cont': '24296667', 'assoc_port': '24296180:24296667', 'assoc_mat': '24296180:plastique:3726:24296667'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005960220388179226, 'nb_photo': 387, 'list_port_cont': '23631728,23647041,23649892,23661696,23679479,23687134,23688049,23695519,23702053,23702927,24213279,24297282,24297864,24419683,24419727,24420715,24427742,24429624,24433309,24512669,24515488,24515809,24517123,24517758,24518945,24527160,24527867,24529339,24529783,24530314,24530981,24531578,24531873,24532239,24533711,24534214,24534589,24540883,24541240,24541692,24541915,24542281,24542646,24543559,24543720,24544377,24544670,24545326,24545967,24546237,24546675,24546950,24547442,24547846,24548126,24548458,24548927,24549659,24549949,24550302,24550848,24551158,24552015,24552877,24553311,24553894,24554040,24554211,24554480,24554622,24554870,24555288,24555318,24555598,24555813,24555895,24555967,24556082,24556172,24556345,24556352,24556403,24556426,24556545,24556557,24556586,24556631,24556722,24556734,24556831,24556837,24557084,24557770,24559167,24559357,24559679,24569300,24569307,24570664,24570812,24570847,24571227,24572811,24573119,24573476', 'assoc_port': '23627494:23631728,23636436:23647041,23641363:23649892,23651475:23661696,23663154:23702053,23669191:23688049,23671673:23695519,23677334:23679479,23681695:23702927,23687068:23687134,24213123:24213279,24296859:24297864,24296994:24297282,24418257:24419727,24418401:24419683,24420642:24420715,24427715:24427742,24429602:24429624,24432906:24433309,24512226:24554622,24512270:24555288,24512313:24556345,24512320:24556557,24512334:24556837,24512336:24557084,24512382:24557770,24512392:24512669,24512478:24559167,24512512:24559357,24512526:24559679,24514857:24556831,24514861:24556631,24514867:24556586,24515042:24556734,24515046:24556722,24515052:24556545,24515061:24556403,24515067:24556426,24515073:24556352,24515088:24556172,24515132:24515488,24515243:24555967,24515289:24555895,24515291:24515809,24515295:24556082,24515297:24555813,24515305:24555598,24515420:24554870,24515425:24554211,24515589:24554480,24515592:24552015,24515595:24554040,24515616:24553894,24515642:24550848,24515651:24550302,24515659:24553311,24515692:2455287', 'assoc_mat': '23627494:plastique:3726:23631728,23636436:plastique:3726:23647041,23641363:plastique:3726:23649892,23651475:plastique:3726:23661696,23663154:plastique:3726:23702053,23669191:plastique:3726:23688049,23671673:plastique:3726:23695519,23677334:plastique:3726:23679479,23681695:plastique:3726:23702927,23687068:plastique:3726:23687134,24213123:plastique:3726:24213279,24296859:plastique:3726:24297864,24296994:plastique:3726:24297282,24418257:plastique:3726:24419727,24418401:plastique:3726:24419683,24420642:plastique:3726:24420715,24427715:plastique:3726:24427742,24429602:plastique:3726:24429624,24432906:plastique:3726:24433309,24512226:plastique:3726:24554622,24512270:plastique:3726:24555288,24512313:plastique:3726:24556345,24512320:plastique:3726:24556557,24512334:plastique:3726:24556837,24512336:plastique:3726:24557084,24512382:plastique:3726:24557770,24512392:plastique:3726:24512669,24512478:plastique:3726:24559167,24512512:plastique:3726:24559357,24512526:plastique:3726:24559679,24514857:plastique:3726:24556831,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.013719719930863272, 'nb_photo': 1, 'list_port_cont': '24296670', 'assoc_port': '24296180:24296670', 'assoc_mat': '24296180:Teint_Dans_La_Masse:3726:24296670'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009046999898270333, 'nb_photo': 848, 'list_port_cont': '23631734,23647033,23649894,23661692,23679470,23687144,23688052,23695517,23702055,23702928,24213285,24297289,24297586,24297861,24419679,24419723,24420720,24427735,24427806,24429627,24433311,24512663,24515494,24515803,24517116,24517765,24518943,24520151,24520484,24524030,24527153,24527875,24529788,24530316,24530982,24531575,24531872,24532245,24532970,24533237,24533710,24534219,24534590,24535338,24537692,24540888,24541231,24541691,24541918,24542283,24542630,24543565,24543722,24544369,24544677,24545328,24545654,24545976,24546240,24546673,24546947,24547444,24547852,24548119,24548465,24548921,24549337,24549953,24550294,24550858,24551147,24551405,24552009,24552456,24552878,24553316,24553896,24554137,24554214,24554477,24554596,24554614,24554764,24554829,24554862,24555066,24555290,24555312,24555605,24555811,24555894,24555928,24555975,24556079,24556178,24556340,24556361,24556401,24556428,24556490,24556556,24556575,24556587,24556667,24556715,24556725,24556826,24556833,24557079,24557772,24559158,24559349,24559684,2456929', 'assoc_port': '23627494:23631734,23636436:23647033,23641363:23649894,23651475:23661692,23663154:23702055,23669191:23688052,23671673:23695517,23677334:23679470,23681695:23702928,23687068:23687144,24213123:24213285,24296859:24297861,24296866:24297586,24296994:24297289,24418257:24419723,24418401:24419679,24420642:24420720,24427712:24427806,24427715:24427735,24429602:24429627,24432906:24433311,24512226:24554614,24512254:24554829,24512270:24555290,24512313:24556340,24512320:24556556,24512334:24556833,24512336:24557079,24512382:24557772,24512392:24512663,24512478:24559158,24512512:24559349,24512526:24559684,24514857:24556826,24514858:24556667,24514867:24556587,24515042:24556725,24515046:24556715,24515050:24556575,24515058:24556490,24515061:24556401,24515067:24556428,24515073:24556361,24515088:24556178,24515132:24515494,24515243:24555975,24515268:24555928,24515289:24555894,24515291:24515803,24515295:24556079,24515297:24555811,24515305:24555605,24515404:24555066,24515420:24554862,24515425:24554214,24515483:24554137,24515562:2455476', 'assoc_mat': '23627494:Teint_Dans_La_Masse:3726:23631734,23636436:Teint_Dans_La_Masse:3726:23647033,23641363:Teint_Dans_La_Masse:3726:23649894,23651475:Teint_Dans_La_Masse:3726:23661692,23663154:Teint_Dans_La_Masse:3726:23702055,23669191:Teint_Dans_La_Masse:3726:23688052,23671673:Teint_Dans_La_Masse:3726:23695517,23677334:Teint_Dans_La_Masse:3726:23679470,23681695:Teint_Dans_La_Masse:3726:23702928,23687068:Teint_Dans_La_Masse:3726:23687144,24213123:Teint_Dans_La_Masse:3726:24213285,24296859:Teint_Dans_La_Masse:3726:24297861,24296866:Teint_Dans_La_Masse:3726:24297586,24296994:Teint_Dans_La_Masse:3726:24297289,24418257:Teint_Dans_La_Masse:3726:24419723,24418401:Teint_Dans_La_Masse:3726:24419679,24420642:Teint_Dans_La_Masse:3726:24420720,24427712:Teint_Dans_La_Masse:3726:24427806,24427715:Teint_Dans_La_Masse:3726:24427735,24429602:Teint_Dans_La_Masse:3726:24429627,24432906:Teint_Dans_La_Masse:3726:24433311,24512226:Teint_Dans_La_Masse:3726:24554614,24512254:Teint_Dans_La_Masse:3726:24554829,24512270:Teint_Dans_La_Masse:3726:2'}) 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(1864814,1953568,1953583,1874123,1877574,1953590,1885919,1888970,1904938,1953604,1953612,1953621,1953634,1953641,1930438,1953652,1953666,1953439,1953674,1940177,1957597,1940174,1957587,1941229,1941219,1952828)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173830, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303624 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173831, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543374,23573942,23575813,23585108,23586533,23586997,23595921,23596143,23596246,23597066,23602069,23607096,23608060,23608196,23609483,23622309,23628280,23630917,23631346,23631922,23632249,23647732,23648003,23650881,23652926,23653384,23678938,23679167,23679632,23680137,23680916,23687983,23689406,23693459,23696210,23701773,23702067,23703145,23704374,23707515,23708320,23719341,23726638,23726920,23730726,23732351,23734743,23737167,23738075,23738430,23740861,23742311,23808421,23808651,23812501,23812537,23823593,23826178,23847671,23857442,23857795,23914676,23919737,23959791,24001592,24011671,24021168,24021526,24022357,24022430,24022698,24025106,24025567,24035035,24036011,24080386,24097171,24099704,24117621,24117681,24118732,24133800,24135023,24138363,24139839,24141521,24147186,24164185,24164665,24164833,24164936,24165153,24165321,24166336,24166393,24167591,24168079,24168175,24168761,24169725,24169965,24170120,24170229,24170334,24171470,24171669,24171714,24171753,24172346,24172913,24190004,24231626,24243708,2426326 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173832, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437178,24439462,24440266,24443406 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173833, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296666 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173834, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631733,23647038,23649893,23661691,23679480,23687136,23688058,23695512,23702056,23702922,24213274,24297587,24297867,24419684,24419735,24427744,24429626,24433315,24512662,24515486,24517114,24517761,24518957,24520149,24520475,24524026,24527155,24527868,24529787,24530317,24530984,24531876,24532956,24533235,24534209,24534588,24535339,24540575,24541235,24541689,24541912,24542276,24542631,24543556,24543718,24544371,24544672,24545338,24545971,24546234,24546679,24546951,24547445,24548118,24548467,24548929,24549339,24549948,24550301,24550849,24551404,24552008,24552457,24552876,24553313,24553898,24554036,24554139,24554482,24554761,24554863,24555065,24555284,24555606,24555806,24555903,24555969,24556081,24556092,24556347,24556360,24556420,24556489,24556543,24556562,24556584,24556628,24556671,24556717,24556733,24556827,24556842,24557080,24559165,24559358,24559682,24569290,24569311,24570814,24571222,24572801,24573121,24573477,24577372 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173835, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23585107,23597058,23693455,23701781,23737162,23914680,24001589,24117618,24337018,24338994,24355235,24403757,24428881,24520107,24523095,24532028 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173836, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23568682,23630513,23631697,23684212,23808049,23822454,24020839,24243060,24261468,24403743,24439444,24555794 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173837, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645681,23649809,23680579,23687734,23718769,23740162,23743564,23747116,23922693,24021473,24026310,24095603,24132393,24140844,24177796,24203374,24224234,24261418,24264334,24283122,24327893,24329537,24334011,24342317,24348348,24379714,24379832,24392050,24403304,24404341,24428096,24430020,24430465,24446168,24449375,24555861,24555882,24555910,24555986,24556134,24556241,24556321,24556325,24556644,24556981,24557031,24557155,24558924 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173838, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23552386,23589788,23634872,23639936,23644545,23676540,23700752,23719769,23973834,23974420,24012614,24021150,24049447,24053660,24116314,24223031,24225751,24309771,24313460,24318815,24328000,24368018,24389164,24404173,24419407,24423732,24439850,24440066,24515757,24517331,24521350,24523797,24524274,24525091,24525576,24527106,24528423,24536937,24537566,24543374,24545159,24546465,24548989,24551273,24552354,24555948,24557725,24569453,24569486,24569566,24569827,24570990,24572023 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173839, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647923,24530869,24533805,24537288,24542270,24554654,24556144 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173840, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543871,23568404,23568509,23569007,23581455,23584444,23585029,23607877,23609575,23612644,23631411,23636626,23645653,23645814,23649920,23651833,23652214,23679620,23681981,23684861,23687927,23689170,23693208,23708028,23708167,23720913,23732805,23740360,23820005,23842237,23855225,23903318,23920067,24021198,24024857,24026085,24086308,24137418,24138871,24144537,24145134,24166560,24168722,24172498,24177901,24178505,24182202,24192330,24205070,24223376,24231652,24263584,24279672,24328050,24329819,24340180,24342243,24344545,24348471,24380972,24389730,24392091,24403337,24403877,24404745,24420311,24427624,24429887,24431142,24513161,24515898,24516946,24518169,24518517,24520290,24520361,24522295,24523398,24524431,24524849,24525261,24525798,24527445,24527666,24528747,24530111,24530531,24532048,24532292,24534220,24534838,24535632,24537262,24539150,24539233,24539983,24540355,24540833,24541630,24544024,24544215,24544432,24544732,24545274,24545879,24546749,24547420,24548110,24548315,24551160,24553009,24554634,24554719,2455478 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173841, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23634780,23646559,23651686,23666280,23683318,23691603,23851886,23903356,23967744,24298690,24299182,24310290,24311723,24402686,24439832,24517084,24517425,24519438,24520690,24522621,24522700,24523009,24523283,24524172,24525961,24526634,24526740,24526907,24527950,24527989,24528363,24529237,24529400,24530426,24530919,24530993,24531559,24531675,24532789,24532986,24533045,24533896,24534011,24535027,24535047,24536093,24536766,24536820,24537412,24538127,24539083,24539937,24540191,24541085,24541420,24541578,24541878,24542220,24542439,24542839,24543296,24544257,24554993,24559576,24569892,24571745 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173842, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535084,23538745,23541533,23543982,23548203,23551900,23555575,23560666,23564446,23569999,23570284,23586054,23587101,23589849,23593011,23593361,23597274,23621523,23621862,23622229,23633788,23635075,23635201,23638283,23640785,23641948,23644733,23646931,23651956,23666383,23667087,23670232,23671396,23672723,23674186,23676746,23682409,23684593,23685554,23687476,23688876,23691718,23694420,23700477,23702946,23705075,23708003,23708794,23712598,23716399,23717642,23719928,23723515,23726438,23732273,23811498,23819859,23820622,23829929,23832148,23853887,23902869,23919606,23920793,23926121,23926138,24020631,24022608,24024666,24025235,24040468,24042588,24096539,24134690,24135462,24136109,24137258,24139473,24143633,24144863,24145241,24168464,24168742,24169591,24171847,24173661,24174474,24175000,24178300,24182675,24189603,24206113,24211190,24213920,24223413,24233264,24244146,24263102,24264079,24265030,24297743,24299105,24300082,24300804,24301325,24302121,24303277,24307752,24308451,24308800,24309834,24311256,24314483,2431693 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173843, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543367,23585111,23597065,23602056,23609486,23679641,23680141,23687978,23693457,23701787,23726635,23732340,23734740,23737163,23742300,23812500,23823594,23857790,23914678,24035036,24036022,24117687,24138359,24139837,24141516,24147181,24164672,24166339,24168770,24169734,24169967,24170235,24171719,24171757,24172914,24263266,24327979,24329581,24332455,24332674,24338982,24343367,24343736,24347340,24350246,24355241,24403380,24403728,24403927,24429973,24430618,24437471,24440358,24446526,24514509,24514646,24517752,24518254,24518532,24518814,24519236,24520425,24521925,24522819,24523811,24526594,24570800,24570898 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173844, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560233,23568686,23585415,23630508,23631700,23647059,23680072,23684218,23684772,23688808,23700913,23735968,23739605,23808062,23822453,23903156,24020646,24020827,24021687,24022446,24098380,24141468,24143087,24167572,24188752,24220694,24242930,24243075,24261478,24264049,24327804,24332280,24332347,24335820,24342214,24343866,24343910,24382373,24403741,24404229,24404817,24420758,24427900,24439447,24555625,24555707,24555761,24555800,24555826,24556020,24556761 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173845, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645689,23648761,23649812,23680587,23687722,23718763,23739929,23740160,23743555,23747115,23922689,24021472,24026312,24095609,24132396,24140847,24177809,24203386,24224235,24261425,24264333,24283114,24327886,24329535,24334008,24340558,24342325,24348356,24379702,24379827,24392052,24403324,24404330,24428090,24430027,24430481,24446161,24449382,24555846,24555886,24555908,24555991,24556122,24556240,24556306,24556336,24556648,24556995,24557033,24557151,24558923 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173846, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543026,23543813,23547758,23552376,23564183,23589783,23594389,23596945,23621187,23630346,23633056,23634878,23635286,23636296,23636818,23637990,23638481,23639940,23640769,23644550,23646365,23647239,23669743,23672283,23676541,23677937,23679047,23679220,23679936,23682162,23683302,23683534,23684104,23684322,23687275,23687650,23688696,23688984,23691367,23691564,23694354,23700282,23700759,23703480,23709354,23711203,23711364,23712446,23718357,23719773,23720369,23726143,23726612,23808144,23811274,23819316,23819595,23822442,23829583,23831684,23832744,23851768,23885265,23902711,23919510,23919564,23921795,23939703,23973845,23974416,23983544,23983730,23985657,24000863,24001230,24003204,24003331,24006702,24006955,24010004,24011505,24012605,24014780,24015214,24019905,24021149,24024456,24049458,24050443,24051168,24053654,24056513,24060692,24065860,24070101,24077213,24091040,24102800,24103073,24103200,24115780,24115967,24116315,24116462,24117206,24117704,24117918,24118307,24218659,24223040,24225739,24230222,24230713,2429775 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173847, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23541404,23551459,23551646,23569553,23586900,23597191,23630485,23633294,23634752,23643717,23643818,23647832,23647933,23664559,23669753,23673952,23678162,23682634,23683353,23688859,23688964,23704599,23709527,23718724,24137480,24171303,24179030,24191394,24210905,24264972,24297620,24297803,24298135,24298572,24298730,24298790,24310926,24311836,24312141,24367378,24402152,24402892,24416682,24419316,24427857,24433533,24437119,24443364,24443560,24513316,24513638,24516495,24516891,24517370,24517680,24518691,24518856,24519119,24519335,24519541,24520660,24520788,24520943,24521097,24522199,24522676,24523047,24523168,24523532,24524353,24524777,24524986,24525828,24526069,24526245,24526373,24527202,24527687,24527885,24528449,24529329,24529572,24529954,24530636,24530870,24531170,24531387,24532261,24532572,24532856,24533274,24533450,24533795,24534178,24534502,24534865,24535100,24536234,24536416,24536550,24536722,24537301,24537330,24537972,24538272,24538566,24538729,24539011,24539128,24539286,24541785,24542265,24542647,2454274 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173848, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543863,23556492,23568405,23568518,23569009,23572053,23573377,23575061,23581447,23584448,23585030,23607880,23609574,23609687,23612646,23630670,23631416,23636638,23645647,23645803,23646057,23649922,23651843,23652213,23653777,23654220,23662709,23679623,23681985,23684865,23687922,23689168,23689219,23693205,23694366,23701047,23703321,23708020,23708170,23718021,23720905,23727991,23732807,23740364,23820006,23842231,23855228,23903317,23920061,23926438,24000723,24019595,24021189,24024862,24026087,24027161,24035633,24086301,24132341,24137414,24138858,24144526,24145129,24166569,24167910,24168713,24172512,24177902,24178503,24179554,24182212,24192324,24205062,24223378,24231646,24263578,24264027,24279673,24328056,24328506,24328710,24329811,24330912,24331417,24334374,24336012,24339562,24340324,24340581,24340642,24342233,24344559,24348476,24379613,24380982,24382396,24389680,24389732,24392090,24403327,24403347,24403524,24403867,24403885,24404114,24404742,24420303,24427623,24427782,24428239,24429874,24431133,24439587,2444532 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173849, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303615 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173849, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572724,23630467,23634793,23640493,23646548,23651683,23666271,23674048,23682247,23683319,23691609,23851887,23903360,23925935,23967745,24204864,24297676,24297772,24298305,24298437,24298689,24299179,24301293,24310296,24311715,24312053,24367261,24402676,24416633,24429806,24430856,24437001,24439831,24443139,24513269,24513490,24516274,24517003,24517092,24517110,24517429,24517631,24517783,24517932,24518013,24518387,24518548,24518786,24519327,24519447,24519685,24519698,24519754,24520256,24520489,24520694,24520739,24521005,24521047,24521557,24521838,24522375,24522635,24522702,24522907,24523023,24523153,24523290,24523726,24523922,24524183,24524330,24524637,24524917,24525036,24525561,24525752,24525892,24525942,24525965,24526175,24526183,24526635,24526751,24526921,24527831,24527942,24528001,24528054,24528358,24528519,24528798,24529233,24529394,24529542,24530266,24530429,24530920,24530988,24531223,24531554,24531660,24531701,24532137,24532375,24532469,24532647,24532797,24532987,24533023,24533052,24533143,24533907,2453401 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173850, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535098,23538749,23541556,23543979,23548200,23551894,23555598,23560672,23564449,23569993,23570275,23586052,23587115,23589861,23593032,23593379,23597265,23621517,23621865,23622244,23633787,23635064,23635210,23638284,23640790,23641947,23644719,23646924,23651951,23666390,23667097,23670235,23671401,23672728,23674191,23676762,23682397,23684586,23685546,23687474,23688867,23691720,23694424,23700480,23702944,23705073,23708004,23708783,23712612,23716398,23717647,23719913,23723501,23726439,23732278,23811497,23819849,23820610,23829925,23832159,23853901,23902865,23919613,23920791,23926117,23926134,24020623,24022607,24024667,24025227,24040471,24042584,24096550,24134681,24135442,24136111,24137267,24139485,24143621,24144874,24145243,24168449,24168729,24169597,24171855,24173658,24174490,24174997,24178291,24182676,24189605,24206111,24211192,24213927,24223414,24233263,24244151,24263100,24264076,24265032,24297739,24299112,24300089,24300791,24301314,24302127,24303270,24307769,24308445,24308793,24309825,24311254,24314487,2431694 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173851, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543375,23575817,23585118,23586529,23595922,23596248,23597068,23602060,23607108,23608056,23609492,23622316,23631339,23631912,23647729,23647998,23652914,23678933,23680142,23680906,23687975,23689398,23696221,23701776,23703142,23704373,23719340,23726634,23726922,23730720,23734751,23737160,23738072,23740862,23741455,23742302,23808423,23808643,23812494,23812543,23823600,23826179,23857799,23919739,23959790,24001598,24021163,24022359,24022432,24022703,24023089,24025100,24025562,24080383,24099701,24117622,24133256,24135025,24138370,24141519,24147184,24164663,24166343,24166405,24168084,24168172,24169731,24169978,24170123,24170333,24171462,24171683,24172339,24172918,24190001,24243714,24283261,24287181,24328861,24329577,24330079,24330111,24332445,24332679,24337015,24337846,24338166,24338983,24339852,24339981,24340408,24342582,24342727,24343360,24343735,24346175,24347341,24349747,24350233,24353013,24355245,24379838,24382268,24390807,24392317,24402815,24403510,24403720,24403752,24403921,24403935,24404256,24404271,2440428 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173852, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437180,24439469,24440270,24443409,24443790 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173853, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296673 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173854, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631735,23661686,23679472,23687133,23688056,23695518,23702054,23702930,24213278,24297287,24297584,24429621,24433312,24517124,24520145,24527163,24527873,24529784,24532237,24533245,24533718,24534595,24541697,24542642,24544365,24544679,24545322,24546694,24546953,24550299,24551407,24553314,24553903,24556171,24556427,24556624,24556832,24570807,24573468 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173855, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296677 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173856, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647040,23649897,23661693,23679475,23687137,23688050,23695523,23702062,23702924,24213277,24297285,24297585,24297866,24420713,24427737,24429619,24433319,24515489,24517122,24527158,24530320,24530979,24532243,24532954,24533713,24534210,24534587,24537696,24540566,24540886,24541236,24541698,24542638,24543562,24543723,24544356,24544669,24546958,24548464,24549353,24550304,24550856,24552017,24552455,24553310,24553900,24554621,24554759,24555057,24555802,24555931,24556074,24556348,24556418,24556555,24556567,24556580,24556630,24556677,24556718,24556735,24556824,24559159,24559680,24569295,24569309,24570670,24570803,24571231,24572812,24573470,24577373 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173857, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296668 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173858, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647036,23649895,23679478,23688048,23695513,24213276,24297863,24419680,24419729,24427738,24429618,24433321,24515491,24517112,24518959,24524023,24527877,24530978,24531571,24532242,24532968,24534585,24535337,24540574,24541230,24541690,24541919,24542280,24543714,24544355,24544673,24545664,24546686,24546954,24547849,24548117,24548928,24549334,24549946,24550297,24551153,24551409,24552453,24552873,24553317,24553904,24554043,24554128,24554618,24554872,24555317,24555805,24555902,24555932,24555977,24556355,24556405,24556565,24556566,24556721,24556726,24556830,24557085,24557774,24559673,24569294,24569308,24570661,24570802,24577408 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173859, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560219,23647060,23680067,23684207,23735951,23822452,24020632,24020832,24021685,24141454,24188745,24261475,24327802,24332351,24335811,24343864,24403745,24420750,24439456,24555632,24555712,24555755,24555786,24556017,24556754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173860, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645685,23648756,23649803,23680575,23687730,23718772,23739937,23740171,23743558,23747108,23922692,24021483,24026314,24095615,24132389,24140842,24177805,24203380,24224238,24261410,24264330,24283115,24327882,24329539,24334007,24340570,24342315,24348350,24379713,24379831,24392051,24403303,24404339,24428092,24430475,24446163,24449377,24555851,24555884,24555911,24555985,24556124,24556255,24556320,24556322,24556641,24556993,24557034,24557154,24558935 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173861, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23547756,23564177,23594384,23596942,23621203,23634873,23635279,23637982,23640770,23644543,23646356,23669738,23677933,23679044,23691359,23691573,23700284,23700765,23703486,23711356,23719768,23819602,23829577,23885279,23939707,23973841,23983734,24001233,24003336,24006704,24051170,24056526,24070102,24102792,24103082,24116321,24230221,24300319,24304078,24310316,24314000,24315745,24317992,24318811,24320882,24323874,24326956,24327143,24327938,24386395,24401708,24403676,24404047,24417965,24440809,24443189,24523501,24523792,24526392,24528424,24529119,24530538,24531445,24532174,24532552,24532885,24534437,24536618,24537578,24538684,24539214,24539689,24545441,24548292,24549875,24551429,24552359,24554048,24554508,24569074,24569452,24570984,24572028 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173862, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24179043,24524784,24533804,24535091 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173863, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543862,23568510,23572044,23585033,23607870,23609676,23630666,23636640,23645656,23645810,23646065,23654219,23684857,23689169,23693213,23694367,23701065,23703318,23708025,23820007,23855221,23926446,24019592,24021191,24027159,24137405,24138867,24144527,24178501,24192336,24205069,24223358,24264034,24279671,24328703,24329818,24331416,24334368,24342236,24389685,24403349,24403526,24403876,24404105,24404739,24420305,24427634,24427786,24429885,24439590,24446365,24446428,24449928,24513159,24516958,24520292,24520380,24522304,24522475,24525267,24526518,24527444,24527673,24528300,24528740,24529402,24530115,24532290,24533230,24534579,24535444,24536040,24537254,24538008,24539163,24540343,24542495,24544025,24544205,24544436,24545262,24545597,24545874,24547429,24548099,24548306,24549031,24550462,24553013,24554351,24554631,24554713,24555568,24556913,24559035,24559439,24569526,24571565,24572523,24573344,24573456,24574528,24577027 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173864, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572716,23630462,23634789,23640492,23646553,23651684,23666278,23674042,23682249,23683315,23691608,23851893,23903358,23967734,24204871,24297678,24297770,24298319,24298430,24298680,24299169,24301288,24310294,24311729,24312051,24367257,24429792,24430847,24436994,24443144,24513254,24513496,24517011,24517089,24517431,24517627,24517776,24517945,24518027,24518547,24518789,24519451,24519697,24519748,24520682,24521008,24521042,24521558,24521851,24522624,24522706,24522905,24523022,24523151,24523280,24524634,24524910,24525742,24525945,24525952,24526171,24526182,24526638,24526748,24527826,24527954,24528003,24528359,24528518,24528800,24529387,24530431,24530934,24531220,24531556,24531662,24531708,24532368,24532482,24532636,24532798,24532974,24533033,24533041,24534045,24534297,24534343,24535026,24535042,24535297,24535550,24535614,24536098,24536520,24536776,24537409,24537423,24537826,24538137,24538327,24538687,24538796,24539061,24539088,24539186,24539764,24540182,24541086,24541410,24541551,24541573,24541870,24542071,2454222 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173865, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535097,23538740,23541557,23543974,23548207,23551893,23555596,23564447,23569996,23570271,23586066,23587107,23589856,23593030,23593378,23597262,23621515,23621874,23622230,23633785,23635079,23635212,23638285,23640779,23641949,23644728,23646929,23651945,23666387,23667102,23670233,23671400,23672718,23674181,23676760,23682401,23684590,23685562,23687480,23688858,23691716,23694410,23700481,23702938,23705070,23708002,23708793,23712603,23716405,23717617,23719918,23723514,23726443,23732274,23811499,23819852,23820614,23829933,23832163,23853889,23902871,23919615,23920792,23926127,23926132,24020624,24022621,24024661,24025230,24040464,24042583,24096537,24134678,24135466,24136114,24137263,24139476,24143623,24144877,24145246,24168456,24168731,24169605,24171853,24173648,24174482,24174983,24178299,24182677,24189600,24206125,24211181,24213923,24223427,24233253,24244150,24263101,24264075,24265040,24297753,24299110,24300084,24300796,24301326,24302137,24303273,24307761,24308457,24308797,24309837,24311264,24314473,24316946,2431754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173866, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645683,23648759,23680582,23687728,23718774,23740172,23743565,23747110,23922688,24021485,24026317,24095601,24203381,24261416,24327892,24334014,24342312,24392045,24404342,24555885,24555917,24555979,24556242,24556313,24556990,24557036 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173867, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23589789,23644555,23679939,23691362,23700285,23808141,24533991,24537568 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173868, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24518859 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173869, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23556480,24035642,24572733 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173870, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23646549,23666281,23682236,24429791,24513259,24513494,24517088,24517428,24520681,24521048,24521562,24521835,24525750,24526743,24527825,24528511,24529238,24532649,24532793,24532982,24533029,24534296,24535551,24538329,24539757,24541091,24541570,24543293 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173871, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23548204,23560674,23621511,23638295,23666386,23667096,23672720,23676748,23712609,23716412,23717632,23926131,24022612,24025234,24096546,24139481,24144875,24182664,24189608,24213926,24233268,24265042,24302122,24402846,24517974,24518673,24518842,24519473,24519513,24521087,24521517,24524321,24526125,24526313,24527349,24532130,24534088,24551308,24551923,24571860,24572479 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173872, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560221,23568671,23585425,23630507,23631694,23647067,23680068,23684219,23684764,23688816,23700919,23739598,23808060,23822450,23903157,24020648,24020830,24021680,24022457,24098376,24141469,24143091,24167578,24188757,24220692,24242935,24243061,24261474,24264055,24327793,24332277,24332339,24335822,24342222,24343852,24343919,24382371,24403737,24404217,24404815,24420754,24427907,24439451,24555633,24555715,24555768,24555801,24555827,24556014,24556758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173873, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645687,23648754,23649818,23680577,23687736,23718765,23739923,23740158,23743556,23747111,23922698,24021482,24026321,24095616,24132394,24140837,24177810,24203389,24224237,24261424,24264321,24283116,24327878,24329547,24334019,24340568,24342321,24348358,24379700,24379820,24392040,24403309,24404329,24428097,24430018,24430466,24446154,24449378,24555860,24555889,24555909,24555981,24556127,24556243,24556308,24556337,24556642,24556992,24557044,24557147,24558925 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173874, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543015,23547759,23552379,23564169,23589786,23594382,23596957,23621198,23630357,23633062,23634867,23635284,23636303,23636821,23637993,23638479,23639944,23640773,23644544,23646368,23647228,23669741,23672290,23676528,23677927,23679043,23679231,23679942,23682163,23683290,23683542,23684097,23684334,23687266,23687647,23688697,23688986,23691357,23691571,23694362,23700279,23700760,23703482,23709360,23711201,23711352,23712449,23719770,23720382,23726128,23726621,23808130,23811263,23819313,23819601,23822433,23829581,23831693,23832749,23851771,23885272,23902710,23919505,23919572,23921790,23939708,23973835,23974428,23983530,23983742,23985650,24000861,24001232,24003200,24003335,24006705,24006961,24010003,24011521,24012616,24014773,24015225,24019907,24021152,24024457,24049455,24050440,24051160,24053658,24056524,24060693,24065861,24070099,24077212,24091035,24102795,24103081,24103205,24115784,24115979,24116324,24116451,24117207,24117691,24117912,24118313,24218668,24223034,24225741,24230227,24230720,24298593,24299245,2430032 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173875, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23541417,23551450,23551654,23569545,23586899,23597187,23630471,23633308,23634753,23643712,23643823,23647829,23647934,23664556,23669764,23673966,23678150,23682062,23682635,23683357,23688880,23688949,23704591,23709523,23718726,24137481,24171277,24179045,24191379,24210900,24264983,24297623,24297806,24298139,24298573,24298736,24298774,24310919,24311842,24312145,24367372,24402143,24402894,24416683,24419305,24427847,24433525,24437113,24443354,24443558,24513312,24513640,24516494,24516887,24517357,24517682,24518686,24518850,24519129,24519348,24519556,24520649,24520785,24520953,24521106,24522191,24522662,24523046,24523166,24523523,24524351,24524778,24524990,24525825,24526078,24526242,24526381,24527201,24527697,24527884,24528457,24529321,24529577,24529946,24530631,24530871,24531161,24531379,24532264,24532569,24532859,24533273,24533444,24533806,24534189,24534528,24534875,24535104,24536217,24536423,24536555,24536724,24537292,24537325,24537971,24538271,24538577,24538741,24539018,24539121,24539279,24541787,24542256,2454265 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173876, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543876,23556493,23568409,23568513,23569006,23572047,23573383,23575049,23581461,23584445,23585022,23607867,23609573,23609685,23612636,23630668,23631420,23636633,23645648,23645805,23646054,23649907,23651836,23652223,23653785,23654215,23662703,23679621,23681987,23684864,23687935,23689159,23689220,23693219,23694376,23701048,23703322,23708024,23708162,23718026,23720902,23727985,23732793,23740357,23820012,23842230,23855222,23903329,23920072,23926436,24000714,24019586,24021200,24024863,24026092,24027163,24035641,24086304,24132343,24137419,24138868,24144529,24145139,24166559,24167907,24168727,24172495,24177904,24178499,24179551,24182210,24192341,24205061,24223371,24231642,24263588,24264026,24279668,24328044,24328511,24328696,24329812,24330896,24331427,24334375,24336013,24339570,24340186,24340320,24340576,24340652,24342235,24344561,24348461,24379622,24380985,24382394,24389689,24389720,24392087,24403333,24403345,24403520,24403857,24403873,24404113,24404740,24420300,24427619,24427780,24428249,24429882,24431137,2443958 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173877, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572720,23630464,23634794,23640490,23646558,23651697,23666269,23674047,23682237,23683320,23691602,23851889,23903351,23925933,23967740,24204867,24297679,24297771,24298306,24298432,24298684,24299181,24301280,24310302,24311725,24312056,24367265,24402683,24416630,24429804,24430846,24439842,24443142,24513273,24513501,24516280,24516993,24517083,24517106,24517423,24517633,24517784,24517930,24518025,24518552,24518796,24519325,24519442,24519687,24519699,24519743,24520265,24520490,24520683,24520732,24521011,24521041,24521567,24521847,24522634,24522701,24522909,24523152,24523281,24523722,24523909,24524639,24524908,24525033,24525551,24525740,24525938,24525957,24526168,24526184,24526641,24526745,24526915,24527824,24527948,24527990,24528062,24528371,24528513,24529234,24529386,24529536,24530267,24530437,24530921,24531000,24531224,24531562,24531663,24531716,24532146,24532360,24532483,24532638,24532790,24532980,24533032,24533043,24533136,24534046,24534298,24534482,24534782,24534996,24535021,24535041,24535308,24535552,2453561 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173878, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535091,23538739,23541542,23543975,23548202,23551903,23555594,23560658,23564451,23570002,23570278,23586065,23587113,23589853,23593007,23593355,23597275,23621520,23621867,23622236,23633790,23635074,23635211,23638294,23640796,23641942,23644721,23646919,23651942,23666391,23667098,23670236,23671404,23672730,23674178,23676757,23682396,23684595,23685558,23687472,23688862,23691725,23694417,23700474,23702948,23705069,23708006,23708785,23712600,23716400,23717636,23719914,23723516,23726437,23732272,23811484,23819864,23820621,23829923,23832156,23853886,23902874,23919605,23920799,23926126,23926139,24020615,24022616,24024675,24025231,24040463,24042574,24096549,24134699,24135463,24136102,24137265,24139469,24143634,24144872,24145252,24168463,24168733,24169599,24171848,24173652,24174475,24175001,24178281,24182667,24189604,24206118,24211188,24213916,24223416,24233261,24244136,24263103,24264073,24265046,24297746,24299113,24300096,24300793,24301327,24302138,24303281,24307779,24308461,24308805,24309827,24311261,24314475,2431694 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173879, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23687135,23702061,24515487,24531582,24537693,24554866,24555291,24573475 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173880, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23568683,23630511,23631701,23647075,23680080,23684206,23688813,23739599,23808050,23822461,24020825,24021675,24143100,24220701,24261471,24264052,24327807,24332285,24332340,24335809,24342224,24343863,24343916,24382383,24403732,24404223,24420749,24427912,24439446,24555628,24555716,24555767,24555795,24555829,24556012,24556764 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173881, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645677,23648753,23649815,23680578,23687729,23718764,23739927,23740166,23743560,23747113,23922690,24021484,24026319,24095607,24132395,24140840,24177795,24203375,24224242,24261412,24264326,24283117,24327887,24329544,24334016,24340563,24342313,24348360,24379710,24379823,24392043,24403305,24404337,24428091,24430015,24430478,24446160,24449387,24555856,24555890,24555912,24555984,24556133,24556244,24556316,24556324,24556640,24556977,24557039,24557158,24558938 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173882, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543024,23543804,23547746,23552381,23564171,23589779,23594386,23596955,23621194,23630349,23633065,23634875,23635287,23636302,23636807,23637978,23638487,23639934,23640772,23644552,23646361,23647234,23669730,23672278,23676534,23677930,23679051,23679222,23679934,23682174,23683292,23683540,23684103,23687264,23687646,23688698,23688995,23691366,23691572,23694353,23700281,23700763,23703492,23709359,23711192,23711354,23712447,23718353,23719780,23720376,23726140,23726611,23808143,23819312,23819600,23822429,23829584,23831688,23832746,23851779,23885275,23902719,23919509,23919568,23921788,23939698,23973829,23974414,23983541,23983738,23985661,24000853,24001227,24003202,24003332,24006712,24006956,24010001,24011512,24012609,24015228,24021139,24024458,24049449,24050448,24051164,24053657,24056514,24060707,24065856,24070091,24077219,24091036,24102796,24103076,24103203,24115777,24115970,24116326,24116452,24117202,24117701,24117920,24218670,24223032,24225744,24230715,24297762,24298604,24299241,24300322,24301376,24301941,2430257 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173883, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23647938,23682643,23709528,24264977,24298772,24416687,24433526,24443359,24443568,24513644,24516501,24517695,24518682,24520947,24522669,24524787,24524994,24528461,24530862,24534183,24534877,24535118,24536215,24536728,24537289,24537328,24542748,24544540,24546099,24554653,24559224,24569707,24569834,24571642,24572442,24572756 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173884, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543869,23572054,23573382,23584449,23585027,23612642,23630675,23631415,23645657,23646068,23649915,23651830,23654213,23681983,23687930,23689223,23693206,23694372,23703319,23708026,23720911,23732801,23842236,23855214,24024859,24035647,24086311,24138862,24144540,24166564,24167913,24172496,24263589,24340578,24348460,24379615,24382408,24392093,24403530,24420301,24427625,24427777,24429883,24431139,24439585,24445320,24446364,24446414,24513153,24520302,24522291,24525258,24532049,24532302,24536968,24537260,24538369,24540338,24544735,24548314,24549185,24551515,24551764,24553008,24553706,24554144,24554770,24555579,24570032,24571572,24572736,24573356,24573449,24574218,24574521,24577020 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173885, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303623 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173885, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572723,23630466,23634791,23640494,23646554,23651689,23666273,23674037,23682234,23683314,23691610,23903346,23967735,24204828,24297669,24297779,24298312,24298442,24298681,24299174,24310295,24311717,24312049,24367271,24402678,24416639,24429803,24430858,24436988,24443141,24513263,24513500,24516269,24517007,24517080,24517430,24517931,24518014,24518543,24518794,24519321,24519445,24519691,24519760,24520259,24520684,24521009,24521043,24521555,24521836,24522626,24522697,24523019,24523146,24523720,24523910,24524338,24524638,24525737,24525962,24526162,24526643,24526741,24526912,24527949,24527999,24528061,24528362,24528512,24529241,24529397,24530432,24530922,24531211,24531667,24531705,24532371,24532471,24532637,24532804,24532973,24533019,24533040,24533139,24534015,24534042,24534291,24534777,24534993,24535032,24535309,24535545,24535623,24536097,24536123,24536787,24536821,24537398,24537427,24537833,24538132,24538319,24538495,24538691,24538778,24539077,24539767,24540023,24540193,24540393,24541418,24542081,24542223,2454243 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173886, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535092,23538750,23541540,23543981,23548199,23551899,23555587,23560673,23564458,23569990,23570274,23586064,23587102,23589860,23593012,23593373,23597261,23621521,23621877,23622235,23633799,23635067,23635200,23638288,23640792,23641940,23644725,23646934,23651955,23666393,23670237,23671395,23672733,23674184,23676752,23682412,23685561,23687485,23688873,23691721,23694422,23700486,23702943,23705064,23708016,23708789,23712610,23716408,23717640,23719922,23723505,23726435,23732283,23811493,23819851,23820612,23829924,23832152,23853894,23902861,23919612,23920801,23926123,23926135,24020620,24022619,24024663,24025232,24040458,24042577,24096543,24134701,24135467,24136106,24137274,24143625,24144869,24145257,24168462,24168745,24169606,24171843,24173660,24174487,24174984,24182673,24189607,24206123,24211186,24213915,24223421,24233258,24244137,24263105,24264067,24265039,24297738,24299104,24300087,24300806,24301317,24302132,24303274,24307754,24308446,24308801,24309838,24311257,24314503,24316940,24317540,24317931,24319642,2432111 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173887, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543371,23737158,24522719 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173888, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437181,24439465,24440269,24443410 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173889, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560223,23568674,23585421,23630518,23631702,23647074,23680074,23684217,23684776,23688812,23700918,23735967,23739609,23808051,23822448,23903166,24020647,24020836,24021689,24022453,24098373,24141467,24143088,24167583,24188751,24220691,24242942,24243067,24261479,24264048,24327798,24332283,24332352,24335823,24342218,24343861,24343920,24382381,24403740,24404218,24404810,24420764,24427908,24439448,24555637,24555714,24555756,24555796,24555816,24556022,24556756 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173890, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645675,23648762,23649816,23680588,23687731,23718766,23739933,23740163,23743562,23747112,23922691,24021477,24026306,24095604,24132404,24140846,24177804,24203390,24224231,24261417,24264324,24283121,24327891,24329538,24334009,24340560,24342318,24348345,24379705,24379825,24392047,24403308,24404335,24428094,24430013,24430477,24446158,24449386,24555847,24555883,24555918,24555992,24556126,24556254,24556309,24556326,24556637,24556987,24557043,24557161,24558936 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173891, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543012,23543800,23547742,23552378,23564174,23589790,23594378,23596946,23621202,23630356,23633063,23634874,23635280,23636305,23636814,23637991,23638490,23639932,23640766,23644549,23646359,23647241,23669733,23672291,23676536,23677934,23679040,23679223,23679940,23682168,23683300,23683537,23684096,23684333,23687268,23687641,23688704,23688992,23691358,23691576,23694363,23700275,23700753,23703481,23709355,23711207,23711355,23712461,23718363,23719774,23720384,23726141,23726618,23808136,23811269,23819315,23819606,23822438,23829585,23831687,23832739,23851775,23885273,23902715,23919503,23919566,23921785,23939701,23973847,23974425,23983533,23983728,23985653,24000862,24001225,24003194,24003328,24006710,24006969,24009996,24011508,24012615,24014782,24015221,24019894,24021151,24024465,24049457,24050436,24051162,24053650,24056515,24060695,24065866,24070089,24077209,24091043,24102790,24103078,24103204,24115779,24115980,24116319,24116453,24117203,24117693,24117924,24118308,24218661,24223037,24225742,24230228,24230721,2429776 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173892, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23541407,23551449,23551656,23569556,23586890,23597193,23630477,23633307,23634751,23643718,23643826,23647840,23647924,23664567,23669757,23673962,23678153,23682057,23682642,23683358,23688869,23688959,23704596,23709516,23718718,24137470,24171304,24179033,24191387,24210910,24264978,24297637,24297816,24298148,24298560,24298724,24298788,24310932,24311837,24312154,24367371,24402141,24402895,24416686,24419310,24427848,24433528,24437111,24443356,24443544,24513313,24513646,24516496,24516903,24517361,24517683,24518690,24518854,24519128,24519336,24519542,24520647,24520787,24520951,24521101,24522198,24522664,24523037,24523171,24523533,24524341,24524776,24524984,24525835,24526076,24526253,24526382,24527208,24527682,24527886,24528462,24529319,24529568,24529963,24530643,24530861,24531175,24531373,24532269,24532577,24532854,24533275,24533452,24533797,24534184,24534504,24534871,24535122,24536219,24536418,24536560,24536723,24537293,24537323,24537967,24538263,24538573,24538738,24539015,24539130,24539285,24541796,24542271,2454265 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173893, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543870,23556479,23568400,23568506,23569012,23572050,23573375,23575060,23581452,23584440,23585028,23607871,23609565,23609677,23612645,23630669,23631418,23636629,23645643,23645809,23646058,23649906,23651841,23652219,23653783,23654214,23662704,23679625,23681975,23684866,23687933,23689164,23689209,23693214,23694377,23701052,23703325,23708022,23708163,23718022,23720914,23727992,23732800,23740363,23820009,23842233,23855213,23903320,23920069,23926433,24000718,24019588,24021188,24024861,24026100,24027168,24035645,24086305,24132351,24137398,24138866,24144536,24145131,24166565,24167919,24168726,24172506,24177897,24178496,24179556,24182221,24192337,24205059,24223381,24231643,24263590,24264032,24279669,24328045,24328500,24328707,24329804,24330906,24331438,24334380,24336014,24339558,24340181,24340329,24340584,24340644,24342239,24344554,24348474,24379624,24380979,24382404,24389676,24389717,24392092,24403323,24403341,24403521,24403860,24403878,24404115,24404743,24420304,24427632,24427785,24428247,24429889,24431141,2443958 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173894, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303621 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173894, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572722,23630468,23634781,23640484,23646550,23651695,23666270,23674043,23682242,23683311,23691597,23851895,23903354,23925937,23967746,24204861,24297681,24297778,24298307,24298428,24298682,24299171,24301282,24310291,24311722,24312054,24367263,24402684,24416637,24429796,24430854,24437002,24439838,24443133,24513253,24513497,24516292,24517010,24517086,24517102,24517427,24517626,24517774,24517937,24518016,24518405,24518546,24518793,24519320,24519443,24519677,24519694,24519758,24520252,24520488,24520697,24520736,24521012,24521044,24521563,24521837,24522384,24522632,24522708,24522911,24523015,24523157,24523289,24523725,24523923,24524173,24524331,24524628,24524902,24525027,24525547,24525743,24525886,24525939,24525958,24526165,24526187,24526644,24526753,24526905,24527830,24527946,24527992,24528056,24528366,24528514,24528808,24529230,24529389,24529547,24530269,24530435,24530930,24530994,24531214,24531552,24531673,24531700,24532136,24532361,24532475,24532650,24532800,24532984,24533024,24533042,24533144,24533910,2453402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173895, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535090,23538735,23541558,23543987,23548197,23551904,23555577,23560669,23564457,23569988,23570283,23586056,23587112,23589862,23593008,23593357,23597263,23621512,23621861,23622243,23633791,23635065,23635214,23638289,23640794,23641954,23644732,23646921,23651950,23666384,23667094,23670220,23671398,23672724,23674194,23676761,23682400,23684601,23685556,23687483,23688870,23691723,23694411,23700478,23702935,23705059,23708013,23708790,23712601,23716406,23717627,23719924,23723511,23726440,23732275,23811492,23819865,23820620,23829927,23832160,23853902,23902864,23919601,23920796,23926120,23926140,24020628,24022609,24024674,24025228,24040465,24042572,24096535,24134696,24135464,24136104,24137264,24139484,24143628,24144873,24145242,24168458,24168744,24169598,24171839,24173649,24174476,24175003,24178298,24182670,24189614,24206116,24211187,24213928,24223424,24233255,24244138,24263114,24264072,24265041,24297751,24299119,24300090,24300794,24301322,24302136,24303282,24307756,24308456,24308802,24309839,24311258,24314491,2431693 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173896, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543370,23573944,23575824,23585117,23586528,23586986,23595913,23596148,23596258,23597064,23602064,23607098,23608058,23608202,23609491,23622307,23628283,23631350,23631917,23632248,23647730,23648002,23650888,23652924,23653377,23678929,23679631,23680143,23680908,23687979,23689402,23696218,23701784,23702066,23703149,23704383,23707519,23708315,23719351,23726640,23726926,23730713,23732350,23734738,23737169,23738065,23738433,23740860,23741453,23808648,23812492,23812538,23823590,23826169,23847664,23857796,23903627,23914681,23919743,23959793,24001586,24011680,24021156,24021537,24022360,24022427,24022709,24023094,24025094,24036012,24080393,24097176,24099708,24117613,24117678,24118740,24135028,24138361,24139831,24141523,24147183,24164182,24164668,24164828,24164934,24165151,24165326,24166342,24166396,24167593,24168078,24168177,24168766,24169727,24169973,24170118,24170241,24170332,24171457,24171717,24172335,24172911,24190000,24231632,24243707,24263262,24283253,24287183,24328865,24329563,24329580,24330078,24330110,2433245 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173897, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437184,24439468,24440265,24443405,24443798 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173898, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560228,23568673,23585416,23631705,23647062,23680076,23684208,23688804,23700921,23735961,23808054,23822456,23903158,24020826,24021674,24022455,24098369,24141456,24167571,24188760,24220696,24242944,24261477,24264053,24327803,24332287,24332346,24335824,24382375,24403733,24404230,24404816,24420766,24439457,24555638,24555719,24555762,24555793,24555823,24556018,24556757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173899, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645679,23648760,23649802,23680581,23687724,23718768,23739928,23740167,23743561,23747106,23922699,24021475,24026311,24095612,24132400,24140848,24177801,24203373,24224246,24261411,24264327,24283123,24327883,24329541,24334018,24340559,24342311,24348355,24379822,24392039,24403306,24404338,24428104,24430024,24430471,24446156,24449373,24555852,24555878,24555913,24555988,24556128,24556253,24556315,24556327,24556646,24556975,24557038,24557150,24558937 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173900, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543020,23543814,23547754,23552388,23564180,23589780,23594381,23621185,23630344,23633060,23634870,23635281,23636307,23636815,23637985,23638483,23640780,23644547,23646354,23647230,23669740,23672289,23676542,23677932,23679052,23679230,23679935,23682175,23683289,23683538,23684095,23684327,23687267,23687644,23688706,23688987,23691368,23691563,23694361,23700283,23700754,23703487,23709362,23711204,23711359,23719771,23726142,23808138,23819307,23819603,23822444,23829575,23831681,23851770,23885274,23902720,23919515,23919562,23921796,23973840,23974423,23983543,23985660,24000860,24001229,24003197,24003340,24009998,24011516,24012611,24014769,24015220,24019906,24021145,24024452,24049459,24050445,24053655,24056518,24060702,24070097,24077214,24091044,24103206,24115772,24116322,24117204,24117700,24117914,24118317,24218666,24223033,24225743,24230215,24230723,24298594,24299682,24302578,24304075,24306577,24307507,24309773,24310328,24314800,24315756,24317664,24317994,24318807,24320884,24323866,24324945,24326960,24327144,2432763 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173901, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23630475,23634759,23643708,23664562,23678160,23688960,24171296,24402899,24517368,24523040,24530634,24536412,24536549,24537970,24538266,24539017,24539293,24542654,24544695,24546081 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173902, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543864,23556490,23568407,23568520,23569015,23572049,23573388,23575058,23581456,23584443,23585031,23607879,23609564,23609673,23612641,23630661,23631414,23636627,23645645,23645811,23646059,23649914,23651829,23652215,23653779,23654208,23662699,23679616,23681979,23684859,23687924,23689166,23689210,23693209,23694380,23701058,23703326,23708032,23708157,23718027,23720916,23727988,23732802,23740356,23820003,23842227,23855224,23903322,23920064,23926442,24000720,24019582,24021194,24024856,24026089,24027154,24035635,24086312,24132342,24137403,24138856,24144534,24145136,24166571,24167911,24168714,24172499,24177906,24178506,24179549,24182217,24192338,24205073,24223360,24231637,24263592,24264029,24279670,24328058,24328507,24328705,24329816,24330903,24331437,24334378,24336010,24339569,24340185,24340645,24342238,24344558,24348469,24379626,24380981,24382402,24389683,24392088,24403329,24403335,24403518,24403870,24404747,24420308,24427622,24427783,24428248,24429875,24431144,24446420,24449922,24450355,24513157,24515904,2451604 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173903, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23572714,23630456,23634782,23640488,23646552,23651690,23666274,23674035,23682238,23683307,23691599,23851894,23903357,23925946,23967741,24204863,24298435,24298683,24299175,24301292,24311726,24367258,24402679,24416632,24429793,24430849,24439833,24443137,24513256,24513498,24516272,24516997,24517082,24517107,24517435,24517637,24517933,24518019,24518544,24518800,24519328,24519439,24519673,24519700,24519751,24520264,24520494,24520693,24521014,24521051,24521564,24521850,24522629,24522915,24523013,24523156,24523287,24523727,24523911,24524175,24524907,24525549,24525751,24525887,24525936,24525956,24526170,24526186,24526637,24526754,24526906,24527827,24527998,24528055,24528360,24528515,24529231,24529395,24530277,24530427,24530926,24530997,24531217,24531564,24531665,24531711,24532140,24532470,24532645,24532796,24532978,24533020,24533053,24534050,24534295,24534341,24534487,24534781,24535034,24535043,24535304,24535544,24535617,24536101,24536110,24536210,24536519,24536770,24536827,24537397,24537413,24537834,24537931,2453813 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173904, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535081,23538741,23541548,23543985,23548209,23551896,23555597,23560660,23564445,23569995,23570285,23586062,23587109,23589854,23593017,23593375,23597266,23621508,23621863,23622239,23633792,23635066,23635205,23638298,23640787,23641939,23644730,23646933,23651953,23666389,23667095,23670228,23671403,23672721,23674187,23676756,23682405,23684592,23685551,23687479,23688894,23691726,23694412,23700470,23702936,23705074,23708001,23708792,23712611,23716407,23717634,23719926,23723504,23726441,23732284,23811494,23819867,23820600,23829928,23832157,23853893,23902860,23919614,23920798,23926114,23926137,24020630,24022606,24024668,24025238,24040473,24042573,24096544,24134697,24135454,24136105,24137273,24139475,24143635,24144862,24145248,24168452,24168743,24169594,24171854,24173662,24174485,24174987,24178296,24182666,24189599,24206122,24211189,24213930,24223419,24233256,24244139,24263113,24264071,24265045,24297744,24299108,24300095,24300795,24301319,24302126,24303276,24307775,24308458,24308798,24309831,24311267,24314505,2431694 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173905, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24166401,24438856,24519458,24523579 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173906, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24439470 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173907, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23560218,23568684,23585428,23631695,23647064,23680077,23700923,23739607,23808052,23822462,23903165,24021679,24167579,24220697,24242934,24261472,24264054,24332286,24342226,24555624,24555706,24555759,24555815 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173908, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23645684,23680589,23740168,23743563,24026307,24392042,24555855,24555887,24555982,24556249,24556310,24556328,24556983,24557153 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173909, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543023,23552384,23564182,23621208,23638491,23647238,23669732,23679219,23684094,23687653,23709356,23712454,23718361,23831692,23832736,24021141,24024449,24049453,24053651,24223036,24302571,24402513,24402783,24403775,24517332,24522549,24523799,24539207,24545168,24548290,24548782,24549870,24551436,24552799,24554364,24555187 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173910, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24518688,24524342,24530630,24538726 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173911, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23568397,23568507,23569021,23572041,23581450,23584439,23585025,23607866,23609678,23612649,23630665,23636637,23645644,23645807,23646073,23649908,23652216,23653784,23654217,23662708,23679614,23681980,23684860,23687921,23689161,23694368,23701057,23703314,23708023,23708164,23718017,23720906,23727990,23740365,23820010,23842226,23855215,23920073,23926431,24000727,24019589,24021195,24027167,24035636,24086298,24132348,24138861,24144531,24145137,24166562,24168715,24172510,24177895,24178491,24192335,24205074,24223379,24231650,24279666,24328051,24328503,24328708,24329817,24330908,24331441,24334372,24336008,24340574,24342242,24380984,24403342,24403523,24403881,24404751,24427771,24428241,24429880,24449929,24450347,24515891,24516047,24518159,24518991,24520298,24521274,24521741,24522293,24524424,24524838,24525264,24526282,24527441,24527680,24528293,24530118,24530522,24532053,24532298,24533215,24534232,24535446,24535638,24536052,24536971,24537257,24538002,24539151,24540357,24540832,24541637,24542453,24543757,24544030,2454420 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173912, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303620 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173912, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23640486,23651687,24518542,24518795,24523021,24523150,24527828,24531002,24531210,24531555,24531702,24532478,24533027,24533999,24535624,24542217,24556298,24559130 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173913, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535086,23538747,23541552,23551892,23560664,23569987,23570272,23586063,23587103,23621876,23622238,23633798,23635078,23635209,23638290,23641946,23651949,23666397,23667090,23670227,23671394,23674185,23676751,23682398,23685560,23688864,23691729,23694425,23700485,23705068,23708008,23708798,23712606,23716397,23717629,23719919,23723513,23726429,23732277,23811483,23819855,23820617,23829926,23832164,23853892,23902863,23919600,23920795,23926118,23926141,24020616,24022615,24024677,24025237,24040460,24096541,24135457,24137270,24139483,24143624,24144867,24145251,24168455,24168738,24171850,24173656,24189612,24206120,24211180,24223429,24233259,24244147,24263099,24264069,24265038,24303272,24307773,24308449,24309840,24311259,24314479,24322507,24323541,24325371,24327673,24365971,24367704,24367957,24402856,24403495,24403683,24404759,24404783,24418823,24420202,24437199,24513065,24516253,24516627,24517493,24517985,24518392,24519515,24519850,24520715,24520930,24521083,24523301,24523424,24523766,24524383,24524957,24525058,2452591 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173914, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543373,23568814,23572180,23573954,23575822,23585109,23586538,23586994,23595920,23596146,23596254,23597069,23602059,23607103,23608059,23608200,23609489,23622312,23628281,23630908,23631345,23631916,23632251,23647736,23647993,23650880,23652923,23653382,23678925,23679171,23679639,23680136,23680907,23687974,23689396,23693451,23696215,23701778,23702075,23703143,23704375,23707522,23708312,23719339,23726646,23726930,23730722,23732345,23734747,23737168,23738073,23738420,23740865,23741449,23742308,23807244,23808426,23808653,23812503,23812539,23823603,23826175,23847666,23857434,23857793,23903632,23914686,23919742,23959785,24001596,24011674,24021157,24021534,24022368,24022433,24022707,24023082,24025105,24025566,24035046,24036013,24080390,24097188,24099698,24117610,24117675,24118734,24133245,24133805,24135048,24138358,24139836,24141515,24147191,24164179,24164671,24164841,24164938,24165152,24165324,24166344,24166404,24167598,24168082,24168171,24168763,24169723,24169974,24170122,24170233,24170326,24171464,24171670,2417172 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173915, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437183,24439471,24440267,24443411,24443796 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173916, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24528010 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173917, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24303616 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173918, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23621866 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173919, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23630907,23847674,23914679,24139834,24172919,24329575,24404145,24438847 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173920, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24437185,24439463,24440263 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173921, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23680071,23700920,24332278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173922, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23680584,24224245 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173923, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543809,23594387,23679233,23719775,24422207,24534439,24554334 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173924, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23586893,23597184,24264980,24443353,24520942,24542258,24546613 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173925, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23543866,23556489,23568411,23568519,23569008,23572045,23573389,23575052,23584437,23585021,23607875,23609563,23612640,23630671,23631408,23636632,23645649,23645812,23646060,23649918,23651831,23652227,23654212,23662701,23679617,23681974,23684863,23687923,23689215,23701067,23703315,23708021,23708166,23718023,23720912,23727980,23740352,23820013,23842234,23855227,23903315,23920062,23926432,24019584,24021196,24024866,24026090,24035637,24086306,24137406,24138870,24144533,24166561,24167914,24168721,24172497,24177907,24179553,24223385,24263581,24264031,24279665,24328509,24328697,24329805,24330910,24331434,24336011,24339560,24340179,24340316,24342241,24348472,24379618,24389675,24403344,24403528,24403869,24403879,24404744,24420297,24427621,24427781,24428246,24429877,24431135,24445313,24449936,24513163,24515896,24516950,24519003,24520300,24522301,24522484,24524423,24524840,24525269,24526284,24528291,24528742,24530120,24530534,24532042,24532299,24533222,24534221,24535640,24536048,24536974,24537255,24539981,24540340,2454083 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173926, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23683312,24204829,24312063,24523159,24524912,24525966,24528368,24531666,24532651,24542555 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173927, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23535093,23538736,23551897,23555595,23564450,23570270,23589867,23593367,23621510,23622245,23635072,23635215,23638291,23644734,23646928,23666395,23671397,23672725,23684587,23685555,23688879,23691727,23694421,23700483,23702939,23705060,23708014,23712604,23719915,23726430,23811485,23829921,23853897,23902873,23920800,23926119,23926136,24020622,24025225,24042575,24096545,24135469,24136117,24137266,24144866,24145253,24169608,24171842,24174991,24178295,24189606,24206112,24211196,24233262,24263112,24264066,24299114,24300803,24301318,24307771,24308807,24309828,24316936,24317547,24317921,24319635,24323538,24325375,24327665,24365986,24367701,24402844,24403537,24403688,24418818,24419266,24420905,24437191,24445583,24516770,24518829,24519221,24520710,24520937,24521084,24523648,24523770,24524390,24525368,24525923,24526131,24526317,24527361,24527747,24528036,24528315,24529901,24529933,24532196,24533507,24534098,24534426,24534679,24542124,24547750,24551836,24551918,24552213,24569796,24569994,24570587,24571862,24572481,2457292 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173928, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296667 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173929, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631728,23647041,23649892,23661696,23679479,23687134,23688049,23695519,23702053,23702927,24213279,24297282,24297864,24419683,24419727,24420715,24427742,24429624,24433309,24512669,24515488,24515809,24517123,24517758,24518945,24527160,24527867,24529339,24529783,24530314,24530981,24531578,24531873,24532239,24533711,24534214,24534589,24540883,24541240,24541692,24541915,24542281,24542646,24543559,24543720,24544377,24544670,24545326,24545967,24546237,24546675,24546950,24547442,24547846,24548126,24548458,24548927,24549659,24549949,24550302,24550848,24551158,24552015,24552877,24553311,24553894,24554040,24554211,24554480,24554622,24554870,24555288,24555318,24555598,24555813,24555895,24555967,24556082,24556172,24556345,24556352,24556403,24556426,24556545,24556557,24556586,24556631,24556722,24556734,24556831,24556837,24557084,24557770,24559167,24559357,24559679,24569300,24569307,24570664,24570812,24570847,24571227,24572811,24573119,24573476 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173930, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24296670 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173931, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23631734,23647033,23649894,23661692,23679470,23687144,23688052,23695517,23702055,23702928,24213285,24297289,24297586,24297861,24419679,24419723,24420720,24427735,24427806,24429627,24433311,24512663,24515494,24515803,24517116,24517765,24518943,24520151,24520484,24524030,24527153,24527875,24529788,24530316,24530982,24531575,24531872,24532245,24532970,24533237,24533710,24534219,24534590,24535338,24537692,24540888,24541231,24541691,24541918,24542283,24542630,24543565,24543722,24544369,24544677,24545328,24545654,24545976,24546240,24546673,24546947,24547444,24547852,24548119,24548465,24548921,24549337,24549953,24550294,24550858,24551147,24551405,24552009,24552456,24552878,24553316,24553896,24554137,24554214,24554477,24554596,24554614,24554764,24554829,24554862,24555066,24555290,24555312,24555605,24555811,24555894,24555928,24555975,24556079,24556178,24556340,24556361,24556401,24556428,24556490,24556556,24556575,24556587,24556667,24556715,24556725,24556826,24556833,24557079,24557772,24559158,24559349,24559684,2456929 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for gm : https://www.fotonower.com/velours/30173830,30173833,30173841,30173849,30173853,30173855,30173857,30173864,30173870,30173877,30173885,30173894,30173903,30173912,30173917,30173926,30173928,30173930?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173831,30173835,30173843,30173851,30173887,30173896,30173905,30173914,30173919?tags=autre,barquette_avec_film,bouchon,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30173832,30173852,30173888,30173897,30173906,30173915,30173920?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173834,30173854,30173856,30173858,30173879,30173929,30173931?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173836,30173844,30173859,30173872,30173880,30173889,30173898,30173907,30173921?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173837,30173845,30173860,30173866,30173873,30173881,30173890,30173899,30173908,30173922?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173838,30173846,30173861,30173867,30173874,30173882,30173891,30173900,30173909,30173916,30173923?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173839,30173847,30173862,30173868,30173875,30173883,30173892,30173901,30173910,30173924?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173840,30173848,30173863,30173869,30173876,30173884,30173893,30173902,30173911,30173925?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173842,30173850,30173865,30173871,30173878,30173886,30173895,30173904,30173913,30173918,30173927?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque after get_hostname_from_raspi 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') GROUP BY month order by month; 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') 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 qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-06-01' and date <= '2025-06-30') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((36182,),), 'unwanted_material_monthly_percentage': ((0.06907622617617458,),), 'material_repartition': (('pet_clair', 1053), ('emr', 954), ('pehd_pp', 752), ('flux_dev', 660), ('film_pedb', 618), ('jrm', 395), ('gm', 386), ('ela', 191), ('aluminium', 112)), 'material_dict': {'autres': 5121}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 6, 2), 0.07306240892830936, 30), (datetime.date(2025, 6, 3), 0.07101025407043955, 37), (datetime.date(2025, 6, 4), 0.0720435921302962, 20), (datetime.date(2025, 6, 5), 0.06942934057505407, 23), (datetime.date(2025, 6, 6), 0.07221074577135227, 52), (datetime.date(2025, 6, 10), 0.0714389448505455, 7), (datetime.date(2025, 6, 11), 0.07116729151316632, 9), (datetime.date(2025, 6, 12), 0.06841744996494888, 27), (datetime.date(2025, 6, 13), 0.06973109262060555, 34), (datetime.date(2025, 6, 14), 0.06934659479089475, 28), (datetime.date(2025, 6, 16), 0.06691462455361803, 19), (datetime.date(2025, 6, 17), 0.07227248823382373, 9), (datetime.date(2025, 6, 19), 0.0666533802909678, 58), (datetime.date(2025, 6, 20), 0.06880823391789487, 16), (datetime.date(2025, 6, 23), 0.06615932004872783, 7), (datetime.date(2025, 6, 24), 0.054620778421332866, 8), (datetime.date(2025, 6, 25), 0.06488170920568818, 43), (datetime.date(2025, 6, 27), 0.06262351479502497, 17), (datetime.date(2025, 6, 30), 0.06612164712190442, 27)), 'impurety_average_data_per_hashtag': {'gm': ((datetime.date(2025, 6, 2), 0.06199757029173877, 30), (datetime.date(2025, 6, 3), 0.06117102052936345, 37), (datetime.date(2025, 6, 4), 0.08401687506255141, 27), (datetime.date(2025, 6, 5), 0.1041306375989089, 30), (datetime.date(2025, 6, 6), 0.05492604519883273, 7), (datetime.date(2025, 6, 10), 0.05808728335232384, 14), (datetime.date(2025, 6, 11), 0.06548734554801383, 5), (datetime.date(2025, 6, 12), 0.06436013410674706, 27), (datetime.date(2025, 6, 13), 0.07188675814042636, 5), (datetime.date(2025, 6, 14), 0.07558648268898413, 8), (datetime.date(2025, 6, 16), 0.0592242286909844, 7), (datetime.date(2025, 6, 17), 0.061480620091844046, 26), (datetime.date(2025, 6, 19), 0.041491162459640026, 26), (datetime.date(2025, 6, 20), 0.0643756343401376, 9), (datetime.date(2025, 6, 23), 0.07491445745817239, 28), (datetime.date(2025, 6, 24), 0.09060499248887069, 14), (datetime.date(2025, 6, 25), 0.06404583438356921, 5), (datetime.date(2025, 6, 27), 0.08983142677723034, 26), (datetime.date(2025, 6, 30), 0.0817129369670714, 29)), 'aluminium': ((datetime.date(2025, 6, 2), 0.07340398465704188, 13), (datetime.date(2025, 6, 3), 0.0531795999743562, 17), (datetime.date(2025, 6, 4), 0.07201052169393422, 19), (datetime.date(2025, 6, 5), 0.061672285137841745, 17), (datetime.date(2025, 6, 6), 0.07437138435345822, 16), (datetime.date(2025, 6, 10), 0.08832912518131124, 13), (datetime.date(2025, 6, 11), 0.08552034678798748, 14), (datetime.date(2025, 6, 12), 0.08169843334721692, 16), (datetime.date(2025, 6, 13), 0.09399980213306798, 14), (datetime.date(2025, 6, 14), 0.06945650553483529, 15), (datetime.date(2025, 6, 16), 0.09415811206392051, 15), (datetime.date(2025, 6, 17), 0.0803064905807918, 9), (datetime.date(2025, 6, 19), 0.06620708605235413, 15), (datetime.date(2025, 6, 20), 0.06361795886253886, 15), (datetime.date(2025, 6, 23), 0.051381550386676744, 14), (datetime.date(2025, 6, 24), 0.0, 16), (datetime.date(2025, 6, 25), 0.04877038045275411, 16), (datetime.date(2025, 6, 27), 0.08336321842541206, 13), (datetime.date(2025, 6, 30), 0.05797754969662572, 16)), 'flux_dev': ((datetime.date(2025, 6, 2), 0.085820055315057, 32), (datetime.date(2025, 6, 3), 0.10241021559742672, 37), (datetime.date(2025, 6, 4), 0.08368553552100355, 39), (datetime.date(2025, 6, 5), 0.07938959337578075, 36), (datetime.date(2025, 6, 6), 0.07751259281643098, 35), (datetime.date(2025, 6, 10), 0.08527935427522342, 35), (datetime.date(2025, 6, 11), 0.08984789218944511, 8), (datetime.date(2025, 6, 12), 0.08445698692678592, 35), (datetime.date(2025, 6, 13), 0.09098879435556198, 35), (datetime.date(2025, 6, 14), 0.07904133635308466, 19), (datetime.date(2025, 6, 16), 0.09178048107901143, 22), (datetime.date(2025, 6, 17), 0.08527552449543882, 39), (datetime.date(2025, 6, 19), 0.08971927457257818, 21), (datetime.date(2025, 6, 20), 0.08692613114116429, 36), (datetime.date(2025, 6, 23), 0.07934894944065427, 38), (datetime.date(2025, 6, 24), 0.09929681696668298, 5), (datetime.date(2025, 6, 25), 0.07292408350203622, 16), (datetime.date(2025, 6, 27), 0.08945372943917987, 21), (datetime.date(2025, 6, 30), 0.08778611055350262, 34)), 'jrm': ((datetime.date(2025, 6, 2), 0.03178387336055114, 7), (datetime.date(2025, 6, 3), 0.029269468348075492, 43), (datetime.date(2025, 6, 4), 0.03565743987425198, 20), (datetime.date(2025, 6, 5), 0.04769978401657056, 39), (datetime.date(2025, 6, 6), 0.0341254822272562, 9), (datetime.date(2025, 6, 10), 0.036510646639372875, 6), (datetime.date(2025, 6, 11), 0.02721764118515249, 8), (datetime.date(2025, 6, 12), 0.03167697358080129, 17), (datetime.date(2025, 6, 13), 0.03137371785587517, 35), (datetime.date(2025, 6, 14), 0.030491058441439758, 36), (datetime.date(2025, 6, 16), 0.02581830765678133, 14), (datetime.date(2025, 6, 17), 0.026784752323519106, 20), (datetime.date(2025, 6, 19), 0.03140401330138136, 7), (datetime.date(2025, 6, 20), 0.030669123257497013, 16), (datetime.date(2025, 6, 23), 0.028194264929195013, 7), (datetime.date(2025, 6, 24), 0.031177569493608778, 14), (datetime.date(2025, 6, 25), 0.026341808193879265, 43), (datetime.date(2025, 6, 30), 0.026454054813631177, 18)), 'emr': ((datetime.date(2025, 6, 2), 0.049546309673608575, 21), (datetime.date(2025, 6, 3), 0.046246043009969554, 19), (datetime.date(2025, 6, 4), 0.04957342676758099, 26), (datetime.date(2025, 6, 5), 0.04816349028666304, 25), (datetime.date(2025, 6, 6), 0.04891001620601624, 16), (datetime.date(2025, 6, 10), 0.048137395106679144, 25), (datetime.date(2025, 6, 11), 0.04374131764014708, 21), (datetime.date(2025, 6, 12), 0.049857684267588485, 28), (datetime.date(2025, 6, 13), 0.050280864056391074, 6), (datetime.date(2025, 6, 14), 0.048887271264341794, 18), (datetime.date(2025, 6, 16), 0.04816483022650931, 27), (datetime.date(2025, 6, 17), 0.04945209313070972, 9), (datetime.date(2025, 6, 19), 0.05073684833767706, 19), (datetime.date(2025, 6, 20), 0.050711668360382677, 9), (datetime.date(2025, 6, 23), 0.0504699582727091, 29), (datetime.date(2025, 6, 24), 0.043298201231455, 24), (datetime.date(2025, 6, 25), 0.05802541088334409, 26), (datetime.date(2025, 6, 27), 0.053548604786707574, 22), (datetime.date(2025, 6, 30), 0.05102338575837492, 27)), 'film_pedb': ((datetime.date(2025, 6, 2), 0.2710849737618396, 23), (datetime.date(2025, 6, 3), 0.29601279248900414, 31), (datetime.date(2025, 6, 4), 0.2430824910960276, 41), (datetime.date(2025, 6, 5), 0.2470897600458694, 39), (datetime.date(2025, 6, 6), 0.2885442519302672, 31), (datetime.date(2025, 6, 10), 0.27892383738362514, 38), (datetime.date(2025, 6, 11), 0.2749126769458036, 40), (datetime.date(2025, 6, 12), 0.3008064726497177, 24), (datetime.date(2025, 6, 13), 0.29527352469903567, 34), (datetime.date(2025, 6, 14), 0.2657880154333444, 22), (datetime.date(2025, 6, 16), 0.25742151074397507, 32), (datetime.date(2025, 6, 17), 0.30457418101089845, 52), (datetime.date(2025, 6, 19), 0.30344933247516315, 39), (datetime.date(2025, 6, 20), 0.2933344544509441, 29), (datetime.date(2025, 6, 23), 0.25503195817062435, 32), (datetime.date(2025, 6, 24), 0.22874647106083834, 8), (datetime.date(2025, 6, 25), 0.26792366148720814, 29), (datetime.date(2025, 6, 27), 0.21004942511181993, 39), (datetime.date(2025, 6, 30), 0.25465698414123056, 40)), 'pehd_pp': ((datetime.date(2025, 6, 2), 0.04418368181916676, 40), (datetime.date(2025, 6, 3), 0.04275678493734488, 24), (datetime.date(2025, 6, 4), 0.04857998814066183, 38), (datetime.date(2025, 6, 5), 0.04619964028058387, 23), (datetime.date(2025, 6, 6), 0.04835322160229399, 36), (datetime.date(2025, 6, 10), 0.04368221925368755, 7), (datetime.date(2025, 6, 11), 0.04451199828614752, 9), (datetime.date(2025, 6, 12), 0.04418463154398436, 17), (datetime.date(2025, 6, 13), 0.0419129991207367, 18), (datetime.date(2025, 6, 14), 0.04187495530159206, 22), (datetime.date(2025, 6, 16), 0.041156653680735136, 21), (datetime.date(2025, 6, 17), 0.04072837256689023, 32), (datetime.date(2025, 6, 19), 0.0416239284787557, 33), (datetime.date(2025, 6, 20), 0.04347711721729271, 18), (datetime.date(2025, 6, 23), 0.04132359936746353, 18), (datetime.date(2025, 6, 24), 0.03132302555116579, 37), (datetime.date(2025, 6, 25), 0.043018169184806755, 63), (datetime.date(2025, 6, 27), 0.04038447514701667, 17), (datetime.date(2025, 6, 30), 0.038154449302419, 27)), 'ela': ((datetime.date(2025, 6, 2), 0.04910141213677882, 25), (datetime.date(2025, 6, 3), 0.02948363946620846, 40), (datetime.date(2025, 6, 4), 0.044191102745144796, 22), (datetime.date(2025, 6, 5), 0.04547987335815105, 34), (datetime.date(2025, 6, 6), 0.05118897244553941, 33), (datetime.date(2025, 6, 10), 0.07822630777046484, 33), (datetime.date(2025, 6, 11), 0.06113144267617858, 27), (datetime.date(2025, 6, 12), 0.04826282724123088, 31), (datetime.date(2025, 6, 13), 0.04828953154103695, 28), (datetime.date(2025, 6, 14), 0.05741172053325375, 28), (datetime.date(2025, 6, 16), 0.07244311286115532, 28), (datetime.date(2025, 6, 17), 0.06733871845285992, 24), (datetime.date(2025, 6, 19), 0.08609136027320831, 22), (datetime.date(2025, 6, 20), 0.07112844234417813, 24), (datetime.date(2025, 6, 23), 0.05571516320105934, 22), (datetime.date(2025, 6, 24), 0.06523540781110523, 13), (datetime.date(2025, 6, 25), 0.0626069429068483, 35), (datetime.date(2025, 6, 27), 0.06558935808159184, 16), (datetime.date(2025, 6, 30), 0.07980376177812588, 16)), 'pet_clair': ((datetime.date(2025, 6, 2), 0.011892909903565863, 26), (datetime.date(2025, 6, 3), 0.014313114017691142, 22), (datetime.date(2025, 6, 4), 0.011966580514424627, 24), (datetime.date(2025, 6, 5), 0.01582371262348208, 44), (datetime.date(2025, 6, 6), 0.01949601477405324, 52), (datetime.date(2025, 6, 10), 0.016316259280400324, 17), (datetime.date(2025, 6, 11), 0.01642756200750124, 24), (datetime.date(2025, 6, 12), 0.01574852166951041, 27), (datetime.date(2025, 6, 13), 0.014346776944963068, 29), (datetime.date(2025, 6, 14), 0.016022449677899633, 20), (datetime.date(2025, 6, 16), 0.015429187083335159, 19), (datetime.date(2025, 6, 17), 0.01155684682747867, 47), (datetime.date(2025, 6, 19), 0.011744686453429406, 58), (datetime.date(2025, 6, 20), 0.010551901958982006, 16), (datetime.date(2025, 6, 23), 0.016107556424351816, 25), (datetime.date(2025, 6, 24), 0.005469439112131063, 8), (datetime.date(2025, 6, 25), 0.012689392835477164, 51), (datetime.date(2025, 6, 27), 0.010161260456230772, 58), (datetime.date(2025, 6, 30), 0.014414657123378293, 22)), 'refus': ((datetime.date(2025, 6, 30), 0.11634675453719774, 7),)}, 'quality_array': [['-5.8924306456315865', '02062025'], ['-5.853132287540698', '03062025'], ['-5.830935625678322', '04062025'], ['-5.81159700227427', '05062025'], ['-5.917451081841651', '06062025'], ['-5.870428809347637', '10062025'], ['-5.90080688810022', '11062025'], ['-5.886103321927603', '12062025'], ['-5.869621051415377', '13062025'], ['-5.882289080636092', '14062025'], ['-5.897757485283102', '16062025'], ['-5.856148207217588', '17062025'], ['-5.777325462045795', '19062025'], ['-5.858322701399664', '20062025'], ['-7.020970537111356', '23062025'], ['-6.719334462300646', '24062025'], ['-7.00812494678466', '25062025'], ['-6.997075701035465', '27062025'], ['-6.910053607715545', '30062025']], 'number_of_batch': ((1902,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0020538884943181812, 'nb_photo': 10, 'list_port_cont': '24303624', 'assoc_port': '24295880:24303624', 'assoc_mat': '24295880:autre:3594:24303624'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006466329064577484, 'nb_photo': 1210, 'list_port_cont': '23543374,23573942,23575813,23585108,23586533,23586997,23595921,23596143,23596246,23597066,23602069,23607096,23608060,23608196,23609483,23622309,23628280,23630917,23631346,23631922,23632249,23647732,23648003,23650881,23652926,23653384,23678938,23679167,23679632,23680137,23680916,23687983,23689406,23693459,23696210,23701773,23702067,23703145,23704374,23707515,23708320,23719341,23726638,23726920,23730726,23732351,23734743,23737167,23738075,23738430,23740861,23742311,23808421,23808651,23812501,23812537,23823593,23826178,23847671,23857442,23857795,23914676,23919737,23959791,24001592,24011671,24021168,24021526,24022357,24022430,24022698,24025106,24025567,24035035,24036011,24080386,24097171,24099704,24117621,24117681,24118732,24133800,24135023,24138363,24139839,24141521,24147186,24164185,24164665,24164833,24164936,24165153,24165321,24166336,24166393,24167591,24168079,24168175,24168761,24169725,24169965,24170120,24170229,24170334,24171470,24171669,24171714,24171753,24172346,24172913,24190004,24231626,24243708,2426326', 'assoc_port': '23534657:23573942,23542721:23543374,23545657:23585108,23550746:23575813,23556267:23586997,23556281:23586533,23585184:23596246,23585186:23596143,23586467:23597066,23586482:23602069,23592539:23607096,23594051:23608060,23594053:23608196,23595408:23609483,23595419:23595921,23620717:23631346,23620727:23632249,23620741:23622309,23627496:23628280,23630255:23630917,23630741:23631922,23634452:23647732,23636430:23648003,23637430:23678938,23639792:23702067,23639807:23650881,23643447:23652926,23644226:23653384,23644228:23679167,23663156:23680916,23671693:23696210,23676094:23680137,23677327:23679632,23681715:23704374,23681725:23726920,23683042:23730726,23687039:23707515,23687067:23687983,23688367:23708320,23688372:23689406,23691315:23693459,23697318:23719341,23699594:23703145,23700573:23701773,23703106:23726638,23709128:23734743,23711012:23737167,23712074:23738075,23715760:23738430,23722781:23740861,23729236:23742311,23731807:23732351,23807827:23808421,23807830:23808651,23809051:23812537,23812264:23812501,23819179:2382359', 'assoc_mat': '23534657:autre:3327:23573942,23542721:autre:3327:23543374,23545657:autre:3327:23585108,23550746:autre:3327:23575813,23556267:autre:3327:23586997,23556281:autre:3327:23586533,23585184:autre:3327:23596246,23585186:autre:3327:23596143,23586467:autre:3327:23597066,23586482:autre:3327:23602069,23592539:autre:3327:23607096,23594051:autre:3327:23608060,23594053:autre:3327:23608196,23595408:autre:3327:23609483,23595419:autre:3327:23595921,23620717:autre:3327:23631346,23620727:autre:3327:23632249,23620741:autre:3327:23622309,23627496:autre:3327:23628280,23630255:autre:3327:23630917,23630741:autre:3327:23631922,23634452:autre:3327:23647732,23636430:autre:3327:23648003,23637430:autre:3327:23678938,23639792:autre:3327:23702067,23639807:autre:3327:23650881,23643447:autre:3327:23652926,23644226:autre:3327:23653384,23644228:autre:3327:23679167,23663156:autre:3327:23680916,23671693:autre:3327:23696210,23676094:autre:3327:23680137,23677327:autre:3327:23679632,23681715:autre:3327:23704374,23681725:autre:3327:23726920,23683042:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0020825691476733144, 'nb_photo': 13, 'list_port_cont': '24437178,24439462,24440266,24443406', 'assoc_port': '24436620:24437178,24439171:24439462,24439759:24440266,24442990:24443406', 'assoc_mat': '24436620:autre:3594:24437178,24439171:autre:3594:24439462,24439759:autre:3594:24440266,24442990:autre:3594:24443406'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04144694328147207, 'nb_photo': 2, 'list_port_cont': '24296666', 'assoc_port': '24296180:24296666', 'assoc_mat': '24296180:autre_refus:3726:24296666'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009566053681536789, 'nb_photo': 364, 'list_port_cont': '23631733,23647038,23649893,23661691,23679480,23687136,23688058,23695512,23702056,23702922,24213274,24297587,24297867,24419684,24419735,24427744,24429626,24433315,24512662,24515486,24517114,24517761,24518957,24520149,24520475,24524026,24527155,24527868,24529787,24530317,24530984,24531876,24532956,24533235,24534209,24534588,24535339,24540575,24541235,24541689,24541912,24542276,24542631,24543556,24543718,24544371,24544672,24545338,24545971,24546234,24546679,24546951,24547445,24548118,24548467,24548929,24549339,24549948,24550301,24550849,24551404,24552008,24552457,24552876,24553313,24553898,24554036,24554139,24554482,24554761,24554863,24555065,24555284,24555606,24555806,24555903,24555969,24556081,24556092,24556347,24556360,24556420,24556489,24556543,24556562,24556584,24556628,24556671,24556717,24556733,24556827,24556842,24557080,24559165,24559358,24559682,24569290,24569311,24570814,24571222,24572801,24573121,24573477,24577372', 'assoc_port': '23627494:23631733,23636436:23647038,23641363:23649893,23651475:23661691,23663154:23702056,23669191:23688058,23671673:23695512,23677334:23679480,23681695:23702922,23687068:23687136,24213123:24213274,24296859:24297867,24296866:24297587,24418257:24419735,24418401:24419684,24427715:24427744,24429602:24429626,24432906:24433315,24512270:24555284,24512313:24556347,24512320:24556562,24512334:24556842,24512336:24557080,24512392:24512662,24512478:24559165,24512512:24559358,24512526:24559682,24514857:24556827,24514858:24556671,24514861:24556628,24514867:24556584,24515042:24556733,24515046:24556717,24515052:24556543,24515058:24556489,24515067:24556420,24515073:24556360,24515132:24515486,24515243:24555969,24515270:24556092,24515289:24555903,24515295:24556081,24515297:24555806,24515305:24555606,24515404:24555065,24515420:24554863,24515483:24554139,24515562:24554761,24515589:24554482,24515592:24552008,24515595:24554036,24515616:24553898,24515642:24550849,24515651:24550301,24515659:24553313,24515692:24552876,24515711:2455245', 'assoc_mat': '23627494:autre_refus:3726:23631733,23636436:autre_refus:3726:23647038,23641363:autre_refus:3726:23649893,23651475:autre_refus:3726:23661691,23663154:autre_refus:3726:23702056,23669191:autre_refus:3726:23688058,23671673:autre_refus:3726:23695512,23677334:autre_refus:3726:23679480,23681695:autre_refus:3726:23702922,23687068:autre_refus:3726:23687136,24213123:autre_refus:3726:24213274,24296859:autre_refus:3726:24297867,24296866:autre_refus:3726:24297587,24418257:autre_refus:3726:24419735,24418401:autre_refus:3726:24419684,24427715:autre_refus:3726:24427744,24429602:autre_refus:3726:24429626,24432906:autre_refus:3726:24433315,24512270:autre_refus:3726:24555284,24512313:autre_refus:3726:24556347,24512320:autre_refus:3726:24556562,24512334:autre_refus:3726:24556842,24512336:autre_refus:3726:24557080,24512392:autre_refus:3726:24512662,24512478:autre_refus:3726:24559165,24512512:autre_refus:3726:24559358,24512526:autre_refus:3726:24559682,24514857:autre_refus:3726:24556827,24514858:autre_refus:3726:24556671,24514861:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0024214233503193025, 'nb_photo': 18, 'list_port_cont': '23585107,23597058,23693455,23701781,23737162,23914680,24001589,24117618,24337018,24338994,24355235,24403757,24428881,24520107,24523095,24532028', 'assoc_port': '23545657:23585107,23586467:23597058,23691315:23693455,23700573:23701781,23711012:23737162,23885061:23914680,23936968:24001589,23983492:24117618,24295931:24355235,24296009:24337018,24296112:24338994,24401812:24403757,24418405:24428881,24515796:24532028,24516746:24520107,24516805:24523095', 'assoc_mat': '23545657:barquette_avec_film:3327:23585107,23586467:barquette_avec_film:3327:23597058,23691315:barquette_avec_film:3327:23693455,23700573:barquette_avec_film:3327:23701781,23711012:barquette_avec_film:3327:23737162,23885061:barquette_avec_film:3327:23914680,23936968:barquette_avec_film:3327:24001589,23983492:barquette_avec_film:3327:24117618,24295931:barquette_avec_film:3327:24355235,24296009:barquette_avec_film:3327:24337018,24296112:barquette_avec_film:3327:24338994,24401812:barquette_avec_film:3327:24403757,24418405:barquette_avec_film:3327:24428881,24515796:barquette_avec_film:3327:24532028,24516746:barquette_avec_film:3327:24520107,24516805:barquette_avec_film:3327:24523095'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008992293061362503, 'nb_photo': 12, 'list_port_cont': '23568682,23630513,23631697,23684212,23808049,23822454,24020839,24243060,24261468,24403743,24439444,24555794', 'assoc_port': '23530935:23568682,23620719:23630513,23620751:23631697,23683962:23684212,23807832:23808049,23822266:23822454,23938155:24020839,24092863:24261468,24198481:24243060,24401675:24403743,24439170:24439444,24515973:24555794', 'assoc_mat': '23530935:barquette_opaque:4205:23568682,23620719:barquette_opaque:4205:23630513,23620751:barquette_opaque:4205:23631697,23683962:barquette_opaque:4205:23684212,23807832:barquette_opaque:4205:23808049,23822266:barquette_opaque:4205:23822454,23938155:barquette_opaque:4205:24020839,24092863:barquette_opaque:4205:24261468,24198481:barquette_opaque:4205:24243060,24401675:barquette_opaque:4205:24403743,24439170:barquette_opaque:4205:24439444,24515973:barquette_opaque:4205:24555794'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001395804857009672, 'nb_photo': 204, 'list_port_cont': '23645681,23649809,23680579,23687734,23718769,23740162,23743564,23747116,23922693,24021473,24026310,24095603,24132393,24140844,24177796,24203374,24224234,24261418,24264334,24283122,24327893,24329537,24334011,24342317,24348348,24379714,24379832,24392050,24403304,24404341,24428096,24430020,24430465,24446168,24449375,24555861,24555882,24555910,24555986,24556134,24556241,24556321,24556325,24556644,24556981,24557031,24557155,24558924', 'assoc_port': '23632822:23645681,23639779:23649809,23663163:23680579,23677331:23740162,23687054:23687734,23697328:23718769,23712024:23747116,23731805:23743564,23922279:23922693,23937766:24177796,23938595:24021473,23973585:24095603,23996438:24132393,24006419:24140844,24024481:24026310,24092888:24203374,24115402:24224234,24124274:24264334,24209101:24261418,24230137:24283122,24295858:24327893,24295907:24329537,24296274:24334011,24309312:24342317,24309636:24348348,24370833:24379832,24370835:24379714,24386152:24392050,24401551:24404341,24401819:24403304,24418471:24428096,24420638:24430465,24420640:24430020,24436616:24449375,24445181:24446168,24512378:24558924,24514943:24557155,24514951:24556981,24515066:24557031,24515127:24556644,24515304:24556325,24515721:24556241,24515958:24556321,24516387:24556134,24516609:24555910,24516769:24555882,24516868:24555861,24517097:24555986', 'assoc_mat': '23632822:barquette_opaque:4203:23645681,23639779:barquette_opaque:4203:23649809,23663163:barquette_opaque:4203:23680579,23677331:barquette_opaque:4203:23740162,23687054:barquette_opaque:4203:23687734,23697328:barquette_opaque:4203:23718769,23712024:barquette_opaque:4203:23747116,23731805:barquette_opaque:4203:23743564,23922279:barquette_opaque:4203:23922693,23937766:barquette_opaque:4203:24177796,23938595:barquette_opaque:4203:24021473,23973585:barquette_opaque:4203:24095603,23996438:barquette_opaque:4203:24132393,24006419:barquette_opaque:4203:24140844,24024481:barquette_opaque:4203:24026310,24092888:barquette_opaque:4203:24203374,24115402:barquette_opaque:4203:24224234,24124274:barquette_opaque:4203:24264334,24209101:barquette_opaque:4203:24261418,24230137:barquette_opaque:4203:24283122,24295858:barquette_opaque:4203:24327893,24295907:barquette_opaque:4203:24329537,24296274:barquette_opaque:4203:24334011,24309312:barquette_opaque:4203:24342317,24309636:barquette_opaque:4203:24348348,24370833:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001017723167630733, 'nb_photo': 55, 'list_port_cont': '23552386,23589788,23634872,23639936,23644545,23676540,23700752,23719769,23973834,23974420,24012614,24021150,24049447,24053660,24116314,24223031,24225751,24309771,24313460,24318815,24328000,24368018,24389164,24404173,24419407,24423732,24439850,24440066,24515757,24517331,24521350,24523797,24524274,24525091,24525576,24527106,24528423,24536937,24537566,24543374,24545159,24546465,24548989,24551273,24552354,24555948,24557725,24569453,24569486,24569566,24569827,24570990,24572023', 'assoc_port': '23550738:23552386,23589275:23589788,23634456:23634872,23639810:23639936,23644224:23644545,23676095:23676540,23700571:23700752,23719470:23719769,23938788:24021150,23973581:23974420,23973593:23973834,24012428:24012614,24049060:24049447,24053352:24053660,24115409:24116314,24222735:24223031,24225485:24225751,24295960:24309771,24296121:24328000,24309365:24318815,24309625:24313460,24364497:24368018,24386128:24389164,24401558:24404173,24418398:24423732,24418572:24419407,24439756:24440066,24439761:24439850,24512375:24557725,24515041:24552354,24515230:24548989,24515237:24551273,24515266:24515757,24515479:24555948,24515509:24546465,24515729:24536937,24515793:24543374,24515877:24537566,24515980:24545159,24516034:24517331,24516401:24525576,24516651:24528423,24516674:24521350,24516694:24527106,24516711:24523797,24517049:24525091,24517262:24524274,24568500:24572023,24568677:24570990,24568769:24569566,24568833:24569827,24568949:24569486,24568950:24569453', 'assoc_mat': '23550738:barquette_opaque:4207:23552386,23589275:barquette_opaque:4207:23589788,23634456:barquette_opaque:4207:23634872,23639810:barquette_opaque:4207:23639936,23644224:barquette_opaque:4207:23644545,23676095:barquette_opaque:4207:23676540,23700571:barquette_opaque:4207:23700752,23719470:barquette_opaque:4207:23719769,23938788:barquette_opaque:4207:24021150,23973581:barquette_opaque:4207:23974420,23973593:barquette_opaque:4207:23973834,24012428:barquette_opaque:4207:24012614,24049060:barquette_opaque:4207:24049447,24053352:barquette_opaque:4207:24053660,24115409:barquette_opaque:4207:24116314,24222735:barquette_opaque:4207:24223031,24225485:barquette_opaque:4207:24225751,24295960:barquette_opaque:4207:24309771,24296121:barquette_opaque:4207:24328000,24309365:barquette_opaque:4207:24318815,24309625:barquette_opaque:4207:24313460,24364497:barquette_opaque:4207:24368018,24386128:barquette_opaque:4207:24389164,24401558:barquette_opaque:4207:24404173,24418398:barquette_opaque:4207:24423732,24418572:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002594488456663923, 'nb_photo': 8, 'list_port_cont': '23647923,24530869,24533805,24537288,24542270,24554654,24556144', 'assoc_port': '23647433:23647923,24512203:24554654,24512286:24556144,24515612:24542270,24515818:24533805,24515970:24537288,24516006:24530869', 'assoc_mat': '23647433:barquette_opaque:4461:23647923,24512203:barquette_opaque:4461:24554654,24512286:barquette_opaque:4461:24556144,24515612:barquette_opaque:4461:24542270,24515818:barquette_opaque:4461:24533805,24515970:barquette_opaque:4461:24537288,24516006:barquette_opaque:4461:24530869'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0049455393640825285, 'nb_photo': 198, 'list_port_cont': '23543871,23568404,23568509,23569007,23581455,23584444,23585029,23607877,23609575,23612644,23631411,23636626,23645653,23645814,23649920,23651833,23652214,23679620,23681981,23684861,23687927,23689170,23693208,23708028,23708167,23720913,23732805,23740360,23820005,23842237,23855225,23903318,23920067,24021198,24024857,24026085,24086308,24137418,24138871,24144537,24145134,24166560,24168722,24172498,24177901,24178505,24182202,24192330,24205070,24223376,24231652,24263584,24279672,24328050,24329819,24340180,24342243,24344545,24348471,24380972,24389730,24392091,24403337,24403877,24404745,24420311,24427624,24429887,24431142,24513161,24515898,24516946,24518169,24518517,24520290,24520361,24522295,24523398,24524431,24524849,24525261,24525798,24527445,24527666,24528747,24530111,24530531,24532048,24532292,24534220,24534838,24535632,24537262,24539150,24539233,24539983,24540355,24540833,24541630,24544024,24544215,24544432,24544732,24545274,24545879,24546749,24547420,24548110,24548315,24551160,24553009,24554634,24554719,2455478', 'assoc_port': '23530936:23569007,23534655:23584444,23543496:23543871,23556266:23585029,23560096:23581455,23568013:23568509,23568015:23568404,23589264:23612644,23594055:23607877,23596509:23609575,23620726:23631411,23634444:23645653,23634448:23645814,23636438:23636626,23639806:23649920,23643445:23651833,23643450:23652214,23665039:23684861,23669200:23708028,23676096:23679620,23681723:23732805,23681731:23681981,23683993:23708167,23687038:23687927,23688370:23689170,23691319:23693208,23702416:23720913,23722784:23740360,23819105:23820005,23829119:23842237,23848754:23855225,23902364:23903318,23919348:23920067,23937813:24177901,23938638:24178505,23958509:24086308,24000707:24137418,24002905:24138871,24009623:24144537,24009626:24145134,24014637:24021198,24024482:24026085,24024489:24024857,24047884:24166560,24048679:24168722,24049057:24172498,24075813:24182202,24090695:24192330,24093992:24205070,24115393:24223376,24201811:24279672,24231145:24231652,24234693:24263584,24295924:24328050,24295973:24329819,24296810:24389730,24296875:2434018', 'assoc_mat': '23530936:barquette_opaque:4200:23569007,23534655:barquette_opaque:4200:23584444,23543496:barquette_opaque:4200:23543871,23556266:barquette_opaque:4200:23585029,23560096:barquette_opaque:4200:23581455,23568013:barquette_opaque:4200:23568509,23568015:barquette_opaque:4200:23568404,23589264:barquette_opaque:4200:23612644,23594055:barquette_opaque:4200:23607877,23596509:barquette_opaque:4200:23609575,23620726:barquette_opaque:4200:23631411,23634444:barquette_opaque:4200:23645653,23634448:barquette_opaque:4200:23645814,23636438:barquette_opaque:4200:23636626,23639806:barquette_opaque:4200:23649920,23643445:barquette_opaque:4200:23651833,23643450:barquette_opaque:4200:23652214,23665039:barquette_opaque:4200:23684861,23669200:barquette_opaque:4200:23708028,23676096:barquette_opaque:4200:23679620,23681723:barquette_opaque:4200:23732805,23681731:barquette_opaque:4200:23681981,23683993:barquette_opaque:4200:23708167,23687038:barquette_opaque:4200:23687927,23688370:barquette_opaque:4200:23689170,23691319:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002597057365103002, 'nb_photo': 99, 'list_port_cont': '23634780,23646559,23651686,23666280,23683318,23691603,23851886,23903356,23967744,24298690,24299182,24310290,24311723,24402686,24439832,24517084,24517425,24519438,24520690,24522621,24522700,24523009,24523283,24524172,24525961,24526634,24526740,24526907,24527950,24527989,24528363,24529237,24529400,24530426,24530919,24530993,24531559,24531675,24532789,24532986,24533045,24533896,24534011,24535027,24535047,24536093,24536766,24536820,24537412,24538127,24539083,24539937,24540191,24541085,24541420,24541578,24541878,24542220,24542439,24542839,24543296,24544257,24554993,24559576,24569892,24571745', 'assoc_port': '23634450:23634780,23645864:23646559,23651477:23651686,23665041:23666280,23683047:23683318,23691316:23691603,23851645:23851886,23902199:23903356,23966882:23967744,24295880:24528363,24296384:24299182,24296752:24298690,24309395:24311723,24309644:24310290,24401854:24402686,24439758:24439832,24512224:24554993,24512394:24559576,24514854:24544257,24514864:24542439,24514987:24542220,24515055:24541878,24515059:24543296,24515072:24542839,24515107:24541578,24515214:24541420,24515251:24541085,24515310:24539083,24515428:24537412,24515432:24536820,24515436:24538127,24515471:24536766,24515570:24540191,24515617:24517084,24515647:24534011,24515661:24533896,24515693:24535027,24515724:24532789,24515752:24536093,24515867:24533045,24515905:24532986,24515984:24531675,24515985:24517425,24515990:24535047,24515994:24531559,24516037:24530919,24516108:24530426,24516111:24529400,24516164:24530993,24516184:24526907,24516205:24529237,24516228:24526634,24516383:24527989,24516481:24539937,24516584:24522700,24516596:24527950,24516636:2452674', 'assoc_mat': '23634450:barquette_opaque:4209:23634780,23645864:barquette_opaque:4209:23646559,23651477:barquette_opaque:4209:23651686,23665041:barquette_opaque:4209:23666280,23683047:barquette_opaque:4209:23683318,23691316:barquette_opaque:4209:23691603,23851645:barquette_opaque:4209:23851886,23902199:barquette_opaque:4209:23903356,23966882:barquette_opaque:4209:23967744,24295880:barquette_opaque:4209:24528363,24296384:barquette_opaque:4209:24299182,24296752:barquette_opaque:4209:24298690,24309395:barquette_opaque:4209:24311723,24309644:barquette_opaque:4209:24310290,24401854:barquette_opaque:4209:24402686,24439758:barquette_opaque:4209:24439832,24512224:barquette_opaque:4209:24554993,24512394:barquette_opaque:4209:24559576,24514854:barquette_opaque:4209:24544257,24514864:barquette_opaque:4209:24542439,24514987:barquette_opaque:4209:24542220,24515055:barquette_opaque:4209:24541878,24515059:barquette_opaque:4209:24543296,24515072:barquette_opaque:4209:24542839,24515107:barquette_opaque:4209:24541578,24515214:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01222945373466998, 'nb_photo': 4061, 'list_port_cont': '23535084,23538745,23541533,23543982,23548203,23551900,23555575,23560666,23564446,23569999,23570284,23586054,23587101,23589849,23593011,23593361,23597274,23621523,23621862,23622229,23633788,23635075,23635201,23638283,23640785,23641948,23644733,23646931,23651956,23666383,23667087,23670232,23671396,23672723,23674186,23676746,23682409,23684593,23685554,23687476,23688876,23691718,23694420,23700477,23702946,23705075,23708003,23708794,23712598,23716399,23717642,23719928,23723515,23726438,23732273,23811498,23819859,23820622,23829929,23832148,23853887,23902869,23919606,23920793,23926121,23926138,24020631,24022608,24024666,24025235,24040468,24042588,24096539,24134690,24135462,24136109,24137258,24139473,24143633,24144863,24145241,24168464,24168742,24169591,24171847,24173661,24174474,24175000,24178300,24182675,24189603,24206113,24211190,24213920,24223413,24233264,24244146,24263102,24264079,24265030,24297743,24299105,24300082,24300804,24301325,24302121,24303277,24307752,24308451,24308800,24309834,24311256,24314483,2431693', 'assoc_port': '23534654:23535084,23537920:23538745,23540436:23541533,23543517:23543982,23547110:23548203,23550747:23551900,23555036:23555575,23560093:23560666,23563503:23564446,23569424:23570284,23569432:23569999,23585185:23586054,23586473:23587101,23589266:23589849,23592543:23593361,23592547:23593011,23596517:23597274,23620718:23622229,23620722:23621862,23620756:23621523,23632820:23633788,23634446:23635201,23634457:23635075,23637427:23638283,23639808:23640785,23641366:23641948,23644225:23644733,23645862:23646931,23651476:23651956,23663153:23667087,23665045:23666383,23669198:23670232,23670888:23671396,23671695:23672723,23673440:23674186,23676097:23676746,23681716:23685554,23681727:23682409,23683964:23684593,23687040:23687476,23688376:23688876,23691318:23691718,23694292:23694420,23699593:23700477,23702410:23702946,23704456:23705075,23707619:23708003,23708553:23708794,23712026:23712598,23715744:23717642,23715751:23716399,23719475:23719928,23722757:23723515,23725935:23726438,23731806:23732273,23811030:23811498,23819146:2382062', 'assoc_mat': '23534654:barquette_opaque:4211:23535084,23537920:barquette_opaque:4211:23538745,23540436:barquette_opaque:4211:23541533,23543517:barquette_opaque:4211:23543982,23547110:barquette_opaque:4211:23548203,23550747:barquette_opaque:4211:23551900,23555036:barquette_opaque:4211:23555575,23560093:barquette_opaque:4211:23560666,23563503:barquette_opaque:4211:23564446,23569424:barquette_opaque:4211:23570284,23569432:barquette_opaque:4211:23569999,23585185:barquette_opaque:4211:23586054,23586473:barquette_opaque:4211:23587101,23589266:barquette_opaque:4211:23589849,23592543:barquette_opaque:4211:23593361,23592547:barquette_opaque:4211:23593011,23596517:barquette_opaque:4211:23597274,23620718:barquette_opaque:4211:23622229,23620722:barquette_opaque:4211:23621862,23620756:barquette_opaque:4211:23621523,23632820:barquette_opaque:4211:23633788,23634446:barquette_opaque:4211:23635201,23634457:barquette_opaque:4211:23635075,23637427:barquette_opaque:4211:23638283,23639808:barquette_opaque:4211:23640785,23641366:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0004538190110863265, 'nb_photo': 94, 'list_port_cont': '23543367,23585111,23597065,23602056,23609486,23679641,23680141,23687978,23693457,23701787,23726635,23732340,23734740,23737163,23742300,23812500,23823594,23857790,23914678,24035036,24036022,24117687,24138359,24139837,24141516,24147181,24164672,24166339,24168770,24169734,24169967,24170235,24171719,24171757,24172914,24263266,24327979,24329581,24332455,24332674,24338982,24343367,24343736,24347340,24350246,24355241,24403380,24403728,24403927,24429973,24430618,24437471,24440358,24446526,24514509,24514646,24517752,24518254,24518532,24518814,24519236,24520425,24521925,24522819,24523811,24526594,24570800,24570898', 'assoc_port': '23542721:23543367,23545657:23585111,23586467:23597065,23586482:23602056,23595408:23609486,23676094:23680141,23677327:23679641,23687067:23687978,23691315:23693457,23700573:23701787,23703106:23726635,23709128:23734740,23711012:23737163,23729236:23742300,23731807:23732340,23812264:23812500,23819179:23823594,23848762:23857790,23885061:23914678,23937828:24170235,23938572:24169967,23983500:24117687,24000704:24138359,24002903:24139837,24006417:24141516,24009632:24147181,24024252:24036022,24024474:24035036,24048643:24168770,24048695:24171757,24048750:24172914,24048798:24171719,24074081:24169734,24102063:24166339,24116496:24164672,24218386:24263266,24295782:24329581,24295831:24327979,24295931:24355241,24296043:24332674,24296054:24332455,24296112:24338982,24309367:24343367,24309456:24343736,24309570:24347340,24309640:24350246,24401785:24403927,24401806:24403728,24401853:24403380,24418522:24429973,24418651:24430618,24436622:24437471,24439760:24440358,24446326:24446526,24512440:24514646,24512523:24514509,24515087:2451775', 'assoc_mat': '23542721:bouchon:3327:23543367,23545657:bouchon:3327:23585111,23586467:bouchon:3327:23597065,23586482:bouchon:3327:23602056,23595408:bouchon:3327:23609486,23676094:bouchon:3327:23680141,23677327:bouchon:3327:23679641,23687067:bouchon:3327:23687978,23691315:bouchon:3327:23693457,23700573:bouchon:3327:23701787,23703106:bouchon:3327:23726635,23709128:bouchon:3327:23734740,23711012:bouchon:3327:23737163,23729236:bouchon:3327:23742300,23731807:bouchon:3327:23732340,23812264:bouchon:3327:23812500,23819179:bouchon:3327:23823594,23848762:bouchon:3327:23857790,23885061:bouchon:3327:23914678,23937828:bouchon:3327:24170235,23938572:bouchon:3327:24169967,23983500:bouchon:3327:24117687,24000704:bouchon:3327:24138359,24002903:bouchon:3327:24139837,24006417:bouchon:3327:24141516,24009632:bouchon:3327:24147181,24024252:bouchon:3327:24036022,24024474:bouchon:3327:24035036,24048643:bouchon:3327:24168770,24048695:bouchon:3327:24171757,24048750:bouchon:3327:24172914,24048798:bouchon:3327:24171719,24074081:bouchon:3327:24169734,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.020155162435487047, 'nb_photo': 547, 'list_port_cont': '23560233,23568686,23585415,23630508,23631700,23647059,23680072,23684218,23684772,23688808,23700913,23735968,23739605,23808062,23822453,23903156,24020646,24020827,24021687,24022446,24098380,24141468,24143087,24167572,24188752,24220694,24242930,24243075,24261478,24264049,24327804,24332280,24332347,24335820,24342214,24343866,24343910,24382373,24403741,24404229,24404817,24420758,24427900,24439447,24555625,24555707,24555761,24555800,24555826,24556020,24556761', 'assoc_port': '23530935:23568686,23543498:23585415,23560100:23560233,23620719:23630508,23620751:23631700,23636434:23647059,23663161:23680072,23665043:23684772,23683962:23684218,23688371:23688808,23700572:23700913,23711009:23735968,23721651:23739605,23807832:23808062,23822266:23822453,23851582:23903156,23938066:24020646,23938155:24020827,23939169:24022446,23974631:24098380,24006427:24141468,24008312:24143087,24014596:24021687,24048632:24167572,24088260:24188752,24092863:24261478,24115357:24220694,24198474:24242930,24198481:24243075,24225484:24264049,24295884:24327804,24296105:24335820,24296252:24332280,24296267:24332347,24309364:24342214,24309591:24343910,24309592:24343866,24361826:24382373,24401556:24404229,24401675:24403741,24401768:24404817,24418452:24427900,24420644:24420758,24439170:24439447,24514886:24556761,24515423:24556020,24515821:24555826,24515973:24555800,24516395:24555707,24516656:24555761,24516701:24555625', 'assoc_mat': '23530935:carton:4205:23568686,23543498:carton:4205:23585415,23560100:carton:4205:23560233,23620719:carton:4205:23630508,23620751:carton:4205:23631700,23636434:carton:4205:23647059,23663161:carton:4205:23680072,23665043:carton:4205:23684772,23683962:carton:4205:23684218,23688371:carton:4205:23688808,23700572:carton:4205:23700913,23711009:carton:4205:23735968,23721651:carton:4205:23739605,23807832:carton:4205:23808062,23822266:carton:4205:23822453,23851582:carton:4205:23903156,23938066:carton:4205:24020646,23938155:carton:4205:24020827,23939169:carton:4205:24022446,23974631:carton:4205:24098380,24006427:carton:4205:24141468,24008312:carton:4205:24143087,24014596:carton:4205:24021687,24048632:carton:4205:24167572,24088260:carton:4205:24188752,24092863:carton:4205:24261478,24115357:carton:4205:24220694,24198474:carton:4205:24242930,24198481:carton:4205:24243075,24225484:carton:4205:24264049,24295884:carton:4205:24327804,24296105:carton:4205:24335820,24296252:carton:4205:24332280,24296267:carton:4205:24332347,2430'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01221850136557827, 'nb_photo': 923, 'list_port_cont': '23645689,23648761,23649812,23680587,23687722,23718763,23739929,23740160,23743555,23747115,23922689,24021472,24026312,24095609,24132396,24140847,24177809,24203386,24224235,24261425,24264333,24283114,24327886,24329535,24334008,24340558,24342325,24348356,24379702,24379827,24392052,24403324,24404330,24428090,24430027,24430481,24446161,24449382,24555846,24555886,24555908,24555991,24556122,24556240,24556306,24556336,24556648,24556995,24557033,24557151,24558923', 'assoc_port': '23632822:23645689,23639778:23648761,23639779:23649812,23663163:23680587,23677331:23740160,23687054:23687722,23697328:23718763,23712024:23747115,23721649:23739929,23731805:23743555,23922279:23922689,23937766:24177809,23938595:24021472,23973585:24095609,23996438:24132396,24006419:24140847,24024481:24026312,24092888:24203386,24115402:24224235,24124274:24264333,24209101:24261425,24230137:24283114,24295858:24327886,24295907:24329535,24296274:24334008,24297010:24340558,24309312:24342325,24309636:24348356,24370833:24379827,24370835:24379702,24386152:24392052,24401551:24404330,24401819:24403324,24418471:24428090,24420638:24430481,24420640:24430027,24436616:24449382,24445181:24446161,24512378:24558923,24514943:24557151,24514951:24556995,24515066:24557033,24515127:24556648,24515304:24556336,24515721:24556240,24515958:24556306,24516387:24556122,24516609:24555908,24516769:24555886,24516868:24555846,24517097:24555991', 'assoc_mat': '23632822:carton:4203:23645689,23639778:carton:4203:23648761,23639779:carton:4203:23649812,23663163:carton:4203:23680587,23677331:carton:4203:23740160,23687054:carton:4203:23687722,23697328:carton:4203:23718763,23712024:carton:4203:23747115,23721649:carton:4203:23739929,23731805:carton:4203:23743555,23922279:carton:4203:23922689,23937766:carton:4203:24177809,23938595:carton:4203:24021472,23973585:carton:4203:24095609,23996438:carton:4203:24132396,24006419:carton:4203:24140847,24024481:carton:4203:24026312,24092888:carton:4203:24203386,24115402:carton:4203:24224235,24124274:carton:4203:24264333,24209101:carton:4203:24261425,24230137:carton:4203:24283114,24295858:carton:4203:24327886,24295907:carton:4203:24329535,24296274:carton:4203:24334008,24297010:carton:4203:24340558,24309312:carton:4203:24342325,24309636:carton:4203:24348356,24370833:carton:4203:24379827,24370835:carton:4203:24379702,24386152:carton:4203:24392052,24401551:carton:4203:24404330,24401819:carton:4203:24403324,24418471:carton:4203:24428090,2442'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9512155860935256, 'nb_photo': 9517, 'list_port_cont': '23543026,23543813,23547758,23552376,23564183,23589783,23594389,23596945,23621187,23630346,23633056,23634878,23635286,23636296,23636818,23637990,23638481,23639940,23640769,23644550,23646365,23647239,23669743,23672283,23676541,23677937,23679047,23679220,23679936,23682162,23683302,23683534,23684104,23684322,23687275,23687650,23688696,23688984,23691367,23691564,23694354,23700282,23700759,23703480,23709354,23711203,23711364,23712446,23718357,23719773,23720369,23726143,23726612,23808144,23811274,23819316,23819595,23822442,23829583,23831684,23832744,23851768,23885265,23902711,23919510,23919564,23921795,23939703,23973845,23974416,23983544,23983730,23985657,24000863,24001230,24003204,24003331,24006702,24006955,24010004,24011505,24012605,24014780,24015214,24019905,24021149,24024456,24049458,24050443,24051168,24053654,24056513,24060692,24065860,24070101,24077213,24091040,24102800,24103073,24103200,24115780,24115967,24116315,24116462,24117206,24117704,24117918,24118307,24218659,24223040,24225739,24230222,24230713,2429775', 'assoc_port': '23542724:23543026,23543543:23543813,23547113:23547758,23550738:23552376,23563500:23564183,23589275:23589783,23594057:23594389,23596515:23596945,23620728:23621187,23630254:23630346,23632819:23636296,23632837:23633056,23634445:23635286,23634456:23634878,23636432:23636818,23637425:23638481,23637428:23637990,23639798:23640769,23639810:23639940,23644224:23644550,23645860:23647239,23645868:23646365,23663158:23679936,23669196:23669743,23671675:23672283,23676095:23676541,23677324:23679220,23677325:23679047,23677329:23677937,23681696:23684104,23681718:23683534,23681729:23682162,23683044:23683302,23683967:23684322,23687037:23687650,23687069:23687275,23688369:23688984,23688374:23688696,23691317:23691564,23691320:23691367,23694293:23694354,23699595:23700282,23700571:23700759,23703105:23703480,23709130:23709354,23710993:23711203,23711025:23711364,23712077:23712446,23718193:23718357,23719466:23720369,23719470:23719773,23725933:23726612,23725945:23726143,23807828:23808144,23811031:23811274,23819131:23819595,23819182:2381931', 'assoc_mat': '23542724:carton:4207:23543026,23543543:carton:4207:23543813,23547113:carton:4207:23547758,23550738:carton:4207:23552376,23563500:carton:4207:23564183,23589275:carton:4207:23589783,23594057:carton:4207:23594389,23596515:carton:4207:23596945,23620728:carton:4207:23621187,23630254:carton:4207:23630346,23632819:carton:4207:23636296,23632837:carton:4207:23633056,23634445:carton:4207:23635286,23634456:carton:4207:23634878,23636432:carton:4207:23636818,23637425:carton:4207:23638481,23637428:carton:4207:23637990,23639798:carton:4207:23640769,23639810:carton:4207:23639940,23644224:carton:4207:23644550,23645860:carton:4207:23647239,23645868:carton:4207:23646365,23663158:carton:4207:23679936,23669196:carton:4207:23669743,23671675:carton:4207:23672283,23676095:carton:4207:23676541,23677324:carton:4207:23679220,23677325:carton:4207:23679047,23677329:carton:4207:23677937,23681696:carton:4207:23684104,23681718:carton:4207:23683534,23681729:carton:4207:23682162,23683044:carton:4207:23683302,23683967:carton:4207:23684322,2368'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01794396688252768, 'nb_photo': 3739, 'list_port_cont': '23541404,23551459,23551646,23569553,23586900,23597191,23630485,23633294,23634752,23643717,23643818,23647832,23647933,23664559,23669753,23673952,23678162,23682634,23683353,23688859,23688964,23704599,23709527,23718724,24137480,24171303,24179030,24191394,24210905,24264972,24297620,24297803,24298135,24298572,24298730,24298790,24310926,24311836,24312141,24367378,24402152,24402892,24416682,24419316,24427857,24433533,24437119,24443364,24443560,24513316,24513638,24516495,24516891,24517370,24517680,24518691,24518856,24519119,24519335,24519541,24520660,24520788,24520943,24521097,24522199,24522676,24523047,24523168,24523532,24524353,24524777,24524986,24525828,24526069,24526245,24526373,24527202,24527687,24527885,24528449,24529329,24529572,24529954,24530636,24530870,24531170,24531387,24532261,24532572,24532856,24533274,24533450,24533795,24534178,24534502,24534865,24535100,24536234,24536416,24536550,24536722,24537301,24537330,24537972,24538272,24538566,24538729,24539011,24539128,24539286,24541785,24542265,24542647,2454274', 'assoc_port': '23540429:23541404,23550740:23551646,23550742:23551459,23569434:23569553,23586475:23586900,23596513:23597191,23630268:23630485,23632836:23633294,23634459:23634752,23643443:23643717,23643448:23643818,23647431:23647832,23647433:23647933,23663166:23664559,23669193:23669753,23673410:23673952,23677361:23678162,23681720:23682634,23683046:23683353,23688368:23688964,23688377:23688859,23704453:23704599,23709132:23709527,23718195:23718724,23937818:24179030,24000702:24137480,24048746:24171303,24089061:24191394,24099488:24210905,24230133:24264972,24296695:24298790,24296807:24298730,24296844:24298572,24296996:24298135,24297086:24297803,24297119:24297620,24309459:24312141,24309547:24311836,24309624:24310926,24366863:24367378,24401572:24402152,24401764:24402892,24415989:24416682,24418578:24419316,24427717:24427857,24432893:24433533,24436618:24437119,24442952:24443560,24442996:24443364,24512203:24554643,24512286:24556152,24512297:24565788,24512341:24557855,24512405:24559227,24512459:24513638,24512530:24513316,24514902:2454566', 'assoc_mat': '23540429:carton:4461:23541404,23550740:carton:4461:23551646,23550742:carton:4461:23551459,23569434:carton:4461:23569553,23586475:carton:4461:23586900,23596513:carton:4461:23597191,23630268:carton:4461:23630485,23632836:carton:4461:23633294,23634459:carton:4461:23634752,23643443:carton:4461:23643717,23643448:carton:4461:23643818,23647431:carton:4461:23647832,23647433:carton:4461:23647933,23663166:carton:4461:23664559,23669193:carton:4461:23669753,23673410:carton:4461:23673952,23677361:carton:4461:23678162,23681720:carton:4461:23682634,23683046:carton:4461:23683353,23688368:carton:4461:23688964,23688377:carton:4461:23688859,23704453:carton:4461:23704599,23709132:carton:4461:23709527,23718195:carton:4461:23718724,23937818:carton:4461:24179030,24000702:carton:4461:24137480,24048746:carton:4461:24171303,24089061:carton:4461:24191394,24099488:carton:4461:24210905,24230133:carton:4461:24264972,24296695:carton:4461:24298790,24296807:carton:4461:24298730,24296844:carton:4461:24298572,24296996:carton:4461:24298135,2429'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0249383445403821, 'nb_photo': 2445, 'list_port_cont': '23543863,23556492,23568405,23568518,23569009,23572053,23573377,23575061,23581447,23584448,23585030,23607880,23609574,23609687,23612646,23630670,23631416,23636638,23645647,23645803,23646057,23649922,23651843,23652213,23653777,23654220,23662709,23679623,23681985,23684865,23687922,23689168,23689219,23693205,23694366,23701047,23703321,23708020,23708170,23718021,23720905,23727991,23732807,23740364,23820006,23842231,23855228,23903317,23920061,23926438,24000723,24019595,24021189,24024862,24026087,24027161,24035633,24086301,24132341,24137414,24138858,24144526,24145129,24166569,24167910,24168713,24172512,24177902,24178503,24179554,24182212,24192324,24205062,24223378,24231646,24263578,24264027,24279673,24328056,24328506,24328710,24329811,24330912,24331417,24334374,24336012,24339562,24340324,24340581,24340642,24342233,24344559,24348476,24379613,24380982,24382396,24389680,24389732,24392090,24403327,24403347,24403524,24403867,24403885,24404114,24404742,24420303,24427623,24427782,24428239,24429874,24431133,24439587,2444532', 'assoc_port': '23530936:23569009,23534655:23584448,23537917:23573377,23543496:23543863,23547108:23575061,23556266:23585030,23556285:23556492,23560096:23581447,23563498:23572053,23568013:23568518,23568015:23568405,23589264:23612646,23594055:23607880,23596509:23609574,23596511:23609687,23620720:23630670,23620726:23631416,23634444:23645647,23634448:23645803,23634454:23646057,23636438:23636638,23639806:23649922,23643445:23651843,23643450:23652213,23644227:23662709,23645866:23653777,23647432:23654220,23665039:23684865,23669200:23708020,23676096:23679623,23681698:23703321,23681723:23732807,23681731:23681985,23683993:23708170,23687038:23687922,23688370:23689168,23688373:23689219,23691319:23693205,23694294:23694366,23697324:23718021,23699597:23701047,23702416:23720905,23704454:23727991,23722784:23740364,23819105:23820006,23829119:23842231,23848754:23855228,23902364:23903317,23919348:23920061,23925728:23926438,23936972:24000723,23937813:24177902,23938039:24019595,23938638:24178503,23958509:24086301,23996440:24132341,24000707:2413741', 'assoc_mat': '23530936:carton:4200:23569009,23534655:carton:4200:23584448,23537917:carton:4200:23573377,23543496:carton:4200:23543863,23547108:carton:4200:23575061,23556266:carton:4200:23585030,23556285:carton:4200:23556492,23560096:carton:4200:23581447,23563498:carton:4200:23572053,23568013:carton:4200:23568518,23568015:carton:4200:23568405,23589264:carton:4200:23612646,23594055:carton:4200:23607880,23596509:carton:4200:23609574,23596511:carton:4200:23609687,23620720:carton:4200:23630670,23620726:carton:4200:23631416,23634444:carton:4200:23645647,23634448:carton:4200:23645803,23634454:carton:4200:23646057,23636438:carton:4200:23636638,23639806:carton:4200:23649922,23643445:carton:4200:23651843,23643450:carton:4200:23652213,23644227:carton:4200:23662709,23645866:carton:4200:23653777,23647432:carton:4200:23654220,23665039:carton:4200:23684865,23669200:carton:4200:23708020,23676096:carton:4200:23679623,23681698:carton:4200:23703321,23681723:carton:4200:23732807,23681731:carton:4200:23681985,23683993:carton:4200:23708170,2368'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.013949543174803595, 'nb_photo': 59, 'list_port_cont': '24303615', 'assoc_port': '24295880:24303615', 'assoc_mat': '24295880:carton:3594:24303615'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.031462922538193966, 'nb_photo': 2872, 'list_port_cont': '23572724,23630467,23634793,23640493,23646548,23651683,23666271,23674048,23682247,23683319,23691609,23851887,23903360,23925935,23967745,24204864,24297676,24297772,24298305,24298437,24298689,24299179,24301293,24310296,24311715,24312053,24367261,24402676,24416633,24429806,24430856,24437001,24439831,24443139,24513269,24513490,24516274,24517003,24517092,24517110,24517429,24517631,24517783,24517932,24518013,24518387,24518548,24518786,24519327,24519447,24519685,24519698,24519754,24520256,24520489,24520694,24520739,24521005,24521047,24521557,24521838,24522375,24522635,24522702,24522907,24523023,24523153,24523290,24523726,24523922,24524183,24524330,24524637,24524917,24525036,24525561,24525752,24525892,24525942,24525965,24526175,24526183,24526635,24526751,24526921,24527831,24527942,24528001,24528054,24528358,24528519,24528798,24529233,24529394,24529542,24530266,24530429,24530920,24530988,24531223,24531554,24531660,24531701,24532137,24532375,24532469,24532647,24532797,24532987,24533023,24533052,24533143,24533907,2453401', 'assoc_port': '23572471:23572724,23630253:23630467,23634450:23634793,23639809:23640493,23645864:23646548,23651477:23651683,23665041:23666271,23673393:23674048,23681697:23682247,23683047:23683319,23691316:23691609,23851645:23851887,23902199:23903360,23925763:23925935,23966882:23967745,24093962:24204864,24295880:24528358,24295922:24301293,24296180:24520489,24296384:24299179,24296752:24298689,24296813:24298305,24296983:24297676,24297088:24298437,24297123:24297772,24309317:24312053,24309395:24311715,24309644:24310296,24366878:24367261,24401854:24402676,24415973:24416633,24421764:24430856,24429600:24429806,24436619:24437001,24439758:24439831,24442988:24443139,24512224:24555005,24512240:24555145,24512256:24555402,24512292:24556303,24512298:24556689,24512385:24559134,24512389:24558363,24512394:24559583,24512403:24513269,24512444:24513490,24512493:24558780,24512508:24558718,24514854:24544243,24514855:24542558,24514860:24544417,24514864:24542429,24514966:24546913,24514987:24542230,24515045:24542076,24515049:24543703,24515055:2454187', 'assoc_mat': '23572471:carton:4209:23572724,23630253:carton:4209:23630467,23634450:carton:4209:23634793,23639809:carton:4209:23640493,23645864:carton:4209:23646548,23651477:carton:4209:23651683,23665041:carton:4209:23666271,23673393:carton:4209:23674048,23681697:carton:4209:23682247,23683047:carton:4209:23683319,23691316:carton:4209:23691609,23851645:carton:4209:23851887,23902199:carton:4209:23903360,23925763:carton:4209:23925935,23966882:carton:4209:23967745,24093962:carton:4209:24204864,24295880:carton:4209:24528358,24295922:carton:4209:24301293,24296180:carton:4209:24520489,24296384:carton:4209:24299179,24296752:carton:4209:24298689,24296813:carton:4209:24298305,24296983:carton:4209:24297676,24297088:carton:4209:24298437,24297123:carton:4209:24297772,24309317:carton:4209:24312053,24309395:carton:4209:24311715,24309644:carton:4209:24310296,24366878:carton:4209:24367261,24401854:carton:4209:24402676,24415973:carton:4209:24416633,24421764:carton:4209:24430856,24429600:carton:4209:24429806,24436619:carton:4209:24437001,2443'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008498883744317957, 'nb_photo': 9138, 'list_port_cont': '23535098,23538749,23541556,23543979,23548200,23551894,23555598,23560672,23564449,23569993,23570275,23586052,23587115,23589861,23593032,23593379,23597265,23621517,23621865,23622244,23633787,23635064,23635210,23638284,23640790,23641947,23644719,23646924,23651951,23666390,23667097,23670235,23671401,23672728,23674191,23676762,23682397,23684586,23685546,23687474,23688867,23691720,23694424,23700480,23702944,23705073,23708004,23708783,23712612,23716398,23717647,23719913,23723501,23726439,23732278,23811497,23819849,23820610,23829925,23832159,23853901,23902865,23919613,23920791,23926117,23926134,24020623,24022607,24024667,24025227,24040471,24042584,24096550,24134681,24135442,24136111,24137267,24139485,24143621,24144874,24145243,24168449,24168729,24169597,24171855,24173658,24174490,24174997,24178291,24182676,24189605,24206111,24211192,24213927,24223414,24233263,24244151,24263100,24264076,24265032,24297739,24299112,24300089,24300791,24301314,24302127,24303270,24307769,24308445,24308793,24309825,24311254,24314487,2431694', 'assoc_port': '23534654:23535098,23537920:23538749,23540436:23541556,23543517:23543979,23547110:23548200,23550747:23551894,23555036:23555598,23560093:23560672,23563503:23564449,23569424:23570275,23569432:23569993,23585185:23586052,23586473:23587115,23589266:23589861,23592543:23593379,23592547:23593032,23596517:23597265,23620718:23622244,23620722:23621865,23620756:23621517,23632820:23633787,23634446:23635210,23634457:23635064,23637427:23638284,23639808:23640790,23641366:23641947,23644225:23644719,23645862:23646924,23651476:23651951,23663153:23667097,23665045:23666390,23669198:23670235,23670888:23671401,23671695:23672728,23673440:23674191,23676097:23676762,23681716:23685546,23681727:23682397,23683964:23684586,23687040:23687474,23688376:23688867,23691318:23691720,23694292:23694424,23699593:23700480,23702410:23702944,23704456:23705073,23707619:23708004,23708553:23708783,23712026:23712612,23715744:23717647,23715751:23716398,23719475:23719913,23722757:23723501,23725935:23726439,23731806:23732278,23811030:23811497,23819146:2382061', 'assoc_mat': '23534654:carton:4211:23535098,23537920:carton:4211:23538749,23540436:carton:4211:23541556,23543517:carton:4211:23543979,23547110:carton:4211:23548200,23550747:carton:4211:23551894,23555036:carton:4211:23555598,23560093:carton:4211:23560672,23563503:carton:4211:23564449,23569424:carton:4211:23570275,23569432:carton:4211:23569993,23585185:carton:4211:23586052,23586473:carton:4211:23587115,23589266:carton:4211:23589861,23592543:carton:4211:23593379,23592547:carton:4211:23593032,23596517:carton:4211:23597265,23620718:carton:4211:23622244,23620722:carton:4211:23621865,23620756:carton:4211:23621517,23632820:carton:4211:23633787,23634446:carton:4211:23635210,23634457:carton:4211:23635064,23637427:carton:4211:23638284,23639808:carton:4211:23640790,23641366:carton:4211:23641947,23644225:carton:4211:23644719,23645862:carton:4211:23646924,23651476:carton:4211:23651951,23663153:carton:4211:23667097,23665045:carton:4211:23666390,23669198:carton:4211:23670235,23670888:carton:4211:23671401,23671695:carton:4211:23672728,2367'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003918934907529749, 'nb_photo': 345, 'list_port_cont': '23543375,23575817,23585118,23586529,23595922,23596248,23597068,23602060,23607108,23608056,23609492,23622316,23631339,23631912,23647729,23647998,23652914,23678933,23680142,23680906,23687975,23689398,23696221,23701776,23703142,23704373,23719340,23726634,23726922,23730720,23734751,23737160,23738072,23740862,23741455,23742302,23808423,23808643,23812494,23812543,23823600,23826179,23857799,23919739,23959790,24001598,24021163,24022359,24022432,24022703,24023089,24025100,24025562,24080383,24099701,24117622,24133256,24135025,24138370,24141519,24147184,24164663,24166343,24166405,24168084,24168172,24169731,24169978,24170123,24170333,24171462,24171683,24172339,24172918,24190001,24243714,24283261,24287181,24328861,24329577,24330079,24330111,24332445,24332679,24337015,24337846,24338166,24338983,24339852,24339981,24340408,24342582,24342727,24343360,24343735,24346175,24347341,24349747,24350233,24353013,24355245,24379838,24382268,24390807,24392317,24402815,24403510,24403720,24403752,24403921,24403935,24404256,24404271,2440428', 'assoc_port': '23542721:23543375,23545657:23585118,23550746:23575817,23556281:23586529,23585184:23596248,23586467:23597068,23586482:23602060,23592539:23607108,23594051:23608056,23595408:23609492,23595419:23595922,23620717:23631339,23620741:23622316,23630741:23631912,23634452:23647729,23636430:23647998,23637430:23678933,23643447:23652914,23663156:23680906,23671693:23696221,23676094:23680142,23681715:23704373,23681725:23726922,23683042:23730720,23687067:23687975,23688372:23689398,23697318:23719340,23699594:23703142,23700573:23701776,23703106:23726634,23709128:23734751,23711012:23737160,23712074:23738072,23722781:23740862,23725944:23741455,23729236:23742302,23807827:23808423,23807830:23808643,23809051:23812543,23812264:23812494,23819179:23823600,23822262:23826179,23848762:23857799,23919353:23919739,23936968:24001598,23937985:24170123,23938572:24169978,23938725:24022359,23938958:24022703,23939137:24023089,23953615:24080383,23958528:23959790,23974635:24099701,23983492:24117622,23996441:24133256,23998866:24135025,24000704:2413837', 'assoc_mat': '23542721:carton:3327:23543375,23545657:carton:3327:23585118,23550746:carton:3327:23575817,23556281:carton:3327:23586529,23585184:carton:3327:23596248,23586467:carton:3327:23597068,23586482:carton:3327:23602060,23592539:carton:3327:23607108,23594051:carton:3327:23608056,23595408:carton:3327:23609492,23595419:carton:3327:23595922,23620717:carton:3327:23631339,23620741:carton:3327:23622316,23630741:carton:3327:23631912,23634452:carton:3327:23647729,23636430:carton:3327:23647998,23637430:carton:3327:23678933,23643447:carton:3327:23652914,23663156:carton:3327:23680906,23671693:carton:3327:23696221,23676094:carton:3327:23680142,23681715:carton:3327:23704373,23681725:carton:3327:23726922,23683042:carton:3327:23730720,23687067:carton:3327:23687975,23688372:carton:3327:23689398,23697318:carton:3327:23719340,23699594:carton:3327:23703142,23700573:carton:3327:23701776,23703106:carton:3327:23726634,23709128:carton:3327:23734751,23711012:carton:3327:23737160,23712074:carton:3327:23738072,23722781:carton:3327:23740862,2372'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.013618485710316338, 'nb_photo': 87, 'list_port_cont': '24437180,24439469,24440270,24443409,24443790', 'assoc_port': '24436620:24437180,24439171:24439469,24439759:24440270,24442986:24443790,24442990:24443409', 'assoc_mat': '24436620:carton:3594:24437180,24439171:carton:3594:24439469,24439759:carton:3594:24440270,24442986:carton:3594:24443790,24442990:carton:3594:24443409'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006460387374666643, 'nb_photo': 1, 'list_port_cont': '24296673', 'assoc_port': '24296180:24296673', 'assoc_mat': '24296180:cartonnette:3726:24296673'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0016605584314784182, 'nb_photo': 56, 'list_port_cont': '23631735,23661686,23679472,23687133,23688056,23695518,23702054,23702930,24213278,24297287,24297584,24429621,24433312,24517124,24520145,24527163,24527873,24529784,24532237,24533245,24533718,24534595,24541697,24542642,24544365,24544679,24545322,24546694,24546953,24550299,24551407,24553314,24553903,24556171,24556427,24556624,24556832,24570807,24573468', 'assoc_port': '23627494:23631735,23651475:23661686,23663154:23702054,23669191:23688056,23671673:23695518,23677334:23679472,23681695:23702930,23687068:23687133,24213123:24213278,24296866:24297584,24296994:24297287,24429602:24429621,24432906:24433312,24514857:24556832,24514861:24556624,24515067:24556427,24515088:24556171,24515616:24553903,24515651:24550299,24515659:24553314,24515753:24551407,24516060:24546953,24516138:24542642,24516142:24546694,24516224:24545322,24516363:24541697,24516384:24533718,24516417:24544679,24516464:24544365,24516539:24533245,24516676:24517124,24516702:24527873,24516704:24534595,24516722:24527163,24516767:24520145,24516871:24532237,24516874:24529784,24568475:24573468,24568751:24570807', 'assoc_mat': '23627494:cartonnette:3726:23631735,23651475:cartonnette:3726:23661686,23663154:cartonnette:3726:23702054,23669191:cartonnette:3726:23688056,23671673:cartonnette:3726:23695518,23677334:cartonnette:3726:23679472,23681695:cartonnette:3726:23702930,23687068:cartonnette:3726:23687133,24213123:cartonnette:3726:24213278,24296866:cartonnette:3726:24297584,24296994:cartonnette:3726:24297287,24429602:cartonnette:3726:24429621,24432906:cartonnette:3726:24433312,24514857:cartonnette:3726:24556832,24514861:cartonnette:3726:24556624,24515067:cartonnette:3726:24556427,24515088:cartonnette:3726:24556171,24515616:cartonnette:3726:24553903,24515651:cartonnette:3726:24550299,24515659:cartonnette:3726:24553314,24515753:cartonnette:3726:24551407,24516060:cartonnette:3726:24546953,24516138:cartonnette:3726:24542642,24516142:cartonnette:3726:24546694,24516224:cartonnette:3726:24545322,24516363:cartonnette:3726:24541697,24516384:cartonnette:3726:24533718,24516417:cartonnette:3726:24544679,24516464:cartonnette:3726:24544365,24516539:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.022738619158508225, 'nb_photo': 1, 'list_port_cont': '24296677', 'assoc_port': '24296180:24296677', 'assoc_mat': '24296180:Carton_brun:3726:24296677'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005884116004203263, 'nb_photo': 170, 'list_port_cont': '23647040,23649897,23661693,23679475,23687137,23688050,23695523,23702062,23702924,24213277,24297285,24297585,24297866,24420713,24427737,24429619,24433319,24515489,24517122,24527158,24530320,24530979,24532243,24532954,24533713,24534210,24534587,24537696,24540566,24540886,24541236,24541698,24542638,24543562,24543723,24544356,24544669,24546958,24548464,24549353,24550304,24550856,24552017,24552455,24553310,24553900,24554621,24554759,24555057,24555802,24555931,24556074,24556348,24556418,24556555,24556567,24556580,24556630,24556677,24556718,24556735,24556824,24559159,24559680,24569295,24569309,24570670,24570803,24571231,24572812,24573470,24577373', 'assoc_port': '23636436:23647040,23641363:23649897,23651475:23661693,23663154:23702062,23669191:23688050,23671673:23695523,23677334:23679475,23681695:23702924,23687068:23687137,24213123:24213277,24296859:24297866,24296866:24297585,24296994:24297285,24420642:24420713,24427715:24427737,24429602:24429619,24432906:24433319,24512226:24554621,24512313:24556348,24512320:24556555,24512478:24559159,24512526:24559680,24514857:24556824,24514858:24556677,24514861:24556630,24514867:24556580,24515042:24556735,24515046:24556718,24515050:24556567,24515067:24556418,24515132:24515489,24515268:24555931,24515295:24556074,24515297:24555802,24515404:24555057,24515562:24554759,24515592:24552017,24515616:24553900,24515642:24550856,24515651:24550304,24515659:24553310,24515711:24552455,24515993:24549353,24516003:24548464,24516060:24546958,24516138:24542638,24516363:24541698,24516370:24541236,24516384:24533713,24516417:24544669,24516464:24544356,24516512:24543723,24516536:24543562,24516540:24540886,24516591:24532954,24516599:24540566,24516676:2451712', 'assoc_mat': '23636436:Carton_brun:3726:23647040,23641363:Carton_brun:3726:23649897,23651475:Carton_brun:3726:23661693,23663154:Carton_brun:3726:23702062,23669191:Carton_brun:3726:23688050,23671673:Carton_brun:3726:23695523,23677334:Carton_brun:3726:23679475,23681695:Carton_brun:3726:23702924,23687068:Carton_brun:3726:23687137,24213123:Carton_brun:3726:24213277,24296859:Carton_brun:3726:24297866,24296866:Carton_brun:3726:24297585,24296994:Carton_brun:3726:24297285,24420642:Carton_brun:3726:24420713,24427715:Carton_brun:3726:24427737,24429602:Carton_brun:3726:24429619,24432906:Carton_brun:3726:24433319,24512226:Carton_brun:3726:24554621,24512313:Carton_brun:3726:24556348,24512320:Carton_brun:3726:24556555,24512478:Carton_brun:3726:24559159,24512526:Carton_brun:3726:24559680,24514857:Carton_brun:3726:24556824,24514858:Carton_brun:3726:24556677,24514861:Carton_brun:3726:24556630,24514867:Carton_brun:3726:24556580,24515042:Carton_brun:3726:24556735,24515046:Carton_brun:3726:24556718,24515050:Carton_brun:3726:24556567,24515067:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011649263439362264, 'nb_photo': 1, 'list_port_cont': '24296668', 'assoc_port': '24296180:24296668', 'assoc_mat': '24296180:Carton_gris:3726:24296668'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006627984664581302, 'nb_photo': 141, 'list_port_cont': '23647036,23649895,23679478,23688048,23695513,24213276,24297863,24419680,24419729,24427738,24429618,24433321,24515491,24517112,24518959,24524023,24527877,24530978,24531571,24532242,24532968,24534585,24535337,24540574,24541230,24541690,24541919,24542280,24543714,24544355,24544673,24545664,24546686,24546954,24547849,24548117,24548928,24549334,24549946,24550297,24551153,24551409,24552453,24552873,24553317,24553904,24554043,24554128,24554618,24554872,24555317,24555805,24555902,24555932,24555977,24556355,24556405,24556565,24556566,24556721,24556726,24556830,24557085,24557774,24559673,24569294,24569308,24570661,24570802,24577408', 'assoc_port': '23636436:23647036,23641363:23649895,23669191:23688048,23671673:23695513,23677334:23679478,24213123:24213276,24296859:24297863,24418257:24419729,24418401:24419680,24427715:24427738,24429602:24429618,24432906:24433321,24512226:24554618,24512320:24556565,24512336:24557085,24512382:24557774,24512526:24559673,24514857:24556830,24515042:24556726,24515046:24556721,24515050:24556566,24515061:24556405,24515073:24556355,24515132:24515491,24515243:24555977,24515268:24555932,24515289:24555902,24515297:24555805,24515420:24554872,24515483:24554128,24515595:24554043,24515616:24553904,24515651:24550297,24515659:24553317,24515692:24552873,24515711:24552453,24515728:24555317,24515749:24551153,24515753:24551409,24515801:24549946,24515876:24548928,24515880:24548117,24515956:24547849,24515993:24549334,24516060:24546954,24516142:24546686,24516191:24545664,24516335:24541919,24516363:24541690,24516370:24541230,24516417:24544673,24516464:24544355,24516512:24543714,24516568:24542280,24516591:24532968,24516599:24540574,24516676:2451711', 'assoc_mat': '23636436:Carton_gris:3726:23647036,23641363:Carton_gris:3726:23649895,23669191:Carton_gris:3726:23688048,23671673:Carton_gris:3726:23695513,23677334:Carton_gris:3726:23679478,24213123:Carton_gris:3726:24213276,24296859:Carton_gris:3726:24297863,24418257:Carton_gris:3726:24419729,24418401:Carton_gris:3726:24419680,24427715:Carton_gris:3726:24427738,24429602:Carton_gris:3726:24429618,24432906:Carton_gris:3726:24433321,24512226:Carton_gris:3726:24554618,24512320:Carton_gris:3726:24556565,24512336:Carton_gris:3726:24557085,24512382:Carton_gris:3726:24557774,24512526:Carton_gris:3726:24559673,24514857:Carton_gris:3726:24556830,24515042:Carton_gris:3726:24556726,24515046:Carton_gris:3726:24556721,24515050:Carton_gris:3726:24556566,24515061:Carton_gris:3726:24556405,24515073:Carton_gris:3726:24556355,24515132:Carton_gris:3726:24515491,24515243:Carton_gris:3726:24555977,24515268:Carton_gris:3726:24555932,24515289:Carton_gris:3726:24555902,24515297:Carton_gris:3726:24555805,24515420:Carton_gris:3726:24554872,24515483:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0022897209575034896, 'nb_photo': 45, 'list_port_cont': '23560219,23647060,23680067,23684207,23735951,23822452,24020632,24020832,24021685,24141454,24188745,24261475,24327802,24332351,24335811,24343864,24403745,24420750,24439456,24555632,24555712,24555755,24555786,24556017,24556754', 'assoc_port': '23560100:23560219,23636434:23647060,23663161:23680067,23683962:23684207,23711009:23735951,23822266:23822452,23938066:24020632,23938155:24020832,24006427:24141454,24014596:24021685,24088260:24188745,24092863:24261475,24295884:24327802,24296105:24335811,24296267:24332351,24309592:24343864,24401675:24403745,24420644:24420750,24439170:24439456,24514886:24556754,24515423:24556017,24515973:24555786,24516395:24555712,24516656:24555755,24516701:24555632', 'assoc_mat': '23560100:ela:4205:23560219,23636434:ela:4205:23647060,23663161:ela:4205:23680067,23683962:ela:4205:23684207,23711009:ela:4205:23735951,23822266:ela:4205:23822452,23938066:ela:4205:24020632,23938155:ela:4205:24020832,24006427:ela:4205:24141454,24014596:ela:4205:24021685,24088260:ela:4205:24188745,24092863:ela:4205:24261475,24295884:ela:4205:24327802,24296105:ela:4205:24335811,24296267:ela:4205:24332351,24309592:ela:4205:24343864,24401675:ela:4205:24403745,24420644:ela:4205:24420750,24439170:ela:4205:24439456,24514886:ela:4205:24556754,24515423:ela:4205:24556017,24515973:ela:4205:24555786,24516395:ela:4205:24555712,24516656:ela:4205:24555755,24516701:ela:4205:24555632'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9436226948947393, 'nb_photo': 345, 'list_port_cont': '23645685,23648756,23649803,23680575,23687730,23718772,23739937,23740171,23743558,23747108,23922692,24021483,24026314,24095615,24132389,24140842,24177805,24203380,24224238,24261410,24264330,24283115,24327882,24329539,24334007,24340570,24342315,24348350,24379713,24379831,24392051,24403303,24404339,24428092,24430475,24446163,24449377,24555851,24555884,24555911,24555985,24556124,24556255,24556320,24556322,24556641,24556993,24557034,24557154,24558935', 'assoc_port': '23632822:23645685,23639778:23648756,23639779:23649803,23663163:23680575,23677331:23740171,23687054:23687730,23697328:23718772,23712024:23747108,23721649:23739937,23731805:23743558,23922279:23922692,23937766:24177805,23938595:24021483,23973585:24095615,23996438:24132389,24006419:24140842,24024481:24026314,24092888:24203380,24115402:24224238,24124274:24264330,24209101:24261410,24230137:24283115,24295858:24327882,24295907:24329539,24296274:24334007,24297010:24340570,24309312:24342315,24309636:24348350,24370833:24379831,24370835:24379713,24386152:24392051,24401551:24404339,24401819:24403303,24418471:24428092,24420638:24430475,24436616:24449377,24445181:24446163,24512378:24558935,24514943:24557154,24514951:24556993,24515066:24557034,24515127:24556641,24515304:24556322,24515721:24556255,24515958:24556320,24516387:24556124,24516609:24555911,24516769:24555884,24516868:24555851,24517097:24555985', 'assoc_mat': '23632822:ela:4203:23645685,23639778:ela:4203:23648756,23639779:ela:4203:23649803,23663163:ela:4203:23680575,23677331:ela:4203:23740171,23687054:ela:4203:23687730,23697328:ela:4203:23718772,23712024:ela:4203:23747108,23721649:ela:4203:23739937,23731805:ela:4203:23743558,23922279:ela:4203:23922692,23937766:ela:4203:24177805,23938595:ela:4203:24021483,23973585:ela:4203:24095615,23996438:ela:4203:24132389,24006419:ela:4203:24140842,24024481:ela:4203:24026314,24092888:ela:4203:24203380,24115402:ela:4203:24224238,24124274:ela:4203:24264330,24209101:ela:4203:24261410,24230137:ela:4203:24283115,24295858:ela:4203:24327882,24295907:ela:4203:24329539,24296274:ela:4203:24334007,24297010:ela:4203:24340570,24309312:ela:4203:24342315,24309636:ela:4203:24348350,24370833:ela:4203:24379831,24370835:ela:4203:24379713,24386152:ela:4203:24392051,24401551:ela:4203:24404339,24401819:ela:4203:24403303,24418471:ela:4203:24428092,24420638:ela:4203:24430475,24436616:ela:4203:24449377,24445181:ela:4203:24446163,24512378:ela:4203:2455893'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007175404412073501, 'nb_photo': 102, 'list_port_cont': '23547756,23564177,23594384,23596942,23621203,23634873,23635279,23637982,23640770,23644543,23646356,23669738,23677933,23679044,23691359,23691573,23700284,23700765,23703486,23711356,23719768,23819602,23829577,23885279,23939707,23973841,23983734,24001233,24003336,24006704,24051170,24056526,24070102,24102792,24103082,24116321,24230221,24300319,24304078,24310316,24314000,24315745,24317992,24318811,24320882,24323874,24326956,24327143,24327938,24386395,24401708,24403676,24404047,24417965,24440809,24443189,24523501,24523792,24526392,24528424,24529119,24530538,24531445,24532174,24532552,24532885,24534437,24536618,24537578,24538684,24539214,24539689,24545441,24548292,24549875,24551429,24552359,24554048,24554508,24569074,24569452,24570984,24572028', 'assoc_port': '23547113:23547756,23563500:23564177,23594057:23594384,23596515:23596942,23620728:23621203,23634445:23635279,23634456:23634873,23637428:23637982,23639798:23640770,23644224:23644543,23645868:23646356,23669196:23669738,23677325:23679044,23677329:23677933,23691317:23691573,23691320:23691359,23699595:23700284,23700571:23700765,23703105:23703486,23711025:23711356,23719470:23719768,23819131:23819602,23829120:23829577,23885063:23885279,23938680:23939707,23973593:23973841,23983491:23983734,24000698:24001233,24002901:24003336,24006430:24006704,24048596:24051170,24056338:24056526,24069768:24070102,24102022:24103082,24102035:24102792,24115409:24116321,24230136:24230221,24295912:24327143,24295953:24327938,24296008:24326956,24296162:24323874,24296699:24304078,24297005:24300319,24309292:24320882,24309365:24318811,24309393:24317992,24309546:24315745,24309621:24314000,24309646:24310316,24386159:24386395,24401568:24401708,24401648:24404047,24401673:24403676,24417543:24417965,24432927:24440809,24442997:24443189,24515025:2455450', 'assoc_mat': '23547113:ela:4207:23547756,23563500:ela:4207:23564177,23594057:ela:4207:23594384,23596515:ela:4207:23596942,23620728:ela:4207:23621203,23634445:ela:4207:23635279,23634456:ela:4207:23634873,23637428:ela:4207:23637982,23639798:ela:4207:23640770,23644224:ela:4207:23644543,23645868:ela:4207:23646356,23669196:ela:4207:23669738,23677325:ela:4207:23679044,23677329:ela:4207:23677933,23691317:ela:4207:23691573,23691320:ela:4207:23691359,23699595:ela:4207:23700284,23700571:ela:4207:23700765,23703105:ela:4207:23703486,23711025:ela:4207:23711356,23719470:ela:4207:23719768,23819131:ela:4207:23819602,23829120:ela:4207:23829577,23885063:ela:4207:23885279,23938680:ela:4207:23939707,23973593:ela:4207:23973841,23983491:ela:4207:23983734,24000698:ela:4207:24001233,24002901:ela:4207:24003336,24006430:ela:4207:24006704,24048596:ela:4207:24051170,24056338:ela:4207:24056526,24069768:ela:4207:24070102,24102022:ela:4207:24103082,24102035:ela:4207:24102792,24115409:ela:4207:24116321,24230136:ela:4207:24230221,24295912:ela:4207:2432714'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031602497027330796, 'nb_photo': 6, 'list_port_cont': '24179043,24524784,24533804,24535091', 'assoc_port': '23937818:24179043,24515818:24533804,24516706:24524784,24517198:24535091', 'assoc_mat': '23937818:ela:4461:24179043,24515818:ela:4461:24533804,24516706:ela:4461:24524784,24517198:ela:4461:24535091'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014963833351898093, 'nb_photo': 164, 'list_port_cont': '23543862,23568510,23572044,23585033,23607870,23609676,23630666,23636640,23645656,23645810,23646065,23654219,23684857,23689169,23693213,23694367,23701065,23703318,23708025,23820007,23855221,23926446,24019592,24021191,24027159,24137405,24138867,24144527,24178501,24192336,24205069,24223358,24264034,24279671,24328703,24329818,24331416,24334368,24342236,24389685,24403349,24403526,24403876,24404105,24404739,24420305,24427634,24427786,24429885,24439590,24446365,24446428,24449928,24513159,24516958,24520292,24520380,24522304,24522475,24525267,24526518,24527444,24527673,24528300,24528740,24529402,24530115,24532290,24533230,24534579,24535444,24536040,24537254,24538008,24539163,24540343,24542495,24544025,24544205,24544436,24545262,24545597,24545874,24547429,24548099,24548306,24549031,24550462,24553013,24554351,24554631,24554713,24555568,24556913,24559035,24559439,24569526,24571565,24572523,24573344,24573456,24574528,24577027', 'assoc_port': '23543496:23543862,23556266:23585033,23563498:23572044,23568013:23568510,23594055:23607870,23596511:23609676,23620720:23630666,23634444:23645656,23634448:23645810,23634454:23646065,23636438:23636640,23647432:23654219,23665039:23684857,23669200:23708025,23681698:23703318,23688370:23689169,23691319:23693213,23694294:23694367,23699597:23701065,23819105:23820007,23848754:23855221,23925728:23926446,23938039:24019592,23938638:24178501,24000707:24137405,24002905:24138867,24009623:24144527,24014637:24021191,24024473:24027159,24090695:24192336,24093992:24205069,24115393:24223358,24124280:24264034,24201811:24279671,24295973:24329818,24296044:24334368,24296045:24328703,24296099:24331416,24296256:24389685,24309316:24342236,24401660:24404105,24401663:24403876,24401712:24403526,24401804:24403349,24401852:24404739,24417538:24420305,24418337:24427634,24418448:24427786,24429599:24429885,24436640:24439590,24442953:24449928,24442992:24446365,24446323:24446428,24512221:24554713,24512329:24556913,24512401:24559035,24512438:2455943', 'assoc_mat': '23543496:ela:4200:23543862,23556266:ela:4200:23585033,23563498:ela:4200:23572044,23568013:ela:4200:23568510,23594055:ela:4200:23607870,23596511:ela:4200:23609676,23620720:ela:4200:23630666,23634444:ela:4200:23645656,23634448:ela:4200:23645810,23634454:ela:4200:23646065,23636438:ela:4200:23636640,23647432:ela:4200:23654219,23665039:ela:4200:23684857,23669200:ela:4200:23708025,23681698:ela:4200:23703318,23688370:ela:4200:23689169,23691319:ela:4200:23693213,23694294:ela:4200:23694367,23699597:ela:4200:23701065,23819105:ela:4200:23820007,23848754:ela:4200:23855221,23925728:ela:4200:23926446,23938039:ela:4200:24019592,23938638:ela:4200:24178501,24000707:ela:4200:24137405,24002905:ela:4200:24138867,24009623:ela:4200:24144527,24014637:ela:4200:24021191,24024473:ela:4200:24027159,24090695:ela:4200:24192336,24093992:ela:4200:24205069,24115393:ela:4200:24223358,24124280:ela:4200:24264034,24201811:ela:4200:24279671,24295973:ela:4200:24329818,24296044:ela:4200:24334368,24296045:ela:4200:24328703,24296099:ela:4200:2433141'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003659752150456944, 'nb_photo': 404, 'list_port_cont': '23572716,23630462,23634789,23640492,23646553,23651684,23666278,23674042,23682249,23683315,23691608,23851893,23903358,23967734,24204871,24297678,24297770,24298319,24298430,24298680,24299169,24301288,24310294,24311729,24312051,24367257,24429792,24430847,24436994,24443144,24513254,24513496,24517011,24517089,24517431,24517627,24517776,24517945,24518027,24518547,24518789,24519451,24519697,24519748,24520682,24521008,24521042,24521558,24521851,24522624,24522706,24522905,24523022,24523151,24523280,24524634,24524910,24525742,24525945,24525952,24526171,24526182,24526638,24526748,24527826,24527954,24528003,24528359,24528518,24528800,24529387,24530431,24530934,24531220,24531556,24531662,24531708,24532368,24532482,24532636,24532798,24532974,24533033,24533041,24534045,24534297,24534343,24535026,24535042,24535297,24535550,24535614,24536098,24536520,24536776,24537409,24537423,24537826,24538137,24538327,24538687,24538796,24539061,24539088,24539186,24539764,24540182,24541086,24541410,24541551,24541573,24541870,24542071,2454222', 'assoc_port': '23572471:23572716,23630253:23630462,23634450:23634789,23639809:23640492,23645864:23646553,23651477:23651684,23665041:23666278,23673393:23674042,23681697:23682249,23683047:23683315,23691316:23691608,23851645:23851893,23902199:23903358,23966882:23967734,24093962:24204871,24295880:24528359,24295922:24301288,24296384:24299169,24296752:24298680,24296813:24298319,24296983:24297678,24297088:24298430,24297123:24297770,24309317:24312051,24309395:24311729,24309644:24310294,24366878:24367257,24421764:24430847,24429600:24429792,24436619:24436994,24442988:24443144,24512292:24556304,24512298:24556688,24512394:24559577,24512403:24513254,24512444:24513496,24514854:24544258,24514855:24542557,24514860:24544411,24514966:24546914,24514987:24542224,24515045:24542071,24515055:24541870,24515059:24543283,24515064:24541551,24515072:24542840,24515107:24541573,24515214:24541410,24515246:24539764,24515251:24541086,24515271:24539186,24515301:24539061,24515310:24539088,24515407:24538687,24515412:24538327,24515414:24538796,24515422:2453740', 'assoc_mat': '23572471:ela:4209:23572716,23630253:ela:4209:23630462,23634450:ela:4209:23634789,23639809:ela:4209:23640492,23645864:ela:4209:23646553,23651477:ela:4209:23651684,23665041:ela:4209:23666278,23673393:ela:4209:23674042,23681697:ela:4209:23682249,23683047:ela:4209:23683315,23691316:ela:4209:23691608,23851645:ela:4209:23851893,23902199:ela:4209:23903358,23966882:ela:4209:23967734,24093962:ela:4209:24204871,24295880:ela:4209:24528359,24295922:ela:4209:24301288,24296384:ela:4209:24299169,24296752:ela:4209:24298680,24296813:ela:4209:24298319,24296983:ela:4209:24297678,24297088:ela:4209:24298430,24297123:ela:4209:24297770,24309317:ela:4209:24312051,24309395:ela:4209:24311729,24309644:ela:4209:24310294,24366878:ela:4209:24367257,24421764:ela:4209:24430847,24429600:ela:4209:24429792,24436619:ela:4209:24436994,24442988:ela:4209:24443144,24512292:ela:4209:24556304,24512298:ela:4209:24556688,24512394:ela:4209:24559577,24512403:ela:4209:24513254,24512444:ela:4209:24513496,24514854:ela:4209:24544258,24514855:ela:4209:2454255'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000960594982450425, 'nb_photo': 1468, 'list_port_cont': '23535097,23538740,23541557,23543974,23548207,23551893,23555596,23564447,23569996,23570271,23586066,23587107,23589856,23593030,23593378,23597262,23621515,23621874,23622230,23633785,23635079,23635212,23638285,23640779,23641949,23644728,23646929,23651945,23666387,23667102,23670233,23671400,23672718,23674181,23676760,23682401,23684590,23685562,23687480,23688858,23691716,23694410,23700481,23702938,23705070,23708002,23708793,23712603,23716405,23717617,23719918,23723514,23726443,23732274,23811499,23819852,23820614,23829933,23832163,23853889,23902871,23919615,23920792,23926127,23926132,24020624,24022621,24024661,24025230,24040464,24042583,24096537,24134678,24135466,24136114,24137263,24139476,24143623,24144877,24145246,24168456,24168731,24169605,24171853,24173648,24174482,24174983,24178299,24182677,24189600,24206125,24211181,24213923,24223427,24233253,24244150,24263101,24264075,24265040,24297753,24299110,24300084,24300796,24301326,24302137,24303273,24307761,24308457,24308797,24309837,24311264,24314473,24316946,2431754', 'assoc_port': '23534654:23535097,23537920:23538740,23540436:23541557,23543517:23543974,23547110:23548207,23550747:23551893,23555036:23555596,23563503:23564447,23569424:23570271,23569432:23569996,23585185:23586066,23586473:23587107,23589266:23589856,23592543:23593378,23592547:23593030,23596517:23597262,23620718:23622230,23620722:23621874,23620756:23621515,23632820:23633785,23634446:23635212,23634457:23635079,23637427:23638285,23639808:23640779,23641366:23641949,23644225:23644728,23645862:23646929,23651476:23651945,23663153:23667102,23665045:23666387,23669198:23670233,23670888:23671400,23671695:23672718,23673440:23674181,23676097:23676760,23681716:23685562,23681727:23682401,23683964:23684590,23687040:23687480,23688376:23688858,23691318:23691716,23694292:23694410,23699593:23700481,23702410:23702938,23704456:23705070,23707619:23708002,23708553:23708793,23712026:23712603,23715744:23717617,23715751:23716405,23719475:23719918,23722757:23723514,23725935:23726443,23731806:23732274,23811030:23811499,23819146:23820614,23819188:2381985', 'assoc_mat': '23534654:ela:4211:23535097,23537920:ela:4211:23538740,23540436:ela:4211:23541557,23543517:ela:4211:23543974,23547110:ela:4211:23548207,23550747:ela:4211:23551893,23555036:ela:4211:23555596,23563503:ela:4211:23564447,23569424:ela:4211:23570271,23569432:ela:4211:23569996,23585185:ela:4211:23586066,23586473:ela:4211:23587107,23589266:ela:4211:23589856,23592543:ela:4211:23593378,23592547:ela:4211:23593030,23596517:ela:4211:23597262,23620718:ela:4211:23622230,23620722:ela:4211:23621874,23620756:ela:4211:23621515,23632820:ela:4211:23633785,23634446:ela:4211:23635212,23634457:ela:4211:23635079,23637427:ela:4211:23638285,23639808:ela:4211:23640779,23641366:ela:4211:23641949,23644225:ela:4211:23644728,23645862:ela:4211:23646929,23651476:ela:4211:23651945,23663153:ela:4211:23667102,23665045:ela:4211:23666387,23669198:ela:4211:23670233,23670888:ela:4211:23671400,23671695:ela:4211:23672718,23673440:ela:4211:23674181,23676097:ela:4211:23676760,23681716:ela:4211:23685562,23681727:ela:4211:23682401,23683964:ela:4211:2368459'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011434581796959466, 'nb_photo': 51, 'list_port_cont': '23645683,23648759,23680582,23687728,23718774,23740172,23743565,23747110,23922688,24021485,24026317,24095601,24203381,24261416,24327892,24334014,24342312,24392045,24404342,24555885,24555917,24555979,24556242,24556313,24556990,24557036', 'assoc_port': '23632822:23645683,23639778:23648759,23663163:23680582,23677331:23740172,23687054:23687728,23697328:23718774,23712024:23747110,23731805:23743565,23922279:23922688,23938595:24021485,23973585:24095601,24024481:24026317,24092888:24203381,24209101:24261416,24295858:24327892,24296274:24334014,24309312:24342312,24386152:24392045,24401551:24404342,24514951:24556990,24515066:24557036,24515721:24556242,24515958:24556313,24516609:24555917,24516769:24555885,24517097:24555979', 'assoc_mat': '23632822:etiquette:4203:23645683,23639778:etiquette:4203:23648759,23663163:etiquette:4203:23680582,23677331:etiquette:4203:23740172,23687054:etiquette:4203:23687728,23697328:etiquette:4203:23718774,23712024:etiquette:4203:23747110,23731805:etiquette:4203:23743565,23922279:etiquette:4203:23922688,23938595:etiquette:4203:24021485,23973585:etiquette:4203:24095601,24024481:etiquette:4203:24026317,24092888:etiquette:4203:24203381,24209101:etiquette:4203:24261416,24295858:etiquette:4203:24327892,24296274:etiquette:4203:24334014,24309312:etiquette:4203:24342312,24386152:etiquette:4203:24392045,24401551:etiquette:4203:24404342,24514951:etiquette:4203:24556990,24515066:etiquette:4203:24557036,24515721:etiquette:4203:24556242,24515958:etiquette:4203:24556313,24516609:etiquette:4203:24555917,24516769:etiquette:4203:24555885,24517097:etiquette:4203:24555979'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00010042925324237485, 'nb_photo': 8, 'list_port_cont': '23589789,23644555,23679939,23691362,23700285,23808141,24533991,24537568', 'assoc_port': '23589275:23589789,23644224:23644555,23663158:23679939,23691320:23691362,23699595:23700285,23807828:23808141,24515877:24537568,24516135:24533991', 'assoc_mat': '23589275:etiquette:4207:23589789,23644224:etiquette:4207:23644555,23663158:etiquette:4207:23679939,23691320:etiquette:4207:23691362,23699595:etiquette:4207:23700285,23807828:etiquette:4207:23808141,24515877:etiquette:4207:24537568,24516135:etiquette:4207:24533991'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 4.161855196710789e-05, 'nb_photo': 1, 'list_port_cont': '24518859', 'assoc_port': '24517240:24518859', 'assoc_mat': '24517240:etiquette:4461:24518859'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015194211386292822, 'nb_photo': 3, 'list_port_cont': '23556480,24035642,24572733', 'assoc_port': '23556285:23556480,24024255:24035642,24568835:24572733', 'assoc_mat': '23556285:etiquette:4200:23556480,24024255:etiquette:4200:24035642,24568835:etiquette:4200:24572733'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00042145814449526925, 'nb_photo': 35, 'list_port_cont': '23646549,23666281,23682236,24429791,24513259,24513494,24517088,24517428,24520681,24521048,24521562,24521835,24525750,24526743,24527825,24528511,24529238,24532649,24532793,24532982,24533029,24534296,24535551,24538329,24539757,24541091,24541570,24543293', 'assoc_port': '23645864:23646549,23665041:23666281,23681697:23682236,24429600:24429791,24512403:24513259,24512444:24513494,24515059:24543293,24515107:24541570,24515246:24539757,24515251:24541091,24515412:24538329,24515617:24517088,24515724:24532793,24515775:24532649,24515778:24534296,24515878:24535551,24515905:24532982,24515985:24517428,24516205:24529238,24516231:24528511,24516337:24527825,24516373:24525750,24516636:24526743,24516738:24521835,24516861:24521048,24517062:24521562,24517162:24520681,24517396:24533029', 'assoc_mat': '23645864:etiquette:4209:23646549,23665041:etiquette:4209:23666281,23681697:etiquette:4209:23682236,24429600:etiquette:4209:24429791,24512403:etiquette:4209:24513259,24512444:etiquette:4209:24513494,24515059:etiquette:4209:24543293,24515107:etiquette:4209:24541570,24515246:etiquette:4209:24539757,24515251:etiquette:4209:24541091,24515412:etiquette:4209:24538329,24515617:etiquette:4209:24517088,24515724:etiquette:4209:24532793,24515775:etiquette:4209:24532649,24515778:etiquette:4209:24534296,24515878:etiquette:4209:24535551,24515905:etiquette:4209:24532982,24515985:etiquette:4209:24517428,24516205:etiquette:4209:24529238,24516231:etiquette:4209:24528511,24516337:etiquette:4209:24527825,24516373:etiquette:4209:24525750,24516636:etiquette:4209:24526743,24516738:etiquette:4209:24521835,24516861:etiquette:4209:24521048,24517062:etiquette:4209:24521562,24517162:etiquette:4209:24520681,24517396:etiquette:4209:24533029'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 3.4321489914584255e-05, 'nb_photo': 48, 'list_port_cont': '23548204,23560674,23621511,23638295,23666386,23667096,23672720,23676748,23712609,23716412,23717632,23926131,24022612,24025234,24096546,24139481,24144875,24182664,24189608,24213926,24233268,24265042,24302122,24402846,24517974,24518673,24518842,24519473,24519513,24521087,24521517,24524321,24526125,24526313,24527349,24532130,24534088,24551308,24551923,24571860,24572479', 'assoc_port': '23547110:23548204,23560093:23560674,23620756:23621511,23637427:23638295,23663153:23667096,23665045:23666386,23671695:23672720,23676097:23676748,23712026:23712609,23715744:23717632,23715751:23716412,23925745:23926131,23973602:24096546,24002899:24233268,24002909:24139481,24009606:24144875,24014054:24022612,24024486:24025234,24075814:24182664,24088250:24189608,24101984:24213926,24230134:24265042,24296358:24302122,24401844:24402846,24512217:24551923,24512397:24551308,24515550:24532130,24515648:24534088,24515884:24517974,24516261:24518673,24516307:24527349,24516394:24526313,24516650:24526125,24516672:24524321,24516687:24521087,24517046:24521517,24517196:24519513,24517217:24519473,24517383:24518842,24568732:24572479,24568842:24571860', 'assoc_mat': '23547110:etiquette:4211:23548204,23560093:etiquette:4211:23560674,23620756:etiquette:4211:23621511,23637427:etiquette:4211:23638295,23663153:etiquette:4211:23667096,23665045:etiquette:4211:23666386,23671695:etiquette:4211:23672720,23676097:etiquette:4211:23676748,23712026:etiquette:4211:23712609,23715744:etiquette:4211:23717632,23715751:etiquette:4211:23716412,23925745:etiquette:4211:23926131,23973602:etiquette:4211:24096546,24002899:etiquette:4211:24233268,24002909:etiquette:4211:24139481,24009606:etiquette:4211:24144875,24014054:etiquette:4211:24022612,24024486:etiquette:4211:24025234,24075814:etiquette:4211:24182664,24088250:etiquette:4211:24189608,24101984:etiquette:4211:24213926,24230134:etiquette:4211:24265042,24296358:etiquette:4211:24302122,24401844:etiquette:4211:24402846,24512217:etiquette:4211:24551923,24512397:etiquette:4211:24551308,24515550:etiquette:4211:24532130,24515648:etiquette:4211:24534088,24515884:etiquette:4211:24517974,24516261:etiquette:4211:24518673,24516307:etiquette:4211:24527349,2'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02590571296109151, 'nb_photo': 892, 'list_port_cont': '23560221,23568671,23585425,23630507,23631694,23647067,23680068,23684219,23684764,23688816,23700919,23739598,23808060,23822450,23903157,24020648,24020830,24021680,24022457,24098376,24141469,24143091,24167578,24188757,24220692,24242935,24243061,24261474,24264055,24327793,24332277,24332339,24335822,24342222,24343852,24343919,24382371,24403737,24404217,24404815,24420754,24427907,24439451,24555633,24555715,24555768,24555801,24555827,24556014,24556758', 'assoc_port': '23530935:23568671,23543498:23585425,23560100:23560221,23620719:23630507,23620751:23631694,23636434:23647067,23663161:23680068,23665043:23684764,23683962:23684219,23688371:23688816,23700572:23700919,23721651:23739598,23807832:23808060,23822266:23822450,23851582:23903157,23938066:24020648,23938155:24020830,23939169:24022457,23974631:24098376,24006427:24141469,24008312:24143091,24014596:24021680,24048632:24167578,24088260:24188757,24092863:24261474,24115357:24220692,24198474:24242935,24198481:24243061,24225484:24264055,24295884:24327793,24296105:24335822,24296252:24332277,24296267:24332339,24309364:24342222,24309591:24343919,24309592:24343852,24361826:24382371,24401556:24404217,24401675:24403737,24401768:24404815,24418452:24427907,24420644:24420754,24439170:24439451,24514886:24556758,24515423:24556014,24515821:24555827,24515973:24555801,24516395:24555715,24516656:24555768,24516701:24555633', 'assoc_mat': '23530935:film_plastique:4205:23568671,23543498:film_plastique:4205:23585425,23560100:film_plastique:4205:23560221,23620719:film_plastique:4205:23630507,23620751:film_plastique:4205:23631694,23636434:film_plastique:4205:23647067,23663161:film_plastique:4205:23680068,23665043:film_plastique:4205:23684764,23683962:film_plastique:4205:23684219,23688371:film_plastique:4205:23688816,23700572:film_plastique:4205:23700919,23721651:film_plastique:4205:23739598,23807832:film_plastique:4205:23808060,23822266:film_plastique:4205:23822450,23851582:film_plastique:4205:23903157,23938066:film_plastique:4205:24020648,23938155:film_plastique:4205:24020830,23939169:film_plastique:4205:24022457,23974631:film_plastique:4205:24098376,24006427:film_plastique:4205:24141469,24008312:film_plastique:4205:24143091,24014596:film_plastique:4205:24021680,24048632:film_plastique:4205:24167578,24088260:film_plastique:4205:24188757,24092863:film_plastique:4205:24261474,24115357:film_plastique:4205:24220692,24198474:film_plastique:4205:2424293'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012954842839741494, 'nb_photo': 1721, 'list_port_cont': '23645687,23648754,23649818,23680577,23687736,23718765,23739923,23740158,23743556,23747111,23922698,24021482,24026321,24095616,24132394,24140837,24177810,24203389,24224237,24261424,24264321,24283116,24327878,24329547,24334019,24340568,24342321,24348358,24379700,24379820,24392040,24403309,24404329,24428097,24430018,24430466,24446154,24449378,24555860,24555889,24555909,24555981,24556127,24556243,24556308,24556337,24556642,24556992,24557044,24557147,24558925', 'assoc_port': '23632822:23645687,23639778:23648754,23639779:23649818,23663163:23680577,23677331:23740158,23687054:23687736,23697328:23718765,23712024:23747111,23721649:23739923,23731805:23743556,23922279:23922698,23937766:24177810,23938595:24021482,23973585:24095616,23996438:24132394,24006419:24140837,24024481:24026321,24092888:24203389,24115402:24224237,24124274:24264321,24209101:24261424,24230137:24283116,24295858:24327878,24295907:24329547,24296274:24334019,24297010:24340568,24309312:24342321,24309636:24348358,24370833:24379820,24370835:24379700,24386152:24392040,24401551:24404329,24401819:24403309,24418471:24428097,24420638:24430466,24420640:24430018,24436616:24449378,24445181:24446154,24512378:24558925,24514943:24557147,24514951:24556992,24515066:24557044,24515127:24556642,24515304:24556337,24515721:24556243,24515958:24556308,24516387:24556127,24516609:24555909,24516769:24555889,24516868:24555860,24517097:24555981', 'assoc_mat': '23632822:film_plastique:4203:23645687,23639778:film_plastique:4203:23648754,23639779:film_plastique:4203:23649818,23663163:film_plastique:4203:23680577,23677331:film_plastique:4203:23740158,23687054:film_plastique:4203:23687736,23697328:film_plastique:4203:23718765,23712024:film_plastique:4203:23747111,23721649:film_plastique:4203:23739923,23731805:film_plastique:4203:23743556,23922279:film_plastique:4203:23922698,23937766:film_plastique:4203:24177810,23938595:film_plastique:4203:24021482,23973585:film_plastique:4203:24095616,23996438:film_plastique:4203:24132394,24006419:film_plastique:4203:24140837,24024481:film_plastique:4203:24026321,24092888:film_plastique:4203:24203389,24115402:film_plastique:4203:24224237,24124274:film_plastique:4203:24264321,24209101:film_plastique:4203:24261424,24230137:film_plastique:4203:24283116,24295858:film_plastique:4203:24327878,24295907:film_plastique:4203:24329547,24296274:film_plastique:4203:24334019,24297010:film_plastique:4203:24340568,24309312:film_plastique:4203:2434232'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032149649160550515, 'nb_photo': 2181, 'list_port_cont': '23543015,23547759,23552379,23564169,23589786,23594382,23596957,23621198,23630357,23633062,23634867,23635284,23636303,23636821,23637993,23638479,23639944,23640773,23644544,23646368,23647228,23669741,23672290,23676528,23677927,23679043,23679231,23679942,23682163,23683290,23683542,23684097,23684334,23687266,23687647,23688697,23688986,23691357,23691571,23694362,23700279,23700760,23703482,23709360,23711201,23711352,23712449,23719770,23720382,23726128,23726621,23808130,23811263,23819313,23819601,23822433,23829581,23831693,23832749,23851771,23885272,23902710,23919505,23919572,23921790,23939708,23973835,23974428,23983530,23983742,23985650,24000861,24001232,24003200,24003335,24006705,24006961,24010003,24011521,24012616,24014773,24015225,24019907,24021152,24024457,24049455,24050440,24051160,24053658,24056524,24060693,24065861,24070099,24077212,24091035,24102795,24103081,24103205,24115784,24115979,24116324,24116451,24117207,24117691,24117912,24118313,24218668,24223034,24225741,24230227,24230720,24298593,24299245,2430032', 'assoc_port': '23542724:23543015,23547113:23547759,23550738:23552379,23563500:23564169,23589275:23589786,23594057:23594382,23596515:23596957,23620728:23621198,23630254:23630357,23632819:23636303,23632837:23633062,23634445:23635284,23634456:23634867,23636432:23636821,23637425:23638479,23637428:23637993,23639798:23640773,23639810:23639944,23644224:23644544,23645860:23647228,23645868:23646368,23663158:23679942,23669196:23669741,23671675:23672290,23676095:23676528,23677324:23679231,23677325:23679043,23677329:23677927,23681696:23684097,23681718:23683542,23681729:23682163,23683044:23683290,23683967:23684334,23687037:23687647,23687069:23687266,23688369:23688986,23688374:23688697,23691317:23691571,23691320:23691357,23694293:23694362,23699595:23700279,23700571:23700760,23703105:23703482,23709130:23709360,23710993:23711201,23711025:23711352,23712077:23712449,23719466:23720382,23719470:23719770,23725933:23726621,23725945:23726128,23807828:23808130,23811031:23811263,23819131:23819601,23819182:23819313,23822267:23822433,23829120:2382958', 'assoc_mat': '23542724:film_plastique:4207:23543015,23547113:film_plastique:4207:23547759,23550738:film_plastique:4207:23552379,23563500:film_plastique:4207:23564169,23589275:film_plastique:4207:23589786,23594057:film_plastique:4207:23594382,23596515:film_plastique:4207:23596957,23620728:film_plastique:4207:23621198,23630254:film_plastique:4207:23630357,23632819:film_plastique:4207:23636303,23632837:film_plastique:4207:23633062,23634445:film_plastique:4207:23635284,23634456:film_plastique:4207:23634867,23636432:film_plastique:4207:23636821,23637425:film_plastique:4207:23638479,23637428:film_plastique:4207:23637993,23639798:film_plastique:4207:23640773,23639810:film_plastique:4207:23639944,23644224:film_plastique:4207:23644544,23645860:film_plastique:4207:23647228,23645868:film_plastique:4207:23646368,23663158:film_plastique:4207:23679942,23669196:film_plastique:4207:23669741,23671675:film_plastique:4207:23672290,23676095:film_plastique:4207:23676528,23677324:film_plastique:4207:23679231,23677325:film_plastique:4207:2367904'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7219543286884743, 'nb_photo': 4823, 'list_port_cont': '23541417,23551450,23551654,23569545,23586899,23597187,23630471,23633308,23634753,23643712,23643823,23647829,23647934,23664556,23669764,23673966,23678150,23682062,23682635,23683357,23688880,23688949,23704591,23709523,23718726,24137481,24171277,24179045,24191379,24210900,24264983,24297623,24297806,24298139,24298573,24298736,24298774,24310919,24311842,24312145,24367372,24402143,24402894,24416683,24419305,24427847,24433525,24437113,24443354,24443558,24513312,24513640,24516494,24516887,24517357,24517682,24518686,24518850,24519129,24519348,24519556,24520649,24520785,24520953,24521106,24522191,24522662,24523046,24523166,24523523,24524351,24524778,24524990,24525825,24526078,24526242,24526381,24527201,24527697,24527884,24528457,24529321,24529577,24529946,24530631,24530871,24531161,24531379,24532264,24532569,24532859,24533273,24533444,24533806,24534189,24534528,24534875,24535104,24536217,24536423,24536555,24536724,24537292,24537325,24537971,24538271,24538577,24538741,24539018,24539121,24539279,24541787,24542256,2454265', 'assoc_port': '23540429:23541417,23550740:23551654,23550742:23551450,23569434:23569545,23586475:23586899,23596513:23597187,23630268:23630471,23632836:23633308,23634459:23634753,23643443:23643712,23643448:23643823,23647431:23647829,23647433:23647934,23663166:23664556,23669193:23669764,23673410:23673966,23677361:23678150,23681720:23682635,23681722:23682062,23683046:23683357,23688368:23688949,23688377:23688880,23704453:23704591,23709132:23709523,23718195:23718726,23937818:24179045,24000702:24137481,24048746:24171277,24089061:24191379,24099488:24210900,24230133:24264983,24296695:24298774,24296807:24298736,24296844:24298573,24296996:24298139,24297086:24297806,24297119:24297623,24309459:24312145,24309547:24311842,24309624:24310919,24366863:24367372,24401572:24402143,24401764:24402894,24415989:24416683,24418578:24419305,24427717:24427847,24432893:24433525,24436618:24437113,24442952:24443558,24442996:24443354,24512203:24554655,24512286:24556143,24512297:24565785,24512341:24557863,24512405:24559219,24512459:24513640,24512530:2451331', 'assoc_mat': '23540429:film_plastique:4461:23541417,23550740:film_plastique:4461:23551654,23550742:film_plastique:4461:23551450,23569434:film_plastique:4461:23569545,23586475:film_plastique:4461:23586899,23596513:film_plastique:4461:23597187,23630268:film_plastique:4461:23630471,23632836:film_plastique:4461:23633308,23634459:film_plastique:4461:23634753,23643443:film_plastique:4461:23643712,23643448:film_plastique:4461:23643823,23647431:film_plastique:4461:23647829,23647433:film_plastique:4461:23647934,23663166:film_plastique:4461:23664556,23669193:film_plastique:4461:23669764,23673410:film_plastique:4461:23673966,23677361:film_plastique:4461:23678150,23681720:film_plastique:4461:23682635,23681722:film_plastique:4461:23682062,23683046:film_plastique:4461:23683357,23688368:film_plastique:4461:23688949,23688377:film_plastique:4461:23688880,23704453:film_plastique:4461:23704591,23709132:film_plastique:4461:23709523,23718195:film_plastique:4461:23718726,23937818:film_plastique:4461:24179045,24000702:film_plastique:4461:2413748'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025209452215521448, 'nb_photo': 5522, 'list_port_cont': '23543876,23556493,23568409,23568513,23569006,23572047,23573383,23575049,23581461,23584445,23585022,23607867,23609573,23609685,23612636,23630668,23631420,23636633,23645648,23645805,23646054,23649907,23651836,23652223,23653785,23654215,23662703,23679621,23681987,23684864,23687935,23689159,23689220,23693219,23694376,23701048,23703322,23708024,23708162,23718026,23720902,23727985,23732793,23740357,23820012,23842230,23855222,23903329,23920072,23926436,24000714,24019586,24021200,24024863,24026092,24027163,24035641,24086304,24132343,24137419,24138868,24144529,24145139,24166559,24167907,24168727,24172495,24177904,24178499,24179551,24182210,24192341,24205061,24223371,24231642,24263588,24264026,24279668,24328044,24328511,24328696,24329812,24330896,24331427,24334375,24336013,24339570,24340186,24340320,24340576,24340652,24342235,24344561,24348461,24379622,24380985,24382394,24389689,24389720,24392087,24403333,24403345,24403520,24403857,24403873,24404113,24404740,24420300,24427619,24427780,24428249,24429882,24431137,2443958', 'assoc_port': '23530936:23569006,23534655:23584445,23537917:23573383,23543496:23543876,23547108:23575049,23556266:23585022,23556285:23556493,23560096:23581461,23563498:23572047,23568013:23568513,23568015:23568409,23589264:23612636,23594055:23607867,23596509:23609573,23596511:23609685,23620720:23630668,23620726:23631420,23634444:23645648,23634448:23645805,23634454:23646054,23636438:23636633,23639806:23649907,23643445:23651836,23643450:23652223,23644227:23662703,23645866:23653785,23647432:23654215,23665039:23684864,23669200:23708024,23676096:23679621,23681698:23703322,23681723:23732793,23681731:23681987,23683993:23708162,23687038:23687935,23688370:23689159,23688373:23689220,23691319:23693219,23694294:23694376,23697324:23718026,23699597:23701048,23702416:23720902,23704454:23727985,23722784:23740357,23819105:23820012,23829119:23842230,23848754:23855222,23902364:23903329,23919348:23920072,23925728:23926436,23936972:24000714,23937813:24177904,23938039:24019586,23938638:24178499,23958509:24086304,23996440:24132343,24000707:2413741', 'assoc_mat': '23530936:film_plastique:4200:23569006,23534655:film_plastique:4200:23584445,23537917:film_plastique:4200:23573383,23543496:film_plastique:4200:23543876,23547108:film_plastique:4200:23575049,23556266:film_plastique:4200:23585022,23556285:film_plastique:4200:23556493,23560096:film_plastique:4200:23581461,23563498:film_plastique:4200:23572047,23568013:film_plastique:4200:23568513,23568015:film_plastique:4200:23568409,23589264:film_plastique:4200:23612636,23594055:film_plastique:4200:23607867,23596509:film_plastique:4200:23609573,23596511:film_plastique:4200:23609685,23620720:film_plastique:4200:23630668,23620726:film_plastique:4200:23631420,23634444:film_plastique:4200:23645648,23634448:film_plastique:4200:23645805,23634454:film_plastique:4200:23646054,23636438:film_plastique:4200:23636633,23639806:film_plastique:4200:23649907,23643445:film_plastique:4200:23651836,23643450:film_plastique:4200:23652223,23644227:film_plastique:4200:23662703,23645866:film_plastique:4200:23653785,23647432:film_plastique:4200:2365421'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011049413546483417, 'nb_photo': 805, 'list_port_cont': '23572720,23630464,23634794,23640490,23646558,23651697,23666269,23674047,23682237,23683320,23691602,23851889,23903351,23925933,23967740,24204867,24297679,24297771,24298306,24298432,24298684,24299181,24301280,24310302,24311725,24312056,24367265,24402683,24416630,24429804,24430846,24439842,24443142,24513273,24513501,24516280,24516993,24517083,24517106,24517423,24517633,24517784,24517930,24518025,24518552,24518796,24519325,24519442,24519687,24519699,24519743,24520265,24520490,24520683,24520732,24521011,24521041,24521567,24521847,24522634,24522701,24522909,24523152,24523281,24523722,24523909,24524639,24524908,24525033,24525551,24525740,24525938,24525957,24526168,24526184,24526641,24526745,24526915,24527824,24527948,24527990,24528062,24528371,24528513,24529234,24529386,24529536,24530267,24530437,24530921,24531000,24531224,24531562,24531663,24531716,24532146,24532360,24532483,24532638,24532790,24532980,24533032,24533043,24533136,24534046,24534298,24534482,24534782,24534996,24535021,24535041,24535308,24535552,2453561', 'assoc_port': '23572471:23572720,23630253:23630464,23634450:23634794,23639809:23640490,23645864:23646558,23651477:23651697,23665041:23666269,23673393:23674047,23681697:23682237,23683047:23683320,23691316:23691602,23851645:23851889,23902199:23903351,23925763:23925933,23966882:23967740,24093962:24204867,24295880:24528371,24295922:24301280,24296180:24520490,24296384:24299181,24296752:24298684,24296813:24298306,24296983:24297679,24297088:24298432,24297123:24297771,24309317:24312056,24309395:24311725,24309644:24310302,24366878:24367265,24401854:24402683,24415973:24416630,24421764:24430846,24429600:24429804,24439758:24439842,24442988:24443142,24512224:24555003,24512292:24556290,24512298:24556685,24512385:24559143,24512394:24559587,24512403:24513273,24512444:24513501,24514854:24544244,24514855:24542549,24514864:24542434,24514966:24546908,24514987:24542228,24515045:24542077,24515055:24541872,24515059:24543286,24515064:24541564,24515072:24542828,24515104:24541358,24515107:24541577,24515129:24542329,24515214:24541412,24515218:2454040', 'assoc_mat': '23572471:film_plastique:4209:23572720,23630253:film_plastique:4209:23630464,23634450:film_plastique:4209:23634794,23639809:film_plastique:4209:23640490,23645864:film_plastique:4209:23646558,23651477:film_plastique:4209:23651697,23665041:film_plastique:4209:23666269,23673393:film_plastique:4209:23674047,23681697:film_plastique:4209:23682237,23683047:film_plastique:4209:23683320,23691316:film_plastique:4209:23691602,23851645:film_plastique:4209:23851889,23902199:film_plastique:4209:23903351,23925763:film_plastique:4209:23925933,23966882:film_plastique:4209:23967740,24093962:film_plastique:4209:24204867,24295880:film_plastique:4209:24528371,24295922:film_plastique:4209:24301280,24296180:film_plastique:4209:24520490,24296384:film_plastique:4209:24299181,24296752:film_plastique:4209:24298684,24296813:film_plastique:4209:24298306,24296983:film_plastique:4209:24297679,24297088:film_plastique:4209:24298432,24297123:film_plastique:4209:24297771,24309317:film_plastique:4209:24312056,24309395:film_plastique:4209:2431172'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005337992122012653, 'nb_photo': 16132, 'list_port_cont': '23535091,23538739,23541542,23543975,23548202,23551903,23555594,23560658,23564451,23570002,23570278,23586065,23587113,23589853,23593007,23593355,23597275,23621520,23621867,23622236,23633790,23635074,23635211,23638294,23640796,23641942,23644721,23646919,23651942,23666391,23667098,23670236,23671404,23672730,23674178,23676757,23682396,23684595,23685558,23687472,23688862,23691725,23694417,23700474,23702948,23705069,23708006,23708785,23712600,23716400,23717636,23719914,23723516,23726437,23732272,23811484,23819864,23820621,23829923,23832156,23853886,23902874,23919605,23920799,23926126,23926139,24020615,24022616,24024675,24025231,24040463,24042574,24096549,24134699,24135463,24136102,24137265,24139469,24143634,24144872,24145252,24168463,24168733,24169599,24171848,24173652,24174475,24175001,24178281,24182667,24189604,24206118,24211188,24213916,24223416,24233261,24244136,24263103,24264073,24265046,24297746,24299113,24300096,24300793,24301327,24302138,24303281,24307779,24308461,24308805,24309827,24311261,24314475,2431694', 'assoc_port': '23534654:23535091,23537920:23538739,23540436:23541542,23543517:23543975,23547110:23548202,23550747:23551903,23555036:23555594,23560093:23560658,23563503:23564451,23569424:23570278,23569432:23570002,23585185:23586065,23586473:23587113,23589266:23589853,23592543:23593355,23592547:23593007,23596517:23597275,23620718:23622236,23620722:23621867,23620756:23621520,23632820:23633790,23634446:23635211,23634457:23635074,23637427:23638294,23639808:23640796,23641366:23641942,23644225:23644721,23645862:23646919,23651476:23651942,23663153:23667098,23665045:23666391,23669198:23670236,23670888:23671404,23671695:23672730,23673440:23674178,23676097:23676757,23681716:23685558,23681727:23682396,23683964:23684595,23687040:23687472,23688376:23688862,23691318:23691725,23694292:23694417,23699593:23700474,23702410:23702948,23704456:23705069,23707619:23708006,23708553:23708785,23712026:23712600,23715744:23717636,23715751:23716400,23719475:23719914,23722757:23723516,23725935:23726437,23731806:23732272,23811030:23811484,23819146:2382062', 'assoc_mat': '23534654:film_plastique:4211:23535091,23537920:film_plastique:4211:23538739,23540436:film_plastique:4211:23541542,23543517:film_plastique:4211:23543975,23547110:film_plastique:4211:23548202,23550747:film_plastique:4211:23551903,23555036:film_plastique:4211:23555594,23560093:film_plastique:4211:23560658,23563503:film_plastique:4211:23564451,23569424:film_plastique:4211:23570278,23569432:film_plastique:4211:23570002,23585185:film_plastique:4211:23586065,23586473:film_plastique:4211:23587113,23589266:film_plastique:4211:23589853,23592543:film_plastique:4211:23593355,23592547:film_plastique:4211:23593007,23596517:film_plastique:4211:23597275,23620718:film_plastique:4211:23622236,23620722:film_plastique:4211:23621867,23620756:film_plastique:4211:23621520,23632820:film_plastique:4211:23633790,23634446:film_plastique:4211:23635211,23634457:film_plastique:4211:23635074,23637427:film_plastique:4211:23638294,23639808:film_plastique:4211:23640796,23641366:film_plastique:4211:23641942,23644225:film_plastique:4211:2364472'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015508997970560849, 'nb_photo': 13, 'list_port_cont': '23687135,23702061,24515487,24531582,24537693,24554866,24555291,24573475', 'assoc_port': '23663154:23702061,23687068:23687135,24512270:24555291,24515132:24515487,24515420:24554866,24516689:24531582,24516719:24537693,24568475:24573475', 'assoc_mat': '23663154:kraft:3726:23702061,23687068:kraft:3726:23687135,24512270:kraft:3726:24555291,24515132:kraft:3726:24515487,24515420:kraft:3726:24554866,24516689:kraft:3726:24531582,24516719:kraft:3726:24537693,24568475:kraft:3726:24573475'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9260453186283688, 'nb_photo': 73, 'list_port_cont': '23568683,23630511,23631701,23647075,23680080,23684206,23688813,23739599,23808050,23822461,24020825,24021675,24143100,24220701,24261471,24264052,24327807,24332285,24332340,24335809,24342224,24343863,24343916,24382383,24403732,24404223,24420749,24427912,24439446,24555628,24555716,24555767,24555795,24555829,24556012,24556764', 'assoc_port': '23530935:23568683,23620719:23630511,23620751:23631701,23636434:23647075,23663161:23680080,23683962:23684206,23688371:23688813,23721651:23739599,23807832:23808050,23822266:23822461,23938155:24020825,24008312:24143100,24014596:24021675,24092863:24261471,24115357:24220701,24225484:24264052,24295884:24327807,24296105:24335809,24296252:24332285,24296267:24332340,24309364:24342224,24309591:24343916,24309592:24343863,24361826:24382383,24401556:24404223,24401675:24403732,24418452:24427912,24420644:24420749,24439170:24439446,24514886:24556764,24515423:24556012,24515821:24555829,24515973:24555795,24516395:24555716,24516656:24555767,24516701:24555628', 'assoc_mat': '23530935:metal:4205:23568683,23620719:metal:4205:23630511,23620751:metal:4205:23631701,23636434:metal:4205:23647075,23663161:metal:4205:23680080,23683962:metal:4205:23684206,23688371:metal:4205:23688813,23721651:metal:4205:23739599,23807832:metal:4205:23808050,23822266:metal:4205:23822461,23938155:metal:4205:24020825,24008312:metal:4205:24143100,24014596:metal:4205:24021675,24092863:metal:4205:24261471,24115357:metal:4205:24220701,24225484:metal:4205:24264052,24295884:metal:4205:24327807,24296105:metal:4205:24335809,24296252:metal:4205:24332285,24296267:metal:4205:24332340,24309364:metal:4205:24342224,24309591:metal:4205:24343916,24309592:metal:4205:24343863,24361826:metal:4205:24382383,24401556:metal:4205:24404223,24401675:metal:4205:24403732,24418452:metal:4205:24427912,24420644:metal:4205:24420749,24439170:metal:4205:24439446,24514886:metal:4205:24556764,24515423:metal:4205:24556012,24515821:metal:4205:24555829,24515973:metal:4205:24555795,24516395:metal:4205:24555716,24516656:metal:4205:24555767,24516701:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010803743202509312, 'nb_photo': 1001, 'list_port_cont': '23645677,23648753,23649815,23680578,23687729,23718764,23739927,23740166,23743560,23747113,23922690,24021484,24026319,24095607,24132395,24140840,24177795,24203375,24224242,24261412,24264326,24283117,24327887,24329544,24334016,24340563,24342313,24348360,24379710,24379823,24392043,24403305,24404337,24428091,24430015,24430478,24446160,24449387,24555856,24555890,24555912,24555984,24556133,24556244,24556316,24556324,24556640,24556977,24557039,24557158,24558938', 'assoc_port': '23632822:23645677,23639778:23648753,23639779:23649815,23663163:23680578,23677331:23740166,23687054:23687729,23697328:23718764,23712024:23747113,23721649:23739927,23731805:23743560,23922279:23922690,23937766:24177795,23938595:24021484,23973585:24095607,23996438:24132395,24006419:24140840,24024481:24026319,24092888:24203375,24115402:24224242,24124274:24264326,24209101:24261412,24230137:24283117,24295858:24327887,24295907:24329544,24296274:24334016,24297010:24340563,24309312:24342313,24309636:24348360,24370833:24379823,24370835:24379710,24386152:24392043,24401551:24404337,24401819:24403305,24418471:24428091,24420638:24430478,24420640:24430015,24436616:24449387,24445181:24446160,24512378:24558938,24514943:24557158,24514951:24556977,24515066:24557039,24515127:24556640,24515304:24556324,24515721:24556244,24515958:24556316,24516387:24556133,24516609:24555912,24516769:24555890,24516868:24555856,24517097:24555984', 'assoc_mat': '23632822:metal:4203:23645677,23639778:metal:4203:23648753,23639779:metal:4203:23649815,23663163:metal:4203:23680578,23677331:metal:4203:23740166,23687054:metal:4203:23687729,23697328:metal:4203:23718764,23712024:metal:4203:23747113,23721649:metal:4203:23739927,23731805:metal:4203:23743560,23922279:metal:4203:23922690,23937766:metal:4203:24177795,23938595:metal:4203:24021484,23973585:metal:4203:24095607,23996438:metal:4203:24132395,24006419:metal:4203:24140840,24024481:metal:4203:24026319,24092888:metal:4203:24203375,24115402:metal:4203:24224242,24124274:metal:4203:24264326,24209101:metal:4203:24261412,24230137:metal:4203:24283117,24295858:metal:4203:24327887,24295907:metal:4203:24329544,24296274:metal:4203:24334016,24297010:metal:4203:24340563,24309312:metal:4203:24342313,24309636:metal:4203:24348360,24370833:metal:4203:24379823,24370835:metal:4203:24379710,24386152:metal:4203:24392043,24401551:metal:4203:24404337,24401819:metal:4203:24403305,24418471:metal:4203:24428091,24420638:metal:4203:24430478,24420640:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.011476853821373992, 'nb_photo': 953, 'list_port_cont': '23543024,23543804,23547746,23552381,23564171,23589779,23594386,23596955,23621194,23630349,23633065,23634875,23635287,23636302,23636807,23637978,23638487,23639934,23640772,23644552,23646361,23647234,23669730,23672278,23676534,23677930,23679051,23679222,23679934,23682174,23683292,23683540,23684103,23687264,23687646,23688698,23688995,23691366,23691572,23694353,23700281,23700763,23703492,23709359,23711192,23711354,23712447,23718353,23719780,23720376,23726140,23726611,23808143,23819312,23819600,23822429,23829584,23831688,23832746,23851779,23885275,23902719,23919509,23919568,23921788,23939698,23973829,23974414,23983541,23983738,23985661,24000853,24001227,24003202,24003332,24006712,24006956,24010001,24011512,24012609,24015228,24021139,24024458,24049449,24050448,24051164,24053657,24056514,24060707,24065856,24070091,24077219,24091036,24102796,24103076,24103203,24115777,24115970,24116326,24116452,24117202,24117701,24117920,24218670,24223032,24225744,24230715,24297762,24298604,24299241,24300322,24301376,24301941,2430257', 'assoc_port': '23542724:23543024,23543543:23543804,23547113:23547746,23550738:23552381,23563500:23564171,23589275:23589779,23594057:23594386,23596515:23596955,23620728:23621194,23630254:23630349,23632819:23636302,23632837:23633065,23634445:23635287,23634456:23634875,23636432:23636807,23637425:23638487,23637428:23637978,23639798:23640772,23639810:23639934,23644224:23644552,23645860:23647234,23645868:23646361,23663158:23679934,23669196:23669730,23671675:23672278,23676095:23676534,23677324:23679222,23677325:23679051,23677329:23677930,23681696:23684103,23681718:23683540,23681729:23682174,23683044:23683292,23687037:23687646,23687069:23687264,23688369:23688995,23688374:23688698,23691317:23691572,23691320:23691366,23694293:23694353,23699595:23700281,23700571:23700763,23703105:23703492,23709130:23709359,23710993:23711192,23711025:23711354,23712077:23712447,23718193:23718353,23719466:23720376,23719470:23719780,23725933:23726611,23725945:23726140,23807828:23808143,23819131:23819600,23819182:23819312,23822267:23822429,23829120:2382958', 'assoc_mat': '23542724:metal:4207:23543024,23543543:metal:4207:23543804,23547113:metal:4207:23547746,23550738:metal:4207:23552381,23563500:metal:4207:23564171,23589275:metal:4207:23589779,23594057:metal:4207:23594386,23596515:metal:4207:23596955,23620728:metal:4207:23621194,23630254:metal:4207:23630349,23632819:metal:4207:23636302,23632837:metal:4207:23633065,23634445:metal:4207:23635287,23634456:metal:4207:23634875,23636432:metal:4207:23636807,23637425:metal:4207:23638487,23637428:metal:4207:23637978,23639798:metal:4207:23640772,23639810:metal:4207:23639934,23644224:metal:4207:23644552,23645860:metal:4207:23647234,23645868:metal:4207:23646361,23663158:metal:4207:23679934,23669196:metal:4207:23669730,23671675:metal:4207:23672278,23676095:metal:4207:23676534,23677324:metal:4207:23679222,23677325:metal:4207:23679051,23677329:metal:4207:23677930,23681696:metal:4207:23684103,23681718:metal:4207:23683540,23681729:metal:4207:23682174,23683044:metal:4207:23683292,23687037:metal:4207:23687646,23687069:metal:4207:23687264,23688369:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008613089667780856, 'nb_photo': 56, 'list_port_cont': '23647938,23682643,23709528,24264977,24298772,24416687,24433526,24443359,24443568,24513644,24516501,24517695,24518682,24520947,24522669,24524787,24524994,24528461,24530862,24534183,24534877,24535118,24536215,24536728,24537289,24537328,24542748,24544540,24546099,24554653,24559224,24569707,24569834,24571642,24572442,24572756', 'assoc_port': '23647433:23647938,23681720:23682643,23709132:23709528,24230133:24264977,24296695:24298772,24415989:24416687,24432893:24433526,24442952:24443568,24442996:24443359,24512203:24554653,24512405:24559224,24512459:24513644,24515062:24546099,24515106:24516501,24515308:24544540,24515394:24542748,24515723:24536728,24515843:24536215,24515959:24534183,24515970:24537289,24516001:24537328,24516006:24530862,24516146:24517695,24516388:24528461,24516661:24520947,24516663:24524994,24516706:24524787,24516707:24522669,24516802:24534877,24517198:24535118,24517349:24518682,24568689:24569707,24568697:24572756,24568730:24572442,24568922:24571642,24568965:24569834', 'assoc_mat': '23647433:metal:4461:23647938,23681720:metal:4461:23682643,23709132:metal:4461:23709528,24230133:metal:4461:24264977,24296695:metal:4461:24298772,24415989:metal:4461:24416687,24432893:metal:4461:24433526,24442952:metal:4461:24443568,24442996:metal:4461:24443359,24512203:metal:4461:24554653,24512405:metal:4461:24559224,24512459:metal:4461:24513644,24515062:metal:4461:24546099,24515106:metal:4461:24516501,24515308:metal:4461:24544540,24515394:metal:4461:24542748,24515723:metal:4461:24536728,24515843:metal:4461:24536215,24515959:metal:4461:24534183,24515970:metal:4461:24537289,24516001:metal:4461:24537328,24516006:metal:4461:24530862,24516146:metal:4461:24517695,24516388:metal:4461:24528461,24516661:metal:4461:24520947,24516663:metal:4461:24524994,24516706:metal:4461:24524787,24516707:metal:4461:24522669,24516802:metal:4461:24534877,24517198:metal:4461:24535118,24517349:metal:4461:24518682,24568689:metal:4461:24569707,24568697:metal:4461:24572756,24568730:metal:4461:24572442,24568922:metal:4461:24571642,24568965:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006871552901871521, 'nb_photo': 99, 'list_port_cont': '23543869,23572054,23573382,23584449,23585027,23612642,23630675,23631415,23645657,23646068,23649915,23651830,23654213,23681983,23687930,23689223,23693206,23694372,23703319,23708026,23720911,23732801,23842236,23855214,24024859,24035647,24086311,24138862,24144540,24166564,24167913,24172496,24263589,24340578,24348460,24379615,24382408,24392093,24403530,24420301,24427625,24427777,24429883,24431139,24439585,24445320,24446364,24446414,24513153,24520302,24522291,24525258,24532049,24532302,24536968,24537260,24538369,24540338,24544735,24548314,24549185,24551515,24551764,24553008,24553706,24554144,24554770,24555579,24570032,24571572,24572736,24573356,24573449,24574218,24574521,24577020', 'assoc_port': '23534655:23584449,23537917:23573382,23543496:23543869,23556266:23585027,23563498:23572054,23589264:23612642,23620720:23630675,23620726:23631415,23634444:23645657,23634454:23646068,23639806:23649915,23643445:23651830,23647432:23654213,23669200:23708026,23681698:23703319,23681723:23732801,23681731:23681983,23687038:23687930,23688373:23689223,23691319:23693206,23694294:23694372,23702416:23720911,23829119:23842236,23848754:23855214,23958509:24086311,24002905:24138862,24009623:24144540,24024255:24035647,24024489:24024859,24047884:24166564,24048650:24167913,24049057:24172496,24234693:24263589,24297082:24340578,24309641:24348460,24361823:24382408,24370840:24379615,24386085:24392093,24401712:24403530,24417538:24420301,24418337:24427625,24418448:24427777,24429599:24429883,24430483:24431139,24436640:24439585,24442992:24446364,24445186:24445320,24446323:24446414,24512519:24513153,24514870:24555579,24515053:24554770,24515410:24553706,24515433:24553008,24515435:24549185,24515466:24551764,24515477:24551515,24515621:2454831', 'assoc_mat': '23534655:metal:4200:23584449,23537917:metal:4200:23573382,23543496:metal:4200:23543869,23556266:metal:4200:23585027,23563498:metal:4200:23572054,23589264:metal:4200:23612642,23620720:metal:4200:23630675,23620726:metal:4200:23631415,23634444:metal:4200:23645657,23634454:metal:4200:23646068,23639806:metal:4200:23649915,23643445:metal:4200:23651830,23647432:metal:4200:23654213,23669200:metal:4200:23708026,23681698:metal:4200:23703319,23681723:metal:4200:23732801,23681731:metal:4200:23681983,23687038:metal:4200:23687930,23688373:metal:4200:23689223,23691319:metal:4200:23693206,23694294:metal:4200:23694372,23702416:metal:4200:23720911,23829119:metal:4200:23842236,23848754:metal:4200:23855214,23958509:metal:4200:24086311,24002905:metal:4200:24138862,24009623:metal:4200:24144540,24024255:metal:4200:24035647,24024489:metal:4200:24024859,24047884:metal:4200:24166564,24048650:metal:4200:24167913,24049057:metal:4200:24172496,24234693:metal:4200:24263589,24297082:metal:4200:24340578,24309641:metal:4200:24348460,24361823:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0008183396464646463, 'nb_photo': 5, 'list_port_cont': '24303623', 'assoc_port': '24295880:24303623', 'assoc_mat': '24295880:metal:3594:24303623'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02639728471134247, 'nb_photo': 466, 'list_port_cont': '23572723,23630466,23634791,23640494,23646554,23651689,23666273,23674037,23682234,23683314,23691610,23903346,23967735,24204828,24297669,24297779,24298312,24298442,24298681,24299174,24310295,24311717,24312049,24367271,24402678,24416639,24429803,24430858,24436988,24443141,24513263,24513500,24516269,24517007,24517080,24517430,24517931,24518014,24518543,24518794,24519321,24519445,24519691,24519760,24520259,24520684,24521009,24521043,24521555,24521836,24522626,24522697,24523019,24523146,24523720,24523910,24524338,24524638,24525737,24525962,24526162,24526643,24526741,24526912,24527949,24527999,24528061,24528362,24528512,24529241,24529397,24530432,24530922,24531211,24531667,24531705,24532371,24532471,24532637,24532804,24532973,24533019,24533040,24533139,24534015,24534042,24534291,24534777,24534993,24535032,24535309,24535545,24535623,24536097,24536123,24536787,24536821,24537398,24537427,24537833,24538132,24538319,24538495,24538691,24538778,24539077,24539767,24540023,24540193,24540393,24541418,24542081,24542223,2454243', 'assoc_port': '23572471:23572723,23630253:23630466,23634450:23634791,23639809:23640494,23645864:23646554,23651477:23651689,23665041:23666273,23673393:23674037,23681697:23682234,23683047:23683314,23691316:23691610,23902199:23903346,23966882:23967735,24093962:24204828,24295880:24528362,24296384:24299174,24296752:24298681,24296813:24298312,24296983:24297669,24297088:24298442,24297123:24297779,24309317:24312049,24309395:24311717,24309644:24310295,24366878:24367271,24401854:24402678,24415973:24416639,24421764:24430858,24429600:24429803,24436619:24436988,24442988:24443141,24512224:24555000,24512298:24556690,24512394:24559585,24512403:24513263,24512444:24513500,24514854:24544249,24514855:24542554,24514860:24544413,24514864:24542430,24514966:24546922,24514987:24542223,24515045:24542081,24515059:24543297,24515072:24542835,24515214:24541418,24515238:24540023,24515241:24540393,24515246:24539767,24515310:24539077,24515401:24516269,24515407:24538691,24515412:24538319,24515414:24538778,24515417:24538495,24515422:24537427,24515428:2453739', 'assoc_mat': '23572471:metal:4209:23572723,23630253:metal:4209:23630466,23634450:metal:4209:23634791,23639809:metal:4209:23640494,23645864:metal:4209:23646554,23651477:metal:4209:23651689,23665041:metal:4209:23666273,23673393:metal:4209:23674037,23681697:metal:4209:23682234,23683047:metal:4209:23683314,23691316:metal:4209:23691610,23902199:metal:4209:23903346,23966882:metal:4209:23967735,24093962:metal:4209:24204828,24295880:metal:4209:24528362,24296384:metal:4209:24299174,24296752:metal:4209:24298681,24296813:metal:4209:24298312,24296983:metal:4209:24297669,24297088:metal:4209:24298442,24297123:metal:4209:24297779,24309317:metal:4209:24312049,24309395:metal:4209:24311717,24309644:metal:4209:24310295,24366878:metal:4209:24367271,24401854:metal:4209:24402678,24415973:metal:4209:24416639,24421764:metal:4209:24430858,24429600:metal:4209:24429803,24436619:metal:4209:24436988,24442988:metal:4209:24443141,24512224:metal:4209:24555000,24512298:metal:4209:24556690,24512394:metal:4209:24559585,24512403:metal:4209:24513263,24512444:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007368202166583152, 'nb_photo': 848, 'list_port_cont': '23535092,23538750,23541540,23543981,23548199,23551899,23555587,23560673,23564458,23569990,23570274,23586064,23587102,23589860,23593012,23593373,23597261,23621521,23621877,23622235,23633799,23635067,23635200,23638288,23640792,23641940,23644725,23646934,23651955,23666393,23670237,23671395,23672733,23674184,23676752,23682412,23685561,23687485,23688873,23691721,23694422,23700486,23702943,23705064,23708016,23708789,23712610,23716408,23717640,23719922,23723505,23726435,23732283,23811493,23819851,23820612,23829924,23832152,23853894,23902861,23919612,23920801,23926123,23926135,24020620,24022619,24024663,24025232,24040458,24042577,24096543,24134701,24135467,24136106,24137274,24143625,24144869,24145257,24168462,24168745,24169606,24171843,24173660,24174487,24174984,24182673,24189607,24206123,24211186,24213915,24223421,24233258,24244137,24263105,24264067,24265039,24297738,24299104,24300087,24300806,24301317,24302132,24303274,24307754,24308446,24308801,24309838,24311257,24314503,24316940,24317540,24317931,24319642,2432111', 'assoc_port': '23534654:23535092,23537920:23538750,23540436:23541540,23543517:23543981,23547110:23548199,23550747:23551899,23555036:23555587,23560093:23560673,23563503:23564458,23569424:23570274,23569432:23569990,23585185:23586064,23586473:23587102,23589266:23589860,23592543:23593373,23592547:23593012,23596517:23597261,23620718:23622235,23620722:23621877,23620756:23621521,23632820:23633799,23634446:23635200,23634457:23635067,23637427:23638288,23639808:23640792,23641366:23641940,23644225:23644725,23645862:23646934,23651476:23651955,23665045:23666393,23669198:23670237,23670888:23671395,23671695:23672733,23673440:23674184,23676097:23676752,23681716:23685561,23681727:23682412,23687040:23687485,23688376:23688873,23691318:23691721,23694292:23694422,23699593:23700486,23702410:23702943,23704456:23705064,23707619:23708016,23708553:23708789,23712026:23712610,23715744:23717640,23715751:23716408,23719475:23719922,23722757:23723505,23725935:23726435,23731806:23732283,23811030:23811493,23819146:23820612,23819188:23819851,23829100:2382992', 'assoc_mat': '23534654:metal:4211:23535092,23537920:metal:4211:23538750,23540436:metal:4211:23541540,23543517:metal:4211:23543981,23547110:metal:4211:23548199,23550747:metal:4211:23551899,23555036:metal:4211:23555587,23560093:metal:4211:23560673,23563503:metal:4211:23564458,23569424:metal:4211:23570274,23569432:metal:4211:23569990,23585185:metal:4211:23586064,23586473:metal:4211:23587102,23589266:metal:4211:23589860,23592543:metal:4211:23593373,23592547:metal:4211:23593012,23596517:metal:4211:23597261,23620718:metal:4211:23622235,23620722:metal:4211:23621877,23620756:metal:4211:23621521,23632820:metal:4211:23633799,23634446:metal:4211:23635200,23634457:metal:4211:23635067,23637427:metal:4211:23638288,23639808:metal:4211:23640792,23641366:metal:4211:23641940,23644225:metal:4211:23644725,23645862:metal:4211:23646934,23651476:metal:4211:23651955,23665045:metal:4211:23666393,23669198:metal:4211:23670237,23670888:metal:4211:23671395,23671695:metal:4211:23672733,23673440:metal:4211:23674184,23676097:metal:4211:23676752,23681716:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018306969715537957, 'nb_photo': 3, 'list_port_cont': '23543371,23737158,24522719', 'assoc_port': '23542721:23543371,23711012:23737158,24515842:24522719', 'assoc_mat': '23542721:metal:3327:23543371,23711012:metal:3327:23737158,24515842:metal:3327:24522719'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0005730247578756915, 'nb_photo': 9, 'list_port_cont': '24437181,24439465,24440269,24443410', 'assoc_port': '24436620:24437181,24439171:24439465,24439759:24440269,24442990:24443410', 'assoc_mat': '24436620:metal:3594:24437181,24439171:metal:3594:24439465,24439759:metal:3594:24440269,24442990:metal:3594:24443410'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.024012248571005382, 'nb_photo': 2299, 'list_port_cont': '23560223,23568674,23585421,23630518,23631702,23647074,23680074,23684217,23684776,23688812,23700918,23735967,23739609,23808051,23822448,23903166,24020647,24020836,24021689,24022453,24098373,24141467,24143088,24167583,24188751,24220691,24242942,24243067,24261479,24264048,24327798,24332283,24332352,24335823,24342218,24343861,24343920,24382381,24403740,24404218,24404810,24420764,24427908,24439448,24555637,24555714,24555756,24555796,24555816,24556022,24556756', 'assoc_port': '23530935:23568674,23543498:23585421,23560100:23560223,23620719:23630518,23620751:23631702,23636434:23647074,23663161:23680074,23665043:23684776,23683962:23684217,23688371:23688812,23700572:23700918,23711009:23735967,23721651:23739609,23807832:23808051,23822266:23822448,23851582:23903166,23938066:24020647,23938155:24020836,23939169:24022453,23974631:24098373,24006427:24141467,24008312:24143088,24014596:24021689,24048632:24167583,24088260:24188751,24092863:24261479,24115357:24220691,24198474:24242942,24198481:24243067,24225484:24264048,24295884:24327798,24296105:24335823,24296252:24332283,24296267:24332352,24309364:24342218,24309591:24343920,24309592:24343861,24361826:24382381,24401556:24404218,24401675:24403740,24401768:24404810,24418452:24427908,24420644:24420764,24439170:24439448,24514886:24556756,24515423:24556022,24515821:24555816,24515973:24555796,24516395:24555714,24516656:24555756,24516701:24555637', 'assoc_mat': '23530935:papier:4205:23568674,23543498:papier:4205:23585421,23560100:papier:4205:23560223,23620719:papier:4205:23630518,23620751:papier:4205:23631702,23636434:papier:4205:23647074,23663161:papier:4205:23680074,23665043:papier:4205:23684776,23683962:papier:4205:23684217,23688371:papier:4205:23688812,23700572:papier:4205:23700918,23711009:papier:4205:23735967,23721651:papier:4205:23739609,23807832:papier:4205:23808051,23822266:papier:4205:23822448,23851582:papier:4205:23903166,23938066:papier:4205:24020647,23938155:papier:4205:24020836,23939169:papier:4205:24022453,23974631:papier:4205:24098373,24006427:papier:4205:24141467,24008312:papier:4205:24143088,24014596:papier:4205:24021689,24048632:papier:4205:24167583,24088260:papier:4205:24188751,24092863:papier:4205:24261479,24115357:papier:4205:24220691,24198474:papier:4205:24242942,24198481:papier:4205:24243067,24225484:papier:4205:24264048,24295884:papier:4205:24327798,24296105:papier:4205:24335823,24296252:papier:4205:24332283,24296267:papier:4205:24332352,2430'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.021004863555568465, 'nb_photo': 5868, 'list_port_cont': '23645675,23648762,23649816,23680588,23687731,23718766,23739933,23740163,23743562,23747112,23922691,24021477,24026306,24095604,24132404,24140846,24177804,24203390,24224231,24261417,24264324,24283121,24327891,24329538,24334009,24340560,24342318,24348345,24379705,24379825,24392047,24403308,24404335,24428094,24430013,24430477,24446158,24449386,24555847,24555883,24555918,24555992,24556126,24556254,24556309,24556326,24556637,24556987,24557043,24557161,24558936', 'assoc_port': '23632822:23645675,23639778:23648762,23639779:23649816,23663163:23680588,23677331:23740163,23687054:23687731,23697328:23718766,23712024:23747112,23721649:23739933,23731805:23743562,23922279:23922691,23937766:24177804,23938595:24021477,23973585:24095604,23996438:24132404,24006419:24140846,24024481:24026306,24092888:24203390,24115402:24224231,24124274:24264324,24209101:24261417,24230137:24283121,24295858:24327891,24295907:24329538,24296274:24334009,24297010:24340560,24309312:24342318,24309636:24348345,24370833:24379825,24370835:24379705,24386152:24392047,24401551:24404335,24401819:24403308,24418471:24428094,24420638:24430477,24420640:24430013,24436616:24449386,24445181:24446158,24512378:24558936,24514943:24557161,24514951:24556987,24515066:24557043,24515127:24556637,24515304:24556326,24515721:24556254,24515958:24556309,24516387:24556126,24516609:24555918,24516769:24555883,24516868:24555847,24517097:24555992', 'assoc_mat': '23632822:papier:4203:23645675,23639778:papier:4203:23648762,23639779:papier:4203:23649816,23663163:papier:4203:23680588,23677331:papier:4203:23740163,23687054:papier:4203:23687731,23697328:papier:4203:23718766,23712024:papier:4203:23747112,23721649:papier:4203:23739933,23731805:papier:4203:23743562,23922279:papier:4203:23922691,23937766:papier:4203:24177804,23938595:papier:4203:24021477,23973585:papier:4203:24095604,23996438:papier:4203:24132404,24006419:papier:4203:24140846,24024481:papier:4203:24026306,24092888:papier:4203:24203390,24115402:papier:4203:24224231,24124274:papier:4203:24264324,24209101:papier:4203:24261417,24230137:papier:4203:24283121,24295858:papier:4203:24327891,24295907:papier:4203:24329538,24296274:papier:4203:24334009,24297010:papier:4203:24340560,24309312:papier:4203:24342318,24309636:papier:4203:24348345,24370833:papier:4203:24379825,24370835:papier:4203:24379705,24386152:papier:4203:24392047,24401551:papier:4203:24404335,24401819:papier:4203:24403308,24418471:papier:4203:24428094,2442'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0344275760641366, 'nb_photo': 19580, 'list_port_cont': '23543012,23543800,23547742,23552378,23564174,23589790,23594378,23596946,23621202,23630356,23633063,23634874,23635280,23636305,23636814,23637991,23638490,23639932,23640766,23644549,23646359,23647241,23669733,23672291,23676536,23677934,23679040,23679223,23679940,23682168,23683300,23683537,23684096,23684333,23687268,23687641,23688704,23688992,23691358,23691576,23694363,23700275,23700753,23703481,23709355,23711207,23711355,23712461,23718363,23719774,23720384,23726141,23726618,23808136,23811269,23819315,23819606,23822438,23829585,23831687,23832739,23851775,23885273,23902715,23919503,23919566,23921785,23939701,23973847,23974425,23983533,23983728,23985653,24000862,24001225,24003194,24003328,24006710,24006969,24009996,24011508,24012615,24014782,24015221,24019894,24021151,24024465,24049457,24050436,24051162,24053650,24056515,24060695,24065866,24070089,24077209,24091043,24102790,24103078,24103204,24115779,24115980,24116319,24116453,24117203,24117693,24117924,24118308,24218661,24223037,24225742,24230228,24230721,2429776', 'assoc_port': '23542724:23543012,23543543:23543800,23547113:23547742,23550738:23552378,23563500:23564174,23589275:23589790,23594057:23594378,23596515:23596946,23620728:23621202,23630254:23630356,23632819:23636305,23632837:23633063,23634445:23635280,23634456:23634874,23636432:23636814,23637425:23638490,23637428:23637991,23639798:23640766,23639810:23639932,23644224:23644549,23645860:23647241,23645868:23646359,23663158:23679940,23669196:23669733,23671675:23672291,23676095:23676536,23677324:23679223,23677325:23679040,23677329:23677934,23681696:23684096,23681718:23683537,23681729:23682168,23683044:23683300,23683967:23684333,23687037:23687641,23687069:23687268,23688369:23688992,23688374:23688704,23691317:23691576,23691320:23691358,23694293:23694363,23699595:23700275,23700571:23700753,23703105:23703481,23709130:23709355,23710993:23711207,23711025:23711355,23712077:23712461,23718193:23718363,23719466:23720384,23719470:23719774,23725933:23726618,23725945:23726141,23807828:23808136,23811031:23811269,23819131:23819606,23819182:2381931', 'assoc_mat': '23542724:papier:4207:23543012,23543543:papier:4207:23543800,23547113:papier:4207:23547742,23550738:papier:4207:23552378,23563500:papier:4207:23564174,23589275:papier:4207:23589790,23594057:papier:4207:23594378,23596515:papier:4207:23596946,23620728:papier:4207:23621202,23630254:papier:4207:23630356,23632819:papier:4207:23636305,23632837:papier:4207:23633063,23634445:papier:4207:23635280,23634456:papier:4207:23634874,23636432:papier:4207:23636814,23637425:papier:4207:23638490,23637428:papier:4207:23637991,23639798:papier:4207:23640766,23639810:papier:4207:23639932,23644224:papier:4207:23644549,23645860:papier:4207:23647241,23645868:papier:4207:23646359,23663158:papier:4207:23679940,23669196:papier:4207:23669733,23671675:papier:4207:23672291,23676095:papier:4207:23676536,23677324:papier:4207:23679223,23677325:papier:4207:23679040,23677329:papier:4207:23677934,23681696:papier:4207:23684096,23681718:papier:4207:23683537,23681729:papier:4207:23682168,23683044:papier:4207:23683300,23683967:papier:4207:23684333,2368'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.25649485268264144, 'nb_photo': 43010, 'list_port_cont': '23541407,23551449,23551656,23569556,23586890,23597193,23630477,23633307,23634751,23643718,23643826,23647840,23647924,23664567,23669757,23673962,23678153,23682057,23682642,23683358,23688869,23688959,23704596,23709516,23718718,24137470,24171304,24179033,24191387,24210910,24264978,24297637,24297816,24298148,24298560,24298724,24298788,24310932,24311837,24312154,24367371,24402141,24402895,24416686,24419310,24427848,24433528,24437111,24443356,24443544,24513313,24513646,24516496,24516903,24517361,24517683,24518690,24518854,24519128,24519336,24519542,24520647,24520787,24520951,24521101,24522198,24522664,24523037,24523171,24523533,24524341,24524776,24524984,24525835,24526076,24526253,24526382,24527208,24527682,24527886,24528462,24529319,24529568,24529963,24530643,24530861,24531175,24531373,24532269,24532577,24532854,24533275,24533452,24533797,24534184,24534504,24534871,24535122,24536219,24536418,24536560,24536723,24537293,24537323,24537967,24538263,24538573,24538738,24539015,24539130,24539285,24541796,24542271,2454265', 'assoc_port': '23540429:23541407,23550740:23551656,23550742:23551449,23569434:23569556,23586475:23586890,23596513:23597193,23630268:23630477,23632836:23633307,23634459:23634751,23643443:23643718,23643448:23643826,23647431:23647840,23647433:23647924,23663166:23664567,23669193:23669757,23673410:23673962,23677361:23678153,23681720:23682642,23681722:23682057,23683046:23683358,23688368:23688959,23688377:23688869,23704453:23704596,23709132:23709516,23718195:23718718,23937818:24179033,24000702:24137470,24048746:24171304,24089061:24191387,24099488:24210910,24230133:24264978,24296695:24298788,24296807:24298724,24296844:24298560,24296996:24298148,24297086:24297816,24297119:24297637,24309459:24312154,24309547:24311837,24309624:24310932,24366863:24367371,24401572:24402141,24401764:24402895,24415989:24416686,24418578:24419310,24427717:24427848,24432893:24433528,24436618:24437111,24442952:24443544,24442996:24443356,24512203:24554657,24512286:24556145,24512297:24565781,24512341:24557866,24512405:24559216,24512459:24513646,24512530:2451331', 'assoc_mat': '23540429:papier:4461:23541407,23550740:papier:4461:23551656,23550742:papier:4461:23551449,23569434:papier:4461:23569556,23586475:papier:4461:23586890,23596513:papier:4461:23597193,23630268:papier:4461:23630477,23632836:papier:4461:23633307,23634459:papier:4461:23634751,23643443:papier:4461:23643718,23643448:papier:4461:23643826,23647431:papier:4461:23647840,23647433:papier:4461:23647924,23663166:papier:4461:23664567,23669193:papier:4461:23669757,23673410:papier:4461:23673962,23677361:papier:4461:23678153,23681720:papier:4461:23682642,23681722:papier:4461:23682057,23683046:papier:4461:23683358,23688368:papier:4461:23688959,23688377:papier:4461:23688869,23704453:papier:4461:23704596,23709132:papier:4461:23709516,23718195:papier:4461:23718718,23937818:papier:4461:24179033,24000702:papier:4461:24137470,24048746:papier:4461:24171304,24089061:papier:4461:24191387,24099488:papier:4461:24210910,24230133:papier:4461:24264978,24296695:papier:4461:24298788,24296807:papier:4461:24298724,24296844:papier:4461:24298560,2429'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01810221863213283, 'nb_photo': 6449, 'list_port_cont': '23543870,23556479,23568400,23568506,23569012,23572050,23573375,23575060,23581452,23584440,23585028,23607871,23609565,23609677,23612645,23630669,23631418,23636629,23645643,23645809,23646058,23649906,23651841,23652219,23653783,23654214,23662704,23679625,23681975,23684866,23687933,23689164,23689209,23693214,23694377,23701052,23703325,23708022,23708163,23718022,23720914,23727992,23732800,23740363,23820009,23842233,23855213,23903320,23920069,23926433,24000718,24019588,24021188,24024861,24026100,24027168,24035645,24086305,24132351,24137398,24138866,24144536,24145131,24166565,24167919,24168726,24172506,24177897,24178496,24179556,24182221,24192337,24205059,24223381,24231643,24263590,24264032,24279669,24328045,24328500,24328707,24329804,24330906,24331438,24334380,24336014,24339558,24340181,24340329,24340584,24340644,24342239,24344554,24348474,24379624,24380979,24382404,24389676,24389717,24392092,24403323,24403341,24403521,24403860,24403878,24404115,24404743,24420304,24427632,24427785,24428247,24429889,24431141,2443958', 'assoc_port': '23530936:23569012,23534655:23584440,23537917:23573375,23543496:23543870,23547108:23575060,23556266:23585028,23556285:23556479,23560096:23581452,23563498:23572050,23568013:23568506,23568015:23568400,23589264:23612645,23594055:23607871,23596509:23609565,23596511:23609677,23620720:23630669,23620726:23631418,23634444:23645643,23634448:23645809,23634454:23646058,23636438:23636629,23639806:23649906,23643445:23651841,23643450:23652219,23644227:23662704,23645866:23653783,23647432:23654214,23665039:23684866,23669200:23708022,23676096:23679625,23681698:23703325,23681723:23732800,23681731:23681975,23683993:23708163,23687038:23687933,23688370:23689164,23688373:23689209,23691319:23693214,23694294:23694377,23697324:23718022,23699597:23701052,23702416:23720914,23704454:23727992,23722784:23740363,23819105:23820009,23829119:23842233,23848754:23855213,23902364:23903320,23919348:23920069,23925728:23926433,23936972:24000718,23937813:24177897,23938039:24019588,23938638:24178496,23958509:24086305,23996440:24132351,24000707:2413739', 'assoc_mat': '23530936:papier:4200:23569012,23534655:papier:4200:23584440,23537917:papier:4200:23573375,23543496:papier:4200:23543870,23547108:papier:4200:23575060,23556266:papier:4200:23585028,23556285:papier:4200:23556479,23560096:papier:4200:23581452,23563498:papier:4200:23572050,23568013:papier:4200:23568506,23568015:papier:4200:23568400,23589264:papier:4200:23612645,23594055:papier:4200:23607871,23596509:papier:4200:23609565,23596511:papier:4200:23609677,23620720:papier:4200:23630669,23620726:papier:4200:23631418,23634444:papier:4200:23645643,23634448:papier:4200:23645809,23634454:papier:4200:23646058,23636438:papier:4200:23636629,23639806:papier:4200:23649906,23643445:papier:4200:23651841,23643450:papier:4200:23652219,23644227:papier:4200:23662704,23645866:papier:4200:23653783,23647432:papier:4200:23654214,23665039:papier:4200:23684866,23669200:papier:4200:23708022,23676096:papier:4200:23679625,23681698:papier:4200:23703325,23681723:papier:4200:23732800,23681731:papier:4200:23681975,23683993:papier:4200:23708163,2368'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12648329541070405, 'nb_photo': 410, 'list_port_cont': '24303621', 'assoc_port': '24295880:24303621', 'assoc_mat': '24295880:papier:3594:24303621'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9403402586474477, 'nb_photo': 89953, 'list_port_cont': '23572722,23630468,23634781,23640484,23646550,23651695,23666270,23674043,23682242,23683311,23691597,23851895,23903354,23925937,23967746,24204861,24297681,24297778,24298307,24298428,24298682,24299171,24301282,24310291,24311722,24312054,24367263,24402684,24416637,24429796,24430854,24437002,24439838,24443133,24513253,24513497,24516292,24517010,24517086,24517102,24517427,24517626,24517774,24517937,24518016,24518405,24518546,24518793,24519320,24519443,24519677,24519694,24519758,24520252,24520488,24520697,24520736,24521012,24521044,24521563,24521837,24522384,24522632,24522708,24522911,24523015,24523157,24523289,24523725,24523923,24524173,24524331,24524628,24524902,24525027,24525547,24525743,24525886,24525939,24525958,24526165,24526187,24526644,24526753,24526905,24527830,24527946,24527992,24528056,24528366,24528514,24528808,24529230,24529389,24529547,24530269,24530435,24530930,24530994,24531214,24531552,24531673,24531700,24532136,24532361,24532475,24532650,24532800,24532984,24533024,24533042,24533144,24533910,2453402', 'assoc_port': '23572471:23572722,23630253:23630468,23634450:23634781,23639809:23640484,23645864:23646550,23651477:23651695,23665041:23666270,23673393:23674043,23681697:23682242,23683047:23683311,23691316:23691597,23851645:23851895,23902199:23903354,23925763:23925937,23966882:23967746,24093962:24204861,24295880:24528366,24295922:24301282,24296180:24520488,24296384:24299171,24296752:24298682,24296813:24298307,24296983:24297681,24297088:24298428,24297123:24297778,24309317:24312054,24309395:24311722,24309644:24310291,24366878:24367263,24401854:24402684,24415973:24416637,24421764:24430854,24429600:24429796,24436619:24437002,24439758:24439838,24442988:24443133,24512224:24554995,24512240:24555135,24512256:24555404,24512292:24556292,24512298:24556682,24512385:24559129,24512389:24558358,24512394:24559590,24512403:24513253,24512444:24513497,24512493:24558781,24512508:24558732,24514854:24544245,24514855:24542546,24514860:24544414,24514864:24542440,24514966:24546921,24514987:24542225,24515045:24542069,24515049:24543699,24515055:2454187', 'assoc_mat': '23572471:papier:4209:23572722,23630253:papier:4209:23630468,23634450:papier:4209:23634781,23639809:papier:4209:23640484,23645864:papier:4209:23646550,23651477:papier:4209:23651695,23665041:papier:4209:23666270,23673393:papier:4209:23674043,23681697:papier:4209:23682242,23683047:papier:4209:23683311,23691316:papier:4209:23691597,23851645:papier:4209:23851895,23902199:papier:4209:23903354,23925763:papier:4209:23925937,23966882:papier:4209:23967746,24093962:papier:4209:24204861,24295880:papier:4209:24528366,24295922:papier:4209:24301282,24296180:papier:4209:24520488,24296384:papier:4209:24299171,24296752:papier:4209:24298682,24296813:papier:4209:24298307,24296983:papier:4209:24297681,24297088:papier:4209:24298428,24297123:papier:4209:24297778,24309317:papier:4209:24312054,24309395:papier:4209:24311722,24309644:papier:4209:24310291,24366878:papier:4209:24367263,24401854:papier:4209:24402684,24415973:papier:4209:24416637,24421764:papier:4209:24430854,24429600:papier:4209:24429796,24436619:papier:4209:24437002,2443'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010155720983990714, 'nb_photo': 21227, 'list_port_cont': '23535090,23538735,23541558,23543987,23548197,23551904,23555577,23560669,23564457,23569988,23570283,23586056,23587112,23589862,23593008,23593357,23597263,23621512,23621861,23622243,23633791,23635065,23635214,23638289,23640794,23641954,23644732,23646921,23651950,23666384,23667094,23670220,23671398,23672724,23674194,23676761,23682400,23684601,23685556,23687483,23688870,23691723,23694411,23700478,23702935,23705059,23708013,23708790,23712601,23716406,23717627,23719924,23723511,23726440,23732275,23811492,23819865,23820620,23829927,23832160,23853902,23902864,23919601,23920796,23926120,23926140,24020628,24022609,24024674,24025228,24040465,24042572,24096535,24134696,24135464,24136104,24137264,24139484,24143628,24144873,24145242,24168458,24168744,24169598,24171839,24173649,24174476,24175003,24178298,24182670,24189614,24206116,24211187,24213928,24223424,24233255,24244138,24263114,24264072,24265041,24297751,24299119,24300090,24300794,24301322,24302136,24303282,24307756,24308456,24308802,24309839,24311258,24314491,2431693', 'assoc_port': '23534654:23535090,23537920:23538735,23540436:23541558,23543517:23543987,23547110:23548197,23550747:23551904,23555036:23555577,23560093:23560669,23563503:23564457,23569424:23570283,23569432:23569988,23585185:23586056,23586473:23587112,23589266:23589862,23592543:23593357,23592547:23593008,23596517:23597263,23620718:23622243,23620722:23621861,23620756:23621512,23632820:23633791,23634446:23635214,23634457:23635065,23637427:23638289,23639808:23640794,23641366:23641954,23644225:23644732,23645862:23646921,23651476:23651950,23663153:23667094,23665045:23666384,23669198:23670220,23670888:23671398,23671695:23672724,23673440:23674194,23676097:23676761,23681716:23685556,23681727:23682400,23683964:23684601,23687040:23687483,23688376:23688870,23691318:23691723,23694292:23694411,23699593:23700478,23702410:23702935,23704456:23705059,23707619:23708013,23708553:23708790,23712026:23712601,23715744:23717627,23715751:23716406,23719475:23719924,23722757:23723511,23725935:23726440,23731806:23732275,23811030:23811492,23819146:2382062', 'assoc_mat': '23534654:papier:4211:23535090,23537920:papier:4211:23538735,23540436:papier:4211:23541558,23543517:papier:4211:23543987,23547110:papier:4211:23548197,23550747:papier:4211:23551904,23555036:papier:4211:23555577,23560093:papier:4211:23560669,23563503:papier:4211:23564457,23569424:papier:4211:23570283,23569432:papier:4211:23569988,23585185:papier:4211:23586056,23586473:papier:4211:23587112,23589266:papier:4211:23589862,23592543:papier:4211:23593357,23592547:papier:4211:23593008,23596517:papier:4211:23597263,23620718:papier:4211:23622243,23620722:papier:4211:23621861,23620756:papier:4211:23621512,23632820:papier:4211:23633791,23634446:papier:4211:23635214,23634457:papier:4211:23635065,23637427:papier:4211:23638289,23639808:papier:4211:23640794,23641366:papier:4211:23641954,23644225:papier:4211:23644732,23645862:papier:4211:23646921,23651476:papier:4211:23651950,23663153:papier:4211:23667094,23665045:papier:4211:23666384,23669198:papier:4211:23670220,23670888:papier:4211:23671398,23671695:papier:4211:23672724,2367'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011281266806000827, 'nb_photo': 835, 'list_port_cont': '23543370,23573944,23575824,23585117,23586528,23586986,23595913,23596148,23596258,23597064,23602064,23607098,23608058,23608202,23609491,23622307,23628283,23631350,23631917,23632248,23647730,23648002,23650888,23652924,23653377,23678929,23679631,23680143,23680908,23687979,23689402,23696218,23701784,23702066,23703149,23704383,23707519,23708315,23719351,23726640,23726926,23730713,23732350,23734738,23737169,23738065,23738433,23740860,23741453,23808648,23812492,23812538,23823590,23826169,23847664,23857796,23903627,23914681,23919743,23959793,24001586,24011680,24021156,24021537,24022360,24022427,24022709,24023094,24025094,24036012,24080393,24097176,24099708,24117613,24117678,24118740,24135028,24138361,24139831,24141523,24147183,24164182,24164668,24164828,24164934,24165151,24165326,24166342,24166396,24167593,24168078,24168177,24168766,24169727,24169973,24170118,24170241,24170332,24171457,24171717,24172335,24172911,24190000,24231632,24243707,24263262,24283253,24287183,24328865,24329563,24329580,24330078,24330110,2433245', 'assoc_port': '23534657:23573944,23542721:23543370,23545657:23585117,23550746:23575824,23556267:23586986,23556281:23586528,23585184:23596258,23585186:23596148,23586467:23597064,23586482:23602064,23592539:23607098,23594051:23608058,23594053:23608202,23595408:23609491,23595419:23595913,23620717:23631350,23620727:23632248,23620741:23622307,23627496:23628283,23630741:23631917,23634452:23647730,23636430:23648002,23637430:23678929,23639792:23702066,23639807:23650888,23643447:23652924,23644226:23653377,23663156:23680908,23671693:23696218,23676094:23680143,23677327:23679631,23681715:23704383,23681725:23726926,23683042:23730713,23687039:23707519,23687067:23687979,23688367:23708315,23688372:23689402,23697318:23719351,23699594:23703149,23700573:23701784,23703106:23726640,23709128:23734738,23711012:23737169,23712074:23738065,23715760:23738433,23722781:23740860,23725944:23741453,23731807:23732350,23807830:23808648,23809051:23812538,23812264:23812492,23819179:23823590,23822262:23826169,23831266:23847664,23848762:23857796,23885061:2391468', 'assoc_mat': '23534657:papier:3327:23573944,23542721:papier:3327:23543370,23545657:papier:3327:23585117,23550746:papier:3327:23575824,23556267:papier:3327:23586986,23556281:papier:3327:23586528,23585184:papier:3327:23596258,23585186:papier:3327:23596148,23586467:papier:3327:23597064,23586482:papier:3327:23602064,23592539:papier:3327:23607098,23594051:papier:3327:23608058,23594053:papier:3327:23608202,23595408:papier:3327:23609491,23595419:papier:3327:23595913,23620717:papier:3327:23631350,23620727:papier:3327:23632248,23620741:papier:3327:23622307,23627496:papier:3327:23628283,23630741:papier:3327:23631917,23634452:papier:3327:23647730,23636430:papier:3327:23648002,23637430:papier:3327:23678929,23639792:papier:3327:23702066,23639807:papier:3327:23650888,23643447:papier:3327:23652924,23644226:papier:3327:23653377,23663156:papier:3327:23680908,23671693:papier:3327:23696218,23676094:papier:3327:23680143,23677327:papier:3327:23679631,23681715:papier:3327:23704383,23681725:papier:3327:23726926,23683042:papier:3327:23730713,2368'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.08763834185384888, 'nb_photo': 684, 'list_port_cont': '24437184,24439468,24440265,24443405,24443798', 'assoc_port': '24436620:24437184,24439171:24439468,24439759:24440265,24442986:24443798,24442990:24443405', 'assoc_mat': '24436620:papier:3594:24437184,24439171:papier:3594:24439468,24439759:papier:3594:24440265,24442986:papier:3594:24443798,24442990:papier:3594:24443405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007125180582905067, 'nb_photo': 117, 'list_port_cont': '23560228,23568673,23585416,23631705,23647062,23680076,23684208,23688804,23700921,23735961,23808054,23822456,23903158,24020826,24021674,24022455,24098369,24141456,24167571,24188760,24220696,24242944,24261477,24264053,24327803,24332287,24332346,24335824,24382375,24403733,24404230,24404816,24420766,24439457,24555638,24555719,24555762,24555793,24555823,24556018,24556757', 'assoc_port': '23530935:23568673,23543498:23585416,23560100:23560228,23620751:23631705,23636434:23647062,23663161:23680076,23683962:23684208,23688371:23688804,23700572:23700921,23711009:23735961,23807832:23808054,23822266:23822456,23851582:23903158,23938155:24020826,23939169:24022455,23974631:24098369,24006427:24141456,24014596:24021674,24048632:24167571,24088260:24188760,24092863:24261477,24115357:24220696,24198474:24242944,24225484:24264053,24295884:24327803,24296105:24335824,24296252:24332287,24296267:24332346,24361826:24382375,24401556:24404230,24401675:24403733,24401768:24404816,24420644:24420766,24439170:24439457,24514886:24556757,24515423:24556018,24515821:24555823,24515973:24555793,24516395:24555719,24516656:24555762,24516701:24555638', 'assoc_mat': '23530935:pehd:4205:23568673,23543498:pehd:4205:23585416,23560100:pehd:4205:23560228,23620751:pehd:4205:23631705,23636434:pehd:4205:23647062,23663161:pehd:4205:23680076,23683962:pehd:4205:23684208,23688371:pehd:4205:23688804,23700572:pehd:4205:23700921,23711009:pehd:4205:23735961,23807832:pehd:4205:23808054,23822266:pehd:4205:23822456,23851582:pehd:4205:23903158,23938155:pehd:4205:24020826,23939169:pehd:4205:24022455,23974631:pehd:4205:24098369,24006427:pehd:4205:24141456,24014596:pehd:4205:24021674,24048632:pehd:4205:24167571,24088260:pehd:4205:24188760,24092863:pehd:4205:24261477,24115357:pehd:4205:24220696,24198474:pehd:4205:24242944,24225484:pehd:4205:24264053,24295884:pehd:4205:24327803,24296105:pehd:4205:24335824,24296252:pehd:4205:24332287,24296267:pehd:4205:24332346,24361826:pehd:4205:24382375,24401556:pehd:4205:24404230,24401675:pehd:4205:24403733,24401768:pehd:4205:24404816,24420644:pehd:4205:24420766,24439170:pehd:4205:24439457,24514886:pehd:4205:24556757,24515423:pehd:4205:24556018,24515821:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.005047612175803321, 'nb_photo': 440, 'list_port_cont': '23645679,23648760,23649802,23680581,23687724,23718768,23739928,23740167,23743561,23747106,23922699,24021475,24026311,24095612,24132400,24140848,24177801,24203373,24224246,24261411,24264327,24283123,24327883,24329541,24334018,24340559,24342311,24348355,24379822,24392039,24403306,24404338,24428104,24430024,24430471,24446156,24449373,24555852,24555878,24555913,24555988,24556128,24556253,24556315,24556327,24556646,24556975,24557038,24557150,24558937', 'assoc_port': '23632822:23645679,23639778:23648760,23639779:23649802,23663163:23680581,23677331:23740167,23687054:23687724,23697328:23718768,23712024:23747106,23721649:23739928,23731805:23743561,23922279:23922699,23937766:24177801,23938595:24021475,23973585:24095612,23996438:24132400,24006419:24140848,24024481:24026311,24092888:24203373,24115402:24224246,24124274:24264327,24209101:24261411,24230137:24283123,24295858:24327883,24295907:24329541,24296274:24334018,24297010:24340559,24309312:24342311,24309636:24348355,24370833:24379822,24386152:24392039,24401551:24404338,24401819:24403306,24418471:24428104,24420638:24430471,24420640:24430024,24436616:24449373,24445181:24446156,24512378:24558937,24514943:24557150,24514951:24556975,24515066:24557038,24515127:24556646,24515304:24556327,24515721:24556253,24515958:24556315,24516387:24556128,24516609:24555913,24516769:24555878,24516868:24555852,24517097:24555988', 'assoc_mat': '23632822:pehd:4203:23645679,23639778:pehd:4203:23648760,23639779:pehd:4203:23649802,23663163:pehd:4203:23680581,23677331:pehd:4203:23740167,23687054:pehd:4203:23687724,23697328:pehd:4203:23718768,23712024:pehd:4203:23747106,23721649:pehd:4203:23739928,23731805:pehd:4203:23743561,23922279:pehd:4203:23922699,23937766:pehd:4203:24177801,23938595:pehd:4203:24021475,23973585:pehd:4203:24095612,23996438:pehd:4203:24132400,24006419:pehd:4203:24140848,24024481:pehd:4203:24026311,24092888:pehd:4203:24203373,24115402:pehd:4203:24224246,24124274:pehd:4203:24264327,24209101:pehd:4203:24261411,24230137:pehd:4203:24283123,24295858:pehd:4203:24327883,24295907:pehd:4203:24329541,24296274:pehd:4203:24334018,24297010:pehd:4203:24340559,24309312:pehd:4203:24342311,24309636:pehd:4203:24348355,24370833:pehd:4203:24379822,24386152:pehd:4203:24392039,24401551:pehd:4203:24404338,24401819:pehd:4203:24403306,24418471:pehd:4203:24428104,24420638:pehd:4203:24430471,24420640:pehd:4203:24430024,24436616:pehd:4203:24449373,24445181:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005014675677702058, 'nb_photo': 575, 'list_port_cont': '23543020,23543814,23547754,23552388,23564180,23589780,23594381,23621185,23630344,23633060,23634870,23635281,23636307,23636815,23637985,23638483,23640780,23644547,23646354,23647230,23669740,23672289,23676542,23677932,23679052,23679230,23679935,23682175,23683289,23683538,23684095,23684327,23687267,23687644,23688706,23688987,23691368,23691563,23694361,23700283,23700754,23703487,23709362,23711204,23711359,23719771,23726142,23808138,23819307,23819603,23822444,23829575,23831681,23851770,23885274,23902720,23919515,23919562,23921796,23973840,23974423,23983543,23985660,24000860,24001229,24003197,24003340,24009998,24011516,24012611,24014769,24015220,24019906,24021145,24024452,24049459,24050445,24053655,24056518,24060702,24070097,24077214,24091044,24103206,24115772,24116322,24117204,24117700,24117914,24118317,24218666,24223033,24225743,24230215,24230723,24298594,24299682,24302578,24304075,24306577,24307507,24309773,24310328,24314800,24315756,24317664,24317994,24318807,24320884,24323866,24324945,24326960,24327144,2432763', 'assoc_port': '23542724:23543020,23543543:23543814,23547113:23547754,23550738:23552388,23563500:23564180,23589275:23589780,23594057:23594381,23620728:23621185,23630254:23630344,23632819:23636307,23632837:23633060,23634445:23635281,23634456:23634870,23636432:23636815,23637425:23638483,23637428:23637985,23639798:23640780,23644224:23644547,23645860:23647230,23645868:23646354,23663158:23679935,23669196:23669740,23671675:23672289,23676095:23676542,23677324:23679230,23677325:23679052,23677329:23677932,23681696:23684095,23681718:23683538,23681729:23682175,23683044:23683289,23683967:23684327,23687037:23687644,23687069:23687267,23688369:23688987,23688374:23688706,23691317:23691563,23691320:23691368,23694293:23694361,23699595:23700283,23700571:23700754,23703105:23703487,23709130:23709362,23710993:23711204,23711025:23711359,23719470:23719771,23725945:23726142,23807828:23808138,23819131:23819603,23819182:23819307,23822267:23822444,23829120:23829575,23831270:23831681,23851644:23851770,23885063:23885274,23902533:23902720,23919350:2391956', 'assoc_mat': '23542724:pehd:4207:23543020,23543543:pehd:4207:23543814,23547113:pehd:4207:23547754,23550738:pehd:4207:23552388,23563500:pehd:4207:23564180,23589275:pehd:4207:23589780,23594057:pehd:4207:23594381,23620728:pehd:4207:23621185,23630254:pehd:4207:23630344,23632819:pehd:4207:23636307,23632837:pehd:4207:23633060,23634445:pehd:4207:23635281,23634456:pehd:4207:23634870,23636432:pehd:4207:23636815,23637425:pehd:4207:23638483,23637428:pehd:4207:23637985,23639798:pehd:4207:23640780,23644224:pehd:4207:23644547,23645860:pehd:4207:23647230,23645868:pehd:4207:23646354,23663158:pehd:4207:23679935,23669196:pehd:4207:23669740,23671675:pehd:4207:23672289,23676095:pehd:4207:23676542,23677324:pehd:4207:23679230,23677325:pehd:4207:23679052,23677329:pehd:4207:23677932,23681696:pehd:4207:23684095,23681718:pehd:4207:23683538,23681729:pehd:4207:23682175,23683044:pehd:4207:23683289,23683967:pehd:4207:23684327,23687037:pehd:4207:23687644,23687069:pehd:4207:23687267,23688369:pehd:4207:23688987,23688374:pehd:4207:23688706,23691317:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.011156535973389056, 'nb_photo': 31, 'list_port_cont': '23630475,23634759,23643708,23664562,23678160,23688960,24171296,24402899,24517368,24523040,24530634,24536412,24536549,24537970,24538266,24539017,24539293,24542654,24544695,24546081', 'assoc_port': '23630268:23630475,23634459:23634759,23643443:23643708,23663166:23664562,23677361:23678160,23688368:23688960,24048746:24171296,24401764:24402899,24515062:24546081,24515244:24544695,24515470:24542654,24515502:24539293,24515614:24536549,24515643:24539017,24515645:24517368,24515773:24536412,24515820:24538266,24515938:24537970,24516107:24530634,24516858:24523040', 'assoc_mat': '23630268:pehd:4461:23630475,23634459:pehd:4461:23634759,23643443:pehd:4461:23643708,23663166:pehd:4461:23664562,23677361:pehd:4461:23678160,23688368:pehd:4461:23688960,24048746:pehd:4461:24171296,24401764:pehd:4461:24402899,24515062:pehd:4461:24546081,24515244:pehd:4461:24544695,24515470:pehd:4461:24542654,24515502:pehd:4461:24539293,24515614:pehd:4461:24536549,24515643:pehd:4461:24539017,24515645:pehd:4461:24517368,24515773:pehd:4461:24536412,24515820:pehd:4461:24538266,24515938:pehd:4461:24537970,24516107:pehd:4461:24530634,24516858:pehd:4461:24523040'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009175989777449718, 'nb_photo': 1235, 'list_port_cont': '23543864,23556490,23568407,23568520,23569015,23572049,23573388,23575058,23581456,23584443,23585031,23607879,23609564,23609673,23612641,23630661,23631414,23636627,23645645,23645811,23646059,23649914,23651829,23652215,23653779,23654208,23662699,23679616,23681979,23684859,23687924,23689166,23689210,23693209,23694380,23701058,23703326,23708032,23708157,23718027,23720916,23727988,23732802,23740356,23820003,23842227,23855224,23903322,23920064,23926442,24000720,24019582,24021194,24024856,24026089,24027154,24035635,24086312,24132342,24137403,24138856,24144534,24145136,24166571,24167911,24168714,24172499,24177906,24178506,24179549,24182217,24192338,24205073,24223360,24231637,24263592,24264029,24279670,24328058,24328507,24328705,24329816,24330903,24331437,24334378,24336010,24339569,24340185,24340645,24342238,24344558,24348469,24379626,24380981,24382402,24389683,24392088,24403329,24403335,24403518,24403870,24404747,24420308,24427622,24427783,24428248,24429875,24431144,24446420,24449922,24450355,24513157,24515904,2451604', 'assoc_port': '23530936:23569015,23534655:23584443,23537917:23573388,23543496:23543864,23547108:23575058,23556266:23585031,23556285:23556490,23560096:23581456,23563498:23572049,23568013:23568520,23568015:23568407,23589264:23612641,23594055:23607879,23596509:23609564,23596511:23609673,23620720:23630661,23620726:23631414,23634444:23645645,23634448:23645811,23634454:23646059,23636438:23636627,23639806:23649914,23643445:23651829,23643450:23652215,23644227:23662699,23645866:23653779,23647432:23654208,23665039:23684859,23669200:23708032,23676096:23679616,23681698:23703326,23681723:23732802,23681731:23681979,23683993:23708157,23687038:23687924,23688370:23689166,23688373:23689210,23691319:23693209,23694294:23694380,23697324:23718027,23699597:23701058,23702416:23720916,23704454:23727988,23722784:23740356,23819105:23820003,23829119:23842227,23848754:23855224,23902364:23903322,23919348:23920064,23925728:23926442,23936972:24000720,23937813:24177906,23938039:24019582,23938638:24178506,23958509:24086312,23996440:24132342,24000707:2413740', 'assoc_mat': '23530936:pehd:4200:23569015,23534655:pehd:4200:23584443,23537917:pehd:4200:23573388,23543496:pehd:4200:23543864,23547108:pehd:4200:23575058,23556266:pehd:4200:23585031,23556285:pehd:4200:23556490,23560096:pehd:4200:23581456,23563498:pehd:4200:23572049,23568013:pehd:4200:23568520,23568015:pehd:4200:23568407,23589264:pehd:4200:23612641,23594055:pehd:4200:23607879,23596509:pehd:4200:23609564,23596511:pehd:4200:23609673,23620720:pehd:4200:23630661,23620726:pehd:4200:23631414,23634444:pehd:4200:23645645,23634448:pehd:4200:23645811,23634454:pehd:4200:23646059,23636438:pehd:4200:23636627,23639806:pehd:4200:23649914,23643445:pehd:4200:23651829,23643450:pehd:4200:23652215,23644227:pehd:4200:23662699,23645866:pehd:4200:23653779,23647432:pehd:4200:23654208,23665039:pehd:4200:23684859,23669200:pehd:4200:23708032,23676096:pehd:4200:23679616,23681698:pehd:4200:23703326,23681723:pehd:4200:23732802,23681731:pehd:4200:23681979,23683993:pehd:4200:23708157,23687038:pehd:4200:23687924,23688370:pehd:4200:23689166,23688373:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008527562238841525, 'nb_photo': 690, 'list_port_cont': '23572714,23630456,23634782,23640488,23646552,23651690,23666274,23674035,23682238,23683307,23691599,23851894,23903357,23925946,23967741,24204863,24298435,24298683,24299175,24301292,24311726,24367258,24402679,24416632,24429793,24430849,24439833,24443137,24513256,24513498,24516272,24516997,24517082,24517107,24517435,24517637,24517933,24518019,24518544,24518800,24519328,24519439,24519673,24519700,24519751,24520264,24520494,24520693,24521014,24521051,24521564,24521850,24522629,24522915,24523013,24523156,24523287,24523727,24523911,24524175,24524907,24525549,24525751,24525887,24525936,24525956,24526170,24526186,24526637,24526754,24526906,24527827,24527998,24528055,24528360,24528515,24529231,24529395,24530277,24530427,24530926,24530997,24531217,24531564,24531665,24531711,24532140,24532470,24532645,24532796,24532978,24533020,24533053,24534050,24534295,24534341,24534487,24534781,24535034,24535043,24535304,24535544,24535617,24536101,24536110,24536210,24536519,24536770,24536827,24537397,24537413,24537834,24537931,2453813', 'assoc_port': '23572471:23572714,23630253:23630456,23634450:23634782,23639809:23640488,23645864:23646552,23651477:23651690,23665041:23666274,23673393:23674035,23681697:23682238,23683047:23683307,23691316:23691599,23851645:23851894,23902199:23903357,23925763:23925946,23966882:23967741,24093962:24204863,24295880:24528360,24295922:24301292,24296180:24520494,24296384:24299175,24296752:24298683,24297088:24298435,24309395:24311726,24366878:24367258,24401854:24402679,24415973:24416632,24421764:24430849,24429600:24429793,24439758:24439833,24442988:24443137,24512224:24555002,24512256:24555412,24512292:24556295,24512298:24556679,24512385:24559137,24512394:24559586,24512403:24513256,24512444:24513498,24514854:24544247,24514855:24542543,24514860:24544421,24514864:24542427,24514966:24546912,24514987:24542229,24515045:24542070,24515049:24543697,24515055:24541868,24515059:24543292,24515064:24541552,24515072:24542830,24515107:24541568,24515214:24541415,24515218:24540406,24515238:24540019,24515241:24540395,24515246:24539772,24515251:2454108', 'assoc_mat': '23572471:pehd:4209:23572714,23630253:pehd:4209:23630456,23634450:pehd:4209:23634782,23639809:pehd:4209:23640488,23645864:pehd:4209:23646552,23651477:pehd:4209:23651690,23665041:pehd:4209:23666274,23673393:pehd:4209:23674035,23681697:pehd:4209:23682238,23683047:pehd:4209:23683307,23691316:pehd:4209:23691599,23851645:pehd:4209:23851894,23902199:pehd:4209:23903357,23925763:pehd:4209:23925946,23966882:pehd:4209:23967741,24093962:pehd:4209:24204863,24295880:pehd:4209:24528360,24295922:pehd:4209:24301292,24296180:pehd:4209:24520494,24296384:pehd:4209:24299175,24296752:pehd:4209:24298683,24297088:pehd:4209:24298435,24309395:pehd:4209:24311726,24366878:pehd:4209:24367258,24401854:pehd:4209:24402679,24415973:pehd:4209:24416632,24421764:pehd:4209:24430849,24429600:pehd:4209:24429793,24439758:pehd:4209:24439833,24442988:pehd:4209:24443137,24512224:pehd:4209:24555002,24512256:pehd:4209:24555412,24512292:pehd:4209:24556295,24512298:pehd:4209:24556679,24512385:pehd:4209:24559137,24512394:pehd:4209:24559586,24512403:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9568223398926656, 'nb_photo': 14302, 'list_port_cont': '23535081,23538741,23541548,23543985,23548209,23551896,23555597,23560660,23564445,23569995,23570285,23586062,23587109,23589854,23593017,23593375,23597266,23621508,23621863,23622239,23633792,23635066,23635205,23638298,23640787,23641939,23644730,23646933,23651953,23666389,23667095,23670228,23671403,23672721,23674187,23676756,23682405,23684592,23685551,23687479,23688894,23691726,23694412,23700470,23702936,23705074,23708001,23708792,23712611,23716407,23717634,23719926,23723504,23726441,23732284,23811494,23819867,23820600,23829928,23832157,23853893,23902860,23919614,23920798,23926114,23926137,24020630,24022606,24024668,24025238,24040473,24042573,24096544,24134697,24135454,24136105,24137273,24139475,24143635,24144862,24145248,24168452,24168743,24169594,24171854,24173662,24174485,24174987,24178296,24182666,24189599,24206122,24211189,24213930,24223419,24233256,24244139,24263113,24264071,24265045,24297744,24299108,24300095,24300795,24301319,24302126,24303276,24307775,24308458,24308798,24309831,24311267,24314505,2431694', 'assoc_port': '23534654:23535081,23537920:23538741,23540436:23541548,23543517:23543985,23547110:23548209,23550747:23551896,23555036:23555597,23560093:23560660,23563503:23564445,23569424:23570285,23569432:23569995,23585185:23586062,23586473:23587109,23589266:23589854,23592543:23593375,23592547:23593017,23596517:23597266,23620718:23622239,23620722:23621863,23620756:23621508,23632820:23633792,23634446:23635205,23634457:23635066,23637427:23638298,23639808:23640787,23641366:23641939,23644225:23644730,23645862:23646933,23651476:23651953,23663153:23667095,23665045:23666389,23669198:23670228,23670888:23671403,23671695:23672721,23673440:23674187,23676097:23676756,23681716:23685551,23681727:23682405,23683964:23684592,23687040:23687479,23688376:23688894,23691318:23691726,23694292:23694412,23699593:23700470,23702410:23702936,23704456:23705074,23707619:23708001,23708553:23708792,23712026:23712611,23715744:23717634,23715751:23716407,23719475:23719926,23722757:23723504,23725935:23726441,23731806:23732284,23811030:23811494,23819146:2382060', 'assoc_mat': '23534654:pehd:4211:23535081,23537920:pehd:4211:23538741,23540436:pehd:4211:23541548,23543517:pehd:4211:23543985,23547110:pehd:4211:23548209,23550747:pehd:4211:23551896,23555036:pehd:4211:23555597,23560093:pehd:4211:23560660,23563503:pehd:4211:23564445,23569424:pehd:4211:23570285,23569432:pehd:4211:23569995,23585185:pehd:4211:23586062,23586473:pehd:4211:23587109,23589266:pehd:4211:23589854,23592543:pehd:4211:23593375,23592547:pehd:4211:23593017,23596517:pehd:4211:23597266,23620718:pehd:4211:23622239,23620722:pehd:4211:23621863,23620756:pehd:4211:23621508,23632820:pehd:4211:23633792,23634446:pehd:4211:23635205,23634457:pehd:4211:23635066,23637427:pehd:4211:23638298,23639808:pehd:4211:23640787,23641366:pehd:4211:23641939,23644225:pehd:4211:23644730,23645862:pehd:4211:23646933,23651476:pehd:4211:23651953,23663153:pehd:4211:23667095,23665045:pehd:4211:23666389,23669198:pehd:4211:23670228,23670888:pehd:4211:23671403,23671695:pehd:4211:23672721,23673440:pehd:4211:23674187,23676097:pehd:4211:23676756,23681716:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015316845487122561, 'nb_photo': 5, 'list_port_cont': '24166401,24438856,24519458,24523579', 'assoc_port': '24102019:24166401,24430482:24438856,24515221:24523579,24517317:24519458', 'assoc_mat': '24102019:pehd:3327:24166401,24430482:pehd:3327:24438856,24515221:pehd:3327:24523579,24517317:pehd:3327:24519458'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001398006486304012, 'nb_photo': 1, 'list_port_cont': '24439470', 'assoc_port': '24439171:24439470', 'assoc_mat': '24439171:pehd:3594:24439470'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006425953972736693, 'nb_photo': 40, 'list_port_cont': '23560218,23568684,23585428,23631695,23647064,23680077,23700923,23739607,23808052,23822462,23903165,24021679,24167579,24220697,24242934,24261472,24264054,24332286,24342226,24555624,24555706,24555759,24555815', 'assoc_port': '23530935:23568684,23543498:23585428,23560100:23560218,23620751:23631695,23636434:23647064,23663161:23680077,23700572:23700923,23721651:23739607,23807832:23808052,23822266:23822462,23851582:23903165,24014596:24021679,24048632:24167579,24092863:24261472,24115357:24220697,24198474:24242934,24225484:24264054,24296252:24332286,24309364:24342226,24515821:24555815,24516395:24555706,24516656:24555759,24516701:24555624', 'assoc_mat': '23530935:pet_clair:4205:23568684,23543498:pet_clair:4205:23585428,23560100:pet_clair:4205:23560218,23620751:pet_clair:4205:23631695,23636434:pet_clair:4205:23647064,23663161:pet_clair:4205:23680077,23700572:pet_clair:4205:23700923,23721651:pet_clair:4205:23739607,23807832:pet_clair:4205:23808052,23822266:pet_clair:4205:23822462,23851582:pet_clair:4205:23903165,24014596:pet_clair:4205:24021679,24048632:pet_clair:4205:24167579,24092863:pet_clair:4205:24261472,24115357:pet_clair:4205:24220697,24198474:pet_clair:4205:24242934,24225484:pet_clair:4205:24264054,24296252:pet_clair:4205:24332286,24309364:pet_clair:4205:24342226,24515821:pet_clair:4205:24555815,24516395:pet_clair:4205:24555706,24516656:pet_clair:4205:24555759,24516701:pet_clair:4205:24555624'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0008335687687504041, 'nb_photo': 20, 'list_port_cont': '23645684,23680589,23740168,23743563,24026307,24392042,24555855,24555887,24555982,24556249,24556310,24556328,24556983,24557153', 'assoc_port': '23632822:23645684,23663163:23680589,23677331:23740168,23731805:23743563,24024481:24026307,24386152:24392042,24514943:24557153,24514951:24556983,24515304:24556328,24515721:24556249,24515958:24556310,24516769:24555887,24516868:24555855,24517097:24555982', 'assoc_mat': '23632822:pet_clair:4203:23645684,23663163:pet_clair:4203:23680589,23677331:pet_clair:4203:23740168,23731805:pet_clair:4203:23743563,24024481:pet_clair:4203:24026307,24386152:pet_clair:4203:24392042,24514943:pet_clair:4203:24557153,24514951:pet_clair:4203:24556983,24515304:pet_clair:4203:24556328,24515721:pet_clair:4203:24556249,24515958:pet_clair:4203:24556310,24516769:pet_clair:4203:24555887,24516868:pet_clair:4203:24555855,24517097:pet_clair:4203:24555982'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0017882916561876956, 'nb_photo': 37, 'list_port_cont': '23543023,23552384,23564182,23621208,23638491,23647238,23669732,23679219,23684094,23687653,23709356,23712454,23718361,23831692,23832736,24021141,24024449,24049453,24053651,24223036,24302571,24402513,24402783,24403775,24517332,24522549,24523799,24539207,24545168,24548290,24548782,24549870,24551436,24552799,24554364,24555187', 'assoc_port': '23542724:23543023,23550738:23552384,23563500:23564182,23620728:23621208,23637425:23638491,23645860:23647238,23669196:23669732,23677324:23679219,23681696:23684094,23687037:23687653,23709130:23709356,23712077:23712454,23718193:23718361,23831262:23832736,23831270:23831692,23938788:24021141,24024250:24024449,24049060:24049453,24053352:24053651,24222735:24223036,24296764:24302571,24401665:24403775,24401818:24402783,24401846:24402513,24512219:24554364,24514863:24555187,24515024:24552799,24515223:24551436,24515332:24548782,24515393:24549870,24515398:24548290,24515596:24539207,24515980:24545168,24516034:24517332,24516711:24523799,24517260:24522549', 'assoc_mat': '23542724:pet_clair:4207:23543023,23550738:pet_clair:4207:23552384,23563500:pet_clair:4207:23564182,23620728:pet_clair:4207:23621208,23637425:pet_clair:4207:23638491,23645860:pet_clair:4207:23647238,23669196:pet_clair:4207:23669732,23677324:pet_clair:4207:23679219,23681696:pet_clair:4207:23684094,23687037:pet_clair:4207:23687653,23709130:pet_clair:4207:23709356,23712077:pet_clair:4207:23712454,23718193:pet_clair:4207:23718361,23831262:pet_clair:4207:23832736,23831270:pet_clair:4207:23831692,23938788:pet_clair:4207:24021141,24024250:pet_clair:4207:24024449,24049060:pet_clair:4207:24049453,24053352:pet_clair:4207:24053651,24222735:pet_clair:4207:24223036,24296764:pet_clair:4207:24302571,24401665:pet_clair:4207:24403775,24401818:pet_clair:4207:24402783,24401846:pet_clair:4207:24402513,24512219:pet_clair:4207:24554364,24514863:pet_clair:4207:24555187,24515024:pet_clair:4207:24552799,24515223:pet_clair:4207:24551436,24515332:pet_clair:4207:24548782,24515393:pet_clair:4207:24549870,24515398:pet_clair:4207:24548290,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006761774455283455, 'nb_photo': 6, 'list_port_cont': '24518688,24524342,24530630,24538726', 'assoc_port': '24515708:24538726,24516107:24530630,24516734:24524342,24517349:24518688', 'assoc_mat': '24515708:pet_clair:4461:24538726,24516107:pet_clair:4461:24530630,24516734:pet_clair:4461:24524342,24517349:pet_clair:4461:24518688'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007281388962183498, 'nb_photo': 280, 'list_port_cont': '23568397,23568507,23569021,23572041,23581450,23584439,23585025,23607866,23609678,23612649,23630665,23636637,23645644,23645807,23646073,23649908,23652216,23653784,23654217,23662708,23679614,23681980,23684860,23687921,23689161,23694368,23701057,23703314,23708023,23708164,23718017,23720906,23727990,23740365,23820010,23842226,23855215,23920073,23926431,24000727,24019589,24021195,24027167,24035636,24086298,24132348,24138861,24144531,24145137,24166562,24168715,24172510,24177895,24178491,24192335,24205074,24223379,24231650,24279666,24328051,24328503,24328708,24329817,24330908,24331441,24334372,24336008,24340574,24342242,24380984,24403342,24403523,24403881,24404751,24427771,24428241,24429880,24449929,24450347,24515891,24516047,24518159,24518991,24520298,24521274,24521741,24522293,24524424,24524838,24525264,24526282,24527441,24527680,24528293,24530118,24530522,24532053,24532298,24533215,24534232,24535446,24535638,24536052,24536971,24537257,24538002,24539151,24540357,24540832,24541637,24542453,24543757,24544030,2454420', 'assoc_port': '23530936:23569021,23534655:23584439,23556266:23585025,23560096:23581450,23563498:23572041,23568013:23568507,23568015:23568397,23589264:23612649,23594055:23607866,23596511:23609678,23620720:23630665,23634444:23645644,23634448:23645807,23634454:23646073,23636438:23636637,23639806:23649908,23643450:23652216,23644227:23662708,23645866:23653784,23647432:23654217,23665039:23684860,23669200:23708023,23676096:23679614,23681698:23703314,23681731:23681980,23683993:23708164,23687038:23687921,23688370:23689161,23694294:23694368,23697324:23718017,23699597:23701057,23702416:23720906,23704454:23727990,23722784:23740365,23819105:23820010,23829119:23842226,23848754:23855215,23919348:23920073,23925728:23926431,23936972:24000727,23937813:24177895,23938039:24019589,23938638:24178491,23958509:24086298,23996440:24132348,24002905:24138861,24009623:24144531,24009626:24145137,24014637:24021195,24024255:24035636,24024473:24027167,24047884:24166562,24048679:24168715,24049057:24172510,24090695:24192335,24093992:24205074,24115393:2422337', 'assoc_mat': '23530936:pet_clair:4200:23569021,23534655:pet_clair:4200:23584439,23556266:pet_clair:4200:23585025,23560096:pet_clair:4200:23581450,23563498:pet_clair:4200:23572041,23568013:pet_clair:4200:23568507,23568015:pet_clair:4200:23568397,23589264:pet_clair:4200:23612649,23594055:pet_clair:4200:23607866,23596511:pet_clair:4200:23609678,23620720:pet_clair:4200:23630665,23634444:pet_clair:4200:23645644,23634448:pet_clair:4200:23645807,23634454:pet_clair:4200:23646073,23636438:pet_clair:4200:23636637,23639806:pet_clair:4200:23649908,23643450:pet_clair:4200:23652216,23644227:pet_clair:4200:23662708,23645866:pet_clair:4200:23653784,23647432:pet_clair:4200:23654217,23665039:pet_clair:4200:23684860,23669200:pet_clair:4200:23708023,23676096:pet_clair:4200:23679614,23681698:pet_clair:4200:23703314,23681731:pet_clair:4200:23681980,23683993:pet_clair:4200:23708164,23687038:pet_clair:4200:23687921,23688370:pet_clair:4200:23689161,23694294:pet_clair:4200:23694368,23697324:pet_clair:4200:23718017,23699597:pet_clair:4200:23701057,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0050834517045454525, 'nb_photo': 10, 'list_port_cont': '24303620', 'assoc_port': '24295880:24303620', 'assoc_mat': '24295880:pet_clair:3594:24303620'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009121655624341335, 'nb_photo': 23, 'list_port_cont': '23640486,23651687,24518542,24518795,24523021,24523150,24527828,24531002,24531210,24531555,24531702,24532478,24533027,24533999,24535624,24542217,24556298,24559130', 'assoc_port': '23639809:23640486,23651477:23651687,24512292:24556298,24512385:24559130,24514987:24542217,24515647:24533999,24515776:24535624,24515857:24532478,24515994:24531555,24515999:24531210,24516109:24531702,24516164:24531002,24516337:24527828,24516466:24523150,24516830:24523021,24517261:24518795,24517351:24518542,24517396:24533027', 'assoc_mat': '23639809:pet_clair:4209:23640486,23651477:pet_clair:4209:23651687,24512292:pet_clair:4209:24556298,24512385:pet_clair:4209:24559130,24514987:pet_clair:4209:24542217,24515647:pet_clair:4209:24533999,24515776:pet_clair:4209:24535624,24515857:pet_clair:4209:24532478,24515994:pet_clair:4209:24531555,24515999:pet_clair:4209:24531210,24516109:pet_clair:4209:24531702,24516164:pet_clair:4209:24531002,24516337:pet_clair:4209:24527828,24516466:pet_clair:4209:24523150,24516830:pet_clair:4209:24523021,24517261:pet_clair:4209:24518795,24517351:pet_clair:4209:24518542,24517396:pet_clair:4209:24533027'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010107045539039714, 'nb_photo': 252, 'list_port_cont': '23535086,23538747,23541552,23551892,23560664,23569987,23570272,23586063,23587103,23621876,23622238,23633798,23635078,23635209,23638290,23641946,23651949,23666397,23667090,23670227,23671394,23674185,23676751,23682398,23685560,23688864,23691729,23694425,23700485,23705068,23708008,23708798,23712606,23716397,23717629,23719919,23723513,23726429,23732277,23811483,23819855,23820617,23829926,23832164,23853892,23902863,23919600,23920795,23926118,23926141,24020616,24022615,24024677,24025237,24040460,24096541,24135457,24137270,24139483,24143624,24144867,24145251,24168455,24168738,24171850,24173656,24189612,24206120,24211180,24223429,24233259,24244147,24263099,24264069,24265038,24303272,24307773,24308449,24309840,24311259,24314479,24322507,24323541,24325371,24327673,24365971,24367704,24367957,24402856,24403495,24403683,24404759,24404783,24418823,24420202,24437199,24513065,24516253,24516627,24517493,24517985,24518392,24519515,24519850,24520715,24520930,24521083,24523301,24523424,24523766,24524383,24524957,24525058,2452591', 'assoc_port': '23534654:23535086,23537920:23538747,23540436:23541552,23550747:23551892,23560093:23560664,23569424:23570272,23569432:23569987,23585185:23586063,23586473:23587103,23620718:23622238,23620722:23621876,23632820:23633798,23634446:23635209,23634457:23635078,23637427:23638290,23641366:23641946,23651476:23651949,23663153:23667090,23665045:23666397,23669198:23670227,23670888:23671394,23673440:23674185,23676097:23676751,23681716:23685560,23681727:23682398,23688376:23688864,23691318:23691729,23694292:23694425,23699593:23700485,23704456:23705068,23707619:23708008,23708553:23708798,23712026:23712606,23715744:23717629,23715751:23716397,23719475:23719919,23722757:23723513,23725935:23726429,23731806:23732277,23811030:23811483,23819146:23820617,23819188:23819855,23829100:23829926,23831264:23832164,23853394:23853892,23902381:23902863,23919387:23919600,23920382:23920795,23925745:23926141,23925766:23926118,23973602:24096541,23999354:24135457,24000700:24137270,24002899:24233259,24002909:24139483,24008313:24143624,24009606:2414486', 'assoc_mat': '23534654:pet_clair:4211:23535086,23537920:pet_clair:4211:23538747,23540436:pet_clair:4211:23541552,23550747:pet_clair:4211:23551892,23560093:pet_clair:4211:23560664,23569424:pet_clair:4211:23570272,23569432:pet_clair:4211:23569987,23585185:pet_clair:4211:23586063,23586473:pet_clair:4211:23587103,23620718:pet_clair:4211:23622238,23620722:pet_clair:4211:23621876,23632820:pet_clair:4211:23633798,23634446:pet_clair:4211:23635209,23634457:pet_clair:4211:23635078,23637427:pet_clair:4211:23638290,23641366:pet_clair:4211:23641946,23651476:pet_clair:4211:23651949,23663153:pet_clair:4211:23667090,23665045:pet_clair:4211:23666397,23669198:pet_clair:4211:23670227,23670888:pet_clair:4211:23671394,23673440:pet_clair:4211:23674185,23676097:pet_clair:4211:23676751,23681716:pet_clair:4211:23685560,23681727:pet_clair:4211:23682398,23688376:pet_clair:4211:23688864,23691318:pet_clair:4211:23691729,23694292:pet_clair:4211:23694425,23699593:pet_clair:4211:23700485,23704456:pet_clair:4211:23705068,23707619:pet_clair:4211:23708008,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9845766715823517, 'nb_photo': 105905, 'list_port_cont': '23543373,23568814,23572180,23573954,23575822,23585109,23586538,23586994,23595920,23596146,23596254,23597069,23602059,23607103,23608059,23608200,23609489,23622312,23628281,23630908,23631345,23631916,23632251,23647736,23647993,23650880,23652923,23653382,23678925,23679171,23679639,23680136,23680907,23687974,23689396,23693451,23696215,23701778,23702075,23703143,23704375,23707522,23708312,23719339,23726646,23726930,23730722,23732345,23734747,23737168,23738073,23738420,23740865,23741449,23742308,23807244,23808426,23808653,23812503,23812539,23823603,23826175,23847666,23857434,23857793,23903632,23914686,23919742,23959785,24001596,24011674,24021157,24021534,24022368,24022433,24022707,24023082,24025105,24025566,24035046,24036013,24080390,24097188,24099698,24117610,24117675,24118734,24133245,24133805,24135048,24138358,24139836,24141515,24147191,24164179,24164671,24164841,24164938,24165152,24165324,24166344,24166404,24167598,24168082,24168171,24168763,24169723,24169974,24170122,24170233,24170326,24171464,24171670,2417172', 'assoc_port': '23534657:23573954,23542721:23543373,23545657:23585109,23550746:23575822,23556267:23586994,23556281:23586538,23563478:23572180,23568035:23568814,23585184:23596254,23585186:23596146,23586467:23597069,23586482:23602059,23592539:23607103,23594051:23608059,23594053:23608200,23595408:23609489,23595419:23595920,23620717:23631345,23620727:23632251,23620741:23622312,23627496:23628281,23630255:23630908,23630741:23631916,23634452:23647736,23636430:23647993,23637430:23678925,23639792:23702075,23639807:23650880,23643447:23652923,23644226:23653382,23644228:23679171,23663156:23680907,23671693:23696215,23676094:23680136,23677327:23679639,23681715:23704375,23681725:23726930,23683042:23730722,23687039:23707522,23687067:23687974,23688367:23708312,23688372:23689396,23691315:23693451,23697318:23719339,23699594:23703143,23700573:23701778,23703106:23726646,23709128:23734747,23711012:23737168,23712074:23738073,23715760:23738420,23722781:23740865,23725944:23741449,23729236:23742308,23731807:23732345,23804660:23807244,23807827:2380842', 'assoc_mat': '23534657:pet_clair:3327:23573954,23542721:pet_clair:3327:23543373,23545657:pet_clair:3327:23585109,23550746:pet_clair:3327:23575822,23556267:pet_clair:3327:23586994,23556281:pet_clair:3327:23586538,23563478:pet_clair:3327:23572180,23568035:pet_clair:3327:23568814,23585184:pet_clair:3327:23596254,23585186:pet_clair:3327:23596146,23586467:pet_clair:3327:23597069,23586482:pet_clair:3327:23602059,23592539:pet_clair:3327:23607103,23594051:pet_clair:3327:23608059,23594053:pet_clair:3327:23608200,23595408:pet_clair:3327:23609489,23595419:pet_clair:3327:23595920,23620717:pet_clair:3327:23631345,23620727:pet_clair:3327:23632251,23620741:pet_clair:3327:23622312,23627496:pet_clair:3327:23628281,23630255:pet_clair:3327:23630908,23630741:pet_clair:3327:23631916,23634452:pet_clair:3327:23647736,23636430:pet_clair:3327:23647993,23637430:pet_clair:3327:23678925,23639792:pet_clair:3327:23702075,23639807:pet_clair:3327:23650880,23643447:pet_clair:3327:23652923,23644226:pet_clair:3327:23653382,23644228:pet_clair:3327:23679171,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.017272279544577725, 'nb_photo': 63, 'list_port_cont': '24437183,24439471,24440267,24443411,24443796', 'assoc_port': '24436620:24437183,24439171:24439471,24439759:24440267,24442986:24443796,24442990:24443411', 'assoc_mat': '24436620:pet_clair:3594:24437183,24439171:pet_clair:3594:24439471,24439759:pet_clair:3594:24440267,24442986:pet_clair:3594:24443796,24442990:pet_clair:3594:24443411'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003264481720792232, 'nb_photo': 1, 'list_port_cont': '24528010', 'assoc_port': '24516669:24528010', 'assoc_mat': '24516669:pet_fonce:4207:24528010'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0013162166368546574, 'nb_photo': 4, 'list_port_cont': '24303616', 'assoc_port': '24295880:24303616', 'assoc_mat': '24295880:pet_fonce:3594:24303616'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 2.2845344284148505e-05, 'nb_photo': 1, 'list_port_cont': '23621866', 'assoc_port': '23620722:23621866', 'assoc_mat': '23620722:pet_fonce:4211:23621866'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004128859331591335, 'nb_photo': 10, 'list_port_cont': '23630907,23847674,23914679,24139834,24172919,24329575,24404145,24438847', 'assoc_port': '23630255:23630907,23831266:23847674,23885061:23914679,24002903:24139834,24048750:24172919,24295782:24329575,24401667:24404145,24430482:24438847', 'assoc_mat': '23630255:pet_fonce:3327:23630907,23831266:pet_fonce:3327:23847674,23885061:pet_fonce:3327:23914679,24002903:pet_fonce:3327:24139834,24048750:pet_fonce:3327:24172919,24295782:pet_fonce:3327:24329575,24401667:pet_fonce:3327:24404145,24430482:pet_fonce:3327:24438847'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001181995490478686, 'nb_photo': 6, 'list_port_cont': '24437185,24439463,24440263', 'assoc_port': '24436620:24437185,24439171:24439463,24439759:24440263', 'assoc_mat': '24436620:pet_fonce:3594:24437185,24439171:pet_fonce:3594:24439463,24439759:pet_fonce:3594:24440263'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005246749261059859, 'nb_photo': 3, 'list_port_cont': '23680071,23700920,24332278', 'assoc_port': '23663161:23680071,23700572:23700920,24296252:24332278', 'assoc_mat': '23663161:pet_opaque:4205:23680071,23700572:pet_opaque:4205:23700920,24296252:pet_opaque:4205:24332278'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00019345058395286844, 'nb_photo': 2, 'list_port_cont': '23680584,24224245', 'assoc_port': '23663163:23680584,24115402:24224245', 'assoc_mat': '23663163:pet_opaque:4203:23680584,24115402:pet_opaque:4203:24224245'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001460438606437233, 'nb_photo': 7, 'list_port_cont': '23543809,23594387,23679233,23719775,24422207,24534439,24554334', 'assoc_port': '23543543:23543809,23594057:23594387,23677324:23679233,23719470:23719775,24421760:24422207,24515056:24554334,24516027:24534439', 'assoc_mat': '23543543:pet_opaque:4207:23543809,23594057:pet_opaque:4207:23594387,23677324:pet_opaque:4207:23679233,23719470:pet_opaque:4207:23719775,24421760:pet_opaque:4207:24422207,24515056:pet_opaque:4207:24554334,24516027:pet_opaque:4207:24534439'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002856905509368889, 'nb_photo': 8, 'list_port_cont': '23586893,23597184,24264980,24443353,24520942,24542258,24546613', 'assoc_port': '23586475:23586893,23596513:23597184,24230133:24264980,24442996:24443353,24514986:24546613,24515612:24542258,24516661:24520942', 'assoc_mat': '23586475:pet_opaque:4461:23586893,23596513:pet_opaque:4461:23597184,24230133:pet_opaque:4461:24264980,24442996:pet_opaque:4461:24443353,24514986:pet_opaque:4461:24546613,24515612:pet_opaque:4461:24542258,24516661:pet_opaque:4461:24520942'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002405932024470894, 'nb_photo': 311, 'list_port_cont': '23543866,23556489,23568411,23568519,23569008,23572045,23573389,23575052,23584437,23585021,23607875,23609563,23612640,23630671,23631408,23636632,23645649,23645812,23646060,23649918,23651831,23652227,23654212,23662701,23679617,23681974,23684863,23687923,23689215,23701067,23703315,23708021,23708166,23718023,23720912,23727980,23740352,23820013,23842234,23855227,23903315,23920062,23926432,24019584,24021196,24024866,24026090,24035637,24086306,24137406,24138870,24144533,24166561,24167914,24168721,24172497,24177907,24179553,24223385,24263581,24264031,24279665,24328509,24328697,24329805,24330910,24331434,24336011,24339560,24340179,24340316,24342241,24348472,24379618,24389675,24403344,24403528,24403869,24403879,24404744,24420297,24427621,24427781,24428246,24429877,24431135,24445313,24449936,24513163,24515896,24516950,24519003,24520300,24522301,24522484,24524423,24524840,24525269,24526284,24528291,24528742,24530120,24530534,24532042,24532299,24533222,24534221,24535640,24536048,24536974,24537255,24539981,24540340,2454083', 'assoc_port': '23530936:23569008,23534655:23584437,23537917:23573389,23543496:23543866,23547108:23575052,23556266:23585021,23556285:23556489,23563498:23572045,23568013:23568519,23568015:23568411,23589264:23612640,23594055:23607875,23596509:23609563,23620720:23630671,23620726:23631408,23634444:23645649,23634448:23645812,23634454:23646060,23636438:23636632,23639806:23649918,23643445:23651831,23643450:23652227,23644227:23662701,23647432:23654212,23665039:23684863,23669200:23708021,23676096:23679617,23681698:23703315,23681731:23681974,23683993:23708166,23687038:23687923,23688373:23689215,23697324:23718023,23699597:23701067,23702416:23720912,23704454:23727980,23722784:23740352,23819105:23820013,23829119:23842234,23848754:23855227,23902364:23903315,23919348:23920062,23925728:23926432,23937813:24177907,23938039:24019584,23958509:24086306,24000707:24137406,24002905:24138870,24009623:24144533,24014637:24021196,24024255:24035637,24024482:24026090,24024489:24024866,24047884:24166561,24048650:24167914,24048679:24168721,24049057:2417249', 'assoc_mat': '23530936:pet_opaque:4200:23569008,23534655:pet_opaque:4200:23584437,23537917:pet_opaque:4200:23573389,23543496:pet_opaque:4200:23543866,23547108:pet_opaque:4200:23575052,23556266:pet_opaque:4200:23585021,23556285:pet_opaque:4200:23556489,23563498:pet_opaque:4200:23572045,23568013:pet_opaque:4200:23568519,23568015:pet_opaque:4200:23568411,23589264:pet_opaque:4200:23612640,23594055:pet_opaque:4200:23607875,23596509:pet_opaque:4200:23609563,23620720:pet_opaque:4200:23630671,23620726:pet_opaque:4200:23631408,23634444:pet_opaque:4200:23645649,23634448:pet_opaque:4200:23645812,23634454:pet_opaque:4200:23646060,23636438:pet_opaque:4200:23636632,23639806:pet_opaque:4200:23649918,23643445:pet_opaque:4200:23651831,23643450:pet_opaque:4200:23652227,23644227:pet_opaque:4200:23662701,23647432:pet_opaque:4200:23654212,23665039:pet_opaque:4200:23684863,23669200:pet_opaque:4200:23708021,23676096:pet_opaque:4200:23679617,23681698:pet_opaque:4200:23703315,23681731:pet_opaque:4200:23681974,23683993:pet_opaque:4200:23708166,2368'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0006861353658911684, 'nb_photo': 10, 'list_port_cont': '23683312,24204829,24312063,24523159,24524912,24525966,24528368,24531666,24532651,24542555', 'assoc_port': '23683047:23683312,24093962:24204829,24295880:24528368,24309317:24312063,24514855:24542555,24515775:24532651,24515984:24531666,24516466:24523159,24516645:24524912,24516654:24525966', 'assoc_mat': '23683047:pet_opaque:4209:23683312,24093962:pet_opaque:4209:24204829,24295880:pet_opaque:4209:24528368,24309317:pet_opaque:4209:24312063,24514855:pet_opaque:4209:24542555,24515775:pet_opaque:4209:24532651,24515984:pet_opaque:4209:24531666,24516466:pet_opaque:4209:24523159,24516645:pet_opaque:4209:24524912,24516654:pet_opaque:4209:24525966'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002822925814287464, 'nb_photo': 189, 'list_port_cont': '23535093,23538736,23551897,23555595,23564450,23570270,23589867,23593367,23621510,23622245,23635072,23635215,23638291,23644734,23646928,23666395,23671397,23672725,23684587,23685555,23688879,23691727,23694421,23700483,23702939,23705060,23708014,23712604,23719915,23726430,23811485,23829921,23853897,23902873,23920800,23926119,23926136,24020622,24025225,24042575,24096545,24135469,24136117,24137266,24144866,24145253,24169608,24171842,24174991,24178295,24189606,24206112,24211196,24233262,24263112,24264066,24299114,24300803,24301318,24307771,24308807,24309828,24316936,24317547,24317921,24319635,24323538,24325375,24327665,24365986,24367701,24402844,24403537,24403688,24418818,24419266,24420905,24437191,24445583,24516770,24518829,24519221,24520710,24520937,24521084,24523648,24523770,24524390,24525368,24525923,24526131,24526317,24527361,24527747,24528036,24528315,24529901,24529933,24532196,24533507,24534098,24534426,24534679,24542124,24547750,24551836,24551918,24552213,24569796,24569994,24570587,24571862,24572481,2457292', 'assoc_port': '23534654:23535093,23537920:23538736,23550747:23551897,23555036:23555595,23563503:23564450,23569424:23570270,23589266:23589867,23592543:23593367,23620718:23622245,23620756:23621510,23634446:23635215,23634457:23635072,23637427:23638291,23644225:23644734,23645862:23646928,23665045:23666395,23670888:23671397,23671695:23672725,23681716:23685555,23683964:23684587,23688376:23688879,23691318:23691727,23694292:23694421,23699593:23700483,23702410:23702939,23704456:23705060,23707619:23708014,23712026:23712604,23719475:23719915,23725935:23726430,23811030:23811485,23829100:23829921,23853394:23853897,23902381:23902873,23920382:23920800,23925745:23926136,23925766:23926119,23937803:24178295,23973602:24096545,23999354:24135469,23999356:24136117,24000700:24137266,24002899:24233262,24009606:24144866,24009625:24145253,24011265:24042575,24014638:24020622,24024486:24025225,24048687:24169608,24048759:24171842,24055726:24174991,24088250:24189606,24093998:24206112,24099490:24211196,24218384:24263112,24234685:24264066,24295801:2432537', 'assoc_mat': '23534654:pet_opaque:4211:23535093,23537920:pet_opaque:4211:23538736,23550747:pet_opaque:4211:23551897,23555036:pet_opaque:4211:23555595,23563503:pet_opaque:4211:23564450,23569424:pet_opaque:4211:23570270,23589266:pet_opaque:4211:23589867,23592543:pet_opaque:4211:23593367,23620718:pet_opaque:4211:23622245,23620756:pet_opaque:4211:23621510,23634446:pet_opaque:4211:23635215,23634457:pet_opaque:4211:23635072,23637427:pet_opaque:4211:23638291,23644225:pet_opaque:4211:23644734,23645862:pet_opaque:4211:23646928,23665045:pet_opaque:4211:23666395,23670888:pet_opaque:4211:23671397,23671695:pet_opaque:4211:23672725,23681716:pet_opaque:4211:23685555,23683964:pet_opaque:4211:23684587,23688376:pet_opaque:4211:23688879,23691318:pet_opaque:4211:23691727,23694292:pet_opaque:4211:23694421,23699593:pet_opaque:4211:23700483,23702410:pet_opaque:4211:23702939,23704456:pet_opaque:4211:23705060,23707619:pet_opaque:4211:23708014,23712026:pet_opaque:4211:23712604,23719475:pet_opaque:4211:23719915,23725935:pet_opaque:4211:23726430,2381'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0027733718286964276, 'nb_photo': 1, 'list_port_cont': '24296667', 'assoc_port': '24296180:24296667', 'assoc_mat': '24296180:plastique:3726:24296667'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005960220388179226, 'nb_photo': 387, 'list_port_cont': '23631728,23647041,23649892,23661696,23679479,23687134,23688049,23695519,23702053,23702927,24213279,24297282,24297864,24419683,24419727,24420715,24427742,24429624,24433309,24512669,24515488,24515809,24517123,24517758,24518945,24527160,24527867,24529339,24529783,24530314,24530981,24531578,24531873,24532239,24533711,24534214,24534589,24540883,24541240,24541692,24541915,24542281,24542646,24543559,24543720,24544377,24544670,24545326,24545967,24546237,24546675,24546950,24547442,24547846,24548126,24548458,24548927,24549659,24549949,24550302,24550848,24551158,24552015,24552877,24553311,24553894,24554040,24554211,24554480,24554622,24554870,24555288,24555318,24555598,24555813,24555895,24555967,24556082,24556172,24556345,24556352,24556403,24556426,24556545,24556557,24556586,24556631,24556722,24556734,24556831,24556837,24557084,24557770,24559167,24559357,24559679,24569300,24569307,24570664,24570812,24570847,24571227,24572811,24573119,24573476', 'assoc_port': '23627494:23631728,23636436:23647041,23641363:23649892,23651475:23661696,23663154:23702053,23669191:23688049,23671673:23695519,23677334:23679479,23681695:23702927,23687068:23687134,24213123:24213279,24296859:24297864,24296994:24297282,24418257:24419727,24418401:24419683,24420642:24420715,24427715:24427742,24429602:24429624,24432906:24433309,24512226:24554622,24512270:24555288,24512313:24556345,24512320:24556557,24512334:24556837,24512336:24557084,24512382:24557770,24512392:24512669,24512478:24559167,24512512:24559357,24512526:24559679,24514857:24556831,24514861:24556631,24514867:24556586,24515042:24556734,24515046:24556722,24515052:24556545,24515061:24556403,24515067:24556426,24515073:24556352,24515088:24556172,24515132:24515488,24515243:24555967,24515289:24555895,24515291:24515809,24515295:24556082,24515297:24555813,24515305:24555598,24515420:24554870,24515425:24554211,24515589:24554480,24515592:24552015,24515595:24554040,24515616:24553894,24515642:24550848,24515651:24550302,24515659:24553311,24515692:2455287', 'assoc_mat': '23627494:plastique:3726:23631728,23636436:plastique:3726:23647041,23641363:plastique:3726:23649892,23651475:plastique:3726:23661696,23663154:plastique:3726:23702053,23669191:plastique:3726:23688049,23671673:plastique:3726:23695519,23677334:plastique:3726:23679479,23681695:plastique:3726:23702927,23687068:plastique:3726:23687134,24213123:plastique:3726:24213279,24296859:plastique:3726:24297864,24296994:plastique:3726:24297282,24418257:plastique:3726:24419727,24418401:plastique:3726:24419683,24420642:plastique:3726:24420715,24427715:plastique:3726:24427742,24429602:plastique:3726:24429624,24432906:plastique:3726:24433309,24512226:plastique:3726:24554622,24512270:plastique:3726:24555288,24512313:plastique:3726:24556345,24512320:plastique:3726:24556557,24512334:plastique:3726:24556837,24512336:plastique:3726:24557084,24512382:plastique:3726:24557770,24512392:plastique:3726:24512669,24512478:plastique:3726:24559167,24512512:plastique:3726:24559357,24512526:plastique:3726:24559679,24514857:plastique:3726:24556831,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.013719719930863272, 'nb_photo': 1, 'list_port_cont': '24296670', 'assoc_port': '24296180:24296670', 'assoc_mat': '24296180:Teint_Dans_La_Masse:3726:24296670'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009046999898270333, 'nb_photo': 848, 'list_port_cont': '23631734,23647033,23649894,23661692,23679470,23687144,23688052,23695517,23702055,23702928,24213285,24297289,24297586,24297861,24419679,24419723,24420720,24427735,24427806,24429627,24433311,24512663,24515494,24515803,24517116,24517765,24518943,24520151,24520484,24524030,24527153,24527875,24529788,24530316,24530982,24531575,24531872,24532245,24532970,24533237,24533710,24534219,24534590,24535338,24537692,24540888,24541231,24541691,24541918,24542283,24542630,24543565,24543722,24544369,24544677,24545328,24545654,24545976,24546240,24546673,24546947,24547444,24547852,24548119,24548465,24548921,24549337,24549953,24550294,24550858,24551147,24551405,24552009,24552456,24552878,24553316,24553896,24554137,24554214,24554477,24554596,24554614,24554764,24554829,24554862,24555066,24555290,24555312,24555605,24555811,24555894,24555928,24555975,24556079,24556178,24556340,24556361,24556401,24556428,24556490,24556556,24556575,24556587,24556667,24556715,24556725,24556826,24556833,24557079,24557772,24559158,24559349,24559684,2456929', 'assoc_port': '23627494:23631734,23636436:23647033,23641363:23649894,23651475:23661692,23663154:23702055,23669191:23688052,23671673:23695517,23677334:23679470,23681695:23702928,23687068:23687144,24213123:24213285,24296859:24297861,24296866:24297586,24296994:24297289,24418257:24419723,24418401:24419679,24420642:24420720,24427712:24427806,24427715:24427735,24429602:24429627,24432906:24433311,24512226:24554614,24512254:24554829,24512270:24555290,24512313:24556340,24512320:24556556,24512334:24556833,24512336:24557079,24512382:24557772,24512392:24512663,24512478:24559158,24512512:24559349,24512526:24559684,24514857:24556826,24514858:24556667,24514867:24556587,24515042:24556725,24515046:24556715,24515050:24556575,24515058:24556490,24515061:24556401,24515067:24556428,24515073:24556361,24515088:24556178,24515132:24515494,24515243:24555975,24515268:24555928,24515289:24555894,24515291:24515803,24515295:24556079,24515297:24555811,24515305:24555605,24515404:24555066,24515420:24554862,24515425:24554214,24515483:24554137,24515562:2455476', 'assoc_mat': '23627494:Teint_Dans_La_Masse:3726:23631734,23636436:Teint_Dans_La_Masse:3726:23647033,23641363:Teint_Dans_La_Masse:3726:23649894,23651475:Teint_Dans_La_Masse:3726:23661692,23663154:Teint_Dans_La_Masse:3726:23702055,23669191:Teint_Dans_La_Masse:3726:23688052,23671673:Teint_Dans_La_Masse:3726:23695517,23677334:Teint_Dans_La_Masse:3726:23679470,23681695:Teint_Dans_La_Masse:3726:23702928,23687068:Teint_Dans_La_Masse:3726:23687144,24213123:Teint_Dans_La_Masse:3726:24213285,24296859:Teint_Dans_La_Masse:3726:24297861,24296866:Teint_Dans_La_Masse:3726:24297586,24296994:Teint_Dans_La_Masse:3726:24297289,24418257:Teint_Dans_La_Masse:3726:24419723,24418401:Teint_Dans_La_Masse:3726:24419679,24420642:Teint_Dans_La_Masse:3726:24420720,24427712:Teint_Dans_La_Masse:3726:24427806,24427715:Teint_Dans_La_Masse:3726:24427735,24429602:Teint_Dans_La_Masse:3726:24429627,24432906:Teint_Dans_La_Masse:3726:24433311,24512226:Teint_Dans_La_Masse:3726:24554614,24512254:Teint_Dans_La_Masse:3726:24554829,24512270:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 36182}, 'velours_link': {'gm': 'https://www.fotonower.com/velours/30173830,30173833,30173841,30173849,30173853,30173855,30173857,30173864,30173870,30173877,30173885,30173894,30173903,30173912,30173917,30173926,30173928,30173930?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse', 'pet_clair': 'https://www.fotonower.com/velours/30173831,30173835,30173843,30173851,30173887,30173896,30173905,30173914,30173919?tags=autre,barquette_avec_film,bouchon,carton,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30173832,30173852,30173888,30173897,30173906,30173915,30173920?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173834,30173854,30173856,30173858,30173879,30173929,30173931?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173836,30173844,30173859,30173872,30173880,30173889,30173898,30173907,30173921?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173837,30173845,30173860,30173866,30173873,30173881,30173890,30173899,30173908,30173922?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173838,30173846,30173861,30173867,30173874,30173882,30173891,30173900,30173909,30173916,30173923?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173839,30173847,30173862,30173868,30173875,30173883,30173892,30173901,30173910,30173924?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173840,30173848,30173863,30173869,30173876,30173884,30173893,30173902,30173911,30173925?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173842,30173850,30173865,30173871,30173878,30173886,30173895,30173904,30173913,30173918,30173927?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('gm', '2025-06', 0.06608119993626381),), (('aluminium', '2025-06', 0.07083858601625066),), (('flux_dev', '2025-06', 0.08538775369094097),), (('jrm', '2025-06', 0.03183115614065822),), (('emr', '2025-06', 0.04937795531856913),), (('film_pedb', '2025-06', 0.2740461661727787),), (('pehd_pp', '2025-06', 0.04297375005404417),), (('ela', '2025-06', 0.05845180280585876),), (('pet_clair', '2025-06', 0.014274301023107746),), (('refus', '2025-06', 0.11634675453719774),)]} 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': ((36182,),), 'unwanted_material_monthly_percentage': ((0.06907622617617458,),), 'material_repartition': (('pet_clair', 1053), ('emr', 954), ('pehd_pp', 752), ('flux_dev', 660), ('film_pedb', 618), ('jrm', 395), ('gm', 386), ('ela', 191), ('aluminium', 112)), 'material_dict': {'autres': 5121}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 6, 2), 0.07306240892830936, 30), (datetime.date(2025, 6, 3), 0.07101025407043955, 37), (datetime.date(2025, 6, 4), 0.0720435921302962, 20), (datetime.date(2025, 6, 5), 0.06942934057505407, 23), (datetime.date(2025, 6, 6), 0.07221074577135227, 52), (datetime.date(2025, 6, 10), 0.0714389448505455, 7), (datetime.date(2025, 6, 11), 0.07116729151316632, 9), (datetime.date(2025, 6, 12), 0.06841744996494888, 27), (datetime.date(2025, 6, 13), 0.06973109262060555, 34), (datetime.date(2025, 6, 14), 0.06934659479089475, 28), (datetime.date(2025, 6, 16), 0.06691462455361803, 19), (datetime.date(2025, 6, 17), 0.07227248823382373, 9), (datetime.date(2025, 6, 19), 0.0666533802909678, 58), (datetime.date(2025, 6, 20), 0.06880823391789487, 16), (datetime.date(2025, 6, 23), 0.06615932004872783, 7), (datetime.date(2025, 6, 24), 0.054620778421332866, 8), (datetime.date(2025, 6, 25), 0.06488170920568818, 43), (datetime.date(2025, 6, 27), 0.06262351479502497, 17), (datetime.date(2025, 6, 30), 0.06612164712190442, 27)), 'impurety_average_data_per_hashtag': {'gm': ((datetime.date(2025, 6, 2), 0.06199757029173877, 30), (datetime.date(2025, 6, 3), 0.06117102052936345, 37), (datetime.date(2025, 6, 4), 0.08401687506255141, 27), (datetime.date(2025, 6, 5), 0.1041306375989089, 30), (datetime.date(2025, 6, 6), 0.05492604519883273, 7), (datetime.date(2025, 6, 10), 0.05808728335232384, 14), (datetime.date(2025, 6, 11), 0.06548734554801383, 5), (datetime.date(2025, 6, 12), 0.06436013410674706, 27), (datetime.date(2025, 6, 13), 0.07188675814042636, 5), (datetime.date(2025, 6, 14), 0.07558648268898413, 8), (datetime.date(2025, 6, 16), 0.0592242286909844, 7), (datetime.date(2025, 6, 17), 0.061480620091844046, 26), (datetime.date(2025, 6, 19), 0.041491162459640026, 26), (datetime.date(2025, 6, 20), 0.0643756343401376, 9), (datetime.date(2025, 6, 23), 0.07491445745817239, 28), (datetime.date(2025, 6, 24), 0.09060499248887069, 14), (datetime.date(2025, 6, 25), 0.06404583438356921, 5), (datetime.date(2025, 6, 27), 0.08983142677723034, 26), (datetime.date(2025, 6, 30), 0.0817129369670714, 29)), 'aluminium': ((datetime.date(2025, 6, 2), 0.07340398465704188, 13), (datetime.date(2025, 6, 3), 0.0531795999743562, 17), (datetime.date(2025, 6, 4), 0.07201052169393422, 19), (datetime.date(2025, 6, 5), 0.061672285137841745, 17), (datetime.date(2025, 6, 6), 0.07437138435345822, 16), (datetime.date(2025, 6, 10), 0.08832912518131124, 13), (datetime.date(2025, 6, 11), 0.08552034678798748, 14), (datetime.date(2025, 6, 12), 0.08169843334721692, 16), (datetime.date(2025, 6, 13), 0.09399980213306798, 14), (datetime.date(2025, 6, 14), 0.06945650553483529, 15), (datetime.date(2025, 6, 16), 0.09415811206392051, 15), (datetime.date(2025, 6, 17), 0.0803064905807918, 9), (datetime.date(2025, 6, 19), 0.06620708605235413, 15), (datetime.date(2025, 6, 20), 0.06361795886253886, 15), (datetime.date(2025, 6, 23), 0.051381550386676744, 14), (datetime.date(2025, 6, 24), 0.0, 16), (datetime.date(2025, 6, 25), 0.04877038045275411, 16), (datetime.date(2025, 6, 27), 0.08336321842541206, 13), (datetime.date(2025, 6, 30), 0.05797754969662572, 16)), 'flux_dev': ((datetime.date(2025, 6, 2), 0.085820055315057, 32), (datetime.date(2025, 6, 3), 0.10241021559742672, 37), (datetime.date(2025, 6, 4), 0.08368553552100355, 39), (datetime.date(2025, 6, 5), 0.07938959337578075, 36), (datetime.date(2025, 6, 6), 0.07751259281643098, 35), (datetime.date(2025, 6, 10), 0.08527935427522342, 35), (datetime.date(2025, 6, 11), 0.08984789218944511, 8), (datetime.date(2025, 6, 12), 0.08445698692678592, 35), (datetime.date(2025, 6, 13), 0.09098879435556198, 35), (datetime.date(2025, 6, 14), 0.07904133635308466, 19), (datetime.date(2025, 6, 16), 0.09178048107901143, 22), (datetime.date(2025, 6, 17), 0.08527552449543882, 39), (datetime.date(2025, 6, 19), 0.08971927457257818, 21), (datetime.date(2025, 6, 20), 0.08692613114116429, 36), (datetime.date(2025, 6, 23), 0.07934894944065427, 38), (datetime.date(2025, 6, 24), 0.09929681696668298, 5), (datetime.date(2025, 6, 25), 0.07292408350203622, 16), (datetime.date(2025, 6, 27), 0.08945372943917987, 21), (datetime.date(2025, 6, 30), 0.08778611055350262, 34)), 'jrm': ((datetime.date(2025, 6, 2), 0.03178387336055114, 7), (datetime.date(2025, 6, 3), 0.029269468348075492, 43), (datetime.date(2025, 6, 4), 0.03565743987425198, 20), (datetime.date(2025, 6, 5), 0.04769978401657056, 39), (datetime.date(2025, 6, 6), 0.0341254822272562, 9), (datetime.date(2025, 6, 10), 0.036510646639372875, 6), (datetime.date(2025, 6, 11), 0.02721764118515249, 8), (datetime.date(2025, 6, 12), 0.03167697358080129, 17), (datetime.date(2025, 6, 13), 0.03137371785587517, 35), (datetime.date(2025, 6, 14), 0.030491058441439758, 36), (datetime.date(2025, 6, 16), 0.02581830765678133, 14), (datetime.date(2025, 6, 17), 0.026784752323519106, 20), (datetime.date(2025, 6, 19), 0.03140401330138136, 7), (datetime.date(2025, 6, 20), 0.030669123257497013, 16), (datetime.date(2025, 6, 23), 0.028194264929195013, 7), (datetime.date(2025, 6, 24), 0.031177569493608778, 14), (datetime.date(2025, 6, 25), 0.026341808193879265, 43), (datetime.date(2025, 6, 30), 0.026454054813631177, 18)), 'emr': ((datetime.date(2025, 6, 2), 0.049546309673608575, 21), (datetime.date(2025, 6, 3), 0.046246043009969554, 19), (datetime.date(2025, 6, 4), 0.04957342676758099, 26), (datetime.date(2025, 6, 5), 0.04816349028666304, 25), (datetime.date(2025, 6, 6), 0.04891001620601624, 16), (datetime.date(2025, 6, 10), 0.048137395106679144, 25), (datetime.date(2025, 6, 11), 0.04374131764014708, 21), (datetime.date(2025, 6, 12), 0.049857684267588485, 28), (datetime.date(2025, 6, 13), 0.050280864056391074, 6), (datetime.date(2025, 6, 14), 0.048887271264341794, 18), (datetime.date(2025, 6, 16), 0.04816483022650931, 27), (datetime.date(2025, 6, 17), 0.04945209313070972, 9), (datetime.date(2025, 6, 19), 0.05073684833767706, 19), (datetime.date(2025, 6, 20), 0.050711668360382677, 9), (datetime.date(2025, 6, 23), 0.0504699582727091, 29), (datetime.date(2025, 6, 24), 0.043298201231455, 24), (datetime.date(2025, 6, 25), 0.05802541088334409, 26), (datetime.date(2025, 6, 27), 0.053548604786707574, 22), (datetime.date(2025, 6, 30), 0.05102338575837492, 27)), 'film_pedb': ((datetime.date(2025, 6, 2), 0.2710849737618396, 23), (datetime.date(2025, 6, 3), 0.29601279248900414, 31), (datetime.date(2025, 6, 4), 0.2430824910960276, 41), (datetime.date(2025, 6, 5), 0.2470897600458694, 39), (datetime.date(2025, 6, 6), 0.2885442519302672, 31), (datetime.date(2025, 6, 10), 0.27892383738362514, 38), (datetime.date(2025, 6, 11), 0.2749126769458036, 40), (datetime.date(2025, 6, 12), 0.3008064726497177, 24), (datetime.date(2025, 6, 13), 0.29527352469903567, 34), (datetime.date(2025, 6, 14), 0.2657880154333444, 22), (datetime.date(2025, 6, 16), 0.25742151074397507, 32), (datetime.date(2025, 6, 17), 0.30457418101089845, 52), (datetime.date(2025, 6, 19), 0.30344933247516315, 39), (datetime.date(2025, 6, 20), 0.2933344544509441, 29), (datetime.date(2025, 6, 23), 0.25503195817062435, 32), (datetime.date(2025, 6, 24), 0.22874647106083834, 8), (datetime.date(2025, 6, 25), 0.26792366148720814, 29), (datetime.date(2025, 6, 27), 0.21004942511181993, 39), (datetime.date(2025, 6, 30), 0.25465698414123056, 40)), 'pehd_pp': ((datetime.date(2025, 6, 2), 0.04418368181916676, 40), (datetime.date(2025, 6, 3), 0.04275678493734488, 24), (datetime.date(2025, 6, 4), 0.04857998814066183, 38), (datetime.date(2025, 6, 5), 0.04619964028058387, 23), (datetime.date(2025, 6, 6), 0.04835322160229399, 36), (datetime.date(2025, 6, 10), 0.04368221925368755, 7), (datetime.date(2025, 6, 11), 0.04451199828614752, 9), (datetime.date(2025, 6, 12), 0.04418463154398436, 17), (datetime.date(2025, 6, 13), 0.0419129991207367, 18), (datetime.date(2025, 6, 14), 0.04187495530159206, 22), (datetime.date(2025, 6, 16), 0.041156653680735136, 21), (datetime.date(2025, 6, 17), 0.04072837256689023, 32), (datetime.date(2025, 6, 19), 0.0416239284787557, 33), (datetime.date(2025, 6, 20), 0.04347711721729271, 18), (datetime.date(2025, 6, 23), 0.04132359936746353, 18), (datetime.date(2025, 6, 24), 0.03132302555116579, 37), (datetime.date(2025, 6, 25), 0.043018169184806755, 63), (datetime.date(2025, 6, 27), 0.04038447514701667, 17), (datetime.date(2025, 6, 30), 0.038154449302419, 27)), 'ela': ((datetime.date(2025, 6, 2), 0.04910141213677882, 25), (datetime.date(2025, 6, 3), 0.02948363946620846, 40), (datetime.date(2025, 6, 4), 0.044191102745144796, 22), (datetime.date(2025, 6, 5), 0.04547987335815105, 34), (datetime.date(2025, 6, 6), 0.05118897244553941, 33), (datetime.date(2025, 6, 10), 0.07822630777046484, 33), (datetime.date(2025, 6, 11), 0.06113144267617858, 27), (datetime.date(2025, 6, 12), 0.04826282724123088, 31), (datetime.date(2025, 6, 13), 0.04828953154103695, 28), (datetime.date(2025, 6, 14), 0.05741172053325375, 28), (datetime.date(2025, 6, 16), 0.07244311286115532, 28), (datetime.date(2025, 6, 17), 0.06733871845285992, 24), (datetime.date(2025, 6, 19), 0.08609136027320831, 22), (datetime.date(2025, 6, 20), 0.07112844234417813, 24), (datetime.date(2025, 6, 23), 0.05571516320105934, 22), (datetime.date(2025, 6, 24), 0.06523540781110523, 13), (datetime.date(2025, 6, 25), 0.0626069429068483, 35), (datetime.date(2025, 6, 27), 0.06558935808159184, 16), (datetime.date(2025, 6, 30), 0.07980376177812588, 16)), 'pet_clair': ((datetime.date(2025, 6, 2), 0.011892909903565863, 26), (datetime.date(2025, 6, 3), 0.014313114017691142, 22), (datetime.date(2025, 6, 4), 0.011966580514424627, 24), (datetime.date(2025, 6, 5), 0.01582371262348208, 44), (datetime.date(2025, 6, 6), 0.01949601477405324, 52), (datetime.date(2025, 6, 10), 0.016316259280400324, 17), (datetime.date(2025, 6, 11), 0.01642756200750124, 24), (datetime.date(2025, 6, 12), 0.01574852166951041, 27), (datetime.date(2025, 6, 13), 0.014346776944963068, 29), (datetime.date(2025, 6, 14), 0.016022449677899633, 20), (datetime.date(2025, 6, 16), 0.015429187083335159, 19), (datetime.date(2025, 6, 17), 0.01155684682747867, 47), (datetime.date(2025, 6, 19), 0.011744686453429406, 58), (datetime.date(2025, 6, 20), 0.010551901958982006, 16), (datetime.date(2025, 6, 23), 0.016107556424351816, 25), (datetime.date(2025, 6, 24), 0.005469439112131063, 8), (datetime.date(2025, 6, 25), 0.012689392835477164, 51), (datetime.date(2025, 6, 27), 0.010161260456230772, 58), (datetime.date(2025, 6, 30), 0.014414657123378293, 22)), 'refus': ((datetime.date(2025, 6, 30), 0.11634675453719774, 7),)}, 'quality_array': [['-5.8924306456315865', '02062025'], ['-5.853132287540698', '03062025'], ['-5.830935625678322', '04062025'], ['-5.81159700227427', '05062025'], ['-5.917451081841651', '06062025'], ['-5.870428809347637', '10062025'], ['-5.90080688810022', '11062025'], ['-5.886103321927603', '12062025'], ['-5.869621051415377', '13062025'], ['-5.882289080636092', '14062025'], ['-5.897757485283102', '16062025'], ['-5.856148207217588', '17062025'], ['-5.777325462045795', '19062025'], ['-5.858322701399664', '20062025'], ['-7.020970537111356', '23062025'], ['-6.719334462300646', '24062025'], ['-7.00812494678466', '25062025'], ['-6.997075701035465', '27062025'], ['-6.910053607715545', '30062025']], 'number_of_batch': ((1902,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0020538884943181812, 'nb_photo': 10, 'list_port_cont': '24303624', 'assoc_port': '24295880:24303624', 'assoc_mat': '24295880:autre:3594:24303624'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.006466329064577484, 'nb_photo': 1210, 'list_port_cont': '23543374,23573942,23575813,23585108,23586533,23586997,23595921,23596143,23596246,23597066,23602069,23607096,23608060,23608196,23609483,23622309,23628280,23630917,23631346,23631922,23632249,23647732,23648003,23650881,23652926,23653384,23678938,23679167,23679632,23680137,23680916,23687983,23689406,23693459,23696210,23701773,23702067,23703145,23704374,23707515,23708320,23719341,23726638,23726920,23730726,23732351,23734743,23737167,23738075,23738430,23740861,23742311,23808421,23808651,23812501,23812537,23823593,23826178,23847671,23857442,23857795,23914676,23919737,23959791,24001592,24011671,24021168,24021526,24022357,24022430,24022698,24025106,24025567,24035035,24036011,24080386,24097171,24099704,24117621,24117681,24118732,24133800,24135023,24138363,24139839,24141521,24147186,24164185,24164665,24164833,24164936,24165153,24165321,24166336,24166393,24167591,24168079,24168175,24168761,24169725,24169965,24170120,24170229,24170334,24171470,24171669,24171714,24171753,24172346,24172913,24190004,24231626,24243708,2426326', 'assoc_port': '23534657:23573942,23542721:23543374,23545657:23585108,23550746:23575813,23556267:23586997,23556281:23586533,23585184:23596246,23585186:23596143,23586467:23597066,23586482:23602069,23592539:23607096,23594051:23608060,23594053:23608196,23595408:23609483,23595419:23595921,23620717:23631346,23620727:23632249,23620741:23622309,23627496:23628280,23630255:23630917,23630741:23631922,23634452:23647732,23636430:23648003,23637430:23678938,23639792:23702067,23639807:23650881,23643447:23652926,23644226:23653384,23644228:23679167,23663156:23680916,23671693:23696210,23676094:23680137,23677327:23679632,23681715:23704374,23681725:23726920,23683042:23730726,23687039:23707515,23687067:23687983,23688367:23708320,23688372:23689406,23691315:23693459,23697318:23719341,23699594:23703145,23700573:23701773,23703106:23726638,23709128:23734743,23711012:23737167,23712074:23738075,23715760:23738430,23722781:23740861,23729236:23742311,23731807:23732351,23807827:23808421,23807830:23808651,23809051:23812537,23812264:23812501,23819179:2382359', 'assoc_mat': '23534657:autre:3327:23573942,23542721:autre:3327:23543374,23545657:autre:3327:23585108,23550746:autre:3327:23575813,23556267:autre:3327:23586997,23556281:autre:3327:23586533,23585184:autre:3327:23596246,23585186:autre:3327:23596143,23586467:autre:3327:23597066,23586482:autre:3327:23602069,23592539:autre:3327:23607096,23594051:autre:3327:23608060,23594053:autre:3327:23608196,23595408:autre:3327:23609483,23595419:autre:3327:23595921,23620717:autre:3327:23631346,23620727:autre:3327:23632249,23620741:autre:3327:23622309,23627496:autre:3327:23628280,23630255:autre:3327:23630917,23630741:autre:3327:23631922,23634452:autre:3327:23647732,23636430:autre:3327:23648003,23637430:autre:3327:23678938,23639792:autre:3327:23702067,23639807:autre:3327:23650881,23643447:autre:3327:23652926,23644226:autre:3327:23653384,23644228:autre:3327:23679167,23663156:autre:3327:23680916,23671693:autre:3327:23696210,23676094:autre:3327:23680137,23677327:autre:3327:23679632,23681715:autre:3327:23704374,23681725:autre:3327:23726920,23683042:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0020825691476733144, 'nb_photo': 13, 'list_port_cont': '24437178,24439462,24440266,24443406', 'assoc_port': '24436620:24437178,24439171:24439462,24439759:24440266,24442990:24443406', 'assoc_mat': '24436620:autre:3594:24437178,24439171:autre:3594:24439462,24439759:autre:3594:24440266,24442990:autre:3594:24443406'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.04144694328147207, 'nb_photo': 2, 'list_port_cont': '24296666', 'assoc_port': '24296180:24296666', 'assoc_mat': '24296180:autre_refus:3726:24296666'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009566053681536789, 'nb_photo': 364, 'list_port_cont': '23631733,23647038,23649893,23661691,23679480,23687136,23688058,23695512,23702056,23702922,24213274,24297587,24297867,24419684,24419735,24427744,24429626,24433315,24512662,24515486,24517114,24517761,24518957,24520149,24520475,24524026,24527155,24527868,24529787,24530317,24530984,24531876,24532956,24533235,24534209,24534588,24535339,24540575,24541235,24541689,24541912,24542276,24542631,24543556,24543718,24544371,24544672,24545338,24545971,24546234,24546679,24546951,24547445,24548118,24548467,24548929,24549339,24549948,24550301,24550849,24551404,24552008,24552457,24552876,24553313,24553898,24554036,24554139,24554482,24554761,24554863,24555065,24555284,24555606,24555806,24555903,24555969,24556081,24556092,24556347,24556360,24556420,24556489,24556543,24556562,24556584,24556628,24556671,24556717,24556733,24556827,24556842,24557080,24559165,24559358,24559682,24569290,24569311,24570814,24571222,24572801,24573121,24573477,24577372', 'assoc_port': '23627494:23631733,23636436:23647038,23641363:23649893,23651475:23661691,23663154:23702056,23669191:23688058,23671673:23695512,23677334:23679480,23681695:23702922,23687068:23687136,24213123:24213274,24296859:24297867,24296866:24297587,24418257:24419735,24418401:24419684,24427715:24427744,24429602:24429626,24432906:24433315,24512270:24555284,24512313:24556347,24512320:24556562,24512334:24556842,24512336:24557080,24512392:24512662,24512478:24559165,24512512:24559358,24512526:24559682,24514857:24556827,24514858:24556671,24514861:24556628,24514867:24556584,24515042:24556733,24515046:24556717,24515052:24556543,24515058:24556489,24515067:24556420,24515073:24556360,24515132:24515486,24515243:24555969,24515270:24556092,24515289:24555903,24515295:24556081,24515297:24555806,24515305:24555606,24515404:24555065,24515420:24554863,24515483:24554139,24515562:24554761,24515589:24554482,24515592:24552008,24515595:24554036,24515616:24553898,24515642:24550849,24515651:24550301,24515659:24553313,24515692:24552876,24515711:2455245', 'assoc_mat': '23627494:autre_refus:3726:23631733,23636436:autre_refus:3726:23647038,23641363:autre_refus:3726:23649893,23651475:autre_refus:3726:23661691,23663154:autre_refus:3726:23702056,23669191:autre_refus:3726:23688058,23671673:autre_refus:3726:23695512,23677334:autre_refus:3726:23679480,23681695:autre_refus:3726:23702922,23687068:autre_refus:3726:23687136,24213123:autre_refus:3726:24213274,24296859:autre_refus:3726:24297867,24296866:autre_refus:3726:24297587,24418257:autre_refus:3726:24419735,24418401:autre_refus:3726:24419684,24427715:autre_refus:3726:24427744,24429602:autre_refus:3726:24429626,24432906:autre_refus:3726:24433315,24512270:autre_refus:3726:24555284,24512313:autre_refus:3726:24556347,24512320:autre_refus:3726:24556562,24512334:autre_refus:3726:24556842,24512336:autre_refus:3726:24557080,24512392:autre_refus:3726:24512662,24512478:autre_refus:3726:24559165,24512512:autre_refus:3726:24559358,24512526:autre_refus:3726:24559682,24514857:autre_refus:3726:24556827,24514858:autre_refus:3726:24556671,24514861:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0024214233503193025, 'nb_photo': 18, 'list_port_cont': '23585107,23597058,23693455,23701781,23737162,23914680,24001589,24117618,24337018,24338994,24355235,24403757,24428881,24520107,24523095,24532028', 'assoc_port': '23545657:23585107,23586467:23597058,23691315:23693455,23700573:23701781,23711012:23737162,23885061:23914680,23936968:24001589,23983492:24117618,24295931:24355235,24296009:24337018,24296112:24338994,24401812:24403757,24418405:24428881,24515796:24532028,24516746:24520107,24516805:24523095', 'assoc_mat': '23545657:barquette_avec_film:3327:23585107,23586467:barquette_avec_film:3327:23597058,23691315:barquette_avec_film:3327:23693455,23700573:barquette_avec_film:3327:23701781,23711012:barquette_avec_film:3327:23737162,23885061:barquette_avec_film:3327:23914680,23936968:barquette_avec_film:3327:24001589,23983492:barquette_avec_film:3327:24117618,24295931:barquette_avec_film:3327:24355235,24296009:barquette_avec_film:3327:24337018,24296112:barquette_avec_film:3327:24338994,24401812:barquette_avec_film:3327:24403757,24418405:barquette_avec_film:3327:24428881,24515796:barquette_avec_film:3327:24532028,24516746:barquette_avec_film:3327:24520107,24516805:barquette_avec_film:3327:24523095'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008992293061362503, 'nb_photo': 12, 'list_port_cont': '23568682,23630513,23631697,23684212,23808049,23822454,24020839,24243060,24261468,24403743,24439444,24555794', 'assoc_port': '23530935:23568682,23620719:23630513,23620751:23631697,23683962:23684212,23807832:23808049,23822266:23822454,23938155:24020839,24092863:24261468,24198481:24243060,24401675:24403743,24439170:24439444,24515973:24555794', 'assoc_mat': '23530935:barquette_opaque:4205:23568682,23620719:barquette_opaque:4205:23630513,23620751:barquette_opaque:4205:23631697,23683962:barquette_opaque:4205:23684212,23807832:barquette_opaque:4205:23808049,23822266:barquette_opaque:4205:23822454,23938155:barquette_opaque:4205:24020839,24092863:barquette_opaque:4205:24261468,24198481:barquette_opaque:4205:24243060,24401675:barquette_opaque:4205:24403743,24439170:barquette_opaque:4205:24439444,24515973:barquette_opaque:4205:24555794'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001395804857009672, 'nb_photo': 204, 'list_port_cont': '23645681,23649809,23680579,23687734,23718769,23740162,23743564,23747116,23922693,24021473,24026310,24095603,24132393,24140844,24177796,24203374,24224234,24261418,24264334,24283122,24327893,24329537,24334011,24342317,24348348,24379714,24379832,24392050,24403304,24404341,24428096,24430020,24430465,24446168,24449375,24555861,24555882,24555910,24555986,24556134,24556241,24556321,24556325,24556644,24556981,24557031,24557155,24558924', 'assoc_port': '23632822:23645681,23639779:23649809,23663163:23680579,23677331:23740162,23687054:23687734,23697328:23718769,23712024:23747116,23731805:23743564,23922279:23922693,23937766:24177796,23938595:24021473,23973585:24095603,23996438:24132393,24006419:24140844,24024481:24026310,24092888:24203374,24115402:24224234,24124274:24264334,24209101:24261418,24230137:24283122,24295858:24327893,24295907:24329537,24296274:24334011,24309312:24342317,24309636:24348348,24370833:24379832,24370835:24379714,24386152:24392050,24401551:24404341,24401819:24403304,24418471:24428096,24420638:24430465,24420640:24430020,24436616:24449375,24445181:24446168,24512378:24558924,24514943:24557155,24514951:24556981,24515066:24557031,24515127:24556644,24515304:24556325,24515721:24556241,24515958:24556321,24516387:24556134,24516609:24555910,24516769:24555882,24516868:24555861,24517097:24555986', 'assoc_mat': '23632822:barquette_opaque:4203:23645681,23639779:barquette_opaque:4203:23649809,23663163:barquette_opaque:4203:23680579,23677331:barquette_opaque:4203:23740162,23687054:barquette_opaque:4203:23687734,23697328:barquette_opaque:4203:23718769,23712024:barquette_opaque:4203:23747116,23731805:barquette_opaque:4203:23743564,23922279:barquette_opaque:4203:23922693,23937766:barquette_opaque:4203:24177796,23938595:barquette_opaque:4203:24021473,23973585:barquette_opaque:4203:24095603,23996438:barquette_opaque:4203:24132393,24006419:barquette_opaque:4203:24140844,24024481:barquette_opaque:4203:24026310,24092888:barquette_opaque:4203:24203374,24115402:barquette_opaque:4203:24224234,24124274:barquette_opaque:4203:24264334,24209101:barquette_opaque:4203:24261418,24230137:barquette_opaque:4203:24283122,24295858:barquette_opaque:4203:24327893,24295907:barquette_opaque:4203:24329537,24296274:barquette_opaque:4203:24334011,24309312:barquette_opaque:4203:24342317,24309636:barquette_opaque:4203:24348348,24370833:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001017723167630733, 'nb_photo': 55, 'list_port_cont': '23552386,23589788,23634872,23639936,23644545,23676540,23700752,23719769,23973834,23974420,24012614,24021150,24049447,24053660,24116314,24223031,24225751,24309771,24313460,24318815,24328000,24368018,24389164,24404173,24419407,24423732,24439850,24440066,24515757,24517331,24521350,24523797,24524274,24525091,24525576,24527106,24528423,24536937,24537566,24543374,24545159,24546465,24548989,24551273,24552354,24555948,24557725,24569453,24569486,24569566,24569827,24570990,24572023', 'assoc_port': '23550738:23552386,23589275:23589788,23634456:23634872,23639810:23639936,23644224:23644545,23676095:23676540,23700571:23700752,23719470:23719769,23938788:24021150,23973581:23974420,23973593:23973834,24012428:24012614,24049060:24049447,24053352:24053660,24115409:24116314,24222735:24223031,24225485:24225751,24295960:24309771,24296121:24328000,24309365:24318815,24309625:24313460,24364497:24368018,24386128:24389164,24401558:24404173,24418398:24423732,24418572:24419407,24439756:24440066,24439761:24439850,24512375:24557725,24515041:24552354,24515230:24548989,24515237:24551273,24515266:24515757,24515479:24555948,24515509:24546465,24515729:24536937,24515793:24543374,24515877:24537566,24515980:24545159,24516034:24517331,24516401:24525576,24516651:24528423,24516674:24521350,24516694:24527106,24516711:24523797,24517049:24525091,24517262:24524274,24568500:24572023,24568677:24570990,24568769:24569566,24568833:24569827,24568949:24569486,24568950:24569453', 'assoc_mat': '23550738:barquette_opaque:4207:23552386,23589275:barquette_opaque:4207:23589788,23634456:barquette_opaque:4207:23634872,23639810:barquette_opaque:4207:23639936,23644224:barquette_opaque:4207:23644545,23676095:barquette_opaque:4207:23676540,23700571:barquette_opaque:4207:23700752,23719470:barquette_opaque:4207:23719769,23938788:barquette_opaque:4207:24021150,23973581:barquette_opaque:4207:23974420,23973593:barquette_opaque:4207:23973834,24012428:barquette_opaque:4207:24012614,24049060:barquette_opaque:4207:24049447,24053352:barquette_opaque:4207:24053660,24115409:barquette_opaque:4207:24116314,24222735:barquette_opaque:4207:24223031,24225485:barquette_opaque:4207:24225751,24295960:barquette_opaque:4207:24309771,24296121:barquette_opaque:4207:24328000,24309365:barquette_opaque:4207:24318815,24309625:barquette_opaque:4207:24313460,24364497:barquette_opaque:4207:24368018,24386128:barquette_opaque:4207:24389164,24401558:barquette_opaque:4207:24404173,24418398:barquette_opaque:4207:24423732,24418572:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002594488456663923, 'nb_photo': 8, 'list_port_cont': '23647923,24530869,24533805,24537288,24542270,24554654,24556144', 'assoc_port': '23647433:23647923,24512203:24554654,24512286:24556144,24515612:24542270,24515818:24533805,24515970:24537288,24516006:24530869', 'assoc_mat': '23647433:barquette_opaque:4461:23647923,24512203:barquette_opaque:4461:24554654,24512286:barquette_opaque:4461:24556144,24515612:barquette_opaque:4461:24542270,24515818:barquette_opaque:4461:24533805,24515970:barquette_opaque:4461:24537288,24516006:barquette_opaque:4461:24530869'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0049455393640825285, 'nb_photo': 198, 'list_port_cont': '23543871,23568404,23568509,23569007,23581455,23584444,23585029,23607877,23609575,23612644,23631411,23636626,23645653,23645814,23649920,23651833,23652214,23679620,23681981,23684861,23687927,23689170,23693208,23708028,23708167,23720913,23732805,23740360,23820005,23842237,23855225,23903318,23920067,24021198,24024857,24026085,24086308,24137418,24138871,24144537,24145134,24166560,24168722,24172498,24177901,24178505,24182202,24192330,24205070,24223376,24231652,24263584,24279672,24328050,24329819,24340180,24342243,24344545,24348471,24380972,24389730,24392091,24403337,24403877,24404745,24420311,24427624,24429887,24431142,24513161,24515898,24516946,24518169,24518517,24520290,24520361,24522295,24523398,24524431,24524849,24525261,24525798,24527445,24527666,24528747,24530111,24530531,24532048,24532292,24534220,24534838,24535632,24537262,24539150,24539233,24539983,24540355,24540833,24541630,24544024,24544215,24544432,24544732,24545274,24545879,24546749,24547420,24548110,24548315,24551160,24553009,24554634,24554719,2455478', 'assoc_port': '23530936:23569007,23534655:23584444,23543496:23543871,23556266:23585029,23560096:23581455,23568013:23568509,23568015:23568404,23589264:23612644,23594055:23607877,23596509:23609575,23620726:23631411,23634444:23645653,23634448:23645814,23636438:23636626,23639806:23649920,23643445:23651833,23643450:23652214,23665039:23684861,23669200:23708028,23676096:23679620,23681723:23732805,23681731:23681981,23683993:23708167,23687038:23687927,23688370:23689170,23691319:23693208,23702416:23720913,23722784:23740360,23819105:23820005,23829119:23842237,23848754:23855225,23902364:23903318,23919348:23920067,23937813:24177901,23938638:24178505,23958509:24086308,24000707:24137418,24002905:24138871,24009623:24144537,24009626:24145134,24014637:24021198,24024482:24026085,24024489:24024857,24047884:24166560,24048679:24168722,24049057:24172498,24075813:24182202,24090695:24192330,24093992:24205070,24115393:24223376,24201811:24279672,24231145:24231652,24234693:24263584,24295924:24328050,24295973:24329819,24296810:24389730,24296875:2434018', 'assoc_mat': '23530936:barquette_opaque:4200:23569007,23534655:barquette_opaque:4200:23584444,23543496:barquette_opaque:4200:23543871,23556266:barquette_opaque:4200:23585029,23560096:barquette_opaque:4200:23581455,23568013:barquette_opaque:4200:23568509,23568015:barquette_opaque:4200:23568404,23589264:barquette_opaque:4200:23612644,23594055:barquette_opaque:4200:23607877,23596509:barquette_opaque:4200:23609575,23620726:barquette_opaque:4200:23631411,23634444:barquette_opaque:4200:23645653,23634448:barquette_opaque:4200:23645814,23636438:barquette_opaque:4200:23636626,23639806:barquette_opaque:4200:23649920,23643445:barquette_opaque:4200:23651833,23643450:barquette_opaque:4200:23652214,23665039:barquette_opaque:4200:23684861,23669200:barquette_opaque:4200:23708028,23676096:barquette_opaque:4200:23679620,23681723:barquette_opaque:4200:23732805,23681731:barquette_opaque:4200:23681981,23683993:barquette_opaque:4200:23708167,23687038:barquette_opaque:4200:23687927,23688370:barquette_opaque:4200:23689170,23691319:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.002597057365103002, 'nb_photo': 99, 'list_port_cont': '23634780,23646559,23651686,23666280,23683318,23691603,23851886,23903356,23967744,24298690,24299182,24310290,24311723,24402686,24439832,24517084,24517425,24519438,24520690,24522621,24522700,24523009,24523283,24524172,24525961,24526634,24526740,24526907,24527950,24527989,24528363,24529237,24529400,24530426,24530919,24530993,24531559,24531675,24532789,24532986,24533045,24533896,24534011,24535027,24535047,24536093,24536766,24536820,24537412,24538127,24539083,24539937,24540191,24541085,24541420,24541578,24541878,24542220,24542439,24542839,24543296,24544257,24554993,24559576,24569892,24571745', 'assoc_port': '23634450:23634780,23645864:23646559,23651477:23651686,23665041:23666280,23683047:23683318,23691316:23691603,23851645:23851886,23902199:23903356,23966882:23967744,24295880:24528363,24296384:24299182,24296752:24298690,24309395:24311723,24309644:24310290,24401854:24402686,24439758:24439832,24512224:24554993,24512394:24559576,24514854:24544257,24514864:24542439,24514987:24542220,24515055:24541878,24515059:24543296,24515072:24542839,24515107:24541578,24515214:24541420,24515251:24541085,24515310:24539083,24515428:24537412,24515432:24536820,24515436:24538127,24515471:24536766,24515570:24540191,24515617:24517084,24515647:24534011,24515661:24533896,24515693:24535027,24515724:24532789,24515752:24536093,24515867:24533045,24515905:24532986,24515984:24531675,24515985:24517425,24515990:24535047,24515994:24531559,24516037:24530919,24516108:24530426,24516111:24529400,24516164:24530993,24516184:24526907,24516205:24529237,24516228:24526634,24516383:24527989,24516481:24539937,24516584:24522700,24516596:24527950,24516636:2452674', 'assoc_mat': '23634450:barquette_opaque:4209:23634780,23645864:barquette_opaque:4209:23646559,23651477:barquette_opaque:4209:23651686,23665041:barquette_opaque:4209:23666280,23683047:barquette_opaque:4209:23683318,23691316:barquette_opaque:4209:23691603,23851645:barquette_opaque:4209:23851886,23902199:barquette_opaque:4209:23903356,23966882:barquette_opaque:4209:23967744,24295880:barquette_opaque:4209:24528363,24296384:barquette_opaque:4209:24299182,24296752:barquette_opaque:4209:24298690,24309395:barquette_opaque:4209:24311723,24309644:barquette_opaque:4209:24310290,24401854:barquette_opaque:4209:24402686,24439758:barquette_opaque:4209:24439832,24512224:barquette_opaque:4209:24554993,24512394:barquette_opaque:4209:24559576,24514854:barquette_opaque:4209:24544257,24514864:barquette_opaque:4209:24542439,24514987:barquette_opaque:4209:24542220,24515055:barquette_opaque:4209:24541878,24515059:barquette_opaque:4209:24543296,24515072:barquette_opaque:4209:24542839,24515107:barquette_opaque:4209:24541578,24515214:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01222945373466998, 'nb_photo': 4061, 'list_port_cont': '23535084,23538745,23541533,23543982,23548203,23551900,23555575,23560666,23564446,23569999,23570284,23586054,23587101,23589849,23593011,23593361,23597274,23621523,23621862,23622229,23633788,23635075,23635201,23638283,23640785,23641948,23644733,23646931,23651956,23666383,23667087,23670232,23671396,23672723,23674186,23676746,23682409,23684593,23685554,23687476,23688876,23691718,23694420,23700477,23702946,23705075,23708003,23708794,23712598,23716399,23717642,23719928,23723515,23726438,23732273,23811498,23819859,23820622,23829929,23832148,23853887,23902869,23919606,23920793,23926121,23926138,24020631,24022608,24024666,24025235,24040468,24042588,24096539,24134690,24135462,24136109,24137258,24139473,24143633,24144863,24145241,24168464,24168742,24169591,24171847,24173661,24174474,24175000,24178300,24182675,24189603,24206113,24211190,24213920,24223413,24233264,24244146,24263102,24264079,24265030,24297743,24299105,24300082,24300804,24301325,24302121,24303277,24307752,24308451,24308800,24309834,24311256,24314483,2431693', 'assoc_port': '23534654:23535084,23537920:23538745,23540436:23541533,23543517:23543982,23547110:23548203,23550747:23551900,23555036:23555575,23560093:23560666,23563503:23564446,23569424:23570284,23569432:23569999,23585185:23586054,23586473:23587101,23589266:23589849,23592543:23593361,23592547:23593011,23596517:23597274,23620718:23622229,23620722:23621862,23620756:23621523,23632820:23633788,23634446:23635201,23634457:23635075,23637427:23638283,23639808:23640785,23641366:23641948,23644225:23644733,23645862:23646931,23651476:23651956,23663153:23667087,23665045:23666383,23669198:23670232,23670888:23671396,23671695:23672723,23673440:23674186,23676097:23676746,23681716:23685554,23681727:23682409,23683964:23684593,23687040:23687476,23688376:23688876,23691318:23691718,23694292:23694420,23699593:23700477,23702410:23702946,23704456:23705075,23707619:23708003,23708553:23708794,23712026:23712598,23715744:23717642,23715751:23716399,23719475:23719928,23722757:23723515,23725935:23726438,23731806:23732273,23811030:23811498,23819146:2382062', 'assoc_mat': '23534654:barquette_opaque:4211:23535084,23537920:barquette_opaque:4211:23538745,23540436:barquette_opaque:4211:23541533,23543517:barquette_opaque:4211:23543982,23547110:barquette_opaque:4211:23548203,23550747:barquette_opaque:4211:23551900,23555036:barquette_opaque:4211:23555575,23560093:barquette_opaque:4211:23560666,23563503:barquette_opaque:4211:23564446,23569424:barquette_opaque:4211:23570284,23569432:barquette_opaque:4211:23569999,23585185:barquette_opaque:4211:23586054,23586473:barquette_opaque:4211:23587101,23589266:barquette_opaque:4211:23589849,23592543:barquette_opaque:4211:23593361,23592547:barquette_opaque:4211:23593011,23596517:barquette_opaque:4211:23597274,23620718:barquette_opaque:4211:23622229,23620722:barquette_opaque:4211:23621862,23620756:barquette_opaque:4211:23621523,23632820:barquette_opaque:4211:23633788,23634446:barquette_opaque:4211:23635201,23634457:barquette_opaque:4211:23635075,23637427:barquette_opaque:4211:23638283,23639808:barquette_opaque:4211:23640785,23641366:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0004538190110863265, 'nb_photo': 94, 'list_port_cont': '23543367,23585111,23597065,23602056,23609486,23679641,23680141,23687978,23693457,23701787,23726635,23732340,23734740,23737163,23742300,23812500,23823594,23857790,23914678,24035036,24036022,24117687,24138359,24139837,24141516,24147181,24164672,24166339,24168770,24169734,24169967,24170235,24171719,24171757,24172914,24263266,24327979,24329581,24332455,24332674,24338982,24343367,24343736,24347340,24350246,24355241,24403380,24403728,24403927,24429973,24430618,24437471,24440358,24446526,24514509,24514646,24517752,24518254,24518532,24518814,24519236,24520425,24521925,24522819,24523811,24526594,24570800,24570898', 'assoc_port': '23542721:23543367,23545657:23585111,23586467:23597065,23586482:23602056,23595408:23609486,23676094:23680141,23677327:23679641,23687067:23687978,23691315:23693457,23700573:23701787,23703106:23726635,23709128:23734740,23711012:23737163,23729236:23742300,23731807:23732340,23812264:23812500,23819179:23823594,23848762:23857790,23885061:23914678,23937828:24170235,23938572:24169967,23983500:24117687,24000704:24138359,24002903:24139837,24006417:24141516,24009632:24147181,24024252:24036022,24024474:24035036,24048643:24168770,24048695:24171757,24048750:24172914,24048798:24171719,24074081:24169734,24102063:24166339,24116496:24164672,24218386:24263266,24295782:24329581,24295831:24327979,24295931:24355241,24296043:24332674,24296054:24332455,24296112:24338982,24309367:24343367,24309456:24343736,24309570:24347340,24309640:24350246,24401785:24403927,24401806:24403728,24401853:24403380,24418522:24429973,24418651:24430618,24436622:24437471,24439760:24440358,24446326:24446526,24512440:24514646,24512523:24514509,24515087:2451775', 'assoc_mat': '23542721:bouchon:3327:23543367,23545657:bouchon:3327:23585111,23586467:bouchon:3327:23597065,23586482:bouchon:3327:23602056,23595408:bouchon:3327:23609486,23676094:bouchon:3327:23680141,23677327:bouchon:3327:23679641,23687067:bouchon:3327:23687978,23691315:bouchon:3327:23693457,23700573:bouchon:3327:23701787,23703106:bouchon:3327:23726635,23709128:bouchon:3327:23734740,23711012:bouchon:3327:23737163,23729236:bouchon:3327:23742300,23731807:bouchon:3327:23732340,23812264:bouchon:3327:23812500,23819179:bouchon:3327:23823594,23848762:bouchon:3327:23857790,23885061:bouchon:3327:23914678,23937828:bouchon:3327:24170235,23938572:bouchon:3327:24169967,23983500:bouchon:3327:24117687,24000704:bouchon:3327:24138359,24002903:bouchon:3327:24139837,24006417:bouchon:3327:24141516,24009632:bouchon:3327:24147181,24024252:bouchon:3327:24036022,24024474:bouchon:3327:24035036,24048643:bouchon:3327:24168770,24048695:bouchon:3327:24171757,24048750:bouchon:3327:24172914,24048798:bouchon:3327:24171719,24074081:bouchon:3327:24169734,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.020155162435487047, 'nb_photo': 547, 'list_port_cont': '23560233,23568686,23585415,23630508,23631700,23647059,23680072,23684218,23684772,23688808,23700913,23735968,23739605,23808062,23822453,23903156,24020646,24020827,24021687,24022446,24098380,24141468,24143087,24167572,24188752,24220694,24242930,24243075,24261478,24264049,24327804,24332280,24332347,24335820,24342214,24343866,24343910,24382373,24403741,24404229,24404817,24420758,24427900,24439447,24555625,24555707,24555761,24555800,24555826,24556020,24556761', 'assoc_port': '23530935:23568686,23543498:23585415,23560100:23560233,23620719:23630508,23620751:23631700,23636434:23647059,23663161:23680072,23665043:23684772,23683962:23684218,23688371:23688808,23700572:23700913,23711009:23735968,23721651:23739605,23807832:23808062,23822266:23822453,23851582:23903156,23938066:24020646,23938155:24020827,23939169:24022446,23974631:24098380,24006427:24141468,24008312:24143087,24014596:24021687,24048632:24167572,24088260:24188752,24092863:24261478,24115357:24220694,24198474:24242930,24198481:24243075,24225484:24264049,24295884:24327804,24296105:24335820,24296252:24332280,24296267:24332347,24309364:24342214,24309591:24343910,24309592:24343866,24361826:24382373,24401556:24404229,24401675:24403741,24401768:24404817,24418452:24427900,24420644:24420758,24439170:24439447,24514886:24556761,24515423:24556020,24515821:24555826,24515973:24555800,24516395:24555707,24516656:24555761,24516701:24555625', 'assoc_mat': '23530935:carton:4205:23568686,23543498:carton:4205:23585415,23560100:carton:4205:23560233,23620719:carton:4205:23630508,23620751:carton:4205:23631700,23636434:carton:4205:23647059,23663161:carton:4205:23680072,23665043:carton:4205:23684772,23683962:carton:4205:23684218,23688371:carton:4205:23688808,23700572:carton:4205:23700913,23711009:carton:4205:23735968,23721651:carton:4205:23739605,23807832:carton:4205:23808062,23822266:carton:4205:23822453,23851582:carton:4205:23903156,23938066:carton:4205:24020646,23938155:carton:4205:24020827,23939169:carton:4205:24022446,23974631:carton:4205:24098380,24006427:carton:4205:24141468,24008312:carton:4205:24143087,24014596:carton:4205:24021687,24048632:carton:4205:24167572,24088260:carton:4205:24188752,24092863:carton:4205:24261478,24115357:carton:4205:24220694,24198474:carton:4205:24242930,24198481:carton:4205:24243075,24225484:carton:4205:24264049,24295884:carton:4205:24327804,24296105:carton:4205:24335820,24296252:carton:4205:24332280,24296267:carton:4205:24332347,2430'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01221850136557827, 'nb_photo': 923, 'list_port_cont': '23645689,23648761,23649812,23680587,23687722,23718763,23739929,23740160,23743555,23747115,23922689,24021472,24026312,24095609,24132396,24140847,24177809,24203386,24224235,24261425,24264333,24283114,24327886,24329535,24334008,24340558,24342325,24348356,24379702,24379827,24392052,24403324,24404330,24428090,24430027,24430481,24446161,24449382,24555846,24555886,24555908,24555991,24556122,24556240,24556306,24556336,24556648,24556995,24557033,24557151,24558923', 'assoc_port': '23632822:23645689,23639778:23648761,23639779:23649812,23663163:23680587,23677331:23740160,23687054:23687722,23697328:23718763,23712024:23747115,23721649:23739929,23731805:23743555,23922279:23922689,23937766:24177809,23938595:24021472,23973585:24095609,23996438:24132396,24006419:24140847,24024481:24026312,24092888:24203386,24115402:24224235,24124274:24264333,24209101:24261425,24230137:24283114,24295858:24327886,24295907:24329535,24296274:24334008,24297010:24340558,24309312:24342325,24309636:24348356,24370833:24379827,24370835:24379702,24386152:24392052,24401551:24404330,24401819:24403324,24418471:24428090,24420638:24430481,24420640:24430027,24436616:24449382,24445181:24446161,24512378:24558923,24514943:24557151,24514951:24556995,24515066:24557033,24515127:24556648,24515304:24556336,24515721:24556240,24515958:24556306,24516387:24556122,24516609:24555908,24516769:24555886,24516868:24555846,24517097:24555991', 'assoc_mat': '23632822:carton:4203:23645689,23639778:carton:4203:23648761,23639779:carton:4203:23649812,23663163:carton:4203:23680587,23677331:carton:4203:23740160,23687054:carton:4203:23687722,23697328:carton:4203:23718763,23712024:carton:4203:23747115,23721649:carton:4203:23739929,23731805:carton:4203:23743555,23922279:carton:4203:23922689,23937766:carton:4203:24177809,23938595:carton:4203:24021472,23973585:carton:4203:24095609,23996438:carton:4203:24132396,24006419:carton:4203:24140847,24024481:carton:4203:24026312,24092888:carton:4203:24203386,24115402:carton:4203:24224235,24124274:carton:4203:24264333,24209101:carton:4203:24261425,24230137:carton:4203:24283114,24295858:carton:4203:24327886,24295907:carton:4203:24329535,24296274:carton:4203:24334008,24297010:carton:4203:24340558,24309312:carton:4203:24342325,24309636:carton:4203:24348356,24370833:carton:4203:24379827,24370835:carton:4203:24379702,24386152:carton:4203:24392052,24401551:carton:4203:24404330,24401819:carton:4203:24403324,24418471:carton:4203:24428090,2442'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9512155860935256, 'nb_photo': 9517, 'list_port_cont': '23543026,23543813,23547758,23552376,23564183,23589783,23594389,23596945,23621187,23630346,23633056,23634878,23635286,23636296,23636818,23637990,23638481,23639940,23640769,23644550,23646365,23647239,23669743,23672283,23676541,23677937,23679047,23679220,23679936,23682162,23683302,23683534,23684104,23684322,23687275,23687650,23688696,23688984,23691367,23691564,23694354,23700282,23700759,23703480,23709354,23711203,23711364,23712446,23718357,23719773,23720369,23726143,23726612,23808144,23811274,23819316,23819595,23822442,23829583,23831684,23832744,23851768,23885265,23902711,23919510,23919564,23921795,23939703,23973845,23974416,23983544,23983730,23985657,24000863,24001230,24003204,24003331,24006702,24006955,24010004,24011505,24012605,24014780,24015214,24019905,24021149,24024456,24049458,24050443,24051168,24053654,24056513,24060692,24065860,24070101,24077213,24091040,24102800,24103073,24103200,24115780,24115967,24116315,24116462,24117206,24117704,24117918,24118307,24218659,24223040,24225739,24230222,24230713,2429775', 'assoc_port': '23542724:23543026,23543543:23543813,23547113:23547758,23550738:23552376,23563500:23564183,23589275:23589783,23594057:23594389,23596515:23596945,23620728:23621187,23630254:23630346,23632819:23636296,23632837:23633056,23634445:23635286,23634456:23634878,23636432:23636818,23637425:23638481,23637428:23637990,23639798:23640769,23639810:23639940,23644224:23644550,23645860:23647239,23645868:23646365,23663158:23679936,23669196:23669743,23671675:23672283,23676095:23676541,23677324:23679220,23677325:23679047,23677329:23677937,23681696:23684104,23681718:23683534,23681729:23682162,23683044:23683302,23683967:23684322,23687037:23687650,23687069:23687275,23688369:23688984,23688374:23688696,23691317:23691564,23691320:23691367,23694293:23694354,23699595:23700282,23700571:23700759,23703105:23703480,23709130:23709354,23710993:23711203,23711025:23711364,23712077:23712446,23718193:23718357,23719466:23720369,23719470:23719773,23725933:23726612,23725945:23726143,23807828:23808144,23811031:23811274,23819131:23819595,23819182:2381931', 'assoc_mat': '23542724:carton:4207:23543026,23543543:carton:4207:23543813,23547113:carton:4207:23547758,23550738:carton:4207:23552376,23563500:carton:4207:23564183,23589275:carton:4207:23589783,23594057:carton:4207:23594389,23596515:carton:4207:23596945,23620728:carton:4207:23621187,23630254:carton:4207:23630346,23632819:carton:4207:23636296,23632837:carton:4207:23633056,23634445:carton:4207:23635286,23634456:carton:4207:23634878,23636432:carton:4207:23636818,23637425:carton:4207:23638481,23637428:carton:4207:23637990,23639798:carton:4207:23640769,23639810:carton:4207:23639940,23644224:carton:4207:23644550,23645860:carton:4207:23647239,23645868:carton:4207:23646365,23663158:carton:4207:23679936,23669196:carton:4207:23669743,23671675:carton:4207:23672283,23676095:carton:4207:23676541,23677324:carton:4207:23679220,23677325:carton:4207:23679047,23677329:carton:4207:23677937,23681696:carton:4207:23684104,23681718:carton:4207:23683534,23681729:carton:4207:23682162,23683044:carton:4207:23683302,23683967:carton:4207:23684322,2368'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01794396688252768, 'nb_photo': 3739, 'list_port_cont': '23541404,23551459,23551646,23569553,23586900,23597191,23630485,23633294,23634752,23643717,23643818,23647832,23647933,23664559,23669753,23673952,23678162,23682634,23683353,23688859,23688964,23704599,23709527,23718724,24137480,24171303,24179030,24191394,24210905,24264972,24297620,24297803,24298135,24298572,24298730,24298790,24310926,24311836,24312141,24367378,24402152,24402892,24416682,24419316,24427857,24433533,24437119,24443364,24443560,24513316,24513638,24516495,24516891,24517370,24517680,24518691,24518856,24519119,24519335,24519541,24520660,24520788,24520943,24521097,24522199,24522676,24523047,24523168,24523532,24524353,24524777,24524986,24525828,24526069,24526245,24526373,24527202,24527687,24527885,24528449,24529329,24529572,24529954,24530636,24530870,24531170,24531387,24532261,24532572,24532856,24533274,24533450,24533795,24534178,24534502,24534865,24535100,24536234,24536416,24536550,24536722,24537301,24537330,24537972,24538272,24538566,24538729,24539011,24539128,24539286,24541785,24542265,24542647,2454274', 'assoc_port': '23540429:23541404,23550740:23551646,23550742:23551459,23569434:23569553,23586475:23586900,23596513:23597191,23630268:23630485,23632836:23633294,23634459:23634752,23643443:23643717,23643448:23643818,23647431:23647832,23647433:23647933,23663166:23664559,23669193:23669753,23673410:23673952,23677361:23678162,23681720:23682634,23683046:23683353,23688368:23688964,23688377:23688859,23704453:23704599,23709132:23709527,23718195:23718724,23937818:24179030,24000702:24137480,24048746:24171303,24089061:24191394,24099488:24210905,24230133:24264972,24296695:24298790,24296807:24298730,24296844:24298572,24296996:24298135,24297086:24297803,24297119:24297620,24309459:24312141,24309547:24311836,24309624:24310926,24366863:24367378,24401572:24402152,24401764:24402892,24415989:24416682,24418578:24419316,24427717:24427857,24432893:24433533,24436618:24437119,24442952:24443560,24442996:24443364,24512203:24554643,24512286:24556152,24512297:24565788,24512341:24557855,24512405:24559227,24512459:24513638,24512530:24513316,24514902:2454566', 'assoc_mat': '23540429:carton:4461:23541404,23550740:carton:4461:23551646,23550742:carton:4461:23551459,23569434:carton:4461:23569553,23586475:carton:4461:23586900,23596513:carton:4461:23597191,23630268:carton:4461:23630485,23632836:carton:4461:23633294,23634459:carton:4461:23634752,23643443:carton:4461:23643717,23643448:carton:4461:23643818,23647431:carton:4461:23647832,23647433:carton:4461:23647933,23663166:carton:4461:23664559,23669193:carton:4461:23669753,23673410:carton:4461:23673952,23677361:carton:4461:23678162,23681720:carton:4461:23682634,23683046:carton:4461:23683353,23688368:carton:4461:23688964,23688377:carton:4461:23688859,23704453:carton:4461:23704599,23709132:carton:4461:23709527,23718195:carton:4461:23718724,23937818:carton:4461:24179030,24000702:carton:4461:24137480,24048746:carton:4461:24171303,24089061:carton:4461:24191394,24099488:carton:4461:24210905,24230133:carton:4461:24264972,24296695:carton:4461:24298790,24296807:carton:4461:24298730,24296844:carton:4461:24298572,24296996:carton:4461:24298135,2429'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0249383445403821, 'nb_photo': 2445, 'list_port_cont': '23543863,23556492,23568405,23568518,23569009,23572053,23573377,23575061,23581447,23584448,23585030,23607880,23609574,23609687,23612646,23630670,23631416,23636638,23645647,23645803,23646057,23649922,23651843,23652213,23653777,23654220,23662709,23679623,23681985,23684865,23687922,23689168,23689219,23693205,23694366,23701047,23703321,23708020,23708170,23718021,23720905,23727991,23732807,23740364,23820006,23842231,23855228,23903317,23920061,23926438,24000723,24019595,24021189,24024862,24026087,24027161,24035633,24086301,24132341,24137414,24138858,24144526,24145129,24166569,24167910,24168713,24172512,24177902,24178503,24179554,24182212,24192324,24205062,24223378,24231646,24263578,24264027,24279673,24328056,24328506,24328710,24329811,24330912,24331417,24334374,24336012,24339562,24340324,24340581,24340642,24342233,24344559,24348476,24379613,24380982,24382396,24389680,24389732,24392090,24403327,24403347,24403524,24403867,24403885,24404114,24404742,24420303,24427623,24427782,24428239,24429874,24431133,24439587,2444532', 'assoc_port': '23530936:23569009,23534655:23584448,23537917:23573377,23543496:23543863,23547108:23575061,23556266:23585030,23556285:23556492,23560096:23581447,23563498:23572053,23568013:23568518,23568015:23568405,23589264:23612646,23594055:23607880,23596509:23609574,23596511:23609687,23620720:23630670,23620726:23631416,23634444:23645647,23634448:23645803,23634454:23646057,23636438:23636638,23639806:23649922,23643445:23651843,23643450:23652213,23644227:23662709,23645866:23653777,23647432:23654220,23665039:23684865,23669200:23708020,23676096:23679623,23681698:23703321,23681723:23732807,23681731:23681985,23683993:23708170,23687038:23687922,23688370:23689168,23688373:23689219,23691319:23693205,23694294:23694366,23697324:23718021,23699597:23701047,23702416:23720905,23704454:23727991,23722784:23740364,23819105:23820006,23829119:23842231,23848754:23855228,23902364:23903317,23919348:23920061,23925728:23926438,23936972:24000723,23937813:24177902,23938039:24019595,23938638:24178503,23958509:24086301,23996440:24132341,24000707:2413741', 'assoc_mat': '23530936:carton:4200:23569009,23534655:carton:4200:23584448,23537917:carton:4200:23573377,23543496:carton:4200:23543863,23547108:carton:4200:23575061,23556266:carton:4200:23585030,23556285:carton:4200:23556492,23560096:carton:4200:23581447,23563498:carton:4200:23572053,23568013:carton:4200:23568518,23568015:carton:4200:23568405,23589264:carton:4200:23612646,23594055:carton:4200:23607880,23596509:carton:4200:23609574,23596511:carton:4200:23609687,23620720:carton:4200:23630670,23620726:carton:4200:23631416,23634444:carton:4200:23645647,23634448:carton:4200:23645803,23634454:carton:4200:23646057,23636438:carton:4200:23636638,23639806:carton:4200:23649922,23643445:carton:4200:23651843,23643450:carton:4200:23652213,23644227:carton:4200:23662709,23645866:carton:4200:23653777,23647432:carton:4200:23654220,23665039:carton:4200:23684865,23669200:carton:4200:23708020,23676096:carton:4200:23679623,23681698:carton:4200:23703321,23681723:carton:4200:23732807,23681731:carton:4200:23681985,23683993:carton:4200:23708170,2368'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.013949543174803595, 'nb_photo': 59, 'list_port_cont': '24303615', 'assoc_port': '24295880:24303615', 'assoc_mat': '24295880:carton:3594:24303615'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.031462922538193966, 'nb_photo': 2872, 'list_port_cont': '23572724,23630467,23634793,23640493,23646548,23651683,23666271,23674048,23682247,23683319,23691609,23851887,23903360,23925935,23967745,24204864,24297676,24297772,24298305,24298437,24298689,24299179,24301293,24310296,24311715,24312053,24367261,24402676,24416633,24429806,24430856,24437001,24439831,24443139,24513269,24513490,24516274,24517003,24517092,24517110,24517429,24517631,24517783,24517932,24518013,24518387,24518548,24518786,24519327,24519447,24519685,24519698,24519754,24520256,24520489,24520694,24520739,24521005,24521047,24521557,24521838,24522375,24522635,24522702,24522907,24523023,24523153,24523290,24523726,24523922,24524183,24524330,24524637,24524917,24525036,24525561,24525752,24525892,24525942,24525965,24526175,24526183,24526635,24526751,24526921,24527831,24527942,24528001,24528054,24528358,24528519,24528798,24529233,24529394,24529542,24530266,24530429,24530920,24530988,24531223,24531554,24531660,24531701,24532137,24532375,24532469,24532647,24532797,24532987,24533023,24533052,24533143,24533907,2453401', 'assoc_port': '23572471:23572724,23630253:23630467,23634450:23634793,23639809:23640493,23645864:23646548,23651477:23651683,23665041:23666271,23673393:23674048,23681697:23682247,23683047:23683319,23691316:23691609,23851645:23851887,23902199:23903360,23925763:23925935,23966882:23967745,24093962:24204864,24295880:24528358,24295922:24301293,24296180:24520489,24296384:24299179,24296752:24298689,24296813:24298305,24296983:24297676,24297088:24298437,24297123:24297772,24309317:24312053,24309395:24311715,24309644:24310296,24366878:24367261,24401854:24402676,24415973:24416633,24421764:24430856,24429600:24429806,24436619:24437001,24439758:24439831,24442988:24443139,24512224:24555005,24512240:24555145,24512256:24555402,24512292:24556303,24512298:24556689,24512385:24559134,24512389:24558363,24512394:24559583,24512403:24513269,24512444:24513490,24512493:24558780,24512508:24558718,24514854:24544243,24514855:24542558,24514860:24544417,24514864:24542429,24514966:24546913,24514987:24542230,24515045:24542076,24515049:24543703,24515055:2454187', 'assoc_mat': '23572471:carton:4209:23572724,23630253:carton:4209:23630467,23634450:carton:4209:23634793,23639809:carton:4209:23640493,23645864:carton:4209:23646548,23651477:carton:4209:23651683,23665041:carton:4209:23666271,23673393:carton:4209:23674048,23681697:carton:4209:23682247,23683047:carton:4209:23683319,23691316:carton:4209:23691609,23851645:carton:4209:23851887,23902199:carton:4209:23903360,23925763:carton:4209:23925935,23966882:carton:4209:23967745,24093962:carton:4209:24204864,24295880:carton:4209:24528358,24295922:carton:4209:24301293,24296180:carton:4209:24520489,24296384:carton:4209:24299179,24296752:carton:4209:24298689,24296813:carton:4209:24298305,24296983:carton:4209:24297676,24297088:carton:4209:24298437,24297123:carton:4209:24297772,24309317:carton:4209:24312053,24309395:carton:4209:24311715,24309644:carton:4209:24310296,24366878:carton:4209:24367261,24401854:carton:4209:24402676,24415973:carton:4209:24416633,24421764:carton:4209:24430856,24429600:carton:4209:24429806,24436619:carton:4209:24437001,2443'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.008498883744317957, 'nb_photo': 9138, 'list_port_cont': '23535098,23538749,23541556,23543979,23548200,23551894,23555598,23560672,23564449,23569993,23570275,23586052,23587115,23589861,23593032,23593379,23597265,23621517,23621865,23622244,23633787,23635064,23635210,23638284,23640790,23641947,23644719,23646924,23651951,23666390,23667097,23670235,23671401,23672728,23674191,23676762,23682397,23684586,23685546,23687474,23688867,23691720,23694424,23700480,23702944,23705073,23708004,23708783,23712612,23716398,23717647,23719913,23723501,23726439,23732278,23811497,23819849,23820610,23829925,23832159,23853901,23902865,23919613,23920791,23926117,23926134,24020623,24022607,24024667,24025227,24040471,24042584,24096550,24134681,24135442,24136111,24137267,24139485,24143621,24144874,24145243,24168449,24168729,24169597,24171855,24173658,24174490,24174997,24178291,24182676,24189605,24206111,24211192,24213927,24223414,24233263,24244151,24263100,24264076,24265032,24297739,24299112,24300089,24300791,24301314,24302127,24303270,24307769,24308445,24308793,24309825,24311254,24314487,2431694', 'assoc_port': '23534654:23535098,23537920:23538749,23540436:23541556,23543517:23543979,23547110:23548200,23550747:23551894,23555036:23555598,23560093:23560672,23563503:23564449,23569424:23570275,23569432:23569993,23585185:23586052,23586473:23587115,23589266:23589861,23592543:23593379,23592547:23593032,23596517:23597265,23620718:23622244,23620722:23621865,23620756:23621517,23632820:23633787,23634446:23635210,23634457:23635064,23637427:23638284,23639808:23640790,23641366:23641947,23644225:23644719,23645862:23646924,23651476:23651951,23663153:23667097,23665045:23666390,23669198:23670235,23670888:23671401,23671695:23672728,23673440:23674191,23676097:23676762,23681716:23685546,23681727:23682397,23683964:23684586,23687040:23687474,23688376:23688867,23691318:23691720,23694292:23694424,23699593:23700480,23702410:23702944,23704456:23705073,23707619:23708004,23708553:23708783,23712026:23712612,23715744:23717647,23715751:23716398,23719475:23719913,23722757:23723501,23725935:23726439,23731806:23732278,23811030:23811497,23819146:2382061', 'assoc_mat': '23534654:carton:4211:23535098,23537920:carton:4211:23538749,23540436:carton:4211:23541556,23543517:carton:4211:23543979,23547110:carton:4211:23548200,23550747:carton:4211:23551894,23555036:carton:4211:23555598,23560093:carton:4211:23560672,23563503:carton:4211:23564449,23569424:carton:4211:23570275,23569432:carton:4211:23569993,23585185:carton:4211:23586052,23586473:carton:4211:23587115,23589266:carton:4211:23589861,23592543:carton:4211:23593379,23592547:carton:4211:23593032,23596517:carton:4211:23597265,23620718:carton:4211:23622244,23620722:carton:4211:23621865,23620756:carton:4211:23621517,23632820:carton:4211:23633787,23634446:carton:4211:23635210,23634457:carton:4211:23635064,23637427:carton:4211:23638284,23639808:carton:4211:23640790,23641366:carton:4211:23641947,23644225:carton:4211:23644719,23645862:carton:4211:23646924,23651476:carton:4211:23651951,23663153:carton:4211:23667097,23665045:carton:4211:23666390,23669198:carton:4211:23670235,23670888:carton:4211:23671401,23671695:carton:4211:23672728,2367'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.003918934907529749, 'nb_photo': 345, 'list_port_cont': '23543375,23575817,23585118,23586529,23595922,23596248,23597068,23602060,23607108,23608056,23609492,23622316,23631339,23631912,23647729,23647998,23652914,23678933,23680142,23680906,23687975,23689398,23696221,23701776,23703142,23704373,23719340,23726634,23726922,23730720,23734751,23737160,23738072,23740862,23741455,23742302,23808423,23808643,23812494,23812543,23823600,23826179,23857799,23919739,23959790,24001598,24021163,24022359,24022432,24022703,24023089,24025100,24025562,24080383,24099701,24117622,24133256,24135025,24138370,24141519,24147184,24164663,24166343,24166405,24168084,24168172,24169731,24169978,24170123,24170333,24171462,24171683,24172339,24172918,24190001,24243714,24283261,24287181,24328861,24329577,24330079,24330111,24332445,24332679,24337015,24337846,24338166,24338983,24339852,24339981,24340408,24342582,24342727,24343360,24343735,24346175,24347341,24349747,24350233,24353013,24355245,24379838,24382268,24390807,24392317,24402815,24403510,24403720,24403752,24403921,24403935,24404256,24404271,2440428', 'assoc_port': '23542721:23543375,23545657:23585118,23550746:23575817,23556281:23586529,23585184:23596248,23586467:23597068,23586482:23602060,23592539:23607108,23594051:23608056,23595408:23609492,23595419:23595922,23620717:23631339,23620741:23622316,23630741:23631912,23634452:23647729,23636430:23647998,23637430:23678933,23643447:23652914,23663156:23680906,23671693:23696221,23676094:23680142,23681715:23704373,23681725:23726922,23683042:23730720,23687067:23687975,23688372:23689398,23697318:23719340,23699594:23703142,23700573:23701776,23703106:23726634,23709128:23734751,23711012:23737160,23712074:23738072,23722781:23740862,23725944:23741455,23729236:23742302,23807827:23808423,23807830:23808643,23809051:23812543,23812264:23812494,23819179:23823600,23822262:23826179,23848762:23857799,23919353:23919739,23936968:24001598,23937985:24170123,23938572:24169978,23938725:24022359,23938958:24022703,23939137:24023089,23953615:24080383,23958528:23959790,23974635:24099701,23983492:24117622,23996441:24133256,23998866:24135025,24000704:2413837', 'assoc_mat': '23542721:carton:3327:23543375,23545657:carton:3327:23585118,23550746:carton:3327:23575817,23556281:carton:3327:23586529,23585184:carton:3327:23596248,23586467:carton:3327:23597068,23586482:carton:3327:23602060,23592539:carton:3327:23607108,23594051:carton:3327:23608056,23595408:carton:3327:23609492,23595419:carton:3327:23595922,23620717:carton:3327:23631339,23620741:carton:3327:23622316,23630741:carton:3327:23631912,23634452:carton:3327:23647729,23636430:carton:3327:23647998,23637430:carton:3327:23678933,23643447:carton:3327:23652914,23663156:carton:3327:23680906,23671693:carton:3327:23696221,23676094:carton:3327:23680142,23681715:carton:3327:23704373,23681725:carton:3327:23726922,23683042:carton:3327:23730720,23687067:carton:3327:23687975,23688372:carton:3327:23689398,23697318:carton:3327:23719340,23699594:carton:3327:23703142,23700573:carton:3327:23701776,23703106:carton:3327:23726634,23709128:carton:3327:23734751,23711012:carton:3327:23737160,23712074:carton:3327:23738072,23722781:carton:3327:23740862,2372'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.013618485710316338, 'nb_photo': 87, 'list_port_cont': '24437180,24439469,24440270,24443409,24443790', 'assoc_port': '24436620:24437180,24439171:24439469,24439759:24440270,24442986:24443790,24442990:24443409', 'assoc_mat': '24436620:carton:3594:24437180,24439171:carton:3594:24439469,24439759:carton:3594:24440270,24442986:carton:3594:24443790,24442990:carton:3594:24443409'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006460387374666643, 'nb_photo': 1, 'list_port_cont': '24296673', 'assoc_port': '24296180:24296673', 'assoc_mat': '24296180:cartonnette:3726:24296673'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0016605584314784182, 'nb_photo': 56, 'list_port_cont': '23631735,23661686,23679472,23687133,23688056,23695518,23702054,23702930,24213278,24297287,24297584,24429621,24433312,24517124,24520145,24527163,24527873,24529784,24532237,24533245,24533718,24534595,24541697,24542642,24544365,24544679,24545322,24546694,24546953,24550299,24551407,24553314,24553903,24556171,24556427,24556624,24556832,24570807,24573468', 'assoc_port': '23627494:23631735,23651475:23661686,23663154:23702054,23669191:23688056,23671673:23695518,23677334:23679472,23681695:23702930,23687068:23687133,24213123:24213278,24296866:24297584,24296994:24297287,24429602:24429621,24432906:24433312,24514857:24556832,24514861:24556624,24515067:24556427,24515088:24556171,24515616:24553903,24515651:24550299,24515659:24553314,24515753:24551407,24516060:24546953,24516138:24542642,24516142:24546694,24516224:24545322,24516363:24541697,24516384:24533718,24516417:24544679,24516464:24544365,24516539:24533245,24516676:24517124,24516702:24527873,24516704:24534595,24516722:24527163,24516767:24520145,24516871:24532237,24516874:24529784,24568475:24573468,24568751:24570807', 'assoc_mat': '23627494:cartonnette:3726:23631735,23651475:cartonnette:3726:23661686,23663154:cartonnette:3726:23702054,23669191:cartonnette:3726:23688056,23671673:cartonnette:3726:23695518,23677334:cartonnette:3726:23679472,23681695:cartonnette:3726:23702930,23687068:cartonnette:3726:23687133,24213123:cartonnette:3726:24213278,24296866:cartonnette:3726:24297584,24296994:cartonnette:3726:24297287,24429602:cartonnette:3726:24429621,24432906:cartonnette:3726:24433312,24514857:cartonnette:3726:24556832,24514861:cartonnette:3726:24556624,24515067:cartonnette:3726:24556427,24515088:cartonnette:3726:24556171,24515616:cartonnette:3726:24553903,24515651:cartonnette:3726:24550299,24515659:cartonnette:3726:24553314,24515753:cartonnette:3726:24551407,24516060:cartonnette:3726:24546953,24516138:cartonnette:3726:24542642,24516142:cartonnette:3726:24546694,24516224:cartonnette:3726:24545322,24516363:cartonnette:3726:24541697,24516384:cartonnette:3726:24533718,24516417:cartonnette:3726:24544679,24516464:cartonnette:3726:24544365,24516539:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.022738619158508225, 'nb_photo': 1, 'list_port_cont': '24296677', 'assoc_port': '24296180:24296677', 'assoc_mat': '24296180:Carton_brun:3726:24296677'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005884116004203263, 'nb_photo': 170, 'list_port_cont': '23647040,23649897,23661693,23679475,23687137,23688050,23695523,23702062,23702924,24213277,24297285,24297585,24297866,24420713,24427737,24429619,24433319,24515489,24517122,24527158,24530320,24530979,24532243,24532954,24533713,24534210,24534587,24537696,24540566,24540886,24541236,24541698,24542638,24543562,24543723,24544356,24544669,24546958,24548464,24549353,24550304,24550856,24552017,24552455,24553310,24553900,24554621,24554759,24555057,24555802,24555931,24556074,24556348,24556418,24556555,24556567,24556580,24556630,24556677,24556718,24556735,24556824,24559159,24559680,24569295,24569309,24570670,24570803,24571231,24572812,24573470,24577373', 'assoc_port': '23636436:23647040,23641363:23649897,23651475:23661693,23663154:23702062,23669191:23688050,23671673:23695523,23677334:23679475,23681695:23702924,23687068:23687137,24213123:24213277,24296859:24297866,24296866:24297585,24296994:24297285,24420642:24420713,24427715:24427737,24429602:24429619,24432906:24433319,24512226:24554621,24512313:24556348,24512320:24556555,24512478:24559159,24512526:24559680,24514857:24556824,24514858:24556677,24514861:24556630,24514867:24556580,24515042:24556735,24515046:24556718,24515050:24556567,24515067:24556418,24515132:24515489,24515268:24555931,24515295:24556074,24515297:24555802,24515404:24555057,24515562:24554759,24515592:24552017,24515616:24553900,24515642:24550856,24515651:24550304,24515659:24553310,24515711:24552455,24515993:24549353,24516003:24548464,24516060:24546958,24516138:24542638,24516363:24541698,24516370:24541236,24516384:24533713,24516417:24544669,24516464:24544356,24516512:24543723,24516536:24543562,24516540:24540886,24516591:24532954,24516599:24540566,24516676:2451712', 'assoc_mat': '23636436:Carton_brun:3726:23647040,23641363:Carton_brun:3726:23649897,23651475:Carton_brun:3726:23661693,23663154:Carton_brun:3726:23702062,23669191:Carton_brun:3726:23688050,23671673:Carton_brun:3726:23695523,23677334:Carton_brun:3726:23679475,23681695:Carton_brun:3726:23702924,23687068:Carton_brun:3726:23687137,24213123:Carton_brun:3726:24213277,24296859:Carton_brun:3726:24297866,24296866:Carton_brun:3726:24297585,24296994:Carton_brun:3726:24297285,24420642:Carton_brun:3726:24420713,24427715:Carton_brun:3726:24427737,24429602:Carton_brun:3726:24429619,24432906:Carton_brun:3726:24433319,24512226:Carton_brun:3726:24554621,24512313:Carton_brun:3726:24556348,24512320:Carton_brun:3726:24556555,24512478:Carton_brun:3726:24559159,24512526:Carton_brun:3726:24559680,24514857:Carton_brun:3726:24556824,24514858:Carton_brun:3726:24556677,24514861:Carton_brun:3726:24556630,24514867:Carton_brun:3726:24556580,24515042:Carton_brun:3726:24556735,24515046:Carton_brun:3726:24556718,24515050:Carton_brun:3726:24556567,24515067:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.011649263439362264, 'nb_photo': 1, 'list_port_cont': '24296668', 'assoc_port': '24296180:24296668', 'assoc_mat': '24296180:Carton_gris:3726:24296668'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006627984664581302, 'nb_photo': 141, 'list_port_cont': '23647036,23649895,23679478,23688048,23695513,24213276,24297863,24419680,24419729,24427738,24429618,24433321,24515491,24517112,24518959,24524023,24527877,24530978,24531571,24532242,24532968,24534585,24535337,24540574,24541230,24541690,24541919,24542280,24543714,24544355,24544673,24545664,24546686,24546954,24547849,24548117,24548928,24549334,24549946,24550297,24551153,24551409,24552453,24552873,24553317,24553904,24554043,24554128,24554618,24554872,24555317,24555805,24555902,24555932,24555977,24556355,24556405,24556565,24556566,24556721,24556726,24556830,24557085,24557774,24559673,24569294,24569308,24570661,24570802,24577408', 'assoc_port': '23636436:23647036,23641363:23649895,23669191:23688048,23671673:23695513,23677334:23679478,24213123:24213276,24296859:24297863,24418257:24419729,24418401:24419680,24427715:24427738,24429602:24429618,24432906:24433321,24512226:24554618,24512320:24556565,24512336:24557085,24512382:24557774,24512526:24559673,24514857:24556830,24515042:24556726,24515046:24556721,24515050:24556566,24515061:24556405,24515073:24556355,24515132:24515491,24515243:24555977,24515268:24555932,24515289:24555902,24515297:24555805,24515420:24554872,24515483:24554128,24515595:24554043,24515616:24553904,24515651:24550297,24515659:24553317,24515692:24552873,24515711:24552453,24515728:24555317,24515749:24551153,24515753:24551409,24515801:24549946,24515876:24548928,24515880:24548117,24515956:24547849,24515993:24549334,24516060:24546954,24516142:24546686,24516191:24545664,24516335:24541919,24516363:24541690,24516370:24541230,24516417:24544673,24516464:24544355,24516512:24543714,24516568:24542280,24516591:24532968,24516599:24540574,24516676:2451711', 'assoc_mat': '23636436:Carton_gris:3726:23647036,23641363:Carton_gris:3726:23649895,23669191:Carton_gris:3726:23688048,23671673:Carton_gris:3726:23695513,23677334:Carton_gris:3726:23679478,24213123:Carton_gris:3726:24213276,24296859:Carton_gris:3726:24297863,24418257:Carton_gris:3726:24419729,24418401:Carton_gris:3726:24419680,24427715:Carton_gris:3726:24427738,24429602:Carton_gris:3726:24429618,24432906:Carton_gris:3726:24433321,24512226:Carton_gris:3726:24554618,24512320:Carton_gris:3726:24556565,24512336:Carton_gris:3726:24557085,24512382:Carton_gris:3726:24557774,24512526:Carton_gris:3726:24559673,24514857:Carton_gris:3726:24556830,24515042:Carton_gris:3726:24556726,24515046:Carton_gris:3726:24556721,24515050:Carton_gris:3726:24556566,24515061:Carton_gris:3726:24556405,24515073:Carton_gris:3726:24556355,24515132:Carton_gris:3726:24515491,24515243:Carton_gris:3726:24555977,24515268:Carton_gris:3726:24555932,24515289:Carton_gris:3726:24555902,24515297:Carton_gris:3726:24555805,24515420:Carton_gris:3726:24554872,24515483:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0022897209575034896, 'nb_photo': 45, 'list_port_cont': '23560219,23647060,23680067,23684207,23735951,23822452,24020632,24020832,24021685,24141454,24188745,24261475,24327802,24332351,24335811,24343864,24403745,24420750,24439456,24555632,24555712,24555755,24555786,24556017,24556754', 'assoc_port': '23560100:23560219,23636434:23647060,23663161:23680067,23683962:23684207,23711009:23735951,23822266:23822452,23938066:24020632,23938155:24020832,24006427:24141454,24014596:24021685,24088260:24188745,24092863:24261475,24295884:24327802,24296105:24335811,24296267:24332351,24309592:24343864,24401675:24403745,24420644:24420750,24439170:24439456,24514886:24556754,24515423:24556017,24515973:24555786,24516395:24555712,24516656:24555755,24516701:24555632', 'assoc_mat': '23560100:ela:4205:23560219,23636434:ela:4205:23647060,23663161:ela:4205:23680067,23683962:ela:4205:23684207,23711009:ela:4205:23735951,23822266:ela:4205:23822452,23938066:ela:4205:24020632,23938155:ela:4205:24020832,24006427:ela:4205:24141454,24014596:ela:4205:24021685,24088260:ela:4205:24188745,24092863:ela:4205:24261475,24295884:ela:4205:24327802,24296105:ela:4205:24335811,24296267:ela:4205:24332351,24309592:ela:4205:24343864,24401675:ela:4205:24403745,24420644:ela:4205:24420750,24439170:ela:4205:24439456,24514886:ela:4205:24556754,24515423:ela:4205:24556017,24515973:ela:4205:24555786,24516395:ela:4205:24555712,24516656:ela:4205:24555755,24516701:ela:4205:24555632'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9436226948947393, 'nb_photo': 345, 'list_port_cont': '23645685,23648756,23649803,23680575,23687730,23718772,23739937,23740171,23743558,23747108,23922692,24021483,24026314,24095615,24132389,24140842,24177805,24203380,24224238,24261410,24264330,24283115,24327882,24329539,24334007,24340570,24342315,24348350,24379713,24379831,24392051,24403303,24404339,24428092,24430475,24446163,24449377,24555851,24555884,24555911,24555985,24556124,24556255,24556320,24556322,24556641,24556993,24557034,24557154,24558935', 'assoc_port': '23632822:23645685,23639778:23648756,23639779:23649803,23663163:23680575,23677331:23740171,23687054:23687730,23697328:23718772,23712024:23747108,23721649:23739937,23731805:23743558,23922279:23922692,23937766:24177805,23938595:24021483,23973585:24095615,23996438:24132389,24006419:24140842,24024481:24026314,24092888:24203380,24115402:24224238,24124274:24264330,24209101:24261410,24230137:24283115,24295858:24327882,24295907:24329539,24296274:24334007,24297010:24340570,24309312:24342315,24309636:24348350,24370833:24379831,24370835:24379713,24386152:24392051,24401551:24404339,24401819:24403303,24418471:24428092,24420638:24430475,24436616:24449377,24445181:24446163,24512378:24558935,24514943:24557154,24514951:24556993,24515066:24557034,24515127:24556641,24515304:24556322,24515721:24556255,24515958:24556320,24516387:24556124,24516609:24555911,24516769:24555884,24516868:24555851,24517097:24555985', 'assoc_mat': '23632822:ela:4203:23645685,23639778:ela:4203:23648756,23639779:ela:4203:23649803,23663163:ela:4203:23680575,23677331:ela:4203:23740171,23687054:ela:4203:23687730,23697328:ela:4203:23718772,23712024:ela:4203:23747108,23721649:ela:4203:23739937,23731805:ela:4203:23743558,23922279:ela:4203:23922692,23937766:ela:4203:24177805,23938595:ela:4203:24021483,23973585:ela:4203:24095615,23996438:ela:4203:24132389,24006419:ela:4203:24140842,24024481:ela:4203:24026314,24092888:ela:4203:24203380,24115402:ela:4203:24224238,24124274:ela:4203:24264330,24209101:ela:4203:24261410,24230137:ela:4203:24283115,24295858:ela:4203:24327882,24295907:ela:4203:24329539,24296274:ela:4203:24334007,24297010:ela:4203:24340570,24309312:ela:4203:24342315,24309636:ela:4203:24348350,24370833:ela:4203:24379831,24370835:ela:4203:24379713,24386152:ela:4203:24392051,24401551:ela:4203:24404339,24401819:ela:4203:24403303,24418471:ela:4203:24428092,24420638:ela:4203:24430475,24436616:ela:4203:24449377,24445181:ela:4203:24446163,24512378:ela:4203:2455893'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007175404412073501, 'nb_photo': 102, 'list_port_cont': '23547756,23564177,23594384,23596942,23621203,23634873,23635279,23637982,23640770,23644543,23646356,23669738,23677933,23679044,23691359,23691573,23700284,23700765,23703486,23711356,23719768,23819602,23829577,23885279,23939707,23973841,23983734,24001233,24003336,24006704,24051170,24056526,24070102,24102792,24103082,24116321,24230221,24300319,24304078,24310316,24314000,24315745,24317992,24318811,24320882,24323874,24326956,24327143,24327938,24386395,24401708,24403676,24404047,24417965,24440809,24443189,24523501,24523792,24526392,24528424,24529119,24530538,24531445,24532174,24532552,24532885,24534437,24536618,24537578,24538684,24539214,24539689,24545441,24548292,24549875,24551429,24552359,24554048,24554508,24569074,24569452,24570984,24572028', 'assoc_port': '23547113:23547756,23563500:23564177,23594057:23594384,23596515:23596942,23620728:23621203,23634445:23635279,23634456:23634873,23637428:23637982,23639798:23640770,23644224:23644543,23645868:23646356,23669196:23669738,23677325:23679044,23677329:23677933,23691317:23691573,23691320:23691359,23699595:23700284,23700571:23700765,23703105:23703486,23711025:23711356,23719470:23719768,23819131:23819602,23829120:23829577,23885063:23885279,23938680:23939707,23973593:23973841,23983491:23983734,24000698:24001233,24002901:24003336,24006430:24006704,24048596:24051170,24056338:24056526,24069768:24070102,24102022:24103082,24102035:24102792,24115409:24116321,24230136:24230221,24295912:24327143,24295953:24327938,24296008:24326956,24296162:24323874,24296699:24304078,24297005:24300319,24309292:24320882,24309365:24318811,24309393:24317992,24309546:24315745,24309621:24314000,24309646:24310316,24386159:24386395,24401568:24401708,24401648:24404047,24401673:24403676,24417543:24417965,24432927:24440809,24442997:24443189,24515025:2455450', 'assoc_mat': '23547113:ela:4207:23547756,23563500:ela:4207:23564177,23594057:ela:4207:23594384,23596515:ela:4207:23596942,23620728:ela:4207:23621203,23634445:ela:4207:23635279,23634456:ela:4207:23634873,23637428:ela:4207:23637982,23639798:ela:4207:23640770,23644224:ela:4207:23644543,23645868:ela:4207:23646356,23669196:ela:4207:23669738,23677325:ela:4207:23679044,23677329:ela:4207:23677933,23691317:ela:4207:23691573,23691320:ela:4207:23691359,23699595:ela:4207:23700284,23700571:ela:4207:23700765,23703105:ela:4207:23703486,23711025:ela:4207:23711356,23719470:ela:4207:23719768,23819131:ela:4207:23819602,23829120:ela:4207:23829577,23885063:ela:4207:23885279,23938680:ela:4207:23939707,23973593:ela:4207:23973841,23983491:ela:4207:23983734,24000698:ela:4207:24001233,24002901:ela:4207:24003336,24006430:ela:4207:24006704,24048596:ela:4207:24051170,24056338:ela:4207:24056526,24069768:ela:4207:24070102,24102022:ela:4207:24103082,24102035:ela:4207:24102792,24115409:ela:4207:24116321,24230136:ela:4207:24230221,24295912:ela:4207:2432714'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031602497027330796, 'nb_photo': 6, 'list_port_cont': '24179043,24524784,24533804,24535091', 'assoc_port': '23937818:24179043,24515818:24533804,24516706:24524784,24517198:24535091', 'assoc_mat': '23937818:ela:4461:24179043,24515818:ela:4461:24533804,24516706:ela:4461:24524784,24517198:ela:4461:24535091'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014963833351898093, 'nb_photo': 164, 'list_port_cont': '23543862,23568510,23572044,23585033,23607870,23609676,23630666,23636640,23645656,23645810,23646065,23654219,23684857,23689169,23693213,23694367,23701065,23703318,23708025,23820007,23855221,23926446,24019592,24021191,24027159,24137405,24138867,24144527,24178501,24192336,24205069,24223358,24264034,24279671,24328703,24329818,24331416,24334368,24342236,24389685,24403349,24403526,24403876,24404105,24404739,24420305,24427634,24427786,24429885,24439590,24446365,24446428,24449928,24513159,24516958,24520292,24520380,24522304,24522475,24525267,24526518,24527444,24527673,24528300,24528740,24529402,24530115,24532290,24533230,24534579,24535444,24536040,24537254,24538008,24539163,24540343,24542495,24544025,24544205,24544436,24545262,24545597,24545874,24547429,24548099,24548306,24549031,24550462,24553013,24554351,24554631,24554713,24555568,24556913,24559035,24559439,24569526,24571565,24572523,24573344,24573456,24574528,24577027', 'assoc_port': '23543496:23543862,23556266:23585033,23563498:23572044,23568013:23568510,23594055:23607870,23596511:23609676,23620720:23630666,23634444:23645656,23634448:23645810,23634454:23646065,23636438:23636640,23647432:23654219,23665039:23684857,23669200:23708025,23681698:23703318,23688370:23689169,23691319:23693213,23694294:23694367,23699597:23701065,23819105:23820007,23848754:23855221,23925728:23926446,23938039:24019592,23938638:24178501,24000707:24137405,24002905:24138867,24009623:24144527,24014637:24021191,24024473:24027159,24090695:24192336,24093992:24205069,24115393:24223358,24124280:24264034,24201811:24279671,24295973:24329818,24296044:24334368,24296045:24328703,24296099:24331416,24296256:24389685,24309316:24342236,24401660:24404105,24401663:24403876,24401712:24403526,24401804:24403349,24401852:24404739,24417538:24420305,24418337:24427634,24418448:24427786,24429599:24429885,24436640:24439590,24442953:24449928,24442992:24446365,24446323:24446428,24512221:24554713,24512329:24556913,24512401:24559035,24512438:2455943', 'assoc_mat': '23543496:ela:4200:23543862,23556266:ela:4200:23585033,23563498:ela:4200:23572044,23568013:ela:4200:23568510,23594055:ela:4200:23607870,23596511:ela:4200:23609676,23620720:ela:4200:23630666,23634444:ela:4200:23645656,23634448:ela:4200:23645810,23634454:ela:4200:23646065,23636438:ela:4200:23636640,23647432:ela:4200:23654219,23665039:ela:4200:23684857,23669200:ela:4200:23708025,23681698:ela:4200:23703318,23688370:ela:4200:23689169,23691319:ela:4200:23693213,23694294:ela:4200:23694367,23699597:ela:4200:23701065,23819105:ela:4200:23820007,23848754:ela:4200:23855221,23925728:ela:4200:23926446,23938039:ela:4200:24019592,23938638:ela:4200:24178501,24000707:ela:4200:24137405,24002905:ela:4200:24138867,24009623:ela:4200:24144527,24014637:ela:4200:24021191,24024473:ela:4200:24027159,24090695:ela:4200:24192336,24093992:ela:4200:24205069,24115393:ela:4200:24223358,24124280:ela:4200:24264034,24201811:ela:4200:24279671,24295973:ela:4200:24329818,24296044:ela:4200:24334368,24296045:ela:4200:24328703,24296099:ela:4200:2433141'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003659752150456944, 'nb_photo': 404, 'list_port_cont': '23572716,23630462,23634789,23640492,23646553,23651684,23666278,23674042,23682249,23683315,23691608,23851893,23903358,23967734,24204871,24297678,24297770,24298319,24298430,24298680,24299169,24301288,24310294,24311729,24312051,24367257,24429792,24430847,24436994,24443144,24513254,24513496,24517011,24517089,24517431,24517627,24517776,24517945,24518027,24518547,24518789,24519451,24519697,24519748,24520682,24521008,24521042,24521558,24521851,24522624,24522706,24522905,24523022,24523151,24523280,24524634,24524910,24525742,24525945,24525952,24526171,24526182,24526638,24526748,24527826,24527954,24528003,24528359,24528518,24528800,24529387,24530431,24530934,24531220,24531556,24531662,24531708,24532368,24532482,24532636,24532798,24532974,24533033,24533041,24534045,24534297,24534343,24535026,24535042,24535297,24535550,24535614,24536098,24536520,24536776,24537409,24537423,24537826,24538137,24538327,24538687,24538796,24539061,24539088,24539186,24539764,24540182,24541086,24541410,24541551,24541573,24541870,24542071,2454222', 'assoc_port': '23572471:23572716,23630253:23630462,23634450:23634789,23639809:23640492,23645864:23646553,23651477:23651684,23665041:23666278,23673393:23674042,23681697:23682249,23683047:23683315,23691316:23691608,23851645:23851893,23902199:23903358,23966882:23967734,24093962:24204871,24295880:24528359,24295922:24301288,24296384:24299169,24296752:24298680,24296813:24298319,24296983:24297678,24297088:24298430,24297123:24297770,24309317:24312051,24309395:24311729,24309644:24310294,24366878:24367257,24421764:24430847,24429600:24429792,24436619:24436994,24442988:24443144,24512292:24556304,24512298:24556688,24512394:24559577,24512403:24513254,24512444:24513496,24514854:24544258,24514855:24542557,24514860:24544411,24514966:24546914,24514987:24542224,24515045:24542071,24515055:24541870,24515059:24543283,24515064:24541551,24515072:24542840,24515107:24541573,24515214:24541410,24515246:24539764,24515251:24541086,24515271:24539186,24515301:24539061,24515310:24539088,24515407:24538687,24515412:24538327,24515414:24538796,24515422:2453740', 'assoc_mat': '23572471:ela:4209:23572716,23630253:ela:4209:23630462,23634450:ela:4209:23634789,23639809:ela:4209:23640492,23645864:ela:4209:23646553,23651477:ela:4209:23651684,23665041:ela:4209:23666278,23673393:ela:4209:23674042,23681697:ela:4209:23682249,23683047:ela:4209:23683315,23691316:ela:4209:23691608,23851645:ela:4209:23851893,23902199:ela:4209:23903358,23966882:ela:4209:23967734,24093962:ela:4209:24204871,24295880:ela:4209:24528359,24295922:ela:4209:24301288,24296384:ela:4209:24299169,24296752:ela:4209:24298680,24296813:ela:4209:24298319,24296983:ela:4209:24297678,24297088:ela:4209:24298430,24297123:ela:4209:24297770,24309317:ela:4209:24312051,24309395:ela:4209:24311729,24309644:ela:4209:24310294,24366878:ela:4209:24367257,24421764:ela:4209:24430847,24429600:ela:4209:24429792,24436619:ela:4209:24436994,24442988:ela:4209:24443144,24512292:ela:4209:24556304,24512298:ela:4209:24556688,24512394:ela:4209:24559577,24512403:ela:4209:24513254,24512444:ela:4209:24513496,24514854:ela:4209:24544258,24514855:ela:4209:2454255'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000960594982450425, 'nb_photo': 1468, 'list_port_cont': '23535097,23538740,23541557,23543974,23548207,23551893,23555596,23564447,23569996,23570271,23586066,23587107,23589856,23593030,23593378,23597262,23621515,23621874,23622230,23633785,23635079,23635212,23638285,23640779,23641949,23644728,23646929,23651945,23666387,23667102,23670233,23671400,23672718,23674181,23676760,23682401,23684590,23685562,23687480,23688858,23691716,23694410,23700481,23702938,23705070,23708002,23708793,23712603,23716405,23717617,23719918,23723514,23726443,23732274,23811499,23819852,23820614,23829933,23832163,23853889,23902871,23919615,23920792,23926127,23926132,24020624,24022621,24024661,24025230,24040464,24042583,24096537,24134678,24135466,24136114,24137263,24139476,24143623,24144877,24145246,24168456,24168731,24169605,24171853,24173648,24174482,24174983,24178299,24182677,24189600,24206125,24211181,24213923,24223427,24233253,24244150,24263101,24264075,24265040,24297753,24299110,24300084,24300796,24301326,24302137,24303273,24307761,24308457,24308797,24309837,24311264,24314473,24316946,2431754', 'assoc_port': '23534654:23535097,23537920:23538740,23540436:23541557,23543517:23543974,23547110:23548207,23550747:23551893,23555036:23555596,23563503:23564447,23569424:23570271,23569432:23569996,23585185:23586066,23586473:23587107,23589266:23589856,23592543:23593378,23592547:23593030,23596517:23597262,23620718:23622230,23620722:23621874,23620756:23621515,23632820:23633785,23634446:23635212,23634457:23635079,23637427:23638285,23639808:23640779,23641366:23641949,23644225:23644728,23645862:23646929,23651476:23651945,23663153:23667102,23665045:23666387,23669198:23670233,23670888:23671400,23671695:23672718,23673440:23674181,23676097:23676760,23681716:23685562,23681727:23682401,23683964:23684590,23687040:23687480,23688376:23688858,23691318:23691716,23694292:23694410,23699593:23700481,23702410:23702938,23704456:23705070,23707619:23708002,23708553:23708793,23712026:23712603,23715744:23717617,23715751:23716405,23719475:23719918,23722757:23723514,23725935:23726443,23731806:23732274,23811030:23811499,23819146:23820614,23819188:2381985', 'assoc_mat': '23534654:ela:4211:23535097,23537920:ela:4211:23538740,23540436:ela:4211:23541557,23543517:ela:4211:23543974,23547110:ela:4211:23548207,23550747:ela:4211:23551893,23555036:ela:4211:23555596,23563503:ela:4211:23564447,23569424:ela:4211:23570271,23569432:ela:4211:23569996,23585185:ela:4211:23586066,23586473:ela:4211:23587107,23589266:ela:4211:23589856,23592543:ela:4211:23593378,23592547:ela:4211:23593030,23596517:ela:4211:23597262,23620718:ela:4211:23622230,23620722:ela:4211:23621874,23620756:ela:4211:23621515,23632820:ela:4211:23633785,23634446:ela:4211:23635212,23634457:ela:4211:23635079,23637427:ela:4211:23638285,23639808:ela:4211:23640779,23641366:ela:4211:23641949,23644225:ela:4211:23644728,23645862:ela:4211:23646929,23651476:ela:4211:23651945,23663153:ela:4211:23667102,23665045:ela:4211:23666387,23669198:ela:4211:23670233,23670888:ela:4211:23671400,23671695:ela:4211:23672718,23673440:ela:4211:23674181,23676097:ela:4211:23676760,23681716:ela:4211:23685562,23681727:ela:4211:23682401,23683964:ela:4211:2368459'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00011434581796959466, 'nb_photo': 51, 'list_port_cont': '23645683,23648759,23680582,23687728,23718774,23740172,23743565,23747110,23922688,24021485,24026317,24095601,24203381,24261416,24327892,24334014,24342312,24392045,24404342,24555885,24555917,24555979,24556242,24556313,24556990,24557036', 'assoc_port': '23632822:23645683,23639778:23648759,23663163:23680582,23677331:23740172,23687054:23687728,23697328:23718774,23712024:23747110,23731805:23743565,23922279:23922688,23938595:24021485,23973585:24095601,24024481:24026317,24092888:24203381,24209101:24261416,24295858:24327892,24296274:24334014,24309312:24342312,24386152:24392045,24401551:24404342,24514951:24556990,24515066:24557036,24515721:24556242,24515958:24556313,24516609:24555917,24516769:24555885,24517097:24555979', 'assoc_mat': '23632822:etiquette:4203:23645683,23639778:etiquette:4203:23648759,23663163:etiquette:4203:23680582,23677331:etiquette:4203:23740172,23687054:etiquette:4203:23687728,23697328:etiquette:4203:23718774,23712024:etiquette:4203:23747110,23731805:etiquette:4203:23743565,23922279:etiquette:4203:23922688,23938595:etiquette:4203:24021485,23973585:etiquette:4203:24095601,24024481:etiquette:4203:24026317,24092888:etiquette:4203:24203381,24209101:etiquette:4203:24261416,24295858:etiquette:4203:24327892,24296274:etiquette:4203:24334014,24309312:etiquette:4203:24342312,24386152:etiquette:4203:24392045,24401551:etiquette:4203:24404342,24514951:etiquette:4203:24556990,24515066:etiquette:4203:24557036,24515721:etiquette:4203:24556242,24515958:etiquette:4203:24556313,24516609:etiquette:4203:24555917,24516769:etiquette:4203:24555885,24517097:etiquette:4203:24555979'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00010042925324237485, 'nb_photo': 8, 'list_port_cont': '23589789,23644555,23679939,23691362,23700285,23808141,24533991,24537568', 'assoc_port': '23589275:23589789,23644224:23644555,23663158:23679939,23691320:23691362,23699595:23700285,23807828:23808141,24515877:24537568,24516135:24533991', 'assoc_mat': '23589275:etiquette:4207:23589789,23644224:etiquette:4207:23644555,23663158:etiquette:4207:23679939,23691320:etiquette:4207:23691362,23699595:etiquette:4207:23700285,23807828:etiquette:4207:23808141,24515877:etiquette:4207:24537568,24516135:etiquette:4207:24533991'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 4.161855196710789e-05, 'nb_photo': 1, 'list_port_cont': '24518859', 'assoc_port': '24517240:24518859', 'assoc_mat': '24517240:etiquette:4461:24518859'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015194211386292822, 'nb_photo': 3, 'list_port_cont': '23556480,24035642,24572733', 'assoc_port': '23556285:23556480,24024255:24035642,24568835:24572733', 'assoc_mat': '23556285:etiquette:4200:23556480,24024255:etiquette:4200:24035642,24568835:etiquette:4200:24572733'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00042145814449526925, 'nb_photo': 35, 'list_port_cont': '23646549,23666281,23682236,24429791,24513259,24513494,24517088,24517428,24520681,24521048,24521562,24521835,24525750,24526743,24527825,24528511,24529238,24532649,24532793,24532982,24533029,24534296,24535551,24538329,24539757,24541091,24541570,24543293', 'assoc_port': '23645864:23646549,23665041:23666281,23681697:23682236,24429600:24429791,24512403:24513259,24512444:24513494,24515059:24543293,24515107:24541570,24515246:24539757,24515251:24541091,24515412:24538329,24515617:24517088,24515724:24532793,24515775:24532649,24515778:24534296,24515878:24535551,24515905:24532982,24515985:24517428,24516205:24529238,24516231:24528511,24516337:24527825,24516373:24525750,24516636:24526743,24516738:24521835,24516861:24521048,24517062:24521562,24517162:24520681,24517396:24533029', 'assoc_mat': '23645864:etiquette:4209:23646549,23665041:etiquette:4209:23666281,23681697:etiquette:4209:23682236,24429600:etiquette:4209:24429791,24512403:etiquette:4209:24513259,24512444:etiquette:4209:24513494,24515059:etiquette:4209:24543293,24515107:etiquette:4209:24541570,24515246:etiquette:4209:24539757,24515251:etiquette:4209:24541091,24515412:etiquette:4209:24538329,24515617:etiquette:4209:24517088,24515724:etiquette:4209:24532793,24515775:etiquette:4209:24532649,24515778:etiquette:4209:24534296,24515878:etiquette:4209:24535551,24515905:etiquette:4209:24532982,24515985:etiquette:4209:24517428,24516205:etiquette:4209:24529238,24516231:etiquette:4209:24528511,24516337:etiquette:4209:24527825,24516373:etiquette:4209:24525750,24516636:etiquette:4209:24526743,24516738:etiquette:4209:24521835,24516861:etiquette:4209:24521048,24517062:etiquette:4209:24521562,24517162:etiquette:4209:24520681,24517396:etiquette:4209:24533029'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 3.4321489914584255e-05, 'nb_photo': 48, 'list_port_cont': '23548204,23560674,23621511,23638295,23666386,23667096,23672720,23676748,23712609,23716412,23717632,23926131,24022612,24025234,24096546,24139481,24144875,24182664,24189608,24213926,24233268,24265042,24302122,24402846,24517974,24518673,24518842,24519473,24519513,24521087,24521517,24524321,24526125,24526313,24527349,24532130,24534088,24551308,24551923,24571860,24572479', 'assoc_port': '23547110:23548204,23560093:23560674,23620756:23621511,23637427:23638295,23663153:23667096,23665045:23666386,23671695:23672720,23676097:23676748,23712026:23712609,23715744:23717632,23715751:23716412,23925745:23926131,23973602:24096546,24002899:24233268,24002909:24139481,24009606:24144875,24014054:24022612,24024486:24025234,24075814:24182664,24088250:24189608,24101984:24213926,24230134:24265042,24296358:24302122,24401844:24402846,24512217:24551923,24512397:24551308,24515550:24532130,24515648:24534088,24515884:24517974,24516261:24518673,24516307:24527349,24516394:24526313,24516650:24526125,24516672:24524321,24516687:24521087,24517046:24521517,24517196:24519513,24517217:24519473,24517383:24518842,24568732:24572479,24568842:24571860', 'assoc_mat': '23547110:etiquette:4211:23548204,23560093:etiquette:4211:23560674,23620756:etiquette:4211:23621511,23637427:etiquette:4211:23638295,23663153:etiquette:4211:23667096,23665045:etiquette:4211:23666386,23671695:etiquette:4211:23672720,23676097:etiquette:4211:23676748,23712026:etiquette:4211:23712609,23715744:etiquette:4211:23717632,23715751:etiquette:4211:23716412,23925745:etiquette:4211:23926131,23973602:etiquette:4211:24096546,24002899:etiquette:4211:24233268,24002909:etiquette:4211:24139481,24009606:etiquette:4211:24144875,24014054:etiquette:4211:24022612,24024486:etiquette:4211:24025234,24075814:etiquette:4211:24182664,24088250:etiquette:4211:24189608,24101984:etiquette:4211:24213926,24230134:etiquette:4211:24265042,24296358:etiquette:4211:24302122,24401844:etiquette:4211:24402846,24512217:etiquette:4211:24551923,24512397:etiquette:4211:24551308,24515550:etiquette:4211:24532130,24515648:etiquette:4211:24534088,24515884:etiquette:4211:24517974,24516261:etiquette:4211:24518673,24516307:etiquette:4211:24527349,2'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02590571296109151, 'nb_photo': 892, 'list_port_cont': '23560221,23568671,23585425,23630507,23631694,23647067,23680068,23684219,23684764,23688816,23700919,23739598,23808060,23822450,23903157,24020648,24020830,24021680,24022457,24098376,24141469,24143091,24167578,24188757,24220692,24242935,24243061,24261474,24264055,24327793,24332277,24332339,24335822,24342222,24343852,24343919,24382371,24403737,24404217,24404815,24420754,24427907,24439451,24555633,24555715,24555768,24555801,24555827,24556014,24556758', 'assoc_port': '23530935:23568671,23543498:23585425,23560100:23560221,23620719:23630507,23620751:23631694,23636434:23647067,23663161:23680068,23665043:23684764,23683962:23684219,23688371:23688816,23700572:23700919,23721651:23739598,23807832:23808060,23822266:23822450,23851582:23903157,23938066:24020648,23938155:24020830,23939169:24022457,23974631:24098376,24006427:24141469,24008312:24143091,24014596:24021680,24048632:24167578,24088260:24188757,24092863:24261474,24115357:24220692,24198474:24242935,24198481:24243061,24225484:24264055,24295884:24327793,24296105:24335822,24296252:24332277,24296267:24332339,24309364:24342222,24309591:24343919,24309592:24343852,24361826:24382371,24401556:24404217,24401675:24403737,24401768:24404815,24418452:24427907,24420644:24420754,24439170:24439451,24514886:24556758,24515423:24556014,24515821:24555827,24515973:24555801,24516395:24555715,24516656:24555768,24516701:24555633', 'assoc_mat': '23530935:film_plastique:4205:23568671,23543498:film_plastique:4205:23585425,23560100:film_plastique:4205:23560221,23620719:film_plastique:4205:23630507,23620751:film_plastique:4205:23631694,23636434:film_plastique:4205:23647067,23663161:film_plastique:4205:23680068,23665043:film_plastique:4205:23684764,23683962:film_plastique:4205:23684219,23688371:film_plastique:4205:23688816,23700572:film_plastique:4205:23700919,23721651:film_plastique:4205:23739598,23807832:film_plastique:4205:23808060,23822266:film_plastique:4205:23822450,23851582:film_plastique:4205:23903157,23938066:film_plastique:4205:24020648,23938155:film_plastique:4205:24020830,23939169:film_plastique:4205:24022457,23974631:film_plastique:4205:24098376,24006427:film_plastique:4205:24141469,24008312:film_plastique:4205:24143091,24014596:film_plastique:4205:24021680,24048632:film_plastique:4205:24167578,24088260:film_plastique:4205:24188757,24092863:film_plastique:4205:24261474,24115357:film_plastique:4205:24220692,24198474:film_plastique:4205:2424293'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012954842839741494, 'nb_photo': 1721, 'list_port_cont': '23645687,23648754,23649818,23680577,23687736,23718765,23739923,23740158,23743556,23747111,23922698,24021482,24026321,24095616,24132394,24140837,24177810,24203389,24224237,24261424,24264321,24283116,24327878,24329547,24334019,24340568,24342321,24348358,24379700,24379820,24392040,24403309,24404329,24428097,24430018,24430466,24446154,24449378,24555860,24555889,24555909,24555981,24556127,24556243,24556308,24556337,24556642,24556992,24557044,24557147,24558925', 'assoc_port': '23632822:23645687,23639778:23648754,23639779:23649818,23663163:23680577,23677331:23740158,23687054:23687736,23697328:23718765,23712024:23747111,23721649:23739923,23731805:23743556,23922279:23922698,23937766:24177810,23938595:24021482,23973585:24095616,23996438:24132394,24006419:24140837,24024481:24026321,24092888:24203389,24115402:24224237,24124274:24264321,24209101:24261424,24230137:24283116,24295858:24327878,24295907:24329547,24296274:24334019,24297010:24340568,24309312:24342321,24309636:24348358,24370833:24379820,24370835:24379700,24386152:24392040,24401551:24404329,24401819:24403309,24418471:24428097,24420638:24430466,24420640:24430018,24436616:24449378,24445181:24446154,24512378:24558925,24514943:24557147,24514951:24556992,24515066:24557044,24515127:24556642,24515304:24556337,24515721:24556243,24515958:24556308,24516387:24556127,24516609:24555909,24516769:24555889,24516868:24555860,24517097:24555981', 'assoc_mat': '23632822:film_plastique:4203:23645687,23639778:film_plastique:4203:23648754,23639779:film_plastique:4203:23649818,23663163:film_plastique:4203:23680577,23677331:film_plastique:4203:23740158,23687054:film_plastique:4203:23687736,23697328:film_plastique:4203:23718765,23712024:film_plastique:4203:23747111,23721649:film_plastique:4203:23739923,23731805:film_plastique:4203:23743556,23922279:film_plastique:4203:23922698,23937766:film_plastique:4203:24177810,23938595:film_plastique:4203:24021482,23973585:film_plastique:4203:24095616,23996438:film_plastique:4203:24132394,24006419:film_plastique:4203:24140837,24024481:film_plastique:4203:24026321,24092888:film_plastique:4203:24203389,24115402:film_plastique:4203:24224237,24124274:film_plastique:4203:24264321,24209101:film_plastique:4203:24261424,24230137:film_plastique:4203:24283116,24295858:film_plastique:4203:24327878,24295907:film_plastique:4203:24329547,24296274:film_plastique:4203:24334019,24297010:film_plastique:4203:24340568,24309312:film_plastique:4203:2434232'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032149649160550515, 'nb_photo': 2181, 'list_port_cont': '23543015,23547759,23552379,23564169,23589786,23594382,23596957,23621198,23630357,23633062,23634867,23635284,23636303,23636821,23637993,23638479,23639944,23640773,23644544,23646368,23647228,23669741,23672290,23676528,23677927,23679043,23679231,23679942,23682163,23683290,23683542,23684097,23684334,23687266,23687647,23688697,23688986,23691357,23691571,23694362,23700279,23700760,23703482,23709360,23711201,23711352,23712449,23719770,23720382,23726128,23726621,23808130,23811263,23819313,23819601,23822433,23829581,23831693,23832749,23851771,23885272,23902710,23919505,23919572,23921790,23939708,23973835,23974428,23983530,23983742,23985650,24000861,24001232,24003200,24003335,24006705,24006961,24010003,24011521,24012616,24014773,24015225,24019907,24021152,24024457,24049455,24050440,24051160,24053658,24056524,24060693,24065861,24070099,24077212,24091035,24102795,24103081,24103205,24115784,24115979,24116324,24116451,24117207,24117691,24117912,24118313,24218668,24223034,24225741,24230227,24230720,24298593,24299245,2430032', 'assoc_port': '23542724:23543015,23547113:23547759,23550738:23552379,23563500:23564169,23589275:23589786,23594057:23594382,23596515:23596957,23620728:23621198,23630254:23630357,23632819:23636303,23632837:23633062,23634445:23635284,23634456:23634867,23636432:23636821,23637425:23638479,23637428:23637993,23639798:23640773,23639810:23639944,23644224:23644544,23645860:23647228,23645868:23646368,23663158:23679942,23669196:23669741,23671675:23672290,23676095:23676528,23677324:23679231,23677325:23679043,23677329:23677927,23681696:23684097,23681718:23683542,23681729:23682163,23683044:23683290,23683967:23684334,23687037:23687647,23687069:23687266,23688369:23688986,23688374:23688697,23691317:23691571,23691320:23691357,23694293:23694362,23699595:23700279,23700571:23700760,23703105:23703482,23709130:23709360,23710993:23711201,23711025:23711352,23712077:23712449,23719466:23720382,23719470:23719770,23725933:23726621,23725945:23726128,23807828:23808130,23811031:23811263,23819131:23819601,23819182:23819313,23822267:23822433,23829120:2382958', 'assoc_mat': '23542724:film_plastique:4207:23543015,23547113:film_plastique:4207:23547759,23550738:film_plastique:4207:23552379,23563500:film_plastique:4207:23564169,23589275:film_plastique:4207:23589786,23594057:film_plastique:4207:23594382,23596515:film_plastique:4207:23596957,23620728:film_plastique:4207:23621198,23630254:film_plastique:4207:23630357,23632819:film_plastique:4207:23636303,23632837:film_plastique:4207:23633062,23634445:film_plastique:4207:23635284,23634456:film_plastique:4207:23634867,23636432:film_plastique:4207:23636821,23637425:film_plastique:4207:23638479,23637428:film_plastique:4207:23637993,23639798:film_plastique:4207:23640773,23639810:film_plastique:4207:23639944,23644224:film_plastique:4207:23644544,23645860:film_plastique:4207:23647228,23645868:film_plastique:4207:23646368,23663158:film_plastique:4207:23679942,23669196:film_plastique:4207:23669741,23671675:film_plastique:4207:23672290,23676095:film_plastique:4207:23676528,23677324:film_plastique:4207:23679231,23677325:film_plastique:4207:2367904'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7219543286884743, 'nb_photo': 4823, 'list_port_cont': '23541417,23551450,23551654,23569545,23586899,23597187,23630471,23633308,23634753,23643712,23643823,23647829,23647934,23664556,23669764,23673966,23678150,23682062,23682635,23683357,23688880,23688949,23704591,23709523,23718726,24137481,24171277,24179045,24191379,24210900,24264983,24297623,24297806,24298139,24298573,24298736,24298774,24310919,24311842,24312145,24367372,24402143,24402894,24416683,24419305,24427847,24433525,24437113,24443354,24443558,24513312,24513640,24516494,24516887,24517357,24517682,24518686,24518850,24519129,24519348,24519556,24520649,24520785,24520953,24521106,24522191,24522662,24523046,24523166,24523523,24524351,24524778,24524990,24525825,24526078,24526242,24526381,24527201,24527697,24527884,24528457,24529321,24529577,24529946,24530631,24530871,24531161,24531379,24532264,24532569,24532859,24533273,24533444,24533806,24534189,24534528,24534875,24535104,24536217,24536423,24536555,24536724,24537292,24537325,24537971,24538271,24538577,24538741,24539018,24539121,24539279,24541787,24542256,2454265', 'assoc_port': '23540429:23541417,23550740:23551654,23550742:23551450,23569434:23569545,23586475:23586899,23596513:23597187,23630268:23630471,23632836:23633308,23634459:23634753,23643443:23643712,23643448:23643823,23647431:23647829,23647433:23647934,23663166:23664556,23669193:23669764,23673410:23673966,23677361:23678150,23681720:23682635,23681722:23682062,23683046:23683357,23688368:23688949,23688377:23688880,23704453:23704591,23709132:23709523,23718195:23718726,23937818:24179045,24000702:24137481,24048746:24171277,24089061:24191379,24099488:24210900,24230133:24264983,24296695:24298774,24296807:24298736,24296844:24298573,24296996:24298139,24297086:24297806,24297119:24297623,24309459:24312145,24309547:24311842,24309624:24310919,24366863:24367372,24401572:24402143,24401764:24402894,24415989:24416683,24418578:24419305,24427717:24427847,24432893:24433525,24436618:24437113,24442952:24443558,24442996:24443354,24512203:24554655,24512286:24556143,24512297:24565785,24512341:24557863,24512405:24559219,24512459:24513640,24512530:2451331', 'assoc_mat': '23540429:film_plastique:4461:23541417,23550740:film_plastique:4461:23551654,23550742:film_plastique:4461:23551450,23569434:film_plastique:4461:23569545,23586475:film_plastique:4461:23586899,23596513:film_plastique:4461:23597187,23630268:film_plastique:4461:23630471,23632836:film_plastique:4461:23633308,23634459:film_plastique:4461:23634753,23643443:film_plastique:4461:23643712,23643448:film_plastique:4461:23643823,23647431:film_plastique:4461:23647829,23647433:film_plastique:4461:23647934,23663166:film_plastique:4461:23664556,23669193:film_plastique:4461:23669764,23673410:film_plastique:4461:23673966,23677361:film_plastique:4461:23678150,23681720:film_plastique:4461:23682635,23681722:film_plastique:4461:23682062,23683046:film_plastique:4461:23683357,23688368:film_plastique:4461:23688949,23688377:film_plastique:4461:23688880,23704453:film_plastique:4461:23704591,23709132:film_plastique:4461:23709523,23718195:film_plastique:4461:23718726,23937818:film_plastique:4461:24179045,24000702:film_plastique:4461:2413748'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025209452215521448, 'nb_photo': 5522, 'list_port_cont': '23543876,23556493,23568409,23568513,23569006,23572047,23573383,23575049,23581461,23584445,23585022,23607867,23609573,23609685,23612636,23630668,23631420,23636633,23645648,23645805,23646054,23649907,23651836,23652223,23653785,23654215,23662703,23679621,23681987,23684864,23687935,23689159,23689220,23693219,23694376,23701048,23703322,23708024,23708162,23718026,23720902,23727985,23732793,23740357,23820012,23842230,23855222,23903329,23920072,23926436,24000714,24019586,24021200,24024863,24026092,24027163,24035641,24086304,24132343,24137419,24138868,24144529,24145139,24166559,24167907,24168727,24172495,24177904,24178499,24179551,24182210,24192341,24205061,24223371,24231642,24263588,24264026,24279668,24328044,24328511,24328696,24329812,24330896,24331427,24334375,24336013,24339570,24340186,24340320,24340576,24340652,24342235,24344561,24348461,24379622,24380985,24382394,24389689,24389720,24392087,24403333,24403345,24403520,24403857,24403873,24404113,24404740,24420300,24427619,24427780,24428249,24429882,24431137,2443958', 'assoc_port': '23530936:23569006,23534655:23584445,23537917:23573383,23543496:23543876,23547108:23575049,23556266:23585022,23556285:23556493,23560096:23581461,23563498:23572047,23568013:23568513,23568015:23568409,23589264:23612636,23594055:23607867,23596509:23609573,23596511:23609685,23620720:23630668,23620726:23631420,23634444:23645648,23634448:23645805,23634454:23646054,23636438:23636633,23639806:23649907,23643445:23651836,23643450:23652223,23644227:23662703,23645866:23653785,23647432:23654215,23665039:23684864,23669200:23708024,23676096:23679621,23681698:23703322,23681723:23732793,23681731:23681987,23683993:23708162,23687038:23687935,23688370:23689159,23688373:23689220,23691319:23693219,23694294:23694376,23697324:23718026,23699597:23701048,23702416:23720902,23704454:23727985,23722784:23740357,23819105:23820012,23829119:23842230,23848754:23855222,23902364:23903329,23919348:23920072,23925728:23926436,23936972:24000714,23937813:24177904,23938039:24019586,23938638:24178499,23958509:24086304,23996440:24132343,24000707:2413741', 'assoc_mat': '23530936:film_plastique:4200:23569006,23534655:film_plastique:4200:23584445,23537917:film_plastique:4200:23573383,23543496:film_plastique:4200:23543876,23547108:film_plastique:4200:23575049,23556266:film_plastique:4200:23585022,23556285:film_plastique:4200:23556493,23560096:film_plastique:4200:23581461,23563498:film_plastique:4200:23572047,23568013:film_plastique:4200:23568513,23568015:film_plastique:4200:23568409,23589264:film_plastique:4200:23612636,23594055:film_plastique:4200:23607867,23596509:film_plastique:4200:23609573,23596511:film_plastique:4200:23609685,23620720:film_plastique:4200:23630668,23620726:film_plastique:4200:23631420,23634444:film_plastique:4200:23645648,23634448:film_plastique:4200:23645805,23634454:film_plastique:4200:23646054,23636438:film_plastique:4200:23636633,23639806:film_plastique:4200:23649907,23643445:film_plastique:4200:23651836,23643450:film_plastique:4200:23652223,23644227:film_plastique:4200:23662703,23645866:film_plastique:4200:23653785,23647432:film_plastique:4200:2365421'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011049413546483417, 'nb_photo': 805, 'list_port_cont': '23572720,23630464,23634794,23640490,23646558,23651697,23666269,23674047,23682237,23683320,23691602,23851889,23903351,23925933,23967740,24204867,24297679,24297771,24298306,24298432,24298684,24299181,24301280,24310302,24311725,24312056,24367265,24402683,24416630,24429804,24430846,24439842,24443142,24513273,24513501,24516280,24516993,24517083,24517106,24517423,24517633,24517784,24517930,24518025,24518552,24518796,24519325,24519442,24519687,24519699,24519743,24520265,24520490,24520683,24520732,24521011,24521041,24521567,24521847,24522634,24522701,24522909,24523152,24523281,24523722,24523909,24524639,24524908,24525033,24525551,24525740,24525938,24525957,24526168,24526184,24526641,24526745,24526915,24527824,24527948,24527990,24528062,24528371,24528513,24529234,24529386,24529536,24530267,24530437,24530921,24531000,24531224,24531562,24531663,24531716,24532146,24532360,24532483,24532638,24532790,24532980,24533032,24533043,24533136,24534046,24534298,24534482,24534782,24534996,24535021,24535041,24535308,24535552,2453561', 'assoc_port': '23572471:23572720,23630253:23630464,23634450:23634794,23639809:23640490,23645864:23646558,23651477:23651697,23665041:23666269,23673393:23674047,23681697:23682237,23683047:23683320,23691316:23691602,23851645:23851889,23902199:23903351,23925763:23925933,23966882:23967740,24093962:24204867,24295880:24528371,24295922:24301280,24296180:24520490,24296384:24299181,24296752:24298684,24296813:24298306,24296983:24297679,24297088:24298432,24297123:24297771,24309317:24312056,24309395:24311725,24309644:24310302,24366878:24367265,24401854:24402683,24415973:24416630,24421764:24430846,24429600:24429804,24439758:24439842,24442988:24443142,24512224:24555003,24512292:24556290,24512298:24556685,24512385:24559143,24512394:24559587,24512403:24513273,24512444:24513501,24514854:24544244,24514855:24542549,24514864:24542434,24514966:24546908,24514987:24542228,24515045:24542077,24515055:24541872,24515059:24543286,24515064:24541564,24515072:24542828,24515104:24541358,24515107:24541577,24515129:24542329,24515214:24541412,24515218:2454040', 'assoc_mat': '23572471:film_plastique:4209:23572720,23630253:film_plastique:4209:23630464,23634450:film_plastique:4209:23634794,23639809:film_plastique:4209:23640490,23645864:film_plastique:4209:23646558,23651477:film_plastique:4209:23651697,23665041:film_plastique:4209:23666269,23673393:film_plastique:4209:23674047,23681697:film_plastique:4209:23682237,23683047:film_plastique:4209:23683320,23691316:film_plastique:4209:23691602,23851645:film_plastique:4209:23851889,23902199:film_plastique:4209:23903351,23925763:film_plastique:4209:23925933,23966882:film_plastique:4209:23967740,24093962:film_plastique:4209:24204867,24295880:film_plastique:4209:24528371,24295922:film_plastique:4209:24301280,24296180:film_plastique:4209:24520490,24296384:film_plastique:4209:24299181,24296752:film_plastique:4209:24298684,24296813:film_plastique:4209:24298306,24296983:film_plastique:4209:24297679,24297088:film_plastique:4209:24298432,24297123:film_plastique:4209:24297771,24309317:film_plastique:4209:24312056,24309395:film_plastique:4209:2431172'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005337992122012653, 'nb_photo': 16132, 'list_port_cont': '23535091,23538739,23541542,23543975,23548202,23551903,23555594,23560658,23564451,23570002,23570278,23586065,23587113,23589853,23593007,23593355,23597275,23621520,23621867,23622236,23633790,23635074,23635211,23638294,23640796,23641942,23644721,23646919,23651942,23666391,23667098,23670236,23671404,23672730,23674178,23676757,23682396,23684595,23685558,23687472,23688862,23691725,23694417,23700474,23702948,23705069,23708006,23708785,23712600,23716400,23717636,23719914,23723516,23726437,23732272,23811484,23819864,23820621,23829923,23832156,23853886,23902874,23919605,23920799,23926126,23926139,24020615,24022616,24024675,24025231,24040463,24042574,24096549,24134699,24135463,24136102,24137265,24139469,24143634,24144872,24145252,24168463,24168733,24169599,24171848,24173652,24174475,24175001,24178281,24182667,24189604,24206118,24211188,24213916,24223416,24233261,24244136,24263103,24264073,24265046,24297746,24299113,24300096,24300793,24301327,24302138,24303281,24307779,24308461,24308805,24309827,24311261,24314475,2431694', 'assoc_port': '23534654:23535091,23537920:23538739,23540436:23541542,23543517:23543975,23547110:23548202,23550747:23551903,23555036:23555594,23560093:23560658,23563503:23564451,23569424:23570278,23569432:23570002,23585185:23586065,23586473:23587113,23589266:23589853,23592543:23593355,23592547:23593007,23596517:23597275,23620718:23622236,23620722:23621867,23620756:23621520,23632820:23633790,23634446:23635211,23634457:23635074,23637427:23638294,23639808:23640796,23641366:23641942,23644225:23644721,23645862:23646919,23651476:23651942,23663153:23667098,23665045:23666391,23669198:23670236,23670888:23671404,23671695:23672730,23673440:23674178,23676097:23676757,23681716:23685558,23681727:23682396,23683964:23684595,23687040:23687472,23688376:23688862,23691318:23691725,23694292:23694417,23699593:23700474,23702410:23702948,23704456:23705069,23707619:23708006,23708553:23708785,23712026:23712600,23715744:23717636,23715751:23716400,23719475:23719914,23722757:23723516,23725935:23726437,23731806:23732272,23811030:23811484,23819146:2382062', 'assoc_mat': '23534654:film_plastique:4211:23535091,23537920:film_plastique:4211:23538739,23540436:film_plastique:4211:23541542,23543517:film_plastique:4211:23543975,23547110:film_plastique:4211:23548202,23550747:film_plastique:4211:23551903,23555036:film_plastique:4211:23555594,23560093:film_plastique:4211:23560658,23563503:film_plastique:4211:23564451,23569424:film_plastique:4211:23570278,23569432:film_plastique:4211:23570002,23585185:film_plastique:4211:23586065,23586473:film_plastique:4211:23587113,23589266:film_plastique:4211:23589853,23592543:film_plastique:4211:23593355,23592547:film_plastique:4211:23593007,23596517:film_plastique:4211:23597275,23620718:film_plastique:4211:23622236,23620722:film_plastique:4211:23621867,23620756:film_plastique:4211:23621520,23632820:film_plastique:4211:23633790,23634446:film_plastique:4211:23635211,23634457:film_plastique:4211:23635074,23637427:film_plastique:4211:23638294,23639808:film_plastique:4211:23640796,23641366:film_plastique:4211:23641942,23644225:film_plastique:4211:2364472'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015508997970560849, 'nb_photo': 13, 'list_port_cont': '23687135,23702061,24515487,24531582,24537693,24554866,24555291,24573475', 'assoc_port': '23663154:23702061,23687068:23687135,24512270:24555291,24515132:24515487,24515420:24554866,24516689:24531582,24516719:24537693,24568475:24573475', 'assoc_mat': '23663154:kraft:3726:23702061,23687068:kraft:3726:23687135,24512270:kraft:3726:24555291,24515132:kraft:3726:24515487,24515420:kraft:3726:24554866,24516689:kraft:3726:24531582,24516719:kraft:3726:24537693,24568475:kraft:3726:24573475'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9260453186283688, 'nb_photo': 73, 'list_port_cont': '23568683,23630511,23631701,23647075,23680080,23684206,23688813,23739599,23808050,23822461,24020825,24021675,24143100,24220701,24261471,24264052,24327807,24332285,24332340,24335809,24342224,24343863,24343916,24382383,24403732,24404223,24420749,24427912,24439446,24555628,24555716,24555767,24555795,24555829,24556012,24556764', 'assoc_port': '23530935:23568683,23620719:23630511,23620751:23631701,23636434:23647075,23663161:23680080,23683962:23684206,23688371:23688813,23721651:23739599,23807832:23808050,23822266:23822461,23938155:24020825,24008312:24143100,24014596:24021675,24092863:24261471,24115357:24220701,24225484:24264052,24295884:24327807,24296105:24335809,24296252:24332285,24296267:24332340,24309364:24342224,24309591:24343916,24309592:24343863,24361826:24382383,24401556:24404223,24401675:24403732,24418452:24427912,24420644:24420749,24439170:24439446,24514886:24556764,24515423:24556012,24515821:24555829,24515973:24555795,24516395:24555716,24516656:24555767,24516701:24555628', 'assoc_mat': '23530935:metal:4205:23568683,23620719:metal:4205:23630511,23620751:metal:4205:23631701,23636434:metal:4205:23647075,23663161:metal:4205:23680080,23683962:metal:4205:23684206,23688371:metal:4205:23688813,23721651:metal:4205:23739599,23807832:metal:4205:23808050,23822266:metal:4205:23822461,23938155:metal:4205:24020825,24008312:metal:4205:24143100,24014596:metal:4205:24021675,24092863:metal:4205:24261471,24115357:metal:4205:24220701,24225484:metal:4205:24264052,24295884:metal:4205:24327807,24296105:metal:4205:24335809,24296252:metal:4205:24332285,24296267:metal:4205:24332340,24309364:metal:4205:24342224,24309591:metal:4205:24343916,24309592:metal:4205:24343863,24361826:metal:4205:24382383,24401556:metal:4205:24404223,24401675:metal:4205:24403732,24418452:metal:4205:24427912,24420644:metal:4205:24420749,24439170:metal:4205:24439446,24514886:metal:4205:24556764,24515423:metal:4205:24556012,24515821:metal:4205:24555829,24515973:metal:4205:24555795,24516395:metal:4205:24555716,24516656:metal:4205:24555767,24516701:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.010803743202509312, 'nb_photo': 1001, 'list_port_cont': '23645677,23648753,23649815,23680578,23687729,23718764,23739927,23740166,23743560,23747113,23922690,24021484,24026319,24095607,24132395,24140840,24177795,24203375,24224242,24261412,24264326,24283117,24327887,24329544,24334016,24340563,24342313,24348360,24379710,24379823,24392043,24403305,24404337,24428091,24430015,24430478,24446160,24449387,24555856,24555890,24555912,24555984,24556133,24556244,24556316,24556324,24556640,24556977,24557039,24557158,24558938', 'assoc_port': '23632822:23645677,23639778:23648753,23639779:23649815,23663163:23680578,23677331:23740166,23687054:23687729,23697328:23718764,23712024:23747113,23721649:23739927,23731805:23743560,23922279:23922690,23937766:24177795,23938595:24021484,23973585:24095607,23996438:24132395,24006419:24140840,24024481:24026319,24092888:24203375,24115402:24224242,24124274:24264326,24209101:24261412,24230137:24283117,24295858:24327887,24295907:24329544,24296274:24334016,24297010:24340563,24309312:24342313,24309636:24348360,24370833:24379823,24370835:24379710,24386152:24392043,24401551:24404337,24401819:24403305,24418471:24428091,24420638:24430478,24420640:24430015,24436616:24449387,24445181:24446160,24512378:24558938,24514943:24557158,24514951:24556977,24515066:24557039,24515127:24556640,24515304:24556324,24515721:24556244,24515958:24556316,24516387:24556133,24516609:24555912,24516769:24555890,24516868:24555856,24517097:24555984', 'assoc_mat': '23632822:metal:4203:23645677,23639778:metal:4203:23648753,23639779:metal:4203:23649815,23663163:metal:4203:23680578,23677331:metal:4203:23740166,23687054:metal:4203:23687729,23697328:metal:4203:23718764,23712024:metal:4203:23747113,23721649:metal:4203:23739927,23731805:metal:4203:23743560,23922279:metal:4203:23922690,23937766:metal:4203:24177795,23938595:metal:4203:24021484,23973585:metal:4203:24095607,23996438:metal:4203:24132395,24006419:metal:4203:24140840,24024481:metal:4203:24026319,24092888:metal:4203:24203375,24115402:metal:4203:24224242,24124274:metal:4203:24264326,24209101:metal:4203:24261412,24230137:metal:4203:24283117,24295858:metal:4203:24327887,24295907:metal:4203:24329544,24296274:metal:4203:24334016,24297010:metal:4203:24340563,24309312:metal:4203:24342313,24309636:metal:4203:24348360,24370833:metal:4203:24379823,24370835:metal:4203:24379710,24386152:metal:4203:24392043,24401551:metal:4203:24404337,24401819:metal:4203:24403305,24418471:metal:4203:24428091,24420638:metal:4203:24430478,24420640:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.011476853821373992, 'nb_photo': 953, 'list_port_cont': '23543024,23543804,23547746,23552381,23564171,23589779,23594386,23596955,23621194,23630349,23633065,23634875,23635287,23636302,23636807,23637978,23638487,23639934,23640772,23644552,23646361,23647234,23669730,23672278,23676534,23677930,23679051,23679222,23679934,23682174,23683292,23683540,23684103,23687264,23687646,23688698,23688995,23691366,23691572,23694353,23700281,23700763,23703492,23709359,23711192,23711354,23712447,23718353,23719780,23720376,23726140,23726611,23808143,23819312,23819600,23822429,23829584,23831688,23832746,23851779,23885275,23902719,23919509,23919568,23921788,23939698,23973829,23974414,23983541,23983738,23985661,24000853,24001227,24003202,24003332,24006712,24006956,24010001,24011512,24012609,24015228,24021139,24024458,24049449,24050448,24051164,24053657,24056514,24060707,24065856,24070091,24077219,24091036,24102796,24103076,24103203,24115777,24115970,24116326,24116452,24117202,24117701,24117920,24218670,24223032,24225744,24230715,24297762,24298604,24299241,24300322,24301376,24301941,2430257', 'assoc_port': '23542724:23543024,23543543:23543804,23547113:23547746,23550738:23552381,23563500:23564171,23589275:23589779,23594057:23594386,23596515:23596955,23620728:23621194,23630254:23630349,23632819:23636302,23632837:23633065,23634445:23635287,23634456:23634875,23636432:23636807,23637425:23638487,23637428:23637978,23639798:23640772,23639810:23639934,23644224:23644552,23645860:23647234,23645868:23646361,23663158:23679934,23669196:23669730,23671675:23672278,23676095:23676534,23677324:23679222,23677325:23679051,23677329:23677930,23681696:23684103,23681718:23683540,23681729:23682174,23683044:23683292,23687037:23687646,23687069:23687264,23688369:23688995,23688374:23688698,23691317:23691572,23691320:23691366,23694293:23694353,23699595:23700281,23700571:23700763,23703105:23703492,23709130:23709359,23710993:23711192,23711025:23711354,23712077:23712447,23718193:23718353,23719466:23720376,23719470:23719780,23725933:23726611,23725945:23726140,23807828:23808143,23819131:23819600,23819182:23819312,23822267:23822429,23829120:2382958', 'assoc_mat': '23542724:metal:4207:23543024,23543543:metal:4207:23543804,23547113:metal:4207:23547746,23550738:metal:4207:23552381,23563500:metal:4207:23564171,23589275:metal:4207:23589779,23594057:metal:4207:23594386,23596515:metal:4207:23596955,23620728:metal:4207:23621194,23630254:metal:4207:23630349,23632819:metal:4207:23636302,23632837:metal:4207:23633065,23634445:metal:4207:23635287,23634456:metal:4207:23634875,23636432:metal:4207:23636807,23637425:metal:4207:23638487,23637428:metal:4207:23637978,23639798:metal:4207:23640772,23639810:metal:4207:23639934,23644224:metal:4207:23644552,23645860:metal:4207:23647234,23645868:metal:4207:23646361,23663158:metal:4207:23679934,23669196:metal:4207:23669730,23671675:metal:4207:23672278,23676095:metal:4207:23676534,23677324:metal:4207:23679222,23677325:metal:4207:23679051,23677329:metal:4207:23677930,23681696:metal:4207:23684103,23681718:metal:4207:23683540,23681729:metal:4207:23682174,23683044:metal:4207:23683292,23687037:metal:4207:23687646,23687069:metal:4207:23687264,23688369:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008613089667780856, 'nb_photo': 56, 'list_port_cont': '23647938,23682643,23709528,24264977,24298772,24416687,24433526,24443359,24443568,24513644,24516501,24517695,24518682,24520947,24522669,24524787,24524994,24528461,24530862,24534183,24534877,24535118,24536215,24536728,24537289,24537328,24542748,24544540,24546099,24554653,24559224,24569707,24569834,24571642,24572442,24572756', 'assoc_port': '23647433:23647938,23681720:23682643,23709132:23709528,24230133:24264977,24296695:24298772,24415989:24416687,24432893:24433526,24442952:24443568,24442996:24443359,24512203:24554653,24512405:24559224,24512459:24513644,24515062:24546099,24515106:24516501,24515308:24544540,24515394:24542748,24515723:24536728,24515843:24536215,24515959:24534183,24515970:24537289,24516001:24537328,24516006:24530862,24516146:24517695,24516388:24528461,24516661:24520947,24516663:24524994,24516706:24524787,24516707:24522669,24516802:24534877,24517198:24535118,24517349:24518682,24568689:24569707,24568697:24572756,24568730:24572442,24568922:24571642,24568965:24569834', 'assoc_mat': '23647433:metal:4461:23647938,23681720:metal:4461:23682643,23709132:metal:4461:23709528,24230133:metal:4461:24264977,24296695:metal:4461:24298772,24415989:metal:4461:24416687,24432893:metal:4461:24433526,24442952:metal:4461:24443568,24442996:metal:4461:24443359,24512203:metal:4461:24554653,24512405:metal:4461:24559224,24512459:metal:4461:24513644,24515062:metal:4461:24546099,24515106:metal:4461:24516501,24515308:metal:4461:24544540,24515394:metal:4461:24542748,24515723:metal:4461:24536728,24515843:metal:4461:24536215,24515959:metal:4461:24534183,24515970:metal:4461:24537289,24516001:metal:4461:24537328,24516006:metal:4461:24530862,24516146:metal:4461:24517695,24516388:metal:4461:24528461,24516661:metal:4461:24520947,24516663:metal:4461:24524994,24516706:metal:4461:24524787,24516707:metal:4461:24522669,24516802:metal:4461:24534877,24517198:metal:4461:24535118,24517349:metal:4461:24518682,24568689:metal:4461:24569707,24568697:metal:4461:24572756,24568730:metal:4461:24572442,24568922:metal:4461:24571642,24568965:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006871552901871521, 'nb_photo': 99, 'list_port_cont': '23543869,23572054,23573382,23584449,23585027,23612642,23630675,23631415,23645657,23646068,23649915,23651830,23654213,23681983,23687930,23689223,23693206,23694372,23703319,23708026,23720911,23732801,23842236,23855214,24024859,24035647,24086311,24138862,24144540,24166564,24167913,24172496,24263589,24340578,24348460,24379615,24382408,24392093,24403530,24420301,24427625,24427777,24429883,24431139,24439585,24445320,24446364,24446414,24513153,24520302,24522291,24525258,24532049,24532302,24536968,24537260,24538369,24540338,24544735,24548314,24549185,24551515,24551764,24553008,24553706,24554144,24554770,24555579,24570032,24571572,24572736,24573356,24573449,24574218,24574521,24577020', 'assoc_port': '23534655:23584449,23537917:23573382,23543496:23543869,23556266:23585027,23563498:23572054,23589264:23612642,23620720:23630675,23620726:23631415,23634444:23645657,23634454:23646068,23639806:23649915,23643445:23651830,23647432:23654213,23669200:23708026,23681698:23703319,23681723:23732801,23681731:23681983,23687038:23687930,23688373:23689223,23691319:23693206,23694294:23694372,23702416:23720911,23829119:23842236,23848754:23855214,23958509:24086311,24002905:24138862,24009623:24144540,24024255:24035647,24024489:24024859,24047884:24166564,24048650:24167913,24049057:24172496,24234693:24263589,24297082:24340578,24309641:24348460,24361823:24382408,24370840:24379615,24386085:24392093,24401712:24403530,24417538:24420301,24418337:24427625,24418448:24427777,24429599:24429883,24430483:24431139,24436640:24439585,24442992:24446364,24445186:24445320,24446323:24446414,24512519:24513153,24514870:24555579,24515053:24554770,24515410:24553706,24515433:24553008,24515435:24549185,24515466:24551764,24515477:24551515,24515621:2454831', 'assoc_mat': '23534655:metal:4200:23584449,23537917:metal:4200:23573382,23543496:metal:4200:23543869,23556266:metal:4200:23585027,23563498:metal:4200:23572054,23589264:metal:4200:23612642,23620720:metal:4200:23630675,23620726:metal:4200:23631415,23634444:metal:4200:23645657,23634454:metal:4200:23646068,23639806:metal:4200:23649915,23643445:metal:4200:23651830,23647432:metal:4200:23654213,23669200:metal:4200:23708026,23681698:metal:4200:23703319,23681723:metal:4200:23732801,23681731:metal:4200:23681983,23687038:metal:4200:23687930,23688373:metal:4200:23689223,23691319:metal:4200:23693206,23694294:metal:4200:23694372,23702416:metal:4200:23720911,23829119:metal:4200:23842236,23848754:metal:4200:23855214,23958509:metal:4200:24086311,24002905:metal:4200:24138862,24009623:metal:4200:24144540,24024255:metal:4200:24035647,24024489:metal:4200:24024859,24047884:metal:4200:24166564,24048650:metal:4200:24167913,24049057:metal:4200:24172496,24234693:metal:4200:24263589,24297082:metal:4200:24340578,24309641:metal:4200:24348460,24361823:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0008183396464646463, 'nb_photo': 5, 'list_port_cont': '24303623', 'assoc_port': '24295880:24303623', 'assoc_mat': '24295880:metal:3594:24303623'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02639728471134247, 'nb_photo': 466, 'list_port_cont': '23572723,23630466,23634791,23640494,23646554,23651689,23666273,23674037,23682234,23683314,23691610,23903346,23967735,24204828,24297669,24297779,24298312,24298442,24298681,24299174,24310295,24311717,24312049,24367271,24402678,24416639,24429803,24430858,24436988,24443141,24513263,24513500,24516269,24517007,24517080,24517430,24517931,24518014,24518543,24518794,24519321,24519445,24519691,24519760,24520259,24520684,24521009,24521043,24521555,24521836,24522626,24522697,24523019,24523146,24523720,24523910,24524338,24524638,24525737,24525962,24526162,24526643,24526741,24526912,24527949,24527999,24528061,24528362,24528512,24529241,24529397,24530432,24530922,24531211,24531667,24531705,24532371,24532471,24532637,24532804,24532973,24533019,24533040,24533139,24534015,24534042,24534291,24534777,24534993,24535032,24535309,24535545,24535623,24536097,24536123,24536787,24536821,24537398,24537427,24537833,24538132,24538319,24538495,24538691,24538778,24539077,24539767,24540023,24540193,24540393,24541418,24542081,24542223,2454243', 'assoc_port': '23572471:23572723,23630253:23630466,23634450:23634791,23639809:23640494,23645864:23646554,23651477:23651689,23665041:23666273,23673393:23674037,23681697:23682234,23683047:23683314,23691316:23691610,23902199:23903346,23966882:23967735,24093962:24204828,24295880:24528362,24296384:24299174,24296752:24298681,24296813:24298312,24296983:24297669,24297088:24298442,24297123:24297779,24309317:24312049,24309395:24311717,24309644:24310295,24366878:24367271,24401854:24402678,24415973:24416639,24421764:24430858,24429600:24429803,24436619:24436988,24442988:24443141,24512224:24555000,24512298:24556690,24512394:24559585,24512403:24513263,24512444:24513500,24514854:24544249,24514855:24542554,24514860:24544413,24514864:24542430,24514966:24546922,24514987:24542223,24515045:24542081,24515059:24543297,24515072:24542835,24515214:24541418,24515238:24540023,24515241:24540393,24515246:24539767,24515310:24539077,24515401:24516269,24515407:24538691,24515412:24538319,24515414:24538778,24515417:24538495,24515422:24537427,24515428:2453739', 'assoc_mat': '23572471:metal:4209:23572723,23630253:metal:4209:23630466,23634450:metal:4209:23634791,23639809:metal:4209:23640494,23645864:metal:4209:23646554,23651477:metal:4209:23651689,23665041:metal:4209:23666273,23673393:metal:4209:23674037,23681697:metal:4209:23682234,23683047:metal:4209:23683314,23691316:metal:4209:23691610,23902199:metal:4209:23903346,23966882:metal:4209:23967735,24093962:metal:4209:24204828,24295880:metal:4209:24528362,24296384:metal:4209:24299174,24296752:metal:4209:24298681,24296813:metal:4209:24298312,24296983:metal:4209:24297669,24297088:metal:4209:24298442,24297123:metal:4209:24297779,24309317:metal:4209:24312049,24309395:metal:4209:24311717,24309644:metal:4209:24310295,24366878:metal:4209:24367271,24401854:metal:4209:24402678,24415973:metal:4209:24416639,24421764:metal:4209:24430858,24429600:metal:4209:24429803,24436619:metal:4209:24436988,24442988:metal:4209:24443141,24512224:metal:4209:24555000,24512298:metal:4209:24556690,24512394:metal:4209:24559585,24512403:metal:4209:24513263,24512444:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007368202166583152, 'nb_photo': 848, 'list_port_cont': '23535092,23538750,23541540,23543981,23548199,23551899,23555587,23560673,23564458,23569990,23570274,23586064,23587102,23589860,23593012,23593373,23597261,23621521,23621877,23622235,23633799,23635067,23635200,23638288,23640792,23641940,23644725,23646934,23651955,23666393,23670237,23671395,23672733,23674184,23676752,23682412,23685561,23687485,23688873,23691721,23694422,23700486,23702943,23705064,23708016,23708789,23712610,23716408,23717640,23719922,23723505,23726435,23732283,23811493,23819851,23820612,23829924,23832152,23853894,23902861,23919612,23920801,23926123,23926135,24020620,24022619,24024663,24025232,24040458,24042577,24096543,24134701,24135467,24136106,24137274,24143625,24144869,24145257,24168462,24168745,24169606,24171843,24173660,24174487,24174984,24182673,24189607,24206123,24211186,24213915,24223421,24233258,24244137,24263105,24264067,24265039,24297738,24299104,24300087,24300806,24301317,24302132,24303274,24307754,24308446,24308801,24309838,24311257,24314503,24316940,24317540,24317931,24319642,2432111', 'assoc_port': '23534654:23535092,23537920:23538750,23540436:23541540,23543517:23543981,23547110:23548199,23550747:23551899,23555036:23555587,23560093:23560673,23563503:23564458,23569424:23570274,23569432:23569990,23585185:23586064,23586473:23587102,23589266:23589860,23592543:23593373,23592547:23593012,23596517:23597261,23620718:23622235,23620722:23621877,23620756:23621521,23632820:23633799,23634446:23635200,23634457:23635067,23637427:23638288,23639808:23640792,23641366:23641940,23644225:23644725,23645862:23646934,23651476:23651955,23665045:23666393,23669198:23670237,23670888:23671395,23671695:23672733,23673440:23674184,23676097:23676752,23681716:23685561,23681727:23682412,23687040:23687485,23688376:23688873,23691318:23691721,23694292:23694422,23699593:23700486,23702410:23702943,23704456:23705064,23707619:23708016,23708553:23708789,23712026:23712610,23715744:23717640,23715751:23716408,23719475:23719922,23722757:23723505,23725935:23726435,23731806:23732283,23811030:23811493,23819146:23820612,23819188:23819851,23829100:2382992', 'assoc_mat': '23534654:metal:4211:23535092,23537920:metal:4211:23538750,23540436:metal:4211:23541540,23543517:metal:4211:23543981,23547110:metal:4211:23548199,23550747:metal:4211:23551899,23555036:metal:4211:23555587,23560093:metal:4211:23560673,23563503:metal:4211:23564458,23569424:metal:4211:23570274,23569432:metal:4211:23569990,23585185:metal:4211:23586064,23586473:metal:4211:23587102,23589266:metal:4211:23589860,23592543:metal:4211:23593373,23592547:metal:4211:23593012,23596517:metal:4211:23597261,23620718:metal:4211:23622235,23620722:metal:4211:23621877,23620756:metal:4211:23621521,23632820:metal:4211:23633799,23634446:metal:4211:23635200,23634457:metal:4211:23635067,23637427:metal:4211:23638288,23639808:metal:4211:23640792,23641366:metal:4211:23641940,23644225:metal:4211:23644725,23645862:metal:4211:23646934,23651476:metal:4211:23651955,23665045:metal:4211:23666393,23669198:metal:4211:23670237,23670888:metal:4211:23671395,23671695:metal:4211:23672733,23673440:metal:4211:23674184,23676097:metal:4211:23676752,23681716:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018306969715537957, 'nb_photo': 3, 'list_port_cont': '23543371,23737158,24522719', 'assoc_port': '23542721:23543371,23711012:23737158,24515842:24522719', 'assoc_mat': '23542721:metal:3327:23543371,23711012:metal:3327:23737158,24515842:metal:3327:24522719'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0005730247578756915, 'nb_photo': 9, 'list_port_cont': '24437181,24439465,24440269,24443410', 'assoc_port': '24436620:24437181,24439171:24439465,24439759:24440269,24442990:24443410', 'assoc_mat': '24436620:metal:3594:24437181,24439171:metal:3594:24439465,24439759:metal:3594:24440269,24442990:metal:3594:24443410'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.024012248571005382, 'nb_photo': 2299, 'list_port_cont': '23560223,23568674,23585421,23630518,23631702,23647074,23680074,23684217,23684776,23688812,23700918,23735967,23739609,23808051,23822448,23903166,24020647,24020836,24021689,24022453,24098373,24141467,24143088,24167583,24188751,24220691,24242942,24243067,24261479,24264048,24327798,24332283,24332352,24335823,24342218,24343861,24343920,24382381,24403740,24404218,24404810,24420764,24427908,24439448,24555637,24555714,24555756,24555796,24555816,24556022,24556756', 'assoc_port': '23530935:23568674,23543498:23585421,23560100:23560223,23620719:23630518,23620751:23631702,23636434:23647074,23663161:23680074,23665043:23684776,23683962:23684217,23688371:23688812,23700572:23700918,23711009:23735967,23721651:23739609,23807832:23808051,23822266:23822448,23851582:23903166,23938066:24020647,23938155:24020836,23939169:24022453,23974631:24098373,24006427:24141467,24008312:24143088,24014596:24021689,24048632:24167583,24088260:24188751,24092863:24261479,24115357:24220691,24198474:24242942,24198481:24243067,24225484:24264048,24295884:24327798,24296105:24335823,24296252:24332283,24296267:24332352,24309364:24342218,24309591:24343920,24309592:24343861,24361826:24382381,24401556:24404218,24401675:24403740,24401768:24404810,24418452:24427908,24420644:24420764,24439170:24439448,24514886:24556756,24515423:24556022,24515821:24555816,24515973:24555796,24516395:24555714,24516656:24555756,24516701:24555637', 'assoc_mat': '23530935:papier:4205:23568674,23543498:papier:4205:23585421,23560100:papier:4205:23560223,23620719:papier:4205:23630518,23620751:papier:4205:23631702,23636434:papier:4205:23647074,23663161:papier:4205:23680074,23665043:papier:4205:23684776,23683962:papier:4205:23684217,23688371:papier:4205:23688812,23700572:papier:4205:23700918,23711009:papier:4205:23735967,23721651:papier:4205:23739609,23807832:papier:4205:23808051,23822266:papier:4205:23822448,23851582:papier:4205:23903166,23938066:papier:4205:24020647,23938155:papier:4205:24020836,23939169:papier:4205:24022453,23974631:papier:4205:24098373,24006427:papier:4205:24141467,24008312:papier:4205:24143088,24014596:papier:4205:24021689,24048632:papier:4205:24167583,24088260:papier:4205:24188751,24092863:papier:4205:24261479,24115357:papier:4205:24220691,24198474:papier:4205:24242942,24198481:papier:4205:24243067,24225484:papier:4205:24264048,24295884:papier:4205:24327798,24296105:papier:4205:24335823,24296252:papier:4205:24332283,24296267:papier:4205:24332352,2430'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.021004863555568465, 'nb_photo': 5868, 'list_port_cont': '23645675,23648762,23649816,23680588,23687731,23718766,23739933,23740163,23743562,23747112,23922691,24021477,24026306,24095604,24132404,24140846,24177804,24203390,24224231,24261417,24264324,24283121,24327891,24329538,24334009,24340560,24342318,24348345,24379705,24379825,24392047,24403308,24404335,24428094,24430013,24430477,24446158,24449386,24555847,24555883,24555918,24555992,24556126,24556254,24556309,24556326,24556637,24556987,24557043,24557161,24558936', 'assoc_port': '23632822:23645675,23639778:23648762,23639779:23649816,23663163:23680588,23677331:23740163,23687054:23687731,23697328:23718766,23712024:23747112,23721649:23739933,23731805:23743562,23922279:23922691,23937766:24177804,23938595:24021477,23973585:24095604,23996438:24132404,24006419:24140846,24024481:24026306,24092888:24203390,24115402:24224231,24124274:24264324,24209101:24261417,24230137:24283121,24295858:24327891,24295907:24329538,24296274:24334009,24297010:24340560,24309312:24342318,24309636:24348345,24370833:24379825,24370835:24379705,24386152:24392047,24401551:24404335,24401819:24403308,24418471:24428094,24420638:24430477,24420640:24430013,24436616:24449386,24445181:24446158,24512378:24558936,24514943:24557161,24514951:24556987,24515066:24557043,24515127:24556637,24515304:24556326,24515721:24556254,24515958:24556309,24516387:24556126,24516609:24555918,24516769:24555883,24516868:24555847,24517097:24555992', 'assoc_mat': '23632822:papier:4203:23645675,23639778:papier:4203:23648762,23639779:papier:4203:23649816,23663163:papier:4203:23680588,23677331:papier:4203:23740163,23687054:papier:4203:23687731,23697328:papier:4203:23718766,23712024:papier:4203:23747112,23721649:papier:4203:23739933,23731805:papier:4203:23743562,23922279:papier:4203:23922691,23937766:papier:4203:24177804,23938595:papier:4203:24021477,23973585:papier:4203:24095604,23996438:papier:4203:24132404,24006419:papier:4203:24140846,24024481:papier:4203:24026306,24092888:papier:4203:24203390,24115402:papier:4203:24224231,24124274:papier:4203:24264324,24209101:papier:4203:24261417,24230137:papier:4203:24283121,24295858:papier:4203:24327891,24295907:papier:4203:24329538,24296274:papier:4203:24334009,24297010:papier:4203:24340560,24309312:papier:4203:24342318,24309636:papier:4203:24348345,24370833:papier:4203:24379825,24370835:papier:4203:24379705,24386152:papier:4203:24392047,24401551:papier:4203:24404335,24401819:papier:4203:24403308,24418471:papier:4203:24428094,2442'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0344275760641366, 'nb_photo': 19580, 'list_port_cont': '23543012,23543800,23547742,23552378,23564174,23589790,23594378,23596946,23621202,23630356,23633063,23634874,23635280,23636305,23636814,23637991,23638490,23639932,23640766,23644549,23646359,23647241,23669733,23672291,23676536,23677934,23679040,23679223,23679940,23682168,23683300,23683537,23684096,23684333,23687268,23687641,23688704,23688992,23691358,23691576,23694363,23700275,23700753,23703481,23709355,23711207,23711355,23712461,23718363,23719774,23720384,23726141,23726618,23808136,23811269,23819315,23819606,23822438,23829585,23831687,23832739,23851775,23885273,23902715,23919503,23919566,23921785,23939701,23973847,23974425,23983533,23983728,23985653,24000862,24001225,24003194,24003328,24006710,24006969,24009996,24011508,24012615,24014782,24015221,24019894,24021151,24024465,24049457,24050436,24051162,24053650,24056515,24060695,24065866,24070089,24077209,24091043,24102790,24103078,24103204,24115779,24115980,24116319,24116453,24117203,24117693,24117924,24118308,24218661,24223037,24225742,24230228,24230721,2429776', 'assoc_port': '23542724:23543012,23543543:23543800,23547113:23547742,23550738:23552378,23563500:23564174,23589275:23589790,23594057:23594378,23596515:23596946,23620728:23621202,23630254:23630356,23632819:23636305,23632837:23633063,23634445:23635280,23634456:23634874,23636432:23636814,23637425:23638490,23637428:23637991,23639798:23640766,23639810:23639932,23644224:23644549,23645860:23647241,23645868:23646359,23663158:23679940,23669196:23669733,23671675:23672291,23676095:23676536,23677324:23679223,23677325:23679040,23677329:23677934,23681696:23684096,23681718:23683537,23681729:23682168,23683044:23683300,23683967:23684333,23687037:23687641,23687069:23687268,23688369:23688992,23688374:23688704,23691317:23691576,23691320:23691358,23694293:23694363,23699595:23700275,23700571:23700753,23703105:23703481,23709130:23709355,23710993:23711207,23711025:23711355,23712077:23712461,23718193:23718363,23719466:23720384,23719470:23719774,23725933:23726618,23725945:23726141,23807828:23808136,23811031:23811269,23819131:23819606,23819182:2381931', 'assoc_mat': '23542724:papier:4207:23543012,23543543:papier:4207:23543800,23547113:papier:4207:23547742,23550738:papier:4207:23552378,23563500:papier:4207:23564174,23589275:papier:4207:23589790,23594057:papier:4207:23594378,23596515:papier:4207:23596946,23620728:papier:4207:23621202,23630254:papier:4207:23630356,23632819:papier:4207:23636305,23632837:papier:4207:23633063,23634445:papier:4207:23635280,23634456:papier:4207:23634874,23636432:papier:4207:23636814,23637425:papier:4207:23638490,23637428:papier:4207:23637991,23639798:papier:4207:23640766,23639810:papier:4207:23639932,23644224:papier:4207:23644549,23645860:papier:4207:23647241,23645868:papier:4207:23646359,23663158:papier:4207:23679940,23669196:papier:4207:23669733,23671675:papier:4207:23672291,23676095:papier:4207:23676536,23677324:papier:4207:23679223,23677325:papier:4207:23679040,23677329:papier:4207:23677934,23681696:papier:4207:23684096,23681718:papier:4207:23683537,23681729:papier:4207:23682168,23683044:papier:4207:23683300,23683967:papier:4207:23684333,2368'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.25649485268264144, 'nb_photo': 43010, 'list_port_cont': '23541407,23551449,23551656,23569556,23586890,23597193,23630477,23633307,23634751,23643718,23643826,23647840,23647924,23664567,23669757,23673962,23678153,23682057,23682642,23683358,23688869,23688959,23704596,23709516,23718718,24137470,24171304,24179033,24191387,24210910,24264978,24297637,24297816,24298148,24298560,24298724,24298788,24310932,24311837,24312154,24367371,24402141,24402895,24416686,24419310,24427848,24433528,24437111,24443356,24443544,24513313,24513646,24516496,24516903,24517361,24517683,24518690,24518854,24519128,24519336,24519542,24520647,24520787,24520951,24521101,24522198,24522664,24523037,24523171,24523533,24524341,24524776,24524984,24525835,24526076,24526253,24526382,24527208,24527682,24527886,24528462,24529319,24529568,24529963,24530643,24530861,24531175,24531373,24532269,24532577,24532854,24533275,24533452,24533797,24534184,24534504,24534871,24535122,24536219,24536418,24536560,24536723,24537293,24537323,24537967,24538263,24538573,24538738,24539015,24539130,24539285,24541796,24542271,2454265', 'assoc_port': '23540429:23541407,23550740:23551656,23550742:23551449,23569434:23569556,23586475:23586890,23596513:23597193,23630268:23630477,23632836:23633307,23634459:23634751,23643443:23643718,23643448:23643826,23647431:23647840,23647433:23647924,23663166:23664567,23669193:23669757,23673410:23673962,23677361:23678153,23681720:23682642,23681722:23682057,23683046:23683358,23688368:23688959,23688377:23688869,23704453:23704596,23709132:23709516,23718195:23718718,23937818:24179033,24000702:24137470,24048746:24171304,24089061:24191387,24099488:24210910,24230133:24264978,24296695:24298788,24296807:24298724,24296844:24298560,24296996:24298148,24297086:24297816,24297119:24297637,24309459:24312154,24309547:24311837,24309624:24310932,24366863:24367371,24401572:24402141,24401764:24402895,24415989:24416686,24418578:24419310,24427717:24427848,24432893:24433528,24436618:24437111,24442952:24443544,24442996:24443356,24512203:24554657,24512286:24556145,24512297:24565781,24512341:24557866,24512405:24559216,24512459:24513646,24512530:2451331', 'assoc_mat': '23540429:papier:4461:23541407,23550740:papier:4461:23551656,23550742:papier:4461:23551449,23569434:papier:4461:23569556,23586475:papier:4461:23586890,23596513:papier:4461:23597193,23630268:papier:4461:23630477,23632836:papier:4461:23633307,23634459:papier:4461:23634751,23643443:papier:4461:23643718,23643448:papier:4461:23643826,23647431:papier:4461:23647840,23647433:papier:4461:23647924,23663166:papier:4461:23664567,23669193:papier:4461:23669757,23673410:papier:4461:23673962,23677361:papier:4461:23678153,23681720:papier:4461:23682642,23681722:papier:4461:23682057,23683046:papier:4461:23683358,23688368:papier:4461:23688959,23688377:papier:4461:23688869,23704453:papier:4461:23704596,23709132:papier:4461:23709516,23718195:papier:4461:23718718,23937818:papier:4461:24179033,24000702:papier:4461:24137470,24048746:papier:4461:24171304,24089061:papier:4461:24191387,24099488:papier:4461:24210910,24230133:papier:4461:24264978,24296695:papier:4461:24298788,24296807:papier:4461:24298724,24296844:papier:4461:24298560,2429'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01810221863213283, 'nb_photo': 6449, 'list_port_cont': '23543870,23556479,23568400,23568506,23569012,23572050,23573375,23575060,23581452,23584440,23585028,23607871,23609565,23609677,23612645,23630669,23631418,23636629,23645643,23645809,23646058,23649906,23651841,23652219,23653783,23654214,23662704,23679625,23681975,23684866,23687933,23689164,23689209,23693214,23694377,23701052,23703325,23708022,23708163,23718022,23720914,23727992,23732800,23740363,23820009,23842233,23855213,23903320,23920069,23926433,24000718,24019588,24021188,24024861,24026100,24027168,24035645,24086305,24132351,24137398,24138866,24144536,24145131,24166565,24167919,24168726,24172506,24177897,24178496,24179556,24182221,24192337,24205059,24223381,24231643,24263590,24264032,24279669,24328045,24328500,24328707,24329804,24330906,24331438,24334380,24336014,24339558,24340181,24340329,24340584,24340644,24342239,24344554,24348474,24379624,24380979,24382404,24389676,24389717,24392092,24403323,24403341,24403521,24403860,24403878,24404115,24404743,24420304,24427632,24427785,24428247,24429889,24431141,2443958', 'assoc_port': '23530936:23569012,23534655:23584440,23537917:23573375,23543496:23543870,23547108:23575060,23556266:23585028,23556285:23556479,23560096:23581452,23563498:23572050,23568013:23568506,23568015:23568400,23589264:23612645,23594055:23607871,23596509:23609565,23596511:23609677,23620720:23630669,23620726:23631418,23634444:23645643,23634448:23645809,23634454:23646058,23636438:23636629,23639806:23649906,23643445:23651841,23643450:23652219,23644227:23662704,23645866:23653783,23647432:23654214,23665039:23684866,23669200:23708022,23676096:23679625,23681698:23703325,23681723:23732800,23681731:23681975,23683993:23708163,23687038:23687933,23688370:23689164,23688373:23689209,23691319:23693214,23694294:23694377,23697324:23718022,23699597:23701052,23702416:23720914,23704454:23727992,23722784:23740363,23819105:23820009,23829119:23842233,23848754:23855213,23902364:23903320,23919348:23920069,23925728:23926433,23936972:24000718,23937813:24177897,23938039:24019588,23938638:24178496,23958509:24086305,23996440:24132351,24000707:2413739', 'assoc_mat': '23530936:papier:4200:23569012,23534655:papier:4200:23584440,23537917:papier:4200:23573375,23543496:papier:4200:23543870,23547108:papier:4200:23575060,23556266:papier:4200:23585028,23556285:papier:4200:23556479,23560096:papier:4200:23581452,23563498:papier:4200:23572050,23568013:papier:4200:23568506,23568015:papier:4200:23568400,23589264:papier:4200:23612645,23594055:papier:4200:23607871,23596509:papier:4200:23609565,23596511:papier:4200:23609677,23620720:papier:4200:23630669,23620726:papier:4200:23631418,23634444:papier:4200:23645643,23634448:papier:4200:23645809,23634454:papier:4200:23646058,23636438:papier:4200:23636629,23639806:papier:4200:23649906,23643445:papier:4200:23651841,23643450:papier:4200:23652219,23644227:papier:4200:23662704,23645866:papier:4200:23653783,23647432:papier:4200:23654214,23665039:papier:4200:23684866,23669200:papier:4200:23708022,23676096:papier:4200:23679625,23681698:papier:4200:23703325,23681723:papier:4200:23732800,23681731:papier:4200:23681975,23683993:papier:4200:23708163,2368'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12648329541070405, 'nb_photo': 410, 'list_port_cont': '24303621', 'assoc_port': '24295880:24303621', 'assoc_mat': '24295880:papier:3594:24303621'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9403402586474477, 'nb_photo': 89953, 'list_port_cont': '23572722,23630468,23634781,23640484,23646550,23651695,23666270,23674043,23682242,23683311,23691597,23851895,23903354,23925937,23967746,24204861,24297681,24297778,24298307,24298428,24298682,24299171,24301282,24310291,24311722,24312054,24367263,24402684,24416637,24429796,24430854,24437002,24439838,24443133,24513253,24513497,24516292,24517010,24517086,24517102,24517427,24517626,24517774,24517937,24518016,24518405,24518546,24518793,24519320,24519443,24519677,24519694,24519758,24520252,24520488,24520697,24520736,24521012,24521044,24521563,24521837,24522384,24522632,24522708,24522911,24523015,24523157,24523289,24523725,24523923,24524173,24524331,24524628,24524902,24525027,24525547,24525743,24525886,24525939,24525958,24526165,24526187,24526644,24526753,24526905,24527830,24527946,24527992,24528056,24528366,24528514,24528808,24529230,24529389,24529547,24530269,24530435,24530930,24530994,24531214,24531552,24531673,24531700,24532136,24532361,24532475,24532650,24532800,24532984,24533024,24533042,24533144,24533910,2453402', 'assoc_port': '23572471:23572722,23630253:23630468,23634450:23634781,23639809:23640484,23645864:23646550,23651477:23651695,23665041:23666270,23673393:23674043,23681697:23682242,23683047:23683311,23691316:23691597,23851645:23851895,23902199:23903354,23925763:23925937,23966882:23967746,24093962:24204861,24295880:24528366,24295922:24301282,24296180:24520488,24296384:24299171,24296752:24298682,24296813:24298307,24296983:24297681,24297088:24298428,24297123:24297778,24309317:24312054,24309395:24311722,24309644:24310291,24366878:24367263,24401854:24402684,24415973:24416637,24421764:24430854,24429600:24429796,24436619:24437002,24439758:24439838,24442988:24443133,24512224:24554995,24512240:24555135,24512256:24555404,24512292:24556292,24512298:24556682,24512385:24559129,24512389:24558358,24512394:24559590,24512403:24513253,24512444:24513497,24512493:24558781,24512508:24558732,24514854:24544245,24514855:24542546,24514860:24544414,24514864:24542440,24514966:24546921,24514987:24542225,24515045:24542069,24515049:24543699,24515055:2454187', 'assoc_mat': '23572471:papier:4209:23572722,23630253:papier:4209:23630468,23634450:papier:4209:23634781,23639809:papier:4209:23640484,23645864:papier:4209:23646550,23651477:papier:4209:23651695,23665041:papier:4209:23666270,23673393:papier:4209:23674043,23681697:papier:4209:23682242,23683047:papier:4209:23683311,23691316:papier:4209:23691597,23851645:papier:4209:23851895,23902199:papier:4209:23903354,23925763:papier:4209:23925937,23966882:papier:4209:23967746,24093962:papier:4209:24204861,24295880:papier:4209:24528366,24295922:papier:4209:24301282,24296180:papier:4209:24520488,24296384:papier:4209:24299171,24296752:papier:4209:24298682,24296813:papier:4209:24298307,24296983:papier:4209:24297681,24297088:papier:4209:24298428,24297123:papier:4209:24297778,24309317:papier:4209:24312054,24309395:papier:4209:24311722,24309644:papier:4209:24310291,24366878:papier:4209:24367263,24401854:papier:4209:24402684,24415973:papier:4209:24416637,24421764:papier:4209:24430854,24429600:papier:4209:24429796,24436619:papier:4209:24437002,2443'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010155720983990714, 'nb_photo': 21227, 'list_port_cont': '23535090,23538735,23541558,23543987,23548197,23551904,23555577,23560669,23564457,23569988,23570283,23586056,23587112,23589862,23593008,23593357,23597263,23621512,23621861,23622243,23633791,23635065,23635214,23638289,23640794,23641954,23644732,23646921,23651950,23666384,23667094,23670220,23671398,23672724,23674194,23676761,23682400,23684601,23685556,23687483,23688870,23691723,23694411,23700478,23702935,23705059,23708013,23708790,23712601,23716406,23717627,23719924,23723511,23726440,23732275,23811492,23819865,23820620,23829927,23832160,23853902,23902864,23919601,23920796,23926120,23926140,24020628,24022609,24024674,24025228,24040465,24042572,24096535,24134696,24135464,24136104,24137264,24139484,24143628,24144873,24145242,24168458,24168744,24169598,24171839,24173649,24174476,24175003,24178298,24182670,24189614,24206116,24211187,24213928,24223424,24233255,24244138,24263114,24264072,24265041,24297751,24299119,24300090,24300794,24301322,24302136,24303282,24307756,24308456,24308802,24309839,24311258,24314491,2431693', 'assoc_port': '23534654:23535090,23537920:23538735,23540436:23541558,23543517:23543987,23547110:23548197,23550747:23551904,23555036:23555577,23560093:23560669,23563503:23564457,23569424:23570283,23569432:23569988,23585185:23586056,23586473:23587112,23589266:23589862,23592543:23593357,23592547:23593008,23596517:23597263,23620718:23622243,23620722:23621861,23620756:23621512,23632820:23633791,23634446:23635214,23634457:23635065,23637427:23638289,23639808:23640794,23641366:23641954,23644225:23644732,23645862:23646921,23651476:23651950,23663153:23667094,23665045:23666384,23669198:23670220,23670888:23671398,23671695:23672724,23673440:23674194,23676097:23676761,23681716:23685556,23681727:23682400,23683964:23684601,23687040:23687483,23688376:23688870,23691318:23691723,23694292:23694411,23699593:23700478,23702410:23702935,23704456:23705059,23707619:23708013,23708553:23708790,23712026:23712601,23715744:23717627,23715751:23716406,23719475:23719924,23722757:23723511,23725935:23726440,23731806:23732275,23811030:23811492,23819146:2382062', 'assoc_mat': '23534654:papier:4211:23535090,23537920:papier:4211:23538735,23540436:papier:4211:23541558,23543517:papier:4211:23543987,23547110:papier:4211:23548197,23550747:papier:4211:23551904,23555036:papier:4211:23555577,23560093:papier:4211:23560669,23563503:papier:4211:23564457,23569424:papier:4211:23570283,23569432:papier:4211:23569988,23585185:papier:4211:23586056,23586473:papier:4211:23587112,23589266:papier:4211:23589862,23592543:papier:4211:23593357,23592547:papier:4211:23593008,23596517:papier:4211:23597263,23620718:papier:4211:23622243,23620722:papier:4211:23621861,23620756:papier:4211:23621512,23632820:papier:4211:23633791,23634446:papier:4211:23635214,23634457:papier:4211:23635065,23637427:papier:4211:23638289,23639808:papier:4211:23640794,23641366:papier:4211:23641954,23644225:papier:4211:23644732,23645862:papier:4211:23646921,23651476:papier:4211:23651950,23663153:papier:4211:23667094,23665045:papier:4211:23666384,23669198:papier:4211:23670220,23670888:papier:4211:23671398,23671695:papier:4211:23672724,2367'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011281266806000827, 'nb_photo': 835, 'list_port_cont': '23543370,23573944,23575824,23585117,23586528,23586986,23595913,23596148,23596258,23597064,23602064,23607098,23608058,23608202,23609491,23622307,23628283,23631350,23631917,23632248,23647730,23648002,23650888,23652924,23653377,23678929,23679631,23680143,23680908,23687979,23689402,23696218,23701784,23702066,23703149,23704383,23707519,23708315,23719351,23726640,23726926,23730713,23732350,23734738,23737169,23738065,23738433,23740860,23741453,23808648,23812492,23812538,23823590,23826169,23847664,23857796,23903627,23914681,23919743,23959793,24001586,24011680,24021156,24021537,24022360,24022427,24022709,24023094,24025094,24036012,24080393,24097176,24099708,24117613,24117678,24118740,24135028,24138361,24139831,24141523,24147183,24164182,24164668,24164828,24164934,24165151,24165326,24166342,24166396,24167593,24168078,24168177,24168766,24169727,24169973,24170118,24170241,24170332,24171457,24171717,24172335,24172911,24190000,24231632,24243707,24263262,24283253,24287183,24328865,24329563,24329580,24330078,24330110,2433245', 'assoc_port': '23534657:23573944,23542721:23543370,23545657:23585117,23550746:23575824,23556267:23586986,23556281:23586528,23585184:23596258,23585186:23596148,23586467:23597064,23586482:23602064,23592539:23607098,23594051:23608058,23594053:23608202,23595408:23609491,23595419:23595913,23620717:23631350,23620727:23632248,23620741:23622307,23627496:23628283,23630741:23631917,23634452:23647730,23636430:23648002,23637430:23678929,23639792:23702066,23639807:23650888,23643447:23652924,23644226:23653377,23663156:23680908,23671693:23696218,23676094:23680143,23677327:23679631,23681715:23704383,23681725:23726926,23683042:23730713,23687039:23707519,23687067:23687979,23688367:23708315,23688372:23689402,23697318:23719351,23699594:23703149,23700573:23701784,23703106:23726640,23709128:23734738,23711012:23737169,23712074:23738065,23715760:23738433,23722781:23740860,23725944:23741453,23731807:23732350,23807830:23808648,23809051:23812538,23812264:23812492,23819179:23823590,23822262:23826169,23831266:23847664,23848762:23857796,23885061:2391468', 'assoc_mat': '23534657:papier:3327:23573944,23542721:papier:3327:23543370,23545657:papier:3327:23585117,23550746:papier:3327:23575824,23556267:papier:3327:23586986,23556281:papier:3327:23586528,23585184:papier:3327:23596258,23585186:papier:3327:23596148,23586467:papier:3327:23597064,23586482:papier:3327:23602064,23592539:papier:3327:23607098,23594051:papier:3327:23608058,23594053:papier:3327:23608202,23595408:papier:3327:23609491,23595419:papier:3327:23595913,23620717:papier:3327:23631350,23620727:papier:3327:23632248,23620741:papier:3327:23622307,23627496:papier:3327:23628283,23630741:papier:3327:23631917,23634452:papier:3327:23647730,23636430:papier:3327:23648002,23637430:papier:3327:23678929,23639792:papier:3327:23702066,23639807:papier:3327:23650888,23643447:papier:3327:23652924,23644226:papier:3327:23653377,23663156:papier:3327:23680908,23671693:papier:3327:23696218,23676094:papier:3327:23680143,23677327:papier:3327:23679631,23681715:papier:3327:23704383,23681725:papier:3327:23726926,23683042:papier:3327:23730713,2368'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.08763834185384888, 'nb_photo': 684, 'list_port_cont': '24437184,24439468,24440265,24443405,24443798', 'assoc_port': '24436620:24437184,24439171:24439468,24439759:24440265,24442986:24443798,24442990:24443405', 'assoc_mat': '24436620:papier:3594:24437184,24439171:papier:3594:24439468,24439759:papier:3594:24440265,24442986:papier:3594:24443798,24442990:papier:3594:24443405'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007125180582905067, 'nb_photo': 117, 'list_port_cont': '23560228,23568673,23585416,23631705,23647062,23680076,23684208,23688804,23700921,23735961,23808054,23822456,23903158,24020826,24021674,24022455,24098369,24141456,24167571,24188760,24220696,24242944,24261477,24264053,24327803,24332287,24332346,24335824,24382375,24403733,24404230,24404816,24420766,24439457,24555638,24555719,24555762,24555793,24555823,24556018,24556757', 'assoc_port': '23530935:23568673,23543498:23585416,23560100:23560228,23620751:23631705,23636434:23647062,23663161:23680076,23683962:23684208,23688371:23688804,23700572:23700921,23711009:23735961,23807832:23808054,23822266:23822456,23851582:23903158,23938155:24020826,23939169:24022455,23974631:24098369,24006427:24141456,24014596:24021674,24048632:24167571,24088260:24188760,24092863:24261477,24115357:24220696,24198474:24242944,24225484:24264053,24295884:24327803,24296105:24335824,24296252:24332287,24296267:24332346,24361826:24382375,24401556:24404230,24401675:24403733,24401768:24404816,24420644:24420766,24439170:24439457,24514886:24556757,24515423:24556018,24515821:24555823,24515973:24555793,24516395:24555719,24516656:24555762,24516701:24555638', 'assoc_mat': '23530935:pehd:4205:23568673,23543498:pehd:4205:23585416,23560100:pehd:4205:23560228,23620751:pehd:4205:23631705,23636434:pehd:4205:23647062,23663161:pehd:4205:23680076,23683962:pehd:4205:23684208,23688371:pehd:4205:23688804,23700572:pehd:4205:23700921,23711009:pehd:4205:23735961,23807832:pehd:4205:23808054,23822266:pehd:4205:23822456,23851582:pehd:4205:23903158,23938155:pehd:4205:24020826,23939169:pehd:4205:24022455,23974631:pehd:4205:24098369,24006427:pehd:4205:24141456,24014596:pehd:4205:24021674,24048632:pehd:4205:24167571,24088260:pehd:4205:24188760,24092863:pehd:4205:24261477,24115357:pehd:4205:24220696,24198474:pehd:4205:24242944,24225484:pehd:4205:24264053,24295884:pehd:4205:24327803,24296105:pehd:4205:24335824,24296252:pehd:4205:24332287,24296267:pehd:4205:24332346,24361826:pehd:4205:24382375,24401556:pehd:4205:24404230,24401675:pehd:4205:24403733,24401768:pehd:4205:24404816,24420644:pehd:4205:24420766,24439170:pehd:4205:24439457,24514886:pehd:4205:24556757,24515423:pehd:4205:24556018,24515821:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.005047612175803321, 'nb_photo': 440, 'list_port_cont': '23645679,23648760,23649802,23680581,23687724,23718768,23739928,23740167,23743561,23747106,23922699,24021475,24026311,24095612,24132400,24140848,24177801,24203373,24224246,24261411,24264327,24283123,24327883,24329541,24334018,24340559,24342311,24348355,24379822,24392039,24403306,24404338,24428104,24430024,24430471,24446156,24449373,24555852,24555878,24555913,24555988,24556128,24556253,24556315,24556327,24556646,24556975,24557038,24557150,24558937', 'assoc_port': '23632822:23645679,23639778:23648760,23639779:23649802,23663163:23680581,23677331:23740167,23687054:23687724,23697328:23718768,23712024:23747106,23721649:23739928,23731805:23743561,23922279:23922699,23937766:24177801,23938595:24021475,23973585:24095612,23996438:24132400,24006419:24140848,24024481:24026311,24092888:24203373,24115402:24224246,24124274:24264327,24209101:24261411,24230137:24283123,24295858:24327883,24295907:24329541,24296274:24334018,24297010:24340559,24309312:24342311,24309636:24348355,24370833:24379822,24386152:24392039,24401551:24404338,24401819:24403306,24418471:24428104,24420638:24430471,24420640:24430024,24436616:24449373,24445181:24446156,24512378:24558937,24514943:24557150,24514951:24556975,24515066:24557038,24515127:24556646,24515304:24556327,24515721:24556253,24515958:24556315,24516387:24556128,24516609:24555913,24516769:24555878,24516868:24555852,24517097:24555988', 'assoc_mat': '23632822:pehd:4203:23645679,23639778:pehd:4203:23648760,23639779:pehd:4203:23649802,23663163:pehd:4203:23680581,23677331:pehd:4203:23740167,23687054:pehd:4203:23687724,23697328:pehd:4203:23718768,23712024:pehd:4203:23747106,23721649:pehd:4203:23739928,23731805:pehd:4203:23743561,23922279:pehd:4203:23922699,23937766:pehd:4203:24177801,23938595:pehd:4203:24021475,23973585:pehd:4203:24095612,23996438:pehd:4203:24132400,24006419:pehd:4203:24140848,24024481:pehd:4203:24026311,24092888:pehd:4203:24203373,24115402:pehd:4203:24224246,24124274:pehd:4203:24264327,24209101:pehd:4203:24261411,24230137:pehd:4203:24283123,24295858:pehd:4203:24327883,24295907:pehd:4203:24329541,24296274:pehd:4203:24334018,24297010:pehd:4203:24340559,24309312:pehd:4203:24342311,24309636:pehd:4203:24348355,24370833:pehd:4203:24379822,24386152:pehd:4203:24392039,24401551:pehd:4203:24404338,24401819:pehd:4203:24403306,24418471:pehd:4203:24428104,24420638:pehd:4203:24430471,24420640:pehd:4203:24430024,24436616:pehd:4203:24449373,24445181:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005014675677702058, 'nb_photo': 575, 'list_port_cont': '23543020,23543814,23547754,23552388,23564180,23589780,23594381,23621185,23630344,23633060,23634870,23635281,23636307,23636815,23637985,23638483,23640780,23644547,23646354,23647230,23669740,23672289,23676542,23677932,23679052,23679230,23679935,23682175,23683289,23683538,23684095,23684327,23687267,23687644,23688706,23688987,23691368,23691563,23694361,23700283,23700754,23703487,23709362,23711204,23711359,23719771,23726142,23808138,23819307,23819603,23822444,23829575,23831681,23851770,23885274,23902720,23919515,23919562,23921796,23973840,23974423,23983543,23985660,24000860,24001229,24003197,24003340,24009998,24011516,24012611,24014769,24015220,24019906,24021145,24024452,24049459,24050445,24053655,24056518,24060702,24070097,24077214,24091044,24103206,24115772,24116322,24117204,24117700,24117914,24118317,24218666,24223033,24225743,24230215,24230723,24298594,24299682,24302578,24304075,24306577,24307507,24309773,24310328,24314800,24315756,24317664,24317994,24318807,24320884,24323866,24324945,24326960,24327144,2432763', 'assoc_port': '23542724:23543020,23543543:23543814,23547113:23547754,23550738:23552388,23563500:23564180,23589275:23589780,23594057:23594381,23620728:23621185,23630254:23630344,23632819:23636307,23632837:23633060,23634445:23635281,23634456:23634870,23636432:23636815,23637425:23638483,23637428:23637985,23639798:23640780,23644224:23644547,23645860:23647230,23645868:23646354,23663158:23679935,23669196:23669740,23671675:23672289,23676095:23676542,23677324:23679230,23677325:23679052,23677329:23677932,23681696:23684095,23681718:23683538,23681729:23682175,23683044:23683289,23683967:23684327,23687037:23687644,23687069:23687267,23688369:23688987,23688374:23688706,23691317:23691563,23691320:23691368,23694293:23694361,23699595:23700283,23700571:23700754,23703105:23703487,23709130:23709362,23710993:23711204,23711025:23711359,23719470:23719771,23725945:23726142,23807828:23808138,23819131:23819603,23819182:23819307,23822267:23822444,23829120:23829575,23831270:23831681,23851644:23851770,23885063:23885274,23902533:23902720,23919350:2391956', 'assoc_mat': '23542724:pehd:4207:23543020,23543543:pehd:4207:23543814,23547113:pehd:4207:23547754,23550738:pehd:4207:23552388,23563500:pehd:4207:23564180,23589275:pehd:4207:23589780,23594057:pehd:4207:23594381,23620728:pehd:4207:23621185,23630254:pehd:4207:23630344,23632819:pehd:4207:23636307,23632837:pehd:4207:23633060,23634445:pehd:4207:23635281,23634456:pehd:4207:23634870,23636432:pehd:4207:23636815,23637425:pehd:4207:23638483,23637428:pehd:4207:23637985,23639798:pehd:4207:23640780,23644224:pehd:4207:23644547,23645860:pehd:4207:23647230,23645868:pehd:4207:23646354,23663158:pehd:4207:23679935,23669196:pehd:4207:23669740,23671675:pehd:4207:23672289,23676095:pehd:4207:23676542,23677324:pehd:4207:23679230,23677325:pehd:4207:23679052,23677329:pehd:4207:23677932,23681696:pehd:4207:23684095,23681718:pehd:4207:23683538,23681729:pehd:4207:23682175,23683044:pehd:4207:23683289,23683967:pehd:4207:23684327,23687037:pehd:4207:23687644,23687069:pehd:4207:23687267,23688369:pehd:4207:23688987,23688374:pehd:4207:23688706,23691317:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.011156535973389056, 'nb_photo': 31, 'list_port_cont': '23630475,23634759,23643708,23664562,23678160,23688960,24171296,24402899,24517368,24523040,24530634,24536412,24536549,24537970,24538266,24539017,24539293,24542654,24544695,24546081', 'assoc_port': '23630268:23630475,23634459:23634759,23643443:23643708,23663166:23664562,23677361:23678160,23688368:23688960,24048746:24171296,24401764:24402899,24515062:24546081,24515244:24544695,24515470:24542654,24515502:24539293,24515614:24536549,24515643:24539017,24515645:24517368,24515773:24536412,24515820:24538266,24515938:24537970,24516107:24530634,24516858:24523040', 'assoc_mat': '23630268:pehd:4461:23630475,23634459:pehd:4461:23634759,23643443:pehd:4461:23643708,23663166:pehd:4461:23664562,23677361:pehd:4461:23678160,23688368:pehd:4461:23688960,24048746:pehd:4461:24171296,24401764:pehd:4461:24402899,24515062:pehd:4461:24546081,24515244:pehd:4461:24544695,24515470:pehd:4461:24542654,24515502:pehd:4461:24539293,24515614:pehd:4461:24536549,24515643:pehd:4461:24539017,24515645:pehd:4461:24517368,24515773:pehd:4461:24536412,24515820:pehd:4461:24538266,24515938:pehd:4461:24537970,24516107:pehd:4461:24530634,24516858:pehd:4461:24523040'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009175989777449718, 'nb_photo': 1235, 'list_port_cont': '23543864,23556490,23568407,23568520,23569015,23572049,23573388,23575058,23581456,23584443,23585031,23607879,23609564,23609673,23612641,23630661,23631414,23636627,23645645,23645811,23646059,23649914,23651829,23652215,23653779,23654208,23662699,23679616,23681979,23684859,23687924,23689166,23689210,23693209,23694380,23701058,23703326,23708032,23708157,23718027,23720916,23727988,23732802,23740356,23820003,23842227,23855224,23903322,23920064,23926442,24000720,24019582,24021194,24024856,24026089,24027154,24035635,24086312,24132342,24137403,24138856,24144534,24145136,24166571,24167911,24168714,24172499,24177906,24178506,24179549,24182217,24192338,24205073,24223360,24231637,24263592,24264029,24279670,24328058,24328507,24328705,24329816,24330903,24331437,24334378,24336010,24339569,24340185,24340645,24342238,24344558,24348469,24379626,24380981,24382402,24389683,24392088,24403329,24403335,24403518,24403870,24404747,24420308,24427622,24427783,24428248,24429875,24431144,24446420,24449922,24450355,24513157,24515904,2451604', 'assoc_port': '23530936:23569015,23534655:23584443,23537917:23573388,23543496:23543864,23547108:23575058,23556266:23585031,23556285:23556490,23560096:23581456,23563498:23572049,23568013:23568520,23568015:23568407,23589264:23612641,23594055:23607879,23596509:23609564,23596511:23609673,23620720:23630661,23620726:23631414,23634444:23645645,23634448:23645811,23634454:23646059,23636438:23636627,23639806:23649914,23643445:23651829,23643450:23652215,23644227:23662699,23645866:23653779,23647432:23654208,23665039:23684859,23669200:23708032,23676096:23679616,23681698:23703326,23681723:23732802,23681731:23681979,23683993:23708157,23687038:23687924,23688370:23689166,23688373:23689210,23691319:23693209,23694294:23694380,23697324:23718027,23699597:23701058,23702416:23720916,23704454:23727988,23722784:23740356,23819105:23820003,23829119:23842227,23848754:23855224,23902364:23903322,23919348:23920064,23925728:23926442,23936972:24000720,23937813:24177906,23938039:24019582,23938638:24178506,23958509:24086312,23996440:24132342,24000707:2413740', 'assoc_mat': '23530936:pehd:4200:23569015,23534655:pehd:4200:23584443,23537917:pehd:4200:23573388,23543496:pehd:4200:23543864,23547108:pehd:4200:23575058,23556266:pehd:4200:23585031,23556285:pehd:4200:23556490,23560096:pehd:4200:23581456,23563498:pehd:4200:23572049,23568013:pehd:4200:23568520,23568015:pehd:4200:23568407,23589264:pehd:4200:23612641,23594055:pehd:4200:23607879,23596509:pehd:4200:23609564,23596511:pehd:4200:23609673,23620720:pehd:4200:23630661,23620726:pehd:4200:23631414,23634444:pehd:4200:23645645,23634448:pehd:4200:23645811,23634454:pehd:4200:23646059,23636438:pehd:4200:23636627,23639806:pehd:4200:23649914,23643445:pehd:4200:23651829,23643450:pehd:4200:23652215,23644227:pehd:4200:23662699,23645866:pehd:4200:23653779,23647432:pehd:4200:23654208,23665039:pehd:4200:23684859,23669200:pehd:4200:23708032,23676096:pehd:4200:23679616,23681698:pehd:4200:23703326,23681723:pehd:4200:23732802,23681731:pehd:4200:23681979,23683993:pehd:4200:23708157,23687038:pehd:4200:23687924,23688370:pehd:4200:23689166,23688373:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008527562238841525, 'nb_photo': 690, 'list_port_cont': '23572714,23630456,23634782,23640488,23646552,23651690,23666274,23674035,23682238,23683307,23691599,23851894,23903357,23925946,23967741,24204863,24298435,24298683,24299175,24301292,24311726,24367258,24402679,24416632,24429793,24430849,24439833,24443137,24513256,24513498,24516272,24516997,24517082,24517107,24517435,24517637,24517933,24518019,24518544,24518800,24519328,24519439,24519673,24519700,24519751,24520264,24520494,24520693,24521014,24521051,24521564,24521850,24522629,24522915,24523013,24523156,24523287,24523727,24523911,24524175,24524907,24525549,24525751,24525887,24525936,24525956,24526170,24526186,24526637,24526754,24526906,24527827,24527998,24528055,24528360,24528515,24529231,24529395,24530277,24530427,24530926,24530997,24531217,24531564,24531665,24531711,24532140,24532470,24532645,24532796,24532978,24533020,24533053,24534050,24534295,24534341,24534487,24534781,24535034,24535043,24535304,24535544,24535617,24536101,24536110,24536210,24536519,24536770,24536827,24537397,24537413,24537834,24537931,2453813', 'assoc_port': '23572471:23572714,23630253:23630456,23634450:23634782,23639809:23640488,23645864:23646552,23651477:23651690,23665041:23666274,23673393:23674035,23681697:23682238,23683047:23683307,23691316:23691599,23851645:23851894,23902199:23903357,23925763:23925946,23966882:23967741,24093962:24204863,24295880:24528360,24295922:24301292,24296180:24520494,24296384:24299175,24296752:24298683,24297088:24298435,24309395:24311726,24366878:24367258,24401854:24402679,24415973:24416632,24421764:24430849,24429600:24429793,24439758:24439833,24442988:24443137,24512224:24555002,24512256:24555412,24512292:24556295,24512298:24556679,24512385:24559137,24512394:24559586,24512403:24513256,24512444:24513498,24514854:24544247,24514855:24542543,24514860:24544421,24514864:24542427,24514966:24546912,24514987:24542229,24515045:24542070,24515049:24543697,24515055:24541868,24515059:24543292,24515064:24541552,24515072:24542830,24515107:24541568,24515214:24541415,24515218:24540406,24515238:24540019,24515241:24540395,24515246:24539772,24515251:2454108', 'assoc_mat': '23572471:pehd:4209:23572714,23630253:pehd:4209:23630456,23634450:pehd:4209:23634782,23639809:pehd:4209:23640488,23645864:pehd:4209:23646552,23651477:pehd:4209:23651690,23665041:pehd:4209:23666274,23673393:pehd:4209:23674035,23681697:pehd:4209:23682238,23683047:pehd:4209:23683307,23691316:pehd:4209:23691599,23851645:pehd:4209:23851894,23902199:pehd:4209:23903357,23925763:pehd:4209:23925946,23966882:pehd:4209:23967741,24093962:pehd:4209:24204863,24295880:pehd:4209:24528360,24295922:pehd:4209:24301292,24296180:pehd:4209:24520494,24296384:pehd:4209:24299175,24296752:pehd:4209:24298683,24297088:pehd:4209:24298435,24309395:pehd:4209:24311726,24366878:pehd:4209:24367258,24401854:pehd:4209:24402679,24415973:pehd:4209:24416632,24421764:pehd:4209:24430849,24429600:pehd:4209:24429793,24439758:pehd:4209:24439833,24442988:pehd:4209:24443137,24512224:pehd:4209:24555002,24512256:pehd:4209:24555412,24512292:pehd:4209:24556295,24512298:pehd:4209:24556679,24512385:pehd:4209:24559137,24512394:pehd:4209:24559586,24512403:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9568223398926656, 'nb_photo': 14302, 'list_port_cont': '23535081,23538741,23541548,23543985,23548209,23551896,23555597,23560660,23564445,23569995,23570285,23586062,23587109,23589854,23593017,23593375,23597266,23621508,23621863,23622239,23633792,23635066,23635205,23638298,23640787,23641939,23644730,23646933,23651953,23666389,23667095,23670228,23671403,23672721,23674187,23676756,23682405,23684592,23685551,23687479,23688894,23691726,23694412,23700470,23702936,23705074,23708001,23708792,23712611,23716407,23717634,23719926,23723504,23726441,23732284,23811494,23819867,23820600,23829928,23832157,23853893,23902860,23919614,23920798,23926114,23926137,24020630,24022606,24024668,24025238,24040473,24042573,24096544,24134697,24135454,24136105,24137273,24139475,24143635,24144862,24145248,24168452,24168743,24169594,24171854,24173662,24174485,24174987,24178296,24182666,24189599,24206122,24211189,24213930,24223419,24233256,24244139,24263113,24264071,24265045,24297744,24299108,24300095,24300795,24301319,24302126,24303276,24307775,24308458,24308798,24309831,24311267,24314505,2431694', 'assoc_port': '23534654:23535081,23537920:23538741,23540436:23541548,23543517:23543985,23547110:23548209,23550747:23551896,23555036:23555597,23560093:23560660,23563503:23564445,23569424:23570285,23569432:23569995,23585185:23586062,23586473:23587109,23589266:23589854,23592543:23593375,23592547:23593017,23596517:23597266,23620718:23622239,23620722:23621863,23620756:23621508,23632820:23633792,23634446:23635205,23634457:23635066,23637427:23638298,23639808:23640787,23641366:23641939,23644225:23644730,23645862:23646933,23651476:23651953,23663153:23667095,23665045:23666389,23669198:23670228,23670888:23671403,23671695:23672721,23673440:23674187,23676097:23676756,23681716:23685551,23681727:23682405,23683964:23684592,23687040:23687479,23688376:23688894,23691318:23691726,23694292:23694412,23699593:23700470,23702410:23702936,23704456:23705074,23707619:23708001,23708553:23708792,23712026:23712611,23715744:23717634,23715751:23716407,23719475:23719926,23722757:23723504,23725935:23726441,23731806:23732284,23811030:23811494,23819146:2382060', 'assoc_mat': '23534654:pehd:4211:23535081,23537920:pehd:4211:23538741,23540436:pehd:4211:23541548,23543517:pehd:4211:23543985,23547110:pehd:4211:23548209,23550747:pehd:4211:23551896,23555036:pehd:4211:23555597,23560093:pehd:4211:23560660,23563503:pehd:4211:23564445,23569424:pehd:4211:23570285,23569432:pehd:4211:23569995,23585185:pehd:4211:23586062,23586473:pehd:4211:23587109,23589266:pehd:4211:23589854,23592543:pehd:4211:23593375,23592547:pehd:4211:23593017,23596517:pehd:4211:23597266,23620718:pehd:4211:23622239,23620722:pehd:4211:23621863,23620756:pehd:4211:23621508,23632820:pehd:4211:23633792,23634446:pehd:4211:23635205,23634457:pehd:4211:23635066,23637427:pehd:4211:23638298,23639808:pehd:4211:23640787,23641366:pehd:4211:23641939,23644225:pehd:4211:23644730,23645862:pehd:4211:23646933,23651476:pehd:4211:23651953,23663153:pehd:4211:23667095,23665045:pehd:4211:23666389,23669198:pehd:4211:23670228,23670888:pehd:4211:23671403,23671695:pehd:4211:23672721,23673440:pehd:4211:23674187,23676097:pehd:4211:23676756,23681716:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015316845487122561, 'nb_photo': 5, 'list_port_cont': '24166401,24438856,24519458,24523579', 'assoc_port': '24102019:24166401,24430482:24438856,24515221:24523579,24517317:24519458', 'assoc_mat': '24102019:pehd:3327:24166401,24430482:pehd:3327:24438856,24515221:pehd:3327:24523579,24517317:pehd:3327:24519458'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001398006486304012, 'nb_photo': 1, 'list_port_cont': '24439470', 'assoc_port': '24439171:24439470', 'assoc_mat': '24439171:pehd:3594:24439470'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006425953972736693, 'nb_photo': 40, 'list_port_cont': '23560218,23568684,23585428,23631695,23647064,23680077,23700923,23739607,23808052,23822462,23903165,24021679,24167579,24220697,24242934,24261472,24264054,24332286,24342226,24555624,24555706,24555759,24555815', 'assoc_port': '23530935:23568684,23543498:23585428,23560100:23560218,23620751:23631695,23636434:23647064,23663161:23680077,23700572:23700923,23721651:23739607,23807832:23808052,23822266:23822462,23851582:23903165,24014596:24021679,24048632:24167579,24092863:24261472,24115357:24220697,24198474:24242934,24225484:24264054,24296252:24332286,24309364:24342226,24515821:24555815,24516395:24555706,24516656:24555759,24516701:24555624', 'assoc_mat': '23530935:pet_clair:4205:23568684,23543498:pet_clair:4205:23585428,23560100:pet_clair:4205:23560218,23620751:pet_clair:4205:23631695,23636434:pet_clair:4205:23647064,23663161:pet_clair:4205:23680077,23700572:pet_clair:4205:23700923,23721651:pet_clair:4205:23739607,23807832:pet_clair:4205:23808052,23822266:pet_clair:4205:23822462,23851582:pet_clair:4205:23903165,24014596:pet_clair:4205:24021679,24048632:pet_clair:4205:24167579,24092863:pet_clair:4205:24261472,24115357:pet_clair:4205:24220697,24198474:pet_clair:4205:24242934,24225484:pet_clair:4205:24264054,24296252:pet_clair:4205:24332286,24309364:pet_clair:4205:24342226,24515821:pet_clair:4205:24555815,24516395:pet_clair:4205:24555706,24516656:pet_clair:4205:24555759,24516701:pet_clair:4205:24555624'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0008335687687504041, 'nb_photo': 20, 'list_port_cont': '23645684,23680589,23740168,23743563,24026307,24392042,24555855,24555887,24555982,24556249,24556310,24556328,24556983,24557153', 'assoc_port': '23632822:23645684,23663163:23680589,23677331:23740168,23731805:23743563,24024481:24026307,24386152:24392042,24514943:24557153,24514951:24556983,24515304:24556328,24515721:24556249,24515958:24556310,24516769:24555887,24516868:24555855,24517097:24555982', 'assoc_mat': '23632822:pet_clair:4203:23645684,23663163:pet_clair:4203:23680589,23677331:pet_clair:4203:23740168,23731805:pet_clair:4203:23743563,24024481:pet_clair:4203:24026307,24386152:pet_clair:4203:24392042,24514943:pet_clair:4203:24557153,24514951:pet_clair:4203:24556983,24515304:pet_clair:4203:24556328,24515721:pet_clair:4203:24556249,24515958:pet_clair:4203:24556310,24516769:pet_clair:4203:24555887,24516868:pet_clair:4203:24555855,24517097:pet_clair:4203:24555982'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0017882916561876956, 'nb_photo': 37, 'list_port_cont': '23543023,23552384,23564182,23621208,23638491,23647238,23669732,23679219,23684094,23687653,23709356,23712454,23718361,23831692,23832736,24021141,24024449,24049453,24053651,24223036,24302571,24402513,24402783,24403775,24517332,24522549,24523799,24539207,24545168,24548290,24548782,24549870,24551436,24552799,24554364,24555187', 'assoc_port': '23542724:23543023,23550738:23552384,23563500:23564182,23620728:23621208,23637425:23638491,23645860:23647238,23669196:23669732,23677324:23679219,23681696:23684094,23687037:23687653,23709130:23709356,23712077:23712454,23718193:23718361,23831262:23832736,23831270:23831692,23938788:24021141,24024250:24024449,24049060:24049453,24053352:24053651,24222735:24223036,24296764:24302571,24401665:24403775,24401818:24402783,24401846:24402513,24512219:24554364,24514863:24555187,24515024:24552799,24515223:24551436,24515332:24548782,24515393:24549870,24515398:24548290,24515596:24539207,24515980:24545168,24516034:24517332,24516711:24523799,24517260:24522549', 'assoc_mat': '23542724:pet_clair:4207:23543023,23550738:pet_clair:4207:23552384,23563500:pet_clair:4207:23564182,23620728:pet_clair:4207:23621208,23637425:pet_clair:4207:23638491,23645860:pet_clair:4207:23647238,23669196:pet_clair:4207:23669732,23677324:pet_clair:4207:23679219,23681696:pet_clair:4207:23684094,23687037:pet_clair:4207:23687653,23709130:pet_clair:4207:23709356,23712077:pet_clair:4207:23712454,23718193:pet_clair:4207:23718361,23831262:pet_clair:4207:23832736,23831270:pet_clair:4207:23831692,23938788:pet_clair:4207:24021141,24024250:pet_clair:4207:24024449,24049060:pet_clair:4207:24049453,24053352:pet_clair:4207:24053651,24222735:pet_clair:4207:24223036,24296764:pet_clair:4207:24302571,24401665:pet_clair:4207:24403775,24401818:pet_clair:4207:24402783,24401846:pet_clair:4207:24402513,24512219:pet_clair:4207:24554364,24514863:pet_clair:4207:24555187,24515024:pet_clair:4207:24552799,24515223:pet_clair:4207:24551436,24515332:pet_clair:4207:24548782,24515393:pet_clair:4207:24549870,24515398:pet_clair:4207:24548290,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006761774455283455, 'nb_photo': 6, 'list_port_cont': '24518688,24524342,24530630,24538726', 'assoc_port': '24515708:24538726,24516107:24530630,24516734:24524342,24517349:24518688', 'assoc_mat': '24515708:pet_clair:4461:24538726,24516107:pet_clair:4461:24530630,24516734:pet_clair:4461:24524342,24517349:pet_clair:4461:24518688'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007281388962183498, 'nb_photo': 280, 'list_port_cont': '23568397,23568507,23569021,23572041,23581450,23584439,23585025,23607866,23609678,23612649,23630665,23636637,23645644,23645807,23646073,23649908,23652216,23653784,23654217,23662708,23679614,23681980,23684860,23687921,23689161,23694368,23701057,23703314,23708023,23708164,23718017,23720906,23727990,23740365,23820010,23842226,23855215,23920073,23926431,24000727,24019589,24021195,24027167,24035636,24086298,24132348,24138861,24144531,24145137,24166562,24168715,24172510,24177895,24178491,24192335,24205074,24223379,24231650,24279666,24328051,24328503,24328708,24329817,24330908,24331441,24334372,24336008,24340574,24342242,24380984,24403342,24403523,24403881,24404751,24427771,24428241,24429880,24449929,24450347,24515891,24516047,24518159,24518991,24520298,24521274,24521741,24522293,24524424,24524838,24525264,24526282,24527441,24527680,24528293,24530118,24530522,24532053,24532298,24533215,24534232,24535446,24535638,24536052,24536971,24537257,24538002,24539151,24540357,24540832,24541637,24542453,24543757,24544030,2454420', 'assoc_port': '23530936:23569021,23534655:23584439,23556266:23585025,23560096:23581450,23563498:23572041,23568013:23568507,23568015:23568397,23589264:23612649,23594055:23607866,23596511:23609678,23620720:23630665,23634444:23645644,23634448:23645807,23634454:23646073,23636438:23636637,23639806:23649908,23643450:23652216,23644227:23662708,23645866:23653784,23647432:23654217,23665039:23684860,23669200:23708023,23676096:23679614,23681698:23703314,23681731:23681980,23683993:23708164,23687038:23687921,23688370:23689161,23694294:23694368,23697324:23718017,23699597:23701057,23702416:23720906,23704454:23727990,23722784:23740365,23819105:23820010,23829119:23842226,23848754:23855215,23919348:23920073,23925728:23926431,23936972:24000727,23937813:24177895,23938039:24019589,23938638:24178491,23958509:24086298,23996440:24132348,24002905:24138861,24009623:24144531,24009626:24145137,24014637:24021195,24024255:24035636,24024473:24027167,24047884:24166562,24048679:24168715,24049057:24172510,24090695:24192335,24093992:24205074,24115393:2422337', 'assoc_mat': '23530936:pet_clair:4200:23569021,23534655:pet_clair:4200:23584439,23556266:pet_clair:4200:23585025,23560096:pet_clair:4200:23581450,23563498:pet_clair:4200:23572041,23568013:pet_clair:4200:23568507,23568015:pet_clair:4200:23568397,23589264:pet_clair:4200:23612649,23594055:pet_clair:4200:23607866,23596511:pet_clair:4200:23609678,23620720:pet_clair:4200:23630665,23634444:pet_clair:4200:23645644,23634448:pet_clair:4200:23645807,23634454:pet_clair:4200:23646073,23636438:pet_clair:4200:23636637,23639806:pet_clair:4200:23649908,23643450:pet_clair:4200:23652216,23644227:pet_clair:4200:23662708,23645866:pet_clair:4200:23653784,23647432:pet_clair:4200:23654217,23665039:pet_clair:4200:23684860,23669200:pet_clair:4200:23708023,23676096:pet_clair:4200:23679614,23681698:pet_clair:4200:23703314,23681731:pet_clair:4200:23681980,23683993:pet_clair:4200:23708164,23687038:pet_clair:4200:23687921,23688370:pet_clair:4200:23689161,23694294:pet_clair:4200:23694368,23697324:pet_clair:4200:23718017,23699597:pet_clair:4200:23701057,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0050834517045454525, 'nb_photo': 10, 'list_port_cont': '24303620', 'assoc_port': '24295880:24303620', 'assoc_mat': '24295880:pet_clair:3594:24303620'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009121655624341335, 'nb_photo': 23, 'list_port_cont': '23640486,23651687,24518542,24518795,24523021,24523150,24527828,24531002,24531210,24531555,24531702,24532478,24533027,24533999,24535624,24542217,24556298,24559130', 'assoc_port': '23639809:23640486,23651477:23651687,24512292:24556298,24512385:24559130,24514987:24542217,24515647:24533999,24515776:24535624,24515857:24532478,24515994:24531555,24515999:24531210,24516109:24531702,24516164:24531002,24516337:24527828,24516466:24523150,24516830:24523021,24517261:24518795,24517351:24518542,24517396:24533027', 'assoc_mat': '23639809:pet_clair:4209:23640486,23651477:pet_clair:4209:23651687,24512292:pet_clair:4209:24556298,24512385:pet_clair:4209:24559130,24514987:pet_clair:4209:24542217,24515647:pet_clair:4209:24533999,24515776:pet_clair:4209:24535624,24515857:pet_clair:4209:24532478,24515994:pet_clair:4209:24531555,24515999:pet_clair:4209:24531210,24516109:pet_clair:4209:24531702,24516164:pet_clair:4209:24531002,24516337:pet_clair:4209:24527828,24516466:pet_clair:4209:24523150,24516830:pet_clair:4209:24523021,24517261:pet_clair:4209:24518795,24517351:pet_clair:4209:24518542,24517396:pet_clair:4209:24533027'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0010107045539039714, 'nb_photo': 252, 'list_port_cont': '23535086,23538747,23541552,23551892,23560664,23569987,23570272,23586063,23587103,23621876,23622238,23633798,23635078,23635209,23638290,23641946,23651949,23666397,23667090,23670227,23671394,23674185,23676751,23682398,23685560,23688864,23691729,23694425,23700485,23705068,23708008,23708798,23712606,23716397,23717629,23719919,23723513,23726429,23732277,23811483,23819855,23820617,23829926,23832164,23853892,23902863,23919600,23920795,23926118,23926141,24020616,24022615,24024677,24025237,24040460,24096541,24135457,24137270,24139483,24143624,24144867,24145251,24168455,24168738,24171850,24173656,24189612,24206120,24211180,24223429,24233259,24244147,24263099,24264069,24265038,24303272,24307773,24308449,24309840,24311259,24314479,24322507,24323541,24325371,24327673,24365971,24367704,24367957,24402856,24403495,24403683,24404759,24404783,24418823,24420202,24437199,24513065,24516253,24516627,24517493,24517985,24518392,24519515,24519850,24520715,24520930,24521083,24523301,24523424,24523766,24524383,24524957,24525058,2452591', 'assoc_port': '23534654:23535086,23537920:23538747,23540436:23541552,23550747:23551892,23560093:23560664,23569424:23570272,23569432:23569987,23585185:23586063,23586473:23587103,23620718:23622238,23620722:23621876,23632820:23633798,23634446:23635209,23634457:23635078,23637427:23638290,23641366:23641946,23651476:23651949,23663153:23667090,23665045:23666397,23669198:23670227,23670888:23671394,23673440:23674185,23676097:23676751,23681716:23685560,23681727:23682398,23688376:23688864,23691318:23691729,23694292:23694425,23699593:23700485,23704456:23705068,23707619:23708008,23708553:23708798,23712026:23712606,23715744:23717629,23715751:23716397,23719475:23719919,23722757:23723513,23725935:23726429,23731806:23732277,23811030:23811483,23819146:23820617,23819188:23819855,23829100:23829926,23831264:23832164,23853394:23853892,23902381:23902863,23919387:23919600,23920382:23920795,23925745:23926141,23925766:23926118,23973602:24096541,23999354:24135457,24000700:24137270,24002899:24233259,24002909:24139483,24008313:24143624,24009606:2414486', 'assoc_mat': '23534654:pet_clair:4211:23535086,23537920:pet_clair:4211:23538747,23540436:pet_clair:4211:23541552,23550747:pet_clair:4211:23551892,23560093:pet_clair:4211:23560664,23569424:pet_clair:4211:23570272,23569432:pet_clair:4211:23569987,23585185:pet_clair:4211:23586063,23586473:pet_clair:4211:23587103,23620718:pet_clair:4211:23622238,23620722:pet_clair:4211:23621876,23632820:pet_clair:4211:23633798,23634446:pet_clair:4211:23635209,23634457:pet_clair:4211:23635078,23637427:pet_clair:4211:23638290,23641366:pet_clair:4211:23641946,23651476:pet_clair:4211:23651949,23663153:pet_clair:4211:23667090,23665045:pet_clair:4211:23666397,23669198:pet_clair:4211:23670227,23670888:pet_clair:4211:23671394,23673440:pet_clair:4211:23674185,23676097:pet_clair:4211:23676751,23681716:pet_clair:4211:23685560,23681727:pet_clair:4211:23682398,23688376:pet_clair:4211:23688864,23691318:pet_clair:4211:23691729,23694292:pet_clair:4211:23694425,23699593:pet_clair:4211:23700485,23704456:pet_clair:4211:23705068,23707619:pet_clair:4211:23708008,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9845766715823517, 'nb_photo': 105905, 'list_port_cont': '23543373,23568814,23572180,23573954,23575822,23585109,23586538,23586994,23595920,23596146,23596254,23597069,23602059,23607103,23608059,23608200,23609489,23622312,23628281,23630908,23631345,23631916,23632251,23647736,23647993,23650880,23652923,23653382,23678925,23679171,23679639,23680136,23680907,23687974,23689396,23693451,23696215,23701778,23702075,23703143,23704375,23707522,23708312,23719339,23726646,23726930,23730722,23732345,23734747,23737168,23738073,23738420,23740865,23741449,23742308,23807244,23808426,23808653,23812503,23812539,23823603,23826175,23847666,23857434,23857793,23903632,23914686,23919742,23959785,24001596,24011674,24021157,24021534,24022368,24022433,24022707,24023082,24025105,24025566,24035046,24036013,24080390,24097188,24099698,24117610,24117675,24118734,24133245,24133805,24135048,24138358,24139836,24141515,24147191,24164179,24164671,24164841,24164938,24165152,24165324,24166344,24166404,24167598,24168082,24168171,24168763,24169723,24169974,24170122,24170233,24170326,24171464,24171670,2417172', 'assoc_port': '23534657:23573954,23542721:23543373,23545657:23585109,23550746:23575822,23556267:23586994,23556281:23586538,23563478:23572180,23568035:23568814,23585184:23596254,23585186:23596146,23586467:23597069,23586482:23602059,23592539:23607103,23594051:23608059,23594053:23608200,23595408:23609489,23595419:23595920,23620717:23631345,23620727:23632251,23620741:23622312,23627496:23628281,23630255:23630908,23630741:23631916,23634452:23647736,23636430:23647993,23637430:23678925,23639792:23702075,23639807:23650880,23643447:23652923,23644226:23653382,23644228:23679171,23663156:23680907,23671693:23696215,23676094:23680136,23677327:23679639,23681715:23704375,23681725:23726930,23683042:23730722,23687039:23707522,23687067:23687974,23688367:23708312,23688372:23689396,23691315:23693451,23697318:23719339,23699594:23703143,23700573:23701778,23703106:23726646,23709128:23734747,23711012:23737168,23712074:23738073,23715760:23738420,23722781:23740865,23725944:23741449,23729236:23742308,23731807:23732345,23804660:23807244,23807827:2380842', 'assoc_mat': '23534657:pet_clair:3327:23573954,23542721:pet_clair:3327:23543373,23545657:pet_clair:3327:23585109,23550746:pet_clair:3327:23575822,23556267:pet_clair:3327:23586994,23556281:pet_clair:3327:23586538,23563478:pet_clair:3327:23572180,23568035:pet_clair:3327:23568814,23585184:pet_clair:3327:23596254,23585186:pet_clair:3327:23596146,23586467:pet_clair:3327:23597069,23586482:pet_clair:3327:23602059,23592539:pet_clair:3327:23607103,23594051:pet_clair:3327:23608059,23594053:pet_clair:3327:23608200,23595408:pet_clair:3327:23609489,23595419:pet_clair:3327:23595920,23620717:pet_clair:3327:23631345,23620727:pet_clair:3327:23632251,23620741:pet_clair:3327:23622312,23627496:pet_clair:3327:23628281,23630255:pet_clair:3327:23630908,23630741:pet_clair:3327:23631916,23634452:pet_clair:3327:23647736,23636430:pet_clair:3327:23647993,23637430:pet_clair:3327:23678925,23639792:pet_clair:3327:23702075,23639807:pet_clair:3327:23650880,23643447:pet_clair:3327:23652923,23644226:pet_clair:3327:23653382,23644228:pet_clair:3327:23679171,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.017272279544577725, 'nb_photo': 63, 'list_port_cont': '24437183,24439471,24440267,24443411,24443796', 'assoc_port': '24436620:24437183,24439171:24439471,24439759:24440267,24442986:24443796,24442990:24443411', 'assoc_mat': '24436620:pet_clair:3594:24437183,24439171:pet_clair:3594:24439471,24439759:pet_clair:3594:24440267,24442986:pet_clair:3594:24443796,24442990:pet_clair:3594:24443411'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003264481720792232, 'nb_photo': 1, 'list_port_cont': '24528010', 'assoc_port': '24516669:24528010', 'assoc_mat': '24516669:pet_fonce:4207:24528010'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0013162166368546574, 'nb_photo': 4, 'list_port_cont': '24303616', 'assoc_port': '24295880:24303616', 'assoc_mat': '24295880:pet_fonce:3594:24303616'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 2.2845344284148505e-05, 'nb_photo': 1, 'list_port_cont': '23621866', 'assoc_port': '23620722:23621866', 'assoc_mat': '23620722:pet_fonce:4211:23621866'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004128859331591335, 'nb_photo': 10, 'list_port_cont': '23630907,23847674,23914679,24139834,24172919,24329575,24404145,24438847', 'assoc_port': '23630255:23630907,23831266:23847674,23885061:23914679,24002903:24139834,24048750:24172919,24295782:24329575,24401667:24404145,24430482:24438847', 'assoc_mat': '23630255:pet_fonce:3327:23630907,23831266:pet_fonce:3327:23847674,23885061:pet_fonce:3327:23914679,24002903:pet_fonce:3327:24139834,24048750:pet_fonce:3327:24172919,24295782:pet_fonce:3327:24329575,24401667:pet_fonce:3327:24404145,24430482:pet_fonce:3327:24438847'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001181995490478686, 'nb_photo': 6, 'list_port_cont': '24437185,24439463,24440263', 'assoc_port': '24436620:24437185,24439171:24439463,24439759:24440263', 'assoc_mat': '24436620:pet_fonce:3594:24437185,24439171:pet_fonce:3594:24439463,24439759:pet_fonce:3594:24440263'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005246749261059859, 'nb_photo': 3, 'list_port_cont': '23680071,23700920,24332278', 'assoc_port': '23663161:23680071,23700572:23700920,24296252:24332278', 'assoc_mat': '23663161:pet_opaque:4205:23680071,23700572:pet_opaque:4205:23700920,24296252:pet_opaque:4205:24332278'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00019345058395286844, 'nb_photo': 2, 'list_port_cont': '23680584,24224245', 'assoc_port': '23663163:23680584,24115402:24224245', 'assoc_mat': '23663163:pet_opaque:4203:23680584,24115402:pet_opaque:4203:24224245'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001460438606437233, 'nb_photo': 7, 'list_port_cont': '23543809,23594387,23679233,23719775,24422207,24534439,24554334', 'assoc_port': '23543543:23543809,23594057:23594387,23677324:23679233,23719470:23719775,24421760:24422207,24515056:24554334,24516027:24534439', 'assoc_mat': '23543543:pet_opaque:4207:23543809,23594057:pet_opaque:4207:23594387,23677324:pet_opaque:4207:23679233,23719470:pet_opaque:4207:23719775,24421760:pet_opaque:4207:24422207,24515056:pet_opaque:4207:24554334,24516027:pet_opaque:4207:24534439'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002856905509368889, 'nb_photo': 8, 'list_port_cont': '23586893,23597184,24264980,24443353,24520942,24542258,24546613', 'assoc_port': '23586475:23586893,23596513:23597184,24230133:24264980,24442996:24443353,24514986:24546613,24515612:24542258,24516661:24520942', 'assoc_mat': '23586475:pet_opaque:4461:23586893,23596513:pet_opaque:4461:23597184,24230133:pet_opaque:4461:24264980,24442996:pet_opaque:4461:24443353,24514986:pet_opaque:4461:24546613,24515612:pet_opaque:4461:24542258,24516661:pet_opaque:4461:24520942'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002405932024470894, 'nb_photo': 311, 'list_port_cont': '23543866,23556489,23568411,23568519,23569008,23572045,23573389,23575052,23584437,23585021,23607875,23609563,23612640,23630671,23631408,23636632,23645649,23645812,23646060,23649918,23651831,23652227,23654212,23662701,23679617,23681974,23684863,23687923,23689215,23701067,23703315,23708021,23708166,23718023,23720912,23727980,23740352,23820013,23842234,23855227,23903315,23920062,23926432,24019584,24021196,24024866,24026090,24035637,24086306,24137406,24138870,24144533,24166561,24167914,24168721,24172497,24177907,24179553,24223385,24263581,24264031,24279665,24328509,24328697,24329805,24330910,24331434,24336011,24339560,24340179,24340316,24342241,24348472,24379618,24389675,24403344,24403528,24403869,24403879,24404744,24420297,24427621,24427781,24428246,24429877,24431135,24445313,24449936,24513163,24515896,24516950,24519003,24520300,24522301,24522484,24524423,24524840,24525269,24526284,24528291,24528742,24530120,24530534,24532042,24532299,24533222,24534221,24535640,24536048,24536974,24537255,24539981,24540340,2454083', 'assoc_port': '23530936:23569008,23534655:23584437,23537917:23573389,23543496:23543866,23547108:23575052,23556266:23585021,23556285:23556489,23563498:23572045,23568013:23568519,23568015:23568411,23589264:23612640,23594055:23607875,23596509:23609563,23620720:23630671,23620726:23631408,23634444:23645649,23634448:23645812,23634454:23646060,23636438:23636632,23639806:23649918,23643445:23651831,23643450:23652227,23644227:23662701,23647432:23654212,23665039:23684863,23669200:23708021,23676096:23679617,23681698:23703315,23681731:23681974,23683993:23708166,23687038:23687923,23688373:23689215,23697324:23718023,23699597:23701067,23702416:23720912,23704454:23727980,23722784:23740352,23819105:23820013,23829119:23842234,23848754:23855227,23902364:23903315,23919348:23920062,23925728:23926432,23937813:24177907,23938039:24019584,23958509:24086306,24000707:24137406,24002905:24138870,24009623:24144533,24014637:24021196,24024255:24035637,24024482:24026090,24024489:24024866,24047884:24166561,24048650:24167914,24048679:24168721,24049057:2417249', 'assoc_mat': '23530936:pet_opaque:4200:23569008,23534655:pet_opaque:4200:23584437,23537917:pet_opaque:4200:23573389,23543496:pet_opaque:4200:23543866,23547108:pet_opaque:4200:23575052,23556266:pet_opaque:4200:23585021,23556285:pet_opaque:4200:23556489,23563498:pet_opaque:4200:23572045,23568013:pet_opaque:4200:23568519,23568015:pet_opaque:4200:23568411,23589264:pet_opaque:4200:23612640,23594055:pet_opaque:4200:23607875,23596509:pet_opaque:4200:23609563,23620720:pet_opaque:4200:23630671,23620726:pet_opaque:4200:23631408,23634444:pet_opaque:4200:23645649,23634448:pet_opaque:4200:23645812,23634454:pet_opaque:4200:23646060,23636438:pet_opaque:4200:23636632,23639806:pet_opaque:4200:23649918,23643445:pet_opaque:4200:23651831,23643450:pet_opaque:4200:23652227,23644227:pet_opaque:4200:23662701,23647432:pet_opaque:4200:23654212,23665039:pet_opaque:4200:23684863,23669200:pet_opaque:4200:23708021,23676096:pet_opaque:4200:23679617,23681698:pet_opaque:4200:23703315,23681731:pet_opaque:4200:23681974,23683993:pet_opaque:4200:23708166,2368'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0006861353658911684, 'nb_photo': 10, 'list_port_cont': '23683312,24204829,24312063,24523159,24524912,24525966,24528368,24531666,24532651,24542555', 'assoc_port': '23683047:23683312,24093962:24204829,24295880:24528368,24309317:24312063,24514855:24542555,24515775:24532651,24515984:24531666,24516466:24523159,24516645:24524912,24516654:24525966', 'assoc_mat': '23683047:pet_opaque:4209:23683312,24093962:pet_opaque:4209:24204829,24295880:pet_opaque:4209:24528368,24309317:pet_opaque:4209:24312063,24514855:pet_opaque:4209:24542555,24515775:pet_opaque:4209:24532651,24515984:pet_opaque:4209:24531666,24516466:pet_opaque:4209:24523159,24516645:pet_opaque:4209:24524912,24516654:pet_opaque:4209:24525966'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002822925814287464, 'nb_photo': 189, 'list_port_cont': '23535093,23538736,23551897,23555595,23564450,23570270,23589867,23593367,23621510,23622245,23635072,23635215,23638291,23644734,23646928,23666395,23671397,23672725,23684587,23685555,23688879,23691727,23694421,23700483,23702939,23705060,23708014,23712604,23719915,23726430,23811485,23829921,23853897,23902873,23920800,23926119,23926136,24020622,24025225,24042575,24096545,24135469,24136117,24137266,24144866,24145253,24169608,24171842,24174991,24178295,24189606,24206112,24211196,24233262,24263112,24264066,24299114,24300803,24301318,24307771,24308807,24309828,24316936,24317547,24317921,24319635,24323538,24325375,24327665,24365986,24367701,24402844,24403537,24403688,24418818,24419266,24420905,24437191,24445583,24516770,24518829,24519221,24520710,24520937,24521084,24523648,24523770,24524390,24525368,24525923,24526131,24526317,24527361,24527747,24528036,24528315,24529901,24529933,24532196,24533507,24534098,24534426,24534679,24542124,24547750,24551836,24551918,24552213,24569796,24569994,24570587,24571862,24572481,2457292', 'assoc_port': '23534654:23535093,23537920:23538736,23550747:23551897,23555036:23555595,23563503:23564450,23569424:23570270,23589266:23589867,23592543:23593367,23620718:23622245,23620756:23621510,23634446:23635215,23634457:23635072,23637427:23638291,23644225:23644734,23645862:23646928,23665045:23666395,23670888:23671397,23671695:23672725,23681716:23685555,23683964:23684587,23688376:23688879,23691318:23691727,23694292:23694421,23699593:23700483,23702410:23702939,23704456:23705060,23707619:23708014,23712026:23712604,23719475:23719915,23725935:23726430,23811030:23811485,23829100:23829921,23853394:23853897,23902381:23902873,23920382:23920800,23925745:23926136,23925766:23926119,23937803:24178295,23973602:24096545,23999354:24135469,23999356:24136117,24000700:24137266,24002899:24233262,24009606:24144866,24009625:24145253,24011265:24042575,24014638:24020622,24024486:24025225,24048687:24169608,24048759:24171842,24055726:24174991,24088250:24189606,24093998:24206112,24099490:24211196,24218384:24263112,24234685:24264066,24295801:2432537', 'assoc_mat': '23534654:pet_opaque:4211:23535093,23537920:pet_opaque:4211:23538736,23550747:pet_opaque:4211:23551897,23555036:pet_opaque:4211:23555595,23563503:pet_opaque:4211:23564450,23569424:pet_opaque:4211:23570270,23589266:pet_opaque:4211:23589867,23592543:pet_opaque:4211:23593367,23620718:pet_opaque:4211:23622245,23620756:pet_opaque:4211:23621510,23634446:pet_opaque:4211:23635215,23634457:pet_opaque:4211:23635072,23637427:pet_opaque:4211:23638291,23644225:pet_opaque:4211:23644734,23645862:pet_opaque:4211:23646928,23665045:pet_opaque:4211:23666395,23670888:pet_opaque:4211:23671397,23671695:pet_opaque:4211:23672725,23681716:pet_opaque:4211:23685555,23683964:pet_opaque:4211:23684587,23688376:pet_opaque:4211:23688879,23691318:pet_opaque:4211:23691727,23694292:pet_opaque:4211:23694421,23699593:pet_opaque:4211:23700483,23702410:pet_opaque:4211:23702939,23704456:pet_opaque:4211:23705060,23707619:pet_opaque:4211:23708014,23712026:pet_opaque:4211:23712604,23719475:pet_opaque:4211:23719915,23725935:pet_opaque:4211:23726430,2381'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0027733718286964276, 'nb_photo': 1, 'list_port_cont': '24296667', 'assoc_port': '24296180:24296667', 'assoc_mat': '24296180:plastique:3726:24296667'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005960220388179226, 'nb_photo': 387, 'list_port_cont': '23631728,23647041,23649892,23661696,23679479,23687134,23688049,23695519,23702053,23702927,24213279,24297282,24297864,24419683,24419727,24420715,24427742,24429624,24433309,24512669,24515488,24515809,24517123,24517758,24518945,24527160,24527867,24529339,24529783,24530314,24530981,24531578,24531873,24532239,24533711,24534214,24534589,24540883,24541240,24541692,24541915,24542281,24542646,24543559,24543720,24544377,24544670,24545326,24545967,24546237,24546675,24546950,24547442,24547846,24548126,24548458,24548927,24549659,24549949,24550302,24550848,24551158,24552015,24552877,24553311,24553894,24554040,24554211,24554480,24554622,24554870,24555288,24555318,24555598,24555813,24555895,24555967,24556082,24556172,24556345,24556352,24556403,24556426,24556545,24556557,24556586,24556631,24556722,24556734,24556831,24556837,24557084,24557770,24559167,24559357,24559679,24569300,24569307,24570664,24570812,24570847,24571227,24572811,24573119,24573476', 'assoc_port': '23627494:23631728,23636436:23647041,23641363:23649892,23651475:23661696,23663154:23702053,23669191:23688049,23671673:23695519,23677334:23679479,23681695:23702927,23687068:23687134,24213123:24213279,24296859:24297864,24296994:24297282,24418257:24419727,24418401:24419683,24420642:24420715,24427715:24427742,24429602:24429624,24432906:24433309,24512226:24554622,24512270:24555288,24512313:24556345,24512320:24556557,24512334:24556837,24512336:24557084,24512382:24557770,24512392:24512669,24512478:24559167,24512512:24559357,24512526:24559679,24514857:24556831,24514861:24556631,24514867:24556586,24515042:24556734,24515046:24556722,24515052:24556545,24515061:24556403,24515067:24556426,24515073:24556352,24515088:24556172,24515132:24515488,24515243:24555967,24515289:24555895,24515291:24515809,24515295:24556082,24515297:24555813,24515305:24555598,24515420:24554870,24515425:24554211,24515589:24554480,24515592:24552015,24515595:24554040,24515616:24553894,24515642:24550848,24515651:24550302,24515659:24553311,24515692:2455287', 'assoc_mat': '23627494:plastique:3726:23631728,23636436:plastique:3726:23647041,23641363:plastique:3726:23649892,23651475:plastique:3726:23661696,23663154:plastique:3726:23702053,23669191:plastique:3726:23688049,23671673:plastique:3726:23695519,23677334:plastique:3726:23679479,23681695:plastique:3726:23702927,23687068:plastique:3726:23687134,24213123:plastique:3726:24213279,24296859:plastique:3726:24297864,24296994:plastique:3726:24297282,24418257:plastique:3726:24419727,24418401:plastique:3726:24419683,24420642:plastique:3726:24420715,24427715:plastique:3726:24427742,24429602:plastique:3726:24429624,24432906:plastique:3726:24433309,24512226:plastique:3726:24554622,24512270:plastique:3726:24555288,24512313:plastique:3726:24556345,24512320:plastique:3726:24556557,24512334:plastique:3726:24556837,24512336:plastique:3726:24557084,24512382:plastique:3726:24557770,24512392:plastique:3726:24512669,24512478:plastique:3726:24559167,24512512:plastique:3726:24559357,24512526:plastique:3726:24559679,24514857:plastique:3726:24556831,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.013719719930863272, 'nb_photo': 1, 'list_port_cont': '24296670', 'assoc_port': '24296180:24296670', 'assoc_mat': '24296180:Teint_Dans_La_Masse:3726:24296670'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009046999898270333, 'nb_photo': 848, 'list_port_cont': '23631734,23647033,23649894,23661692,23679470,23687144,23688052,23695517,23702055,23702928,24213285,24297289,24297586,24297861,24419679,24419723,24420720,24427735,24427806,24429627,24433311,24512663,24515494,24515803,24517116,24517765,24518943,24520151,24520484,24524030,24527153,24527875,24529788,24530316,24530982,24531575,24531872,24532245,24532970,24533237,24533710,24534219,24534590,24535338,24537692,24540888,24541231,24541691,24541918,24542283,24542630,24543565,24543722,24544369,24544677,24545328,24545654,24545976,24546240,24546673,24546947,24547444,24547852,24548119,24548465,24548921,24549337,24549953,24550294,24550858,24551147,24551405,24552009,24552456,24552878,24553316,24553896,24554137,24554214,24554477,24554596,24554614,24554764,24554829,24554862,24555066,24555290,24555312,24555605,24555811,24555894,24555928,24555975,24556079,24556178,24556340,24556361,24556401,24556428,24556490,24556556,24556575,24556587,24556667,24556715,24556725,24556826,24556833,24557079,24557772,24559158,24559349,24559684,2456929', 'assoc_port': '23627494:23631734,23636436:23647033,23641363:23649894,23651475:23661692,23663154:23702055,23669191:23688052,23671673:23695517,23677334:23679470,23681695:23702928,23687068:23687144,24213123:24213285,24296859:24297861,24296866:24297586,24296994:24297289,24418257:24419723,24418401:24419679,24420642:24420720,24427712:24427806,24427715:24427735,24429602:24429627,24432906:24433311,24512226:24554614,24512254:24554829,24512270:24555290,24512313:24556340,24512320:24556556,24512334:24556833,24512336:24557079,24512382:24557772,24512392:24512663,24512478:24559158,24512512:24559349,24512526:24559684,24514857:24556826,24514858:24556667,24514867:24556587,24515042:24556725,24515046:24556715,24515050:24556575,24515058:24556490,24515061:24556401,24515067:24556428,24515073:24556361,24515088:24556178,24515132:24515494,24515243:24555975,24515268:24555928,24515289:24555894,24515291:24515803,24515295:24556079,24515297:24555811,24515305:24555605,24515404:24555066,24515420:24554862,24515425:24554214,24515483:24554137,24515562:2455476', 'assoc_mat': '23627494:Teint_Dans_La_Masse:3726:23631734,23636436:Teint_Dans_La_Masse:3726:23647033,23641363:Teint_Dans_La_Masse:3726:23649894,23651475:Teint_Dans_La_Masse:3726:23661692,23663154:Teint_Dans_La_Masse:3726:23702055,23669191:Teint_Dans_La_Masse:3726:23688052,23671673:Teint_Dans_La_Masse:3726:23695517,23677334:Teint_Dans_La_Masse:3726:23679470,23681695:Teint_Dans_La_Masse:3726:23702928,23687068:Teint_Dans_La_Masse:3726:23687144,24213123:Teint_Dans_La_Masse:3726:24213285,24296859:Teint_Dans_La_Masse:3726:24297861,24296866:Teint_Dans_La_Masse:3726:24297586,24296994:Teint_Dans_La_Masse:3726:24297289,24418257:Teint_Dans_La_Masse:3726:24419723,24418401:Teint_Dans_La_Masse:3726:24419679,24420642:Teint_Dans_La_Masse:3726:24420720,24427712:Teint_Dans_La_Masse:3726:24427806,24427715:Teint_Dans_La_Masse:3726:24427735,24429602:Teint_Dans_La_Masse:3726:24429627,24432906:Teint_Dans_La_Masse:3726:24433311,24512226:Teint_Dans_La_Masse:3726:24554614,24512254:Teint_Dans_La_Masse:3726:24554829,24512270:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 36182}, 'velours_link': {'gm': 'https://www.fotonower.com/velours/30173830,30173833,30173841,30173849,30173853,30173855,30173857,30173864,30173870,30173877,30173885,30173894,30173903,30173912,30173917,30173926,30173928,30173930?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse', 'pet_clair': 'https://www.fotonower.com/velours/30173831,30173835,30173843,30173851,30173887,30173896,30173905,30173914,30173919?tags=autre,barquette_avec_film,bouchon,carton,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30173832,30173852,30173888,30173897,30173906,30173915,30173920?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173834,30173854,30173856,30173858,30173879,30173929,30173931?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173836,30173844,30173859,30173872,30173880,30173889,30173898,30173907,30173921?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173837,30173845,30173860,30173866,30173873,30173881,30173890,30173899,30173908,30173922?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173838,30173846,30173861,30173867,30173874,30173882,30173891,30173900,30173909,30173916,30173923?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173839,30173847,30173862,30173868,30173875,30173883,30173892,30173901,30173910,30173924?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173840,30173848,30173863,30173869,30173876,30173884,30173893,30173902,30173911,30173925?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173842,30173850,30173865,30173871,30173878,30173886,30173895,30173904,30173913,30173918,30173927?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('gm', '2025-06', 0.06608119993626381),), (('aluminium', '2025-06', 0.07083858601625066),), (('flux_dev', '2025-06', 0.08538775369094097),), (('jrm', '2025-06', 0.03183115614065822),), (('emr', '2025-06', 0.04937795531856913),), (('film_pedb', '2025-06', 0.2740461661727787),), (('pehd_pp', '2025-06', 0.04297375005404417),), (('ela', '2025-06', 0.05845180280585876),), (('pet_clair', '2025-06', 0.014274301023107746),), (('refus', '2025-06', 0.11634675453719774),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_06_annee_2025.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 {'gm': {'autre': ['autre', '0.21%', 10], 'autre_refus': ['autre_refus', '4.14%', 2], 'barquette_opaque': ['barquette_opaque', '0.26%', 99], 'carton': ['carton', '3.15%', 2872], 'cartonnette': ['cartonnette', '0.65%', 1], 'Carton_brun': ['Carton_brun', '2.27%', 1], 'Carton_gris': ['Carton_gris', '1.16%', 1], 'ela': ['ela', '0.37%', 404], 'etiquette': ['etiquette', '0.04%', 35], 'film_plastique': ['film_plastique', '1.1%', 805], 'metal': ['metal', '2.64%', 466], 'papier': ['papier', '94.03%', 89953], 'pehd': ['pehd', '0.85%', 690], 'pet_clair': ['pet_clair', '0.91%', 23], 'pet_fonce': ['pet_fonce', '0.13%', 4], 'pet_opaque': ['pet_opaque', '0.07%', 10], 'plastique': ['plastique', '0.28%', 1], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.37%', 1]}, 'pet_clair': {'autre': ['autre', '0.65%', 1210], 'barquette_avec_film': ['barquette_avec_film', '0.24%', 18], 'bouchon': ['bouchon', '0.05%', 94], 'carton': ['carton', '0.39%', 345], 'metal': ['metal', '0.18%', 3], 'papier': ['papier', '1.13%', 835], 'pehd': ['pehd', '0.15%', 5], 'pet_clair': ['pet_clair', '98.46%', 105905], 'pet_fonce': ['pet_fonce', '0.41%', 10]}, 'refus': {'autre': ['autre', '0.21%', 13], 'carton': ['carton', '1.36%', 87], 'metal': ['metal', '0.06%', 9], 'papier': ['papier', '8.76%', 684], 'pehd': ['pehd', '0.14%', 1], 'pet_clair': ['pet_clair', '1.73%', 63], 'pet_fonce': ['pet_fonce', '0.12%', 6]}, 'jrm': {'autre_refus': ['autre_refus', '0.96%', 364], 'cartonnette': ['cartonnette', '0.17%', 56], 'Carton_brun': ['Carton_brun', '0.59%', 170], 'Carton_gris': ['Carton_gris', '0.66%', 141], 'kraft': ['kraft', '0.16%', 13], 'plastique': ['plastique', '0.6%', 387], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '0.9%', 848]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.09%', 12], 'carton': ['carton', '2.02%', 547], 'ela': ['ela', '0.23%', 45], 'film_plastique': ['film_plastique', '2.59%', 892], 'metal': ['metal', '92.6%', 73], 'papier': ['papier', '2.4%', 2299], 'pehd': ['pehd', '0.71%', 117], 'pet_clair': ['pet_clair', '0.64%', 40], 'pet_opaque': ['pet_opaque', '0.52%', 3]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.14%', 204], 'carton': ['carton', '1.22%', 923], 'ela': ['ela', '94.36%', 345], 'etiquette': ['etiquette', '0.01%', 51], 'film_plastique': ['film_plastique', '1.3%', 1721], 'metal': ['metal', '1.08%', 1001], 'papier': ['papier', '2.1%', 5868], 'pehd': ['pehd', '0.5%', 440], 'pet_clair': ['pet_clair', '0.08%', 20], 'pet_opaque': ['pet_opaque', '0.02%', 2]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.1%', 55], 'carton': ['carton', '95.12%', 9517], 'ela': ['ela', '0.07%', 102], 'etiquette': ['etiquette', '0.01%', 8], 'film_plastique': ['film_plastique', '0.32%', 2181], 'metal': ['metal', '1.15%', 953], 'papier': ['papier', '3.44%', 19580], 'pehd': ['pehd', '0.5%', 575], 'pet_clair': ['pet_clair', '0.18%', 37], 'pet_fonce': ['pet_fonce', '0.33%', 1], 'pet_opaque': ['pet_opaque', '0.15%', 7]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '0.26%', 8], 'carton': ['carton', '1.79%', 3739], 'ela': ['ela', '0.32%', 6], 'etiquette': ['etiquette', '0.0%', 1], 'film_plastique': ['film_plastique', '72.2%', 4823], 'metal': ['metal', '0.86%', 56], 'papier': ['papier', '25.65%', 43010], 'pehd': ['pehd', '1.12%', 31], 'pet_clair': ['pet_clair', '0.68%', 6], 'pet_opaque': ['pet_opaque', '0.29%', 8]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '0.49%', 198], 'carton': ['carton', '2.49%', 2445], 'ela': ['ela', '0.15%', 164], 'etiquette': ['etiquette', '0.02%', 3], 'film_plastique': ['film_plastique', '2.52%', 5522], 'metal': ['metal', '0.69%', 99], 'papier': ['papier', '1.81%', 6449], 'pehd': ['pehd', '0.92%', 1235], 'pet_clair': ['pet_clair', '0.73%', 280], 'pet_opaque': ['pet_opaque', '0.24%', 311]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '1.22%', 4061], 'carton': ['carton', '0.85%', 9138], 'ela': ['ela', '0.1%', 1468], 'etiquette': ['etiquette', '0.0%', 48], 'film_plastique': ['film_plastique', '0.53%', 16132], 'metal': ['metal', '0.74%', 848], 'papier': ['papier', '1.02%', 21227], 'pehd': ['pehd', '95.68%', 14302], 'pet_clair': ['pet_clair', '0.1%', 252], 'pet_fonce': ['pet_fonce', '0.0%', 1], 'pet_opaque': ['pet_opaque', '0.03%', 189]}} 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_06_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 4.73user 5.43system 0:34.02elapsed 29%CPU (0avgtext+0avgdata 188752maxresident)k 4104inputs+2680outputs (20major+58874minor)pagefaults 0swaps