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-08' -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-08 _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 : (4, 31) 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-08-01" AND ded.date <= "2025-08-31" 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 (2058767,2061883,2062895,2071365,2079217,2086707,2094421,2101535,2104173,2105229,2113811,2124317,2138641,2147645,2151653,2151637,2159935,2159929,2159911,2159361,2165941,2171457,2174353,2175317,2182608,2189451,2196403,2203039,2209957,2213295,2214487) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007242550547338636, 'nb_photo': 1318, 'list_port_cont': '25577495,25582022,25583313,25584028,25585687,25586623,25589458,25593796,25594703,25599104,25605332,25606913,25608669,25609531,25610360,25611213,25612247,25613356,25630567,25633048,25635804,25637490,25639505,25640704,25640952,25644953,25645869,25647758,25647999,25650572,25650646,25673970,25684608,25687146,25691919,25692076,25693215,25696251,25700050,25700105,25703282,25703697,25720131,25722292,25730721,25730814,25731054,25733793,25734096,25735415,25737646,25737746,25740511,25746095,25752086,25765285,25769430,25773580,25775396,25777510,25780974,25783451,25788429,25788601,25789396,25795567,25796049,25810912,25811675,25812144,25815005,25817338,25818594,25818629,25821169,25823467,25824213,25824305,25824395,25868267,25868388,25870692,25873708,25878461,25884802,25887514,25890502,25892257,25892872,25905413,25906895,25909958,25913166,25913231,25917064,25917087,25920693,25922026,25924081,25924187,25924301,25929105,25931662,25937577,25973802,25973921,25974020,25974170,25974271,25974402,25974610,25974693,25979271,2597959', 'assoc_port': '25577173:25577495,25581567:25582022,25582994:25583313,25583783:25584028,25585546:25585687,25586142:25589458,25586492:25586623,25590799:25594703,25592295:25599104,25593104:25593796,25605065:25605332,25606448:25606913,25608430:25608669,25609322:25609531,25610129:25610360,25611023:25611213,25611992:25612247,25613127:25613356,25629828:25630567,25632564:25633048,25635076:25635804,25636902:25637490,25639146:25639505,25640335:25640704,25640753:25640952,25644540:25644953,25645295:25645869,25647265:25647758,25647269:25647999,25650158:25650646,25650161:25650572,25672836:25673970,25683783:25684608,25686547:25687146,25691063:25692076,25691098:25691919,25692370:25693215,25695658:25696251,25699448:25700105,25699450:25700050,25702665:25703282,25703476:25703697,25719359:25720131,25721450:25722292,25729956:25731054,25729961:25730814,25729973:25730721,25733347:25733793,25733356:25734096,25734603:25735415,25736960:25737746,25736974:25737646,25739906:25740511,25745380:25746095,25751536:25752086,25764313:25765285,25768337:2576943', 'assoc_mat': '25577173:autre:3327:25577495,25581567:autre:3327:25582022,25582994:autre:3327:25583313,25583783:autre:3327:25584028,25585546:autre:3327:25585687,25586142:autre:3327:25589458,25586492:autre:3327:25586623,25590799:autre:3327:25594703,25592295:autre:3327:25599104,25593104:autre:3327:25593796,25605065:autre:3327:25605332,25606448:autre:3327:25606913,25608430:autre:3327:25608669,25609322:autre:3327:25609531,25610129:autre:3327:25610360,25611023:autre:3327:25611213,25611992:autre:3327:25612247,25613127:autre:3327:25613356,25629828:autre:3327:25630567,25632564:autre:3327:25633048,25635076:autre:3327:25635804,25636902:autre:3327:25637490,25639146:autre:3327:25639505,25640335:autre:3327:25640704,25640753:autre:3327:25640952,25644540:autre:3327:25644953,25645295:autre:3327:25645869,25647265:autre:3327:25647758,25647269:autre:3327:25647999,25650158:autre:3327:25650646,25650161:autre:3327:25650572,25672836:autre:3327:25673970,25683783:autre:3327:25684608,25686547:autre:3327:25687146,25691063:autre:3327:25692076,25691098:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012733600522917311, 'nb_photo': 52, 'list_port_cont': '25584794,25586289,25597318,25611721,25642564,25644983,25650403,25696082,25780498,25788132,25835502,25920149,26073442,26073665,26092685,26155566,26212185,26336716,26339023', 'assoc_port': '25583785:25584794,25586134:25586289,25596911:25597318,25611600:25611721,25642068:25642564,25644543:25644983,25650165:25650403,25695652:25696082,25780126:25780498,25787723:25788132,25832877:25835502,25919698:25920149,26072929:26073665,26072994:26073442,26092297:26092685,26155249:26155566,26211842:26212185,26335941:26339023,26335943:26336716', 'assoc_mat': '25583785:autre:3594:25584794,25586134:autre:3594:25586289,25596911:autre:3594:25597318,25611600:autre:3594:25611721,25642068:autre:3594:25642564,25644543:autre:3594:25644983,25650165:autre:3594:25650403,25695652:autre:3594:25696082,25780126:autre:3594:25780498,25787723:autre:3594:25788132,25832877:autre:3594:25835502,25919698:autre:3594:25920149,26072929:autre:3594:26073665,26072994:autre:3594:26073442,26092297:autre:3594:26092685,26155249:autre:3594:26155566,26211842:autre:3594:26212185,26335941:autre:3594:26339023,26335943:autre:3594:26336716'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010314180489344802, 'nb_photo': 751, 'list_port_cont': '25576722,25581229,25584140,25586523,25590126,25604446,25608421,25608534,25611628,25614884,25632742,25637182,25639195,25667798,25674637,25685059,25705227,25719606,25720180,25725453,25734668,25742239,25763144,25770041,25775799,25780269,25795802,25808503,25810277,25813408,25816795,25817989,25869529,25885349,25889931,25908989,25909705,25921165,25973066,25973634,25974240,25974519,26022359,26022941,26023187,26023656,26036538,26037476,26038804,26038870,26041651,26061405,26061513,26062072,26062269,26062830,26062989,26063276,26063387,26064903,26064996,26069260,26069997,26070059,26070264,26070373,26070608,26070720,26071894,26073173,26073786,26074155,26074394,26074669,26074853,26076354,26097107,26111617,26120516,26128405,26142084,26143400,26146516,26151340,26157442,26194666,26200489,26204413,26226884,26227119,26231170,26242626,26258395,26259886,26261843,26266313,26270829,26287270,26288106,26293954,26294172,26300094,26317875,26321361,26335830,26340481,26356845', 'assoc_port': '25576689:25576722,25579743:25581229,25582993:25584140,25586490:25586523,25589950:25590126,25604425:25604446,25607441:25608421,25608431:25608534,25611597:25611628,25614815:25614884,25632565:25632742,25636904:25637182,25639150:25639195,25667470:25667798,25674371:25674637,25684794:25685059,25705165:25705227,25719358:25720180,25719396:25719606,25725313:25725453,25734607:25734668,25742082:25742239,25762811:25763144,25769863:25770041,25775667:25775799,25780115:25780269,25795723:25795802,25805744:25808503,25810195:25810277,25813345:25813408,25815230:25816795,25817914:25817989,25869429:25869529,25885261:25885349,25889802:25889931,25908735:25909705,25908744:25908989,25921069:25921165,25972667:25974519,25972705:25974240,25972766:25973634,25972818:25973066,26021522:26022359,26021572:26023656,26021610:26023187,26021635:26022941,26036515:26036538,26037346:26037476,26038520:26038870,26038668:26038804,26041234:26041651,26061211:26064996,26061213:26061405,26061214:26064903,26061220:26063387,26061226:26063276,26061232:2606298', 'assoc_mat': '25576689:autre_refus:3726:25576722,25579743:autre_refus:3726:25581229,25582993:autre_refus:3726:25584140,25586490:autre_refus:3726:25586523,25589950:autre_refus:3726:25590126,25604425:autre_refus:3726:25604446,25607441:autre_refus:3726:25608421,25608431:autre_refus:3726:25608534,25611597:autre_refus:3726:25611628,25614815:autre_refus:3726:25614884,25632565:autre_refus:3726:25632742,25636904:autre_refus:3726:25637182,25639150:autre_refus:3726:25639195,25667470:autre_refus:3726:25667798,25674371:autre_refus:3726:25674637,25684794:autre_refus:3726:25685059,25705165:autre_refus:3726:25705227,25719358:autre_refus:3726:25720180,25719396:autre_refus:3726:25719606,25725313:autre_refus:3726:25725453,25734607:autre_refus:3726:25734668,25742082:autre_refus:3726:25742239,25762811:autre_refus:3726:25763144,25769863:autre_refus:3726:25770041,25775667:autre_refus:3726:25775799,25780115:autre_refus:3726:25780269,25795723:autre_refus:3726:25795802,25805744:autre_refus:3726:25808503,25810195:autre_refus:3726:25810277,25813345:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021677178933641873, 'nb_photo': 27, 'list_port_cont': '25609523,25687153,25746085,25765284,25788602,25812145,25817335,25906902,25924295,26038974,26041124,26045066,26062258,26129089,26154375,26159231,26210876,26215519,26231406,26231856,26233004,26268035', 'assoc_port': '25609322:25609523,25686547:25687153,25745380:25746085,25764313:25765284,25787677:25788602,25811864:25812145,25816874:25817335,25905569:25906902,25923408:25924295,26038516:26038974,26039676:26041124,26044960:26045066,26061361:26062258,26128184:26129089,26153830:26154375,26158707:26159231,26210166:26210876,26215062:26215519,26231096:26231406,26231549:26231856,26232482:26233004,26267290:26268035', 'assoc_mat': '25609322:barquette_avec_film:3327:25609523,25686547:barquette_avec_film:3327:25687153,25745380:barquette_avec_film:3327:25746085,25764313:barquette_avec_film:3327:25765284,25787677:barquette_avec_film:3327:25788602,25811864:barquette_avec_film:3327:25812145,25816874:barquette_avec_film:3327:25817335,25905569:barquette_avec_film:3327:25906902,25923408:barquette_avec_film:3327:25924295,26038516:barquette_avec_film:3327:26038974,26039676:barquette_avec_film:3327:26041124,26044960:barquette_avec_film:3327:26045066,26061361:barquette_avec_film:3327:26062258,26128184:barquette_avec_film:3327:26129089,26153830:barquette_avec_film:3327:26154375,26158707:barquette_avec_film:3327:26159231,26210166:barquette_avec_film:3327:26210876,26215062:barquette_avec_film:3327:26215519,26231096:barquette_avec_film:3327:26231406,26231549:barquette_avec_film:3327:26231856,26232482:barquette_avec_film:3327:26233004,26267290:barquette_avec_film:3327:26268035'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005966646109038202, 'nb_photo': 12, 'list_port_cont': '25631964,25703189,25769690,25789995,25817964,25976416,26125042,26161071,26217842,26306177', 'assoc_port': '25630859:25631964,25700541:25703189,25764308:25769690,25787675:25789995,25817915:25817964,25972778:25976416,26117061:26125042,26153833:26161071,26215058:26217842,26286916:26306177', 'assoc_mat': '25630859:barquette_opaque:4205:25631964,25700541:barquette_opaque:4205:25703189,25764308:barquette_opaque:4205:25769690,25787675:barquette_opaque:4205:25789995,25817915:barquette_opaque:4205:25817964,25972778:barquette_opaque:4205:25976416,26117061:barquette_opaque:4205:26125042,26153833:barquette_opaque:4205:26161071,26215058:barquette_opaque:4205:26217842,26286916:barquette_opaque:4205:26306177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001417490949261844, 'nb_photo': 213, 'list_port_cont': '25580934,25583948,25590997,25606755,25610952,25632082,25643828,25646613,25684228,25695415,25703802,25727516,25737343,25772556,25777375,25791402,25810832,25824849,25871772,25894518,25909860,25920751,25938948,25976287,25989583,26025647,26027264,26037157,26040138,26063823,26063957,26064963,26072766,26075746,26077161,26108692,26111372,26125444,26130849,26142214,26163986,26209423,26214075,26242956,26245468,26261702,26275676,26281883,26308130,26314360,26328220,26356230,26365459', 'assoc_port': '25580381:25580934,25583787:25583948,25589925:25590997,25606446:25606755,25610667:25610952,25630831:25632082,25642040:25643828,25644541:25646613,25674372:25684228,25691090:25695415,25702666:25703802,25725310:25727516,25736978:25737343,25765639:25772556,25777185:25777375,25787726:25791402,25810539:25810832,25822468:25824849,25870117:25871772,25894093:25894518,25905559:25909860,25917394:25920751,25928095:25938948,25972758:25976287,25972863:25989583,26021547:26025647,26021630:26027264,26036997:26037157,26039667:26040138,26061196:26063957,26061298:26064963,26061359:26063823,26071842:26072766,26072935:26077161,26073002:26075746,26082491:26108692,26095210:26111372,26117047:26125444,26122868:26130849,26141883:26142214,26158720:26163986,26202838:26209423,26209233:26214075,26226079:26242956,26237654:26245468,26256611:26261702,26264402:26275676,26270767:26281883,26290561:26308130,26297422:26314360,26323538:26356230,26327726:26328220,26343121:26365459', 'assoc_mat': '25580381:barquette_opaque:4203:25580934,25583787:barquette_opaque:4203:25583948,25589925:barquette_opaque:4203:25590997,25606446:barquette_opaque:4203:25606755,25610667:barquette_opaque:4203:25610952,25630831:barquette_opaque:4203:25632082,25642040:barquette_opaque:4203:25643828,25644541:barquette_opaque:4203:25646613,25674372:barquette_opaque:4203:25684228,25691090:barquette_opaque:4203:25695415,25702666:barquette_opaque:4203:25703802,25725310:barquette_opaque:4203:25727516,25736978:barquette_opaque:4203:25737343,25765639:barquette_opaque:4203:25772556,25777185:barquette_opaque:4203:25777375,25787726:barquette_opaque:4203:25791402,25810539:barquette_opaque:4203:25810832,25822468:barquette_opaque:4203:25824849,25870117:barquette_opaque:4203:25871772,25894093:barquette_opaque:4203:25894518,25905559:barquette_opaque:4203:25909860,25917394:barquette_opaque:4203:25920751,25928095:barquette_opaque:4203:25938948,25972758:barquette_opaque:4203:25976287,25972863:barquette_opaque:4203:25989583,26021547:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007486162682813208, 'nb_photo': 57, 'list_port_cont': '25577410,25603081,25605143,25606735,25607700,25610806,25613310,25613792,25722210,25724142,25730604,25737147,25748326,25786995,25790693,25795850,25795975,25821404,25826520,25906383,25928662,25932118,25976946,25988608,26021841,26024109,26025333,26039243,26041775,26064341,26073673,26075458,26076403,26077496,26118449,26138168,26138411,26138549,26151481,26153976,26160980,26212321,26212471,26261355,26270042,26270362,26306063,26307068,26353633,26363136,26366252', 'assoc_port': '25577172:25577410,25586491:25603081,25605068:25605143,25606444:25606735,25607481:25607700,25610669:25610806,25613106:25613310,25613712:25613792,25719374:25722210,25721483:25724142,25727718:25730604,25734593:25737147,25745377:25748326,25784009:25786995,25787725:25790693,25792339:25795975,25795725:25795850,25820344:25821404,25825104:25826520,25904253:25906383,25924420:25928662,25931370:25932118,25972842:25976946,25972861:25988608,26021554:26025333,26021589:26024109,26021636:26021841,26038963:26039243,26041232:26041775,26061344:26064341,26072993:26077496,26073030:26075458,26073073:26073673,26076277:26076403,26117873:26118449,26126323:26138411,26126329:26138549,26130278:26138168,26141878:26151481,26143859:26153976,26153826:26160980,26207149:26212321,26207201:26212471,26256609:26261355,26259648:26270042,26260258:26270362,26273623:26306063,26289282:26307068,26321163:26353633,26335937:26363136,26347659:26366252', 'assoc_mat': '25577172:barquette_opaque:4207:25577410,25586491:barquette_opaque:4207:25603081,25605068:barquette_opaque:4207:25605143,25606444:barquette_opaque:4207:25606735,25607481:barquette_opaque:4207:25607700,25610669:barquette_opaque:4207:25610806,25613106:barquette_opaque:4207:25613310,25613712:barquette_opaque:4207:25613792,25719374:barquette_opaque:4207:25722210,25721483:barquette_opaque:4207:25724142,25727718:barquette_opaque:4207:25730604,25734593:barquette_opaque:4207:25737147,25745377:barquette_opaque:4207:25748326,25784009:barquette_opaque:4207:25786995,25787725:barquette_opaque:4207:25790693,25792339:barquette_opaque:4207:25795975,25795725:barquette_opaque:4207:25795850,25820344:barquette_opaque:4207:25821404,25825104:barquette_opaque:4207:25826520,25904253:barquette_opaque:4207:25906383,25924420:barquette_opaque:4207:25928662,25931370:barquette_opaque:4207:25932118,25972842:barquette_opaque:4207:25976946,25972861:barquette_opaque:4207:25988608,26021554:barquette_opaque:4207:26025333,26021589:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0058183098815872535, 'nb_photo': 26, 'list_port_cont': '25583199,25610828,25640575,25713073,25814911,25909331,25974015,26038885,26045111,26073801,26095707,26140121,26157392,26260037,26267743,26271131,26290753,26295303,26305790', 'assoc_port': '25582996:25583199,25610670:25610828,25640337:25640575,25712570:25713073,25814608:25814911,25908700:25909331,25972699:25974015,26038511:26038885,26045048:26045111,26072977:26073801,26095208:26095707,26139621:26140121,26157346:26157392,26259645:26260037,26267296:26267743,26270763:26271131,26290566:26290753,26294966:26295303,26305427:26305790', 'assoc_mat': '25582996:barquette_opaque:4461:25583199,25610670:barquette_opaque:4461:25610828,25640337:barquette_opaque:4461:25640575,25712570:barquette_opaque:4461:25713073,25814608:barquette_opaque:4461:25814911,25908700:barquette_opaque:4461:25909331,25972699:barquette_opaque:4461:25974015,26038511:barquette_opaque:4461:26038885,26045048:barquette_opaque:4461:26045111,26072977:barquette_opaque:4461:26073801,26095208:barquette_opaque:4461:26095707,26139621:barquette_opaque:4461:26140121,26157346:barquette_opaque:4461:26157392,26259645:barquette_opaque:4461:26260037,26267296:barquette_opaque:4461:26267743,26270763:barquette_opaque:4461:26271131,26290566:barquette_opaque:4461:26290753,26294966:barquette_opaque:4461:26295303,26305427:barquette_opaque:4461:26305790'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008437331035927314, 'nb_photo': 201, 'list_port_cont': '25580644,25590850,25593399,25605172,25607658,25609137,25610797,25645495,25669141,25687743,25691321,25695845,25700835,25715662,25719711,25730210,25764788,25774961,25779194,25782847,25787972,25788080,25808448,25812024,25818436,25820556,25891952,25892044,25912891,25917561,25973771,25974367,25974480,26020742,26021862,26022390,26023043,26036688,26037837,26039053,26039188,26039721,26039889,26040507,26041687,26044533,26062019,26062999,26063403,26063633,26071497,26073211,26073493,26074106,26074209,26074454,26074867,26091200,26099181,26115797,26118201,26130429,26130728,26142355,26146630,26151456,26153100,26156938,26157490,26160687,26202463,26210460,26228965,26231241,26232670,26233673,26236622,26237021,26240480,26255032,26257016,26263035,26264641,26266795,26267506,26285226,26292303,26303001,26303907,26320771,26343394', 'assoc_port': '25580401:25580644,25586141:25590850,25593103:25593399,25605067:25605172,25607480:25607658,25608990:25609137,25610666:25610797,25645294:25645495,25668764:25669141,25687503:25687743,25691066:25691321,25695657:25695845,25700539:25700835,25715248:25715662,25719397:25719711,25729970:25730210,25764316:25764788,25774800:25774961,25778996:25779194,25782542:25782847,25787683:25788080,25787728:25787972,25808153:25808448,25811866:25812024,25818302:25818436,25820347:25820556,25891748:25892044,25891751:25891952,25912503:25912891,25917403:25917561,25972755:25974480,25972789:25974367,25972846:25973771,26020561:26020742,26021524:26022390,26021583:26023043,26021634:26021862,26036528:26036688,26037279:26039053,26037347:26037837,26038519:26039721,26038962:26039188,26039675:26039889,26040172:26040507,26041225:26041687,26041235:26044533,26061157:26062019,26061178:26063403,26061234:26063633,26061310:26062999,26071361:26071497,26072974:26074867,26072998:26074454,26073005:26074209,26073011:26074106,26073034:26073493,26073087:2607321', 'assoc_mat': '25580401:barquette_opaque:4200:25580644,25586141:barquette_opaque:4200:25590850,25593103:barquette_opaque:4200:25593399,25605067:barquette_opaque:4200:25605172,25607480:barquette_opaque:4200:25607658,25608990:barquette_opaque:4200:25609137,25610666:barquette_opaque:4200:25610797,25645294:barquette_opaque:4200:25645495,25668764:barquette_opaque:4200:25669141,25687503:barquette_opaque:4200:25687743,25691066:barquette_opaque:4200:25691321,25695657:barquette_opaque:4200:25695845,25700539:barquette_opaque:4200:25700835,25715248:barquette_opaque:4200:25715662,25719397:barquette_opaque:4200:25719711,25729970:barquette_opaque:4200:25730210,25764316:barquette_opaque:4200:25764788,25774800:barquette_opaque:4200:25774961,25778996:barquette_opaque:4200:25779194,25782542:barquette_opaque:4200:25782847,25787683:barquette_opaque:4200:25788080,25787728:barquette_opaque:4200:25787972,25808153:barquette_opaque:4200:25808448,25811866:barquette_opaque:4200:25812024,25818302:barquette_opaque:4200:25818436,25820347:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0054043545564575616, 'nb_photo': 47, 'list_port_cont': '25603898,25608589,25673273,25684258,25766144,25813604,25825339,25866871,25909435,25920073,25930810,25973506,25973552,26038851,26040340,26061695,26062179,26073500,26073595,26076450,26083062,26092618,26113783,26120795,26130920,26131120,26158973,26203229,26231710,26235712,26260085,26271793,26287449,26344730,26357174', 'assoc_port': '25592297:25603898,25608429:25608589,25672857:25673273,25683782:25684258,25765642:25766144,25813342:25813604,25825108:25825339,25866508:25866871,25908706:25909435,25919712:25920073,25930407:25930810,25972722:25973506,25972791:25973552,26038518:26040340,26038669:26038851,26061258:26062179,26061351:26061695,26072901:26073595,26072943:26073500,26076279:26076450,26082519:26083062,26092311:26092618,26113646:26113783,26120445:26120795,26130281:26131120,26130327:26130920,26158712:26158973,26202879:26203229,26231550:26231710,26235483:26235712,26259643:26260085,26271557:26271793,26286909:26287449,26344395:26344730,26356689:26357174', 'assoc_mat': '25592297:barquette_opaque:4209:25603898,25608429:barquette_opaque:4209:25608589,25672857:barquette_opaque:4209:25673273,25683782:barquette_opaque:4209:25684258,25765642:barquette_opaque:4209:25766144,25813342:barquette_opaque:4209:25813604,25825108:barquette_opaque:4209:25825339,25866508:barquette_opaque:4209:25866871,25908706:barquette_opaque:4209:25909435,25919712:barquette_opaque:4209:25920073,25930407:barquette_opaque:4209:25930810,25972722:barquette_opaque:4209:25973506,25972791:barquette_opaque:4209:25973552,26038518:barquette_opaque:4209:26040340,26038669:barquette_opaque:4209:26038851,26061258:barquette_opaque:4209:26062179,26061351:barquette_opaque:4209:26061695,26072901:barquette_opaque:4209:26073595,26072943:barquette_opaque:4209:26073500,26076279:barquette_opaque:4209:26076450,26082519:barquette_opaque:4209:26083062,26092311:barquette_opaque:4209:26092618,26113646:barquette_opaque:4209:26113783,26120445:barquette_opaque:4209:26120795,26130281:barquette_opaque:4209:26131120,26130327:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.018308872194415057, 'nb_photo': 4253, 'list_port_cont': '25577938,25577969,25580838,25581965,25583151,25583183,25583287,25587804,25588416,25590326,25591072,25593223,25593950,25595523,25599684,25604831,25607746,25608234,25608634,25609226,25609459,25610319,25610884,25611147,25611769,25612171,25612413,25613285,25613831,25630480,25631375,25632932,25635689,25638779,25639474,25640639,25642439,25642673,25645615,25645894,25647622,25648881,25651010,25669323,25670522,25674923,25685417,25687112,25691794,25692140,25696963,25697510,25701100,25701379,25703141,25715102,25716059,25719852,25720146,25722519,25726712,25726894,25730746,25731074,25735228,25737369,25737656,25740474,25742795,25747326,25764944,25766738,25769203,25770385,25774701,25776023,25776060,25779359,25779738,25784651,25785038,25786112,25788209,25793142,25793380,25795394,25800613,25808832,25810424,25811647,25813548,25815577,25815787,25816595,25817059,25817222,25818547,25820883,25823018,25823117,25824231,25824339,25825593,25867002,25870587,25872547,25872907,25876344,25879245,25890359,25892171,25892747,25901750,2590651', 'assoc_port': '25577629:25577969,25577631:25577938,25580398:25580838,25581549:25581965,25582988:25583287,25582991:25583183,25582997:25583151,25585203:25588416,25586132:25595523,25587501:25593950,25587503:25593223,25587505:25587804,25589929:25590326,25589970:25599684,25590813:25591072,25604427:25604831,25607439:25607746,25608155:25608234,25608432:25608634,25608969:25609226,25609323:25609459,25610126:25610319,25610668:25610884,25611021:25611147,25611594:25611769,25611934:25612171,25612350:25612413,25613125:25613285,25613675:25613831,25629824:25630480,25630867:25631375,25632563:25632932,25635074:25635689,25638567:25638779,25639141:25639474,25640336:25640639,25642038:25642673,25642054:25642439,25645293:25645894,25645299:25645615,25647272:25647622,25648357:25648881,25650833:25651010,25668768:25669323,25669903:25670522,25674373:25674923,25684796:25685417,25686545:25687112,25691054:25692140,25691060:25691794,25696546:25696963,25696548:25697510,25700531:25701379,25700536:25701100,25702663:25703141,25712562:25715102,25712573:2571605', 'assoc_mat': '25577629:barquette_opaque:4211:25577969,25577631:barquette_opaque:4211:25577938,25580398:barquette_opaque:4211:25580838,25581549:barquette_opaque:4211:25581965,25582988:barquette_opaque:4211:25583287,25582991:barquette_opaque:4211:25583183,25582997:barquette_opaque:4211:25583151,25585203:barquette_opaque:4211:25588416,25586132:barquette_opaque:4211:25595523,25587501:barquette_opaque:4211:25593950,25587503:barquette_opaque:4211:25593223,25587505:barquette_opaque:4211:25587804,25589929:barquette_opaque:4211:25590326,25589970:barquette_opaque:4211:25599684,25590813:barquette_opaque:4211:25591072,25604427:barquette_opaque:4211:25604831,25607439:barquette_opaque:4211:25607746,25608155:barquette_opaque:4211:25608234,25608432:barquette_opaque:4211:25608634,25608969:barquette_opaque:4211:25609226,25609323:barquette_opaque:4211:25609459,25610126:barquette_opaque:4211:25610319,25610668:barquette_opaque:4211:25610884,25611021:barquette_opaque:4211:25611147,25611594:barquette_opaque:4211:25611769,25611934:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003356064550222825, 'nb_photo': 69, 'list_port_cont': '25580223,25585408,25585696,25586613,25593807,25605333,25606911,25610361,25647759,25673969,25700059,25700111,25720130,25730809,25740512,25764666,25769431,25777521,25780977,25783462,25795556,25810902,25811682,25812146,25878454,25884800,25906904,25922025,25929109,25973797,25974168,25974621,26021159,26039622,26062051,26063693,26064366,26065740,26077052,26093269,26093381,26113526,26129096,26146298,26151872,26157230,26204827,26208205,26210877,26215524,26229317,26233007,26233863,26265477,26267002,26345478,26348191', 'assoc_port': '25579741:25580223,25585201:25585408,25585546:25585696,25586492:25586613,25593104:25593807,25605065:25605333,25606448:25606911,25610129:25610361,25647265:25647759,25672836:25673969,25699448:25700111,25699450:25700059,25719359:25720130,25729961:25730809,25739906:25740512,25762830:25764666,25768337:25769431,25777187:25777521,25780123:25780977,25782544:25783462,25794777:25795556,25810549:25810902,25811280:25811682,25811864:25812146,25877604:25878454,25883927:25884800,25905569:25906904,25921077:25922025,25928082:25929109,25972725:25974621,25972836:25974168,25972865:25973797,26020556:26021159,26038961:26039622,26061170:26063693,26061202:26064366,26061300:26065740,26061369:26062051,26076709:26077052,26092288:26093381,26092325:26093269,26113023:26113526,26128184:26129096,26145824:26146298,26151185:26151872,26156667:26157230,26204315:26204827,26207152:26208205,26210166:26210877,26215062:26215524,26228685:26229317,26232482:26233007,26233552:26233863,26265053:26265477,26266380:26267002,26344394:26345478,26347658:2634819', 'assoc_mat': '25579741:bouchon:3327:25580223,25585201:bouchon:3327:25585408,25585546:bouchon:3327:25585696,25586492:bouchon:3327:25586613,25593104:bouchon:3327:25593807,25605065:bouchon:3327:25605333,25606448:bouchon:3327:25606911,25610129:bouchon:3327:25610361,25647265:bouchon:3327:25647759,25672836:bouchon:3327:25673969,25699448:bouchon:3327:25700111,25699450:bouchon:3327:25700059,25719359:bouchon:3327:25720130,25729961:bouchon:3327:25730809,25739906:bouchon:3327:25740512,25762830:bouchon:3327:25764666,25768337:bouchon:3327:25769431,25777187:bouchon:3327:25777521,25780123:bouchon:3327:25780977,25782544:bouchon:3327:25783462,25794777:bouchon:3327:25795556,25810549:bouchon:3327:25810902,25811280:bouchon:3327:25811682,25811864:bouchon:3327:25812146,25877604:bouchon:3327:25878454,25883927:bouchon:3327:25884800,25905569:bouchon:3327:25906904,25921077:bouchon:3327:25922025,25928082:bouchon:3327:25929109,25972725:bouchon:3327:25974621,25972836:bouchon:3327:25974168,25972865:bouchon:3327:25973797,26020556:bouchon:3327:26021159,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01682088152513296, 'nb_photo': 541, 'list_port_cont': '25579273,25583909,25585258,25604484,25610237,25631960,25638062,25640828,25674172,25685091,25703197,25718324,25732879,25769695,25784168,25789999,25790442,25811381,25817965,25868505,25876854,25884075,25909772,25927185,25931466,25976207,25976414,26021592,26023494,26036700,26038739,26040790,26062130,26064496,26075285,26075473,26076374,26077339,26106628,26110982,26125038,26138118,26151669,26160034,26161074,26213445,26217847,26239316,26240772,26243877,26269854,26284565,26306174,26314334,26353837,26366150', 'assoc_port': '25577627:25579273,25583780:25583909,25585199:25585258,25604429:25604484,25610130:25610237,25630859:25631960,25636041:25638062,25640751:25640828,25668756:25674172,25684797:25685091,25700541:25703197,25715253:25718324,25729964:25732879,25764308:25769695,25784022:25784168,25787675:25789999,25787702:25790442,25811287:25811381,25817915:25817965,25867623:25868505,25875785:25876854,25883929:25884075,25905642:25909772,25917397:25927185,25931371:25931466,25972772:25976207,25972778:25976414,26020558:26021592,26021574:26023494,26036530:26036700,26038515:26038739,26040462:26040790,26061163:26062130,26061336:26064496,26072894:26076374,26072958:26077339,26073015:26075473,26074607:26075285,26078693:26106628,26092290:26110982,26117061:26125038,26130280:26138118,26141882:26151669,26152798:26160034,26153833:26161074,26209225:26213445,26215058:26217847,26229423:26239316,26231097:26240772,26235486:26243877,26259646:26269854,26267299:26284565,26286916:26306174,26297425:26314334,26321165:26353837,26347653:26366150', 'assoc_mat': '25577627:carton:4205:25579273,25583780:carton:4205:25583909,25585199:carton:4205:25585258,25604429:carton:4205:25604484,25610130:carton:4205:25610237,25630859:carton:4205:25631960,25636041:carton:4205:25638062,25640751:carton:4205:25640828,25668756:carton:4205:25674172,25684797:carton:4205:25685091,25700541:carton:4205:25703197,25715253:carton:4205:25718324,25729964:carton:4205:25732879,25764308:carton:4205:25769695,25784022:carton:4205:25784168,25787675:carton:4205:25789999,25787702:carton:4205:25790442,25811287:carton:4205:25811381,25817915:carton:4205:25817965,25867623:carton:4205:25868505,25875785:carton:4205:25876854,25883929:carton:4205:25884075,25905642:carton:4205:25909772,25917397:carton:4205:25927185,25931371:carton:4205:25931466,25972772:carton:4205:25976207,25972778:carton:4205:25976414,26020558:carton:4205:26021592,26021574:carton:4205:26023494,26036530:carton:4205:26036700,26038515:carton:4205:26038739,26040462:carton:4205:26040790,26061163:carton:4205:26062130,26061336:carton:4205:26064496,2607'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011431276241084951, 'nb_photo': 1141, 'list_port_cont': '25580946,25583955,25590993,25606749,25610948,25632096,25643827,25646621,25684233,25695412,25703807,25727503,25737350,25772557,25777378,25791405,25810828,25815554,25824842,25871774,25894515,25909853,25920744,25938938,25976277,25989579,26025650,26027263,26037156,26040127,26063825,26063954,26064970,26072765,26075751,26077162,26108687,26111383,26125453,26130843,26142223,26159367,26163976,26209424,26214066,26242955,26245464,26261697,26275677,26281874,26308121,26314362,26328213,26356222,26365454', 'assoc_port': '25580381:25580946,25583787:25583955,25589925:25590993,25606446:25606749,25610667:25610948,25630831:25632096,25642040:25643827,25644541:25646621,25674372:25684233,25691090:25695412,25702666:25703807,25725310:25727503,25736978:25737350,25765639:25772557,25777185:25777378,25787726:25791405,25810539:25810828,25815240:25815554,25822468:25824842,25870117:25871774,25894093:25894515,25905559:25909853,25917394:25920744,25928095:25938938,25972758:25976277,25972863:25989579,26021547:26025650,26021630:26027263,26036997:26037156,26039667:26040127,26061196:26063954,26061298:26064970,26061359:26063825,26071842:26072765,26072935:26077162,26073002:26075751,26082491:26108687,26095210:26111383,26117047:26125453,26122868:26130843,26141883:26142223,26151183:26159367,26158720:26163976,26202838:26209424,26209233:26214066,26226079:26242955,26237654:26245464,26256611:26261697,26264402:26275677,26270767:26281874,26290561:26308121,26297422:26314362,26323538:26356222,26327726:26328213,26343121:26365454', 'assoc_mat': '25580381:carton:4203:25580946,25583787:carton:4203:25583955,25589925:carton:4203:25590993,25606446:carton:4203:25606749,25610667:carton:4203:25610948,25630831:carton:4203:25632096,25642040:carton:4203:25643827,25644541:carton:4203:25646621,25674372:carton:4203:25684233,25691090:carton:4203:25695412,25702666:carton:4203:25703807,25725310:carton:4203:25727503,25736978:carton:4203:25737350,25765639:carton:4203:25772557,25777185:carton:4203:25777378,25787726:carton:4203:25791405,25810539:carton:4203:25810828,25815240:carton:4203:25815554,25822468:carton:4203:25824842,25870117:carton:4203:25871774,25894093:carton:4203:25894515,25905559:carton:4203:25909853,25917394:carton:4203:25920744,25928095:carton:4203:25938938,25972758:carton:4203:25976277,25972863:carton:4203:25989579,26021547:carton:4203:26025650,26021630:carton:4203:26027263,26036997:carton:4203:26037156,26039667:carton:4203:26040127,26061196:carton:4203:26063954,26061298:carton:4203:26064970,26061359:carton:4203:26063825,26071842:carton:4203:26072765,2607'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.951471152905572, 'nb_photo': 13439, 'list_port_cont': '25577417,25577913,25580048,25580574,25580877,25581787,25583137,25583260,25583834,25583887,25600455,25600481,25600857,25600998,25603073,25603869,25604128,25604187,25604353,25604536,25605108,25605140,25606734,25607699,25607743,25608189,25608551,25609367,25609417,25610290,25610805,25611178,25611715,25611750,25612086,25613315,25613788,25631045,25631764,25632106,25633454,25634968,25637512,25638199,25638691,25639318,25639478,25640770,25640817,25643716,25646472,25647454,25649435,25649630,25670157,25673090,25674290,25674818,25682967,25683970,25684452,25686299,25690695,25691246,25694860,25695954,25700258,25700620,25702399,25702855,25703703,25704350,25715045,25718895,25722217,25724151,25726758,25727228,25730601,25733066,25733300,25736429,25737151,25739510,25742335,25742583,25748312,25751738,25770061,25771673,25774758,25775233,25777230,25777400,25781796,25782716,25783014,25784339,25784608,25786999,25790145,25790700,25795862,25795904,25795974,25800573,25809400,25809466,25810147,25810379,25810695,25812004,25813476,2581499', 'assoc_port': '25577172:25577417,25577628:25577913,25579745:25580048,25580379:25580877,25580405:25580574,25581568:25581787,25582989:25583260,25582995:25583137,25583782:25583834,25583786:25583887,25585202:25604128,25585544:25604187,25586130:25600455,25586138:25600481,25586491:25603073,25587507:25604353,25589927:25605108,25590785:25600998,25590812:25600857,25592296:25603869,25604428:25604536,25605068:25605140,25606444:25606734,25607460:25607743,25607481:25607699,25608156:25608189,25608434:25608551,25609321:25609417,25609324:25609367,25610128:25610290,25610669:25610805,25611022:25611178,25611595:25611750,25611606:25611715,25612029:25612086,25613106:25613315,25613712:25613788,25629826:25631045,25630845:25631764,25630865:25632106,25632566:25633454,25633277:25634968,25635078:25637512,25636045:25638199,25638566:25639318,25638585:25638691,25639148:25639478,25640752:25640817,25640756:25640770,25642072:25643716,25644542:25646472,25645297:25647454,25647264:25649435,25647274:25649630,25667488:25670157,25668759:25674290,25669900:2567481', 'assoc_mat': '25577172:carton:4207:25577417,25577628:carton:4207:25577913,25579745:carton:4207:25580048,25580379:carton:4207:25580877,25580405:carton:4207:25580574,25581568:carton:4207:25581787,25582989:carton:4207:25583260,25582995:carton:4207:25583137,25583782:carton:4207:25583834,25583786:carton:4207:25583887,25585202:carton:4207:25604128,25585544:carton:4207:25604187,25586130:carton:4207:25600455,25586138:carton:4207:25600481,25586491:carton:4207:25603073,25587507:carton:4207:25604353,25589927:carton:4207:25605108,25590785:carton:4207:25600998,25590812:carton:4207:25600857,25592296:carton:4207:25603869,25604428:carton:4207:25604536,25605068:carton:4207:25605140,25606444:carton:4207:25606734,25607460:carton:4207:25607743,25607481:carton:4207:25607699,25608156:carton:4207:25608189,25608434:carton:4207:25608551,25609321:carton:4207:25609417,25609324:carton:4207:25609367,25610128:carton:4207:25610290,25610669:carton:4207:25610805,25611022:carton:4207:25611178,25611595:carton:4207:25611750,25611606:carton:4207:25611715,2561'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.015878454417926083, 'nb_photo': 4291, 'list_port_cont': '25577378,25577813,25581903,25583204,25585337,25586323,25587732,25590193,25592542,25604679,25607667,25609383,25610829,25612114,25612192,25613234,25631226,25633733,25636362,25638720,25640580,25644195,25644801,25651809,25667891,25670287,25679636,25685326,25688056,25691552,25695964,25697077,25701030,25713084,25719726,25721794,25726528,25728075,25735004,25735155,25742704,25747024,25751831,25766160,25770256,25775907,25775953,25779332,25783136,25792960,25795917,25799910,25811532,25813494,25814912,25816440,25816473,25818452,25818511,25820759,25825373,25867977,25870352,25873396,25878051,25879135,25892656,25894381,25906275,25909329,25909338,25916726,25917731,25920232,25923778,25931078,25972964,25973423,25973605,25973821,25974007,25978772,25989105,26020797,26021815,26021934,26022845,26024961,26027999,26036604,26036759,26037580,26037800,26038887,26040863,26040926,26041720,26042086,26045104,26061490,26061593,26061702,26061755,26061878,26062438,26062788,26071477,26073305,26073399,26073552,26073618,26073810,26074044,2607417', 'assoc_port': '25577171:25577378,25577630:25577813,25581566:25581903,25582996:25583204,25585204:25585337,25586140:25586323,25587499:25587732,25589930:25590193,25592294:25592542,25604430:25604679,25607476:25607667,25609320:25609383,25610670:25610829,25611914:25612192,25611941:25612114,25613129:25613234,25630861:25631226,25633279:25633733,25636039:25636362,25638586:25638720,25640337:25640580,25642073:25644195,25644544:25644801,25645300:25651809,25667508:25667891,25669917:25670287,25678937:25679636,25684795:25685326,25687501:25688056,25691101:25691552,25695656:25695964,25696549:25697077,25700538:25701030,25712570:25713084,25719366:25719726,25721485:25721794,25726422:25726528,25727717:25728075,25734591:25735155,25734599:25735004,25742072:25742704,25746579:25747024,25751535:25751831,25765645:25766160,25769866:25770256,25775666:25775953,25775669:25775907,25779002:25779332,25782539:25783136,25792335:25792960,25795726:25795917,25799755:25799910,25811285:25811532,25813349:25813494,25814608:25814912,25816292:25816473,25816294:2581644', 'assoc_mat': '25577171:carton:4461:25577378,25577630:carton:4461:25577813,25581566:carton:4461:25581903,25582996:carton:4461:25583204,25585204:carton:4461:25585337,25586140:carton:4461:25586323,25587499:carton:4461:25587732,25589930:carton:4461:25590193,25592294:carton:4461:25592542,25604430:carton:4461:25604679,25607476:carton:4461:25607667,25609320:carton:4461:25609383,25610670:carton:4461:25610829,25611914:carton:4461:25612192,25611941:carton:4461:25612114,25613129:carton:4461:25613234,25630861:carton:4461:25631226,25633279:carton:4461:25633733,25636039:carton:4461:25636362,25638586:carton:4461:25638720,25640337:carton:4461:25640580,25642073:carton:4461:25644195,25644544:carton:4461:25644801,25645300:carton:4461:25651809,25667508:carton:4461:25667891,25669917:carton:4461:25670287,25678937:carton:4461:25679636,25684795:carton:4461:25685326,25687501:carton:4461:25688056,25691101:carton:4461:25691552,25695656:carton:4461:25695964,25696549:carton:4461:25697077,25700538:carton:4461:25701030,25712570:carton:4461:25713084,2571'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.026723362757097878, 'nb_photo': 2509, 'list_port_cont': '25577321,25580634,25583092,25583861,25585278,25589075,25590861,25590951,25592477,25593297,25593392,25605175,25607659,25609131,25610257,25610786,25611075,25611671,25612067,25613760,25630083,25633708,25636339,25638685,25640488,25640789,25642299,25645499,25647464,25648612,25669148,25674741,25685142,25686904,25687758,25691334,25695847,25700823,25702897,25704169,25707571,25715674,25719705,25727865,25730209,25730407,25733599,25733765,25737259,25740204,25742415,25745643,25764800,25768797,25774962,25779195,25780446,25780693,25782838,25787966,25788068,25788417,25792717,25795114,25808438,25810289,25812025,25816348,25816371,25816575,25817038,25818400,25818424,25820553,25822733,25825295,25866934,25869603,25869683,25873355,25876031,25886127,25887257,25891941,25892053,25904516,25906263,25906916,25912893,25916563,25916711,25917559,25921365,25921731,25923657,25924682,25930758,25931008,25973532,25973779,25974357,25974484,25974825,25974924,25981129,26020740,26020838,26021861,26021982,26022377,26022894,26023049,26036686,2603770', 'assoc_port': '25577174:25577321,25580401:25580634,25582992:25583092,25583784:25583861,25585205:25585278,25585545:25589075,25586141:25590861,25590795:25590951,25592281:25592477,25593103:25593392,25593105:25593297,25605067:25605175,25607480:25607659,25608990:25609131,25610127:25610257,25610666:25610786,25611024:25611075,25611604:25611671,25612032:25612067,25613715:25613760,25629830:25630083,25633273:25633708,25636042:25636339,25638584:25638685,25640338:25640488,25640754:25640789,25642075:25642299,25645294:25645499,25647267:25647464,25648355:25648612,25668764:25669148,25674370:25674741,25684799:25685142,25686543:25686904,25687503:25687758,25691066:25691334,25695657:25695847,25696552:25704169,25700539:25700823,25702664:25702897,25707499:25707571,25715248:25715674,25719397:25719705,25727719:25727865,25729958:25730407,25729970:25730209,25733343:25733765,25733352:25733599,25736971:25737259,25739903:25740204,25742097:25742415,25745382:25745643,25764316:25764800,25768346:25768797,25774800:25774962,25778996:25779195,25780119:2578069', 'assoc_mat': '25577174:carton:4200:25577321,25580401:carton:4200:25580634,25582992:carton:4200:25583092,25583784:carton:4200:25583861,25585205:carton:4200:25585278,25585545:carton:4200:25589075,25586141:carton:4200:25590861,25590795:carton:4200:25590951,25592281:carton:4200:25592477,25593103:carton:4200:25593392,25593105:carton:4200:25593297,25605067:carton:4200:25605175,25607480:carton:4200:25607659,25608990:carton:4200:25609131,25610127:carton:4200:25610257,25610666:carton:4200:25610786,25611024:carton:4200:25611075,25611604:carton:4200:25611671,25612032:carton:4200:25612067,25613715:carton:4200:25613760,25629830:carton:4200:25630083,25633273:carton:4200:25633708,25636042:carton:4200:25636339,25638584:carton:4200:25638685,25640338:carton:4200:25640488,25640754:carton:4200:25640789,25642075:carton:4200:25642299,25645294:carton:4200:25645499,25647267:carton:4200:25647464,25648355:carton:4200:25648612,25668764:carton:4200:25669148,25674370:carton:4200:25674741,25684799:carton:4200:25685142,25686543:carton:4200:25686904,2568'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.12582013247559046, 'nb_photo': 2392, 'list_port_cont': '25580695,25581645,25581718,25586204,25603904,25608590,25609173,25611119,25611650,25611689,25614928,25615077,25633669,25633793,25637259,25639356,25650301,25650380,25658549,25673267,25684256,25687843,25695828,25700929,25712958,25721884,25726685,25733867,25745751,25751686,25766137,25773157,25780614,25780817,25792880,25811582,25813611,25814949,25817098,25825337,25866882,25873538,25878131,25887269,25887318,25891995,25909288,25909424,25912959,25919881,25920057,25924910,25930813,25973231,25973509,25973560,25973696,25974049,26020758,26021963,26021995,26024834,26025977,26028339,26037384,26038852,26039168,26040346,26041387,26044563,26044611,26061547,26061564,26061694,26061906,26062145,26062175,26062358,26062759,26062919,26063089,26063331,26065898,26069332,26070142,26070185,26070287,26070364,26070471,26072138,26073195,26073270,26073514,26073593,26076444,26083061,26092627,26113790,26115129,26118180,26118226,26120791,26130909,26131107,26143477,26145865,26146554,26150529,26155526,26158970,26161795,26200520,26200709,2620321', 'assoc_port': '25580380:25580695,25581569:25581645,25581570:25581718,25586136:25586204,25592297:25603904,25608429:25608590,25608988:25609173,25611020:25611119,25611599:25611689,25611602:25611650,25614817:25615077,25614819:25614928,25633271:25633793,25633275:25633669,25636907:25637259,25639144:25639356,25650163:25650380,25650167:25650301,25658372:25658549,25672857:25673267,25683782:25684256,25687505:25687843,25695653:25695828,25700533:25700929,25712557:25712958,25721454:25721884,25726409:25726685,25733337:25733867,25745374:25745751,25751534:25751686,25765642:25766137,25772539:25773157,25780111:25780817,25780136:25780614,25792380:25792880,25811282:25811582,25813342:25813611,25814607:25814949,25816876:25817098,25825108:25825337,25866508:25866882,25873073:25873538,25877606:25878131,25887022:25887318,25887023:25887269,25891753:25891995,25908706:25909424,25908743:25909288,25912507:25912959,25919712:25920057,25919715:25919881,25924424:25924910,25930407:25930813,25972697:25974049,25972718:25973696,25972722:25973509,25972791:2597356', 'assoc_mat': '25580380:carton:4209:25580695,25581569:carton:4209:25581645,25581570:carton:4209:25581718,25586136:carton:4209:25586204,25592297:carton:4209:25603904,25608429:carton:4209:25608590,25608988:carton:4209:25609173,25611020:carton:4209:25611119,25611599:carton:4209:25611689,25611602:carton:4209:25611650,25614817:carton:4209:25615077,25614819:carton:4209:25614928,25633271:carton:4209:25633793,25633275:carton:4209:25633669,25636907:carton:4209:25637259,25639144:carton:4209:25639356,25650163:carton:4209:25650380,25650167:carton:4209:25650301,25658372:carton:4209:25658549,25672857:carton:4209:25673267,25683782:carton:4209:25684256,25687505:carton:4209:25687843,25695653:carton:4209:25695828,25700533:carton:4209:25700929,25712557:carton:4209:25712958,25721454:carton:4209:25721884,25726409:carton:4209:25726685,25733337:carton:4209:25733867,25745374:carton:4209:25745751,25751534:carton:4209:25751686,25765642:carton:4209:25766137,25772539:carton:4209:25773157,25780111:carton:4209:25780817,25780136:carton:4209:25780614,2579'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009994041466459047, 'nb_photo': 9937, 'list_port_cont': '25577940,25577964,25580826,25581954,25583150,25583185,25583286,25587805,25588424,25590320,25591074,25593226,25593946,25595528,25599693,25604827,25607762,25608244,25608636,25609213,25609454,25610316,25610895,25611134,25611773,25612158,25612414,25613289,25613833,25630472,25631362,25632944,25635678,25638783,25639464,25640641,25642438,25642676,25645614,25645881,25647625,25648890,25651020,25669326,25670513,25674931,25685405,25687115,25691811,25692138,25696964,25697509,25701093,25701375,25703153,25715100,25716064,25719853,25720159,25722531,25726722,25726893,25730762,25731066,25735236,25737365,25737669,25740473,25742802,25747320,25764942,25766751,25769215,25770388,25774699,25776035,25776052,25779361,25779737,25784650,25785050,25786119,25788215,25793145,25793383,25795408,25800609,25808830,25810410,25811633,25813535,25815587,25815772,25816594,25817062,25817216,25818549,25820881,25823014,25823090,25824236,25824325,25825594,25866995,25870597,25872539,25872916,25876353,25879246,25890373,25892184,25892746,25901747,2590651', 'assoc_port': '25577629:25577964,25577631:25577940,25580398:25580826,25581549:25581954,25582988:25583286,25582991:25583185,25582997:25583150,25585203:25588424,25586132:25595528,25587501:25593946,25587503:25593226,25587505:25587805,25589929:25590320,25589970:25599693,25590813:25591074,25604427:25604827,25607439:25607762,25608155:25608244,25608432:25608636,25608969:25609213,25609323:25609454,25610126:25610316,25610668:25610895,25611021:25611134,25611594:25611773,25611934:25612158,25612350:25612414,25613125:25613289,25613675:25613833,25629824:25630472,25630867:25631362,25632563:25632944,25635074:25635678,25638567:25638783,25639141:25639464,25640336:25640641,25642038:25642676,25642054:25642438,25645293:25645881,25645299:25645614,25647272:25647625,25648357:25648890,25650833:25651020,25668768:25669326,25669903:25670513,25674373:25674931,25684796:25685405,25686545:25687115,25691054:25692138,25691060:25691811,25696546:25696964,25696548:25697509,25700531:25701375,25700536:25701093,25702663:25703153,25712562:25715100,25712573:2571606', 'assoc_mat': '25577629:carton:4211:25577964,25577631:carton:4211:25577940,25580398:carton:4211:25580826,25581549:carton:4211:25581954,25582988:carton:4211:25583286,25582991:carton:4211:25583185,25582997:carton:4211:25583150,25585203:carton:4211:25588424,25586132:carton:4211:25595528,25587501:carton:4211:25593946,25587503:carton:4211:25593226,25587505:carton:4211:25587805,25589929:carton:4211:25590320,25589970:carton:4211:25599693,25590813:carton:4211:25591074,25604427:carton:4211:25604827,25607439:carton:4211:25607762,25608155:carton:4211:25608244,25608432:carton:4211:25608636,25608969:carton:4211:25609213,25609323:carton:4211:25609454,25610126:carton:4211:25610316,25610668:carton:4211:25610895,25611021:carton:4211:25611134,25611594:carton:4211:25611773,25611934:carton:4211:25612158,25612350:carton:4211:25612414,25613125:carton:4211:25613289,25613675:carton:4211:25613833,25629824:carton:4211:25630472,25630867:carton:4211:25631362,25632563:carton:4211:25632944,25635074:carton:4211:25635678,25638567:carton:4211:25638783,2563'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0031716146361758734, 'nb_photo': 392, 'list_port_cont': '25577504,25580216,25583308,25584029,25585413,25585691,25586617,25589462,25593804,25594702,25599107,25605342,25606914,25608675,25609533,25610353,25611210,25612250,25613365,25633049,25635796,25639495,25640697,25640959,25644949,25647768,25647992,25650642,25673974,25687148,25691923,25692064,25693205,25696247,25700053,25700104,25703289,25703691,25722290,25730715,25731056,25733795,25735421,25737650,25737742,25740514,25746096,25752090,25769425,25773591,25775401,25777512,25783454,25788433,25788598,25789397,25795563,25806802,25810904,25815011,25817330,25818602,25818630,25821168,25823466,25824215,25868264,25868387,25870697,25873703,25878463,25887520,25890504,25892256,25905081,25909960,25913175,25913233,25917066,25917092,25920703,25924076,25924297,25929104,25931664,25937574,25974025,25974166,25974273,25974410,25974608,25974691,25979270,26021158,26023458,26023478,26025477,26030965,26031147,26036896,26037272,26038979,26039617,26041128,26041185,26042277,26042288,26044494,26045248,26061984,26062256,26062416,26062523,2606331', 'assoc_port': '25577173:25577504,25579741:25580216,25582994:25583308,25583783:25584029,25585201:25585413,25585546:25585691,25586142:25589462,25586492:25586617,25590799:25594702,25592295:25599107,25593104:25593804,25605065:25605342,25606448:25606914,25608430:25608675,25609322:25609533,25610129:25610353,25611023:25611210,25611992:25612250,25613127:25613365,25632564:25633049,25635076:25635796,25639146:25639495,25640335:25640697,25640753:25640959,25644540:25644949,25647265:25647768,25647269:25647992,25650158:25650642,25672836:25673974,25686547:25687148,25691063:25692064,25691098:25691923,25692370:25693205,25695658:25696247,25699448:25700104,25699450:25700053,25702665:25703289,25703476:25703691,25721450:25722290,25729956:25731056,25729973:25730715,25733347:25733795,25734603:25735421,25736960:25737742,25736974:25737650,25739906:25740514,25745380:25746096,25751536:25752090,25768337:25769425,25772534:25773591,25774802:25775401,25777187:25777512,25782544:25783454,25787677:25788598,25787712:25788433,25788737:25789397,25794777:2579556', 'assoc_mat': '25577173:carton:3327:25577504,25579741:carton:3327:25580216,25582994:carton:3327:25583308,25583783:carton:3327:25584029,25585201:carton:3327:25585413,25585546:carton:3327:25585691,25586142:carton:3327:25589462,25586492:carton:3327:25586617,25590799:carton:3327:25594702,25592295:carton:3327:25599107,25593104:carton:3327:25593804,25605065:carton:3327:25605342,25606448:carton:3327:25606914,25608430:carton:3327:25608675,25609322:carton:3327:25609533,25610129:carton:3327:25610353,25611023:carton:3327:25611210,25611992:carton:3327:25612250,25613127:carton:3327:25613365,25632564:carton:3327:25633049,25635076:carton:3327:25635796,25639146:carton:3327:25639495,25640335:carton:3327:25640697,25640753:carton:3327:25640959,25644540:carton:3327:25644949,25647265:carton:3327:25647768,25647269:carton:3327:25647992,25650158:carton:3327:25650642,25672836:carton:3327:25673974,25686547:carton:3327:25687148,25691063:carton:3327:25692064,25691098:carton:3327:25691923,25692370:carton:3327:25693205,25695658:carton:3327:25696247,2569'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.010544853018333276, 'nb_photo': 697, 'list_port_cont': '25584792,25586291,25597317,25611723,25642432,25642567,25644979,25650410,25687869,25696084,25733744,25751943,25780500,25788129,25788322,25788677,25835499,25920154,26021797,26073437,26073659,26092688,26130787,26155562,26207766,26212180,26235803,26287286,26336719,26339021,26339699,26344983', 'assoc_port': '25583785:25584792,25586134:25586291,25596911:25597317,25611600:25611723,25642068:25642567,25642070:25642432,25644543:25644979,25650165:25650410,25687508:25687869,25695652:25696084,25733340:25733744,25751533:25751943,25780126:25780500,25787682:25788677,25787722:25788322,25787723:25788129,25832877:25835499,25919698:25920154,26021624:26021797,26072929:26073659,26072994:26073437,26092297:26092688,26130256:26130787,26155249:26155562,26207198:26207766,26211842:26212180,26235484:26235803,26286911:26287286,26335941:26339021,26335943:26336719,26339308:26339699,26344396:26344983', 'assoc_mat': '25583785:carton:3594:25584792,25586134:carton:3594:25586291,25596911:carton:3594:25597317,25611600:carton:3594:25611723,25642068:carton:3594:25642567,25642070:carton:3594:25642432,25644543:carton:3594:25644979,25650165:carton:3594:25650410,25687508:carton:3594:25687869,25695652:carton:3594:25696084,25733340:carton:3594:25733744,25751533:carton:3594:25751943,25780126:carton:3594:25780500,25787682:carton:3594:25788677,25787722:carton:3594:25788322,25787723:carton:3594:25788129,25832877:carton:3594:25835499,25919698:carton:3594:25920154,26021624:carton:3594:26021797,26072929:carton:3594:26073659,26072994:carton:3594:26073437,26092297:carton:3594:26092688,26130256:carton:3594:26130787,26155249:carton:3594:26155562,26207198:carton:3594:26207766,26211842:carton:3594:26212180,26235484:carton:3594:26235803,26286911:carton:3594:26287286,26335941:carton:3594:26339021,26335943:carton:3594:26336719,26339308:carton:3594:26339699,26344396:carton:3594:26344983'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001924493493303865, 'nb_photo': 131, 'list_port_cont': '25576727,25581218,25584131,25637175,25639190,25667797,25685069,25705229,25725455,25742234,25775805,25780275,25808499,25810280,25813409,25816786,25817985,25869536,25885352,25901228,25908995,25909706,25921163,25974520,26022350,26023184,26023662,26037481,26038872,26039892,26061518,26063272,26069259,26070267,26073175,26073788,26074391,26074674,26074855,26097112,26097686,26111607,26115034,26118131,26128396,26146515,26157450,26194662,26200484,26226876,26227118,26231171,26242620,26258393,26259890,26266322,26270824,26287271,26288109,26294168,26325710,26335836', 'assoc_port': '25576689:25576727,25579743:25581218,25582993:25584131,25636904:25637175,25639150:25639190,25667470:25667797,25684794:25685069,25705165:25705229,25725313:25725455,25742082:25742234,25775667:25775805,25780115:25780275,25805744:25808499,25810195:25810280,25813345:25813409,25815230:25816786,25817914:25817985,25869429:25869536,25885261:25885352,25900879:25901228,25908735:25909706,25908744:25908995,25921069:25921163,25972667:25974520,26021522:26022350,26021572:26023662,26021610:26023184,26037346:26037481,26038520:26038872,26039669:26039892,26061226:26063272,26061372:26061518,26069168:26069259,26069946:26070267,26072890:26074855,26072926:26074674,26072944:26074391,26072987:26073788,26073010:26073175,26096657:26097686,26096682:26097112,26111535:26111607,26114898:26115034,26117875:26118131,26128188:26128396,26146318:26146515,26157344:26157450,26194420:26194662,26200337:26200484,26226692:26227118,26226696:26226876,26231094:26231171,26242576:26242620,26258049:26258393,26259615:26259890,26264426:26266322,26270765:2627082', 'assoc_mat': '25576689:cartonnette:3726:25576727,25579743:cartonnette:3726:25581218,25582993:cartonnette:3726:25584131,25636904:cartonnette:3726:25637175,25639150:cartonnette:3726:25639190,25667470:cartonnette:3726:25667797,25684794:cartonnette:3726:25685069,25705165:cartonnette:3726:25705229,25725313:cartonnette:3726:25725455,25742082:cartonnette:3726:25742234,25775667:cartonnette:3726:25775805,25780115:cartonnette:3726:25780275,25805744:cartonnette:3726:25808499,25810195:cartonnette:3726:25810280,25813345:cartonnette:3726:25813409,25815230:cartonnette:3726:25816786,25817914:cartonnette:3726:25817985,25869429:cartonnette:3726:25869536,25885261:cartonnette:3726:25885352,25900879:cartonnette:3726:25901228,25908735:cartonnette:3726:25909706,25908744:cartonnette:3726:25908995,25921069:cartonnette:3726:25921163,25972667:cartonnette:3726:25974520,26021522:cartonnette:3726:26022350,26021572:cartonnette:3726:26023662,26021610:cartonnette:3726:26023184,26037346:cartonnette:3726:26037481,26038520:cartonnette:3726:26038872,26039669:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006565214174780985, 'nb_photo': 435, 'list_port_cont': '25576723,25581226,25584134,25586531,25590116,25604447,25608420,25608531,25632752,25637183,25639196,25667796,25685066,25719610,25720186,25725451,25763131,25770047,25775800,25780264,25795795,25808501,25810279,25813404,25816793,25817983,25869535,25885356,25889929,25901229,25908986,25909709,25921166,25973065,25973636,25974237,25974516,26022357,26022946,26023186,26023653,26036544,26037475,26038793,26038874,26039897,26041652,26061403,26061510,26061676,26062061,26062260,26062635,26062831,26062986,26063386,26064904,26064991,26069249,26070057,26070262,26070714,26071900,26073785,26074393,26074677,26074858,26076356,26097105,26097678,26111613,26115033,26118127,26120519,26142088,26157447,26194664,26200482,26204420,26226883,26227117,26231172,26242617,26258386,26259893,26261841,26266318,26270831,26287268,26288099,26293953,26294173,26321370,26325715,26335824,26340490,26356840', 'assoc_port': '25576689:25576723,25579743:25581226,25582993:25584134,25586490:25586531,25589950:25590116,25604425:25604447,25607441:25608420,25608431:25608531,25632565:25632752,25636904:25637183,25639150:25639196,25667470:25667796,25684794:25685066,25719358:25720186,25719396:25719610,25725313:25725451,25762811:25763131,25769863:25770047,25775667:25775800,25780115:25780264,25795723:25795795,25805744:25808501,25810195:25810279,25813345:25813404,25815230:25816793,25817914:25817983,25869429:25869535,25885261:25885356,25889802:25889929,25900879:25901229,25908735:25909709,25908744:25908986,25921069:25921166,25972667:25974516,25972705:25974237,25972766:25973636,25972818:25973065,26021522:26022357,26021572:26023653,26021610:26023186,26021635:26022946,26036515:26036544,26037346:26037475,26038520:26038874,26038668:26038793,26039669:26039897,26041234:26041652,26061211:26064991,26061213:26061403,26061214:26064904,26061220:26063386,26061232:26062986,26061238:26062831,26061281:26062635,26061283:26062260,26061287:26062061,26061306:2606167', 'assoc_mat': '25576689:Carton_brun:3726:25576723,25579743:Carton_brun:3726:25581226,25582993:Carton_brun:3726:25584134,25586490:Carton_brun:3726:25586531,25589950:Carton_brun:3726:25590116,25604425:Carton_brun:3726:25604447,25607441:Carton_brun:3726:25608420,25608431:Carton_brun:3726:25608531,25632565:Carton_brun:3726:25632752,25636904:Carton_brun:3726:25637183,25639150:Carton_brun:3726:25639196,25667470:Carton_brun:3726:25667796,25684794:Carton_brun:3726:25685066,25719358:Carton_brun:3726:25720186,25719396:Carton_brun:3726:25719610,25725313:Carton_brun:3726:25725451,25762811:Carton_brun:3726:25763131,25769863:Carton_brun:3726:25770047,25775667:Carton_brun:3726:25775800,25780115:Carton_brun:3726:25780264,25795723:Carton_brun:3726:25795795,25805744:Carton_brun:3726:25808501,25810195:Carton_brun:3726:25810279,25813345:Carton_brun:3726:25813404,25815230:Carton_brun:3726:25816793,25817914:Carton_brun:3726:25817983,25869429:Carton_brun:3726:25869535,25885261:Carton_brun:3726:25885356,25889802:Carton_brun:3726:25889929,25900879:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00524468083158771, 'nb_photo': 222, 'list_port_cont': '25576719,25581225,25584129,25586525,25590127,25604453,25608413,25608528,25611635,25614898,25637179,25639194,25667804,25685067,25705223,25719609,25720185,25725464,25734672,25763142,25770036,25775802,25795805,25808500,25810273,25813403,25816796,25817981,25869533,25885353,25889939,25901237,25908990,25909703,25921161,25973075,25973642,25974512,26022360,26022949,26023181,26023655,26036547,26038866,26039893,26041654,26061399,26061680,26062071,26062272,26064899,26069255,26070268,26071895,26073791,26074678,26074862,26076355,26097114,26097681,26111609,26120512,26128402,26146506,26157446,26194657,26204409,26207327,26226880,26227111,26231168,26242621,26259896,26261834,26266323,26270821,26287274,26288108,26293956,26294166,26300091,26317886', 'assoc_port': '25576689:25576719,25579743:25581225,25582993:25584129,25586490:25586525,25589950:25590127,25604425:25604453,25607441:25608413,25608431:25608528,25611597:25611635,25614815:25614898,25636904:25637179,25639150:25639194,25667470:25667804,25684794:25685067,25705165:25705223,25719358:25720185,25719396:25719609,25725313:25725464,25734607:25734672,25762811:25763142,25769863:25770036,25775667:25775802,25795723:25795805,25805744:25808500,25810195:25810273,25813345:25813403,25815230:25816796,25817914:25817981,25869429:25869533,25885261:25885353,25889802:25889939,25900879:25901237,25908735:25909703,25908744:25908990,25921069:25921161,25972667:25974512,25972766:25973642,25972818:25973075,26021522:26022360,26021572:26023655,26021610:26023181,26021635:26022949,26036515:26036547,26038520:26038866,26039669:26039893,26041234:26041654,26061213:26061399,26061214:26064899,26061283:26062272,26061287:26062071,26061306:26061680,26069168:26069255,26069946:26070268,26071846:26071895,26072890:26074862,26072926:26074678,26072987:2607379', 'assoc_mat': '25576689:Carton_gris:3726:25576719,25579743:Carton_gris:3726:25581225,25582993:Carton_gris:3726:25584129,25586490:Carton_gris:3726:25586525,25589950:Carton_gris:3726:25590127,25604425:Carton_gris:3726:25604453,25607441:Carton_gris:3726:25608413,25608431:Carton_gris:3726:25608528,25611597:Carton_gris:3726:25611635,25614815:Carton_gris:3726:25614898,25636904:Carton_gris:3726:25637179,25639150:Carton_gris:3726:25639194,25667470:Carton_gris:3726:25667804,25684794:Carton_gris:3726:25685067,25705165:Carton_gris:3726:25705223,25719358:Carton_gris:3726:25720185,25719396:Carton_gris:3726:25719609,25725313:Carton_gris:3726:25725464,25734607:Carton_gris:3726:25734672,25762811:Carton_gris:3726:25763142,25769863:Carton_gris:3726:25770036,25775667:Carton_gris:3726:25775802,25795723:Carton_gris:3726:25795805,25805744:Carton_gris:3726:25808500,25810195:Carton_gris:3726:25810273,25813345:Carton_gris:3726:25813403,25815230:Carton_gris:3726:25816796,25817914:Carton_gris:3726:25817981,25869429:Carton_gris:3726:25869533,25885261:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002352638406458963, 'nb_photo': 29, 'list_port_cont': '25638066,25640835,25718330,25784174,25876865,25884064,25909771,25927193,26021604,26038740,26040796,26160037,26240768,26269849,26314339,26366152', 'assoc_port': '25636041:25638066,25640751:25640835,25715253:25718330,25784022:25784174,25875785:25876865,25883929:25884064,25905642:25909771,25917397:25927193,26020558:26021604,26038515:26038740,26040462:26040796,26152798:26160037,26231097:26240768,26259646:26269849,26297425:26314339,26347653:26366152', 'assoc_mat': '25636041:ela:4205:25638066,25640751:ela:4205:25640835,25715253:ela:4205:25718330,25784022:ela:4205:25784174,25875785:ela:4205:25876865,25883929:ela:4205:25884064,25905642:ela:4205:25909771,25917397:ela:4205:25927193,26020558:ela:4205:26021604,26038515:ela:4205:26038740,26040462:ela:4205:26040796,26152798:ela:4205:26160037,26231097:ela:4205:26240768,26259646:ela:4205:26269849,26297425:ela:4205:26314339,26347653:ela:4205:26366152'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9582237398791777, 'nb_photo': 539, 'list_port_cont': '25580947,25583960,25591004,25606752,25610942,25632094,25643823,25646606,25684229,25695409,25703812,25727511,25737349,25772560,25777377,25791393,25810836,25815566,25824847,25871769,25894524,25909855,25920746,25976278,25989580,26025640,26027275,26037155,26040134,26063821,26063955,26064971,26072768,26075742,26077168,26108688,26111384,26125457,26130845,26142219,26159368,26163985,26209434,26214072,26242948,26245466,26261693,26275682,26281885,26308123,26314368,26328219,26356220,26365464', 'assoc_port': '25580381:25580947,25583787:25583960,25589925:25591004,25606446:25606752,25610667:25610942,25630831:25632094,25642040:25643823,25644541:25646606,25674372:25684229,25691090:25695409,25702666:25703812,25725310:25727511,25736978:25737349,25765639:25772560,25777185:25777377,25787726:25791393,25810539:25810836,25815240:25815566,25822468:25824847,25870117:25871769,25894093:25894524,25905559:25909855,25917394:25920746,25972758:25976278,25972863:25989580,26021547:26025640,26021630:26027275,26036997:26037155,26039667:26040134,26061196:26063955,26061298:26064971,26061359:26063821,26071842:26072768,26072935:26077168,26073002:26075742,26082491:26108688,26095210:26111384,26117047:26125457,26122868:26130845,26141883:26142219,26151183:26159368,26158720:26163985,26202838:26209434,26209233:26214072,26226079:26242948,26237654:26245466,26256611:26261693,26264402:26275682,26270767:26281885,26290561:26308123,26297422:26314368,26323538:26356220,26327726:26328219,26343121:26365464', 'assoc_mat': '25580381:ela:4203:25580947,25583787:ela:4203:25583960,25589925:ela:4203:25591004,25606446:ela:4203:25606752,25610667:ela:4203:25610942,25630831:ela:4203:25632094,25642040:ela:4203:25643823,25644541:ela:4203:25646606,25674372:ela:4203:25684229,25691090:ela:4203:25695409,25702666:ela:4203:25703812,25725310:ela:4203:25727511,25736978:ela:4203:25737349,25765639:ela:4203:25772560,25777185:ela:4203:25777377,25787726:ela:4203:25791393,25810539:ela:4203:25810836,25815240:ela:4203:25815566,25822468:ela:4203:25824847,25870117:ela:4203:25871769,25894093:ela:4203:25894524,25905559:ela:4203:25909855,25917394:ela:4203:25920746,25972758:ela:4203:25976278,25972863:ela:4203:25989580,26021547:ela:4203:26025640,26021630:ela:4203:26027275,26036997:ela:4203:26037155,26039667:ela:4203:26040134,26061196:ela:4203:26063955,26061298:ela:4203:26064971,26061359:ela:4203:26063821,26071842:ela:4203:26072768,26072935:ela:4203:26077168,26073002:ela:4203:26075742,26082491:ela:4203:26108688,26095210:ela:4203:26111384,26117047:ela:4203:2612545'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0006558692283075045, 'nb_photo': 126, 'list_port_cont': '25580880,25583835,25600456,25600990,25603857,25605114,25607732,25610287,25611712,25612094,25638203,25639307,25683980,25691245,25694851,25700630,25704339,25730610,25733052,25739520,25742327,25751739,25777397,25781801,25782720,25784609,25790690,25810689,25812012,25814995,25815488,25817855,25817950,25821414,25824504,25833025,25867406,25874316,25892764,25909655,25910051,25914680,25918504,25918972,25920786,25922431,25927776,25975933,26020708,26021847,26022478,26025332,26037004,26039239,26041596,26041616,26041955,26062007,26063928,26064278,26071645,26073364,26075641,26075699,26076405,26076561,26076951,26077399,26077458,26084917,26113254,26115178,26118461,26141612,26142614,26143040,26149227,26157735,26158386,26158459,26160187,26161871,26162071,26163769,26205506,26209307,26212310,26212470,26213766,26217443,26231936,26240732,26242450,26243780,26246688,26270043,26280089,26282238,26303256,26310308,26314382,26316278,26317282,26351250,26353644,26354899,26360292,26363745,26366259', 'assoc_port': '25580379:25580880,25583782:25583835,25586130:25600456,25589927:25605114,25590785:25600990,25592296:25603857,25607460:25607732,25610128:25610287,25611606:25611712,25612029:25612094,25636045:25638203,25638566:25639307,25683785:25683980,25691057:25694851,25691080:25704339,25691104:25691245,25696550:25700630,25727718:25730610,25729976:25733052,25736967:25739520,25739899:25742327,25746574:25751739,25769865:25777397,25772537:25784609,25778998:25781801,25782547:25782720,25787725:25790690,25810544:25810689,25811862:25812012,25814606:25814995,25815226:25815488,25816290:25817855,25817912:25817950,25820344:25821414,25823752:25824504,25832879:25833025,25866494:25867406,25871861:25874316,25892397:25892764,25905590:25909655,25905645:25910051,25912505:25914680,25916175:25918504,25916184:25918972,25917400:25920786,25919684:25922431,25923412:25927776,25972728:25975933,26020603:26020708,26021545:26022478,26021554:26025332,26021636:26021847,26036998:26037004,26038963:26039239,26040175:26041955,26041223:26041596,26041224:2604161', 'assoc_mat': '25580379:ela:4207:25580880,25583782:ela:4207:25583835,25586130:ela:4207:25600456,25589927:ela:4207:25605114,25590785:ela:4207:25600990,25592296:ela:4207:25603857,25607460:ela:4207:25607732,25610128:ela:4207:25610287,25611606:ela:4207:25611712,25612029:ela:4207:25612094,25636045:ela:4207:25638203,25638566:ela:4207:25639307,25683785:ela:4207:25683980,25691057:ela:4207:25694851,25691080:ela:4207:25704339,25691104:ela:4207:25691245,25696550:ela:4207:25700630,25727718:ela:4207:25730610,25729976:ela:4207:25733052,25736967:ela:4207:25739520,25739899:ela:4207:25742327,25746574:ela:4207:25751739,25769865:ela:4207:25777397,25772537:ela:4207:25784609,25778998:ela:4207:25781801,25782547:ela:4207:25782720,25787725:ela:4207:25790690,25810544:ela:4207:25810689,25811862:ela:4207:25812012,25814606:ela:4207:25814995,25815226:ela:4207:25815488,25816290:ela:4207:25817855,25817912:ela:4207:25817950,25820344:ela:4207:25821414,25823752:ela:4207:25824504,25832879:ela:4207:25833025,25866494:ela:4207:25867406,25871861:ela:4207:2587431'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002708868952124585, 'nb_photo': 10, 'list_port_cont': '25612117,25651807,25697068,25735159,25775958,26099467,26157397,26285777,26319328', 'assoc_port': '25611941:25612117,25645300:25651807,25696549:25697068,25734591:25735159,25775666:25775958,26099015:26099467,26157346:26157397,26285508:26285777,26318903:26319328', 'assoc_mat': '25611941:ela:4461:25612117,25645300:ela:4461:25651807,25696549:ela:4461:25697068,25734591:ela:4461:25735159,25775666:ela:4461:25775958,26099015:ela:4461:26099467,26157346:ela:4461:26157397,26285508:ela:4461:26285777,26318903:ela:4461:26319328'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014416902161778805, 'nb_photo': 192, 'list_port_cont': '25577313,25580641,25583086,25583872,25590862,25590949,25592469,25605171,25607650,25609135,25610254,25610795,25633709,25640792,25642302,25674742,25686893,25687747,25691324,25704162,25707566,25719715,25727874,25730220,25730397,25733760,25737250,25768791,25774947,25779204,25780705,25787965,25788084,25788415,25792721,25795111,25812026,25816343,25816366,25816581,25817045,25820557,25869592,25876027,25886124,25906250,25906924,25916561,25916705,25917562,25921373,25921734,25923654,25931011,25974358,25974936,25981140,26020834,26021986,26023039,26036684,26037834,26038689,26039718,26040520,26041941,26044527,26061413,26061629,26061805,26062997,26063410,26063985,26074097,26074204,26074471,26074956,26088931,26092345,26099171,26115799,26118213,26120660,26123263,26130440,26142345,26144117,26151459,26153103,26155076,26156836,26156947,26158915,26198994,26202457,26207408,26207599,26209493,26210465,26212062,26225352,26231244,26232662,26232749,26233675,26237020,26257005,26260616,26263020,26264638,26273769,26291752,26292306,2630389', 'assoc_port': '25577174:25577313,25580401:25580641,25582992:25583086,25583784:25583872,25586141:25590862,25590795:25590949,25592281:25592469,25605067:25605171,25607480:25607650,25608990:25609135,25610127:25610254,25610666:25610795,25633273:25633709,25640754:25640792,25642075:25642302,25674370:25674742,25686543:25686893,25687503:25687747,25691066:25691324,25696552:25704162,25707499:25707566,25719397:25719715,25727719:25727874,25729958:25730397,25729970:25730220,25733343:25733760,25736971:25737250,25768346:25768791,25774800:25774947,25778996:25779204,25780119:25780705,25787678:25788415,25787683:25788084,25787728:25787965,25792332:25792721,25794775:25795111,25811866:25812026,25816286:25816581,25816288:25816343,25816298:25816366,25816878:25817045,25820347:25820557,25869431:25869592,25875786:25876027,25878871:25886124,25900882:25906924,25905634:25906250,25916181:25916705,25916185:25916561,25917403:25917562,25921065:25921734,25921073:25921373,25923419:25923654,25930362:25931011,25972684:25974936,25972789:25974358,25972833:2598114', 'assoc_mat': '25577174:ela:4200:25577313,25580401:ela:4200:25580641,25582992:ela:4200:25583086,25583784:ela:4200:25583872,25586141:ela:4200:25590862,25590795:ela:4200:25590949,25592281:ela:4200:25592469,25605067:ela:4200:25605171,25607480:ela:4200:25607650,25608990:ela:4200:25609135,25610127:ela:4200:25610254,25610666:ela:4200:25610795,25633273:ela:4200:25633709,25640754:ela:4200:25640792,25642075:ela:4200:25642302,25674370:ela:4200:25674742,25686543:ela:4200:25686893,25687503:ela:4200:25687747,25691066:ela:4200:25691324,25696552:ela:4200:25704162,25707499:ela:4200:25707566,25719397:ela:4200:25719715,25727719:ela:4200:25727874,25729958:ela:4200:25730397,25729970:ela:4200:25730220,25733343:ela:4200:25733760,25736971:ela:4200:25737250,25768346:ela:4200:25768791,25774800:ela:4200:25774947,25778996:ela:4200:25779204,25780119:ela:4200:25780705,25787678:ela:4200:25788415,25787683:ela:4200:25788084,25787728:ela:4200:25787965,25792332:ela:4200:25792721,25794775:ela:4200:25795111,25811866:ela:4200:25812026,25816286:ela:4200:2581658'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004336555168761398, 'nb_photo': 259, 'list_port_cont': '25580694,25581643,25581729,25586205,25603912,25608581,25609172,25611116,25614932,25615074,25633678,25633784,25637261,25639367,25650291,25658536,25673264,25684250,25687849,25695834,25712966,25721895,25726696,25733865,25745744,25751697,25766151,25773159,25780607,25780816,25792877,25811577,25813618,25814944,25817087,25825324,25866875,25873535,25878120,25887278,25887307,25909290,25909439,25912961,25919879,25920064,25924912,25930815,25973234,25973551,25973704,26020767,26024844,26025981,26037375,26039158,26040337,26041385,26044569,26044621,26061563,26061701,26063321,26065896,26070299,26072135,26073196,26073274,26073502,26073585,26076447,26083058,26092630,26115123,26118230,26120799,26130928,26131112,26150531,26155528,26161794,26200519,26200710,26203225,26212003,26226989,26235705,26241272,26260076,26262077,26265307,26278592,26287452,26293262,26293498,26296295,26301148,26323921,26328145,26336387,26357175', 'assoc_port': '25580380:25580694,25581569:25581643,25581570:25581729,25586136:25586205,25592297:25603912,25608429:25608581,25608988:25609172,25611020:25611116,25614817:25615074,25614819:25614932,25633271:25633784,25633275:25633678,25636907:25637261,25639144:25639367,25650167:25650291,25658372:25658536,25672857:25673264,25683782:25684250,25687505:25687849,25695653:25695834,25712557:25712966,25721454:25721895,25726409:25726696,25733337:25733865,25745374:25745744,25751534:25751697,25765642:25766151,25772539:25773159,25780111:25780816,25780136:25780607,25792380:25792877,25811282:25811577,25813342:25813618,25814607:25814944,25816876:25817087,25825108:25825324,25866508:25866875,25873073:25873535,25877606:25878120,25887022:25887307,25887023:25887278,25908706:25909439,25908743:25909290,25912507:25912961,25919712:25920064,25919715:25919879,25924424:25924912,25930407:25930815,25972718:25973704,25972791:25973551,25972871:25973234,26020604:26020767,26021544:26025981,26021627:26024844,26037263:26039158,26037264:26037375,26038518:2604033', 'assoc_mat': '25580380:ela:4209:25580694,25581569:ela:4209:25581643,25581570:ela:4209:25581729,25586136:ela:4209:25586205,25592297:ela:4209:25603912,25608429:ela:4209:25608581,25608988:ela:4209:25609172,25611020:ela:4209:25611116,25614817:ela:4209:25615074,25614819:ela:4209:25614932,25633271:ela:4209:25633784,25633275:ela:4209:25633678,25636907:ela:4209:25637261,25639144:ela:4209:25639367,25650167:ela:4209:25650291,25658372:ela:4209:25658536,25672857:ela:4209:25673264,25683782:ela:4209:25684250,25687505:ela:4209:25687849,25695653:ela:4209:25695834,25712557:ela:4209:25712966,25721454:ela:4209:25721895,25726409:ela:4209:25726696,25733337:ela:4209:25733865,25745374:ela:4209:25745744,25751534:ela:4209:25751697,25765642:ela:4209:25766151,25772539:ela:4209:25773159,25780111:ela:4209:25780816,25780136:ela:4209:25780607,25792380:ela:4209:25792877,25811282:ela:4209:25811577,25813342:ela:4209:25813618,25814607:ela:4209:25814944,25816876:ela:4209:25817087,25825108:ela:4209:25825324,25866508:ela:4209:25866875,25873073:ela:4209:2587353'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011957165541247353, 'nb_photo': 1653, 'list_port_cont': '25577939,25577968,25580831,25581966,25583158,25583193,25583285,25587807,25588429,25590325,25591079,25593229,25593941,25595519,25599694,25604850,25607748,25608232,25608633,25609227,25609452,25610311,25610897,25611141,25611774,25612174,25612425,25613290,25613834,25630484,25631377,25632937,25635690,25638773,25639465,25640630,25642449,25642669,25645612,25645879,25647624,25648883,25651011,25669328,25670516,25674936,25685408,25687098,25691809,25692145,25696966,25697507,25701099,25701370,25703152,25715103,25716065,25719854,25720152,25722523,25726714,25726901,25730748,25731067,25735235,25737368,25737662,25740478,25742803,25747315,25764945,25766741,25769201,25770384,25774698,25776027,25776059,25779376,25779744,25784649,25785040,25786121,25788212,25793139,25793387,25795395,25800612,25808837,25810420,25811635,25813549,25815582,25815782,25816592,25817068,25817218,25818535,25820870,25823012,25823118,25824234,25824326,25825599,25867006,25870595,25872553,25872904,25876355,25879239,25890361,25892178,25892749,25901742,2590652', 'assoc_port': '25577629:25577968,25577631:25577939,25580398:25580831,25581549:25581966,25582988:25583285,25582991:25583193,25582997:25583158,25585203:25588429,25586132:25595519,25587501:25593941,25587503:25593229,25587505:25587807,25589929:25590325,25589970:25599694,25590813:25591079,25604427:25604850,25607439:25607748,25608155:25608232,25608432:25608633,25608969:25609227,25609323:25609452,25610126:25610311,25610668:25610897,25611021:25611141,25611594:25611774,25611934:25612174,25612350:25612425,25613125:25613290,25613675:25613834,25629824:25630484,25630867:25631377,25632563:25632937,25635074:25635690,25638567:25638773,25639141:25639465,25640336:25640630,25642038:25642669,25642054:25642449,25645293:25645879,25645299:25645612,25647272:25647624,25648357:25648883,25650833:25651011,25668768:25669328,25669903:25670516,25674373:25674936,25684796:25685408,25686545:25687098,25691054:25692145,25691060:25691809,25696546:25696966,25696548:25697507,25700531:25701370,25700536:25701099,25702663:25703152,25712562:25715103,25712573:2571606', 'assoc_mat': '25577629:ela:4211:25577968,25577631:ela:4211:25577939,25580398:ela:4211:25580831,25581549:ela:4211:25581966,25582988:ela:4211:25583285,25582991:ela:4211:25583193,25582997:ela:4211:25583158,25585203:ela:4211:25588429,25586132:ela:4211:25595519,25587501:ela:4211:25593941,25587503:ela:4211:25593229,25587505:ela:4211:25587807,25589929:ela:4211:25590325,25589970:ela:4211:25599694,25590813:ela:4211:25591079,25604427:ela:4211:25604850,25607439:ela:4211:25607748,25608155:ela:4211:25608232,25608432:ela:4211:25608633,25608969:ela:4211:25609227,25609323:ela:4211:25609452,25610126:ela:4211:25610311,25610668:ela:4211:25610897,25611021:ela:4211:25611141,25611594:ela:4211:25611774,25611934:ela:4211:25612174,25612350:ela:4211:25612425,25613125:ela:4211:25613290,25613675:ela:4211:25613834,25629824:ela:4211:25630484,25630867:ela:4211:25631377,25632563:ela:4211:25632937,25635074:ela:4211:25635690,25638567:ela:4211:25638773,25639141:ela:4211:25639465,25640336:ela:4211:25640630,25642038:ela:4211:25642669,25642054:ela:4211:2564244'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003208343560093287, 'nb_photo': 1, 'list_port_cont': '25674168', 'assoc_port': '25668756:25674168', 'assoc_mat': '25668756:etiquette:4205:25674168'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 6.0708983240382e-05, 'nb_photo': 33, 'list_port_cont': '25583957,25591002,25632088,25703805,25737341,25772550,25871770,25909864,25920752,25989581,26025645,26027274,26037151,26040125,26075752,26077164,26108680,26125459,26130852,26142208,26163984,26209432,26214062,26242947,26275688,26281884', 'assoc_port': '25583787:25583957,25589925:25591002,25630831:25632088,25702666:25703805,25736978:25737341,25765639:25772550,25870117:25871770,25905559:25909864,25917394:25920752,25972863:25989581,26021547:26025645,26021630:26027274,26036997:26037151,26039667:26040125,26072935:26077164,26073002:26075752,26082491:26108680,26117047:26125459,26122868:26130852,26141883:26142208,26158720:26163984,26202838:26209432,26209233:26214062,26226079:26242947,26264402:26275688,26270767:26281884', 'assoc_mat': '25583787:etiquette:4203:25583957,25589925:etiquette:4203:25591002,25630831:etiquette:4203:25632088,25702666:etiquette:4203:25703805,25736978:etiquette:4203:25737341,25765639:etiquette:4203:25772550,25870117:etiquette:4203:25871770,25905559:etiquette:4203:25909864,25917394:etiquette:4203:25920752,25972863:etiquette:4203:25989581,26021547:etiquette:4203:26025645,26021630:etiquette:4203:26027274,26036997:etiquette:4203:26037151,26039667:etiquette:4203:26040125,26072935:etiquette:4203:26077164,26073002:etiquette:4203:26075752,26082491:etiquette:4203:26108680,26117047:etiquette:4203:26125459,26122868:etiquette:4203:26130852,26141883:etiquette:4203:26142208,26158720:etiquette:4203:26163984,26202838:etiquette:4203:26209432,26209233:etiquette:4203:26214062,26226079:etiquette:4203:26242947,26264402:etiquette:4203:26275688,26270767:etiquette:4203:26281884'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00032043662080023474, 'nb_photo': 6, 'list_port_cont': '25608556,25649444,25736421,25795982,25975849,26109415', 'assoc_port': '25608434:25608556,25647264:25649444,25733334:25736421,25792339:25795982,25972713:25975849,26084015:26109415', 'assoc_mat': '25608434:etiquette:4207:25608556,25647264:etiquette:4207:25649444,25733334:etiquette:4207:25736421,25792339:etiquette:4207:25795982,25972713:etiquette:4207:25975849,26084015:etiquette:4207:26109415'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 8.09818423910168e-05, 'nb_photo': 8, 'list_port_cont': '25640574,26038886,26061480', 'assoc_port': '25640337:25640574,26038511:26038886,26061222:26061480', 'assoc_mat': '25640337:etiquette:4461:25640574,26038511:etiquette:4461:26038886,26061222:etiquette:4461:26061480'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0010141499095912433, 'nb_photo': 5, 'list_port_cont': '25782848,26023051,26036687,26040513', 'assoc_port': '25782542:25782848,26021583:26023051,26036528:26036687,26040172:26040513', 'assoc_mat': '25782542:etiquette:4200:25782848,26021583:etiquette:4200:26023051,26036528:etiquette:4200:26036687,26040172:etiquette:4200:26040513'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0005423267440789765, 'nb_photo': 6, 'list_port_cont': '25603911,25615085,25766139,25909434,25930812,26231725', 'assoc_port': '25592297:25603911,25614817:25615085,25765642:25766139,25908706:25909434,25930407:25930812,26231550:26231725', 'assoc_mat': '25592297:etiquette:4209:25603911,25614817:etiquette:4209:25615085,25765642:etiquette:4209:25766139,25908706:etiquette:4209:25909434,25930407:etiquette:4209:25930812,26231550:etiquette:4209:26231725'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005562347868919704, 'nb_photo': 48, 'list_port_cont': '25630483,25670525,25731079,25740487,25770382,25925436,25982420,26036866,26037716,26040048,26075337,26096017,26237960,26240556,26263487,26267774,26294245', 'assoc_port': '25629824:25630483,25669903:25670525,25729954:25731079,25739908:25740487,25769867:25770382,25924417:25925436,25972762:25982420,26036521:26036866,26037369:26037716,26038510:26040048,26072985:26075337,26095205:26096017,26237657:26237960,26240298:26240556,26262831:26263487,26267294:26267774,26293866:26294245', 'assoc_mat': '25629824:etiquette:4211:25630483,25669903:etiquette:4211:25670525,25729954:etiquette:4211:25731079,25739908:etiquette:4211:25740487,25769867:etiquette:4211:25770382,25924417:etiquette:4211:25925436,25972762:etiquette:4211:25982420,26036521:etiquette:4211:26036866,26037369:etiquette:4211:26037716,26038510:etiquette:4211:26040048,26072985:etiquette:4211:26075337,26095205:etiquette:4211:26096017,26237657:etiquette:4211:26237960,26240298:etiquette:4211:26240556,26262831:etiquette:4211:26263487,26267294:etiquette:4211:26267774,26293866:etiquette:4211:26294245'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005750759340832082, 'nb_photo': 22, 'list_port_cont': '25580214,25585415,25585690,25777520,26030975,26063726,26129094,26301506', 'assoc_port': '25579741:25580214,25585201:25585415,25585546:25585690,25777187:25777520,26021633:26030975,26061293:26063726,26128184:26129094,26300855:26301506', 'assoc_mat': '25579741:etiquette:3327:25580214,25585201:etiquette:3327:25585415,25585546:etiquette:3327:25585690,25777187:etiquette:3327:25777520,26021633:etiquette:3327:26030975,26061293:etiquette:3327:26063726,26128184:etiquette:3327:26129094,26300855:etiquette:3327:26301506'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01739631725997982, 'nb_photo': 737, 'list_port_cont': '25579284,25583908,25585254,25604478,25610227,25631966,25638067,25640833,25674170,25685090,25703191,25718339,25732881,25769684,25784166,25790004,25790444,25811388,25817970,25868510,25876869,25884067,25909780,25927183,25931468,25976214,25976407,26021590,26023493,26036695,26038742,26040793,26062118,26064483,26075289,26075485,26076378,26077343,26106627,26110978,26125039,26138117,26151672,26160045,26161079,26213458,26217855,26239313,26240766,26243878,26269859,26284557,26306179,26314328,26353833,26366145', 'assoc_port': '25577627:25579284,25583780:25583908,25585199:25585254,25604429:25604478,25610130:25610227,25630859:25631966,25636041:25638067,25640751:25640833,25668756:25674170,25684797:25685090,25700541:25703191,25715253:25718339,25729964:25732881,25764308:25769684,25784022:25784166,25787675:25790004,25787702:25790444,25811287:25811388,25817915:25817970,25867623:25868510,25875785:25876869,25883929:25884067,25905642:25909780,25917397:25927183,25931371:25931468,25972772:25976214,25972778:25976407,26020558:26021590,26021574:26023493,26036530:26036695,26038515:26038742,26040462:26040793,26061163:26062118,26061336:26064483,26072894:26076378,26072958:26077343,26073015:26075485,26074607:26075289,26078693:26106627,26092290:26110978,26117061:26125039,26130280:26138117,26141882:26151672,26152798:26160045,26153833:26161079,26209225:26213458,26215058:26217855,26229423:26239313,26231097:26240766,26235486:26243878,26259646:26269859,26267299:26284557,26286916:26306179,26297425:26314328,26321165:26353833,26347653:26366145', 'assoc_mat': '25577627:film_plastique:4205:25579284,25583780:film_plastique:4205:25583908,25585199:film_plastique:4205:25585254,25604429:film_plastique:4205:25604478,25610130:film_plastique:4205:25610227,25630859:film_plastique:4205:25631966,25636041:film_plastique:4205:25638067,25640751:film_plastique:4205:25640833,25668756:film_plastique:4205:25674170,25684797:film_plastique:4205:25685090,25700541:film_plastique:4205:25703191,25715253:film_plastique:4205:25718339,25729964:film_plastique:4205:25732881,25764308:film_plastique:4205:25769684,25784022:film_plastique:4205:25784166,25787675:film_plastique:4205:25790004,25787702:film_plastique:4205:25790444,25811287:film_plastique:4205:25811388,25817915:film_plastique:4205:25817970,25867623:film_plastique:4205:25868510,25875785:film_plastique:4205:25876869,25883929:film_plastique:4205:25884067,25905642:film_plastique:4205:25909780,25917397:film_plastique:4205:25927183,25931371:film_plastique:4205:25931468,25972772:film_plastique:4205:25976214,25972778:film_plastique:4205:2597640'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037095722875615665, 'nb_photo': 592, 'list_port_cont': '25580933,25583956,25591003,25606757,25610949,25632097,25643821,25646612,25684232,25695408,25703801,25727509,25777379,25791398,25810837,25815567,25824843,25871781,25894511,25909862,25920742,25938939,25976275,25989582,26025644,26027276,26037144,26040135,26063827,26063961,26064964,26072759,26075745,26077167,26108690,26111382,26125445,26130841,26142211,26159363,26163983,26209428,26214063,26242951,26245463,26261694,26275681,26281881,26308133,26314374,26328211,26356229,26365460', 'assoc_port': '25580381:25580933,25583787:25583956,25589925:25591003,25606446:25606757,25610667:25610949,25630831:25632097,25642040:25643821,25644541:25646612,25674372:25684232,25691090:25695408,25702666:25703801,25725310:25727509,25777185:25777379,25787726:25791398,25810539:25810837,25815240:25815567,25822468:25824843,25870117:25871781,25894093:25894511,25905559:25909862,25917394:25920742,25928095:25938939,25972758:25976275,25972863:25989582,26021547:26025644,26021630:26027276,26036997:26037144,26039667:26040135,26061196:26063961,26061298:26064964,26061359:26063827,26071842:26072759,26072935:26077167,26073002:26075745,26082491:26108690,26095210:26111382,26117047:26125445,26122868:26130841,26141883:26142211,26151183:26159363,26158720:26163983,26202838:26209428,26209233:26214063,26226079:26242951,26237654:26245463,26256611:26261694,26264402:26275681,26270767:26281881,26290561:26308133,26297422:26314374,26323538:26356229,26327726:26328211,26343121:26365460', 'assoc_mat': '25580381:film_plastique:4203:25580933,25583787:film_plastique:4203:25583956,25589925:film_plastique:4203:25591003,25606446:film_plastique:4203:25606757,25610667:film_plastique:4203:25610949,25630831:film_plastique:4203:25632097,25642040:film_plastique:4203:25643821,25644541:film_plastique:4203:25646612,25674372:film_plastique:4203:25684232,25691090:film_plastique:4203:25695408,25702666:film_plastique:4203:25703801,25725310:film_plastique:4203:25727509,25777185:film_plastique:4203:25777379,25787726:film_plastique:4203:25791398,25810539:film_plastique:4203:25810837,25815240:film_plastique:4203:25815567,25822468:film_plastique:4203:25824843,25870117:film_plastique:4203:25871781,25894093:film_plastique:4203:25894511,25905559:film_plastique:4203:25909862,25917394:film_plastique:4203:25920742,25928095:film_plastique:4203:25938939,25972758:film_plastique:4203:25976275,25972863:film_plastique:4203:25989582,26021547:film_plastique:4203:26025644,26021630:film_plastique:4203:26027276,26036997:film_plastique:4203:2603714'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033253037709063044, 'nb_photo': 2685, 'list_port_cont': '25577425,25577911,25580053,25580578,25580866,25581796,25583132,25583256,25583823,25583884,25600458,25600482,25600864,25600999,25603868,25604137,25604176,25604345,25604538,25605106,25605149,25606727,25607706,25607742,25608197,25608557,25609362,25609429,25610285,25610809,25611182,25611704,25611743,25612089,25613309,25631043,25631771,25632110,25633441,25634966,25637504,25638200,25638694,25639314,25639490,25640780,25640812,25643724,25646470,25647462,25649449,25649629,25670158,25673097,25674289,25674829,25682965,25683971,25684454,25686306,25690696,25691253,25694861,25695956,25700251,25700625,25702393,25702860,25703702,25704352,25715046,25718885,25722213,25724140,25726773,25727239,25730598,25733061,25733309,25736432,25737143,25739509,25742336,25742580,25748313,25751743,25770055,25771676,25774767,25775227,25777240,25777394,25781807,25782718,25783022,25784341,25784620,25787006,25790155,25790691,25795859,25795900,25795984,25800582,25809397,25809460,25810140,25810376,25810698,25812014,25813469,25815001,25815492,2581711', 'assoc_port': '25577172:25577425,25577628:25577911,25579745:25580053,25580379:25580866,25580405:25580578,25581568:25581796,25582989:25583256,25582995:25583132,25583782:25583823,25583786:25583884,25585202:25604137,25585544:25604176,25586130:25600458,25586138:25600482,25587507:25604345,25589927:25605106,25590785:25600999,25590812:25600864,25592296:25603868,25604428:25604538,25605068:25605149,25606444:25606727,25607460:25607742,25607481:25607706,25608156:25608197,25608434:25608557,25609321:25609429,25609324:25609362,25610128:25610285,25610669:25610809,25611022:25611182,25611595:25611743,25611606:25611704,25612029:25612089,25613106:25613309,25629826:25631043,25630845:25631771,25630865:25632110,25632566:25633441,25633277:25634966,25635078:25637504,25636045:25638200,25638566:25639314,25638585:25638694,25639148:25639490,25640752:25640812,25640756:25640780,25642072:25643724,25644542:25646470,25645297:25647462,25647264:25649449,25647274:25649629,25667488:25670158,25668759:25674289,25669900:25674829,25672818:25682965,25672877:2567309', 'assoc_mat': '25577172:film_plastique:4207:25577425,25577628:film_plastique:4207:25577911,25579745:film_plastique:4207:25580053,25580379:film_plastique:4207:25580866,25580405:film_plastique:4207:25580578,25581568:film_plastique:4207:25581796,25582989:film_plastique:4207:25583256,25582995:film_plastique:4207:25583132,25583782:film_plastique:4207:25583823,25583786:film_plastique:4207:25583884,25585202:film_plastique:4207:25604137,25585544:film_plastique:4207:25604176,25586130:film_plastique:4207:25600458,25586138:film_plastique:4207:25600482,25587507:film_plastique:4207:25604345,25589927:film_plastique:4207:25605106,25590785:film_plastique:4207:25600999,25590812:film_plastique:4207:25600864,25592296:film_plastique:4207:25603868,25604428:film_plastique:4207:25604538,25605068:film_plastique:4207:25605149,25606444:film_plastique:4207:25606727,25607460:film_plastique:4207:25607742,25607481:film_plastique:4207:25607706,25608156:film_plastique:4207:25608197,25608434:film_plastique:4207:25608557,25609321:film_plastique:4207:2560942'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7468841371372138, 'nb_photo': 5877, 'list_port_cont': '25577377,25577828,25581895,25583200,25585342,25586316,25587743,25590183,25592538,25604687,25607670,25609380,25610822,25612116,25612185,25613235,25631241,25633737,25636359,25638709,25640581,25644192,25644808,25651790,25667895,25670277,25679637,25685329,25688048,25691558,25695971,25697078,25701029,25713079,25719722,25721799,25726523,25728071,25735002,25735165,25742710,25747032,25751836,25766166,25770255,25775897,25775952,25779337,25783149,25792964,25795923,25799898,25811533,25813496,25814902,25816426,25816464,25818453,25818505,25820762,25825380,25867964,25870351,25873382,25878045,25879127,25892653,25894375,25906292,25909328,25909343,25916727,25917730,25920236,25923788,25931093,25972968,25973409,25973593,25973808,25974014,25978785,25989111,26020789,26021814,26021922,26022838,26024972,26027994,26036610,26036750,26037584,26037798,26038892,26040866,26040934,26041718,26042077,26045105,26061478,26061598,26061717,26061752,26061870,26062432,26062794,26071476,26073302,26073400,26073546,26073612,26073798,26074055,2607417', 'assoc_port': '25577171:25577377,25577630:25577828,25581566:25581895,25582996:25583200,25585204:25585342,25586140:25586316,25587499:25587743,25589930:25590183,25592294:25592538,25604430:25604687,25607476:25607670,25609320:25609380,25610670:25610822,25611914:25612185,25611941:25612116,25613129:25613235,25630861:25631241,25633279:25633737,25636039:25636359,25638586:25638709,25640337:25640581,25642073:25644192,25644544:25644808,25645300:25651790,25667508:25667895,25669917:25670277,25678937:25679637,25684795:25685329,25687501:25688048,25691101:25691558,25695656:25695971,25696549:25697078,25700538:25701029,25712570:25713079,25719366:25719722,25721485:25721799,25726422:25726523,25727717:25728071,25734591:25735165,25734599:25735002,25742072:25742710,25746579:25747032,25751535:25751836,25765645:25766166,25769866:25770255,25775666:25775952,25775669:25775897,25779002:25779337,25782539:25783149,25792335:25792964,25795726:25795923,25799755:25799898,25811285:25811533,25813349:25813496,25814608:25814902,25816292:25816464,25816294:2581642', 'assoc_mat': '25577171:film_plastique:4461:25577377,25577630:film_plastique:4461:25577828,25581566:film_plastique:4461:25581895,25582996:film_plastique:4461:25583200,25585204:film_plastique:4461:25585342,25586140:film_plastique:4461:25586316,25587499:film_plastique:4461:25587743,25589930:film_plastique:4461:25590183,25592294:film_plastique:4461:25592538,25604430:film_plastique:4461:25604687,25607476:film_plastique:4461:25607670,25609320:film_plastique:4461:25609380,25610670:film_plastique:4461:25610822,25611914:film_plastique:4461:25612185,25611941:film_plastique:4461:25612116,25613129:film_plastique:4461:25613235,25630861:film_plastique:4461:25631241,25633279:film_plastique:4461:25633737,25636039:film_plastique:4461:25636359,25638586:film_plastique:4461:25638709,25640337:film_plastique:4461:25640581,25642073:film_plastique:4461:25644192,25644544:film_plastique:4461:25644808,25645300:film_plastique:4461:25651790,25667508:film_plastique:4461:25667895,25669917:film_plastique:4461:25670277,25678937:film_plastique:4461:2567963'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024385308704279046, 'nb_photo': 5193, 'list_port_cont': '25577316,25580638,25583085,25583860,25585267,25589090,25590858,25590941,25592482,25593282,25593397,25605183,25607660,25609132,25610248,25610787,25611078,25611678,25612061,25613768,25630096,25633717,25636337,25638679,25640497,25640798,25642305,25645504,25647469,25648623,25669152,25674749,25685143,25686889,25687761,25691331,25695858,25700830,25702904,25704165,25707568,25715673,25719713,25727864,25730208,25730398,25733588,25733757,25737248,25740203,25742409,25745635,25764792,25768792,25774951,25779202,25780449,25780698,25782843,25787973,25788082,25788406,25792712,25795104,25808451,25810287,25812035,25816352,25816373,25816569,25817034,25818389,25818423,25820561,25822722,25825296,25866935,25869593,25869680,25873353,25876041,25886121,25887246,25891938,25892056,25904511,25906253,25906917,25912882,25916555,25916714,25917553,25921367,25921729,25923651,25924674,25930764,25930997,25973535,25973775,25974363,25974471,25974815,25974939,25981139,26020733,26020840,26021860,26021976,26022387,26022902,26023052,26036690,2603770', 'assoc_port': '25577174:25577316,25580401:25580638,25582992:25583085,25583784:25583860,25585205:25585267,25585545:25589090,25586141:25590858,25590795:25590941,25592281:25592482,25593103:25593397,25593105:25593282,25605067:25605183,25607480:25607660,25608990:25609132,25610127:25610248,25610666:25610787,25611024:25611078,25611604:25611678,25612032:25612061,25613715:25613768,25629830:25630096,25633273:25633717,25636042:25636337,25638584:25638679,25640338:25640497,25640754:25640798,25642075:25642305,25645294:25645504,25647267:25647469,25648355:25648623,25668764:25669152,25674370:25674749,25684799:25685143,25686543:25686889,25687503:25687761,25691066:25691331,25695657:25695858,25696552:25704165,25700539:25700830,25702664:25702904,25707499:25707568,25715248:25715673,25719397:25719713,25727719:25727864,25729958:25730398,25729970:25730208,25733343:25733757,25733352:25733588,25736971:25737248,25739903:25740203,25742097:25742409,25745382:25745635,25764316:25764792,25768346:25768792,25774800:25774951,25778996:25779202,25780119:2578069', 'assoc_mat': '25577174:film_plastique:4200:25577316,25580401:film_plastique:4200:25580638,25582992:film_plastique:4200:25583085,25583784:film_plastique:4200:25583860,25585205:film_plastique:4200:25585267,25585545:film_plastique:4200:25589090,25586141:film_plastique:4200:25590858,25590795:film_plastique:4200:25590941,25592281:film_plastique:4200:25592482,25593103:film_plastique:4200:25593397,25593105:film_plastique:4200:25593282,25605067:film_plastique:4200:25605183,25607480:film_plastique:4200:25607660,25608990:film_plastique:4200:25609132,25610127:film_plastique:4200:25610248,25610666:film_plastique:4200:25610787,25611024:film_plastique:4200:25611078,25611604:film_plastique:4200:25611678,25612032:film_plastique:4200:25612061,25613715:film_plastique:4200:25613768,25629830:film_plastique:4200:25630096,25633273:film_plastique:4200:25633717,25636042:film_plastique:4200:25636337,25638584:film_plastique:4200:25638679,25640338:film_plastique:4200:25640497,25640754:film_plastique:4200:25640798,25642075:film_plastique:4200:2564230'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012462735576223563, 'nb_photo': 532, 'list_port_cont': '25580686,25581631,25586197,25603902,25608578,25609183,25611121,25614929,25633680,25633795,25639362,25650305,25650383,25658537,25673262,25684247,25687856,25695825,25700924,25712963,25721891,25726690,25745747,25751688,25766143,25773163,25780613,25780819,25792872,25811571,25813612,25814948,25817096,25825327,25866870,25873536,25878128,25887274,25887315,25891993,25909286,25912982,25919878,25920061,25924911,25930816,25973220,25973520,25973545,25973694,25974058,26020761,26021965,26024838,26025980,26028344,26037382,26038850,26039166,26040344,26041391,26044557,26044610,26061555,26061567,26061691,26061912,26062147,26062167,26062356,26062754,26062914,26063087,26063328,26065895,26069339,26070144,26070181,26070288,26070467,26072139,26073189,26073266,26073501,26073584,26076443,26083057,26092625,26113792,26115128,26118189,26120802,26130933,26131122,26143485,26146553,26150539,26155529,26158974,26161791,26200699,26203220,26212008,26212089,26213793,26226997,26231724,26235708,26235735,26241266,26260078,26262072,26265308,2627180', 'assoc_port': '25580380:25580686,25581569:25581631,25586136:25586197,25592297:25603902,25608429:25608578,25608988:25609183,25611020:25611121,25614819:25614929,25633271:25633795,25633275:25633680,25639144:25639362,25650163:25650383,25650167:25650305,25658372:25658537,25672857:25673262,25683782:25684247,25687505:25687856,25695653:25695825,25700533:25700924,25712557:25712963,25721454:25721891,25726409:25726690,25745374:25745747,25751534:25751688,25765642:25766143,25772539:25773163,25780111:25780819,25780136:25780613,25792380:25792872,25811282:25811571,25813342:25813612,25814607:25814948,25816876:25817096,25825108:25825327,25866508:25866870,25873073:25873536,25877606:25878128,25887022:25887315,25887023:25887274,25891753:25891993,25908743:25909286,25912507:25912982,25919712:25920061,25919715:25919878,25924424:25924911,25930407:25930816,25972697:25974058,25972718:25973694,25972722:25973520,25972791:25973545,25972871:25973220,26020604:26020761,26021544:26025980,26021576:26028344,26021622:26021965,26021627:26024838,26037263:2603916', 'assoc_mat': '25580380:film_plastique:4209:25580686,25581569:film_plastique:4209:25581631,25586136:film_plastique:4209:25586197,25592297:film_plastique:4209:25603902,25608429:film_plastique:4209:25608578,25608988:film_plastique:4209:25609183,25611020:film_plastique:4209:25611121,25614819:film_plastique:4209:25614929,25633271:film_plastique:4209:25633795,25633275:film_plastique:4209:25633680,25639144:film_plastique:4209:25639362,25650163:film_plastique:4209:25650383,25650167:film_plastique:4209:25650305,25658372:film_plastique:4209:25658537,25672857:film_plastique:4209:25673262,25683782:film_plastique:4209:25684247,25687505:film_plastique:4209:25687856,25695653:film_plastique:4209:25695825,25700533:film_plastique:4209:25700924,25712557:film_plastique:4209:25712963,25721454:film_plastique:4209:25721891,25726409:film_plastique:4209:25726690,25745374:film_plastique:4209:25745747,25751534:film_plastique:4209:25751688,25765642:film_plastique:4209:25766143,25772539:film_plastique:4209:25773163,25780111:film_plastique:4209:2578081'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004236135506129129, 'nb_photo': 11500, 'list_port_cont': '25577931,25577966,25580836,25581957,25583160,25583184,25583281,25587806,25588414,25590315,25591085,25593219,25593949,25595518,25599687,25604843,25607752,25608247,25608631,25609214,25609453,25610303,25610888,25611136,25611764,25612160,25612422,25613283,25613841,25630479,25631367,25632936,25635681,25638780,25639468,25640646,25642436,25642677,25645624,25645880,25647610,25648882,25651024,25669327,25670519,25674934,25685407,25687090,25691800,25692134,25696975,25697504,25701104,25701368,25703155,25715092,25716066,25719855,25720147,25722526,25726720,25726889,25730753,25731077,25735238,25737375,25737666,25740479,25742797,25747325,25764949,25766739,25769216,25770383,25774702,25776024,25776053,25779357,25779736,25784646,25785049,25786108,25788222,25793144,25793371,25795392,25800621,25808833,25810416,25811634,25813539,25815586,25815786,25816606,25817061,25817228,25818537,25820884,25823015,25823097,25824229,25824327,25825592,25867008,25870591,25872545,25872908,25876340,25879240,25890360,25892169,25892741,25901737,2590652', 'assoc_port': '25577629:25577966,25577631:25577931,25580398:25580836,25581549:25581957,25582988:25583281,25582991:25583184,25582997:25583160,25585203:25588414,25586132:25595518,25587501:25593949,25587503:25593219,25587505:25587806,25589929:25590315,25589970:25599687,25590813:25591085,25604427:25604843,25607439:25607752,25608155:25608247,25608432:25608631,25608969:25609214,25609323:25609453,25610126:25610303,25610668:25610888,25611021:25611136,25611594:25611764,25611934:25612160,25612350:25612422,25613125:25613283,25613675:25613841,25629824:25630479,25630867:25631367,25632563:25632936,25635074:25635681,25638567:25638780,25639141:25639468,25640336:25640646,25642038:25642677,25642054:25642436,25645293:25645880,25645299:25645624,25647272:25647610,25648357:25648882,25650833:25651024,25668768:25669327,25669903:25670519,25674373:25674934,25684796:25685407,25686545:25687090,25691054:25692134,25691060:25691800,25696546:25696975,25696548:25697504,25700531:25701368,25700536:25701104,25702663:25703155,25712562:25715092,25712573:2571606', 'assoc_mat': '25577629:film_plastique:4211:25577966,25577631:film_plastique:4211:25577931,25580398:film_plastique:4211:25580836,25581549:film_plastique:4211:25581957,25582988:film_plastique:4211:25583281,25582991:film_plastique:4211:25583184,25582997:film_plastique:4211:25583160,25585203:film_plastique:4211:25588414,25586132:film_plastique:4211:25595518,25587501:film_plastique:4211:25593949,25587503:film_plastique:4211:25593219,25587505:film_plastique:4211:25587806,25589929:film_plastique:4211:25590315,25589970:film_plastique:4211:25599687,25590813:film_plastique:4211:25591085,25604427:film_plastique:4211:25604843,25607439:film_plastique:4211:25607752,25608155:film_plastique:4211:25608247,25608432:film_plastique:4211:25608631,25608969:film_plastique:4211:25609214,25609323:film_plastique:4211:25609453,25610126:film_plastique:4211:25610303,25610668:film_plastique:4211:25610888,25611021:film_plastique:4211:25611136,25611594:film_plastique:4211:25611764,25611934:film_plastique:4211:25612160,25612350:film_plastique:4211:2561242'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000949011894626265, 'nb_photo': 2, 'list_port_cont': '25674162,25789996', 'assoc_port': '25668756:25674162,25787675:25789996', 'assoc_mat': '25668756:kraft:4205:25674162,25787675:kraft:4205:25789996'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00044962815335560674, 'nb_photo': 2, 'list_port_cont': '25643825,25737339', 'assoc_port': '25642040:25643825,25736978:25737339', 'assoc_mat': '25642040:kraft:4203:25643825,25736978:kraft:4203:25737339'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013298634898143342, 'nb_photo': 11, 'list_port_cont': '25703712,25821400,25824665,26045005,26075446,26308023', 'assoc_port': '25702650:25703712,25820344:25821400,25822495:25824665,26044959:26045005,26073030:26075446,26290563:26308023', 'assoc_mat': '25702650:kraft:4207:25703712,25820344:kraft:4207:25821400,25822495:kraft:4207:25824665,26044959:kraft:4207:26045005,26073030:kraft:4207:26075446,26290563:kraft:4207:26308023'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 13, 'list_port_cont': '25610827,25640584', 'assoc_port': '25610670:25610827,25640337:25640584', 'assoc_mat': '25610670:kraft:4461:25610827,25640337:kraft:4461:25640584'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00375379090596451, 'nb_photo': 23, 'list_port_cont': '25811583,25909425,26072127,26215182', 'assoc_port': '25811282:25811583,25908706:25909425,26071844:26072127,26215069:26215182', 'assoc_mat': '25811282:kraft:4209:25811583,25908706:kraft:4209:25909425,26071844:kraft:4209:26072127,26215069:kraft:4209:26215182'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012473639970367353, 'nb_photo': 14, 'list_port_cont': '25901232,25909710,26036545,26037479,26041658,26097679,26115036,26259897,26325716', 'assoc_port': '25900879:25901232,25908735:25909710,26036515:26036545,26037346:26037479,26041234:26041658,26096657:26097679,26114898:26115036,26259615:26259897,26325111:26325716', 'assoc_mat': '25900879:kraft:3726:25901232,25908735:kraft:3726:25909710,26036515:kraft:3726:26036545,26037346:kraft:3726:26037479,26041234:kraft:3726:26041658,26096657:kraft:3726:26097679,26114898:kraft:3726:26115036,26259615:kraft:3726:26259897,26325111:kraft:3726:26325716'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000791875408417143, 'nb_photo': 6, 'list_port_cont': '25696967,25925427,26040050', 'assoc_port': '25696546:25696967,25924417:25925427,26038510:26040050', 'assoc_mat': '25696546:kraft:4211:25696967,25924417:kraft:4211:25925427,26038510:kraft:4211:26040050'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9523201299220664, 'nb_photo': 96, 'list_port_cont': '25579288,25583899,25585251,25604474,25631962,25638076,25640834,25674161,25685081,25718336,25732880,25784160,25790005,25790437,25868520,25876857,25909776,25931469,25976211,25976410,26021593,26023506,26036699,26040792,26062126,26064492,26075288,26075482,26076385,26077331,26106620,26110975,26138122,26151657,26160044,26161066,26213446,26217852,26239319,26269861,26284560,26306180,26366147', 'assoc_port': '25577627:25579288,25583780:25583899,25585199:25585251,25604429:25604474,25630859:25631962,25636041:25638076,25640751:25640834,25668756:25674161,25684797:25685081,25715253:25718336,25729964:25732880,25784022:25784160,25787675:25790005,25787702:25790437,25867623:25868520,25875785:25876857,25905642:25909776,25931371:25931469,25972772:25976211,25972778:25976410,26020558:26021593,26021574:26023506,26036530:26036699,26040462:26040792,26061163:26062126,26061336:26064492,26072894:26076385,26072958:26077331,26073015:26075482,26074607:26075288,26078693:26106620,26092290:26110975,26130280:26138122,26141882:26151657,26152798:26160044,26153833:26161066,26209225:26213446,26215058:26217852,26229423:26239319,26259646:26269861,26267299:26284560,26286916:26306180,26347653:26366147', 'assoc_mat': '25577627:metal:4205:25579288,25583780:metal:4205:25583899,25585199:metal:4205:25585251,25604429:metal:4205:25604474,25630859:metal:4205:25631962,25636041:metal:4205:25638076,25640751:metal:4205:25640834,25668756:metal:4205:25674161,25684797:metal:4205:25685081,25715253:metal:4205:25718336,25729964:metal:4205:25732880,25784022:metal:4205:25784160,25787675:metal:4205:25790005,25787702:metal:4205:25790437,25867623:metal:4205:25868520,25875785:metal:4205:25876857,25905642:metal:4205:25909776,25931371:metal:4205:25931469,25972772:metal:4205:25976211,25972778:metal:4205:25976410,26020558:metal:4205:26021593,26021574:metal:4205:26023506,26036530:metal:4205:26036699,26040462:metal:4205:26040792,26061163:metal:4205:26062126,26061336:metal:4205:26064492,26072894:metal:4205:26076385,26072958:metal:4205:26077331,26073015:metal:4205:26075482,26074607:metal:4205:26075288,26078693:metal:4205:26106620,26092290:metal:4205:26110975,26130280:metal:4205:26138122,26141882:metal:4205:26151657,26152798:metal:4205:26160044,26153833:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015030117009218578, 'nb_photo': 1892, 'list_port_cont': '25580945,25583946,25591001,25606758,25610943,25632084,25643820,25646614,25684220,25695417,25703809,25727513,25777371,25791400,25810822,25815560,25824844,25871777,25894519,25909854,25920754,25938950,25976290,25989590,26025643,26027266,26037143,26040133,26063815,26063960,26064973,26072756,26075748,26077155,26108679,26111373,26125456,26130848,26142209,26159357,26163974,26209426,26214064,26242949,26245457,26261696,26275689,26281886,26308136,26328209,26356224,26365458', 'assoc_port': '25580381:25580945,25583787:25583946,25589925:25591001,25606446:25606758,25610667:25610943,25630831:25632084,25642040:25643820,25644541:25646614,25674372:25684220,25691090:25695417,25702666:25703809,25725310:25727513,25777185:25777371,25787726:25791400,25810539:25810822,25815240:25815560,25822468:25824844,25870117:25871777,25894093:25894519,25905559:25909854,25917394:25920754,25928095:25938950,25972758:25976290,25972863:25989590,26021547:26025643,26021630:26027266,26036997:26037143,26039667:26040133,26061196:26063960,26061298:26064973,26061359:26063815,26071842:26072756,26072935:26077155,26073002:26075748,26082491:26108679,26095210:26111373,26117047:26125456,26122868:26130848,26141883:26142209,26151183:26159357,26158720:26163974,26202838:26209426,26209233:26214064,26226079:26242949,26237654:26245457,26256611:26261696,26264402:26275689,26270767:26281886,26290561:26308136,26323538:26356224,26327726:26328209,26343121:26365458', 'assoc_mat': '25580381:metal:4203:25580945,25583787:metal:4203:25583946,25589925:metal:4203:25591001,25606446:metal:4203:25606758,25610667:metal:4203:25610943,25630831:metal:4203:25632084,25642040:metal:4203:25643820,25644541:metal:4203:25646614,25674372:metal:4203:25684220,25691090:metal:4203:25695417,25702666:metal:4203:25703809,25725310:metal:4203:25727513,25777185:metal:4203:25777371,25787726:metal:4203:25791400,25810539:metal:4203:25810822,25815240:metal:4203:25815560,25822468:metal:4203:25824844,25870117:metal:4203:25871777,25894093:metal:4203:25894519,25905559:metal:4203:25909854,25917394:metal:4203:25920754,25928095:metal:4203:25938950,25972758:metal:4203:25976290,25972863:metal:4203:25989590,26021547:metal:4203:26025643,26021630:metal:4203:26027266,26036997:metal:4203:26037143,26039667:metal:4203:26040133,26061196:metal:4203:26063960,26061298:metal:4203:26064973,26061359:metal:4203:26063815,26071842:metal:4203:26072756,26072935:metal:4203:26077155,26073002:metal:4203:26075748,26082491:metal:4203:26108679,26095210:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.014495174796358853, 'nb_photo': 2235, 'list_port_cont': '25577414,25577910,25580058,25580570,25580867,25581795,25583129,25583257,25583830,25583879,25600453,25600852,25600991,25603083,25603855,25604133,25604189,25604342,25604550,25605116,25605151,25606737,25607704,25607730,25608200,25608555,25609353,25609423,25610278,25610810,25611174,25611702,25611755,25612095,25613314,25631036,25631765,25632108,25633457,25634960,25637507,25638195,25638688,25639319,25639476,25640776,25640815,25643715,25646466,25647458,25649440,25649624,25673099,25674288,25674823,25682972,25683966,25684446,25686309,25690693,25691241,25694852,25700260,25700628,25702388,25702849,25703708,25704343,25715049,25718887,25722218,25724141,25726764,25727237,25730605,25733053,25733312,25736428,25737149,25739513,25742330,25742581,25748324,25751737,25770052,25771678,25774754,25775231,25777235,25777399,25781799,25782710,25783026,25784350,25787001,25790159,25790694,25795857,25795902,25795986,25800575,25809392,25809464,25810137,25810368,25810703,25812008,25813474,25814992,25815489,25817107,25817853,25817946,2581802', 'assoc_port': '25577172:25577414,25577628:25577910,25579745:25580058,25580379:25580867,25580405:25580570,25581568:25581795,25582989:25583257,25582995:25583129,25583782:25583830,25583786:25583879,25585202:25604133,25585544:25604189,25586130:25600453,25586491:25603083,25587507:25604342,25589927:25605116,25590785:25600991,25590812:25600852,25592296:25603855,25604428:25604550,25605068:25605151,25606444:25606737,25607460:25607730,25607481:25607704,25608156:25608200,25608434:25608555,25609321:25609423,25609324:25609353,25610128:25610278,25610669:25610810,25611022:25611174,25611595:25611755,25611606:25611702,25612029:25612095,25613106:25613314,25629826:25631036,25630845:25631765,25630865:25632108,25632566:25633457,25633277:25634960,25635078:25637507,25636045:25638195,25638566:25639319,25638585:25638688,25639148:25639476,25640752:25640815,25640756:25640776,25642072:25643715,25644542:25646466,25645297:25647458,25647264:25649440,25647274:25649624,25668759:25674288,25669900:25674823,25672818:25682972,25672877:25673099,25675524:2568444', 'assoc_mat': '25577172:metal:4207:25577414,25577628:metal:4207:25577910,25579745:metal:4207:25580058,25580379:metal:4207:25580867,25580405:metal:4207:25580570,25581568:metal:4207:25581795,25582989:metal:4207:25583257,25582995:metal:4207:25583129,25583782:metal:4207:25583830,25583786:metal:4207:25583879,25585202:metal:4207:25604133,25585544:metal:4207:25604189,25586130:metal:4207:25600453,25586491:metal:4207:25603083,25587507:metal:4207:25604342,25589927:metal:4207:25605116,25590785:metal:4207:25600991,25590812:metal:4207:25600852,25592296:metal:4207:25603855,25604428:metal:4207:25604550,25605068:metal:4207:25605151,25606444:metal:4207:25606737,25607460:metal:4207:25607730,25607481:metal:4207:25607704,25608156:metal:4207:25608200,25608434:metal:4207:25608555,25609321:metal:4207:25609423,25609324:metal:4207:25609353,25610128:metal:4207:25610278,25610669:metal:4207:25610810,25611022:metal:4207:25611174,25611595:metal:4207:25611755,25611606:metal:4207:25611702,25612029:metal:4207:25612095,25613106:metal:4207:25613314,25629826:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005852877243190339, 'nb_photo': 78, 'list_port_cont': '25577825,25583207,25586321,25592543,25633738,25636363,25667900,25688061,25695976,25721804,25735014,25735164,25742705,25766157,25775956,25813492,25867969,25870364,25892650,25906289,25916728,25917725,25989120,26021820,26022843,26028004,26037811,26038898,26061601,26062440,26062790,26071478,26073309,26073557,26073608,26074052,26091405,26095701,26115802,26123319,26143528,26153373,26162413,26193856,26214671,26215199,26226234,26232698,26237897,26241295,26261998,26271134,26273852,26296315,26305785,26320723,26326064,26333672', 'assoc_port': '25577630:25577825,25582996:25583207,25586140:25586321,25592294:25592543,25633279:25633738,25636039:25636363,25667508:25667900,25687501:25688061,25695656:25695976,25721485:25721804,25734591:25735164,25734599:25735014,25742072:25742705,25765645:25766157,25775666:25775956,25813349:25813492,25867607:25867969,25870097:25870364,25892398:25892650,25905622:25906289,25916179:25916728,25917393:25917725,25972775:25989120,26021557:26022843,26021578:26028004,26021585:26021820,26037407:26037811,26038511:26038898,26061186:26062790,26061292:26062440,26061371:26061601,26071365:26071478,26072927:26074052,26072991:26073608,26073004:26073557,26073050:26073309,26090933:26091405,26095208:26095701,26115600:26115802,26122837:26123319,26143300:26143528,26152810:26153373,26162216:26162413,26193503:26193856,26214360:26214671,26215060:26215199,26226077:26226234,26232484:26232698,26237649:26237897,26241020:26241295,26261659:26261998,26270763:26271134,26273619:26273852,26296005:26296315,26305427:26305785,26320372:26320723,26325113:2632606', 'assoc_mat': '25577630:metal:4461:25577825,25582996:metal:4461:25583207,25586140:metal:4461:25586321,25592294:metal:4461:25592543,25633279:metal:4461:25633738,25636039:metal:4461:25636363,25667508:metal:4461:25667900,25687501:metal:4461:25688061,25695656:metal:4461:25695976,25721485:metal:4461:25721804,25734591:metal:4461:25735164,25734599:metal:4461:25735014,25742072:metal:4461:25742705,25765645:metal:4461:25766157,25775666:metal:4461:25775956,25813349:metal:4461:25813492,25867607:metal:4461:25867969,25870097:metal:4461:25870364,25892398:metal:4461:25892650,25905622:metal:4461:25906289,25916179:metal:4461:25916728,25917393:metal:4461:25917725,25972775:metal:4461:25989120,26021557:metal:4461:26022843,26021578:metal:4461:26028004,26021585:metal:4461:26021820,26037407:metal:4461:26037811,26038511:metal:4461:26038898,26061186:metal:4461:26062790,26061292:metal:4461:26062440,26061371:metal:4461:26061601,26071365:metal:4461:26071478,26072927:metal:4461:26074052,26072991:metal:4461:26073608,26073004:metal:4461:26073557,26073050:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007410258914801593, 'nb_photo': 141, 'list_port_cont': '25580639,25583098,25583869,25590849,25605179,25607657,25612062,25630092,25636347,25640803,25669155,25674747,25685149,25686890,25687760,25702898,25719710,25727868,25730399,25737254,25740192,25742401,25745631,25780445,25780699,25816374,25820563,25822736,25876039,25892050,25904512,25906257,25906925,25916552,25916713,25917555,25924676,25973765,25974826,25974935,26020731,26021869,26037696,26037847,26038681,26039187,26039716,26039978,26041937,26044528,26061798,26062530,26063287,26063626,26073225,26074212,26074874,26075175,26075274,26076844,26088920,26091194,26092334,26099173,26113182,26115793,26118208,26120654,26126721,26130434,26136032,26142351,26145936,26146620,26151457,26153113,26155072,26156834,26158911,26160680,26199009,26214560,26225342,26232664,26237015,26240483,26247484,26257017,26270985,26271753,26273781,26289567,26291757,26300355,26302988,26323840,26328046,26332122,26340630', 'assoc_port': '25580401:25580639,25582992:25583098,25583784:25583869,25586141:25590849,25605067:25605179,25607480:25607657,25612032:25612062,25629830:25630092,25636042:25636347,25640754:25640803,25668764:25669155,25674370:25674747,25684799:25685149,25686543:25686890,25687503:25687760,25702664:25702898,25719397:25719710,25727719:25727868,25729958:25730399,25736971:25737254,25739903:25740192,25742097:25742401,25745382:25745631,25780119:25780699,25780128:25780445,25816298:25816374,25820347:25820563,25822475:25822736,25875786:25876039,25891748:25892050,25900882:25906925,25904281:25904512,25905634:25906257,25916181:25916713,25916185:25916552,25917403:25917555,25924426:25924676,25972684:25974935,25972703:25974826,25972846:25973765,26020561:26020731,26021634:26021869,26037347:26037847,26037386:26037696,26038507:26038681,26038512:26039978,26038519:26039716,26038962:26039187,26040176:26041937,26041235:26044528,26061234:26063626,26061299:26063287,26061338:26062530,26061363:26061798,26072931:26075274,26072941:26075175,26072974:2607487', 'assoc_mat': '25580401:metal:4200:25580639,25582992:metal:4200:25583098,25583784:metal:4200:25583869,25586141:metal:4200:25590849,25605067:metal:4200:25605179,25607480:metal:4200:25607657,25612032:metal:4200:25612062,25629830:metal:4200:25630092,25636042:metal:4200:25636347,25640754:metal:4200:25640803,25668764:metal:4200:25669155,25674370:metal:4200:25674747,25684799:metal:4200:25685149,25686543:metal:4200:25686890,25687503:metal:4200:25687760,25702664:metal:4200:25702898,25719397:metal:4200:25719710,25727719:metal:4200:25727868,25729958:metal:4200:25730399,25736971:metal:4200:25737254,25739903:metal:4200:25740192,25742097:metal:4200:25742401,25745382:metal:4200:25745631,25780119:metal:4200:25780699,25780128:metal:4200:25780445,25816298:metal:4200:25816374,25820347:metal:4200:25820563,25822475:metal:4200:25822736,25875786:metal:4200:25876039,25891748:metal:4200:25892050,25900882:metal:4200:25906925,25904281:metal:4200:25904512,25905634:metal:4200:25906257,25916181:metal:4200:25916713,25916185:metal:4200:25916552,25917403:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.034757857123185035, 'nb_photo': 553, 'list_port_cont': '25580690,25581638,25581720,25586192,25603903,25608582,25609178,25611112,25611646,25614927,25615087,25633667,25633794,25639360,25650386,25658541,25673261,25684255,25687852,25695830,25700920,25712964,25721899,25726691,25733868,25745749,25751689,25766145,25773152,25780612,25780829,25792871,25813610,25814946,25817092,25825325,25866874,25873537,25878125,25887276,25887313,25892004,25909301,25912977,25919872,25920062,25924908,25930818,25973225,25973512,25973549,25973698,25974059,26020752,26021968,26022001,26024830,26025984,26028341,26038853,26039162,26040347,26041386,26044560,26044607,26061558,26061700,26061904,26062141,26062165,26062361,26062760,26062911,26063086,26063330,26065905,26066429,26069340,26070129,26070297,26070352,26073197,26073276,26073512,26073597,26076448,26083068,26092631,26113786,26115126,26118179,26118225,26120796,26130913,26131110,26145872,26146550,26150541,26155524,26158976,26161784,26200506,26200706,26203217,26212009,26212098,26226999,26231720,26235704,26235739,26241261,26260088,26262066,2626529', 'assoc_port': '25580380:25580690,25581569:25581638,25581570:25581720,25586136:25586192,25592297:25603903,25608429:25608582,25608988:25609178,25611020:25611112,25611602:25611646,25614817:25615087,25614819:25614927,25633271:25633794,25633275:25633667,25639144:25639360,25650163:25650386,25658372:25658541,25672857:25673261,25683782:25684255,25687505:25687852,25695653:25695830,25700533:25700920,25712557:25712964,25721454:25721899,25726409:25726691,25733337:25733868,25745374:25745749,25751534:25751689,25765642:25766145,25772539:25773152,25780111:25780829,25780136:25780612,25792380:25792871,25813342:25813610,25814607:25814946,25816876:25817092,25825108:25825325,25866508:25866874,25873073:25873537,25877606:25878125,25887022:25887313,25887023:25887276,25891753:25892004,25908743:25909301,25912507:25912977,25919712:25920062,25919715:25919872,25924424:25924908,25930407:25930818,25972697:25974059,25972718:25973698,25972722:25973512,25972791:25973549,25972871:25973225,26020604:26020752,26021544:26025984,26021576:26028341,26021577:2602200', 'assoc_mat': '25580380:metal:4209:25580690,25581569:metal:4209:25581638,25581570:metal:4209:25581720,25586136:metal:4209:25586192,25592297:metal:4209:25603903,25608429:metal:4209:25608582,25608988:metal:4209:25609178,25611020:metal:4209:25611112,25611602:metal:4209:25611646,25614817:metal:4209:25615087,25614819:metal:4209:25614927,25633271:metal:4209:25633794,25633275:metal:4209:25633667,25639144:metal:4209:25639360,25650163:metal:4209:25650386,25658372:metal:4209:25658541,25672857:metal:4209:25673261,25683782:metal:4209:25684255,25687505:metal:4209:25687852,25695653:metal:4209:25695830,25700533:metal:4209:25700920,25712557:metal:4209:25712964,25721454:metal:4209:25721899,25726409:metal:4209:25726691,25733337:metal:4209:25733868,25745374:metal:4209:25745749,25751534:metal:4209:25751689,25765642:metal:4209:25766145,25772539:metal:4209:25773152,25780111:metal:4209:25780829,25780136:metal:4209:25780612,25792380:metal:4209:25792871,25813342:metal:4209:25813610,25814607:metal:4209:25814946,25816876:metal:4209:25817092,25825108:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 4.147046264094454e-05, 'nb_photo': 1, 'list_port_cont': '25576729', 'assoc_port': '25576689:25576729', 'assoc_mat': '25576689:metal:3726:25576729'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007561155691700802, 'nb_photo': 1303, 'list_port_cont': '25577941,25577954,25580823,25581956,25583153,25583189,25583288,25587797,25588422,25590317,25591065,25593220,25593943,25595524,25599699,25604835,25607754,25608243,25608630,25609221,25609463,25610310,25611132,25611763,25612161,25612411,25613298,25613839,25630478,25631371,25632931,25635682,25638784,25639461,25640640,25642444,25642674,25645613,25647620,25648885,25651019,25669317,25670524,25674921,25685401,25687104,25691804,25692130,25697517,25701095,25701382,25715091,25716070,25719857,25720150,25722522,25726713,25726892,25730749,25731062,25735230,25737358,25737667,25740480,25742801,25747311,25764947,25766748,25769202,25770386,25774690,25776029,25776063,25779373,25779742,25784652,25785041,25786115,25788210,25793138,25793374,25795398,25800608,25808842,25810413,25811631,25813544,25815579,25815771,25816597,25817063,25817215,25818536,25820869,25823020,25823103,25824241,25824323,25825600,25867009,25870593,25872544,25872906,25876348,25879237,25890367,25892168,25892744,25901746,25906526,25909470,25913101,25916964,2591781', 'assoc_port': '25577629:25577954,25577631:25577941,25580398:25580823,25581549:25581956,25582988:25583288,25582991:25583189,25582997:25583153,25585203:25588422,25586132:25595524,25587501:25593943,25587503:25593220,25587505:25587797,25589929:25590317,25589970:25599699,25590813:25591065,25604427:25604835,25607439:25607754,25608155:25608243,25608432:25608630,25608969:25609221,25609323:25609463,25610126:25610310,25611021:25611132,25611594:25611763,25611934:25612161,25612350:25612411,25613125:25613298,25613675:25613839,25629824:25630478,25630867:25631371,25632563:25632931,25635074:25635682,25638567:25638784,25639141:25639461,25640336:25640640,25642038:25642674,25642054:25642444,25645299:25645613,25647272:25647620,25648357:25648885,25650833:25651019,25668768:25669317,25669903:25670524,25674373:25674921,25684796:25685401,25686545:25687104,25691054:25692130,25691060:25691804,25696548:25697517,25700531:25701382,25700536:25701095,25712562:25715091,25712573:25716070,25719361:25720150,25719371:25719857,25721457:25722522,25726424:2572689', 'assoc_mat': '25577629:metal:4211:25577954,25577631:metal:4211:25577941,25580398:metal:4211:25580823,25581549:metal:4211:25581956,25582988:metal:4211:25583288,25582991:metal:4211:25583189,25582997:metal:4211:25583153,25585203:metal:4211:25588422,25586132:metal:4211:25595524,25587501:metal:4211:25593943,25587503:metal:4211:25593220,25587505:metal:4211:25587797,25589929:metal:4211:25590317,25589970:metal:4211:25599699,25590813:metal:4211:25591065,25604427:metal:4211:25604835,25607439:metal:4211:25607754,25608155:metal:4211:25608243,25608432:metal:4211:25608630,25608969:metal:4211:25609221,25609323:metal:4211:25609463,25610126:metal:4211:25610310,25611021:metal:4211:25611132,25611594:metal:4211:25611763,25611934:metal:4211:25612161,25612350:metal:4211:25612411,25613125:metal:4211:25613298,25613675:metal:4211:25613839,25629824:metal:4211:25630478,25630867:metal:4211:25631371,25632563:metal:4211:25632931,25635074:metal:4211:25635682,25638567:metal:4211:25638784,25639141:metal:4211:25639461,25640336:metal:4211:25640640,25642038:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018144491089281426, 'nb_photo': 4, 'list_port_cont': '26062679,26153668,26308667', 'assoc_port': '26061340:26062679,26152801:26153668,26307959:26308667', 'assoc_mat': '26061340:metal:3327:26062679,26152801:metal:3327:26153668,26307959:metal:3327:26308667'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0007493090547319908, 'nb_photo': 47, 'list_port_cont': '25584793,25586286,25597312,25642423,25644981,25650400,25696080,25751950,25788327,25835498,26073440,26073663,26092682,26130781,26155567,26212183,26235799,26287284,26336722,26339014,26344975', 'assoc_port': '25583785:25584793,25586134:25586286,25596911:25597312,25642070:25642423,25644543:25644981,25650165:25650400,25695652:25696080,25751533:25751950,25787722:25788327,25832877:25835498,26072929:26073663,26072994:26073440,26092297:26092682,26130256:26130781,26155249:26155567,26211842:26212183,26235484:26235799,26286911:26287284,26335941:26339014,26335943:26336722,26344396:26344975', 'assoc_mat': '25583785:metal:3594:25584793,25586134:metal:3594:25586286,25596911:metal:3594:25597312,25642070:metal:3594:25642423,25644543:metal:3594:25644981,25650165:metal:3594:25650400,25695652:metal:3594:25696080,25751533:metal:3594:25751950,25787722:metal:3594:25788327,25832877:metal:3594:25835498,26072929:metal:3594:26073663,26072994:metal:3594:26073440,26092297:metal:3594:26092682,26130256:metal:3594:26130781,26155249:metal:3594:26155567,26211842:metal:3594:26212183,26235484:metal:3594:26235799,26286911:metal:3594:26287284,26335941:metal:3594:26339014,26335943:metal:3594:26336722,26344396:metal:3594:26344975'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.018383247174518766, 'nb_photo': 1975, 'list_port_cont': '25579278,25583911,25585263,25604480,25610231,25631965,25638063,25640839,25674166,25685076,25703196,25718328,25732875,25769682,25784175,25789994,25790438,25811378,25817973,25868506,25876867,25884071,25909770,25927181,25931457,25976209,25976406,26021601,26023499,26036705,26038736,26040789,26062123,26064488,26075280,26075479,26076375,26077341,26106617,26110983,26125043,26138110,26151656,26160046,26161073,26213448,26217843,26239315,26240774,26243883,26269855,26284556,26306171,26314326,26353847,26366144', 'assoc_port': '25577627:25579278,25583780:25583911,25585199:25585263,25604429:25604480,25610130:25610231,25630859:25631965,25636041:25638063,25640751:25640839,25668756:25674166,25684797:25685076,25700541:25703196,25715253:25718328,25729964:25732875,25764308:25769682,25784022:25784175,25787675:25789994,25787702:25790438,25811287:25811378,25817915:25817973,25867623:25868506,25875785:25876867,25883929:25884071,25905642:25909770,25917397:25927181,25931371:25931457,25972772:25976209,25972778:25976406,26020558:26021601,26021574:26023499,26036530:26036705,26038515:26038736,26040462:26040789,26061163:26062123,26061336:26064488,26072894:26076375,26072958:26077341,26073015:26075479,26074607:26075280,26078693:26106617,26092290:26110983,26117061:26125043,26130280:26138110,26141882:26151656,26152798:26160046,26153833:26161073,26209225:26213448,26215058:26217843,26229423:26239315,26231097:26240774,26235486:26243883,26259646:26269855,26267299:26284556,26286916:26306171,26297425:26314326,26321165:26353847,26347653:26366144', 'assoc_mat': '25577627:papier:4205:25579278,25583780:papier:4205:25583911,25585199:papier:4205:25585263,25604429:papier:4205:25604480,25610130:papier:4205:25610231,25630859:papier:4205:25631965,25636041:papier:4205:25638063,25640751:papier:4205:25640839,25668756:papier:4205:25674166,25684797:papier:4205:25685076,25700541:papier:4205:25703196,25715253:papier:4205:25718328,25729964:papier:4205:25732875,25764308:papier:4205:25769682,25784022:papier:4205:25784175,25787675:papier:4205:25789994,25787702:papier:4205:25790438,25811287:papier:4205:25811378,25817915:papier:4205:25817973,25867623:papier:4205:25868506,25875785:papier:4205:25876867,25883929:papier:4205:25884071,25905642:papier:4205:25909770,25917397:papier:4205:25927181,25931371:papier:4205:25931457,25972772:papier:4205:25976209,25972778:papier:4205:25976406,26020558:papier:4205:26021601,26021574:papier:4205:26023499,26036530:papier:4205:26036705,26038515:papier:4205:26038736,26040462:papier:4205:26040789,26061163:papier:4205:26062123,26061336:papier:4205:26064488,2607'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015254340446104298, 'nb_photo': 5509, 'list_port_cont': '25580935,25583954,25590998,25606761,25610946,25632090,25643822,25646615,25684226,25695423,25703803,25727506,25737338,25772562,25777380,25791396,25810824,25815555,25824838,25871768,25894520,25909866,25920745,25938941,25976288,25989588,26025635,26027273,26037148,26040129,26063814,26063958,26064974,26072763,26075753,26077159,26108693,26111376,26125448,26130851,26142215,26159369,26163977,26209420,26214071,26242959,26245459,26261691,26275691,26281889,26308125,26314371,26328218,26356227,26365466', 'assoc_port': '25580381:25580935,25583787:25583954,25589925:25590998,25606446:25606761,25610667:25610946,25630831:25632090,25642040:25643822,25644541:25646615,25674372:25684226,25691090:25695423,25702666:25703803,25725310:25727506,25736978:25737338,25765639:25772562,25777185:25777380,25787726:25791396,25810539:25810824,25815240:25815555,25822468:25824838,25870117:25871768,25894093:25894520,25905559:25909866,25917394:25920745,25928095:25938941,25972758:25976288,25972863:25989588,26021547:26025635,26021630:26027273,26036997:26037148,26039667:26040129,26061196:26063958,26061298:26064974,26061359:26063814,26071842:26072763,26072935:26077159,26073002:26075753,26082491:26108693,26095210:26111376,26117047:26125448,26122868:26130851,26141883:26142215,26151183:26159369,26158720:26163977,26202838:26209420,26209233:26214071,26226079:26242959,26237654:26245459,26256611:26261691,26264402:26275691,26270767:26281889,26290561:26308125,26297422:26314371,26323538:26356227,26327726:26328218,26343121:26365466', 'assoc_mat': '25580381:papier:4203:25580935,25583787:papier:4203:25583954,25589925:papier:4203:25590998,25606446:papier:4203:25606761,25610667:papier:4203:25610946,25630831:papier:4203:25632090,25642040:papier:4203:25643822,25644541:papier:4203:25646615,25674372:papier:4203:25684226,25691090:papier:4203:25695423,25702666:papier:4203:25703803,25725310:papier:4203:25727506,25736978:papier:4203:25737338,25765639:papier:4203:25772562,25777185:papier:4203:25777380,25787726:papier:4203:25791396,25810539:papier:4203:25810824,25815240:papier:4203:25815555,25822468:papier:4203:25824838,25870117:papier:4203:25871768,25894093:papier:4203:25894520,25905559:papier:4203:25909866,25917394:papier:4203:25920745,25928095:papier:4203:25938941,25972758:papier:4203:25976288,25972863:papier:4203:25989588,26021547:papier:4203:26025635,26021630:papier:4203:26027273,26036997:papier:4203:26037148,26039667:papier:4203:26040129,26061196:papier:4203:26063958,26061298:papier:4203:26064974,26061359:papier:4203:26063814,26071842:papier:4203:26072763,2607'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.031937193680859954, 'nb_photo': 24185, 'list_port_cont': '25577411,25577901,25580052,25580582,25580878,25581791,25583131,25583247,25583826,25583889,25600463,25600477,25600858,25601001,25603078,25603860,25604136,25604178,25604340,25604537,25605120,25605150,25606731,25607702,25607735,25608198,25608558,25609358,25609425,25610280,25610813,25611176,25611705,25611753,25612099,25613319,25613803,25631037,25631770,25632103,25633444,25634975,25637517,25638193,25638687,25639316,25639481,25640779,25640820,25643712,25646462,25647453,25649445,25649637,25670152,25673105,25674279,25674824,25682963,25683969,25684455,25686308,25690700,25691251,25694863,25695949,25700263,25700621,25702398,25702856,25703709,25704342,25715054,25718891,25722211,25724139,25726762,25727234,25730599,25733057,25733304,25736424,25737154,25739517,25742333,25742593,25748311,25751741,25770050,25771674,25774752,25775236,25777232,25777392,25781809,25782705,25783019,25784349,25784617,25787008,25790158,25790689,25795858,25795897,25795981,25800578,25809403,25809461,25810148,25810365,25810688,25812019,25813475,2581498', 'assoc_port': '25577172:25577411,25577628:25577901,25579745:25580052,25580379:25580878,25580405:25580582,25581568:25581791,25582989:25583247,25582995:25583131,25583782:25583826,25583786:25583889,25585202:25604136,25585544:25604178,25586130:25600463,25586138:25600477,25586491:25603078,25587507:25604340,25589927:25605120,25590785:25601001,25590812:25600858,25592296:25603860,25604428:25604537,25605068:25605150,25606444:25606731,25607460:25607735,25607481:25607702,25608156:25608198,25608434:25608558,25609321:25609425,25609324:25609358,25610128:25610280,25610669:25610813,25611022:25611176,25611595:25611753,25611606:25611705,25612029:25612099,25613106:25613319,25613712:25613803,25629826:25631037,25630845:25631770,25630865:25632103,25632566:25633444,25633277:25634975,25635078:25637517,25636045:25638193,25638566:25639316,25638585:25638687,25639148:25639481,25640752:25640820,25640756:25640779,25642072:25643712,25644542:25646462,25645297:25647453,25647264:25649445,25647274:25649637,25667488:25670152,25668759:25674279,25669900:2567482', 'assoc_mat': '25577172:papier:4207:25577411,25577628:papier:4207:25577901,25579745:papier:4207:25580052,25580379:papier:4207:25580878,25580405:papier:4207:25580582,25581568:papier:4207:25581791,25582989:papier:4207:25583247,25582995:papier:4207:25583131,25583782:papier:4207:25583826,25583786:papier:4207:25583889,25585202:papier:4207:25604136,25585544:papier:4207:25604178,25586130:papier:4207:25600463,25586138:papier:4207:25600477,25586491:papier:4207:25603078,25587507:papier:4207:25604340,25589927:papier:4207:25605120,25590785:papier:4207:25601001,25590812:papier:4207:25600858,25592296:papier:4207:25603860,25604428:papier:4207:25604537,25605068:papier:4207:25605150,25606444:papier:4207:25606731,25607460:papier:4207:25607735,25607481:papier:4207:25607702,25608156:papier:4207:25608198,25608434:papier:4207:25608558,25609321:papier:4207:25609425,25609324:papier:4207:25609358,25610128:papier:4207:25610280,25610669:papier:4207:25610813,25611022:papier:4207:25611176,25611595:papier:4207:25611753,25611606:papier:4207:25611705,2561'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23127672020062817, 'nb_photo': 47720, 'list_port_cont': '25577380,25577819,25581902,25583211,25585340,25586310,25587738,25590184,25592546,25604682,25607673,25609372,25610825,25612113,25612184,25613239,25631227,25633739,25636374,25638716,25640571,25644190,25644795,25651799,25667890,25670290,25679630,25685322,25688055,25691556,25695972,25697075,25701039,25713071,25719725,25721791,25726513,25728078,25735006,25735162,25742715,25747026,25751832,25766161,25770252,25775908,25775954,25779331,25783144,25792968,25795915,25799896,25811537,25813499,25814907,25816430,25816474,25818459,25818502,25820753,25825382,25867972,25870355,25873384,25878035,25879132,25892655,25894388,25906269,25909332,25909340,25916721,25917723,25920241,25923786,25931076,25972966,25973418,25973600,25973812,25974009,25978780,25989108,26020795,26021808,26021930,26022852,26024964,26028009,26036605,26036764,26037589,26037807,26038891,26040867,26040923,26041731,26042090,26045110,26061476,26061596,26061704,26061759,26061875,26062441,26062801,26071475,26073303,26073404,26073549,26073610,26073806,26074040,2607416', 'assoc_port': '25577171:25577380,25577630:25577819,25581566:25581902,25582996:25583211,25585204:25585340,25586140:25586310,25587499:25587738,25589930:25590184,25592294:25592546,25604430:25604682,25607476:25607673,25609320:25609372,25610670:25610825,25611914:25612184,25611941:25612113,25613129:25613239,25630861:25631227,25633279:25633739,25636039:25636374,25638586:25638716,25640337:25640571,25642073:25644190,25644544:25644795,25645300:25651799,25667508:25667890,25669917:25670290,25678937:25679630,25684795:25685322,25687501:25688055,25691101:25691556,25695656:25695972,25696549:25697075,25700538:25701039,25712570:25713071,25719366:25719725,25721485:25721791,25726422:25726513,25727717:25728078,25734591:25735162,25734599:25735006,25742072:25742715,25746579:25747026,25751535:25751832,25765645:25766161,25769866:25770252,25775666:25775954,25775669:25775908,25779002:25779331,25782539:25783144,25792335:25792968,25795726:25795915,25799755:25799896,25811285:25811537,25813349:25813499,25814608:25814907,25816292:25816474,25816294:2581643', 'assoc_mat': '25577171:papier:4461:25577380,25577630:papier:4461:25577819,25581566:papier:4461:25581902,25582996:papier:4461:25583211,25585204:papier:4461:25585340,25586140:papier:4461:25586310,25587499:papier:4461:25587738,25589930:papier:4461:25590184,25592294:papier:4461:25592546,25604430:papier:4461:25604682,25607476:papier:4461:25607673,25609320:papier:4461:25609372,25610670:papier:4461:25610825,25611914:papier:4461:25612184,25611941:papier:4461:25612113,25613129:papier:4461:25613239,25630861:papier:4461:25631227,25633279:papier:4461:25633739,25636039:papier:4461:25636374,25638586:papier:4461:25638716,25640337:papier:4461:25640571,25642073:papier:4461:25644190,25644544:papier:4461:25644795,25645300:papier:4461:25651799,25667508:papier:4461:25667890,25669917:papier:4461:25670290,25678937:papier:4461:25679630,25684795:papier:4461:25685322,25687501:papier:4461:25688055,25691101:papier:4461:25691556,25695656:papier:4461:25695972,25696549:papier:4461:25697075,25700538:papier:4461:25701039,25712570:papier:4461:25713071,2571'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015855034843924167, 'nb_photo': 6001, 'list_port_cont': '25577322,25580637,25583095,25583857,25585276,25589089,25590863,25590948,25592475,25593284,25593395,25605181,25607651,25609142,25610251,25610793,25611073,25611677,25612065,25613771,25630085,25633714,25636345,25638676,25640487,25640791,25642300,25645501,25647471,25648609,25669146,25674743,25685144,25686895,25687762,25691322,25695852,25700827,25702891,25704166,25707555,25715663,25719714,25727873,25730215,25730395,25733586,25733762,25737252,25740191,25742411,25745629,25764791,25768789,25774952,25779196,25780450,25780694,25782845,25787969,25788071,25788412,25792724,25795100,25808452,25810298,25812023,25816344,25816370,25816572,25817048,25818397,25818425,25820550,25822734,25825307,25866936,25869588,25869688,25873360,25876026,25886131,25887256,25891939,25892058,25904509,25906255,25906919,25912885,25916559,25916716,25917554,25921377,25921730,25923647,25924684,25930754,25931009,25973528,25973766,25974366,25974483,25974818,25974933,25981131,26020741,26020829,26021864,26021989,26022383,26022897,26023053,26036679,2603770', 'assoc_port': '25577174:25577322,25580401:25580637,25582992:25583095,25583784:25583857,25585205:25585276,25585545:25589089,25586141:25590863,25590795:25590948,25592281:25592475,25593103:25593395,25593105:25593284,25605067:25605181,25607480:25607651,25608990:25609142,25610127:25610251,25610666:25610793,25611024:25611073,25611604:25611677,25612032:25612065,25613715:25613771,25629830:25630085,25633273:25633714,25636042:25636345,25638584:25638676,25640338:25640487,25640754:25640791,25642075:25642300,25645294:25645501,25647267:25647471,25648355:25648609,25668764:25669146,25674370:25674743,25684799:25685144,25686543:25686895,25687503:25687762,25691066:25691322,25695657:25695852,25696552:25704166,25700539:25700827,25702664:25702891,25707499:25707555,25715248:25715663,25719397:25719714,25727719:25727873,25729958:25730395,25729970:25730215,25733343:25733762,25733352:25733586,25736971:25737252,25739903:25740191,25742097:25742411,25745382:25745629,25764316:25764791,25768346:25768789,25774800:25774952,25778996:25779196,25780119:2578069', 'assoc_mat': '25577174:papier:4200:25577322,25580401:papier:4200:25580637,25582992:papier:4200:25583095,25583784:papier:4200:25583857,25585205:papier:4200:25585276,25585545:papier:4200:25589089,25586141:papier:4200:25590863,25590795:papier:4200:25590948,25592281:papier:4200:25592475,25593103:papier:4200:25593395,25593105:papier:4200:25593284,25605067:papier:4200:25605181,25607480:papier:4200:25607651,25608990:papier:4200:25609142,25610127:papier:4200:25610251,25610666:papier:4200:25610793,25611024:papier:4200:25611073,25611604:papier:4200:25611677,25612032:papier:4200:25612065,25613715:papier:4200:25613771,25629830:papier:4200:25630085,25633273:papier:4200:25633714,25636042:papier:4200:25636345,25638584:papier:4200:25638676,25640338:papier:4200:25640487,25640754:papier:4200:25640791,25642075:papier:4200:25642300,25645294:papier:4200:25645501,25647267:papier:4200:25647471,25648355:papier:4200:25648609,25668764:papier:4200:25669146,25674370:papier:4200:25674743,25684799:papier:4200:25685144,25686543:papier:4200:25686895,2568'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9164876264143553, 'nb_photo': 47453, 'list_port_cont': '25580688,25581637,25581722,25586198,25603900,25608588,25609168,25611118,25611654,25611691,25614931,25615079,25633676,25633782,25637258,25639359,25650299,25650378,25658545,25673257,25684259,25687854,25695824,25700932,25712961,25721892,25726692,25733877,25745748,25751696,25766147,25773156,25780605,25780825,25792867,25811580,25813607,25814935,25817093,25825342,25866878,25873534,25878127,25887268,25887316,25892000,25909289,25909429,25912984,25919871,25920071,25924919,25930809,25973233,25973507,25973556,25973705,25974060,26020763,26021962,26022006,26024836,26025976,26028347,26037379,26038862,26039157,26040341,26041383,26044564,26044612,26061549,26061556,26061686,26061896,26062148,26062168,26062365,26062765,26062925,26063085,26063324,26065904,26066432,26069341,26070136,26070191,26070298,26070363,26070474,26072133,26073202,26073267,26073509,26073589,26076445,26083065,26092629,26113791,26115119,26118184,26118222,26120789,26130930,26131109,26143481,26145864,26146555,26150536,26155516,26158977,26161785,26200514,2620070', 'assoc_port': '25580380:25580688,25581569:25581637,25581570:25581722,25586136:25586198,25592297:25603900,25608429:25608588,25608988:25609168,25611020:25611118,25611599:25611691,25611602:25611654,25614817:25615079,25614819:25614931,25633271:25633782,25633275:25633676,25636907:25637258,25639144:25639359,25650163:25650378,25650167:25650299,25658372:25658545,25672857:25673257,25683782:25684259,25687505:25687854,25695653:25695824,25700533:25700932,25712557:25712961,25721454:25721892,25726409:25726692,25733337:25733877,25745374:25745748,25751534:25751696,25765642:25766147,25772539:25773156,25780111:25780825,25780136:25780605,25792380:25792867,25811282:25811580,25813342:25813607,25814607:25814935,25816876:25817093,25825108:25825342,25866508:25866878,25873073:25873534,25877606:25878127,25887022:25887316,25887023:25887268,25891753:25892000,25908706:25909429,25908743:25909289,25912507:25912984,25919712:25920071,25919715:25919871,25924424:25924919,25930407:25930809,25972697:25974060,25972718:25973705,25972722:25973507,25972791:2597355', 'assoc_mat': '25580380:papier:4209:25580688,25581569:papier:4209:25581637,25581570:papier:4209:25581722,25586136:papier:4209:25586198,25592297:papier:4209:25603900,25608429:papier:4209:25608588,25608988:papier:4209:25609168,25611020:papier:4209:25611118,25611599:papier:4209:25611691,25611602:papier:4209:25611654,25614817:papier:4209:25615079,25614819:papier:4209:25614931,25633271:papier:4209:25633782,25633275:papier:4209:25633676,25636907:papier:4209:25637258,25639144:papier:4209:25639359,25650163:papier:4209:25650378,25650167:papier:4209:25650299,25658372:papier:4209:25658545,25672857:papier:4209:25673257,25683782:papier:4209:25684259,25687505:papier:4209:25687854,25695653:papier:4209:25695824,25700533:papier:4209:25700932,25712557:papier:4209:25712961,25721454:papier:4209:25721892,25726409:papier:4209:25726692,25733337:papier:4209:25733877,25745374:papier:4209:25745748,25751534:papier:4209:25751696,25765642:papier:4209:25766147,25772539:papier:4209:25773156,25780111:papier:4209:25780825,25780136:papier:4209:25780605,2579'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9540040657940958, 'nb_photo': 25, 'list_port_cont': '25901234,26097677,26115030,26325714', 'assoc_port': '25900879:25901234,26096657:26097677,26114898:26115030,26325111:26325714', 'assoc_mat': '25900879:papier:3726:25901234,26096657:papier:3726:26097677,26114898:papier:3726:26115030,26325111:papier:3726:26325714'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011629357859325078, 'nb_photo': 28687, 'list_port_cont': '25577935,25577955,25580829,25581964,25583148,25583187,25583295,25587801,25588417,25590312,25591076,25593228,25593944,25595516,25599692,25604849,25607753,25608240,25608625,25609223,25609460,25610305,25610899,25611143,25611765,25612166,25612420,25613286,25613832,25630471,25631373,25632942,25635677,25638774,25639470,25640632,25642441,25642675,25645625,25645890,25647617,25648886,25651014,25669319,25670510,25674926,25685409,25687110,25691805,25692144,25696959,25697505,25701098,25701380,25703154,25715104,25716072,25719860,25720151,25722524,25726708,25726905,25730750,25731068,25735225,25737372,25737655,25740472,25742810,25747319,25764941,25766744,25769208,25770378,25774688,25776031,25776055,25779349,25779753,25784647,25785042,25786120,25788211,25793151,25793382,25795403,25800617,25808835,25810418,25811641,25813538,25815574,25815783,25816600,25817056,25817223,25818552,25820878,25823025,25823105,25824242,25824330,25825588,25866996,25870598,25872548,25872910,25876343,25879248,25890362,25892180,25892748,25901744,2590651', 'assoc_port': '25577629:25577955,25577631:25577935,25580398:25580829,25581549:25581964,25582988:25583295,25582991:25583187,25582997:25583148,25585203:25588417,25586132:25595516,25587501:25593944,25587503:25593228,25587505:25587801,25589929:25590312,25589970:25599692,25590813:25591076,25604427:25604849,25607439:25607753,25608155:25608240,25608432:25608625,25608969:25609223,25609323:25609460,25610126:25610305,25610668:25610899,25611021:25611143,25611594:25611765,25611934:25612166,25612350:25612420,25613125:25613286,25613675:25613832,25629824:25630471,25630867:25631373,25632563:25632942,25635074:25635677,25638567:25638774,25639141:25639470,25640336:25640632,25642038:25642675,25642054:25642441,25645293:25645890,25645299:25645625,25647272:25647617,25648357:25648886,25650833:25651014,25668768:25669319,25669903:25670510,25674373:25674926,25684796:25685409,25686545:25687110,25691054:25692144,25691060:25691805,25696546:25696959,25696548:25697505,25700531:25701380,25700536:25701098,25702663:25703154,25712562:25715104,25712573:2571607', 'assoc_mat': '25577629:papier:4211:25577955,25577631:papier:4211:25577935,25580398:papier:4211:25580829,25581549:papier:4211:25581964,25582988:papier:4211:25583295,25582991:papier:4211:25583187,25582997:papier:4211:25583148,25585203:papier:4211:25588417,25586132:papier:4211:25595516,25587501:papier:4211:25593944,25587503:papier:4211:25593228,25587505:papier:4211:25587801,25589929:papier:4211:25590312,25589970:papier:4211:25599692,25590813:papier:4211:25591076,25604427:papier:4211:25604849,25607439:papier:4211:25607753,25608155:papier:4211:25608240,25608432:papier:4211:25608625,25608969:papier:4211:25609223,25609323:papier:4211:25609460,25610126:papier:4211:25610305,25610668:papier:4211:25610899,25611021:papier:4211:25611143,25611594:papier:4211:25611765,25611934:papier:4211:25612166,25612350:papier:4211:25612420,25613125:papier:4211:25613286,25613675:papier:4211:25613832,25629824:papier:4211:25630471,25630867:papier:4211:25631373,25632563:papier:4211:25632942,25635074:papier:4211:25635677,25638567:papier:4211:25638774,2563'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.010909344091870622, 'nb_photo': 1157, 'list_port_cont': '25577498,25580219,25582033,25583306,25584026,25585693,25586615,25589466,25593803,25605340,25606916,25608671,25609522,25610358,25611211,25612240,25613353,25630568,25633047,25635806,25637496,25639503,25640700,25640958,25644951,25645873,25647762,25647996,25650635,25669430,25673978,25684595,25687144,25691917,25692074,25693214,25696256,25700058,25700107,25703281,25703687,25720138,25722301,25730726,25730820,25731060,25733794,25734101,25735420,25737653,25737752,25740519,25752088,25764673,25765292,25769424,25773589,25775391,25777515,25780985,25783463,25788424,25788606,25789401,25795568,25796056,25810903,25811676,25812149,25815017,25817327,25818595,25818639,25821178,25824222,25824396,25868263,25868379,25870687,25873701,25878453,25884804,25887507,25890507,25892252,25892868,25905093,25905417,25906894,25909959,25913164,25913232,25917063,25917096,25920696,25922023,25924080,25924182,25924291,25929106,25973793,25973925,25974172,25974281,25974412,25974619,25974694,25979261,25979587,25981570,26020957,26021117,26021156,2602268', 'assoc_port': '25577173:25577498,25579741:25580219,25581567:25582033,25582994:25583306,25583783:25584026,25585546:25585693,25586142:25589466,25586492:25586615,25593104:25593803,25605065:25605340,25606448:25606916,25608430:25608671,25609322:25609522,25610129:25610358,25611023:25611211,25611992:25612240,25613127:25613353,25629828:25630568,25632564:25633047,25635076:25635806,25636902:25637496,25639146:25639503,25640335:25640700,25640753:25640958,25644540:25644951,25645295:25645873,25647265:25647762,25647269:25647996,25650158:25650635,25668762:25669430,25672836:25673978,25683783:25684595,25686547:25687144,25691063:25692074,25691098:25691917,25692370:25693214,25695658:25696256,25699448:25700107,25699450:25700058,25702665:25703281,25703476:25703687,25719359:25720138,25721450:25722301,25729956:25731060,25729961:25730820,25729973:25730726,25733347:25733794,25733356:25734101,25734603:25735420,25736960:25737752,25736974:25737653,25739906:25740519,25751536:25752088,25762830:25764673,25764313:25765292,25768337:25769424,25772534:2577358', 'assoc_mat': '25577173:papier:3327:25577498,25579741:papier:3327:25580219,25581567:papier:3327:25582033,25582994:papier:3327:25583306,25583783:papier:3327:25584026,25585546:papier:3327:25585693,25586142:papier:3327:25589466,25586492:papier:3327:25586615,25593104:papier:3327:25593803,25605065:papier:3327:25605340,25606448:papier:3327:25606916,25608430:papier:3327:25608671,25609322:papier:3327:25609522,25610129:papier:3327:25610358,25611023:papier:3327:25611211,25611992:papier:3327:25612240,25613127:papier:3327:25613353,25629828:papier:3327:25630568,25632564:papier:3327:25633047,25635076:papier:3327:25635806,25636902:papier:3327:25637496,25639146:papier:3327:25639503,25640335:papier:3327:25640700,25640753:papier:3327:25640958,25644540:papier:3327:25644951,25645295:papier:3327:25645873,25647265:papier:3327:25647762,25647269:papier:3327:25647996,25650158:papier:3327:25650635,25668762:papier:3327:25669430,25672836:papier:3327:25673978,25683783:papier:3327:25684595,25686547:papier:3327:25687144,25691063:papier:3327:25692074,2569'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10972611569441088, 'nb_photo': 5574, 'list_port_cont': '25584796,25586294,25597313,25611725,25642425,25642561,25644984,25650407,25687868,25696086,25733750,25751948,25780496,25788126,25788320,25788685,25835494,25920153,26021794,26073441,26073658,26092686,26130782,26155565,26207762,26212177,26235804,26287289,26336714,26339018,26339704,26344979', 'assoc_port': '25583785:25584796,25586134:25586294,25596911:25597313,25611600:25611725,25642068:25642561,25642070:25642425,25644543:25644984,25650165:25650407,25687508:25687868,25695652:25696086,25733340:25733750,25751533:25751948,25780126:25780496,25787682:25788685,25787722:25788320,25787723:25788126,25832877:25835494,25919698:25920153,26021624:26021794,26072929:26073658,26072994:26073441,26092297:26092686,26130256:26130782,26155249:26155565,26207198:26207762,26211842:26212177,26235484:26235804,26286911:26287289,26335941:26339018,26335943:26336714,26339308:26339704,26344396:26344979', 'assoc_mat': '25583785:papier:3594:25584796,25586134:papier:3594:25586294,25596911:papier:3594:25597313,25611600:papier:3594:25611725,25642068:papier:3594:25642561,25642070:papier:3594:25642425,25644543:papier:3594:25644984,25650165:papier:3594:25650407,25687508:papier:3594:25687868,25695652:papier:3594:25696086,25733340:papier:3594:25733750,25751533:papier:3594:25751948,25780126:papier:3594:25780496,25787682:papier:3594:25788685,25787722:papier:3594:25788320,25787723:papier:3594:25788126,25832877:papier:3594:25835494,25919698:papier:3594:25920153,26021624:papier:3594:26021794,26072929:papier:3594:26073658,26072994:papier:3594:26073441,26092297:papier:3594:26092686,26130256:papier:3594:26130782,26155249:papier:3594:26155565,26207198:papier:3594:26207762,26211842:papier:3594:26212177,26235484:papier:3594:26235804,26286911:papier:3594:26287289,26335941:papier:3594:26339018,26335943:papier:3594:26336714,26339308:papier:3594:26339704,26344396:papier:3594:26344979'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0040256099234823334, 'nb_photo': 72, 'list_port_cont': '25579279,25604485,25610239,25631963,25640836,25685085,25732872,25769683,25789997,25811389,25817977,25868507,25884070,25909785,25927191,25931461,26021599,26023492,26036696,26040801,26064484,26075474,26076376,26077335,26106632,26110985,26138121,26151660,26160041,26213444,26217848,26243881,26269860,26306168,26314330,26353834,26366139', 'assoc_port': '25577627:25579279,25604429:25604485,25610130:25610239,25630859:25631963,25640751:25640836,25684797:25685085,25729964:25732872,25764308:25769683,25787675:25789997,25811287:25811389,25817915:25817977,25867623:25868507,25883929:25884070,25905642:25909785,25917397:25927191,25931371:25931461,26020558:26021599,26021574:26023492,26036530:26036696,26040462:26040801,26061336:26064484,26072894:26076376,26072958:26077335,26073015:26075474,26078693:26106632,26092290:26110985,26130280:26138121,26141882:26151660,26152798:26160041,26209225:26213444,26215058:26217848,26235486:26243881,26259646:26269860,26286916:26306168,26297425:26314330,26321165:26353834,26347653:26366139', 'assoc_mat': '25577627:pehd:4205:25579279,25604429:pehd:4205:25604485,25610130:pehd:4205:25610239,25630859:pehd:4205:25631963,25640751:pehd:4205:25640836,25684797:pehd:4205:25685085,25729964:pehd:4205:25732872,25764308:pehd:4205:25769683,25787675:pehd:4205:25789997,25811287:pehd:4205:25811389,25817915:pehd:4205:25817977,25867623:pehd:4205:25868507,25883929:pehd:4205:25884070,25905642:pehd:4205:25909785,25917397:pehd:4205:25927191,25931371:pehd:4205:25931461,26020558:pehd:4205:26021599,26021574:pehd:4205:26023492,26036530:pehd:4205:26036696,26040462:pehd:4205:26040801,26061336:pehd:4205:26064484,26072894:pehd:4205:26076376,26072958:pehd:4205:26077335,26073015:pehd:4205:26075474,26078693:pehd:4205:26106632,26092290:pehd:4205:26110985,26130280:pehd:4205:26138121,26141882:pehd:4205:26151660,26152798:pehd:4205:26160041,26209225:pehd:4205:26213444,26215058:pehd:4205:26217848,26235486:pehd:4205:26243881,26259646:pehd:4205:26269860,26286916:pehd:4205:26306168,26297425:pehd:4205:26314330,26321165:pehd:4205:26353834,26347653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0024970575565427112, 'nb_photo': 187, 'list_port_cont': '25580937,25583947,25590999,25606751,25632095,25643818,25684231,25703810,25727507,25772551,25777376,25810827,25824836,25871773,25894516,25909863,25920747,25976282,25989584,26025641,26027270,26040131,26063828,26063956,26064965,26072761,26075750,26077160,26108682,26111370,26125450,26130838,26142220,26163978,26209429,26214070,26242950,26245469,26261689,26275686,26281876,26308134,26328205,26356223,26365452', 'assoc_port': '25580381:25580937,25583787:25583947,25589925:25590999,25606446:25606751,25630831:25632095,25642040:25643818,25674372:25684231,25702666:25703810,25725310:25727507,25765639:25772551,25777185:25777376,25810539:25810827,25822468:25824836,25870117:25871773,25894093:25894516,25905559:25909863,25917394:25920747,25972758:25976282,25972863:25989584,26021547:26025641,26021630:26027270,26039667:26040131,26061196:26063956,26061298:26064965,26061359:26063828,26071842:26072761,26072935:26077160,26073002:26075750,26082491:26108682,26095210:26111370,26117047:26125450,26122868:26130838,26141883:26142220,26158720:26163978,26202838:26209429,26209233:26214070,26226079:26242950,26237654:26245469,26256611:26261689,26264402:26275686,26270767:26281876,26290561:26308134,26323538:26356223,26327726:26328205,26343121:26365452', 'assoc_mat': '25580381:pehd:4203:25580937,25583787:pehd:4203:25583947,25589925:pehd:4203:25590999,25606446:pehd:4203:25606751,25630831:pehd:4203:25632095,25642040:pehd:4203:25643818,25674372:pehd:4203:25684231,25702666:pehd:4203:25703810,25725310:pehd:4203:25727507,25765639:pehd:4203:25772551,25777185:pehd:4203:25777376,25810539:pehd:4203:25810827,25822468:pehd:4203:25824836,25870117:pehd:4203:25871773,25894093:pehd:4203:25894516,25905559:pehd:4203:25909863,25917394:pehd:4203:25920747,25972758:pehd:4203:25976282,25972863:pehd:4203:25989584,26021547:pehd:4203:26025641,26021630:pehd:4203:26027270,26039667:pehd:4203:26040131,26061196:pehd:4203:26063956,26061298:pehd:4203:26064965,26061359:pehd:4203:26063828,26071842:pehd:4203:26072761,26072935:pehd:4203:26077160,26073002:pehd:4203:26075750,26082491:pehd:4203:26108682,26095210:pehd:4203:26111370,26117047:pehd:4203:26125450,26122868:pehd:4203:26130838,26141883:pehd:4203:26142220,26158720:pehd:4203:26163978,26202838:pehd:4203:26209429,26209233:pehd:4203:26214070,26226079:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003220361275080709, 'nb_photo': 319, 'list_port_cont': '25577418,25583142,25583836,25600460,25600859,25603856,25604132,25604350,25604547,25605148,25607708,25608188,25609364,25611706,25631032,25631766,25632113,25638190,25639310,25639477,25640768,25646463,25647461,25674827,25682970,25686305,25691254,25700266,25702392,25704347,25715059,25718894,25722204,25727235,25730603,25736426,25737144,25742584,25748314,25751742,25771679,25774763,25775228,25782706,25783020,25795905,25809393,25809471,25810374,25813468,25824507,25867417,25869505,25870227,25874326,25885316,25892767,25893150,25909060,25909646,25914681,25918507,25920791,25922424,25927779,25932120,25932504,25974633,25974982,25975758,25975924,25976174,25976793,25976935,25977041,25988617,26020717,26021542,26021840,26023142,26023893,26025334,26027033,26036587,26036826,26037171,26037788,26038709,26038771,26041607,26041634,26041959,26061385,26061446,26062002,26063659,26063936,26064328,26064624,26064687,26064721,26064740,26065585,26073683,26074249,26074698,26075405,26075559,26075656,26075691,26076395,26076954,26077123,2607722', 'assoc_port': '25577172:25577418,25582995:25583142,25583782:25583836,25585202:25604132,25586130:25600460,25587507:25604350,25590812:25600859,25592296:25603856,25604428:25604547,25605068:25605148,25607481:25607708,25608156:25608188,25609324:25609364,25611606:25611706,25629826:25631032,25630845:25631766,25630865:25632113,25636045:25638190,25638566:25639310,25639148:25639477,25640756:25640768,25644542:25646463,25645297:25647461,25669900:25674827,25672818:25682970,25678919:25686305,25691080:25704347,25691104:25691254,25696547:25700266,25699452:25702392,25712567:25715059,25715257:25718894,25719374:25722204,25725307:25727235,25727718:25730603,25733334:25736426,25734593:25737144,25739911:25742584,25745377:25748314,25746574:25751742,25765636:25771679,25768340:25774763,25774801:25775228,25780132:25783020,25782547:25782706,25794774:25795905,25808150:25809471,25808156:25809393,25810191:25810374,25813347:25813468,25823752:25824507,25866494:25867417,25869432:25869505,25870121:25870227,25871861:25874326,25877608:25885316,25891749:2589315', 'assoc_mat': '25577172:pehd:4207:25577418,25582995:pehd:4207:25583142,25583782:pehd:4207:25583836,25585202:pehd:4207:25604132,25586130:pehd:4207:25600460,25587507:pehd:4207:25604350,25590812:pehd:4207:25600859,25592296:pehd:4207:25603856,25604428:pehd:4207:25604547,25605068:pehd:4207:25605148,25607481:pehd:4207:25607708,25608156:pehd:4207:25608188,25609324:pehd:4207:25609364,25611606:pehd:4207:25611706,25629826:pehd:4207:25631032,25630845:pehd:4207:25631766,25630865:pehd:4207:25632113,25636045:pehd:4207:25638190,25638566:pehd:4207:25639310,25639148:pehd:4207:25639477,25640756:pehd:4207:25640768,25644542:pehd:4207:25646463,25645297:pehd:4207:25647461,25669900:pehd:4207:25674827,25672818:pehd:4207:25682970,25678919:pehd:4207:25686305,25691080:pehd:4207:25704347,25691104:pehd:4207:25691254,25696547:pehd:4207:25700266,25699452:pehd:4207:25702392,25712567:pehd:4207:25715059,25715257:pehd:4207:25718894,25719374:pehd:4207:25722204,25725307:pehd:4207:25727235,25727718:pehd:4207:25730603,25733334:pehd:4207:25736426,25734593:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008118394520923443, 'nb_photo': 26, 'list_port_cont': '25679634,25713074,25735015,25972963,26024966,26036751,26041725,26061597,26076459,26078004,26095708,26099304,26143526,26193850,26202480,26214661,26215208,26236724,26237894,26262043,26273856,26319336,26339643', 'assoc_port': '25678937:25679634,25712570:25713074,25734599:25735015,25972652:25972963,26021628:26024966,26036529:26036751,26041227:26041725,26061371:26061597,26076282:26076459,26077547:26078004,26095208:26095708,26099024:26099304,26143300:26143526,26193503:26193850,26202344:26202480,26214360:26214661,26215060:26215208,26236421:26236724,26237649:26237894,26261657:26262043,26273619:26273856,26318903:26319336,26339306:26339643', 'assoc_mat': '25678937:pehd:4461:25679634,25712570:pehd:4461:25713074,25734599:pehd:4461:25735015,25972652:pehd:4461:25972963,26021628:pehd:4461:26024966,26036529:pehd:4461:26036751,26041227:pehd:4461:26041725,26061371:pehd:4461:26061597,26076282:pehd:4461:26076459,26077547:pehd:4461:26078004,26095208:pehd:4461:26095708,26099024:pehd:4461:26099304,26143300:pehd:4461:26143526,26193503:pehd:4461:26193850,26202344:pehd:4461:26202480,26214360:pehd:4461:26214661,26215060:pehd:4461:26215208,26236421:pehd:4461:26236724,26237649:pehd:4461:26237894,26261657:pehd:4461:26262043,26273619:pehd:4461:26273856,26318903:pehd:4461:26319336,26339306:pehd:4461:26339643'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006494929035319074, 'nb_photo': 634, 'list_port_cont': '25577319,25580648,25583088,25583866,25585272,25589086,25590859,25592471,25593289,25593396,25605170,25607652,25609130,25611081,25613764,25630084,25633721,25636342,25638671,25640793,25642306,25645502,25647467,25648614,25669149,25674746,25685138,25686892,25695844,25700832,25702895,25704167,25707569,25715666,25719701,25727871,25730219,25730400,25737251,25740198,25742416,25745632,25764801,25768796,25774948,25779200,25780452,25787960,25788418,25792714,25795105,25808440,25810294,25812029,25816353,25816372,25816582,25817037,25818427,25820560,25822731,25825293,25866928,25869595,25873364,25876029,25886129,25887248,25891942,25904510,25906251,25906920,25912886,25916558,25916703,25917563,25921363,25921724,25923645,25924670,25930763,25931001,25973539,25973782,25974355,25974479,25974821,25974926,25981130,26020738,26020837,26021865,26021978,26022391,26023050,26037707,26037838,26038688,26039062,26039725,26039882,26039968,26040510,26041695,26041933,26042318,26044521,26061407,26061459,26061633,26061811,26062026,26062303,2606251', 'assoc_port': '25577174:25577319,25580401:25580648,25582992:25583088,25583784:25583866,25585205:25585272,25585545:25589086,25586141:25590859,25592281:25592471,25593103:25593396,25593105:25593289,25605067:25605170,25607480:25607652,25608990:25609130,25611024:25611081,25613715:25613764,25629830:25630084,25633273:25633721,25636042:25636342,25638584:25638671,25640754:25640793,25642075:25642306,25645294:25645502,25647267:25647467,25648355:25648614,25668764:25669149,25674370:25674746,25684799:25685138,25686543:25686892,25695657:25695844,25696552:25704167,25700539:25700832,25702664:25702895,25707499:25707569,25715248:25715666,25719397:25719701,25727719:25727871,25729958:25730400,25729970:25730219,25736971:25737251,25739903:25740198,25742097:25742416,25745382:25745632,25764316:25764801,25768346:25768796,25774800:25774948,25778996:25779200,25780128:25780452,25787678:25788418,25787728:25787960,25792332:25792714,25794775:25795105,25808153:25808440,25810197:25810294,25811866:25812029,25816286:25816582,25816288:25816353,25816298:2581637', 'assoc_mat': '25577174:pehd:4200:25577319,25580401:pehd:4200:25580648,25582992:pehd:4200:25583088,25583784:pehd:4200:25583866,25585205:pehd:4200:25585272,25585545:pehd:4200:25589086,25586141:pehd:4200:25590859,25592281:pehd:4200:25592471,25593103:pehd:4200:25593396,25593105:pehd:4200:25593289,25605067:pehd:4200:25605170,25607480:pehd:4200:25607652,25608990:pehd:4200:25609130,25611024:pehd:4200:25611081,25613715:pehd:4200:25613764,25629830:pehd:4200:25630084,25633273:pehd:4200:25633721,25636042:pehd:4200:25636342,25638584:pehd:4200:25638671,25640754:pehd:4200:25640793,25642075:pehd:4200:25642306,25645294:pehd:4200:25645502,25647267:pehd:4200:25647467,25648355:pehd:4200:25648614,25668764:pehd:4200:25669149,25674370:pehd:4200:25674746,25684799:pehd:4200:25685138,25686543:pehd:4200:25686892,25695657:pehd:4200:25695844,25696552:pehd:4200:25704167,25700539:pehd:4200:25700832,25702664:pehd:4200:25702895,25707499:pehd:4200:25707569,25715248:pehd:4200:25715666,25719397:pehd:4200:25719701,25727719:pehd:4200:25727871,25729958:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006504883946764794, 'nb_photo': 207, 'list_port_cont': '25580685,25581646,25581719,25586206,25603905,25608585,25609182,25611124,25614933,25615082,25633789,25637269,25650304,25650373,25673271,25684244,25687847,25695831,25712969,25745742,25751682,25766138,25773150,25780828,25792873,25811575,25813617,25825330,25866879,25873539,25878132,25887272,25887319,25909298,25912986,25920072,25924906,25973229,25973514,25973557,25973695,25974052,26020756,26021958,26021999,26025987,26038854,26039161,26040343,26041390,26044608,26061562,26061696,26061907,26062369,26062767,26062916,26063084,26063327,26065909,26069345,26070184,26073198,26073275,26073510,26073586,26076441,26083054,26092624,26115121,26118181,26118228,26120803,26130916,26131114,26143483,26155527,26158978,26161786,26203221,26211998,26212093,26226986,26235733,26241260,26260077,26265302,26271795,26278594,26287445,26293260,26293495,26323920,26328147,26336384,26344733,26357165', 'assoc_port': '25580380:25580685,25581569:25581646,25581570:25581719,25586136:25586206,25592297:25603905,25608429:25608585,25608988:25609182,25611020:25611124,25614817:25615082,25614819:25614933,25633271:25633789,25636907:25637269,25650163:25650373,25650167:25650304,25672857:25673271,25683782:25684244,25687505:25687847,25695653:25695831,25712557:25712969,25745374:25745742,25751534:25751682,25765642:25766138,25772539:25773150,25780111:25780828,25792380:25792873,25811282:25811575,25813342:25813617,25825108:25825330,25866508:25866879,25873073:25873539,25877606:25878132,25887022:25887319,25887023:25887272,25908743:25909298,25912507:25912986,25919712:25920072,25924424:25924906,25972697:25974052,25972718:25973695,25972722:25973514,25972791:25973557,25972871:25973229,26020604:26020756,26021544:26025987,26021577:26021999,26021622:26021958,26037263:26039161,26038518:26040343,26038669:26038854,26039668:26041390,26041233:26044608,26061205:26063327,26061217:26063084,26061223:26062916,26061235:26062767,26061240:26062369,26061284:2606590', 'assoc_mat': '25580380:pehd:4209:25580685,25581569:pehd:4209:25581646,25581570:pehd:4209:25581719,25586136:pehd:4209:25586206,25592297:pehd:4209:25603905,25608429:pehd:4209:25608585,25608988:pehd:4209:25609182,25611020:pehd:4209:25611124,25614817:pehd:4209:25615082,25614819:pehd:4209:25614933,25633271:pehd:4209:25633789,25636907:pehd:4209:25637269,25650163:pehd:4209:25650373,25650167:pehd:4209:25650304,25672857:pehd:4209:25673271,25683782:pehd:4209:25684244,25687505:pehd:4209:25687847,25695653:pehd:4209:25695831,25712557:pehd:4209:25712969,25745374:pehd:4209:25745742,25751534:pehd:4209:25751682,25765642:pehd:4209:25766138,25772539:pehd:4209:25773150,25780111:pehd:4209:25780828,25792380:pehd:4209:25792873,25811282:pehd:4209:25811575,25813342:pehd:4209:25813617,25825108:pehd:4209:25825330,25866508:pehd:4209:25866879,25873073:pehd:4209:25873539,25877606:pehd:4209:25878132,25887022:pehd:4209:25887319,25887023:pehd:4209:25887272,25908743:pehd:4209:25909298,25912507:pehd:4209:25912986,25919712:pehd:4209:25920072,25924424:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9558466748654268, 'nb_photo': 8817, 'list_port_cont': '25577937,25577967,25580830,25581955,25583159,25583188,25583290,25587808,25588419,25590313,25591086,25593230,25593947,25595517,25599685,25604848,25607749,25608235,25608626,25609215,25609449,25610308,25610886,25611142,25611771,25612173,25612421,25613287,25613838,25630486,25631376,25632933,25635680,25638786,25639463,25640635,25642448,25642661,25645617,25645893,25647619,25648887,25651022,25669329,25670511,25674927,25685404,25687092,25691806,25692143,25696974,25697512,25701094,25701369,25703143,25715106,25716057,25719851,25720162,25722525,25726710,25726902,25730755,25731073,25735231,25737374,25737668,25740486,25742787,25747313,25764937,25766740,25769212,25770387,25774691,25776036,25776056,25779355,25779749,25784656,25785046,25786107,25788219,25793147,25793381,25795391,25800618,25808831,25810423,25811639,25813551,25815585,25815778,25816602,25817070,25817217,25818542,25820873,25823023,25823095,25824233,25824336,25825585,25866994,25870596,25872536,25872911,25876352,25879235,25890368,25892182,25892743,25901734,2590651', 'assoc_port': '25577629:25577967,25577631:25577937,25580398:25580830,25581549:25581955,25582988:25583290,25582991:25583188,25582997:25583159,25585203:25588419,25586132:25595517,25587501:25593947,25587503:25593230,25587505:25587808,25589929:25590313,25589970:25599685,25590813:25591086,25604427:25604848,25607439:25607749,25608155:25608235,25608432:25608626,25608969:25609215,25609323:25609449,25610126:25610308,25610668:25610886,25611021:25611142,25611594:25611771,25611934:25612173,25612350:25612421,25613125:25613287,25613675:25613838,25629824:25630486,25630867:25631376,25632563:25632933,25635074:25635680,25638567:25638786,25639141:25639463,25640336:25640635,25642038:25642661,25642054:25642448,25645293:25645893,25645299:25645617,25647272:25647619,25648357:25648887,25650833:25651022,25668768:25669329,25669903:25670511,25674373:25674927,25684796:25685404,25686545:25687092,25691054:25692143,25691060:25691806,25696546:25696974,25696548:25697512,25700531:25701369,25700536:25701094,25702663:25703143,25712562:25715106,25712573:2571605', 'assoc_mat': '25577629:pehd:4211:25577967,25577631:pehd:4211:25577937,25580398:pehd:4211:25580830,25581549:pehd:4211:25581955,25582988:pehd:4211:25583290,25582991:pehd:4211:25583188,25582997:pehd:4211:25583159,25585203:pehd:4211:25588419,25586132:pehd:4211:25595517,25587501:pehd:4211:25593947,25587503:pehd:4211:25593230,25587505:pehd:4211:25587808,25589929:pehd:4211:25590313,25589970:pehd:4211:25599685,25590813:pehd:4211:25591086,25604427:pehd:4211:25604848,25607439:pehd:4211:25607749,25608155:pehd:4211:25608235,25608432:pehd:4211:25608626,25608969:pehd:4211:25609215,25609323:pehd:4211:25609449,25610126:pehd:4211:25610308,25610668:pehd:4211:25610886,25611021:pehd:4211:25611142,25611594:pehd:4211:25611771,25611934:pehd:4211:25612173,25612350:pehd:4211:25612421,25613125:pehd:4211:25613287,25613675:pehd:4211:25613838,25629824:pehd:4211:25630486,25630867:pehd:4211:25631376,25632563:pehd:4211:25632933,25635074:pehd:4211:25635680,25638567:pehd:4211:25638786,25639141:pehd:4211:25639463,25640336:pehd:4211:25640635,25642038:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015491347849590684, 'nb_photo': 5, 'list_port_cont': '25817331,25818640,26236210,26240822', 'assoc_port': '25816874:25817331,25818301:25818640,26235477:26236210,26240302:26240822', 'assoc_mat': '25816874:pehd:3327:25817331,25818301:pehd:3327:25818640,26235477:pehd:3327:26236210,26240302:pehd:3327:26240822'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00011257080886781088, 'nb_photo': 5, 'list_port_cont': '25586288,25780499,25788678,26207764,26287283', 'assoc_port': '25586134:25586288,25780126:25780499,25787682:25788678,26207198:26207764,26286911:26287283', 'assoc_mat': '25586134:pehd:3594:25586288,25780126:pehd:3594:25780499,25787682:pehd:3594:25788678,26207198:pehd:3594:26207764,26286911:pehd:3594:26287283'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0026688544891344253, 'nb_photo': 13, 'list_port_cont': '25685080,25703195,25732873,25790007,25811385,25868518,25884063,26062127,26075477,26269857', 'assoc_port': '25684797:25685080,25700541:25703195,25729964:25732873,25787675:25790007,25811287:25811385,25867623:25868518,25883929:25884063,26061163:26062127,26073015:26075477,26259646:26269857', 'assoc_mat': '25684797:pet_clair:4205:25685080,25700541:pet_clair:4205:25703195,25729964:pet_clair:4205:25732873,25787675:pet_clair:4205:25790007,25811287:pet_clair:4205:25811385,25867623:pet_clair:4205:25868518,25883929:pet_clair:4205:25884063,26061163:pet_clair:4205:26062127,26073015:pet_clair:4205:26075477,26259646:pet_clair:4205:26269857'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022045622136196216, 'nb_photo': 3, 'list_port_cont': '25772554,26025649,26275687', 'assoc_port': '25765639:25772554,26021547:26025649,26264402:26275687', 'assoc_mat': '25765639:pet_clair:4203:25772554,26021547:pet_clair:4203:26025649,26264402:pet_clair:4203:26275687'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021251239501026324, 'nb_photo': 21, 'list_port_cont': '25643718,25649631,25673091,25784619,25821408,25824673,25889112,25927773,25938380,25974644,25974993,26037012,26041761,26045004,26109404,26111551,26270361,26316288,26351256', 'assoc_port': '25642072:25643718,25647274:25649631,25672877:25673091,25772537:25784619,25820344:25821408,25822495:25824673,25887020:25889112,25923412:25927773,25928088:25938380,25972645:25974644,25972686:25974993,26036998:26037012,26041229:26041761,26044959:26045004,26084015:26109404,26099018:26111551,26260258:26270361,26302797:26351256,26305433:26316288', 'assoc_mat': '25642072:pet_clair:4207:25643718,25647274:pet_clair:4207:25649631,25672877:pet_clair:4207:25673091,25772537:pet_clair:4207:25784619,25820344:pet_clair:4207:25821408,25822495:pet_clair:4207:25824673,25887020:pet_clair:4207:25889112,25923412:pet_clair:4207:25927773,25928088:pet_clair:4207:25938380,25972645:pet_clair:4207:25974644,25972686:pet_clair:4207:25974993,26036998:pet_clair:4207:26037012,26041229:pet_clair:4207:26041761,26044959:pet_clair:4207:26045004,26084015:pet_clair:4207:26109404,26099018:pet_clair:4207:26111551,26260258:pet_clair:4207:26270361,26302797:pet_clair:4207:26351256,26305433:pet_clair:4207:26316288'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0033737037923919706, 'nb_photo': 2, 'list_port_cont': '25640585,26210697', 'assoc_port': '25640337:25640585,26210161:26210697', 'assoc_mat': '25640337:pet_clair:4461:25640585,26210161:pet_clair:4461:26210697'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005490654641921429, 'nb_photo': 156, 'list_port_cont': '25583087,25590954,25593400,25609138,25610249,25610791,25611679,25612074,25613770,25630086,25633712,25636340,25638675,25640802,25642309,25686898,25687749,25707567,25719700,25730222,25745641,25764802,25774949,25782842,25788066,25792713,25808447,25810288,25816350,25816578,25818395,25866938,25873359,25876035,25886117,25887249,25892049,25904505,25912883,25916553,25917550,25921374,25930757,25931006,25974481,25974822,25981136,26020737,26021857,26021984,26023045,26036675,26038687,26039880,26039973,26040518,26041682,26061465,26061807,26062532,26062995,26063631,26063976,26071506,26073218,26073284,26073492,26074214,26074463,26074866,26075530,26088922,26091191,26092336,26099170,26113188,26115791,26118215,26120679,26128333,26130732,26136043,26142353,26145946,26155079,26160682,26198999,26202471,26207396,26207595,26214559,26225343,26236690,26255037,26257027,26260609,26263023,26266806,26267507,26269686,26271754,26285235,26292296,26328040', 'assoc_port': '25582992:25583087,25590795:25590954,25593103:25593400,25608990:25609138,25610127:25610249,25610666:25610791,25611604:25611679,25612032:25612074,25613715:25613770,25629830:25630086,25633273:25633712,25636042:25636340,25638584:25638675,25640754:25640802,25642075:25642309,25686543:25686898,25687503:25687749,25707499:25707567,25719397:25719700,25729970:25730222,25745382:25745641,25764316:25764802,25774800:25774949,25782542:25782842,25787683:25788066,25792332:25792713,25808153:25808447,25810197:25810288,25816286:25816578,25816288:25816350,25818307:25818395,25866492:25866938,25873070:25873359,25875786:25876035,25878871:25886117,25887027:25887249,25891748:25892049,25904281:25904505,25912503:25912883,25916185:25916553,25917403:25917550,25921073:25921374,25930362:25931006,25930383:25930757,25972703:25974822,25972755:25974481,25972833:25981136,26020561:26020737,26021583:26023045,26021629:26021984,26021634:26021857,26036528:26036675,26038507:26038687,26038512:26039973,26039675:26039880,26040172:26040518,26041225:2604168', 'assoc_mat': '25582992:pet_clair:4200:25583087,25590795:pet_clair:4200:25590954,25593103:pet_clair:4200:25593400,25608990:pet_clair:4200:25609138,25610127:pet_clair:4200:25610249,25610666:pet_clair:4200:25610791,25611604:pet_clair:4200:25611679,25612032:pet_clair:4200:25612074,25613715:pet_clair:4200:25613770,25629830:pet_clair:4200:25630086,25633273:pet_clair:4200:25633712,25636042:pet_clair:4200:25636340,25638584:pet_clair:4200:25638675,25640754:pet_clair:4200:25640802,25642075:pet_clair:4200:25642309,25686543:pet_clair:4200:25686898,25687503:pet_clair:4200:25687749,25707499:pet_clair:4200:25707567,25719397:pet_clair:4200:25719700,25729970:pet_clair:4200:25730222,25745382:pet_clair:4200:25745641,25764316:pet_clair:4200:25764802,25774800:pet_clair:4200:25774949,25782542:pet_clair:4200:25782842,25787683:pet_clair:4200:25788066,25792332:pet_clair:4200:25792713,25808153:pet_clair:4200:25808447,25810197:pet_clair:4200:25810288,25816286:pet_clair:4200:25816578,25816288:pet_clair:4200:25816350,25818307:pet_clair:4200:25818395,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010236154127488152, 'nb_photo': 4, 'list_port_cont': '25673265,25773148,26150527,26278602', 'assoc_port': '25672857:25673265,25772539:25773148,26150196:26150527,26278367:26278602', 'assoc_mat': '25672857:pet_clair:4209:25673265,25772539:pet_clair:4209:25773148,26150196:pet_clair:4209:26150527,26278367:pet_clair:4209:26278602'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005215311713956962, 'nb_photo': 227, 'list_port_cont': '25577932,25583181,25583294,25588420,25590318,25604845,25608638,25609224,25609455,25610889,25630475,25632938,25635691,25692142,25701384,25703140,25722528,25731071,25740476,25747321,25785051,25788217,25808840,25811636,25815776,25816603,25872912,25879236,25892177,25921836,25924954,25925424,25973361,25973400,25974316,25975892,26024178,26036868,26037719,26039249,26040045,26041254,26041965,26045145,26063064,26064006,26064382,26073686,26074092,26074453,26075326,26076329,26113420,26114015,26127214,26128896,26141554,26142585,26146781,26149452,26150674,26153302,26156985,26212281,26215256,26227074,26235903,26237953,26240568,26289675,26294244,26308350,26325947,26332767', 'assoc_port': '25577631:25577932,25582988:25583294,25582991:25583181,25585203:25588420,25589929:25590318,25604427:25604845,25608432:25608638,25608969:25609224,25609323:25609455,25610668:25610889,25629824:25630475,25632563:25632938,25635074:25635691,25691054:25692142,25700531:25701384,25702663:25703140,25721457:25722528,25729954:25731071,25739908:25740476,25746576:25747321,25784015:25785051,25787681:25788217,25808154:25808840,25811284:25811636,25811290:25815776,25816296:25816603,25871859:25872912,25878856:25879236,25891750:25892177,25921080:25921836,25924417:25925424,25924422:25924954,25972695:25975892,25972803:25974316,25972839:25973400,25972874:25973361,26021579:26024178,26036521:26036868,26037369:26037719,26038510:26040045,26038523:26041254,26038964:26039249,26040173:26041965,26045046:26045145,26061166:26063064,26061216:26064382,26061357:26064006,26072932:26076329,26072985:26075326,26073007:26074453,26073042:26074092,26073086:26073686,26113021:26113420,26113653:26114015,26126331:26127214,26128202:26128896,26135680:2614155', 'assoc_mat': '25577631:pet_clair:4211:25577932,25582988:pet_clair:4211:25583294,25582991:pet_clair:4211:25583181,25585203:pet_clair:4211:25588420,25589929:pet_clair:4211:25590318,25604427:pet_clair:4211:25604845,25608432:pet_clair:4211:25608638,25608969:pet_clair:4211:25609224,25609323:pet_clair:4211:25609455,25610668:pet_clair:4211:25610889,25629824:pet_clair:4211:25630475,25632563:pet_clair:4211:25632938,25635074:pet_clair:4211:25635691,25691054:pet_clair:4211:25692142,25700531:pet_clair:4211:25701384,25702663:pet_clair:4211:25703140,25721457:pet_clair:4211:25722528,25729954:pet_clair:4211:25731071,25739908:pet_clair:4211:25740476,25746576:pet_clair:4211:25747321,25784015:pet_clair:4211:25785051,25787681:pet_clair:4211:25788217,25808154:pet_clair:4211:25808840,25811284:pet_clair:4211:25811636,25811290:pet_clair:4211:25815776,25816296:pet_clair:4211:25816603,25871859:pet_clair:4211:25872912,25878856:pet_clair:4211:25879236,25891750:pet_clair:4211:25892177,25921080:pet_clair:4211:25921836,25924417:pet_clair:4211:25925424,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840963629305775, 'nb_photo': 141103, 'list_port_cont': '25577500,25580217,25582032,25583305,25584032,25585403,25585695,25586625,25589469,25593806,25594711,25599101,25605338,25606919,25608677,25609529,25610349,25611215,25612237,25613361,25630569,25633050,25635797,25637482,25639500,25640705,25640955,25644962,25645874,25647761,25647995,25650561,25650634,25669426,25673971,25684605,25687154,25691913,25692063,25693202,25696254,25700062,25700106,25703293,25703694,25720129,25722302,25730720,25730821,25731050,25733802,25734095,25735428,25737643,25737747,25740509,25746092,25752095,25764665,25765295,25769419,25773584,25775393,25777511,25780978,25783453,25788436,25788594,25789398,25795569,25796045,25806806,25810908,25811681,25812151,25815014,25817340,25818601,25818642,25821177,25823456,25824218,25824307,25824391,25868274,25868393,25870688,25873712,25878473,25884813,25887517,25887568,25890501,25892264,25892867,25893003,25905088,25905418,25906900,25909964,25913174,25913234,25917062,25917088,25920699,25922024,25924088,25924193,25924293,25929100,25931658,25937576,25973800,2597391', 'assoc_port': '25577173:25577500,25579741:25580217,25581567:25582032,25582994:25583305,25583783:25584032,25585201:25585403,25585546:25585695,25586142:25589469,25586492:25586625,25590799:25594711,25592295:25599101,25593104:25593806,25605065:25605338,25606448:25606919,25608430:25608677,25609322:25609529,25610129:25610349,25611023:25611215,25611992:25612237,25613127:25613361,25629828:25630569,25632564:25633050,25635076:25635797,25636902:25637482,25639146:25639500,25640335:25640705,25640753:25640955,25644540:25644962,25645295:25645874,25647265:25647761,25647269:25647995,25650158:25650634,25650161:25650561,25668762:25669426,25672836:25673971,25683783:25684605,25686547:25687154,25691063:25692063,25691098:25691913,25692370:25693202,25695658:25696254,25699448:25700106,25699450:25700062,25702665:25703293,25703476:25703694,25719359:25720129,25721450:25722302,25729956:25731050,25729961:25730821,25729973:25730720,25733347:25733802,25733356:25734095,25734603:25735428,25736960:25737747,25736974:25737643,25739906:25740509,25745380:2574609', 'assoc_mat': '25577173:pet_clair:3327:25577500,25579741:pet_clair:3327:25580217,25581567:pet_clair:3327:25582032,25582994:pet_clair:3327:25583305,25583783:pet_clair:3327:25584032,25585201:pet_clair:3327:25585403,25585546:pet_clair:3327:25585695,25586142:pet_clair:3327:25589469,25586492:pet_clair:3327:25586625,25590799:pet_clair:3327:25594711,25592295:pet_clair:3327:25599101,25593104:pet_clair:3327:25593806,25605065:pet_clair:3327:25605338,25606448:pet_clair:3327:25606919,25608430:pet_clair:3327:25608677,25609322:pet_clair:3327:25609529,25610129:pet_clair:3327:25610349,25611023:pet_clair:3327:25611215,25611992:pet_clair:3327:25612237,25613127:pet_clair:3327:25613361,25629828:pet_clair:3327:25630569,25632564:pet_clair:3327:25633050,25635076:pet_clair:3327:25635797,25636902:pet_clair:3327:25637482,25639146:pet_clair:3327:25639500,25640335:pet_clair:3327:25640705,25640753:pet_clair:3327:25640955,25644540:pet_clair:3327:25644962,25645295:pet_clair:3327:25645874,25647265:pet_clair:3327:25647761,25647269:pet_clair:3327:25647995,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.030587216336338822, 'nb_photo': 441, 'list_port_cont': '25584789,25586290,25597316,25611720,25642430,25642568,25644982,25650409,25687877,25696089,25733754,25751940,25780497,25788127,25788321,25788683,25835493,25920151,26021790,26073443,26073662,26092689,26130778,26155557,26207758,26212187,26235802,26287291,26336724,26339016,26339708,26344980', 'assoc_port': '25583785:25584789,25586134:25586290,25596911:25597316,25611600:25611720,25642068:25642568,25642070:25642430,25644543:25644982,25650165:25650409,25687508:25687877,25695652:25696089,25733340:25733754,25751533:25751940,25780126:25780497,25787682:25788683,25787722:25788321,25787723:25788127,25832877:25835493,25919698:25920151,26021624:26021790,26072929:26073662,26072994:26073443,26092297:26092689,26130256:26130778,26155249:26155557,26207198:26207758,26211842:26212187,26235484:26235802,26286911:26287291,26335941:26339016,26335943:26336724,26339308:26339708,26344396:26344980', 'assoc_mat': '25583785:pet_clair:3594:25584789,25586134:pet_clair:3594:25586290,25596911:pet_clair:3594:25597316,25611600:pet_clair:3594:25611720,25642068:pet_clair:3594:25642568,25642070:pet_clair:3594:25642430,25644543:pet_clair:3594:25644982,25650165:pet_clair:3594:25650409,25687508:pet_clair:3594:25687877,25695652:pet_clair:3594:25696089,25733340:pet_clair:3594:25733754,25751533:pet_clair:3594:25751940,25780126:pet_clair:3594:25780497,25787682:pet_clair:3594:25788683,25787722:pet_clair:3594:25788321,25787723:pet_clair:3594:25788127,25832877:pet_clair:3594:25835493,25919698:pet_clair:3594:25920151,26021624:pet_clair:3594:26021790,26072929:pet_clair:3594:26073662,26072994:pet_clair:3594:26073443,26092297:pet_clair:3594:26092689,26130256:pet_clair:3594:26130778,26155249:pet_clair:3594:26155557,26207198:pet_clair:3594:26207758,26211842:pet_clair:3594:26212187,26235484:pet_clair:3594:26235802,26286911:pet_clair:3594:26287291,26335941:pet_clair:3594:26339016,26335943:pet_clair:3594:26336724,26339308:pet_clair:3594:26339708,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003629243201647653, 'nb_photo': 1, 'list_port_cont': '26074252', 'assoc_port': '26073047:26074252', 'assoc_mat': '26073047:pet_fonce:4207:26074252'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005539127945773235, 'nb_photo': 4, 'list_port_cont': '25731063,26237949,26263501', 'assoc_port': '25729954:25731063,26237657:26237949,26262831:26263501', 'assoc_mat': '25729954:pet_fonce:4211:25731063,26237657:pet_fonce:4211:26237949,26262831:pet_fonce:4211:26263501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018198030160223257, 'nb_photo': 1, 'list_port_cont': '25817332', 'assoc_port': '25816874:25817332', 'assoc_mat': '25816874:pet_fonce:3327:25817332'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008967982679035847, 'nb_photo': 32, 'list_port_cont': '25586295,25597314,25611726,25644975,25650408,25696088,25733748,25751946,25788326,25788679,25835501,25920148,26021798,26073666,26155564,26207756,26287290,26339019', 'assoc_port': '25586134:25586295,25596911:25597314,25611600:25611726,25644543:25644975,25650165:25650408,25695652:25696088,25733340:25733748,25751533:25751946,25787682:25788679,25787722:25788326,25832877:25835501,25919698:25920148,26021624:26021798,26072929:26073666,26155249:26155564,26207198:26207756,26286911:26287290,26335941:26339019', 'assoc_mat': '25586134:pet_fonce:3594:25586295,25596911:pet_fonce:3594:25597314,25611600:pet_fonce:3594:25611726,25644543:pet_fonce:3594:25644975,25650165:pet_fonce:3594:25650408,25695652:pet_fonce:3594:25696088,25733340:pet_fonce:3594:25733748,25751533:pet_fonce:3594:25751946,25787682:pet_fonce:3594:25788679,25787722:pet_fonce:3594:25788326,25832877:pet_fonce:3594:25835501,25919698:pet_fonce:3594:25920148,26021624:pet_fonce:3594:26021798,26072929:pet_fonce:3594:26073666,26155249:pet_fonce:3594:26155564,26207198:pet_fonce:3594:26207756,26286911:pet_fonce:3594:26287290,26335941:pet_fonce:3594:26339019'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009281326285797217, 'nb_photo': 5, 'list_port_cont': '25790008,25927182', 'assoc_port': '25787675:25790008,25917397:25927182', 'assoc_mat': '25787675:pet_opaque:4205:25790008,25917397:pet_opaque:4205:25927182'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00030366129266770517, 'nb_photo': 9, 'list_port_cont': '25643819,25737351,25772553,25920755,26025648,26314363', 'assoc_port': '25642040:25643819,25736978:25737351,25765639:25772553,25917394:25920755,26021547:26025648,26297422:26314363', 'assoc_mat': '25642040:pet_opaque:4203:25643819,25736978:pet_opaque:4203:25737351,25765639:pet_opaque:4203:25772553,25917394:pet_opaque:4203:25920755,26021547:pet_opaque:4203:26025648,26297422:pet_opaque:4203:26314363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016889234773191804, 'nb_photo': 14, 'list_port_cont': '25605137,25674819,25795980,25821399,25892756,25914683,26061580,26072672,26073677,26076555,26109402,26162664', 'assoc_port': '25605068:25605137,25669900:25674819,25792339:25795980,25820344:25821399,25892397:25892756,25912505:25914683,26061374:26061580,26071845:26072672,26072896:26076555,26073073:26073677,26084015:26109402,26157352:26162664', 'assoc_mat': '25605068:pet_opaque:4207:25605137,25669900:pet_opaque:4207:25674819,25792339:pet_opaque:4207:25795980,25820344:pet_opaque:4207:25821399,25892397:pet_opaque:4207:25892756,25912505:pet_opaque:4207:25914683,26061374:pet_opaque:4207:26061580,26071845:pet_opaque:4207:26072672,26072896:pet_opaque:4207:26076555,26073073:pet_opaque:4207:26073677,26084015:pet_opaque:4207:26109402,26157352:pet_opaque:4207:26162664'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008156273834917658, 'nb_photo': 22, 'list_port_cont': '25581897,25607672,25610823,25640570,25747031,25811541,25813488,26036757,26042075,26061753,26113911,26241294,26285784,26290756', 'assoc_port': '25581566:25581897,25607476:25607672,25610670:25610823,25640337:25640570,25746579:25747031,25811285:25811541,25813349:25813488,26036529:26036757,26038672:26042075,26061332:26061753,26113655:26113911,26241020:26241294,26285508:26285784,26290566:26290756', 'assoc_mat': '25581566:pet_opaque:4461:25581897,25607476:pet_opaque:4461:25607672,25610670:pet_opaque:4461:25610823,25640337:pet_opaque:4461:25640570,25746579:pet_opaque:4461:25747031,25811285:pet_opaque:4461:25811541,25813349:pet_opaque:4461:25813488,26036529:pet_opaque:4461:26036757,26038672:pet_opaque:4461:26042075,26061332:pet_opaque:4461:26061753,26113655:pet_opaque:4461:26113911,26241020:pet_opaque:4461:26241294,26285508:pet_opaque:4461:26285784,26290566:pet_opaque:4461:26290756'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0018282684527300306, 'nb_photo': 260, 'list_port_cont': '25577314,25580646,25583100,25583859,25585271,25589077,25590852,25590950,25592476,25593292,25593393,25605184,25607664,25609143,25611674,25613762,25630087,25633713,25636341,25638684,25669142,25674738,25685141,25686903,25687751,25700824,25702901,25704155,25707558,25715670,25719709,25730223,25730390,25745636,25764795,25768794,25774954,25779198,25780696,25782849,25787964,25788407,25792725,25795103,25808454,25812034,25816359,25816579,25869597,25869693,25873365,25876033,25887258,25891944,25892046,25906254,25912889,25917548,25921375,25930759,25930996,25974472,25974819,25974932,25981137,26021988,26023048,26036682,26037697,26037840,26039056,26039883,26039965,26040509,26041683,26041931,26044531,26061467,26061799,26062027,26062524,26063001,26063405,26063530,26071501,26073215,26073286,26074095,26074531,26074953,26075164,26075264,26075440,26076853,26088918,26091192,26092339,26120641,26123268,26126717,26128338,26130427,26130731,26144119,26145950,26156941,26157494,26158913,26160677,26193814,26199006,26207397,26212076,2621293', 'assoc_port': '25577174:25577314,25580401:25580646,25582992:25583100,25583784:25583859,25585205:25585271,25585545:25589077,25586141:25590852,25590795:25590950,25592281:25592476,25593103:25593393,25593105:25593292,25605067:25605184,25607480:25607664,25608990:25609143,25611604:25611674,25613715:25613762,25629830:25630087,25633273:25633713,25636042:25636341,25638584:25638684,25668764:25669142,25674370:25674738,25684799:25685141,25686543:25686903,25687503:25687751,25696552:25704155,25700539:25700824,25702664:25702901,25707499:25707558,25715248:25715670,25719397:25719709,25729958:25730390,25729970:25730223,25745382:25745636,25764316:25764795,25768346:25768794,25774800:25774954,25778996:25779198,25780119:25780696,25782542:25782849,25787678:25788407,25787728:25787964,25792332:25792725,25794775:25795103,25808153:25808454,25811866:25812034,25816286:25816579,25816298:25816359,25869427:25869693,25869431:25869597,25873070:25873365,25875786:25876033,25887027:25887258,25891748:25892046,25891751:25891944,25905634:25906254,25912503:2591288', 'assoc_mat': '25577174:pet_opaque:4200:25577314,25580401:pet_opaque:4200:25580646,25582992:pet_opaque:4200:25583100,25583784:pet_opaque:4200:25583859,25585205:pet_opaque:4200:25585271,25585545:pet_opaque:4200:25589077,25586141:pet_opaque:4200:25590852,25590795:pet_opaque:4200:25590950,25592281:pet_opaque:4200:25592476,25593103:pet_opaque:4200:25593393,25593105:pet_opaque:4200:25593292,25605067:pet_opaque:4200:25605184,25607480:pet_opaque:4200:25607664,25608990:pet_opaque:4200:25609143,25611604:pet_opaque:4200:25611674,25613715:pet_opaque:4200:25613762,25629830:pet_opaque:4200:25630087,25633273:pet_opaque:4200:25633713,25636042:pet_opaque:4200:25636341,25638584:pet_opaque:4200:25638684,25668764:pet_opaque:4200:25669142,25674370:pet_opaque:4200:25674738,25684799:pet_opaque:4200:25685141,25686543:pet_opaque:4200:25686903,25687503:pet_opaque:4200:25687751,25696552:pet_opaque:4200:25704155,25700539:pet_opaque:4200:25700824,25702664:pet_opaque:4200:25702901,25707499:pet_opaque:4200:25707558,25715248:pet_opaque:4200:25715670,2571'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004884899211300385, 'nb_photo': 17, 'list_port_cont': '25811584,25909437,26044616,26072128,26115117,26215180', 'assoc_port': '25811282:25811584,25908706:25909437,26041233:26044616,26071844:26072128,26114899:26115117,26215069:26215180', 'assoc_mat': '25811282:pet_opaque:4209:25811584,25908706:pet_opaque:4209:25909437,26041233:pet_opaque:4209:26044616,26071844:pet_opaque:4209:26072128,26114899:pet_opaque:4209:26115117,26215069:pet_opaque:4209:26215180'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0021435074400042043, 'nb_photo': 454, 'list_port_cont': '25583162,25583195,25587799,25590319,25604825,25608237,25608627,25610898,25612163,25612418,25631369,25635679,25638789,25640636,25642665,25647607,25648888,25651008,25669325,25670523,25674925,25692128,25696969,25697516,25701102,25703144,25716060,25719847,25731078,25737664,25740481,25764938,25769204,25770390,25774695,25808834,25810421,25811638,25813550,25816596,25825584,25867001,25870594,25872915,25879243,25892176,25901740,25909471,25925430,25929198,25973406,25974320,25975574,25975896,26022695,26023010,26036812,26036862,26038111,26039260,26040051,26040538,26041260,26042293,26044515,26061961,26062846,26063257,26063782,26064002,26064753,26074086,26074425,26074451,26074938,26075327,26075710,26076325,26076577,26076735,26076886,26079202,26083132,26085684,26089168,26096014,26099748,26113426,26114016,26115281,26118424,26127217,26129970,26131964,26141555,26144158,26153288,26160850,26203403,26204793,26207586,26207954,26209783,26213847,26215255,26224296,26225510,26229897,26231829,26235907,26237958,26240569,26255501,2625872', 'assoc_port': '25582991:25583195,25582997:25583162,25587505:25587799,25589929:25590319,25604427:25604825,25608155:25608237,25608432:25608627,25610668:25610898,25611934:25612163,25612350:25612418,25630867:25631369,25635074:25635679,25638567:25638789,25640336:25640636,25642038:25642665,25647272:25647607,25648357:25648888,25650833:25651008,25668768:25669325,25669903:25670523,25674373:25674925,25691054:25692128,25696546:25696969,25696548:25697516,25700536:25701102,25702663:25703144,25712573:25716060,25719371:25719847,25729954:25731078,25736956:25737664,25739908:25740481,25762815:25774695,25764320:25764938,25768343:25769204,25769867:25770390,25808154:25808834,25810193:25810421,25811284:25811638,25813350:25813550,25816296:25816596,25825111:25825584,25866522:25867001,25870077:25870594,25871859:25872915,25878856:25879243,25891750:25892176,25900884:25901740,25908703:25909471,25919717:25929198,25924417:25925430,25972695:25975896,25972701:25975574,25972803:25974320,25972839:25973406,26021549:26022695,26021562:26023010,26036521:2603686', 'assoc_mat': '25582991:pet_opaque:4211:25583195,25582997:pet_opaque:4211:25583162,25587505:pet_opaque:4211:25587799,25589929:pet_opaque:4211:25590319,25604427:pet_opaque:4211:25604825,25608155:pet_opaque:4211:25608237,25608432:pet_opaque:4211:25608627,25610668:pet_opaque:4211:25610898,25611934:pet_opaque:4211:25612163,25612350:pet_opaque:4211:25612418,25630867:pet_opaque:4211:25631369,25635074:pet_opaque:4211:25635679,25638567:pet_opaque:4211:25638789,25640336:pet_opaque:4211:25640636,25642038:pet_opaque:4211:25642665,25647272:pet_opaque:4211:25647607,25648357:pet_opaque:4211:25648888,25650833:pet_opaque:4211:25651008,25668768:pet_opaque:4211:25669325,25669903:pet_opaque:4211:25670523,25674373:pet_opaque:4211:25674925,25691054:pet_opaque:4211:25692128,25696546:pet_opaque:4211:25696969,25696548:pet_opaque:4211:25697516,25700536:pet_opaque:4211:25701102,25702663:pet_opaque:4211:25703144,25712573:pet_opaque:4211:25716060,25719371:pet_opaque:4211:25719847,25729954:pet_opaque:4211:25731078,25736956:pet_opaque:4211:25737664,2573'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005318657451095834, 'nb_photo': 852, 'list_port_cont': '25576726,25581221,25584132,25586529,25590119,25604448,25608424,25608536,25611627,25614886,25632751,25637178,25639193,25667803,25674632,25685058,25705232,25719601,25720182,25725465,25734673,25742232,25763134,25770040,25775801,25780273,25795806,25808497,25810276,25813402,25816792,25817982,25869530,25885348,25889936,25901240,25908988,25909700,25921164,25973079,25973637,25974234,25974513,26022356,26022950,26023178,26023661,26036548,26037484,26038798,26038875,26039899,26041653,26061402,26061512,26061679,26061926,26062063,26062826,26063278,26064909,26069258,26069992,26070263,26070378,26070607,26071899,26073168,26073783,26074150,26074392,26074670,26074860,26076352,26097113,26097683,26111611,26115031,26118132,26120515,26128406,26142083,26143395,26146517,26157449,26194658,26200483,26204411,26207330,26226879,26227116,26231177,26242628,26258391,26259888,26261839,26266316,26270826,26287276,26288101,26293951,26294170,26300096,26317885,26321362,26322770,26325717,26335831,26340488,26356842', 'assoc_port': '25576689:25576726,25579743:25581221,25582993:25584132,25586490:25586529,25589950:25590119,25604425:25604448,25607441:25608424,25608431:25608536,25611597:25611627,25614815:25614886,25632565:25632751,25636904:25637178,25639150:25639193,25667470:25667803,25674371:25674632,25684794:25685058,25705165:25705232,25719358:25720182,25719396:25719601,25725313:25725465,25734607:25734673,25742082:25742232,25762811:25763134,25769863:25770040,25775667:25775801,25780115:25780273,25795723:25795806,25805744:25808497,25810195:25810276,25813345:25813402,25815230:25816792,25817914:25817982,25869429:25869530,25885261:25885348,25889802:25889936,25900879:25901240,25908735:25909700,25908744:25908988,25921069:25921164,25972667:25974513,25972705:25974234,25972766:25973637,25972818:25973079,26021522:26022356,26021572:26023661,26021610:26023178,26021635:26022950,26036515:26036548,26037346:26037484,26038520:26038875,26038668:26038798,26039669:26039899,26041234:26041653,26061213:26061402,26061214:26064909,26061226:26063278,26061238:2606282', 'assoc_mat': '25576689:plastique:3726:25576726,25579743:plastique:3726:25581221,25582993:plastique:3726:25584132,25586490:plastique:3726:25586529,25589950:plastique:3726:25590119,25604425:plastique:3726:25604448,25607441:plastique:3726:25608424,25608431:plastique:3726:25608536,25611597:plastique:3726:25611627,25614815:plastique:3726:25614886,25632565:plastique:3726:25632751,25636904:plastique:3726:25637178,25639150:plastique:3726:25639193,25667470:plastique:3726:25667803,25674371:plastique:3726:25674632,25684794:plastique:3726:25685058,25705165:plastique:3726:25705232,25719358:plastique:3726:25720182,25719396:plastique:3726:25719601,25725313:plastique:3726:25725465,25734607:plastique:3726:25734673,25742082:plastique:3726:25742232,25762811:plastique:3726:25763134,25769863:plastique:3726:25770040,25775667:plastique:3726:25775801,25780115:plastique:3726:25780273,25795723:plastique:3726:25795806,25805744:plastique:3726:25808497,25810195:plastique:3726:25810276,25813345:plastique:3726:25813402,25815230:plastique:3726:25816792,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.014960374884473772, 'nb_photo': 2209, 'list_port_cont': '25576724,25581223,25584139,25586532,25590118,25604452,25608416,25608527,25611637,25614896,25632743,25637173,25639192,25667807,25674627,25685061,25705224,25719608,25720184,25725457,25734669,25742240,25763148,25770046,25775808,25780263,25795799,25808502,25810281,25813413,25816789,25817986,25869538,25885351,25889935,25901236,25908992,25909712,25921170,25973073,25973635,25974232,25974521,26022349,26022942,26023189,26023659,26036537,26037482,26038805,26038864,26039895,26041656,26061396,26061508,26061683,26061928,26062066,26062262,26062645,26062828,26062984,26063279,26063395,26064989,26069254,26069998,26070054,26070259,26070371,26070609,26070715,26071892,26073170,26073787,26074157,26074389,26074671,26074857,26076351,26097103,26111608,26115032,26118128,26120514,26128403,26142092,26143397,26146507,26151338,26157441,26194661,26200492,26204417,26207325,26226882,26227112,26231179,26242623,26258385,26259894,26261832,26266324,26270823,26287278,26288104,26293950,26294176,26297475,26300090,26317881,26321372,26322766,2632570', 'assoc_port': '25576689:25576724,25579743:25581223,25582993:25584139,25586490:25586532,25589950:25590118,25604425:25604452,25607441:25608416,25608431:25608527,25611597:25611637,25614815:25614896,25632565:25632743,25636904:25637173,25639150:25639192,25667470:25667807,25674371:25674627,25684794:25685061,25705165:25705224,25719358:25720184,25719396:25719608,25725313:25725457,25734607:25734669,25742082:25742240,25762811:25763148,25769863:25770046,25775667:25775808,25780115:25780263,25795723:25795799,25805744:25808502,25810195:25810281,25813345:25813413,25815230:25816789,25817914:25817986,25869429:25869538,25885261:25885351,25889802:25889935,25900879:25901236,25908735:25909712,25908744:25908992,25921069:25921170,25972667:25974521,25972705:25974232,25972766:25973635,25972818:25973073,26021522:26022349,26021572:26023659,26021610:26023189,26021635:26022942,26036515:26036537,26037346:26037482,26038520:26038864,26038668:26038805,26039669:26039895,26041234:26041656,26061211:26064989,26061213:26061396,26061220:26063395,26061226:2606327', 'assoc_mat': '25576689:Teint_Dans_La_Masse:3726:25576724,25579743:Teint_Dans_La_Masse:3726:25581223,25582993:Teint_Dans_La_Masse:3726:25584139,25586490:Teint_Dans_La_Masse:3726:25586532,25589950:Teint_Dans_La_Masse:3726:25590118,25604425:Teint_Dans_La_Masse:3726:25604452,25607441:Teint_Dans_La_Masse:3726:25608416,25608431:Teint_Dans_La_Masse:3726:25608527,25611597:Teint_Dans_La_Masse:3726:25611637,25614815:Teint_Dans_La_Masse:3726:25614896,25632565:Teint_Dans_La_Masse:3726:25632743,25636904:Teint_Dans_La_Masse:3726:25637173,25639150:Teint_Dans_La_Masse:3726:25639192,25667470:Teint_Dans_La_Masse:3726:25667807,25674371:Teint_Dans_La_Masse:3726:25674627,25684794:Teint_Dans_La_Masse:3726:25685061,25705165:Teint_Dans_La_Masse:3726:25705224,25719358:Teint_Dans_La_Masse:3726:25720184,25719396:Teint_Dans_La_Masse:3726:25719608,25725313:Teint_Dans_La_Masse:3726:25725457,25734607:Teint_Dans_La_Masse:3726:25734669,25742082:Teint_Dans_La_Masse:3726:25742240,25762811:Teint_Dans_La_Masse:3726:25763148,25769863: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(2058767,2061883,2062895,2071365,2079217,2086707,2094421,2101535,2104173,2105229,2113811,2124317,2138641,2147645,2151653,2151637,2159935,2159929,2159911,2159361,2165941,2171457,2174353,2175317,2182608,2189451,2196403,2203039,2209957,2213295,2214487)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174041, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577495,25582022,25583313,25584028,25585687,25586623,25589458,25593796,25594703,25599104,25605332,25606913,25608669,25609531,25610360,25611213,25612247,25613356,25630567,25633048,25635804,25637490,25639505,25640704,25640952,25644953,25645869,25647758,25647999,25650572,25650646,25673970,25684608,25687146,25691919,25692076,25693215,25696251,25700050,25700105,25703282,25703697,25720131,25722292,25730721,25730814,25731054,25733793,25734096,25735415,25737646,25737746,25740511,25746095,25752086,25765285,25769430,25773580,25775396,25777510,25780974,25783451,25788429,25788601,25789396,25795567,25796049,25810912,25811675,25812144,25815005,25817338,25818594,25818629,25821169,25823467,25824213,25824305,25824395,25868267,25868388,25870692,25873708,25878461,25884802,25887514,25890502,25892257,25892872,25905413,25906895,25909958,25913166,25913231,25917064,25917087,25920693,25922026,25924081,25924187,25924301,25929105,25931662,25937577,25973802,25973921,25974020,25974170,25974271,25974402,25974610,25974693,25979271,2597959 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174042, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584794,25586289,25597318,25611721,25642564,25644983,25650403,25696082,25780498,25788132,25835502,25920149,26073442,26073665,26092685,26155566,26212185,26336716,26339023 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174043, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576722,25581229,25584140,25586523,25590126,25604446,25608421,25608534,25611628,25614884,25632742,25637182,25639195,25667798,25674637,25685059,25705227,25719606,25720180,25725453,25734668,25742239,25763144,25770041,25775799,25780269,25795802,25808503,25810277,25813408,25816795,25817989,25869529,25885349,25889931,25908989,25909705,25921165,25973066,25973634,25974240,25974519,26022359,26022941,26023187,26023656,26036538,26037476,26038804,26038870,26041651,26061405,26061513,26062072,26062269,26062830,26062989,26063276,26063387,26064903,26064996,26069260,26069997,26070059,26070264,26070373,26070608,26070720,26071894,26073173,26073786,26074155,26074394,26074669,26074853,26076354,26097107,26111617,26120516,26128405,26142084,26143400,26146516,26151340,26157442,26194666,26200489,26204413,26226884,26227119,26231170,26242626,26258395,26259886,26261843,26266313,26270829,26287270,26288106,26293954,26294172,26300094,26317875,26321361,26335830,26340481,26356845 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174044, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25609523,25687153,25746085,25765284,25788602,25812145,25817335,25906902,25924295,26038974,26041124,26045066,26062258,26129089,26154375,26159231,26210876,26215519,26231406,26231856,26233004,26268035 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174045, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25631964,25703189,25769690,25789995,25817964,25976416,26125042,26161071,26217842,26306177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174046, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580934,25583948,25590997,25606755,25610952,25632082,25643828,25646613,25684228,25695415,25703802,25727516,25737343,25772556,25777375,25791402,25810832,25824849,25871772,25894518,25909860,25920751,25938948,25976287,25989583,26025647,26027264,26037157,26040138,26063823,26063957,26064963,26072766,26075746,26077161,26108692,26111372,26125444,26130849,26142214,26163986,26209423,26214075,26242956,26245468,26261702,26275676,26281883,26308130,26314360,26328220,26356230,26365459 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174047, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577410,25603081,25605143,25606735,25607700,25610806,25613310,25613792,25722210,25724142,25730604,25737147,25748326,25786995,25790693,25795850,25795975,25821404,25826520,25906383,25928662,25932118,25976946,25988608,26021841,26024109,26025333,26039243,26041775,26064341,26073673,26075458,26076403,26077496,26118449,26138168,26138411,26138549,26151481,26153976,26160980,26212321,26212471,26261355,26270042,26270362,26306063,26307068,26353633,26363136,26366252 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174048, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583199,25610828,25640575,25713073,25814911,25909331,25974015,26038885,26045111,26073801,26095707,26140121,26157392,26260037,26267743,26271131,26290753,26295303,26305790 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174049, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580644,25590850,25593399,25605172,25607658,25609137,25610797,25645495,25669141,25687743,25691321,25695845,25700835,25715662,25719711,25730210,25764788,25774961,25779194,25782847,25787972,25788080,25808448,25812024,25818436,25820556,25891952,25892044,25912891,25917561,25973771,25974367,25974480,26020742,26021862,26022390,26023043,26036688,26037837,26039053,26039188,26039721,26039889,26040507,26041687,26044533,26062019,26062999,26063403,26063633,26071497,26073211,26073493,26074106,26074209,26074454,26074867,26091200,26099181,26115797,26118201,26130429,26130728,26142355,26146630,26151456,26153100,26156938,26157490,26160687,26202463,26210460,26228965,26231241,26232670,26233673,26236622,26237021,26240480,26255032,26257016,26263035,26264641,26266795,26267506,26285226,26292303,26303001,26303907,26320771,26343394 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174050, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25603898,25608589,25673273,25684258,25766144,25813604,25825339,25866871,25909435,25920073,25930810,25973506,25973552,26038851,26040340,26061695,26062179,26073500,26073595,26076450,26083062,26092618,26113783,26120795,26130920,26131120,26158973,26203229,26231710,26235712,26260085,26271793,26287449,26344730,26357174 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174051, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577938,25577969,25580838,25581965,25583151,25583183,25583287,25587804,25588416,25590326,25591072,25593223,25593950,25595523,25599684,25604831,25607746,25608234,25608634,25609226,25609459,25610319,25610884,25611147,25611769,25612171,25612413,25613285,25613831,25630480,25631375,25632932,25635689,25638779,25639474,25640639,25642439,25642673,25645615,25645894,25647622,25648881,25651010,25669323,25670522,25674923,25685417,25687112,25691794,25692140,25696963,25697510,25701100,25701379,25703141,25715102,25716059,25719852,25720146,25722519,25726712,25726894,25730746,25731074,25735228,25737369,25737656,25740474,25742795,25747326,25764944,25766738,25769203,25770385,25774701,25776023,25776060,25779359,25779738,25784651,25785038,25786112,25788209,25793142,25793380,25795394,25800613,25808832,25810424,25811647,25813548,25815577,25815787,25816595,25817059,25817222,25818547,25820883,25823018,25823117,25824231,25824339,25825593,25867002,25870587,25872547,25872907,25876344,25879245,25890359,25892171,25892747,25901750,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174052, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580223,25585408,25585696,25586613,25593807,25605333,25606911,25610361,25647759,25673969,25700059,25700111,25720130,25730809,25740512,25764666,25769431,25777521,25780977,25783462,25795556,25810902,25811682,25812146,25878454,25884800,25906904,25922025,25929109,25973797,25974168,25974621,26021159,26039622,26062051,26063693,26064366,26065740,26077052,26093269,26093381,26113526,26129096,26146298,26151872,26157230,26204827,26208205,26210877,26215524,26229317,26233007,26233863,26265477,26267002,26345478,26348191 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174053, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579273,25583909,25585258,25604484,25610237,25631960,25638062,25640828,25674172,25685091,25703197,25718324,25732879,25769695,25784168,25789999,25790442,25811381,25817965,25868505,25876854,25884075,25909772,25927185,25931466,25976207,25976414,26021592,26023494,26036700,26038739,26040790,26062130,26064496,26075285,26075473,26076374,26077339,26106628,26110982,26125038,26138118,26151669,26160034,26161074,26213445,26217847,26239316,26240772,26243877,26269854,26284565,26306174,26314334,26353837,26366150 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174054, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580946,25583955,25590993,25606749,25610948,25632096,25643827,25646621,25684233,25695412,25703807,25727503,25737350,25772557,25777378,25791405,25810828,25815554,25824842,25871774,25894515,25909853,25920744,25938938,25976277,25989579,26025650,26027263,26037156,26040127,26063825,26063954,26064970,26072765,26075751,26077162,26108687,26111383,26125453,26130843,26142223,26159367,26163976,26209424,26214066,26242955,26245464,26261697,26275677,26281874,26308121,26314362,26328213,26356222,26365454 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174055, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577417,25577913,25580048,25580574,25580877,25581787,25583137,25583260,25583834,25583887,25600455,25600481,25600857,25600998,25603073,25603869,25604128,25604187,25604353,25604536,25605108,25605140,25606734,25607699,25607743,25608189,25608551,25609367,25609417,25610290,25610805,25611178,25611715,25611750,25612086,25613315,25613788,25631045,25631764,25632106,25633454,25634968,25637512,25638199,25638691,25639318,25639478,25640770,25640817,25643716,25646472,25647454,25649435,25649630,25670157,25673090,25674290,25674818,25682967,25683970,25684452,25686299,25690695,25691246,25694860,25695954,25700258,25700620,25702399,25702855,25703703,25704350,25715045,25718895,25722217,25724151,25726758,25727228,25730601,25733066,25733300,25736429,25737151,25739510,25742335,25742583,25748312,25751738,25770061,25771673,25774758,25775233,25777230,25777400,25781796,25782716,25783014,25784339,25784608,25786999,25790145,25790700,25795862,25795904,25795974,25800573,25809400,25809466,25810147,25810379,25810695,25812004,25813476,2581499 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174056, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577378,25577813,25581903,25583204,25585337,25586323,25587732,25590193,25592542,25604679,25607667,25609383,25610829,25612114,25612192,25613234,25631226,25633733,25636362,25638720,25640580,25644195,25644801,25651809,25667891,25670287,25679636,25685326,25688056,25691552,25695964,25697077,25701030,25713084,25719726,25721794,25726528,25728075,25735004,25735155,25742704,25747024,25751831,25766160,25770256,25775907,25775953,25779332,25783136,25792960,25795917,25799910,25811532,25813494,25814912,25816440,25816473,25818452,25818511,25820759,25825373,25867977,25870352,25873396,25878051,25879135,25892656,25894381,25906275,25909329,25909338,25916726,25917731,25920232,25923778,25931078,25972964,25973423,25973605,25973821,25974007,25978772,25989105,26020797,26021815,26021934,26022845,26024961,26027999,26036604,26036759,26037580,26037800,26038887,26040863,26040926,26041720,26042086,26045104,26061490,26061593,26061702,26061755,26061878,26062438,26062788,26071477,26073305,26073399,26073552,26073618,26073810,26074044,2607417 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174057, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577321,25580634,25583092,25583861,25585278,25589075,25590861,25590951,25592477,25593297,25593392,25605175,25607659,25609131,25610257,25610786,25611075,25611671,25612067,25613760,25630083,25633708,25636339,25638685,25640488,25640789,25642299,25645499,25647464,25648612,25669148,25674741,25685142,25686904,25687758,25691334,25695847,25700823,25702897,25704169,25707571,25715674,25719705,25727865,25730209,25730407,25733599,25733765,25737259,25740204,25742415,25745643,25764800,25768797,25774962,25779195,25780446,25780693,25782838,25787966,25788068,25788417,25792717,25795114,25808438,25810289,25812025,25816348,25816371,25816575,25817038,25818400,25818424,25820553,25822733,25825295,25866934,25869603,25869683,25873355,25876031,25886127,25887257,25891941,25892053,25904516,25906263,25906916,25912893,25916563,25916711,25917559,25921365,25921731,25923657,25924682,25930758,25931008,25973532,25973779,25974357,25974484,25974825,25974924,25981129,26020740,26020838,26021861,26021982,26022377,26022894,26023049,26036686,2603770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174058, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580695,25581645,25581718,25586204,25603904,25608590,25609173,25611119,25611650,25611689,25614928,25615077,25633669,25633793,25637259,25639356,25650301,25650380,25658549,25673267,25684256,25687843,25695828,25700929,25712958,25721884,25726685,25733867,25745751,25751686,25766137,25773157,25780614,25780817,25792880,25811582,25813611,25814949,25817098,25825337,25866882,25873538,25878131,25887269,25887318,25891995,25909288,25909424,25912959,25919881,25920057,25924910,25930813,25973231,25973509,25973560,25973696,25974049,26020758,26021963,26021995,26024834,26025977,26028339,26037384,26038852,26039168,26040346,26041387,26044563,26044611,26061547,26061564,26061694,26061906,26062145,26062175,26062358,26062759,26062919,26063089,26063331,26065898,26069332,26070142,26070185,26070287,26070364,26070471,26072138,26073195,26073270,26073514,26073593,26076444,26083061,26092627,26113790,26115129,26118180,26118226,26120791,26130909,26131107,26143477,26145865,26146554,26150529,26155526,26158970,26161795,26200520,26200709,2620321 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174059, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577940,25577964,25580826,25581954,25583150,25583185,25583286,25587805,25588424,25590320,25591074,25593226,25593946,25595528,25599693,25604827,25607762,25608244,25608636,25609213,25609454,25610316,25610895,25611134,25611773,25612158,25612414,25613289,25613833,25630472,25631362,25632944,25635678,25638783,25639464,25640641,25642438,25642676,25645614,25645881,25647625,25648890,25651020,25669326,25670513,25674931,25685405,25687115,25691811,25692138,25696964,25697509,25701093,25701375,25703153,25715100,25716064,25719853,25720159,25722531,25726722,25726893,25730762,25731066,25735236,25737365,25737669,25740473,25742802,25747320,25764942,25766751,25769215,25770388,25774699,25776035,25776052,25779361,25779737,25784650,25785050,25786119,25788215,25793145,25793383,25795408,25800609,25808830,25810410,25811633,25813535,25815587,25815772,25816594,25817062,25817216,25818549,25820881,25823014,25823090,25824236,25824325,25825594,25866995,25870597,25872539,25872916,25876353,25879246,25890373,25892184,25892746,25901747,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174060, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577504,25580216,25583308,25584029,25585413,25585691,25586617,25589462,25593804,25594702,25599107,25605342,25606914,25608675,25609533,25610353,25611210,25612250,25613365,25633049,25635796,25639495,25640697,25640959,25644949,25647768,25647992,25650642,25673974,25687148,25691923,25692064,25693205,25696247,25700053,25700104,25703289,25703691,25722290,25730715,25731056,25733795,25735421,25737650,25737742,25740514,25746096,25752090,25769425,25773591,25775401,25777512,25783454,25788433,25788598,25789397,25795563,25806802,25810904,25815011,25817330,25818602,25818630,25821168,25823466,25824215,25868264,25868387,25870697,25873703,25878463,25887520,25890504,25892256,25905081,25909960,25913175,25913233,25917066,25917092,25920703,25924076,25924297,25929104,25931664,25937574,25974025,25974166,25974273,25974410,25974608,25974691,25979270,26021158,26023458,26023478,26025477,26030965,26031147,26036896,26037272,26038979,26039617,26041128,26041185,26042277,26042288,26044494,26045248,26061984,26062256,26062416,26062523,2606331 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174061, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584792,25586291,25597317,25611723,25642432,25642567,25644979,25650410,25687869,25696084,25733744,25751943,25780500,25788129,25788322,25788677,25835499,25920154,26021797,26073437,26073659,26092688,26130787,26155562,26207766,26212180,26235803,26287286,26336719,26339021,26339699,26344983 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174062, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576727,25581218,25584131,25637175,25639190,25667797,25685069,25705229,25725455,25742234,25775805,25780275,25808499,25810280,25813409,25816786,25817985,25869536,25885352,25901228,25908995,25909706,25921163,25974520,26022350,26023184,26023662,26037481,26038872,26039892,26061518,26063272,26069259,26070267,26073175,26073788,26074391,26074674,26074855,26097112,26097686,26111607,26115034,26118131,26128396,26146515,26157450,26194662,26200484,26226876,26227118,26231171,26242620,26258393,26259890,26266322,26270824,26287271,26288109,26294168,26325710,26335836 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174063, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576723,25581226,25584134,25586531,25590116,25604447,25608420,25608531,25632752,25637183,25639196,25667796,25685066,25719610,25720186,25725451,25763131,25770047,25775800,25780264,25795795,25808501,25810279,25813404,25816793,25817983,25869535,25885356,25889929,25901229,25908986,25909709,25921166,25973065,25973636,25974237,25974516,26022357,26022946,26023186,26023653,26036544,26037475,26038793,26038874,26039897,26041652,26061403,26061510,26061676,26062061,26062260,26062635,26062831,26062986,26063386,26064904,26064991,26069249,26070057,26070262,26070714,26071900,26073785,26074393,26074677,26074858,26076356,26097105,26097678,26111613,26115033,26118127,26120519,26142088,26157447,26194664,26200482,26204420,26226883,26227117,26231172,26242617,26258386,26259893,26261841,26266318,26270831,26287268,26288099,26293953,26294173,26321370,26325715,26335824,26340490,26356840 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174064, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576719,25581225,25584129,25586525,25590127,25604453,25608413,25608528,25611635,25614898,25637179,25639194,25667804,25685067,25705223,25719609,25720185,25725464,25734672,25763142,25770036,25775802,25795805,25808500,25810273,25813403,25816796,25817981,25869533,25885353,25889939,25901237,25908990,25909703,25921161,25973075,25973642,25974512,26022360,26022949,26023181,26023655,26036547,26038866,26039893,26041654,26061399,26061680,26062071,26062272,26064899,26069255,26070268,26071895,26073791,26074678,26074862,26076355,26097114,26097681,26111609,26120512,26128402,26146506,26157446,26194657,26204409,26207327,26226880,26227111,26231168,26242621,26259896,26261834,26266323,26270821,26287274,26288108,26293956,26294166,26300091,26317886 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174065, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25638066,25640835,25718330,25784174,25876865,25884064,25909771,25927193,26021604,26038740,26040796,26160037,26240768,26269849,26314339,26366152 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174066, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580947,25583960,25591004,25606752,25610942,25632094,25643823,25646606,25684229,25695409,25703812,25727511,25737349,25772560,25777377,25791393,25810836,25815566,25824847,25871769,25894524,25909855,25920746,25976278,25989580,26025640,26027275,26037155,26040134,26063821,26063955,26064971,26072768,26075742,26077168,26108688,26111384,26125457,26130845,26142219,26159368,26163985,26209434,26214072,26242948,26245466,26261693,26275682,26281885,26308123,26314368,26328219,26356220,26365464 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174067, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580880,25583835,25600456,25600990,25603857,25605114,25607732,25610287,25611712,25612094,25638203,25639307,25683980,25691245,25694851,25700630,25704339,25730610,25733052,25739520,25742327,25751739,25777397,25781801,25782720,25784609,25790690,25810689,25812012,25814995,25815488,25817855,25817950,25821414,25824504,25833025,25867406,25874316,25892764,25909655,25910051,25914680,25918504,25918972,25920786,25922431,25927776,25975933,26020708,26021847,26022478,26025332,26037004,26039239,26041596,26041616,26041955,26062007,26063928,26064278,26071645,26073364,26075641,26075699,26076405,26076561,26076951,26077399,26077458,26084917,26113254,26115178,26118461,26141612,26142614,26143040,26149227,26157735,26158386,26158459,26160187,26161871,26162071,26163769,26205506,26209307,26212310,26212470,26213766,26217443,26231936,26240732,26242450,26243780,26246688,26270043,26280089,26282238,26303256,26310308,26314382,26316278,26317282,26351250,26353644,26354899,26360292,26363745,26366259 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174068, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25612117,25651807,25697068,25735159,25775958,26099467,26157397,26285777,26319328 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174069, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577313,25580641,25583086,25583872,25590862,25590949,25592469,25605171,25607650,25609135,25610254,25610795,25633709,25640792,25642302,25674742,25686893,25687747,25691324,25704162,25707566,25719715,25727874,25730220,25730397,25733760,25737250,25768791,25774947,25779204,25780705,25787965,25788084,25788415,25792721,25795111,25812026,25816343,25816366,25816581,25817045,25820557,25869592,25876027,25886124,25906250,25906924,25916561,25916705,25917562,25921373,25921734,25923654,25931011,25974358,25974936,25981140,26020834,26021986,26023039,26036684,26037834,26038689,26039718,26040520,26041941,26044527,26061413,26061629,26061805,26062997,26063410,26063985,26074097,26074204,26074471,26074956,26088931,26092345,26099171,26115799,26118213,26120660,26123263,26130440,26142345,26144117,26151459,26153103,26155076,26156836,26156947,26158915,26198994,26202457,26207408,26207599,26209493,26210465,26212062,26225352,26231244,26232662,26232749,26233675,26237020,26257005,26260616,26263020,26264638,26273769,26291752,26292306,2630389 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174070, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580694,25581643,25581729,25586205,25603912,25608581,25609172,25611116,25614932,25615074,25633678,25633784,25637261,25639367,25650291,25658536,25673264,25684250,25687849,25695834,25712966,25721895,25726696,25733865,25745744,25751697,25766151,25773159,25780607,25780816,25792877,25811577,25813618,25814944,25817087,25825324,25866875,25873535,25878120,25887278,25887307,25909290,25909439,25912961,25919879,25920064,25924912,25930815,25973234,25973551,25973704,26020767,26024844,26025981,26037375,26039158,26040337,26041385,26044569,26044621,26061563,26061701,26063321,26065896,26070299,26072135,26073196,26073274,26073502,26073585,26076447,26083058,26092630,26115123,26118230,26120799,26130928,26131112,26150531,26155528,26161794,26200519,26200710,26203225,26212003,26226989,26235705,26241272,26260076,26262077,26265307,26278592,26287452,26293262,26293498,26296295,26301148,26323921,26328145,26336387,26357175 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174071, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577939,25577968,25580831,25581966,25583158,25583193,25583285,25587807,25588429,25590325,25591079,25593229,25593941,25595519,25599694,25604850,25607748,25608232,25608633,25609227,25609452,25610311,25610897,25611141,25611774,25612174,25612425,25613290,25613834,25630484,25631377,25632937,25635690,25638773,25639465,25640630,25642449,25642669,25645612,25645879,25647624,25648883,25651011,25669328,25670516,25674936,25685408,25687098,25691809,25692145,25696966,25697507,25701099,25701370,25703152,25715103,25716065,25719854,25720152,25722523,25726714,25726901,25730748,25731067,25735235,25737368,25737662,25740478,25742803,25747315,25764945,25766741,25769201,25770384,25774698,25776027,25776059,25779376,25779744,25784649,25785040,25786121,25788212,25793139,25793387,25795395,25800612,25808837,25810420,25811635,25813549,25815582,25815782,25816592,25817068,25817218,25818535,25820870,25823012,25823118,25824234,25824326,25825599,25867006,25870595,25872553,25872904,25876355,25879239,25890361,25892178,25892749,25901742,2590652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174072, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25674168 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174073, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583957,25591002,25632088,25703805,25737341,25772550,25871770,25909864,25920752,25989581,26025645,26027274,26037151,26040125,26075752,26077164,26108680,26125459,26130852,26142208,26163984,26209432,26214062,26242947,26275688,26281884 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174074, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25608556,25649444,25736421,25795982,25975849,26109415 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174075, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25640574,26038886,26061480 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174076, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25782848,26023051,26036687,26040513 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174077, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25603911,25615085,25766139,25909434,25930812,26231725 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174078, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25630483,25670525,25731079,25740487,25770382,25925436,25982420,26036866,26037716,26040048,26075337,26096017,26237960,26240556,26263487,26267774,26294245 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174079, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580214,25585415,25585690,25777520,26030975,26063726,26129094,26301506 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174080, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579284,25583908,25585254,25604478,25610227,25631966,25638067,25640833,25674170,25685090,25703191,25718339,25732881,25769684,25784166,25790004,25790444,25811388,25817970,25868510,25876869,25884067,25909780,25927183,25931468,25976214,25976407,26021590,26023493,26036695,26038742,26040793,26062118,26064483,26075289,26075485,26076378,26077343,26106627,26110978,26125039,26138117,26151672,26160045,26161079,26213458,26217855,26239313,26240766,26243878,26269859,26284557,26306179,26314328,26353833,26366145 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174081, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580933,25583956,25591003,25606757,25610949,25632097,25643821,25646612,25684232,25695408,25703801,25727509,25777379,25791398,25810837,25815567,25824843,25871781,25894511,25909862,25920742,25938939,25976275,25989582,26025644,26027276,26037144,26040135,26063827,26063961,26064964,26072759,26075745,26077167,26108690,26111382,26125445,26130841,26142211,26159363,26163983,26209428,26214063,26242951,26245463,26261694,26275681,26281881,26308133,26314374,26328211,26356229,26365460 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174082, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577425,25577911,25580053,25580578,25580866,25581796,25583132,25583256,25583823,25583884,25600458,25600482,25600864,25600999,25603868,25604137,25604176,25604345,25604538,25605106,25605149,25606727,25607706,25607742,25608197,25608557,25609362,25609429,25610285,25610809,25611182,25611704,25611743,25612089,25613309,25631043,25631771,25632110,25633441,25634966,25637504,25638200,25638694,25639314,25639490,25640780,25640812,25643724,25646470,25647462,25649449,25649629,25670158,25673097,25674289,25674829,25682965,25683971,25684454,25686306,25690696,25691253,25694861,25695956,25700251,25700625,25702393,25702860,25703702,25704352,25715046,25718885,25722213,25724140,25726773,25727239,25730598,25733061,25733309,25736432,25737143,25739509,25742336,25742580,25748313,25751743,25770055,25771676,25774767,25775227,25777240,25777394,25781807,25782718,25783022,25784341,25784620,25787006,25790155,25790691,25795859,25795900,25795984,25800582,25809397,25809460,25810140,25810376,25810698,25812014,25813469,25815001,25815492,2581711 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174083, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577377,25577828,25581895,25583200,25585342,25586316,25587743,25590183,25592538,25604687,25607670,25609380,25610822,25612116,25612185,25613235,25631241,25633737,25636359,25638709,25640581,25644192,25644808,25651790,25667895,25670277,25679637,25685329,25688048,25691558,25695971,25697078,25701029,25713079,25719722,25721799,25726523,25728071,25735002,25735165,25742710,25747032,25751836,25766166,25770255,25775897,25775952,25779337,25783149,25792964,25795923,25799898,25811533,25813496,25814902,25816426,25816464,25818453,25818505,25820762,25825380,25867964,25870351,25873382,25878045,25879127,25892653,25894375,25906292,25909328,25909343,25916727,25917730,25920236,25923788,25931093,25972968,25973409,25973593,25973808,25974014,25978785,25989111,26020789,26021814,26021922,26022838,26024972,26027994,26036610,26036750,26037584,26037798,26038892,26040866,26040934,26041718,26042077,26045105,26061478,26061598,26061717,26061752,26061870,26062432,26062794,26071476,26073302,26073400,26073546,26073612,26073798,26074055,2607417 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174084, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577316,25580638,25583085,25583860,25585267,25589090,25590858,25590941,25592482,25593282,25593397,25605183,25607660,25609132,25610248,25610787,25611078,25611678,25612061,25613768,25630096,25633717,25636337,25638679,25640497,25640798,25642305,25645504,25647469,25648623,25669152,25674749,25685143,25686889,25687761,25691331,25695858,25700830,25702904,25704165,25707568,25715673,25719713,25727864,25730208,25730398,25733588,25733757,25737248,25740203,25742409,25745635,25764792,25768792,25774951,25779202,25780449,25780698,25782843,25787973,25788082,25788406,25792712,25795104,25808451,25810287,25812035,25816352,25816373,25816569,25817034,25818389,25818423,25820561,25822722,25825296,25866935,25869593,25869680,25873353,25876041,25886121,25887246,25891938,25892056,25904511,25906253,25906917,25912882,25916555,25916714,25917553,25921367,25921729,25923651,25924674,25930764,25930997,25973535,25973775,25974363,25974471,25974815,25974939,25981139,26020733,26020840,26021860,26021976,26022387,26022902,26023052,26036690,2603770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174085, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580686,25581631,25586197,25603902,25608578,25609183,25611121,25614929,25633680,25633795,25639362,25650305,25650383,25658537,25673262,25684247,25687856,25695825,25700924,25712963,25721891,25726690,25745747,25751688,25766143,25773163,25780613,25780819,25792872,25811571,25813612,25814948,25817096,25825327,25866870,25873536,25878128,25887274,25887315,25891993,25909286,25912982,25919878,25920061,25924911,25930816,25973220,25973520,25973545,25973694,25974058,26020761,26021965,26024838,26025980,26028344,26037382,26038850,26039166,26040344,26041391,26044557,26044610,26061555,26061567,26061691,26061912,26062147,26062167,26062356,26062754,26062914,26063087,26063328,26065895,26069339,26070144,26070181,26070288,26070467,26072139,26073189,26073266,26073501,26073584,26076443,26083057,26092625,26113792,26115128,26118189,26120802,26130933,26131122,26143485,26146553,26150539,26155529,26158974,26161791,26200699,26203220,26212008,26212089,26213793,26226997,26231724,26235708,26235735,26241266,26260078,26262072,26265308,2627180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174086, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577931,25577966,25580836,25581957,25583160,25583184,25583281,25587806,25588414,25590315,25591085,25593219,25593949,25595518,25599687,25604843,25607752,25608247,25608631,25609214,25609453,25610303,25610888,25611136,25611764,25612160,25612422,25613283,25613841,25630479,25631367,25632936,25635681,25638780,25639468,25640646,25642436,25642677,25645624,25645880,25647610,25648882,25651024,25669327,25670519,25674934,25685407,25687090,25691800,25692134,25696975,25697504,25701104,25701368,25703155,25715092,25716066,25719855,25720147,25722526,25726720,25726889,25730753,25731077,25735238,25737375,25737666,25740479,25742797,25747325,25764949,25766739,25769216,25770383,25774702,25776024,25776053,25779357,25779736,25784646,25785049,25786108,25788222,25793144,25793371,25795392,25800621,25808833,25810416,25811634,25813539,25815586,25815786,25816606,25817061,25817228,25818537,25820884,25823015,25823097,25824229,25824327,25825592,25867008,25870591,25872545,25872908,25876340,25879240,25890360,25892169,25892741,25901737,2590652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174087, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25674162,25789996 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174088, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25643825,25737339 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174089, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25703712,25821400,25824665,26045005,26075446,26308023 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174090, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25610827,25640584 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174091, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25811583,25909425,26072127,26215182 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174092, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25901232,25909710,26036545,26037479,26041658,26097679,26115036,26259897,26325716 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174093, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25696967,25925427,26040050 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174094, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579288,25583899,25585251,25604474,25631962,25638076,25640834,25674161,25685081,25718336,25732880,25784160,25790005,25790437,25868520,25876857,25909776,25931469,25976211,25976410,26021593,26023506,26036699,26040792,26062126,26064492,26075288,26075482,26076385,26077331,26106620,26110975,26138122,26151657,26160044,26161066,26213446,26217852,26239319,26269861,26284560,26306180,26366147 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174095, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580945,25583946,25591001,25606758,25610943,25632084,25643820,25646614,25684220,25695417,25703809,25727513,25777371,25791400,25810822,25815560,25824844,25871777,25894519,25909854,25920754,25938950,25976290,25989590,26025643,26027266,26037143,26040133,26063815,26063960,26064973,26072756,26075748,26077155,26108679,26111373,26125456,26130848,26142209,26159357,26163974,26209426,26214064,26242949,26245457,26261696,26275689,26281886,26308136,26328209,26356224,26365458 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174096, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577414,25577910,25580058,25580570,25580867,25581795,25583129,25583257,25583830,25583879,25600453,25600852,25600991,25603083,25603855,25604133,25604189,25604342,25604550,25605116,25605151,25606737,25607704,25607730,25608200,25608555,25609353,25609423,25610278,25610810,25611174,25611702,25611755,25612095,25613314,25631036,25631765,25632108,25633457,25634960,25637507,25638195,25638688,25639319,25639476,25640776,25640815,25643715,25646466,25647458,25649440,25649624,25673099,25674288,25674823,25682972,25683966,25684446,25686309,25690693,25691241,25694852,25700260,25700628,25702388,25702849,25703708,25704343,25715049,25718887,25722218,25724141,25726764,25727237,25730605,25733053,25733312,25736428,25737149,25739513,25742330,25742581,25748324,25751737,25770052,25771678,25774754,25775231,25777235,25777399,25781799,25782710,25783026,25784350,25787001,25790159,25790694,25795857,25795902,25795986,25800575,25809392,25809464,25810137,25810368,25810703,25812008,25813474,25814992,25815489,25817107,25817853,25817946,2581802 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174097, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577825,25583207,25586321,25592543,25633738,25636363,25667900,25688061,25695976,25721804,25735014,25735164,25742705,25766157,25775956,25813492,25867969,25870364,25892650,25906289,25916728,25917725,25989120,26021820,26022843,26028004,26037811,26038898,26061601,26062440,26062790,26071478,26073309,26073557,26073608,26074052,26091405,26095701,26115802,26123319,26143528,26153373,26162413,26193856,26214671,26215199,26226234,26232698,26237897,26241295,26261998,26271134,26273852,26296315,26305785,26320723,26326064,26333672 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174098, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580639,25583098,25583869,25590849,25605179,25607657,25612062,25630092,25636347,25640803,25669155,25674747,25685149,25686890,25687760,25702898,25719710,25727868,25730399,25737254,25740192,25742401,25745631,25780445,25780699,25816374,25820563,25822736,25876039,25892050,25904512,25906257,25906925,25916552,25916713,25917555,25924676,25973765,25974826,25974935,26020731,26021869,26037696,26037847,26038681,26039187,26039716,26039978,26041937,26044528,26061798,26062530,26063287,26063626,26073225,26074212,26074874,26075175,26075274,26076844,26088920,26091194,26092334,26099173,26113182,26115793,26118208,26120654,26126721,26130434,26136032,26142351,26145936,26146620,26151457,26153113,26155072,26156834,26158911,26160680,26199009,26214560,26225342,26232664,26237015,26240483,26247484,26257017,26270985,26271753,26273781,26289567,26291757,26300355,26302988,26323840,26328046,26332122,26340630 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174099, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580690,25581638,25581720,25586192,25603903,25608582,25609178,25611112,25611646,25614927,25615087,25633667,25633794,25639360,25650386,25658541,25673261,25684255,25687852,25695830,25700920,25712964,25721899,25726691,25733868,25745749,25751689,25766145,25773152,25780612,25780829,25792871,25813610,25814946,25817092,25825325,25866874,25873537,25878125,25887276,25887313,25892004,25909301,25912977,25919872,25920062,25924908,25930818,25973225,25973512,25973549,25973698,25974059,26020752,26021968,26022001,26024830,26025984,26028341,26038853,26039162,26040347,26041386,26044560,26044607,26061558,26061700,26061904,26062141,26062165,26062361,26062760,26062911,26063086,26063330,26065905,26066429,26069340,26070129,26070297,26070352,26073197,26073276,26073512,26073597,26076448,26083068,26092631,26113786,26115126,26118179,26118225,26120796,26130913,26131110,26145872,26146550,26150541,26155524,26158976,26161784,26200506,26200706,26203217,26212009,26212098,26226999,26231720,26235704,26235739,26241261,26260088,26262066,2626529 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174100, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576729 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174101, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577941,25577954,25580823,25581956,25583153,25583189,25583288,25587797,25588422,25590317,25591065,25593220,25593943,25595524,25599699,25604835,25607754,25608243,25608630,25609221,25609463,25610310,25611132,25611763,25612161,25612411,25613298,25613839,25630478,25631371,25632931,25635682,25638784,25639461,25640640,25642444,25642674,25645613,25647620,25648885,25651019,25669317,25670524,25674921,25685401,25687104,25691804,25692130,25697517,25701095,25701382,25715091,25716070,25719857,25720150,25722522,25726713,25726892,25730749,25731062,25735230,25737358,25737667,25740480,25742801,25747311,25764947,25766748,25769202,25770386,25774690,25776029,25776063,25779373,25779742,25784652,25785041,25786115,25788210,25793138,25793374,25795398,25800608,25808842,25810413,25811631,25813544,25815579,25815771,25816597,25817063,25817215,25818536,25820869,25823020,25823103,25824241,25824323,25825600,25867009,25870593,25872544,25872906,25876348,25879237,25890367,25892168,25892744,25901746,25906526,25909470,25913101,25916964,2591781 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174102, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (26062679,26153668,26308667 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174103, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584793,25586286,25597312,25642423,25644981,25650400,25696080,25751950,25788327,25835498,26073440,26073663,26092682,26130781,26155567,26212183,26235799,26287284,26336722,26339014,26344975 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174104, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579278,25583911,25585263,25604480,25610231,25631965,25638063,25640839,25674166,25685076,25703196,25718328,25732875,25769682,25784175,25789994,25790438,25811378,25817973,25868506,25876867,25884071,25909770,25927181,25931457,25976209,25976406,26021601,26023499,26036705,26038736,26040789,26062123,26064488,26075280,26075479,26076375,26077341,26106617,26110983,26125043,26138110,26151656,26160046,26161073,26213448,26217843,26239315,26240774,26243883,26269855,26284556,26306171,26314326,26353847,26366144 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174105, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580935,25583954,25590998,25606761,25610946,25632090,25643822,25646615,25684226,25695423,25703803,25727506,25737338,25772562,25777380,25791396,25810824,25815555,25824838,25871768,25894520,25909866,25920745,25938941,25976288,25989588,26025635,26027273,26037148,26040129,26063814,26063958,26064974,26072763,26075753,26077159,26108693,26111376,26125448,26130851,26142215,26159369,26163977,26209420,26214071,26242959,26245459,26261691,26275691,26281889,26308125,26314371,26328218,26356227,26365466 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174106, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577411,25577901,25580052,25580582,25580878,25581791,25583131,25583247,25583826,25583889,25600463,25600477,25600858,25601001,25603078,25603860,25604136,25604178,25604340,25604537,25605120,25605150,25606731,25607702,25607735,25608198,25608558,25609358,25609425,25610280,25610813,25611176,25611705,25611753,25612099,25613319,25613803,25631037,25631770,25632103,25633444,25634975,25637517,25638193,25638687,25639316,25639481,25640779,25640820,25643712,25646462,25647453,25649445,25649637,25670152,25673105,25674279,25674824,25682963,25683969,25684455,25686308,25690700,25691251,25694863,25695949,25700263,25700621,25702398,25702856,25703709,25704342,25715054,25718891,25722211,25724139,25726762,25727234,25730599,25733057,25733304,25736424,25737154,25739517,25742333,25742593,25748311,25751741,25770050,25771674,25774752,25775236,25777232,25777392,25781809,25782705,25783019,25784349,25784617,25787008,25790158,25790689,25795858,25795897,25795981,25800578,25809403,25809461,25810148,25810365,25810688,25812019,25813475,2581498 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174107, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577380,25577819,25581902,25583211,25585340,25586310,25587738,25590184,25592546,25604682,25607673,25609372,25610825,25612113,25612184,25613239,25631227,25633739,25636374,25638716,25640571,25644190,25644795,25651799,25667890,25670290,25679630,25685322,25688055,25691556,25695972,25697075,25701039,25713071,25719725,25721791,25726513,25728078,25735006,25735162,25742715,25747026,25751832,25766161,25770252,25775908,25775954,25779331,25783144,25792968,25795915,25799896,25811537,25813499,25814907,25816430,25816474,25818459,25818502,25820753,25825382,25867972,25870355,25873384,25878035,25879132,25892655,25894388,25906269,25909332,25909340,25916721,25917723,25920241,25923786,25931076,25972966,25973418,25973600,25973812,25974009,25978780,25989108,26020795,26021808,26021930,26022852,26024964,26028009,26036605,26036764,26037589,26037807,26038891,26040867,26040923,26041731,26042090,26045110,26061476,26061596,26061704,26061759,26061875,26062441,26062801,26071475,26073303,26073404,26073549,26073610,26073806,26074040,2607416 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174108, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577322,25580637,25583095,25583857,25585276,25589089,25590863,25590948,25592475,25593284,25593395,25605181,25607651,25609142,25610251,25610793,25611073,25611677,25612065,25613771,25630085,25633714,25636345,25638676,25640487,25640791,25642300,25645501,25647471,25648609,25669146,25674743,25685144,25686895,25687762,25691322,25695852,25700827,25702891,25704166,25707555,25715663,25719714,25727873,25730215,25730395,25733586,25733762,25737252,25740191,25742411,25745629,25764791,25768789,25774952,25779196,25780450,25780694,25782845,25787969,25788071,25788412,25792724,25795100,25808452,25810298,25812023,25816344,25816370,25816572,25817048,25818397,25818425,25820550,25822734,25825307,25866936,25869588,25869688,25873360,25876026,25886131,25887256,25891939,25892058,25904509,25906255,25906919,25912885,25916559,25916716,25917554,25921377,25921730,25923647,25924684,25930754,25931009,25973528,25973766,25974366,25974483,25974818,25974933,25981131,26020741,26020829,26021864,26021989,26022383,26022897,26023053,26036679,2603770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174109, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580688,25581637,25581722,25586198,25603900,25608588,25609168,25611118,25611654,25611691,25614931,25615079,25633676,25633782,25637258,25639359,25650299,25650378,25658545,25673257,25684259,25687854,25695824,25700932,25712961,25721892,25726692,25733877,25745748,25751696,25766147,25773156,25780605,25780825,25792867,25811580,25813607,25814935,25817093,25825342,25866878,25873534,25878127,25887268,25887316,25892000,25909289,25909429,25912984,25919871,25920071,25924919,25930809,25973233,25973507,25973556,25973705,25974060,26020763,26021962,26022006,26024836,26025976,26028347,26037379,26038862,26039157,26040341,26041383,26044564,26044612,26061549,26061556,26061686,26061896,26062148,26062168,26062365,26062765,26062925,26063085,26063324,26065904,26066432,26069341,26070136,26070191,26070298,26070363,26070474,26072133,26073202,26073267,26073509,26073589,26076445,26083065,26092629,26113791,26115119,26118184,26118222,26120789,26130930,26131109,26143481,26145864,26146555,26150536,26155516,26158977,26161785,26200514,2620070 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174110, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25901234,26097677,26115030,26325714 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174111, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577935,25577955,25580829,25581964,25583148,25583187,25583295,25587801,25588417,25590312,25591076,25593228,25593944,25595516,25599692,25604849,25607753,25608240,25608625,25609223,25609460,25610305,25610899,25611143,25611765,25612166,25612420,25613286,25613832,25630471,25631373,25632942,25635677,25638774,25639470,25640632,25642441,25642675,25645625,25645890,25647617,25648886,25651014,25669319,25670510,25674926,25685409,25687110,25691805,25692144,25696959,25697505,25701098,25701380,25703154,25715104,25716072,25719860,25720151,25722524,25726708,25726905,25730750,25731068,25735225,25737372,25737655,25740472,25742810,25747319,25764941,25766744,25769208,25770378,25774688,25776031,25776055,25779349,25779753,25784647,25785042,25786120,25788211,25793151,25793382,25795403,25800617,25808835,25810418,25811641,25813538,25815574,25815783,25816600,25817056,25817223,25818552,25820878,25823025,25823105,25824242,25824330,25825588,25866996,25870598,25872548,25872910,25876343,25879248,25890362,25892180,25892748,25901744,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174112, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577498,25580219,25582033,25583306,25584026,25585693,25586615,25589466,25593803,25605340,25606916,25608671,25609522,25610358,25611211,25612240,25613353,25630568,25633047,25635806,25637496,25639503,25640700,25640958,25644951,25645873,25647762,25647996,25650635,25669430,25673978,25684595,25687144,25691917,25692074,25693214,25696256,25700058,25700107,25703281,25703687,25720138,25722301,25730726,25730820,25731060,25733794,25734101,25735420,25737653,25737752,25740519,25752088,25764673,25765292,25769424,25773589,25775391,25777515,25780985,25783463,25788424,25788606,25789401,25795568,25796056,25810903,25811676,25812149,25815017,25817327,25818595,25818639,25821178,25824222,25824396,25868263,25868379,25870687,25873701,25878453,25884804,25887507,25890507,25892252,25892868,25905093,25905417,25906894,25909959,25913164,25913232,25917063,25917096,25920696,25922023,25924080,25924182,25924291,25929106,25973793,25973925,25974172,25974281,25974412,25974619,25974694,25979261,25979587,25981570,26020957,26021117,26021156,2602268 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174113, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584796,25586294,25597313,25611725,25642425,25642561,25644984,25650407,25687868,25696086,25733750,25751948,25780496,25788126,25788320,25788685,25835494,25920153,26021794,26073441,26073658,26092686,26130782,26155565,26207762,26212177,26235804,26287289,26336714,26339018,26339704,26344979 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174114, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579279,25604485,25610239,25631963,25640836,25685085,25732872,25769683,25789997,25811389,25817977,25868507,25884070,25909785,25927191,25931461,26021599,26023492,26036696,26040801,26064484,26075474,26076376,26077335,26106632,26110985,26138121,26151660,26160041,26213444,26217848,26243881,26269860,26306168,26314330,26353834,26366139 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174115, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580937,25583947,25590999,25606751,25632095,25643818,25684231,25703810,25727507,25772551,25777376,25810827,25824836,25871773,25894516,25909863,25920747,25976282,25989584,26025641,26027270,26040131,26063828,26063956,26064965,26072761,26075750,26077160,26108682,26111370,26125450,26130838,26142220,26163978,26209429,26214070,26242950,26245469,26261689,26275686,26281876,26308134,26328205,26356223,26365452 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174116, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577418,25583142,25583836,25600460,25600859,25603856,25604132,25604350,25604547,25605148,25607708,25608188,25609364,25611706,25631032,25631766,25632113,25638190,25639310,25639477,25640768,25646463,25647461,25674827,25682970,25686305,25691254,25700266,25702392,25704347,25715059,25718894,25722204,25727235,25730603,25736426,25737144,25742584,25748314,25751742,25771679,25774763,25775228,25782706,25783020,25795905,25809393,25809471,25810374,25813468,25824507,25867417,25869505,25870227,25874326,25885316,25892767,25893150,25909060,25909646,25914681,25918507,25920791,25922424,25927779,25932120,25932504,25974633,25974982,25975758,25975924,25976174,25976793,25976935,25977041,25988617,26020717,26021542,26021840,26023142,26023893,26025334,26027033,26036587,26036826,26037171,26037788,26038709,26038771,26041607,26041634,26041959,26061385,26061446,26062002,26063659,26063936,26064328,26064624,26064687,26064721,26064740,26065585,26073683,26074249,26074698,26075405,26075559,26075656,26075691,26076395,26076954,26077123,2607722 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174117, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25679634,25713074,25735015,25972963,26024966,26036751,26041725,26061597,26076459,26078004,26095708,26099304,26143526,26193850,26202480,26214661,26215208,26236724,26237894,26262043,26273856,26319336,26339643 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174118, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577319,25580648,25583088,25583866,25585272,25589086,25590859,25592471,25593289,25593396,25605170,25607652,25609130,25611081,25613764,25630084,25633721,25636342,25638671,25640793,25642306,25645502,25647467,25648614,25669149,25674746,25685138,25686892,25695844,25700832,25702895,25704167,25707569,25715666,25719701,25727871,25730219,25730400,25737251,25740198,25742416,25745632,25764801,25768796,25774948,25779200,25780452,25787960,25788418,25792714,25795105,25808440,25810294,25812029,25816353,25816372,25816582,25817037,25818427,25820560,25822731,25825293,25866928,25869595,25873364,25876029,25886129,25887248,25891942,25904510,25906251,25906920,25912886,25916558,25916703,25917563,25921363,25921724,25923645,25924670,25930763,25931001,25973539,25973782,25974355,25974479,25974821,25974926,25981130,26020738,26020837,26021865,26021978,26022391,26023050,26037707,26037838,26038688,26039062,26039725,26039882,26039968,26040510,26041695,26041933,26042318,26044521,26061407,26061459,26061633,26061811,26062026,26062303,2606251 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174119, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580685,25581646,25581719,25586206,25603905,25608585,25609182,25611124,25614933,25615082,25633789,25637269,25650304,25650373,25673271,25684244,25687847,25695831,25712969,25745742,25751682,25766138,25773150,25780828,25792873,25811575,25813617,25825330,25866879,25873539,25878132,25887272,25887319,25909298,25912986,25920072,25924906,25973229,25973514,25973557,25973695,25974052,26020756,26021958,26021999,26025987,26038854,26039161,26040343,26041390,26044608,26061562,26061696,26061907,26062369,26062767,26062916,26063084,26063327,26065909,26069345,26070184,26073198,26073275,26073510,26073586,26076441,26083054,26092624,26115121,26118181,26118228,26120803,26130916,26131114,26143483,26155527,26158978,26161786,26203221,26211998,26212093,26226986,26235733,26241260,26260077,26265302,26271795,26278594,26287445,26293260,26293495,26323920,26328147,26336384,26344733,26357165 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174120, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577937,25577967,25580830,25581955,25583159,25583188,25583290,25587808,25588419,25590313,25591086,25593230,25593947,25595517,25599685,25604848,25607749,25608235,25608626,25609215,25609449,25610308,25610886,25611142,25611771,25612173,25612421,25613287,25613838,25630486,25631376,25632933,25635680,25638786,25639463,25640635,25642448,25642661,25645617,25645893,25647619,25648887,25651022,25669329,25670511,25674927,25685404,25687092,25691806,25692143,25696974,25697512,25701094,25701369,25703143,25715106,25716057,25719851,25720162,25722525,25726710,25726902,25730755,25731073,25735231,25737374,25737668,25740486,25742787,25747313,25764937,25766740,25769212,25770387,25774691,25776036,25776056,25779355,25779749,25784656,25785046,25786107,25788219,25793147,25793381,25795391,25800618,25808831,25810423,25811639,25813551,25815585,25815778,25816602,25817070,25817217,25818542,25820873,25823023,25823095,25824233,25824336,25825585,25866994,25870596,25872536,25872911,25876352,25879235,25890368,25892182,25892743,25901734,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174121, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25817331,25818640,26236210,26240822 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174122, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25586288,25780499,25788678,26207764,26287283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174123, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25685080,25703195,25732873,25790007,25811385,25868518,25884063,26062127,26075477,26269857 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174124, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25772554,26025649,26275687 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174125, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25643718,25649631,25673091,25784619,25821408,25824673,25889112,25927773,25938380,25974644,25974993,26037012,26041761,26045004,26109404,26111551,26270361,26316288,26351256 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174126, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25640585,26210697 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174127, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583087,25590954,25593400,25609138,25610249,25610791,25611679,25612074,25613770,25630086,25633712,25636340,25638675,25640802,25642309,25686898,25687749,25707567,25719700,25730222,25745641,25764802,25774949,25782842,25788066,25792713,25808447,25810288,25816350,25816578,25818395,25866938,25873359,25876035,25886117,25887249,25892049,25904505,25912883,25916553,25917550,25921374,25930757,25931006,25974481,25974822,25981136,26020737,26021857,26021984,26023045,26036675,26038687,26039880,26039973,26040518,26041682,26061465,26061807,26062532,26062995,26063631,26063976,26071506,26073218,26073284,26073492,26074214,26074463,26074866,26075530,26088922,26091191,26092336,26099170,26113188,26115791,26118215,26120679,26128333,26130732,26136043,26142353,26145946,26155079,26160682,26198999,26202471,26207396,26207595,26214559,26225343,26236690,26255037,26257027,26260609,26263023,26266806,26267507,26269686,26271754,26285235,26292296,26328040 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174128, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25673265,25773148,26150527,26278602 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174129, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577932,25583181,25583294,25588420,25590318,25604845,25608638,25609224,25609455,25610889,25630475,25632938,25635691,25692142,25701384,25703140,25722528,25731071,25740476,25747321,25785051,25788217,25808840,25811636,25815776,25816603,25872912,25879236,25892177,25921836,25924954,25925424,25973361,25973400,25974316,25975892,26024178,26036868,26037719,26039249,26040045,26041254,26041965,26045145,26063064,26064006,26064382,26073686,26074092,26074453,26075326,26076329,26113420,26114015,26127214,26128896,26141554,26142585,26146781,26149452,26150674,26153302,26156985,26212281,26215256,26227074,26235903,26237953,26240568,26289675,26294244,26308350,26325947,26332767 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174130, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577500,25580217,25582032,25583305,25584032,25585403,25585695,25586625,25589469,25593806,25594711,25599101,25605338,25606919,25608677,25609529,25610349,25611215,25612237,25613361,25630569,25633050,25635797,25637482,25639500,25640705,25640955,25644962,25645874,25647761,25647995,25650561,25650634,25669426,25673971,25684605,25687154,25691913,25692063,25693202,25696254,25700062,25700106,25703293,25703694,25720129,25722302,25730720,25730821,25731050,25733802,25734095,25735428,25737643,25737747,25740509,25746092,25752095,25764665,25765295,25769419,25773584,25775393,25777511,25780978,25783453,25788436,25788594,25789398,25795569,25796045,25806806,25810908,25811681,25812151,25815014,25817340,25818601,25818642,25821177,25823456,25824218,25824307,25824391,25868274,25868393,25870688,25873712,25878473,25884813,25887517,25887568,25890501,25892264,25892867,25893003,25905088,25905418,25906900,25909964,25913174,25913234,25917062,25917088,25920699,25922024,25924088,25924193,25924293,25929100,25931658,25937576,25973800,2597391 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174131, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584789,25586290,25597316,25611720,25642430,25642568,25644982,25650409,25687877,25696089,25733754,25751940,25780497,25788127,25788321,25788683,25835493,25920151,26021790,26073443,26073662,26092689,26130778,26155557,26207758,26212187,26235802,26287291,26336724,26339016,26339708,26344980 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174132, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (26074252 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174133, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25731063,26237949,26263501 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174134, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25817332 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174135, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25586295,25597314,25611726,25644975,25650408,25696088,25733748,25751946,25788326,25788679,25835501,25920148,26021798,26073666,26155564,26207756,26287290,26339019 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174136, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25790008,25927182 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174137, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25643819,25737351,25772553,25920755,26025648,26314363 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174138, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25605137,25674819,25795980,25821399,25892756,25914683,26061580,26072672,26073677,26076555,26109402,26162664 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174139, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25581897,25607672,25610823,25640570,25747031,25811541,25813488,26036757,26042075,26061753,26113911,26241294,26285784,26290756 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174140, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577314,25580646,25583100,25583859,25585271,25589077,25590852,25590950,25592476,25593292,25593393,25605184,25607664,25609143,25611674,25613762,25630087,25633713,25636341,25638684,25669142,25674738,25685141,25686903,25687751,25700824,25702901,25704155,25707558,25715670,25719709,25730223,25730390,25745636,25764795,25768794,25774954,25779198,25780696,25782849,25787964,25788407,25792725,25795103,25808454,25812034,25816359,25816579,25869597,25869693,25873365,25876033,25887258,25891944,25892046,25906254,25912889,25917548,25921375,25930759,25930996,25974472,25974819,25974932,25981137,26021988,26023048,26036682,26037697,26037840,26039056,26039883,26039965,26040509,26041683,26041931,26044531,26061467,26061799,26062027,26062524,26063001,26063405,26063530,26071501,26073215,26073286,26074095,26074531,26074953,26075164,26075264,26075440,26076853,26088918,26091192,26092339,26120641,26123268,26126717,26128338,26130427,26130731,26144119,26145950,26156941,26157494,26158913,26160677,26193814,26199006,26207397,26212076,2621293 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174141, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25811584,25909437,26044616,26072128,26115117,26215180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174142, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583162,25583195,25587799,25590319,25604825,25608237,25608627,25610898,25612163,25612418,25631369,25635679,25638789,25640636,25642665,25647607,25648888,25651008,25669325,25670523,25674925,25692128,25696969,25697516,25701102,25703144,25716060,25719847,25731078,25737664,25740481,25764938,25769204,25770390,25774695,25808834,25810421,25811638,25813550,25816596,25825584,25867001,25870594,25872915,25879243,25892176,25901740,25909471,25925430,25929198,25973406,25974320,25975574,25975896,26022695,26023010,26036812,26036862,26038111,26039260,26040051,26040538,26041260,26042293,26044515,26061961,26062846,26063257,26063782,26064002,26064753,26074086,26074425,26074451,26074938,26075327,26075710,26076325,26076577,26076735,26076886,26079202,26083132,26085684,26089168,26096014,26099748,26113426,26114016,26115281,26118424,26127217,26129970,26131964,26141555,26144158,26153288,26160850,26203403,26204793,26207586,26207954,26209783,26213847,26215255,26224296,26225510,26229897,26231829,26235907,26237958,26240569,26255501,2625872 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174143, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576726,25581221,25584132,25586529,25590119,25604448,25608424,25608536,25611627,25614886,25632751,25637178,25639193,25667803,25674632,25685058,25705232,25719601,25720182,25725465,25734673,25742232,25763134,25770040,25775801,25780273,25795806,25808497,25810276,25813402,25816792,25817982,25869530,25885348,25889936,25901240,25908988,25909700,25921164,25973079,25973637,25974234,25974513,26022356,26022950,26023178,26023661,26036548,26037484,26038798,26038875,26039899,26041653,26061402,26061512,26061679,26061926,26062063,26062826,26063278,26064909,26069258,26069992,26070263,26070378,26070607,26071899,26073168,26073783,26074150,26074392,26074670,26074860,26076352,26097113,26097683,26111611,26115031,26118132,26120515,26128406,26142083,26143395,26146517,26157449,26194658,26200483,26204411,26207330,26226879,26227116,26231177,26242628,26258391,26259888,26261839,26266316,26270826,26287276,26288101,26293951,26294170,26300096,26317885,26321362,26322770,26325717,26335831,26340488,26356842 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174144, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576724,25581223,25584139,25586532,25590118,25604452,25608416,25608527,25611637,25614896,25632743,25637173,25639192,25667807,25674627,25685061,25705224,25719608,25720184,25725457,25734669,25742240,25763148,25770046,25775808,25780263,25795799,25808502,25810281,25813413,25816789,25817986,25869538,25885351,25889935,25901236,25908992,25909712,25921170,25973073,25973635,25974232,25974521,26022349,26022942,26023189,26023659,26036537,26037482,26038805,26038864,26039895,26041656,26061396,26061508,26061683,26061928,26062066,26062262,26062645,26062828,26062984,26063279,26063395,26064989,26069254,26069998,26070054,26070259,26070371,26070609,26070715,26071892,26073170,26073787,26074157,26074389,26074671,26074857,26076351,26097103,26111608,26115032,26118128,26120514,26128403,26142092,26143397,26146507,26151338,26157441,26194661,26200492,26204417,26207325,26226882,26227112,26231179,26242623,26258385,26259894,26261832,26266324,26270823,26287278,26288104,26293950,26294176,26297475,26300090,26317881,26321372,26322766,2632570 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30174041,30174044,30174052,30174060,30174079,30174102,30174112,30174121,30174130,30174134?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30174042,30174061,30174103,30174113,30174122,30174131,30174135?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30174043,30174062,30174063,30174064,30174092,30174100,30174110,30174143,30174144?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,papier,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30174045,30174053,30174065,30174072,30174080,30174087,30174094,30174104,30174114,30174123,30174136?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30174046,30174054,30174066,30174073,30174081,30174088,30174095,30174105,30174115,30174124,30174137?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30174047,30174055,30174067,30174074,30174082,30174089,30174096,30174106,30174116,30174125,30174132,30174138?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30174048,30174056,30174068,30174075,30174083,30174090,30174097,30174107,30174117,30174126,30174139?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30174049,30174057,30174069,30174076,30174084,30174098,30174108,30174118,30174127,30174140?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30174050,30174058,30174070,30174077,30174085,30174091,30174099,30174109,30174119,30174128,30174141?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30174051,30174059,30174071,30174078,30174086,30174093,30174101,30174111,30174120,30174129,30174133,30174142?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Fonction SLA_MENSUEL nb_day : (4, 31) 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 : 08 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-08 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-08%') and created_at like '%2025-08%'))); nb_day : (4, 31) 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) = 08 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) = 08 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) = 08 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) = 08 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) = 08 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) = 08 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) = 08 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) = 08 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) = 08 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) = 08 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) = 08 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 '%082025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-08-01 : dt_date_just_month_year : 2025-08-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-08-01" AND ded.date <= "2025-08-31" 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 (2058767,2061883,2062895,2071365,2079217,2086707,2094421,2101535,2104173,2105229,2113811,2124317,2138641,2147645,2151653,2151637,2159935,2159929,2159911,2159361,2165941,2171457,2174353,2175317,2182608,2189451,2196403,2203039,2209957,2213295,2214487) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007242550547338636, 'nb_photo': 1318, 'list_port_cont': '25577495,25582022,25583313,25584028,25585687,25586623,25589458,25593796,25594703,25599104,25605332,25606913,25608669,25609531,25610360,25611213,25612247,25613356,25630567,25633048,25635804,25637490,25639505,25640704,25640952,25644953,25645869,25647758,25647999,25650572,25650646,25673970,25684608,25687146,25691919,25692076,25693215,25696251,25700050,25700105,25703282,25703697,25720131,25722292,25730721,25730814,25731054,25733793,25734096,25735415,25737646,25737746,25740511,25746095,25752086,25765285,25769430,25773580,25775396,25777510,25780974,25783451,25788429,25788601,25789396,25795567,25796049,25810912,25811675,25812144,25815005,25817338,25818594,25818629,25821169,25823467,25824213,25824305,25824395,25868267,25868388,25870692,25873708,25878461,25884802,25887514,25890502,25892257,25892872,25905413,25906895,25909958,25913166,25913231,25917064,25917087,25920693,25922026,25924081,25924187,25924301,25929105,25931662,25937577,25973802,25973921,25974020,25974170,25974271,25974402,25974610,25974693,25979271,2597959', 'assoc_port': '25577173:25577495,25581567:25582022,25582994:25583313,25583783:25584028,25585546:25585687,25586142:25589458,25586492:25586623,25590799:25594703,25592295:25599104,25593104:25593796,25605065:25605332,25606448:25606913,25608430:25608669,25609322:25609531,25610129:25610360,25611023:25611213,25611992:25612247,25613127:25613356,25629828:25630567,25632564:25633048,25635076:25635804,25636902:25637490,25639146:25639505,25640335:25640704,25640753:25640952,25644540:25644953,25645295:25645869,25647265:25647758,25647269:25647999,25650158:25650646,25650161:25650572,25672836:25673970,25683783:25684608,25686547:25687146,25691063:25692076,25691098:25691919,25692370:25693215,25695658:25696251,25699448:25700105,25699450:25700050,25702665:25703282,25703476:25703697,25719359:25720131,25721450:25722292,25729956:25731054,25729961:25730814,25729973:25730721,25733347:25733793,25733356:25734096,25734603:25735415,25736960:25737746,25736974:25737646,25739906:25740511,25745380:25746095,25751536:25752086,25764313:25765285,25768337:2576943', 'assoc_mat': '25577173:autre:3327:25577495,25581567:autre:3327:25582022,25582994:autre:3327:25583313,25583783:autre:3327:25584028,25585546:autre:3327:25585687,25586142:autre:3327:25589458,25586492:autre:3327:25586623,25590799:autre:3327:25594703,25592295:autre:3327:25599104,25593104:autre:3327:25593796,25605065:autre:3327:25605332,25606448:autre:3327:25606913,25608430:autre:3327:25608669,25609322:autre:3327:25609531,25610129:autre:3327:25610360,25611023:autre:3327:25611213,25611992:autre:3327:25612247,25613127:autre:3327:25613356,25629828:autre:3327:25630567,25632564:autre:3327:25633048,25635076:autre:3327:25635804,25636902:autre:3327:25637490,25639146:autre:3327:25639505,25640335:autre:3327:25640704,25640753:autre:3327:25640952,25644540:autre:3327:25644953,25645295:autre:3327:25645869,25647265:autre:3327:25647758,25647269:autre:3327:25647999,25650158:autre:3327:25650646,25650161:autre:3327:25650572,25672836:autre:3327:25673970,25683783:autre:3327:25684608,25686547:autre:3327:25687146,25691063:autre:3327:25692076,25691098:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012733600522917311, 'nb_photo': 52, 'list_port_cont': '25584794,25586289,25597318,25611721,25642564,25644983,25650403,25696082,25780498,25788132,25835502,25920149,26073442,26073665,26092685,26155566,26212185,26336716,26339023', 'assoc_port': '25583785:25584794,25586134:25586289,25596911:25597318,25611600:25611721,25642068:25642564,25644543:25644983,25650165:25650403,25695652:25696082,25780126:25780498,25787723:25788132,25832877:25835502,25919698:25920149,26072929:26073665,26072994:26073442,26092297:26092685,26155249:26155566,26211842:26212185,26335941:26339023,26335943:26336716', 'assoc_mat': '25583785:autre:3594:25584794,25586134:autre:3594:25586289,25596911:autre:3594:25597318,25611600:autre:3594:25611721,25642068:autre:3594:25642564,25644543:autre:3594:25644983,25650165:autre:3594:25650403,25695652:autre:3594:25696082,25780126:autre:3594:25780498,25787723:autre:3594:25788132,25832877:autre:3594:25835502,25919698:autre:3594:25920149,26072929:autre:3594:26073665,26072994:autre:3594:26073442,26092297:autre:3594:26092685,26155249:autre:3594:26155566,26211842:autre:3594:26212185,26335941:autre:3594:26339023,26335943:autre:3594:26336716'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010314180489344802, 'nb_photo': 751, 'list_port_cont': '25576722,25581229,25584140,25586523,25590126,25604446,25608421,25608534,25611628,25614884,25632742,25637182,25639195,25667798,25674637,25685059,25705227,25719606,25720180,25725453,25734668,25742239,25763144,25770041,25775799,25780269,25795802,25808503,25810277,25813408,25816795,25817989,25869529,25885349,25889931,25908989,25909705,25921165,25973066,25973634,25974240,25974519,26022359,26022941,26023187,26023656,26036538,26037476,26038804,26038870,26041651,26061405,26061513,26062072,26062269,26062830,26062989,26063276,26063387,26064903,26064996,26069260,26069997,26070059,26070264,26070373,26070608,26070720,26071894,26073173,26073786,26074155,26074394,26074669,26074853,26076354,26097107,26111617,26120516,26128405,26142084,26143400,26146516,26151340,26157442,26194666,26200489,26204413,26226884,26227119,26231170,26242626,26258395,26259886,26261843,26266313,26270829,26287270,26288106,26293954,26294172,26300094,26317875,26321361,26335830,26340481,26356845', 'assoc_port': '25576689:25576722,25579743:25581229,25582993:25584140,25586490:25586523,25589950:25590126,25604425:25604446,25607441:25608421,25608431:25608534,25611597:25611628,25614815:25614884,25632565:25632742,25636904:25637182,25639150:25639195,25667470:25667798,25674371:25674637,25684794:25685059,25705165:25705227,25719358:25720180,25719396:25719606,25725313:25725453,25734607:25734668,25742082:25742239,25762811:25763144,25769863:25770041,25775667:25775799,25780115:25780269,25795723:25795802,25805744:25808503,25810195:25810277,25813345:25813408,25815230:25816795,25817914:25817989,25869429:25869529,25885261:25885349,25889802:25889931,25908735:25909705,25908744:25908989,25921069:25921165,25972667:25974519,25972705:25974240,25972766:25973634,25972818:25973066,26021522:26022359,26021572:26023656,26021610:26023187,26021635:26022941,26036515:26036538,26037346:26037476,26038520:26038870,26038668:26038804,26041234:26041651,26061211:26064996,26061213:26061405,26061214:26064903,26061220:26063387,26061226:26063276,26061232:2606298', 'assoc_mat': '25576689:autre_refus:3726:25576722,25579743:autre_refus:3726:25581229,25582993:autre_refus:3726:25584140,25586490:autre_refus:3726:25586523,25589950:autre_refus:3726:25590126,25604425:autre_refus:3726:25604446,25607441:autre_refus:3726:25608421,25608431:autre_refus:3726:25608534,25611597:autre_refus:3726:25611628,25614815:autre_refus:3726:25614884,25632565:autre_refus:3726:25632742,25636904:autre_refus:3726:25637182,25639150:autre_refus:3726:25639195,25667470:autre_refus:3726:25667798,25674371:autre_refus:3726:25674637,25684794:autre_refus:3726:25685059,25705165:autre_refus:3726:25705227,25719358:autre_refus:3726:25720180,25719396:autre_refus:3726:25719606,25725313:autre_refus:3726:25725453,25734607:autre_refus:3726:25734668,25742082:autre_refus:3726:25742239,25762811:autre_refus:3726:25763144,25769863:autre_refus:3726:25770041,25775667:autre_refus:3726:25775799,25780115:autre_refus:3726:25780269,25795723:autre_refus:3726:25795802,25805744:autre_refus:3726:25808503,25810195:autre_refus:3726:25810277,25813345:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021677178933641873, 'nb_photo': 27, 'list_port_cont': '25609523,25687153,25746085,25765284,25788602,25812145,25817335,25906902,25924295,26038974,26041124,26045066,26062258,26129089,26154375,26159231,26210876,26215519,26231406,26231856,26233004,26268035', 'assoc_port': '25609322:25609523,25686547:25687153,25745380:25746085,25764313:25765284,25787677:25788602,25811864:25812145,25816874:25817335,25905569:25906902,25923408:25924295,26038516:26038974,26039676:26041124,26044960:26045066,26061361:26062258,26128184:26129089,26153830:26154375,26158707:26159231,26210166:26210876,26215062:26215519,26231096:26231406,26231549:26231856,26232482:26233004,26267290:26268035', 'assoc_mat': '25609322:barquette_avec_film:3327:25609523,25686547:barquette_avec_film:3327:25687153,25745380:barquette_avec_film:3327:25746085,25764313:barquette_avec_film:3327:25765284,25787677:barquette_avec_film:3327:25788602,25811864:barquette_avec_film:3327:25812145,25816874:barquette_avec_film:3327:25817335,25905569:barquette_avec_film:3327:25906902,25923408:barquette_avec_film:3327:25924295,26038516:barquette_avec_film:3327:26038974,26039676:barquette_avec_film:3327:26041124,26044960:barquette_avec_film:3327:26045066,26061361:barquette_avec_film:3327:26062258,26128184:barquette_avec_film:3327:26129089,26153830:barquette_avec_film:3327:26154375,26158707:barquette_avec_film:3327:26159231,26210166:barquette_avec_film:3327:26210876,26215062:barquette_avec_film:3327:26215519,26231096:barquette_avec_film:3327:26231406,26231549:barquette_avec_film:3327:26231856,26232482:barquette_avec_film:3327:26233004,26267290:barquette_avec_film:3327:26268035'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005966646109038202, 'nb_photo': 12, 'list_port_cont': '25631964,25703189,25769690,25789995,25817964,25976416,26125042,26161071,26217842,26306177', 'assoc_port': '25630859:25631964,25700541:25703189,25764308:25769690,25787675:25789995,25817915:25817964,25972778:25976416,26117061:26125042,26153833:26161071,26215058:26217842,26286916:26306177', 'assoc_mat': '25630859:barquette_opaque:4205:25631964,25700541:barquette_opaque:4205:25703189,25764308:barquette_opaque:4205:25769690,25787675:barquette_opaque:4205:25789995,25817915:barquette_opaque:4205:25817964,25972778:barquette_opaque:4205:25976416,26117061:barquette_opaque:4205:26125042,26153833:barquette_opaque:4205:26161071,26215058:barquette_opaque:4205:26217842,26286916:barquette_opaque:4205:26306177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001417490949261844, 'nb_photo': 213, 'list_port_cont': '25580934,25583948,25590997,25606755,25610952,25632082,25643828,25646613,25684228,25695415,25703802,25727516,25737343,25772556,25777375,25791402,25810832,25824849,25871772,25894518,25909860,25920751,25938948,25976287,25989583,26025647,26027264,26037157,26040138,26063823,26063957,26064963,26072766,26075746,26077161,26108692,26111372,26125444,26130849,26142214,26163986,26209423,26214075,26242956,26245468,26261702,26275676,26281883,26308130,26314360,26328220,26356230,26365459', 'assoc_port': '25580381:25580934,25583787:25583948,25589925:25590997,25606446:25606755,25610667:25610952,25630831:25632082,25642040:25643828,25644541:25646613,25674372:25684228,25691090:25695415,25702666:25703802,25725310:25727516,25736978:25737343,25765639:25772556,25777185:25777375,25787726:25791402,25810539:25810832,25822468:25824849,25870117:25871772,25894093:25894518,25905559:25909860,25917394:25920751,25928095:25938948,25972758:25976287,25972863:25989583,26021547:26025647,26021630:26027264,26036997:26037157,26039667:26040138,26061196:26063957,26061298:26064963,26061359:26063823,26071842:26072766,26072935:26077161,26073002:26075746,26082491:26108692,26095210:26111372,26117047:26125444,26122868:26130849,26141883:26142214,26158720:26163986,26202838:26209423,26209233:26214075,26226079:26242956,26237654:26245468,26256611:26261702,26264402:26275676,26270767:26281883,26290561:26308130,26297422:26314360,26323538:26356230,26327726:26328220,26343121:26365459', 'assoc_mat': '25580381:barquette_opaque:4203:25580934,25583787:barquette_opaque:4203:25583948,25589925:barquette_opaque:4203:25590997,25606446:barquette_opaque:4203:25606755,25610667:barquette_opaque:4203:25610952,25630831:barquette_opaque:4203:25632082,25642040:barquette_opaque:4203:25643828,25644541:barquette_opaque:4203:25646613,25674372:barquette_opaque:4203:25684228,25691090:barquette_opaque:4203:25695415,25702666:barquette_opaque:4203:25703802,25725310:barquette_opaque:4203:25727516,25736978:barquette_opaque:4203:25737343,25765639:barquette_opaque:4203:25772556,25777185:barquette_opaque:4203:25777375,25787726:barquette_opaque:4203:25791402,25810539:barquette_opaque:4203:25810832,25822468:barquette_opaque:4203:25824849,25870117:barquette_opaque:4203:25871772,25894093:barquette_opaque:4203:25894518,25905559:barquette_opaque:4203:25909860,25917394:barquette_opaque:4203:25920751,25928095:barquette_opaque:4203:25938948,25972758:barquette_opaque:4203:25976287,25972863:barquette_opaque:4203:25989583,26021547:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007486162682813208, 'nb_photo': 57, 'list_port_cont': '25577410,25603081,25605143,25606735,25607700,25610806,25613310,25613792,25722210,25724142,25730604,25737147,25748326,25786995,25790693,25795850,25795975,25821404,25826520,25906383,25928662,25932118,25976946,25988608,26021841,26024109,26025333,26039243,26041775,26064341,26073673,26075458,26076403,26077496,26118449,26138168,26138411,26138549,26151481,26153976,26160980,26212321,26212471,26261355,26270042,26270362,26306063,26307068,26353633,26363136,26366252', 'assoc_port': '25577172:25577410,25586491:25603081,25605068:25605143,25606444:25606735,25607481:25607700,25610669:25610806,25613106:25613310,25613712:25613792,25719374:25722210,25721483:25724142,25727718:25730604,25734593:25737147,25745377:25748326,25784009:25786995,25787725:25790693,25792339:25795975,25795725:25795850,25820344:25821404,25825104:25826520,25904253:25906383,25924420:25928662,25931370:25932118,25972842:25976946,25972861:25988608,26021554:26025333,26021589:26024109,26021636:26021841,26038963:26039243,26041232:26041775,26061344:26064341,26072993:26077496,26073030:26075458,26073073:26073673,26076277:26076403,26117873:26118449,26126323:26138411,26126329:26138549,26130278:26138168,26141878:26151481,26143859:26153976,26153826:26160980,26207149:26212321,26207201:26212471,26256609:26261355,26259648:26270042,26260258:26270362,26273623:26306063,26289282:26307068,26321163:26353633,26335937:26363136,26347659:26366252', 'assoc_mat': '25577172:barquette_opaque:4207:25577410,25586491:barquette_opaque:4207:25603081,25605068:barquette_opaque:4207:25605143,25606444:barquette_opaque:4207:25606735,25607481:barquette_opaque:4207:25607700,25610669:barquette_opaque:4207:25610806,25613106:barquette_opaque:4207:25613310,25613712:barquette_opaque:4207:25613792,25719374:barquette_opaque:4207:25722210,25721483:barquette_opaque:4207:25724142,25727718:barquette_opaque:4207:25730604,25734593:barquette_opaque:4207:25737147,25745377:barquette_opaque:4207:25748326,25784009:barquette_opaque:4207:25786995,25787725:barquette_opaque:4207:25790693,25792339:barquette_opaque:4207:25795975,25795725:barquette_opaque:4207:25795850,25820344:barquette_opaque:4207:25821404,25825104:barquette_opaque:4207:25826520,25904253:barquette_opaque:4207:25906383,25924420:barquette_opaque:4207:25928662,25931370:barquette_opaque:4207:25932118,25972842:barquette_opaque:4207:25976946,25972861:barquette_opaque:4207:25988608,26021554:barquette_opaque:4207:26025333,26021589:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0058183098815872535, 'nb_photo': 26, 'list_port_cont': '25583199,25610828,25640575,25713073,25814911,25909331,25974015,26038885,26045111,26073801,26095707,26140121,26157392,26260037,26267743,26271131,26290753,26295303,26305790', 'assoc_port': '25582996:25583199,25610670:25610828,25640337:25640575,25712570:25713073,25814608:25814911,25908700:25909331,25972699:25974015,26038511:26038885,26045048:26045111,26072977:26073801,26095208:26095707,26139621:26140121,26157346:26157392,26259645:26260037,26267296:26267743,26270763:26271131,26290566:26290753,26294966:26295303,26305427:26305790', 'assoc_mat': '25582996:barquette_opaque:4461:25583199,25610670:barquette_opaque:4461:25610828,25640337:barquette_opaque:4461:25640575,25712570:barquette_opaque:4461:25713073,25814608:barquette_opaque:4461:25814911,25908700:barquette_opaque:4461:25909331,25972699:barquette_opaque:4461:25974015,26038511:barquette_opaque:4461:26038885,26045048:barquette_opaque:4461:26045111,26072977:barquette_opaque:4461:26073801,26095208:barquette_opaque:4461:26095707,26139621:barquette_opaque:4461:26140121,26157346:barquette_opaque:4461:26157392,26259645:barquette_opaque:4461:26260037,26267296:barquette_opaque:4461:26267743,26270763:barquette_opaque:4461:26271131,26290566:barquette_opaque:4461:26290753,26294966:barquette_opaque:4461:26295303,26305427:barquette_opaque:4461:26305790'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008437331035927314, 'nb_photo': 201, 'list_port_cont': '25580644,25590850,25593399,25605172,25607658,25609137,25610797,25645495,25669141,25687743,25691321,25695845,25700835,25715662,25719711,25730210,25764788,25774961,25779194,25782847,25787972,25788080,25808448,25812024,25818436,25820556,25891952,25892044,25912891,25917561,25973771,25974367,25974480,26020742,26021862,26022390,26023043,26036688,26037837,26039053,26039188,26039721,26039889,26040507,26041687,26044533,26062019,26062999,26063403,26063633,26071497,26073211,26073493,26074106,26074209,26074454,26074867,26091200,26099181,26115797,26118201,26130429,26130728,26142355,26146630,26151456,26153100,26156938,26157490,26160687,26202463,26210460,26228965,26231241,26232670,26233673,26236622,26237021,26240480,26255032,26257016,26263035,26264641,26266795,26267506,26285226,26292303,26303001,26303907,26320771,26343394', 'assoc_port': '25580401:25580644,25586141:25590850,25593103:25593399,25605067:25605172,25607480:25607658,25608990:25609137,25610666:25610797,25645294:25645495,25668764:25669141,25687503:25687743,25691066:25691321,25695657:25695845,25700539:25700835,25715248:25715662,25719397:25719711,25729970:25730210,25764316:25764788,25774800:25774961,25778996:25779194,25782542:25782847,25787683:25788080,25787728:25787972,25808153:25808448,25811866:25812024,25818302:25818436,25820347:25820556,25891748:25892044,25891751:25891952,25912503:25912891,25917403:25917561,25972755:25974480,25972789:25974367,25972846:25973771,26020561:26020742,26021524:26022390,26021583:26023043,26021634:26021862,26036528:26036688,26037279:26039053,26037347:26037837,26038519:26039721,26038962:26039188,26039675:26039889,26040172:26040507,26041225:26041687,26041235:26044533,26061157:26062019,26061178:26063403,26061234:26063633,26061310:26062999,26071361:26071497,26072974:26074867,26072998:26074454,26073005:26074209,26073011:26074106,26073034:26073493,26073087:2607321', 'assoc_mat': '25580401:barquette_opaque:4200:25580644,25586141:barquette_opaque:4200:25590850,25593103:barquette_opaque:4200:25593399,25605067:barquette_opaque:4200:25605172,25607480:barquette_opaque:4200:25607658,25608990:barquette_opaque:4200:25609137,25610666:barquette_opaque:4200:25610797,25645294:barquette_opaque:4200:25645495,25668764:barquette_opaque:4200:25669141,25687503:barquette_opaque:4200:25687743,25691066:barquette_opaque:4200:25691321,25695657:barquette_opaque:4200:25695845,25700539:barquette_opaque:4200:25700835,25715248:barquette_opaque:4200:25715662,25719397:barquette_opaque:4200:25719711,25729970:barquette_opaque:4200:25730210,25764316:barquette_opaque:4200:25764788,25774800:barquette_opaque:4200:25774961,25778996:barquette_opaque:4200:25779194,25782542:barquette_opaque:4200:25782847,25787683:barquette_opaque:4200:25788080,25787728:barquette_opaque:4200:25787972,25808153:barquette_opaque:4200:25808448,25811866:barquette_opaque:4200:25812024,25818302:barquette_opaque:4200:25818436,25820347:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0054043545564575616, 'nb_photo': 47, 'list_port_cont': '25603898,25608589,25673273,25684258,25766144,25813604,25825339,25866871,25909435,25920073,25930810,25973506,25973552,26038851,26040340,26061695,26062179,26073500,26073595,26076450,26083062,26092618,26113783,26120795,26130920,26131120,26158973,26203229,26231710,26235712,26260085,26271793,26287449,26344730,26357174', 'assoc_port': '25592297:25603898,25608429:25608589,25672857:25673273,25683782:25684258,25765642:25766144,25813342:25813604,25825108:25825339,25866508:25866871,25908706:25909435,25919712:25920073,25930407:25930810,25972722:25973506,25972791:25973552,26038518:26040340,26038669:26038851,26061258:26062179,26061351:26061695,26072901:26073595,26072943:26073500,26076279:26076450,26082519:26083062,26092311:26092618,26113646:26113783,26120445:26120795,26130281:26131120,26130327:26130920,26158712:26158973,26202879:26203229,26231550:26231710,26235483:26235712,26259643:26260085,26271557:26271793,26286909:26287449,26344395:26344730,26356689:26357174', 'assoc_mat': '25592297:barquette_opaque:4209:25603898,25608429:barquette_opaque:4209:25608589,25672857:barquette_opaque:4209:25673273,25683782:barquette_opaque:4209:25684258,25765642:barquette_opaque:4209:25766144,25813342:barquette_opaque:4209:25813604,25825108:barquette_opaque:4209:25825339,25866508:barquette_opaque:4209:25866871,25908706:barquette_opaque:4209:25909435,25919712:barquette_opaque:4209:25920073,25930407:barquette_opaque:4209:25930810,25972722:barquette_opaque:4209:25973506,25972791:barquette_opaque:4209:25973552,26038518:barquette_opaque:4209:26040340,26038669:barquette_opaque:4209:26038851,26061258:barquette_opaque:4209:26062179,26061351:barquette_opaque:4209:26061695,26072901:barquette_opaque:4209:26073595,26072943:barquette_opaque:4209:26073500,26076279:barquette_opaque:4209:26076450,26082519:barquette_opaque:4209:26083062,26092311:barquette_opaque:4209:26092618,26113646:barquette_opaque:4209:26113783,26120445:barquette_opaque:4209:26120795,26130281:barquette_opaque:4209:26131120,26130327:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.018308872194415057, 'nb_photo': 4253, 'list_port_cont': '25577938,25577969,25580838,25581965,25583151,25583183,25583287,25587804,25588416,25590326,25591072,25593223,25593950,25595523,25599684,25604831,25607746,25608234,25608634,25609226,25609459,25610319,25610884,25611147,25611769,25612171,25612413,25613285,25613831,25630480,25631375,25632932,25635689,25638779,25639474,25640639,25642439,25642673,25645615,25645894,25647622,25648881,25651010,25669323,25670522,25674923,25685417,25687112,25691794,25692140,25696963,25697510,25701100,25701379,25703141,25715102,25716059,25719852,25720146,25722519,25726712,25726894,25730746,25731074,25735228,25737369,25737656,25740474,25742795,25747326,25764944,25766738,25769203,25770385,25774701,25776023,25776060,25779359,25779738,25784651,25785038,25786112,25788209,25793142,25793380,25795394,25800613,25808832,25810424,25811647,25813548,25815577,25815787,25816595,25817059,25817222,25818547,25820883,25823018,25823117,25824231,25824339,25825593,25867002,25870587,25872547,25872907,25876344,25879245,25890359,25892171,25892747,25901750,2590651', 'assoc_port': '25577629:25577969,25577631:25577938,25580398:25580838,25581549:25581965,25582988:25583287,25582991:25583183,25582997:25583151,25585203:25588416,25586132:25595523,25587501:25593950,25587503:25593223,25587505:25587804,25589929:25590326,25589970:25599684,25590813:25591072,25604427:25604831,25607439:25607746,25608155:25608234,25608432:25608634,25608969:25609226,25609323:25609459,25610126:25610319,25610668:25610884,25611021:25611147,25611594:25611769,25611934:25612171,25612350:25612413,25613125:25613285,25613675:25613831,25629824:25630480,25630867:25631375,25632563:25632932,25635074:25635689,25638567:25638779,25639141:25639474,25640336:25640639,25642038:25642673,25642054:25642439,25645293:25645894,25645299:25645615,25647272:25647622,25648357:25648881,25650833:25651010,25668768:25669323,25669903:25670522,25674373:25674923,25684796:25685417,25686545:25687112,25691054:25692140,25691060:25691794,25696546:25696963,25696548:25697510,25700531:25701379,25700536:25701100,25702663:25703141,25712562:25715102,25712573:2571605', 'assoc_mat': '25577629:barquette_opaque:4211:25577969,25577631:barquette_opaque:4211:25577938,25580398:barquette_opaque:4211:25580838,25581549:barquette_opaque:4211:25581965,25582988:barquette_opaque:4211:25583287,25582991:barquette_opaque:4211:25583183,25582997:barquette_opaque:4211:25583151,25585203:barquette_opaque:4211:25588416,25586132:barquette_opaque:4211:25595523,25587501:barquette_opaque:4211:25593950,25587503:barquette_opaque:4211:25593223,25587505:barquette_opaque:4211:25587804,25589929:barquette_opaque:4211:25590326,25589970:barquette_opaque:4211:25599684,25590813:barquette_opaque:4211:25591072,25604427:barquette_opaque:4211:25604831,25607439:barquette_opaque:4211:25607746,25608155:barquette_opaque:4211:25608234,25608432:barquette_opaque:4211:25608634,25608969:barquette_opaque:4211:25609226,25609323:barquette_opaque:4211:25609459,25610126:barquette_opaque:4211:25610319,25610668:barquette_opaque:4211:25610884,25611021:barquette_opaque:4211:25611147,25611594:barquette_opaque:4211:25611769,25611934:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003356064550222825, 'nb_photo': 69, 'list_port_cont': '25580223,25585408,25585696,25586613,25593807,25605333,25606911,25610361,25647759,25673969,25700059,25700111,25720130,25730809,25740512,25764666,25769431,25777521,25780977,25783462,25795556,25810902,25811682,25812146,25878454,25884800,25906904,25922025,25929109,25973797,25974168,25974621,26021159,26039622,26062051,26063693,26064366,26065740,26077052,26093269,26093381,26113526,26129096,26146298,26151872,26157230,26204827,26208205,26210877,26215524,26229317,26233007,26233863,26265477,26267002,26345478,26348191', 'assoc_port': '25579741:25580223,25585201:25585408,25585546:25585696,25586492:25586613,25593104:25593807,25605065:25605333,25606448:25606911,25610129:25610361,25647265:25647759,25672836:25673969,25699448:25700111,25699450:25700059,25719359:25720130,25729961:25730809,25739906:25740512,25762830:25764666,25768337:25769431,25777187:25777521,25780123:25780977,25782544:25783462,25794777:25795556,25810549:25810902,25811280:25811682,25811864:25812146,25877604:25878454,25883927:25884800,25905569:25906904,25921077:25922025,25928082:25929109,25972725:25974621,25972836:25974168,25972865:25973797,26020556:26021159,26038961:26039622,26061170:26063693,26061202:26064366,26061300:26065740,26061369:26062051,26076709:26077052,26092288:26093381,26092325:26093269,26113023:26113526,26128184:26129096,26145824:26146298,26151185:26151872,26156667:26157230,26204315:26204827,26207152:26208205,26210166:26210877,26215062:26215524,26228685:26229317,26232482:26233007,26233552:26233863,26265053:26265477,26266380:26267002,26344394:26345478,26347658:2634819', 'assoc_mat': '25579741:bouchon:3327:25580223,25585201:bouchon:3327:25585408,25585546:bouchon:3327:25585696,25586492:bouchon:3327:25586613,25593104:bouchon:3327:25593807,25605065:bouchon:3327:25605333,25606448:bouchon:3327:25606911,25610129:bouchon:3327:25610361,25647265:bouchon:3327:25647759,25672836:bouchon:3327:25673969,25699448:bouchon:3327:25700111,25699450:bouchon:3327:25700059,25719359:bouchon:3327:25720130,25729961:bouchon:3327:25730809,25739906:bouchon:3327:25740512,25762830:bouchon:3327:25764666,25768337:bouchon:3327:25769431,25777187:bouchon:3327:25777521,25780123:bouchon:3327:25780977,25782544:bouchon:3327:25783462,25794777:bouchon:3327:25795556,25810549:bouchon:3327:25810902,25811280:bouchon:3327:25811682,25811864:bouchon:3327:25812146,25877604:bouchon:3327:25878454,25883927:bouchon:3327:25884800,25905569:bouchon:3327:25906904,25921077:bouchon:3327:25922025,25928082:bouchon:3327:25929109,25972725:bouchon:3327:25974621,25972836:bouchon:3327:25974168,25972865:bouchon:3327:25973797,26020556:bouchon:3327:26021159,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01682088152513296, 'nb_photo': 541, 'list_port_cont': '25579273,25583909,25585258,25604484,25610237,25631960,25638062,25640828,25674172,25685091,25703197,25718324,25732879,25769695,25784168,25789999,25790442,25811381,25817965,25868505,25876854,25884075,25909772,25927185,25931466,25976207,25976414,26021592,26023494,26036700,26038739,26040790,26062130,26064496,26075285,26075473,26076374,26077339,26106628,26110982,26125038,26138118,26151669,26160034,26161074,26213445,26217847,26239316,26240772,26243877,26269854,26284565,26306174,26314334,26353837,26366150', 'assoc_port': '25577627:25579273,25583780:25583909,25585199:25585258,25604429:25604484,25610130:25610237,25630859:25631960,25636041:25638062,25640751:25640828,25668756:25674172,25684797:25685091,25700541:25703197,25715253:25718324,25729964:25732879,25764308:25769695,25784022:25784168,25787675:25789999,25787702:25790442,25811287:25811381,25817915:25817965,25867623:25868505,25875785:25876854,25883929:25884075,25905642:25909772,25917397:25927185,25931371:25931466,25972772:25976207,25972778:25976414,26020558:26021592,26021574:26023494,26036530:26036700,26038515:26038739,26040462:26040790,26061163:26062130,26061336:26064496,26072894:26076374,26072958:26077339,26073015:26075473,26074607:26075285,26078693:26106628,26092290:26110982,26117061:26125038,26130280:26138118,26141882:26151669,26152798:26160034,26153833:26161074,26209225:26213445,26215058:26217847,26229423:26239316,26231097:26240772,26235486:26243877,26259646:26269854,26267299:26284565,26286916:26306174,26297425:26314334,26321165:26353837,26347653:26366150', 'assoc_mat': '25577627:carton:4205:25579273,25583780:carton:4205:25583909,25585199:carton:4205:25585258,25604429:carton:4205:25604484,25610130:carton:4205:25610237,25630859:carton:4205:25631960,25636041:carton:4205:25638062,25640751:carton:4205:25640828,25668756:carton:4205:25674172,25684797:carton:4205:25685091,25700541:carton:4205:25703197,25715253:carton:4205:25718324,25729964:carton:4205:25732879,25764308:carton:4205:25769695,25784022:carton:4205:25784168,25787675:carton:4205:25789999,25787702:carton:4205:25790442,25811287:carton:4205:25811381,25817915:carton:4205:25817965,25867623:carton:4205:25868505,25875785:carton:4205:25876854,25883929:carton:4205:25884075,25905642:carton:4205:25909772,25917397:carton:4205:25927185,25931371:carton:4205:25931466,25972772:carton:4205:25976207,25972778:carton:4205:25976414,26020558:carton:4205:26021592,26021574:carton:4205:26023494,26036530:carton:4205:26036700,26038515:carton:4205:26038739,26040462:carton:4205:26040790,26061163:carton:4205:26062130,26061336:carton:4205:26064496,2607'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011431276241084951, 'nb_photo': 1141, 'list_port_cont': '25580946,25583955,25590993,25606749,25610948,25632096,25643827,25646621,25684233,25695412,25703807,25727503,25737350,25772557,25777378,25791405,25810828,25815554,25824842,25871774,25894515,25909853,25920744,25938938,25976277,25989579,26025650,26027263,26037156,26040127,26063825,26063954,26064970,26072765,26075751,26077162,26108687,26111383,26125453,26130843,26142223,26159367,26163976,26209424,26214066,26242955,26245464,26261697,26275677,26281874,26308121,26314362,26328213,26356222,26365454', 'assoc_port': '25580381:25580946,25583787:25583955,25589925:25590993,25606446:25606749,25610667:25610948,25630831:25632096,25642040:25643827,25644541:25646621,25674372:25684233,25691090:25695412,25702666:25703807,25725310:25727503,25736978:25737350,25765639:25772557,25777185:25777378,25787726:25791405,25810539:25810828,25815240:25815554,25822468:25824842,25870117:25871774,25894093:25894515,25905559:25909853,25917394:25920744,25928095:25938938,25972758:25976277,25972863:25989579,26021547:26025650,26021630:26027263,26036997:26037156,26039667:26040127,26061196:26063954,26061298:26064970,26061359:26063825,26071842:26072765,26072935:26077162,26073002:26075751,26082491:26108687,26095210:26111383,26117047:26125453,26122868:26130843,26141883:26142223,26151183:26159367,26158720:26163976,26202838:26209424,26209233:26214066,26226079:26242955,26237654:26245464,26256611:26261697,26264402:26275677,26270767:26281874,26290561:26308121,26297422:26314362,26323538:26356222,26327726:26328213,26343121:26365454', 'assoc_mat': '25580381:carton:4203:25580946,25583787:carton:4203:25583955,25589925:carton:4203:25590993,25606446:carton:4203:25606749,25610667:carton:4203:25610948,25630831:carton:4203:25632096,25642040:carton:4203:25643827,25644541:carton:4203:25646621,25674372:carton:4203:25684233,25691090:carton:4203:25695412,25702666:carton:4203:25703807,25725310:carton:4203:25727503,25736978:carton:4203:25737350,25765639:carton:4203:25772557,25777185:carton:4203:25777378,25787726:carton:4203:25791405,25810539:carton:4203:25810828,25815240:carton:4203:25815554,25822468:carton:4203:25824842,25870117:carton:4203:25871774,25894093:carton:4203:25894515,25905559:carton:4203:25909853,25917394:carton:4203:25920744,25928095:carton:4203:25938938,25972758:carton:4203:25976277,25972863:carton:4203:25989579,26021547:carton:4203:26025650,26021630:carton:4203:26027263,26036997:carton:4203:26037156,26039667:carton:4203:26040127,26061196:carton:4203:26063954,26061298:carton:4203:26064970,26061359:carton:4203:26063825,26071842:carton:4203:26072765,2607'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.951471152905572, 'nb_photo': 13439, 'list_port_cont': '25577417,25577913,25580048,25580574,25580877,25581787,25583137,25583260,25583834,25583887,25600455,25600481,25600857,25600998,25603073,25603869,25604128,25604187,25604353,25604536,25605108,25605140,25606734,25607699,25607743,25608189,25608551,25609367,25609417,25610290,25610805,25611178,25611715,25611750,25612086,25613315,25613788,25631045,25631764,25632106,25633454,25634968,25637512,25638199,25638691,25639318,25639478,25640770,25640817,25643716,25646472,25647454,25649435,25649630,25670157,25673090,25674290,25674818,25682967,25683970,25684452,25686299,25690695,25691246,25694860,25695954,25700258,25700620,25702399,25702855,25703703,25704350,25715045,25718895,25722217,25724151,25726758,25727228,25730601,25733066,25733300,25736429,25737151,25739510,25742335,25742583,25748312,25751738,25770061,25771673,25774758,25775233,25777230,25777400,25781796,25782716,25783014,25784339,25784608,25786999,25790145,25790700,25795862,25795904,25795974,25800573,25809400,25809466,25810147,25810379,25810695,25812004,25813476,2581499', 'assoc_port': '25577172:25577417,25577628:25577913,25579745:25580048,25580379:25580877,25580405:25580574,25581568:25581787,25582989:25583260,25582995:25583137,25583782:25583834,25583786:25583887,25585202:25604128,25585544:25604187,25586130:25600455,25586138:25600481,25586491:25603073,25587507:25604353,25589927:25605108,25590785:25600998,25590812:25600857,25592296:25603869,25604428:25604536,25605068:25605140,25606444:25606734,25607460:25607743,25607481:25607699,25608156:25608189,25608434:25608551,25609321:25609417,25609324:25609367,25610128:25610290,25610669:25610805,25611022:25611178,25611595:25611750,25611606:25611715,25612029:25612086,25613106:25613315,25613712:25613788,25629826:25631045,25630845:25631764,25630865:25632106,25632566:25633454,25633277:25634968,25635078:25637512,25636045:25638199,25638566:25639318,25638585:25638691,25639148:25639478,25640752:25640817,25640756:25640770,25642072:25643716,25644542:25646472,25645297:25647454,25647264:25649435,25647274:25649630,25667488:25670157,25668759:25674290,25669900:2567481', 'assoc_mat': '25577172:carton:4207:25577417,25577628:carton:4207:25577913,25579745:carton:4207:25580048,25580379:carton:4207:25580877,25580405:carton:4207:25580574,25581568:carton:4207:25581787,25582989:carton:4207:25583260,25582995:carton:4207:25583137,25583782:carton:4207:25583834,25583786:carton:4207:25583887,25585202:carton:4207:25604128,25585544:carton:4207:25604187,25586130:carton:4207:25600455,25586138:carton:4207:25600481,25586491:carton:4207:25603073,25587507:carton:4207:25604353,25589927:carton:4207:25605108,25590785:carton:4207:25600998,25590812:carton:4207:25600857,25592296:carton:4207:25603869,25604428:carton:4207:25604536,25605068:carton:4207:25605140,25606444:carton:4207:25606734,25607460:carton:4207:25607743,25607481:carton:4207:25607699,25608156:carton:4207:25608189,25608434:carton:4207:25608551,25609321:carton:4207:25609417,25609324:carton:4207:25609367,25610128:carton:4207:25610290,25610669:carton:4207:25610805,25611022:carton:4207:25611178,25611595:carton:4207:25611750,25611606:carton:4207:25611715,2561'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.015878454417926083, 'nb_photo': 4291, 'list_port_cont': '25577378,25577813,25581903,25583204,25585337,25586323,25587732,25590193,25592542,25604679,25607667,25609383,25610829,25612114,25612192,25613234,25631226,25633733,25636362,25638720,25640580,25644195,25644801,25651809,25667891,25670287,25679636,25685326,25688056,25691552,25695964,25697077,25701030,25713084,25719726,25721794,25726528,25728075,25735004,25735155,25742704,25747024,25751831,25766160,25770256,25775907,25775953,25779332,25783136,25792960,25795917,25799910,25811532,25813494,25814912,25816440,25816473,25818452,25818511,25820759,25825373,25867977,25870352,25873396,25878051,25879135,25892656,25894381,25906275,25909329,25909338,25916726,25917731,25920232,25923778,25931078,25972964,25973423,25973605,25973821,25974007,25978772,25989105,26020797,26021815,26021934,26022845,26024961,26027999,26036604,26036759,26037580,26037800,26038887,26040863,26040926,26041720,26042086,26045104,26061490,26061593,26061702,26061755,26061878,26062438,26062788,26071477,26073305,26073399,26073552,26073618,26073810,26074044,2607417', 'assoc_port': '25577171:25577378,25577630:25577813,25581566:25581903,25582996:25583204,25585204:25585337,25586140:25586323,25587499:25587732,25589930:25590193,25592294:25592542,25604430:25604679,25607476:25607667,25609320:25609383,25610670:25610829,25611914:25612192,25611941:25612114,25613129:25613234,25630861:25631226,25633279:25633733,25636039:25636362,25638586:25638720,25640337:25640580,25642073:25644195,25644544:25644801,25645300:25651809,25667508:25667891,25669917:25670287,25678937:25679636,25684795:25685326,25687501:25688056,25691101:25691552,25695656:25695964,25696549:25697077,25700538:25701030,25712570:25713084,25719366:25719726,25721485:25721794,25726422:25726528,25727717:25728075,25734591:25735155,25734599:25735004,25742072:25742704,25746579:25747024,25751535:25751831,25765645:25766160,25769866:25770256,25775666:25775953,25775669:25775907,25779002:25779332,25782539:25783136,25792335:25792960,25795726:25795917,25799755:25799910,25811285:25811532,25813349:25813494,25814608:25814912,25816292:25816473,25816294:2581644', 'assoc_mat': '25577171:carton:4461:25577378,25577630:carton:4461:25577813,25581566:carton:4461:25581903,25582996:carton:4461:25583204,25585204:carton:4461:25585337,25586140:carton:4461:25586323,25587499:carton:4461:25587732,25589930:carton:4461:25590193,25592294:carton:4461:25592542,25604430:carton:4461:25604679,25607476:carton:4461:25607667,25609320:carton:4461:25609383,25610670:carton:4461:25610829,25611914:carton:4461:25612192,25611941:carton:4461:25612114,25613129:carton:4461:25613234,25630861:carton:4461:25631226,25633279:carton:4461:25633733,25636039:carton:4461:25636362,25638586:carton:4461:25638720,25640337:carton:4461:25640580,25642073:carton:4461:25644195,25644544:carton:4461:25644801,25645300:carton:4461:25651809,25667508:carton:4461:25667891,25669917:carton:4461:25670287,25678937:carton:4461:25679636,25684795:carton:4461:25685326,25687501:carton:4461:25688056,25691101:carton:4461:25691552,25695656:carton:4461:25695964,25696549:carton:4461:25697077,25700538:carton:4461:25701030,25712570:carton:4461:25713084,2571'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.026723362757097878, 'nb_photo': 2509, 'list_port_cont': '25577321,25580634,25583092,25583861,25585278,25589075,25590861,25590951,25592477,25593297,25593392,25605175,25607659,25609131,25610257,25610786,25611075,25611671,25612067,25613760,25630083,25633708,25636339,25638685,25640488,25640789,25642299,25645499,25647464,25648612,25669148,25674741,25685142,25686904,25687758,25691334,25695847,25700823,25702897,25704169,25707571,25715674,25719705,25727865,25730209,25730407,25733599,25733765,25737259,25740204,25742415,25745643,25764800,25768797,25774962,25779195,25780446,25780693,25782838,25787966,25788068,25788417,25792717,25795114,25808438,25810289,25812025,25816348,25816371,25816575,25817038,25818400,25818424,25820553,25822733,25825295,25866934,25869603,25869683,25873355,25876031,25886127,25887257,25891941,25892053,25904516,25906263,25906916,25912893,25916563,25916711,25917559,25921365,25921731,25923657,25924682,25930758,25931008,25973532,25973779,25974357,25974484,25974825,25974924,25981129,26020740,26020838,26021861,26021982,26022377,26022894,26023049,26036686,2603770', 'assoc_port': '25577174:25577321,25580401:25580634,25582992:25583092,25583784:25583861,25585205:25585278,25585545:25589075,25586141:25590861,25590795:25590951,25592281:25592477,25593103:25593392,25593105:25593297,25605067:25605175,25607480:25607659,25608990:25609131,25610127:25610257,25610666:25610786,25611024:25611075,25611604:25611671,25612032:25612067,25613715:25613760,25629830:25630083,25633273:25633708,25636042:25636339,25638584:25638685,25640338:25640488,25640754:25640789,25642075:25642299,25645294:25645499,25647267:25647464,25648355:25648612,25668764:25669148,25674370:25674741,25684799:25685142,25686543:25686904,25687503:25687758,25691066:25691334,25695657:25695847,25696552:25704169,25700539:25700823,25702664:25702897,25707499:25707571,25715248:25715674,25719397:25719705,25727719:25727865,25729958:25730407,25729970:25730209,25733343:25733765,25733352:25733599,25736971:25737259,25739903:25740204,25742097:25742415,25745382:25745643,25764316:25764800,25768346:25768797,25774800:25774962,25778996:25779195,25780119:2578069', 'assoc_mat': '25577174:carton:4200:25577321,25580401:carton:4200:25580634,25582992:carton:4200:25583092,25583784:carton:4200:25583861,25585205:carton:4200:25585278,25585545:carton:4200:25589075,25586141:carton:4200:25590861,25590795:carton:4200:25590951,25592281:carton:4200:25592477,25593103:carton:4200:25593392,25593105:carton:4200:25593297,25605067:carton:4200:25605175,25607480:carton:4200:25607659,25608990:carton:4200:25609131,25610127:carton:4200:25610257,25610666:carton:4200:25610786,25611024:carton:4200:25611075,25611604:carton:4200:25611671,25612032:carton:4200:25612067,25613715:carton:4200:25613760,25629830:carton:4200:25630083,25633273:carton:4200:25633708,25636042:carton:4200:25636339,25638584:carton:4200:25638685,25640338:carton:4200:25640488,25640754:carton:4200:25640789,25642075:carton:4200:25642299,25645294:carton:4200:25645499,25647267:carton:4200:25647464,25648355:carton:4200:25648612,25668764:carton:4200:25669148,25674370:carton:4200:25674741,25684799:carton:4200:25685142,25686543:carton:4200:25686904,2568'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.12582013247559046, 'nb_photo': 2392, 'list_port_cont': '25580695,25581645,25581718,25586204,25603904,25608590,25609173,25611119,25611650,25611689,25614928,25615077,25633669,25633793,25637259,25639356,25650301,25650380,25658549,25673267,25684256,25687843,25695828,25700929,25712958,25721884,25726685,25733867,25745751,25751686,25766137,25773157,25780614,25780817,25792880,25811582,25813611,25814949,25817098,25825337,25866882,25873538,25878131,25887269,25887318,25891995,25909288,25909424,25912959,25919881,25920057,25924910,25930813,25973231,25973509,25973560,25973696,25974049,26020758,26021963,26021995,26024834,26025977,26028339,26037384,26038852,26039168,26040346,26041387,26044563,26044611,26061547,26061564,26061694,26061906,26062145,26062175,26062358,26062759,26062919,26063089,26063331,26065898,26069332,26070142,26070185,26070287,26070364,26070471,26072138,26073195,26073270,26073514,26073593,26076444,26083061,26092627,26113790,26115129,26118180,26118226,26120791,26130909,26131107,26143477,26145865,26146554,26150529,26155526,26158970,26161795,26200520,26200709,2620321', 'assoc_port': '25580380:25580695,25581569:25581645,25581570:25581718,25586136:25586204,25592297:25603904,25608429:25608590,25608988:25609173,25611020:25611119,25611599:25611689,25611602:25611650,25614817:25615077,25614819:25614928,25633271:25633793,25633275:25633669,25636907:25637259,25639144:25639356,25650163:25650380,25650167:25650301,25658372:25658549,25672857:25673267,25683782:25684256,25687505:25687843,25695653:25695828,25700533:25700929,25712557:25712958,25721454:25721884,25726409:25726685,25733337:25733867,25745374:25745751,25751534:25751686,25765642:25766137,25772539:25773157,25780111:25780817,25780136:25780614,25792380:25792880,25811282:25811582,25813342:25813611,25814607:25814949,25816876:25817098,25825108:25825337,25866508:25866882,25873073:25873538,25877606:25878131,25887022:25887318,25887023:25887269,25891753:25891995,25908706:25909424,25908743:25909288,25912507:25912959,25919712:25920057,25919715:25919881,25924424:25924910,25930407:25930813,25972697:25974049,25972718:25973696,25972722:25973509,25972791:2597356', 'assoc_mat': '25580380:carton:4209:25580695,25581569:carton:4209:25581645,25581570:carton:4209:25581718,25586136:carton:4209:25586204,25592297:carton:4209:25603904,25608429:carton:4209:25608590,25608988:carton:4209:25609173,25611020:carton:4209:25611119,25611599:carton:4209:25611689,25611602:carton:4209:25611650,25614817:carton:4209:25615077,25614819:carton:4209:25614928,25633271:carton:4209:25633793,25633275:carton:4209:25633669,25636907:carton:4209:25637259,25639144:carton:4209:25639356,25650163:carton:4209:25650380,25650167:carton:4209:25650301,25658372:carton:4209:25658549,25672857:carton:4209:25673267,25683782:carton:4209:25684256,25687505:carton:4209:25687843,25695653:carton:4209:25695828,25700533:carton:4209:25700929,25712557:carton:4209:25712958,25721454:carton:4209:25721884,25726409:carton:4209:25726685,25733337:carton:4209:25733867,25745374:carton:4209:25745751,25751534:carton:4209:25751686,25765642:carton:4209:25766137,25772539:carton:4209:25773157,25780111:carton:4209:25780817,25780136:carton:4209:25780614,2579'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009994041466459047, 'nb_photo': 9937, 'list_port_cont': '25577940,25577964,25580826,25581954,25583150,25583185,25583286,25587805,25588424,25590320,25591074,25593226,25593946,25595528,25599693,25604827,25607762,25608244,25608636,25609213,25609454,25610316,25610895,25611134,25611773,25612158,25612414,25613289,25613833,25630472,25631362,25632944,25635678,25638783,25639464,25640641,25642438,25642676,25645614,25645881,25647625,25648890,25651020,25669326,25670513,25674931,25685405,25687115,25691811,25692138,25696964,25697509,25701093,25701375,25703153,25715100,25716064,25719853,25720159,25722531,25726722,25726893,25730762,25731066,25735236,25737365,25737669,25740473,25742802,25747320,25764942,25766751,25769215,25770388,25774699,25776035,25776052,25779361,25779737,25784650,25785050,25786119,25788215,25793145,25793383,25795408,25800609,25808830,25810410,25811633,25813535,25815587,25815772,25816594,25817062,25817216,25818549,25820881,25823014,25823090,25824236,25824325,25825594,25866995,25870597,25872539,25872916,25876353,25879246,25890373,25892184,25892746,25901747,2590651', 'assoc_port': '25577629:25577964,25577631:25577940,25580398:25580826,25581549:25581954,25582988:25583286,25582991:25583185,25582997:25583150,25585203:25588424,25586132:25595528,25587501:25593946,25587503:25593226,25587505:25587805,25589929:25590320,25589970:25599693,25590813:25591074,25604427:25604827,25607439:25607762,25608155:25608244,25608432:25608636,25608969:25609213,25609323:25609454,25610126:25610316,25610668:25610895,25611021:25611134,25611594:25611773,25611934:25612158,25612350:25612414,25613125:25613289,25613675:25613833,25629824:25630472,25630867:25631362,25632563:25632944,25635074:25635678,25638567:25638783,25639141:25639464,25640336:25640641,25642038:25642676,25642054:25642438,25645293:25645881,25645299:25645614,25647272:25647625,25648357:25648890,25650833:25651020,25668768:25669326,25669903:25670513,25674373:25674931,25684796:25685405,25686545:25687115,25691054:25692138,25691060:25691811,25696546:25696964,25696548:25697509,25700531:25701375,25700536:25701093,25702663:25703153,25712562:25715100,25712573:2571606', 'assoc_mat': '25577629:carton:4211:25577964,25577631:carton:4211:25577940,25580398:carton:4211:25580826,25581549:carton:4211:25581954,25582988:carton:4211:25583286,25582991:carton:4211:25583185,25582997:carton:4211:25583150,25585203:carton:4211:25588424,25586132:carton:4211:25595528,25587501:carton:4211:25593946,25587503:carton:4211:25593226,25587505:carton:4211:25587805,25589929:carton:4211:25590320,25589970:carton:4211:25599693,25590813:carton:4211:25591074,25604427:carton:4211:25604827,25607439:carton:4211:25607762,25608155:carton:4211:25608244,25608432:carton:4211:25608636,25608969:carton:4211:25609213,25609323:carton:4211:25609454,25610126:carton:4211:25610316,25610668:carton:4211:25610895,25611021:carton:4211:25611134,25611594:carton:4211:25611773,25611934:carton:4211:25612158,25612350:carton:4211:25612414,25613125:carton:4211:25613289,25613675:carton:4211:25613833,25629824:carton:4211:25630472,25630867:carton:4211:25631362,25632563:carton:4211:25632944,25635074:carton:4211:25635678,25638567:carton:4211:25638783,2563'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0031716146361758734, 'nb_photo': 392, 'list_port_cont': '25577504,25580216,25583308,25584029,25585413,25585691,25586617,25589462,25593804,25594702,25599107,25605342,25606914,25608675,25609533,25610353,25611210,25612250,25613365,25633049,25635796,25639495,25640697,25640959,25644949,25647768,25647992,25650642,25673974,25687148,25691923,25692064,25693205,25696247,25700053,25700104,25703289,25703691,25722290,25730715,25731056,25733795,25735421,25737650,25737742,25740514,25746096,25752090,25769425,25773591,25775401,25777512,25783454,25788433,25788598,25789397,25795563,25806802,25810904,25815011,25817330,25818602,25818630,25821168,25823466,25824215,25868264,25868387,25870697,25873703,25878463,25887520,25890504,25892256,25905081,25909960,25913175,25913233,25917066,25917092,25920703,25924076,25924297,25929104,25931664,25937574,25974025,25974166,25974273,25974410,25974608,25974691,25979270,26021158,26023458,26023478,26025477,26030965,26031147,26036896,26037272,26038979,26039617,26041128,26041185,26042277,26042288,26044494,26045248,26061984,26062256,26062416,26062523,2606331', 'assoc_port': '25577173:25577504,25579741:25580216,25582994:25583308,25583783:25584029,25585201:25585413,25585546:25585691,25586142:25589462,25586492:25586617,25590799:25594702,25592295:25599107,25593104:25593804,25605065:25605342,25606448:25606914,25608430:25608675,25609322:25609533,25610129:25610353,25611023:25611210,25611992:25612250,25613127:25613365,25632564:25633049,25635076:25635796,25639146:25639495,25640335:25640697,25640753:25640959,25644540:25644949,25647265:25647768,25647269:25647992,25650158:25650642,25672836:25673974,25686547:25687148,25691063:25692064,25691098:25691923,25692370:25693205,25695658:25696247,25699448:25700104,25699450:25700053,25702665:25703289,25703476:25703691,25721450:25722290,25729956:25731056,25729973:25730715,25733347:25733795,25734603:25735421,25736960:25737742,25736974:25737650,25739906:25740514,25745380:25746096,25751536:25752090,25768337:25769425,25772534:25773591,25774802:25775401,25777187:25777512,25782544:25783454,25787677:25788598,25787712:25788433,25788737:25789397,25794777:2579556', 'assoc_mat': '25577173:carton:3327:25577504,25579741:carton:3327:25580216,25582994:carton:3327:25583308,25583783:carton:3327:25584029,25585201:carton:3327:25585413,25585546:carton:3327:25585691,25586142:carton:3327:25589462,25586492:carton:3327:25586617,25590799:carton:3327:25594702,25592295:carton:3327:25599107,25593104:carton:3327:25593804,25605065:carton:3327:25605342,25606448:carton:3327:25606914,25608430:carton:3327:25608675,25609322:carton:3327:25609533,25610129:carton:3327:25610353,25611023:carton:3327:25611210,25611992:carton:3327:25612250,25613127:carton:3327:25613365,25632564:carton:3327:25633049,25635076:carton:3327:25635796,25639146:carton:3327:25639495,25640335:carton:3327:25640697,25640753:carton:3327:25640959,25644540:carton:3327:25644949,25647265:carton:3327:25647768,25647269:carton:3327:25647992,25650158:carton:3327:25650642,25672836:carton:3327:25673974,25686547:carton:3327:25687148,25691063:carton:3327:25692064,25691098:carton:3327:25691923,25692370:carton:3327:25693205,25695658:carton:3327:25696247,2569'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.010544853018333276, 'nb_photo': 697, 'list_port_cont': '25584792,25586291,25597317,25611723,25642432,25642567,25644979,25650410,25687869,25696084,25733744,25751943,25780500,25788129,25788322,25788677,25835499,25920154,26021797,26073437,26073659,26092688,26130787,26155562,26207766,26212180,26235803,26287286,26336719,26339021,26339699,26344983', 'assoc_port': '25583785:25584792,25586134:25586291,25596911:25597317,25611600:25611723,25642068:25642567,25642070:25642432,25644543:25644979,25650165:25650410,25687508:25687869,25695652:25696084,25733340:25733744,25751533:25751943,25780126:25780500,25787682:25788677,25787722:25788322,25787723:25788129,25832877:25835499,25919698:25920154,26021624:26021797,26072929:26073659,26072994:26073437,26092297:26092688,26130256:26130787,26155249:26155562,26207198:26207766,26211842:26212180,26235484:26235803,26286911:26287286,26335941:26339021,26335943:26336719,26339308:26339699,26344396:26344983', 'assoc_mat': '25583785:carton:3594:25584792,25586134:carton:3594:25586291,25596911:carton:3594:25597317,25611600:carton:3594:25611723,25642068:carton:3594:25642567,25642070:carton:3594:25642432,25644543:carton:3594:25644979,25650165:carton:3594:25650410,25687508:carton:3594:25687869,25695652:carton:3594:25696084,25733340:carton:3594:25733744,25751533:carton:3594:25751943,25780126:carton:3594:25780500,25787682:carton:3594:25788677,25787722:carton:3594:25788322,25787723:carton:3594:25788129,25832877:carton:3594:25835499,25919698:carton:3594:25920154,26021624:carton:3594:26021797,26072929:carton:3594:26073659,26072994:carton:3594:26073437,26092297:carton:3594:26092688,26130256:carton:3594:26130787,26155249:carton:3594:26155562,26207198:carton:3594:26207766,26211842:carton:3594:26212180,26235484:carton:3594:26235803,26286911:carton:3594:26287286,26335941:carton:3594:26339021,26335943:carton:3594:26336719,26339308:carton:3594:26339699,26344396:carton:3594:26344983'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001924493493303865, 'nb_photo': 131, 'list_port_cont': '25576727,25581218,25584131,25637175,25639190,25667797,25685069,25705229,25725455,25742234,25775805,25780275,25808499,25810280,25813409,25816786,25817985,25869536,25885352,25901228,25908995,25909706,25921163,25974520,26022350,26023184,26023662,26037481,26038872,26039892,26061518,26063272,26069259,26070267,26073175,26073788,26074391,26074674,26074855,26097112,26097686,26111607,26115034,26118131,26128396,26146515,26157450,26194662,26200484,26226876,26227118,26231171,26242620,26258393,26259890,26266322,26270824,26287271,26288109,26294168,26325710,26335836', 'assoc_port': '25576689:25576727,25579743:25581218,25582993:25584131,25636904:25637175,25639150:25639190,25667470:25667797,25684794:25685069,25705165:25705229,25725313:25725455,25742082:25742234,25775667:25775805,25780115:25780275,25805744:25808499,25810195:25810280,25813345:25813409,25815230:25816786,25817914:25817985,25869429:25869536,25885261:25885352,25900879:25901228,25908735:25909706,25908744:25908995,25921069:25921163,25972667:25974520,26021522:26022350,26021572:26023662,26021610:26023184,26037346:26037481,26038520:26038872,26039669:26039892,26061226:26063272,26061372:26061518,26069168:26069259,26069946:26070267,26072890:26074855,26072926:26074674,26072944:26074391,26072987:26073788,26073010:26073175,26096657:26097686,26096682:26097112,26111535:26111607,26114898:26115034,26117875:26118131,26128188:26128396,26146318:26146515,26157344:26157450,26194420:26194662,26200337:26200484,26226692:26227118,26226696:26226876,26231094:26231171,26242576:26242620,26258049:26258393,26259615:26259890,26264426:26266322,26270765:2627082', 'assoc_mat': '25576689:cartonnette:3726:25576727,25579743:cartonnette:3726:25581218,25582993:cartonnette:3726:25584131,25636904:cartonnette:3726:25637175,25639150:cartonnette:3726:25639190,25667470:cartonnette:3726:25667797,25684794:cartonnette:3726:25685069,25705165:cartonnette:3726:25705229,25725313:cartonnette:3726:25725455,25742082:cartonnette:3726:25742234,25775667:cartonnette:3726:25775805,25780115:cartonnette:3726:25780275,25805744:cartonnette:3726:25808499,25810195:cartonnette:3726:25810280,25813345:cartonnette:3726:25813409,25815230:cartonnette:3726:25816786,25817914:cartonnette:3726:25817985,25869429:cartonnette:3726:25869536,25885261:cartonnette:3726:25885352,25900879:cartonnette:3726:25901228,25908735:cartonnette:3726:25909706,25908744:cartonnette:3726:25908995,25921069:cartonnette:3726:25921163,25972667:cartonnette:3726:25974520,26021522:cartonnette:3726:26022350,26021572:cartonnette:3726:26023662,26021610:cartonnette:3726:26023184,26037346:cartonnette:3726:26037481,26038520:cartonnette:3726:26038872,26039669:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006565214174780985, 'nb_photo': 435, 'list_port_cont': '25576723,25581226,25584134,25586531,25590116,25604447,25608420,25608531,25632752,25637183,25639196,25667796,25685066,25719610,25720186,25725451,25763131,25770047,25775800,25780264,25795795,25808501,25810279,25813404,25816793,25817983,25869535,25885356,25889929,25901229,25908986,25909709,25921166,25973065,25973636,25974237,25974516,26022357,26022946,26023186,26023653,26036544,26037475,26038793,26038874,26039897,26041652,26061403,26061510,26061676,26062061,26062260,26062635,26062831,26062986,26063386,26064904,26064991,26069249,26070057,26070262,26070714,26071900,26073785,26074393,26074677,26074858,26076356,26097105,26097678,26111613,26115033,26118127,26120519,26142088,26157447,26194664,26200482,26204420,26226883,26227117,26231172,26242617,26258386,26259893,26261841,26266318,26270831,26287268,26288099,26293953,26294173,26321370,26325715,26335824,26340490,26356840', 'assoc_port': '25576689:25576723,25579743:25581226,25582993:25584134,25586490:25586531,25589950:25590116,25604425:25604447,25607441:25608420,25608431:25608531,25632565:25632752,25636904:25637183,25639150:25639196,25667470:25667796,25684794:25685066,25719358:25720186,25719396:25719610,25725313:25725451,25762811:25763131,25769863:25770047,25775667:25775800,25780115:25780264,25795723:25795795,25805744:25808501,25810195:25810279,25813345:25813404,25815230:25816793,25817914:25817983,25869429:25869535,25885261:25885356,25889802:25889929,25900879:25901229,25908735:25909709,25908744:25908986,25921069:25921166,25972667:25974516,25972705:25974237,25972766:25973636,25972818:25973065,26021522:26022357,26021572:26023653,26021610:26023186,26021635:26022946,26036515:26036544,26037346:26037475,26038520:26038874,26038668:26038793,26039669:26039897,26041234:26041652,26061211:26064991,26061213:26061403,26061214:26064904,26061220:26063386,26061232:26062986,26061238:26062831,26061281:26062635,26061283:26062260,26061287:26062061,26061306:2606167', 'assoc_mat': '25576689:Carton_brun:3726:25576723,25579743:Carton_brun:3726:25581226,25582993:Carton_brun:3726:25584134,25586490:Carton_brun:3726:25586531,25589950:Carton_brun:3726:25590116,25604425:Carton_brun:3726:25604447,25607441:Carton_brun:3726:25608420,25608431:Carton_brun:3726:25608531,25632565:Carton_brun:3726:25632752,25636904:Carton_brun:3726:25637183,25639150:Carton_brun:3726:25639196,25667470:Carton_brun:3726:25667796,25684794:Carton_brun:3726:25685066,25719358:Carton_brun:3726:25720186,25719396:Carton_brun:3726:25719610,25725313:Carton_brun:3726:25725451,25762811:Carton_brun:3726:25763131,25769863:Carton_brun:3726:25770047,25775667:Carton_brun:3726:25775800,25780115:Carton_brun:3726:25780264,25795723:Carton_brun:3726:25795795,25805744:Carton_brun:3726:25808501,25810195:Carton_brun:3726:25810279,25813345:Carton_brun:3726:25813404,25815230:Carton_brun:3726:25816793,25817914:Carton_brun:3726:25817983,25869429:Carton_brun:3726:25869535,25885261:Carton_brun:3726:25885356,25889802:Carton_brun:3726:25889929,25900879:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00524468083158771, 'nb_photo': 222, 'list_port_cont': '25576719,25581225,25584129,25586525,25590127,25604453,25608413,25608528,25611635,25614898,25637179,25639194,25667804,25685067,25705223,25719609,25720185,25725464,25734672,25763142,25770036,25775802,25795805,25808500,25810273,25813403,25816796,25817981,25869533,25885353,25889939,25901237,25908990,25909703,25921161,25973075,25973642,25974512,26022360,26022949,26023181,26023655,26036547,26038866,26039893,26041654,26061399,26061680,26062071,26062272,26064899,26069255,26070268,26071895,26073791,26074678,26074862,26076355,26097114,26097681,26111609,26120512,26128402,26146506,26157446,26194657,26204409,26207327,26226880,26227111,26231168,26242621,26259896,26261834,26266323,26270821,26287274,26288108,26293956,26294166,26300091,26317886', 'assoc_port': '25576689:25576719,25579743:25581225,25582993:25584129,25586490:25586525,25589950:25590127,25604425:25604453,25607441:25608413,25608431:25608528,25611597:25611635,25614815:25614898,25636904:25637179,25639150:25639194,25667470:25667804,25684794:25685067,25705165:25705223,25719358:25720185,25719396:25719609,25725313:25725464,25734607:25734672,25762811:25763142,25769863:25770036,25775667:25775802,25795723:25795805,25805744:25808500,25810195:25810273,25813345:25813403,25815230:25816796,25817914:25817981,25869429:25869533,25885261:25885353,25889802:25889939,25900879:25901237,25908735:25909703,25908744:25908990,25921069:25921161,25972667:25974512,25972766:25973642,25972818:25973075,26021522:26022360,26021572:26023655,26021610:26023181,26021635:26022949,26036515:26036547,26038520:26038866,26039669:26039893,26041234:26041654,26061213:26061399,26061214:26064899,26061283:26062272,26061287:26062071,26061306:26061680,26069168:26069255,26069946:26070268,26071846:26071895,26072890:26074862,26072926:26074678,26072987:2607379', 'assoc_mat': '25576689:Carton_gris:3726:25576719,25579743:Carton_gris:3726:25581225,25582993:Carton_gris:3726:25584129,25586490:Carton_gris:3726:25586525,25589950:Carton_gris:3726:25590127,25604425:Carton_gris:3726:25604453,25607441:Carton_gris:3726:25608413,25608431:Carton_gris:3726:25608528,25611597:Carton_gris:3726:25611635,25614815:Carton_gris:3726:25614898,25636904:Carton_gris:3726:25637179,25639150:Carton_gris:3726:25639194,25667470:Carton_gris:3726:25667804,25684794:Carton_gris:3726:25685067,25705165:Carton_gris:3726:25705223,25719358:Carton_gris:3726:25720185,25719396:Carton_gris:3726:25719609,25725313:Carton_gris:3726:25725464,25734607:Carton_gris:3726:25734672,25762811:Carton_gris:3726:25763142,25769863:Carton_gris:3726:25770036,25775667:Carton_gris:3726:25775802,25795723:Carton_gris:3726:25795805,25805744:Carton_gris:3726:25808500,25810195:Carton_gris:3726:25810273,25813345:Carton_gris:3726:25813403,25815230:Carton_gris:3726:25816796,25817914:Carton_gris:3726:25817981,25869429:Carton_gris:3726:25869533,25885261:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002352638406458963, 'nb_photo': 29, 'list_port_cont': '25638066,25640835,25718330,25784174,25876865,25884064,25909771,25927193,26021604,26038740,26040796,26160037,26240768,26269849,26314339,26366152', 'assoc_port': '25636041:25638066,25640751:25640835,25715253:25718330,25784022:25784174,25875785:25876865,25883929:25884064,25905642:25909771,25917397:25927193,26020558:26021604,26038515:26038740,26040462:26040796,26152798:26160037,26231097:26240768,26259646:26269849,26297425:26314339,26347653:26366152', 'assoc_mat': '25636041:ela:4205:25638066,25640751:ela:4205:25640835,25715253:ela:4205:25718330,25784022:ela:4205:25784174,25875785:ela:4205:25876865,25883929:ela:4205:25884064,25905642:ela:4205:25909771,25917397:ela:4205:25927193,26020558:ela:4205:26021604,26038515:ela:4205:26038740,26040462:ela:4205:26040796,26152798:ela:4205:26160037,26231097:ela:4205:26240768,26259646:ela:4205:26269849,26297425:ela:4205:26314339,26347653:ela:4205:26366152'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9582237398791777, 'nb_photo': 539, 'list_port_cont': '25580947,25583960,25591004,25606752,25610942,25632094,25643823,25646606,25684229,25695409,25703812,25727511,25737349,25772560,25777377,25791393,25810836,25815566,25824847,25871769,25894524,25909855,25920746,25976278,25989580,26025640,26027275,26037155,26040134,26063821,26063955,26064971,26072768,26075742,26077168,26108688,26111384,26125457,26130845,26142219,26159368,26163985,26209434,26214072,26242948,26245466,26261693,26275682,26281885,26308123,26314368,26328219,26356220,26365464', 'assoc_port': '25580381:25580947,25583787:25583960,25589925:25591004,25606446:25606752,25610667:25610942,25630831:25632094,25642040:25643823,25644541:25646606,25674372:25684229,25691090:25695409,25702666:25703812,25725310:25727511,25736978:25737349,25765639:25772560,25777185:25777377,25787726:25791393,25810539:25810836,25815240:25815566,25822468:25824847,25870117:25871769,25894093:25894524,25905559:25909855,25917394:25920746,25972758:25976278,25972863:25989580,26021547:26025640,26021630:26027275,26036997:26037155,26039667:26040134,26061196:26063955,26061298:26064971,26061359:26063821,26071842:26072768,26072935:26077168,26073002:26075742,26082491:26108688,26095210:26111384,26117047:26125457,26122868:26130845,26141883:26142219,26151183:26159368,26158720:26163985,26202838:26209434,26209233:26214072,26226079:26242948,26237654:26245466,26256611:26261693,26264402:26275682,26270767:26281885,26290561:26308123,26297422:26314368,26323538:26356220,26327726:26328219,26343121:26365464', 'assoc_mat': '25580381:ela:4203:25580947,25583787:ela:4203:25583960,25589925:ela:4203:25591004,25606446:ela:4203:25606752,25610667:ela:4203:25610942,25630831:ela:4203:25632094,25642040:ela:4203:25643823,25644541:ela:4203:25646606,25674372:ela:4203:25684229,25691090:ela:4203:25695409,25702666:ela:4203:25703812,25725310:ela:4203:25727511,25736978:ela:4203:25737349,25765639:ela:4203:25772560,25777185:ela:4203:25777377,25787726:ela:4203:25791393,25810539:ela:4203:25810836,25815240:ela:4203:25815566,25822468:ela:4203:25824847,25870117:ela:4203:25871769,25894093:ela:4203:25894524,25905559:ela:4203:25909855,25917394:ela:4203:25920746,25972758:ela:4203:25976278,25972863:ela:4203:25989580,26021547:ela:4203:26025640,26021630:ela:4203:26027275,26036997:ela:4203:26037155,26039667:ela:4203:26040134,26061196:ela:4203:26063955,26061298:ela:4203:26064971,26061359:ela:4203:26063821,26071842:ela:4203:26072768,26072935:ela:4203:26077168,26073002:ela:4203:26075742,26082491:ela:4203:26108688,26095210:ela:4203:26111384,26117047:ela:4203:2612545'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0006558692283075045, 'nb_photo': 126, 'list_port_cont': '25580880,25583835,25600456,25600990,25603857,25605114,25607732,25610287,25611712,25612094,25638203,25639307,25683980,25691245,25694851,25700630,25704339,25730610,25733052,25739520,25742327,25751739,25777397,25781801,25782720,25784609,25790690,25810689,25812012,25814995,25815488,25817855,25817950,25821414,25824504,25833025,25867406,25874316,25892764,25909655,25910051,25914680,25918504,25918972,25920786,25922431,25927776,25975933,26020708,26021847,26022478,26025332,26037004,26039239,26041596,26041616,26041955,26062007,26063928,26064278,26071645,26073364,26075641,26075699,26076405,26076561,26076951,26077399,26077458,26084917,26113254,26115178,26118461,26141612,26142614,26143040,26149227,26157735,26158386,26158459,26160187,26161871,26162071,26163769,26205506,26209307,26212310,26212470,26213766,26217443,26231936,26240732,26242450,26243780,26246688,26270043,26280089,26282238,26303256,26310308,26314382,26316278,26317282,26351250,26353644,26354899,26360292,26363745,26366259', 'assoc_port': '25580379:25580880,25583782:25583835,25586130:25600456,25589927:25605114,25590785:25600990,25592296:25603857,25607460:25607732,25610128:25610287,25611606:25611712,25612029:25612094,25636045:25638203,25638566:25639307,25683785:25683980,25691057:25694851,25691080:25704339,25691104:25691245,25696550:25700630,25727718:25730610,25729976:25733052,25736967:25739520,25739899:25742327,25746574:25751739,25769865:25777397,25772537:25784609,25778998:25781801,25782547:25782720,25787725:25790690,25810544:25810689,25811862:25812012,25814606:25814995,25815226:25815488,25816290:25817855,25817912:25817950,25820344:25821414,25823752:25824504,25832879:25833025,25866494:25867406,25871861:25874316,25892397:25892764,25905590:25909655,25905645:25910051,25912505:25914680,25916175:25918504,25916184:25918972,25917400:25920786,25919684:25922431,25923412:25927776,25972728:25975933,26020603:26020708,26021545:26022478,26021554:26025332,26021636:26021847,26036998:26037004,26038963:26039239,26040175:26041955,26041223:26041596,26041224:2604161', 'assoc_mat': '25580379:ela:4207:25580880,25583782:ela:4207:25583835,25586130:ela:4207:25600456,25589927:ela:4207:25605114,25590785:ela:4207:25600990,25592296:ela:4207:25603857,25607460:ela:4207:25607732,25610128:ela:4207:25610287,25611606:ela:4207:25611712,25612029:ela:4207:25612094,25636045:ela:4207:25638203,25638566:ela:4207:25639307,25683785:ela:4207:25683980,25691057:ela:4207:25694851,25691080:ela:4207:25704339,25691104:ela:4207:25691245,25696550:ela:4207:25700630,25727718:ela:4207:25730610,25729976:ela:4207:25733052,25736967:ela:4207:25739520,25739899:ela:4207:25742327,25746574:ela:4207:25751739,25769865:ela:4207:25777397,25772537:ela:4207:25784609,25778998:ela:4207:25781801,25782547:ela:4207:25782720,25787725:ela:4207:25790690,25810544:ela:4207:25810689,25811862:ela:4207:25812012,25814606:ela:4207:25814995,25815226:ela:4207:25815488,25816290:ela:4207:25817855,25817912:ela:4207:25817950,25820344:ela:4207:25821414,25823752:ela:4207:25824504,25832879:ela:4207:25833025,25866494:ela:4207:25867406,25871861:ela:4207:2587431'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002708868952124585, 'nb_photo': 10, 'list_port_cont': '25612117,25651807,25697068,25735159,25775958,26099467,26157397,26285777,26319328', 'assoc_port': '25611941:25612117,25645300:25651807,25696549:25697068,25734591:25735159,25775666:25775958,26099015:26099467,26157346:26157397,26285508:26285777,26318903:26319328', 'assoc_mat': '25611941:ela:4461:25612117,25645300:ela:4461:25651807,25696549:ela:4461:25697068,25734591:ela:4461:25735159,25775666:ela:4461:25775958,26099015:ela:4461:26099467,26157346:ela:4461:26157397,26285508:ela:4461:26285777,26318903:ela:4461:26319328'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014416902161778805, 'nb_photo': 192, 'list_port_cont': '25577313,25580641,25583086,25583872,25590862,25590949,25592469,25605171,25607650,25609135,25610254,25610795,25633709,25640792,25642302,25674742,25686893,25687747,25691324,25704162,25707566,25719715,25727874,25730220,25730397,25733760,25737250,25768791,25774947,25779204,25780705,25787965,25788084,25788415,25792721,25795111,25812026,25816343,25816366,25816581,25817045,25820557,25869592,25876027,25886124,25906250,25906924,25916561,25916705,25917562,25921373,25921734,25923654,25931011,25974358,25974936,25981140,26020834,26021986,26023039,26036684,26037834,26038689,26039718,26040520,26041941,26044527,26061413,26061629,26061805,26062997,26063410,26063985,26074097,26074204,26074471,26074956,26088931,26092345,26099171,26115799,26118213,26120660,26123263,26130440,26142345,26144117,26151459,26153103,26155076,26156836,26156947,26158915,26198994,26202457,26207408,26207599,26209493,26210465,26212062,26225352,26231244,26232662,26232749,26233675,26237020,26257005,26260616,26263020,26264638,26273769,26291752,26292306,2630389', 'assoc_port': '25577174:25577313,25580401:25580641,25582992:25583086,25583784:25583872,25586141:25590862,25590795:25590949,25592281:25592469,25605067:25605171,25607480:25607650,25608990:25609135,25610127:25610254,25610666:25610795,25633273:25633709,25640754:25640792,25642075:25642302,25674370:25674742,25686543:25686893,25687503:25687747,25691066:25691324,25696552:25704162,25707499:25707566,25719397:25719715,25727719:25727874,25729958:25730397,25729970:25730220,25733343:25733760,25736971:25737250,25768346:25768791,25774800:25774947,25778996:25779204,25780119:25780705,25787678:25788415,25787683:25788084,25787728:25787965,25792332:25792721,25794775:25795111,25811866:25812026,25816286:25816581,25816288:25816343,25816298:25816366,25816878:25817045,25820347:25820557,25869431:25869592,25875786:25876027,25878871:25886124,25900882:25906924,25905634:25906250,25916181:25916705,25916185:25916561,25917403:25917562,25921065:25921734,25921073:25921373,25923419:25923654,25930362:25931011,25972684:25974936,25972789:25974358,25972833:2598114', 'assoc_mat': '25577174:ela:4200:25577313,25580401:ela:4200:25580641,25582992:ela:4200:25583086,25583784:ela:4200:25583872,25586141:ela:4200:25590862,25590795:ela:4200:25590949,25592281:ela:4200:25592469,25605067:ela:4200:25605171,25607480:ela:4200:25607650,25608990:ela:4200:25609135,25610127:ela:4200:25610254,25610666:ela:4200:25610795,25633273:ela:4200:25633709,25640754:ela:4200:25640792,25642075:ela:4200:25642302,25674370:ela:4200:25674742,25686543:ela:4200:25686893,25687503:ela:4200:25687747,25691066:ela:4200:25691324,25696552:ela:4200:25704162,25707499:ela:4200:25707566,25719397:ela:4200:25719715,25727719:ela:4200:25727874,25729958:ela:4200:25730397,25729970:ela:4200:25730220,25733343:ela:4200:25733760,25736971:ela:4200:25737250,25768346:ela:4200:25768791,25774800:ela:4200:25774947,25778996:ela:4200:25779204,25780119:ela:4200:25780705,25787678:ela:4200:25788415,25787683:ela:4200:25788084,25787728:ela:4200:25787965,25792332:ela:4200:25792721,25794775:ela:4200:25795111,25811866:ela:4200:25812026,25816286:ela:4200:2581658'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004336555168761398, 'nb_photo': 259, 'list_port_cont': '25580694,25581643,25581729,25586205,25603912,25608581,25609172,25611116,25614932,25615074,25633678,25633784,25637261,25639367,25650291,25658536,25673264,25684250,25687849,25695834,25712966,25721895,25726696,25733865,25745744,25751697,25766151,25773159,25780607,25780816,25792877,25811577,25813618,25814944,25817087,25825324,25866875,25873535,25878120,25887278,25887307,25909290,25909439,25912961,25919879,25920064,25924912,25930815,25973234,25973551,25973704,26020767,26024844,26025981,26037375,26039158,26040337,26041385,26044569,26044621,26061563,26061701,26063321,26065896,26070299,26072135,26073196,26073274,26073502,26073585,26076447,26083058,26092630,26115123,26118230,26120799,26130928,26131112,26150531,26155528,26161794,26200519,26200710,26203225,26212003,26226989,26235705,26241272,26260076,26262077,26265307,26278592,26287452,26293262,26293498,26296295,26301148,26323921,26328145,26336387,26357175', 'assoc_port': '25580380:25580694,25581569:25581643,25581570:25581729,25586136:25586205,25592297:25603912,25608429:25608581,25608988:25609172,25611020:25611116,25614817:25615074,25614819:25614932,25633271:25633784,25633275:25633678,25636907:25637261,25639144:25639367,25650167:25650291,25658372:25658536,25672857:25673264,25683782:25684250,25687505:25687849,25695653:25695834,25712557:25712966,25721454:25721895,25726409:25726696,25733337:25733865,25745374:25745744,25751534:25751697,25765642:25766151,25772539:25773159,25780111:25780816,25780136:25780607,25792380:25792877,25811282:25811577,25813342:25813618,25814607:25814944,25816876:25817087,25825108:25825324,25866508:25866875,25873073:25873535,25877606:25878120,25887022:25887307,25887023:25887278,25908706:25909439,25908743:25909290,25912507:25912961,25919712:25920064,25919715:25919879,25924424:25924912,25930407:25930815,25972718:25973704,25972791:25973551,25972871:25973234,26020604:26020767,26021544:26025981,26021627:26024844,26037263:26039158,26037264:26037375,26038518:2604033', 'assoc_mat': '25580380:ela:4209:25580694,25581569:ela:4209:25581643,25581570:ela:4209:25581729,25586136:ela:4209:25586205,25592297:ela:4209:25603912,25608429:ela:4209:25608581,25608988:ela:4209:25609172,25611020:ela:4209:25611116,25614817:ela:4209:25615074,25614819:ela:4209:25614932,25633271:ela:4209:25633784,25633275:ela:4209:25633678,25636907:ela:4209:25637261,25639144:ela:4209:25639367,25650167:ela:4209:25650291,25658372:ela:4209:25658536,25672857:ela:4209:25673264,25683782:ela:4209:25684250,25687505:ela:4209:25687849,25695653:ela:4209:25695834,25712557:ela:4209:25712966,25721454:ela:4209:25721895,25726409:ela:4209:25726696,25733337:ela:4209:25733865,25745374:ela:4209:25745744,25751534:ela:4209:25751697,25765642:ela:4209:25766151,25772539:ela:4209:25773159,25780111:ela:4209:25780816,25780136:ela:4209:25780607,25792380:ela:4209:25792877,25811282:ela:4209:25811577,25813342:ela:4209:25813618,25814607:ela:4209:25814944,25816876:ela:4209:25817087,25825108:ela:4209:25825324,25866508:ela:4209:25866875,25873073:ela:4209:2587353'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011957165541247353, 'nb_photo': 1653, 'list_port_cont': '25577939,25577968,25580831,25581966,25583158,25583193,25583285,25587807,25588429,25590325,25591079,25593229,25593941,25595519,25599694,25604850,25607748,25608232,25608633,25609227,25609452,25610311,25610897,25611141,25611774,25612174,25612425,25613290,25613834,25630484,25631377,25632937,25635690,25638773,25639465,25640630,25642449,25642669,25645612,25645879,25647624,25648883,25651011,25669328,25670516,25674936,25685408,25687098,25691809,25692145,25696966,25697507,25701099,25701370,25703152,25715103,25716065,25719854,25720152,25722523,25726714,25726901,25730748,25731067,25735235,25737368,25737662,25740478,25742803,25747315,25764945,25766741,25769201,25770384,25774698,25776027,25776059,25779376,25779744,25784649,25785040,25786121,25788212,25793139,25793387,25795395,25800612,25808837,25810420,25811635,25813549,25815582,25815782,25816592,25817068,25817218,25818535,25820870,25823012,25823118,25824234,25824326,25825599,25867006,25870595,25872553,25872904,25876355,25879239,25890361,25892178,25892749,25901742,2590652', 'assoc_port': '25577629:25577968,25577631:25577939,25580398:25580831,25581549:25581966,25582988:25583285,25582991:25583193,25582997:25583158,25585203:25588429,25586132:25595519,25587501:25593941,25587503:25593229,25587505:25587807,25589929:25590325,25589970:25599694,25590813:25591079,25604427:25604850,25607439:25607748,25608155:25608232,25608432:25608633,25608969:25609227,25609323:25609452,25610126:25610311,25610668:25610897,25611021:25611141,25611594:25611774,25611934:25612174,25612350:25612425,25613125:25613290,25613675:25613834,25629824:25630484,25630867:25631377,25632563:25632937,25635074:25635690,25638567:25638773,25639141:25639465,25640336:25640630,25642038:25642669,25642054:25642449,25645293:25645879,25645299:25645612,25647272:25647624,25648357:25648883,25650833:25651011,25668768:25669328,25669903:25670516,25674373:25674936,25684796:25685408,25686545:25687098,25691054:25692145,25691060:25691809,25696546:25696966,25696548:25697507,25700531:25701370,25700536:25701099,25702663:25703152,25712562:25715103,25712573:2571606', 'assoc_mat': '25577629:ela:4211:25577968,25577631:ela:4211:25577939,25580398:ela:4211:25580831,25581549:ela:4211:25581966,25582988:ela:4211:25583285,25582991:ela:4211:25583193,25582997:ela:4211:25583158,25585203:ela:4211:25588429,25586132:ela:4211:25595519,25587501:ela:4211:25593941,25587503:ela:4211:25593229,25587505:ela:4211:25587807,25589929:ela:4211:25590325,25589970:ela:4211:25599694,25590813:ela:4211:25591079,25604427:ela:4211:25604850,25607439:ela:4211:25607748,25608155:ela:4211:25608232,25608432:ela:4211:25608633,25608969:ela:4211:25609227,25609323:ela:4211:25609452,25610126:ela:4211:25610311,25610668:ela:4211:25610897,25611021:ela:4211:25611141,25611594:ela:4211:25611774,25611934:ela:4211:25612174,25612350:ela:4211:25612425,25613125:ela:4211:25613290,25613675:ela:4211:25613834,25629824:ela:4211:25630484,25630867:ela:4211:25631377,25632563:ela:4211:25632937,25635074:ela:4211:25635690,25638567:ela:4211:25638773,25639141:ela:4211:25639465,25640336:ela:4211:25640630,25642038:ela:4211:25642669,25642054:ela:4211:2564244'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003208343560093287, 'nb_photo': 1, 'list_port_cont': '25674168', 'assoc_port': '25668756:25674168', 'assoc_mat': '25668756:etiquette:4205:25674168'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 6.0708983240382e-05, 'nb_photo': 33, 'list_port_cont': '25583957,25591002,25632088,25703805,25737341,25772550,25871770,25909864,25920752,25989581,26025645,26027274,26037151,26040125,26075752,26077164,26108680,26125459,26130852,26142208,26163984,26209432,26214062,26242947,26275688,26281884', 'assoc_port': '25583787:25583957,25589925:25591002,25630831:25632088,25702666:25703805,25736978:25737341,25765639:25772550,25870117:25871770,25905559:25909864,25917394:25920752,25972863:25989581,26021547:26025645,26021630:26027274,26036997:26037151,26039667:26040125,26072935:26077164,26073002:26075752,26082491:26108680,26117047:26125459,26122868:26130852,26141883:26142208,26158720:26163984,26202838:26209432,26209233:26214062,26226079:26242947,26264402:26275688,26270767:26281884', 'assoc_mat': '25583787:etiquette:4203:25583957,25589925:etiquette:4203:25591002,25630831:etiquette:4203:25632088,25702666:etiquette:4203:25703805,25736978:etiquette:4203:25737341,25765639:etiquette:4203:25772550,25870117:etiquette:4203:25871770,25905559:etiquette:4203:25909864,25917394:etiquette:4203:25920752,25972863:etiquette:4203:25989581,26021547:etiquette:4203:26025645,26021630:etiquette:4203:26027274,26036997:etiquette:4203:26037151,26039667:etiquette:4203:26040125,26072935:etiquette:4203:26077164,26073002:etiquette:4203:26075752,26082491:etiquette:4203:26108680,26117047:etiquette:4203:26125459,26122868:etiquette:4203:26130852,26141883:etiquette:4203:26142208,26158720:etiquette:4203:26163984,26202838:etiquette:4203:26209432,26209233:etiquette:4203:26214062,26226079:etiquette:4203:26242947,26264402:etiquette:4203:26275688,26270767:etiquette:4203:26281884'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00032043662080023474, 'nb_photo': 6, 'list_port_cont': '25608556,25649444,25736421,25795982,25975849,26109415', 'assoc_port': '25608434:25608556,25647264:25649444,25733334:25736421,25792339:25795982,25972713:25975849,26084015:26109415', 'assoc_mat': '25608434:etiquette:4207:25608556,25647264:etiquette:4207:25649444,25733334:etiquette:4207:25736421,25792339:etiquette:4207:25795982,25972713:etiquette:4207:25975849,26084015:etiquette:4207:26109415'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 8.09818423910168e-05, 'nb_photo': 8, 'list_port_cont': '25640574,26038886,26061480', 'assoc_port': '25640337:25640574,26038511:26038886,26061222:26061480', 'assoc_mat': '25640337:etiquette:4461:25640574,26038511:etiquette:4461:26038886,26061222:etiquette:4461:26061480'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0010141499095912433, 'nb_photo': 5, 'list_port_cont': '25782848,26023051,26036687,26040513', 'assoc_port': '25782542:25782848,26021583:26023051,26036528:26036687,26040172:26040513', 'assoc_mat': '25782542:etiquette:4200:25782848,26021583:etiquette:4200:26023051,26036528:etiquette:4200:26036687,26040172:etiquette:4200:26040513'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0005423267440789765, 'nb_photo': 6, 'list_port_cont': '25603911,25615085,25766139,25909434,25930812,26231725', 'assoc_port': '25592297:25603911,25614817:25615085,25765642:25766139,25908706:25909434,25930407:25930812,26231550:26231725', 'assoc_mat': '25592297:etiquette:4209:25603911,25614817:etiquette:4209:25615085,25765642:etiquette:4209:25766139,25908706:etiquette:4209:25909434,25930407:etiquette:4209:25930812,26231550:etiquette:4209:26231725'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005562347868919704, 'nb_photo': 48, 'list_port_cont': '25630483,25670525,25731079,25740487,25770382,25925436,25982420,26036866,26037716,26040048,26075337,26096017,26237960,26240556,26263487,26267774,26294245', 'assoc_port': '25629824:25630483,25669903:25670525,25729954:25731079,25739908:25740487,25769867:25770382,25924417:25925436,25972762:25982420,26036521:26036866,26037369:26037716,26038510:26040048,26072985:26075337,26095205:26096017,26237657:26237960,26240298:26240556,26262831:26263487,26267294:26267774,26293866:26294245', 'assoc_mat': '25629824:etiquette:4211:25630483,25669903:etiquette:4211:25670525,25729954:etiquette:4211:25731079,25739908:etiquette:4211:25740487,25769867:etiquette:4211:25770382,25924417:etiquette:4211:25925436,25972762:etiquette:4211:25982420,26036521:etiquette:4211:26036866,26037369:etiquette:4211:26037716,26038510:etiquette:4211:26040048,26072985:etiquette:4211:26075337,26095205:etiquette:4211:26096017,26237657:etiquette:4211:26237960,26240298:etiquette:4211:26240556,26262831:etiquette:4211:26263487,26267294:etiquette:4211:26267774,26293866:etiquette:4211:26294245'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005750759340832082, 'nb_photo': 22, 'list_port_cont': '25580214,25585415,25585690,25777520,26030975,26063726,26129094,26301506', 'assoc_port': '25579741:25580214,25585201:25585415,25585546:25585690,25777187:25777520,26021633:26030975,26061293:26063726,26128184:26129094,26300855:26301506', 'assoc_mat': '25579741:etiquette:3327:25580214,25585201:etiquette:3327:25585415,25585546:etiquette:3327:25585690,25777187:etiquette:3327:25777520,26021633:etiquette:3327:26030975,26061293:etiquette:3327:26063726,26128184:etiquette:3327:26129094,26300855:etiquette:3327:26301506'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01739631725997982, 'nb_photo': 737, 'list_port_cont': '25579284,25583908,25585254,25604478,25610227,25631966,25638067,25640833,25674170,25685090,25703191,25718339,25732881,25769684,25784166,25790004,25790444,25811388,25817970,25868510,25876869,25884067,25909780,25927183,25931468,25976214,25976407,26021590,26023493,26036695,26038742,26040793,26062118,26064483,26075289,26075485,26076378,26077343,26106627,26110978,26125039,26138117,26151672,26160045,26161079,26213458,26217855,26239313,26240766,26243878,26269859,26284557,26306179,26314328,26353833,26366145', 'assoc_port': '25577627:25579284,25583780:25583908,25585199:25585254,25604429:25604478,25610130:25610227,25630859:25631966,25636041:25638067,25640751:25640833,25668756:25674170,25684797:25685090,25700541:25703191,25715253:25718339,25729964:25732881,25764308:25769684,25784022:25784166,25787675:25790004,25787702:25790444,25811287:25811388,25817915:25817970,25867623:25868510,25875785:25876869,25883929:25884067,25905642:25909780,25917397:25927183,25931371:25931468,25972772:25976214,25972778:25976407,26020558:26021590,26021574:26023493,26036530:26036695,26038515:26038742,26040462:26040793,26061163:26062118,26061336:26064483,26072894:26076378,26072958:26077343,26073015:26075485,26074607:26075289,26078693:26106627,26092290:26110978,26117061:26125039,26130280:26138117,26141882:26151672,26152798:26160045,26153833:26161079,26209225:26213458,26215058:26217855,26229423:26239313,26231097:26240766,26235486:26243878,26259646:26269859,26267299:26284557,26286916:26306179,26297425:26314328,26321165:26353833,26347653:26366145', 'assoc_mat': '25577627:film_plastique:4205:25579284,25583780:film_plastique:4205:25583908,25585199:film_plastique:4205:25585254,25604429:film_plastique:4205:25604478,25610130:film_plastique:4205:25610227,25630859:film_plastique:4205:25631966,25636041:film_plastique:4205:25638067,25640751:film_plastique:4205:25640833,25668756:film_plastique:4205:25674170,25684797:film_plastique:4205:25685090,25700541:film_plastique:4205:25703191,25715253:film_plastique:4205:25718339,25729964:film_plastique:4205:25732881,25764308:film_plastique:4205:25769684,25784022:film_plastique:4205:25784166,25787675:film_plastique:4205:25790004,25787702:film_plastique:4205:25790444,25811287:film_plastique:4205:25811388,25817915:film_plastique:4205:25817970,25867623:film_plastique:4205:25868510,25875785:film_plastique:4205:25876869,25883929:film_plastique:4205:25884067,25905642:film_plastique:4205:25909780,25917397:film_plastique:4205:25927183,25931371:film_plastique:4205:25931468,25972772:film_plastique:4205:25976214,25972778:film_plastique:4205:2597640'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037095722875615665, 'nb_photo': 592, 'list_port_cont': '25580933,25583956,25591003,25606757,25610949,25632097,25643821,25646612,25684232,25695408,25703801,25727509,25777379,25791398,25810837,25815567,25824843,25871781,25894511,25909862,25920742,25938939,25976275,25989582,26025644,26027276,26037144,26040135,26063827,26063961,26064964,26072759,26075745,26077167,26108690,26111382,26125445,26130841,26142211,26159363,26163983,26209428,26214063,26242951,26245463,26261694,26275681,26281881,26308133,26314374,26328211,26356229,26365460', 'assoc_port': '25580381:25580933,25583787:25583956,25589925:25591003,25606446:25606757,25610667:25610949,25630831:25632097,25642040:25643821,25644541:25646612,25674372:25684232,25691090:25695408,25702666:25703801,25725310:25727509,25777185:25777379,25787726:25791398,25810539:25810837,25815240:25815567,25822468:25824843,25870117:25871781,25894093:25894511,25905559:25909862,25917394:25920742,25928095:25938939,25972758:25976275,25972863:25989582,26021547:26025644,26021630:26027276,26036997:26037144,26039667:26040135,26061196:26063961,26061298:26064964,26061359:26063827,26071842:26072759,26072935:26077167,26073002:26075745,26082491:26108690,26095210:26111382,26117047:26125445,26122868:26130841,26141883:26142211,26151183:26159363,26158720:26163983,26202838:26209428,26209233:26214063,26226079:26242951,26237654:26245463,26256611:26261694,26264402:26275681,26270767:26281881,26290561:26308133,26297422:26314374,26323538:26356229,26327726:26328211,26343121:26365460', 'assoc_mat': '25580381:film_plastique:4203:25580933,25583787:film_plastique:4203:25583956,25589925:film_plastique:4203:25591003,25606446:film_plastique:4203:25606757,25610667:film_plastique:4203:25610949,25630831:film_plastique:4203:25632097,25642040:film_plastique:4203:25643821,25644541:film_plastique:4203:25646612,25674372:film_plastique:4203:25684232,25691090:film_plastique:4203:25695408,25702666:film_plastique:4203:25703801,25725310:film_plastique:4203:25727509,25777185:film_plastique:4203:25777379,25787726:film_plastique:4203:25791398,25810539:film_plastique:4203:25810837,25815240:film_plastique:4203:25815567,25822468:film_plastique:4203:25824843,25870117:film_plastique:4203:25871781,25894093:film_plastique:4203:25894511,25905559:film_plastique:4203:25909862,25917394:film_plastique:4203:25920742,25928095:film_plastique:4203:25938939,25972758:film_plastique:4203:25976275,25972863:film_plastique:4203:25989582,26021547:film_plastique:4203:26025644,26021630:film_plastique:4203:26027276,26036997:film_plastique:4203:2603714'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033253037709063044, 'nb_photo': 2685, 'list_port_cont': '25577425,25577911,25580053,25580578,25580866,25581796,25583132,25583256,25583823,25583884,25600458,25600482,25600864,25600999,25603868,25604137,25604176,25604345,25604538,25605106,25605149,25606727,25607706,25607742,25608197,25608557,25609362,25609429,25610285,25610809,25611182,25611704,25611743,25612089,25613309,25631043,25631771,25632110,25633441,25634966,25637504,25638200,25638694,25639314,25639490,25640780,25640812,25643724,25646470,25647462,25649449,25649629,25670158,25673097,25674289,25674829,25682965,25683971,25684454,25686306,25690696,25691253,25694861,25695956,25700251,25700625,25702393,25702860,25703702,25704352,25715046,25718885,25722213,25724140,25726773,25727239,25730598,25733061,25733309,25736432,25737143,25739509,25742336,25742580,25748313,25751743,25770055,25771676,25774767,25775227,25777240,25777394,25781807,25782718,25783022,25784341,25784620,25787006,25790155,25790691,25795859,25795900,25795984,25800582,25809397,25809460,25810140,25810376,25810698,25812014,25813469,25815001,25815492,2581711', 'assoc_port': '25577172:25577425,25577628:25577911,25579745:25580053,25580379:25580866,25580405:25580578,25581568:25581796,25582989:25583256,25582995:25583132,25583782:25583823,25583786:25583884,25585202:25604137,25585544:25604176,25586130:25600458,25586138:25600482,25587507:25604345,25589927:25605106,25590785:25600999,25590812:25600864,25592296:25603868,25604428:25604538,25605068:25605149,25606444:25606727,25607460:25607742,25607481:25607706,25608156:25608197,25608434:25608557,25609321:25609429,25609324:25609362,25610128:25610285,25610669:25610809,25611022:25611182,25611595:25611743,25611606:25611704,25612029:25612089,25613106:25613309,25629826:25631043,25630845:25631771,25630865:25632110,25632566:25633441,25633277:25634966,25635078:25637504,25636045:25638200,25638566:25639314,25638585:25638694,25639148:25639490,25640752:25640812,25640756:25640780,25642072:25643724,25644542:25646470,25645297:25647462,25647264:25649449,25647274:25649629,25667488:25670158,25668759:25674289,25669900:25674829,25672818:25682965,25672877:2567309', 'assoc_mat': '25577172:film_plastique:4207:25577425,25577628:film_plastique:4207:25577911,25579745:film_plastique:4207:25580053,25580379:film_plastique:4207:25580866,25580405:film_plastique:4207:25580578,25581568:film_plastique:4207:25581796,25582989:film_plastique:4207:25583256,25582995:film_plastique:4207:25583132,25583782:film_plastique:4207:25583823,25583786:film_plastique:4207:25583884,25585202:film_plastique:4207:25604137,25585544:film_plastique:4207:25604176,25586130:film_plastique:4207:25600458,25586138:film_plastique:4207:25600482,25587507:film_plastique:4207:25604345,25589927:film_plastique:4207:25605106,25590785:film_plastique:4207:25600999,25590812:film_plastique:4207:25600864,25592296:film_plastique:4207:25603868,25604428:film_plastique:4207:25604538,25605068:film_plastique:4207:25605149,25606444:film_plastique:4207:25606727,25607460:film_plastique:4207:25607742,25607481:film_plastique:4207:25607706,25608156:film_plastique:4207:25608197,25608434:film_plastique:4207:25608557,25609321:film_plastique:4207:2560942'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7468841371372138, 'nb_photo': 5877, 'list_port_cont': '25577377,25577828,25581895,25583200,25585342,25586316,25587743,25590183,25592538,25604687,25607670,25609380,25610822,25612116,25612185,25613235,25631241,25633737,25636359,25638709,25640581,25644192,25644808,25651790,25667895,25670277,25679637,25685329,25688048,25691558,25695971,25697078,25701029,25713079,25719722,25721799,25726523,25728071,25735002,25735165,25742710,25747032,25751836,25766166,25770255,25775897,25775952,25779337,25783149,25792964,25795923,25799898,25811533,25813496,25814902,25816426,25816464,25818453,25818505,25820762,25825380,25867964,25870351,25873382,25878045,25879127,25892653,25894375,25906292,25909328,25909343,25916727,25917730,25920236,25923788,25931093,25972968,25973409,25973593,25973808,25974014,25978785,25989111,26020789,26021814,26021922,26022838,26024972,26027994,26036610,26036750,26037584,26037798,26038892,26040866,26040934,26041718,26042077,26045105,26061478,26061598,26061717,26061752,26061870,26062432,26062794,26071476,26073302,26073400,26073546,26073612,26073798,26074055,2607417', 'assoc_port': '25577171:25577377,25577630:25577828,25581566:25581895,25582996:25583200,25585204:25585342,25586140:25586316,25587499:25587743,25589930:25590183,25592294:25592538,25604430:25604687,25607476:25607670,25609320:25609380,25610670:25610822,25611914:25612185,25611941:25612116,25613129:25613235,25630861:25631241,25633279:25633737,25636039:25636359,25638586:25638709,25640337:25640581,25642073:25644192,25644544:25644808,25645300:25651790,25667508:25667895,25669917:25670277,25678937:25679637,25684795:25685329,25687501:25688048,25691101:25691558,25695656:25695971,25696549:25697078,25700538:25701029,25712570:25713079,25719366:25719722,25721485:25721799,25726422:25726523,25727717:25728071,25734591:25735165,25734599:25735002,25742072:25742710,25746579:25747032,25751535:25751836,25765645:25766166,25769866:25770255,25775666:25775952,25775669:25775897,25779002:25779337,25782539:25783149,25792335:25792964,25795726:25795923,25799755:25799898,25811285:25811533,25813349:25813496,25814608:25814902,25816292:25816464,25816294:2581642', 'assoc_mat': '25577171:film_plastique:4461:25577377,25577630:film_plastique:4461:25577828,25581566:film_plastique:4461:25581895,25582996:film_plastique:4461:25583200,25585204:film_plastique:4461:25585342,25586140:film_plastique:4461:25586316,25587499:film_plastique:4461:25587743,25589930:film_plastique:4461:25590183,25592294:film_plastique:4461:25592538,25604430:film_plastique:4461:25604687,25607476:film_plastique:4461:25607670,25609320:film_plastique:4461:25609380,25610670:film_plastique:4461:25610822,25611914:film_plastique:4461:25612185,25611941:film_plastique:4461:25612116,25613129:film_plastique:4461:25613235,25630861:film_plastique:4461:25631241,25633279:film_plastique:4461:25633737,25636039:film_plastique:4461:25636359,25638586:film_plastique:4461:25638709,25640337:film_plastique:4461:25640581,25642073:film_plastique:4461:25644192,25644544:film_plastique:4461:25644808,25645300:film_plastique:4461:25651790,25667508:film_plastique:4461:25667895,25669917:film_plastique:4461:25670277,25678937:film_plastique:4461:2567963'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024385308704279046, 'nb_photo': 5193, 'list_port_cont': '25577316,25580638,25583085,25583860,25585267,25589090,25590858,25590941,25592482,25593282,25593397,25605183,25607660,25609132,25610248,25610787,25611078,25611678,25612061,25613768,25630096,25633717,25636337,25638679,25640497,25640798,25642305,25645504,25647469,25648623,25669152,25674749,25685143,25686889,25687761,25691331,25695858,25700830,25702904,25704165,25707568,25715673,25719713,25727864,25730208,25730398,25733588,25733757,25737248,25740203,25742409,25745635,25764792,25768792,25774951,25779202,25780449,25780698,25782843,25787973,25788082,25788406,25792712,25795104,25808451,25810287,25812035,25816352,25816373,25816569,25817034,25818389,25818423,25820561,25822722,25825296,25866935,25869593,25869680,25873353,25876041,25886121,25887246,25891938,25892056,25904511,25906253,25906917,25912882,25916555,25916714,25917553,25921367,25921729,25923651,25924674,25930764,25930997,25973535,25973775,25974363,25974471,25974815,25974939,25981139,26020733,26020840,26021860,26021976,26022387,26022902,26023052,26036690,2603770', 'assoc_port': '25577174:25577316,25580401:25580638,25582992:25583085,25583784:25583860,25585205:25585267,25585545:25589090,25586141:25590858,25590795:25590941,25592281:25592482,25593103:25593397,25593105:25593282,25605067:25605183,25607480:25607660,25608990:25609132,25610127:25610248,25610666:25610787,25611024:25611078,25611604:25611678,25612032:25612061,25613715:25613768,25629830:25630096,25633273:25633717,25636042:25636337,25638584:25638679,25640338:25640497,25640754:25640798,25642075:25642305,25645294:25645504,25647267:25647469,25648355:25648623,25668764:25669152,25674370:25674749,25684799:25685143,25686543:25686889,25687503:25687761,25691066:25691331,25695657:25695858,25696552:25704165,25700539:25700830,25702664:25702904,25707499:25707568,25715248:25715673,25719397:25719713,25727719:25727864,25729958:25730398,25729970:25730208,25733343:25733757,25733352:25733588,25736971:25737248,25739903:25740203,25742097:25742409,25745382:25745635,25764316:25764792,25768346:25768792,25774800:25774951,25778996:25779202,25780119:2578069', 'assoc_mat': '25577174:film_plastique:4200:25577316,25580401:film_plastique:4200:25580638,25582992:film_plastique:4200:25583085,25583784:film_plastique:4200:25583860,25585205:film_plastique:4200:25585267,25585545:film_plastique:4200:25589090,25586141:film_plastique:4200:25590858,25590795:film_plastique:4200:25590941,25592281:film_plastique:4200:25592482,25593103:film_plastique:4200:25593397,25593105:film_plastique:4200:25593282,25605067:film_plastique:4200:25605183,25607480:film_plastique:4200:25607660,25608990:film_plastique:4200:25609132,25610127:film_plastique:4200:25610248,25610666:film_plastique:4200:25610787,25611024:film_plastique:4200:25611078,25611604:film_plastique:4200:25611678,25612032:film_plastique:4200:25612061,25613715:film_plastique:4200:25613768,25629830:film_plastique:4200:25630096,25633273:film_plastique:4200:25633717,25636042:film_plastique:4200:25636337,25638584:film_plastique:4200:25638679,25640338:film_plastique:4200:25640497,25640754:film_plastique:4200:25640798,25642075:film_plastique:4200:2564230'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012462735576223563, 'nb_photo': 532, 'list_port_cont': '25580686,25581631,25586197,25603902,25608578,25609183,25611121,25614929,25633680,25633795,25639362,25650305,25650383,25658537,25673262,25684247,25687856,25695825,25700924,25712963,25721891,25726690,25745747,25751688,25766143,25773163,25780613,25780819,25792872,25811571,25813612,25814948,25817096,25825327,25866870,25873536,25878128,25887274,25887315,25891993,25909286,25912982,25919878,25920061,25924911,25930816,25973220,25973520,25973545,25973694,25974058,26020761,26021965,26024838,26025980,26028344,26037382,26038850,26039166,26040344,26041391,26044557,26044610,26061555,26061567,26061691,26061912,26062147,26062167,26062356,26062754,26062914,26063087,26063328,26065895,26069339,26070144,26070181,26070288,26070467,26072139,26073189,26073266,26073501,26073584,26076443,26083057,26092625,26113792,26115128,26118189,26120802,26130933,26131122,26143485,26146553,26150539,26155529,26158974,26161791,26200699,26203220,26212008,26212089,26213793,26226997,26231724,26235708,26235735,26241266,26260078,26262072,26265308,2627180', 'assoc_port': '25580380:25580686,25581569:25581631,25586136:25586197,25592297:25603902,25608429:25608578,25608988:25609183,25611020:25611121,25614819:25614929,25633271:25633795,25633275:25633680,25639144:25639362,25650163:25650383,25650167:25650305,25658372:25658537,25672857:25673262,25683782:25684247,25687505:25687856,25695653:25695825,25700533:25700924,25712557:25712963,25721454:25721891,25726409:25726690,25745374:25745747,25751534:25751688,25765642:25766143,25772539:25773163,25780111:25780819,25780136:25780613,25792380:25792872,25811282:25811571,25813342:25813612,25814607:25814948,25816876:25817096,25825108:25825327,25866508:25866870,25873073:25873536,25877606:25878128,25887022:25887315,25887023:25887274,25891753:25891993,25908743:25909286,25912507:25912982,25919712:25920061,25919715:25919878,25924424:25924911,25930407:25930816,25972697:25974058,25972718:25973694,25972722:25973520,25972791:25973545,25972871:25973220,26020604:26020761,26021544:26025980,26021576:26028344,26021622:26021965,26021627:26024838,26037263:2603916', 'assoc_mat': '25580380:film_plastique:4209:25580686,25581569:film_plastique:4209:25581631,25586136:film_plastique:4209:25586197,25592297:film_plastique:4209:25603902,25608429:film_plastique:4209:25608578,25608988:film_plastique:4209:25609183,25611020:film_plastique:4209:25611121,25614819:film_plastique:4209:25614929,25633271:film_plastique:4209:25633795,25633275:film_plastique:4209:25633680,25639144:film_plastique:4209:25639362,25650163:film_plastique:4209:25650383,25650167:film_plastique:4209:25650305,25658372:film_plastique:4209:25658537,25672857:film_plastique:4209:25673262,25683782:film_plastique:4209:25684247,25687505:film_plastique:4209:25687856,25695653:film_plastique:4209:25695825,25700533:film_plastique:4209:25700924,25712557:film_plastique:4209:25712963,25721454:film_plastique:4209:25721891,25726409:film_plastique:4209:25726690,25745374:film_plastique:4209:25745747,25751534:film_plastique:4209:25751688,25765642:film_plastique:4209:25766143,25772539:film_plastique:4209:25773163,25780111:film_plastique:4209:2578081'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004236135506129129, 'nb_photo': 11500, 'list_port_cont': '25577931,25577966,25580836,25581957,25583160,25583184,25583281,25587806,25588414,25590315,25591085,25593219,25593949,25595518,25599687,25604843,25607752,25608247,25608631,25609214,25609453,25610303,25610888,25611136,25611764,25612160,25612422,25613283,25613841,25630479,25631367,25632936,25635681,25638780,25639468,25640646,25642436,25642677,25645624,25645880,25647610,25648882,25651024,25669327,25670519,25674934,25685407,25687090,25691800,25692134,25696975,25697504,25701104,25701368,25703155,25715092,25716066,25719855,25720147,25722526,25726720,25726889,25730753,25731077,25735238,25737375,25737666,25740479,25742797,25747325,25764949,25766739,25769216,25770383,25774702,25776024,25776053,25779357,25779736,25784646,25785049,25786108,25788222,25793144,25793371,25795392,25800621,25808833,25810416,25811634,25813539,25815586,25815786,25816606,25817061,25817228,25818537,25820884,25823015,25823097,25824229,25824327,25825592,25867008,25870591,25872545,25872908,25876340,25879240,25890360,25892169,25892741,25901737,2590652', 'assoc_port': '25577629:25577966,25577631:25577931,25580398:25580836,25581549:25581957,25582988:25583281,25582991:25583184,25582997:25583160,25585203:25588414,25586132:25595518,25587501:25593949,25587503:25593219,25587505:25587806,25589929:25590315,25589970:25599687,25590813:25591085,25604427:25604843,25607439:25607752,25608155:25608247,25608432:25608631,25608969:25609214,25609323:25609453,25610126:25610303,25610668:25610888,25611021:25611136,25611594:25611764,25611934:25612160,25612350:25612422,25613125:25613283,25613675:25613841,25629824:25630479,25630867:25631367,25632563:25632936,25635074:25635681,25638567:25638780,25639141:25639468,25640336:25640646,25642038:25642677,25642054:25642436,25645293:25645880,25645299:25645624,25647272:25647610,25648357:25648882,25650833:25651024,25668768:25669327,25669903:25670519,25674373:25674934,25684796:25685407,25686545:25687090,25691054:25692134,25691060:25691800,25696546:25696975,25696548:25697504,25700531:25701368,25700536:25701104,25702663:25703155,25712562:25715092,25712573:2571606', 'assoc_mat': '25577629:film_plastique:4211:25577966,25577631:film_plastique:4211:25577931,25580398:film_plastique:4211:25580836,25581549:film_plastique:4211:25581957,25582988:film_plastique:4211:25583281,25582991:film_plastique:4211:25583184,25582997:film_plastique:4211:25583160,25585203:film_plastique:4211:25588414,25586132:film_plastique:4211:25595518,25587501:film_plastique:4211:25593949,25587503:film_plastique:4211:25593219,25587505:film_plastique:4211:25587806,25589929:film_plastique:4211:25590315,25589970:film_plastique:4211:25599687,25590813:film_plastique:4211:25591085,25604427:film_plastique:4211:25604843,25607439:film_plastique:4211:25607752,25608155:film_plastique:4211:25608247,25608432:film_plastique:4211:25608631,25608969:film_plastique:4211:25609214,25609323:film_plastique:4211:25609453,25610126:film_plastique:4211:25610303,25610668:film_plastique:4211:25610888,25611021:film_plastique:4211:25611136,25611594:film_plastique:4211:25611764,25611934:film_plastique:4211:25612160,25612350:film_plastique:4211:2561242'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000949011894626265, 'nb_photo': 2, 'list_port_cont': '25674162,25789996', 'assoc_port': '25668756:25674162,25787675:25789996', 'assoc_mat': '25668756:kraft:4205:25674162,25787675:kraft:4205:25789996'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00044962815335560674, 'nb_photo': 2, 'list_port_cont': '25643825,25737339', 'assoc_port': '25642040:25643825,25736978:25737339', 'assoc_mat': '25642040:kraft:4203:25643825,25736978:kraft:4203:25737339'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013298634898143342, 'nb_photo': 11, 'list_port_cont': '25703712,25821400,25824665,26045005,26075446,26308023', 'assoc_port': '25702650:25703712,25820344:25821400,25822495:25824665,26044959:26045005,26073030:26075446,26290563:26308023', 'assoc_mat': '25702650:kraft:4207:25703712,25820344:kraft:4207:25821400,25822495:kraft:4207:25824665,26044959:kraft:4207:26045005,26073030:kraft:4207:26075446,26290563:kraft:4207:26308023'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 13, 'list_port_cont': '25610827,25640584', 'assoc_port': '25610670:25610827,25640337:25640584', 'assoc_mat': '25610670:kraft:4461:25610827,25640337:kraft:4461:25640584'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00375379090596451, 'nb_photo': 23, 'list_port_cont': '25811583,25909425,26072127,26215182', 'assoc_port': '25811282:25811583,25908706:25909425,26071844:26072127,26215069:26215182', 'assoc_mat': '25811282:kraft:4209:25811583,25908706:kraft:4209:25909425,26071844:kraft:4209:26072127,26215069:kraft:4209:26215182'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012473639970367353, 'nb_photo': 14, 'list_port_cont': '25901232,25909710,26036545,26037479,26041658,26097679,26115036,26259897,26325716', 'assoc_port': '25900879:25901232,25908735:25909710,26036515:26036545,26037346:26037479,26041234:26041658,26096657:26097679,26114898:26115036,26259615:26259897,26325111:26325716', 'assoc_mat': '25900879:kraft:3726:25901232,25908735:kraft:3726:25909710,26036515:kraft:3726:26036545,26037346:kraft:3726:26037479,26041234:kraft:3726:26041658,26096657:kraft:3726:26097679,26114898:kraft:3726:26115036,26259615:kraft:3726:26259897,26325111:kraft:3726:26325716'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000791875408417143, 'nb_photo': 6, 'list_port_cont': '25696967,25925427,26040050', 'assoc_port': '25696546:25696967,25924417:25925427,26038510:26040050', 'assoc_mat': '25696546:kraft:4211:25696967,25924417:kraft:4211:25925427,26038510:kraft:4211:26040050'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9523201299220664, 'nb_photo': 96, 'list_port_cont': '25579288,25583899,25585251,25604474,25631962,25638076,25640834,25674161,25685081,25718336,25732880,25784160,25790005,25790437,25868520,25876857,25909776,25931469,25976211,25976410,26021593,26023506,26036699,26040792,26062126,26064492,26075288,26075482,26076385,26077331,26106620,26110975,26138122,26151657,26160044,26161066,26213446,26217852,26239319,26269861,26284560,26306180,26366147', 'assoc_port': '25577627:25579288,25583780:25583899,25585199:25585251,25604429:25604474,25630859:25631962,25636041:25638076,25640751:25640834,25668756:25674161,25684797:25685081,25715253:25718336,25729964:25732880,25784022:25784160,25787675:25790005,25787702:25790437,25867623:25868520,25875785:25876857,25905642:25909776,25931371:25931469,25972772:25976211,25972778:25976410,26020558:26021593,26021574:26023506,26036530:26036699,26040462:26040792,26061163:26062126,26061336:26064492,26072894:26076385,26072958:26077331,26073015:26075482,26074607:26075288,26078693:26106620,26092290:26110975,26130280:26138122,26141882:26151657,26152798:26160044,26153833:26161066,26209225:26213446,26215058:26217852,26229423:26239319,26259646:26269861,26267299:26284560,26286916:26306180,26347653:26366147', 'assoc_mat': '25577627:metal:4205:25579288,25583780:metal:4205:25583899,25585199:metal:4205:25585251,25604429:metal:4205:25604474,25630859:metal:4205:25631962,25636041:metal:4205:25638076,25640751:metal:4205:25640834,25668756:metal:4205:25674161,25684797:metal:4205:25685081,25715253:metal:4205:25718336,25729964:metal:4205:25732880,25784022:metal:4205:25784160,25787675:metal:4205:25790005,25787702:metal:4205:25790437,25867623:metal:4205:25868520,25875785:metal:4205:25876857,25905642:metal:4205:25909776,25931371:metal:4205:25931469,25972772:metal:4205:25976211,25972778:metal:4205:25976410,26020558:metal:4205:26021593,26021574:metal:4205:26023506,26036530:metal:4205:26036699,26040462:metal:4205:26040792,26061163:metal:4205:26062126,26061336:metal:4205:26064492,26072894:metal:4205:26076385,26072958:metal:4205:26077331,26073015:metal:4205:26075482,26074607:metal:4205:26075288,26078693:metal:4205:26106620,26092290:metal:4205:26110975,26130280:metal:4205:26138122,26141882:metal:4205:26151657,26152798:metal:4205:26160044,26153833:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015030117009218578, 'nb_photo': 1892, 'list_port_cont': '25580945,25583946,25591001,25606758,25610943,25632084,25643820,25646614,25684220,25695417,25703809,25727513,25777371,25791400,25810822,25815560,25824844,25871777,25894519,25909854,25920754,25938950,25976290,25989590,26025643,26027266,26037143,26040133,26063815,26063960,26064973,26072756,26075748,26077155,26108679,26111373,26125456,26130848,26142209,26159357,26163974,26209426,26214064,26242949,26245457,26261696,26275689,26281886,26308136,26328209,26356224,26365458', 'assoc_port': '25580381:25580945,25583787:25583946,25589925:25591001,25606446:25606758,25610667:25610943,25630831:25632084,25642040:25643820,25644541:25646614,25674372:25684220,25691090:25695417,25702666:25703809,25725310:25727513,25777185:25777371,25787726:25791400,25810539:25810822,25815240:25815560,25822468:25824844,25870117:25871777,25894093:25894519,25905559:25909854,25917394:25920754,25928095:25938950,25972758:25976290,25972863:25989590,26021547:26025643,26021630:26027266,26036997:26037143,26039667:26040133,26061196:26063960,26061298:26064973,26061359:26063815,26071842:26072756,26072935:26077155,26073002:26075748,26082491:26108679,26095210:26111373,26117047:26125456,26122868:26130848,26141883:26142209,26151183:26159357,26158720:26163974,26202838:26209426,26209233:26214064,26226079:26242949,26237654:26245457,26256611:26261696,26264402:26275689,26270767:26281886,26290561:26308136,26323538:26356224,26327726:26328209,26343121:26365458', 'assoc_mat': '25580381:metal:4203:25580945,25583787:metal:4203:25583946,25589925:metal:4203:25591001,25606446:metal:4203:25606758,25610667:metal:4203:25610943,25630831:metal:4203:25632084,25642040:metal:4203:25643820,25644541:metal:4203:25646614,25674372:metal:4203:25684220,25691090:metal:4203:25695417,25702666:metal:4203:25703809,25725310:metal:4203:25727513,25777185:metal:4203:25777371,25787726:metal:4203:25791400,25810539:metal:4203:25810822,25815240:metal:4203:25815560,25822468:metal:4203:25824844,25870117:metal:4203:25871777,25894093:metal:4203:25894519,25905559:metal:4203:25909854,25917394:metal:4203:25920754,25928095:metal:4203:25938950,25972758:metal:4203:25976290,25972863:metal:4203:25989590,26021547:metal:4203:26025643,26021630:metal:4203:26027266,26036997:metal:4203:26037143,26039667:metal:4203:26040133,26061196:metal:4203:26063960,26061298:metal:4203:26064973,26061359:metal:4203:26063815,26071842:metal:4203:26072756,26072935:metal:4203:26077155,26073002:metal:4203:26075748,26082491:metal:4203:26108679,26095210:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.014495174796358853, 'nb_photo': 2235, 'list_port_cont': '25577414,25577910,25580058,25580570,25580867,25581795,25583129,25583257,25583830,25583879,25600453,25600852,25600991,25603083,25603855,25604133,25604189,25604342,25604550,25605116,25605151,25606737,25607704,25607730,25608200,25608555,25609353,25609423,25610278,25610810,25611174,25611702,25611755,25612095,25613314,25631036,25631765,25632108,25633457,25634960,25637507,25638195,25638688,25639319,25639476,25640776,25640815,25643715,25646466,25647458,25649440,25649624,25673099,25674288,25674823,25682972,25683966,25684446,25686309,25690693,25691241,25694852,25700260,25700628,25702388,25702849,25703708,25704343,25715049,25718887,25722218,25724141,25726764,25727237,25730605,25733053,25733312,25736428,25737149,25739513,25742330,25742581,25748324,25751737,25770052,25771678,25774754,25775231,25777235,25777399,25781799,25782710,25783026,25784350,25787001,25790159,25790694,25795857,25795902,25795986,25800575,25809392,25809464,25810137,25810368,25810703,25812008,25813474,25814992,25815489,25817107,25817853,25817946,2581802', 'assoc_port': '25577172:25577414,25577628:25577910,25579745:25580058,25580379:25580867,25580405:25580570,25581568:25581795,25582989:25583257,25582995:25583129,25583782:25583830,25583786:25583879,25585202:25604133,25585544:25604189,25586130:25600453,25586491:25603083,25587507:25604342,25589927:25605116,25590785:25600991,25590812:25600852,25592296:25603855,25604428:25604550,25605068:25605151,25606444:25606737,25607460:25607730,25607481:25607704,25608156:25608200,25608434:25608555,25609321:25609423,25609324:25609353,25610128:25610278,25610669:25610810,25611022:25611174,25611595:25611755,25611606:25611702,25612029:25612095,25613106:25613314,25629826:25631036,25630845:25631765,25630865:25632108,25632566:25633457,25633277:25634960,25635078:25637507,25636045:25638195,25638566:25639319,25638585:25638688,25639148:25639476,25640752:25640815,25640756:25640776,25642072:25643715,25644542:25646466,25645297:25647458,25647264:25649440,25647274:25649624,25668759:25674288,25669900:25674823,25672818:25682972,25672877:25673099,25675524:2568444', 'assoc_mat': '25577172:metal:4207:25577414,25577628:metal:4207:25577910,25579745:metal:4207:25580058,25580379:metal:4207:25580867,25580405:metal:4207:25580570,25581568:metal:4207:25581795,25582989:metal:4207:25583257,25582995:metal:4207:25583129,25583782:metal:4207:25583830,25583786:metal:4207:25583879,25585202:metal:4207:25604133,25585544:metal:4207:25604189,25586130:metal:4207:25600453,25586491:metal:4207:25603083,25587507:metal:4207:25604342,25589927:metal:4207:25605116,25590785:metal:4207:25600991,25590812:metal:4207:25600852,25592296:metal:4207:25603855,25604428:metal:4207:25604550,25605068:metal:4207:25605151,25606444:metal:4207:25606737,25607460:metal:4207:25607730,25607481:metal:4207:25607704,25608156:metal:4207:25608200,25608434:metal:4207:25608555,25609321:metal:4207:25609423,25609324:metal:4207:25609353,25610128:metal:4207:25610278,25610669:metal:4207:25610810,25611022:metal:4207:25611174,25611595:metal:4207:25611755,25611606:metal:4207:25611702,25612029:metal:4207:25612095,25613106:metal:4207:25613314,25629826:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005852877243190339, 'nb_photo': 78, 'list_port_cont': '25577825,25583207,25586321,25592543,25633738,25636363,25667900,25688061,25695976,25721804,25735014,25735164,25742705,25766157,25775956,25813492,25867969,25870364,25892650,25906289,25916728,25917725,25989120,26021820,26022843,26028004,26037811,26038898,26061601,26062440,26062790,26071478,26073309,26073557,26073608,26074052,26091405,26095701,26115802,26123319,26143528,26153373,26162413,26193856,26214671,26215199,26226234,26232698,26237897,26241295,26261998,26271134,26273852,26296315,26305785,26320723,26326064,26333672', 'assoc_port': '25577630:25577825,25582996:25583207,25586140:25586321,25592294:25592543,25633279:25633738,25636039:25636363,25667508:25667900,25687501:25688061,25695656:25695976,25721485:25721804,25734591:25735164,25734599:25735014,25742072:25742705,25765645:25766157,25775666:25775956,25813349:25813492,25867607:25867969,25870097:25870364,25892398:25892650,25905622:25906289,25916179:25916728,25917393:25917725,25972775:25989120,26021557:26022843,26021578:26028004,26021585:26021820,26037407:26037811,26038511:26038898,26061186:26062790,26061292:26062440,26061371:26061601,26071365:26071478,26072927:26074052,26072991:26073608,26073004:26073557,26073050:26073309,26090933:26091405,26095208:26095701,26115600:26115802,26122837:26123319,26143300:26143528,26152810:26153373,26162216:26162413,26193503:26193856,26214360:26214671,26215060:26215199,26226077:26226234,26232484:26232698,26237649:26237897,26241020:26241295,26261659:26261998,26270763:26271134,26273619:26273852,26296005:26296315,26305427:26305785,26320372:26320723,26325113:2632606', 'assoc_mat': '25577630:metal:4461:25577825,25582996:metal:4461:25583207,25586140:metal:4461:25586321,25592294:metal:4461:25592543,25633279:metal:4461:25633738,25636039:metal:4461:25636363,25667508:metal:4461:25667900,25687501:metal:4461:25688061,25695656:metal:4461:25695976,25721485:metal:4461:25721804,25734591:metal:4461:25735164,25734599:metal:4461:25735014,25742072:metal:4461:25742705,25765645:metal:4461:25766157,25775666:metal:4461:25775956,25813349:metal:4461:25813492,25867607:metal:4461:25867969,25870097:metal:4461:25870364,25892398:metal:4461:25892650,25905622:metal:4461:25906289,25916179:metal:4461:25916728,25917393:metal:4461:25917725,25972775:metal:4461:25989120,26021557:metal:4461:26022843,26021578:metal:4461:26028004,26021585:metal:4461:26021820,26037407:metal:4461:26037811,26038511:metal:4461:26038898,26061186:metal:4461:26062790,26061292:metal:4461:26062440,26061371:metal:4461:26061601,26071365:metal:4461:26071478,26072927:metal:4461:26074052,26072991:metal:4461:26073608,26073004:metal:4461:26073557,26073050:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007410258914801593, 'nb_photo': 141, 'list_port_cont': '25580639,25583098,25583869,25590849,25605179,25607657,25612062,25630092,25636347,25640803,25669155,25674747,25685149,25686890,25687760,25702898,25719710,25727868,25730399,25737254,25740192,25742401,25745631,25780445,25780699,25816374,25820563,25822736,25876039,25892050,25904512,25906257,25906925,25916552,25916713,25917555,25924676,25973765,25974826,25974935,26020731,26021869,26037696,26037847,26038681,26039187,26039716,26039978,26041937,26044528,26061798,26062530,26063287,26063626,26073225,26074212,26074874,26075175,26075274,26076844,26088920,26091194,26092334,26099173,26113182,26115793,26118208,26120654,26126721,26130434,26136032,26142351,26145936,26146620,26151457,26153113,26155072,26156834,26158911,26160680,26199009,26214560,26225342,26232664,26237015,26240483,26247484,26257017,26270985,26271753,26273781,26289567,26291757,26300355,26302988,26323840,26328046,26332122,26340630', 'assoc_port': '25580401:25580639,25582992:25583098,25583784:25583869,25586141:25590849,25605067:25605179,25607480:25607657,25612032:25612062,25629830:25630092,25636042:25636347,25640754:25640803,25668764:25669155,25674370:25674747,25684799:25685149,25686543:25686890,25687503:25687760,25702664:25702898,25719397:25719710,25727719:25727868,25729958:25730399,25736971:25737254,25739903:25740192,25742097:25742401,25745382:25745631,25780119:25780699,25780128:25780445,25816298:25816374,25820347:25820563,25822475:25822736,25875786:25876039,25891748:25892050,25900882:25906925,25904281:25904512,25905634:25906257,25916181:25916713,25916185:25916552,25917403:25917555,25924426:25924676,25972684:25974935,25972703:25974826,25972846:25973765,26020561:26020731,26021634:26021869,26037347:26037847,26037386:26037696,26038507:26038681,26038512:26039978,26038519:26039716,26038962:26039187,26040176:26041937,26041235:26044528,26061234:26063626,26061299:26063287,26061338:26062530,26061363:26061798,26072931:26075274,26072941:26075175,26072974:2607487', 'assoc_mat': '25580401:metal:4200:25580639,25582992:metal:4200:25583098,25583784:metal:4200:25583869,25586141:metal:4200:25590849,25605067:metal:4200:25605179,25607480:metal:4200:25607657,25612032:metal:4200:25612062,25629830:metal:4200:25630092,25636042:metal:4200:25636347,25640754:metal:4200:25640803,25668764:metal:4200:25669155,25674370:metal:4200:25674747,25684799:metal:4200:25685149,25686543:metal:4200:25686890,25687503:metal:4200:25687760,25702664:metal:4200:25702898,25719397:metal:4200:25719710,25727719:metal:4200:25727868,25729958:metal:4200:25730399,25736971:metal:4200:25737254,25739903:metal:4200:25740192,25742097:metal:4200:25742401,25745382:metal:4200:25745631,25780119:metal:4200:25780699,25780128:metal:4200:25780445,25816298:metal:4200:25816374,25820347:metal:4200:25820563,25822475:metal:4200:25822736,25875786:metal:4200:25876039,25891748:metal:4200:25892050,25900882:metal:4200:25906925,25904281:metal:4200:25904512,25905634:metal:4200:25906257,25916181:metal:4200:25916713,25916185:metal:4200:25916552,25917403:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.034757857123185035, 'nb_photo': 553, 'list_port_cont': '25580690,25581638,25581720,25586192,25603903,25608582,25609178,25611112,25611646,25614927,25615087,25633667,25633794,25639360,25650386,25658541,25673261,25684255,25687852,25695830,25700920,25712964,25721899,25726691,25733868,25745749,25751689,25766145,25773152,25780612,25780829,25792871,25813610,25814946,25817092,25825325,25866874,25873537,25878125,25887276,25887313,25892004,25909301,25912977,25919872,25920062,25924908,25930818,25973225,25973512,25973549,25973698,25974059,26020752,26021968,26022001,26024830,26025984,26028341,26038853,26039162,26040347,26041386,26044560,26044607,26061558,26061700,26061904,26062141,26062165,26062361,26062760,26062911,26063086,26063330,26065905,26066429,26069340,26070129,26070297,26070352,26073197,26073276,26073512,26073597,26076448,26083068,26092631,26113786,26115126,26118179,26118225,26120796,26130913,26131110,26145872,26146550,26150541,26155524,26158976,26161784,26200506,26200706,26203217,26212009,26212098,26226999,26231720,26235704,26235739,26241261,26260088,26262066,2626529', 'assoc_port': '25580380:25580690,25581569:25581638,25581570:25581720,25586136:25586192,25592297:25603903,25608429:25608582,25608988:25609178,25611020:25611112,25611602:25611646,25614817:25615087,25614819:25614927,25633271:25633794,25633275:25633667,25639144:25639360,25650163:25650386,25658372:25658541,25672857:25673261,25683782:25684255,25687505:25687852,25695653:25695830,25700533:25700920,25712557:25712964,25721454:25721899,25726409:25726691,25733337:25733868,25745374:25745749,25751534:25751689,25765642:25766145,25772539:25773152,25780111:25780829,25780136:25780612,25792380:25792871,25813342:25813610,25814607:25814946,25816876:25817092,25825108:25825325,25866508:25866874,25873073:25873537,25877606:25878125,25887022:25887313,25887023:25887276,25891753:25892004,25908743:25909301,25912507:25912977,25919712:25920062,25919715:25919872,25924424:25924908,25930407:25930818,25972697:25974059,25972718:25973698,25972722:25973512,25972791:25973549,25972871:25973225,26020604:26020752,26021544:26025984,26021576:26028341,26021577:2602200', 'assoc_mat': '25580380:metal:4209:25580690,25581569:metal:4209:25581638,25581570:metal:4209:25581720,25586136:metal:4209:25586192,25592297:metal:4209:25603903,25608429:metal:4209:25608582,25608988:metal:4209:25609178,25611020:metal:4209:25611112,25611602:metal:4209:25611646,25614817:metal:4209:25615087,25614819:metal:4209:25614927,25633271:metal:4209:25633794,25633275:metal:4209:25633667,25639144:metal:4209:25639360,25650163:metal:4209:25650386,25658372:metal:4209:25658541,25672857:metal:4209:25673261,25683782:metal:4209:25684255,25687505:metal:4209:25687852,25695653:metal:4209:25695830,25700533:metal:4209:25700920,25712557:metal:4209:25712964,25721454:metal:4209:25721899,25726409:metal:4209:25726691,25733337:metal:4209:25733868,25745374:metal:4209:25745749,25751534:metal:4209:25751689,25765642:metal:4209:25766145,25772539:metal:4209:25773152,25780111:metal:4209:25780829,25780136:metal:4209:25780612,25792380:metal:4209:25792871,25813342:metal:4209:25813610,25814607:metal:4209:25814946,25816876:metal:4209:25817092,25825108:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 4.147046264094454e-05, 'nb_photo': 1, 'list_port_cont': '25576729', 'assoc_port': '25576689:25576729', 'assoc_mat': '25576689:metal:3726:25576729'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007561155691700802, 'nb_photo': 1303, 'list_port_cont': '25577941,25577954,25580823,25581956,25583153,25583189,25583288,25587797,25588422,25590317,25591065,25593220,25593943,25595524,25599699,25604835,25607754,25608243,25608630,25609221,25609463,25610310,25611132,25611763,25612161,25612411,25613298,25613839,25630478,25631371,25632931,25635682,25638784,25639461,25640640,25642444,25642674,25645613,25647620,25648885,25651019,25669317,25670524,25674921,25685401,25687104,25691804,25692130,25697517,25701095,25701382,25715091,25716070,25719857,25720150,25722522,25726713,25726892,25730749,25731062,25735230,25737358,25737667,25740480,25742801,25747311,25764947,25766748,25769202,25770386,25774690,25776029,25776063,25779373,25779742,25784652,25785041,25786115,25788210,25793138,25793374,25795398,25800608,25808842,25810413,25811631,25813544,25815579,25815771,25816597,25817063,25817215,25818536,25820869,25823020,25823103,25824241,25824323,25825600,25867009,25870593,25872544,25872906,25876348,25879237,25890367,25892168,25892744,25901746,25906526,25909470,25913101,25916964,2591781', 'assoc_port': '25577629:25577954,25577631:25577941,25580398:25580823,25581549:25581956,25582988:25583288,25582991:25583189,25582997:25583153,25585203:25588422,25586132:25595524,25587501:25593943,25587503:25593220,25587505:25587797,25589929:25590317,25589970:25599699,25590813:25591065,25604427:25604835,25607439:25607754,25608155:25608243,25608432:25608630,25608969:25609221,25609323:25609463,25610126:25610310,25611021:25611132,25611594:25611763,25611934:25612161,25612350:25612411,25613125:25613298,25613675:25613839,25629824:25630478,25630867:25631371,25632563:25632931,25635074:25635682,25638567:25638784,25639141:25639461,25640336:25640640,25642038:25642674,25642054:25642444,25645299:25645613,25647272:25647620,25648357:25648885,25650833:25651019,25668768:25669317,25669903:25670524,25674373:25674921,25684796:25685401,25686545:25687104,25691054:25692130,25691060:25691804,25696548:25697517,25700531:25701382,25700536:25701095,25712562:25715091,25712573:25716070,25719361:25720150,25719371:25719857,25721457:25722522,25726424:2572689', 'assoc_mat': '25577629:metal:4211:25577954,25577631:metal:4211:25577941,25580398:metal:4211:25580823,25581549:metal:4211:25581956,25582988:metal:4211:25583288,25582991:metal:4211:25583189,25582997:metal:4211:25583153,25585203:metal:4211:25588422,25586132:metal:4211:25595524,25587501:metal:4211:25593943,25587503:metal:4211:25593220,25587505:metal:4211:25587797,25589929:metal:4211:25590317,25589970:metal:4211:25599699,25590813:metal:4211:25591065,25604427:metal:4211:25604835,25607439:metal:4211:25607754,25608155:metal:4211:25608243,25608432:metal:4211:25608630,25608969:metal:4211:25609221,25609323:metal:4211:25609463,25610126:metal:4211:25610310,25611021:metal:4211:25611132,25611594:metal:4211:25611763,25611934:metal:4211:25612161,25612350:metal:4211:25612411,25613125:metal:4211:25613298,25613675:metal:4211:25613839,25629824:metal:4211:25630478,25630867:metal:4211:25631371,25632563:metal:4211:25632931,25635074:metal:4211:25635682,25638567:metal:4211:25638784,25639141:metal:4211:25639461,25640336:metal:4211:25640640,25642038:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018144491089281426, 'nb_photo': 4, 'list_port_cont': '26062679,26153668,26308667', 'assoc_port': '26061340:26062679,26152801:26153668,26307959:26308667', 'assoc_mat': '26061340:metal:3327:26062679,26152801:metal:3327:26153668,26307959:metal:3327:26308667'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0007493090547319908, 'nb_photo': 47, 'list_port_cont': '25584793,25586286,25597312,25642423,25644981,25650400,25696080,25751950,25788327,25835498,26073440,26073663,26092682,26130781,26155567,26212183,26235799,26287284,26336722,26339014,26344975', 'assoc_port': '25583785:25584793,25586134:25586286,25596911:25597312,25642070:25642423,25644543:25644981,25650165:25650400,25695652:25696080,25751533:25751950,25787722:25788327,25832877:25835498,26072929:26073663,26072994:26073440,26092297:26092682,26130256:26130781,26155249:26155567,26211842:26212183,26235484:26235799,26286911:26287284,26335941:26339014,26335943:26336722,26344396:26344975', 'assoc_mat': '25583785:metal:3594:25584793,25586134:metal:3594:25586286,25596911:metal:3594:25597312,25642070:metal:3594:25642423,25644543:metal:3594:25644981,25650165:metal:3594:25650400,25695652:metal:3594:25696080,25751533:metal:3594:25751950,25787722:metal:3594:25788327,25832877:metal:3594:25835498,26072929:metal:3594:26073663,26072994:metal:3594:26073440,26092297:metal:3594:26092682,26130256:metal:3594:26130781,26155249:metal:3594:26155567,26211842:metal:3594:26212183,26235484:metal:3594:26235799,26286911:metal:3594:26287284,26335941:metal:3594:26339014,26335943:metal:3594:26336722,26344396:metal:3594:26344975'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.018383247174518766, 'nb_photo': 1975, 'list_port_cont': '25579278,25583911,25585263,25604480,25610231,25631965,25638063,25640839,25674166,25685076,25703196,25718328,25732875,25769682,25784175,25789994,25790438,25811378,25817973,25868506,25876867,25884071,25909770,25927181,25931457,25976209,25976406,26021601,26023499,26036705,26038736,26040789,26062123,26064488,26075280,26075479,26076375,26077341,26106617,26110983,26125043,26138110,26151656,26160046,26161073,26213448,26217843,26239315,26240774,26243883,26269855,26284556,26306171,26314326,26353847,26366144', 'assoc_port': '25577627:25579278,25583780:25583911,25585199:25585263,25604429:25604480,25610130:25610231,25630859:25631965,25636041:25638063,25640751:25640839,25668756:25674166,25684797:25685076,25700541:25703196,25715253:25718328,25729964:25732875,25764308:25769682,25784022:25784175,25787675:25789994,25787702:25790438,25811287:25811378,25817915:25817973,25867623:25868506,25875785:25876867,25883929:25884071,25905642:25909770,25917397:25927181,25931371:25931457,25972772:25976209,25972778:25976406,26020558:26021601,26021574:26023499,26036530:26036705,26038515:26038736,26040462:26040789,26061163:26062123,26061336:26064488,26072894:26076375,26072958:26077341,26073015:26075479,26074607:26075280,26078693:26106617,26092290:26110983,26117061:26125043,26130280:26138110,26141882:26151656,26152798:26160046,26153833:26161073,26209225:26213448,26215058:26217843,26229423:26239315,26231097:26240774,26235486:26243883,26259646:26269855,26267299:26284556,26286916:26306171,26297425:26314326,26321165:26353847,26347653:26366144', 'assoc_mat': '25577627:papier:4205:25579278,25583780:papier:4205:25583911,25585199:papier:4205:25585263,25604429:papier:4205:25604480,25610130:papier:4205:25610231,25630859:papier:4205:25631965,25636041:papier:4205:25638063,25640751:papier:4205:25640839,25668756:papier:4205:25674166,25684797:papier:4205:25685076,25700541:papier:4205:25703196,25715253:papier:4205:25718328,25729964:papier:4205:25732875,25764308:papier:4205:25769682,25784022:papier:4205:25784175,25787675:papier:4205:25789994,25787702:papier:4205:25790438,25811287:papier:4205:25811378,25817915:papier:4205:25817973,25867623:papier:4205:25868506,25875785:papier:4205:25876867,25883929:papier:4205:25884071,25905642:papier:4205:25909770,25917397:papier:4205:25927181,25931371:papier:4205:25931457,25972772:papier:4205:25976209,25972778:papier:4205:25976406,26020558:papier:4205:26021601,26021574:papier:4205:26023499,26036530:papier:4205:26036705,26038515:papier:4205:26038736,26040462:papier:4205:26040789,26061163:papier:4205:26062123,26061336:papier:4205:26064488,2607'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015254340446104298, 'nb_photo': 5509, 'list_port_cont': '25580935,25583954,25590998,25606761,25610946,25632090,25643822,25646615,25684226,25695423,25703803,25727506,25737338,25772562,25777380,25791396,25810824,25815555,25824838,25871768,25894520,25909866,25920745,25938941,25976288,25989588,26025635,26027273,26037148,26040129,26063814,26063958,26064974,26072763,26075753,26077159,26108693,26111376,26125448,26130851,26142215,26159369,26163977,26209420,26214071,26242959,26245459,26261691,26275691,26281889,26308125,26314371,26328218,26356227,26365466', 'assoc_port': '25580381:25580935,25583787:25583954,25589925:25590998,25606446:25606761,25610667:25610946,25630831:25632090,25642040:25643822,25644541:25646615,25674372:25684226,25691090:25695423,25702666:25703803,25725310:25727506,25736978:25737338,25765639:25772562,25777185:25777380,25787726:25791396,25810539:25810824,25815240:25815555,25822468:25824838,25870117:25871768,25894093:25894520,25905559:25909866,25917394:25920745,25928095:25938941,25972758:25976288,25972863:25989588,26021547:26025635,26021630:26027273,26036997:26037148,26039667:26040129,26061196:26063958,26061298:26064974,26061359:26063814,26071842:26072763,26072935:26077159,26073002:26075753,26082491:26108693,26095210:26111376,26117047:26125448,26122868:26130851,26141883:26142215,26151183:26159369,26158720:26163977,26202838:26209420,26209233:26214071,26226079:26242959,26237654:26245459,26256611:26261691,26264402:26275691,26270767:26281889,26290561:26308125,26297422:26314371,26323538:26356227,26327726:26328218,26343121:26365466', 'assoc_mat': '25580381:papier:4203:25580935,25583787:papier:4203:25583954,25589925:papier:4203:25590998,25606446:papier:4203:25606761,25610667:papier:4203:25610946,25630831:papier:4203:25632090,25642040:papier:4203:25643822,25644541:papier:4203:25646615,25674372:papier:4203:25684226,25691090:papier:4203:25695423,25702666:papier:4203:25703803,25725310:papier:4203:25727506,25736978:papier:4203:25737338,25765639:papier:4203:25772562,25777185:papier:4203:25777380,25787726:papier:4203:25791396,25810539:papier:4203:25810824,25815240:papier:4203:25815555,25822468:papier:4203:25824838,25870117:papier:4203:25871768,25894093:papier:4203:25894520,25905559:papier:4203:25909866,25917394:papier:4203:25920745,25928095:papier:4203:25938941,25972758:papier:4203:25976288,25972863:papier:4203:25989588,26021547:papier:4203:26025635,26021630:papier:4203:26027273,26036997:papier:4203:26037148,26039667:papier:4203:26040129,26061196:papier:4203:26063958,26061298:papier:4203:26064974,26061359:papier:4203:26063814,26071842:papier:4203:26072763,2607'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.031937193680859954, 'nb_photo': 24185, 'list_port_cont': '25577411,25577901,25580052,25580582,25580878,25581791,25583131,25583247,25583826,25583889,25600463,25600477,25600858,25601001,25603078,25603860,25604136,25604178,25604340,25604537,25605120,25605150,25606731,25607702,25607735,25608198,25608558,25609358,25609425,25610280,25610813,25611176,25611705,25611753,25612099,25613319,25613803,25631037,25631770,25632103,25633444,25634975,25637517,25638193,25638687,25639316,25639481,25640779,25640820,25643712,25646462,25647453,25649445,25649637,25670152,25673105,25674279,25674824,25682963,25683969,25684455,25686308,25690700,25691251,25694863,25695949,25700263,25700621,25702398,25702856,25703709,25704342,25715054,25718891,25722211,25724139,25726762,25727234,25730599,25733057,25733304,25736424,25737154,25739517,25742333,25742593,25748311,25751741,25770050,25771674,25774752,25775236,25777232,25777392,25781809,25782705,25783019,25784349,25784617,25787008,25790158,25790689,25795858,25795897,25795981,25800578,25809403,25809461,25810148,25810365,25810688,25812019,25813475,2581498', 'assoc_port': '25577172:25577411,25577628:25577901,25579745:25580052,25580379:25580878,25580405:25580582,25581568:25581791,25582989:25583247,25582995:25583131,25583782:25583826,25583786:25583889,25585202:25604136,25585544:25604178,25586130:25600463,25586138:25600477,25586491:25603078,25587507:25604340,25589927:25605120,25590785:25601001,25590812:25600858,25592296:25603860,25604428:25604537,25605068:25605150,25606444:25606731,25607460:25607735,25607481:25607702,25608156:25608198,25608434:25608558,25609321:25609425,25609324:25609358,25610128:25610280,25610669:25610813,25611022:25611176,25611595:25611753,25611606:25611705,25612029:25612099,25613106:25613319,25613712:25613803,25629826:25631037,25630845:25631770,25630865:25632103,25632566:25633444,25633277:25634975,25635078:25637517,25636045:25638193,25638566:25639316,25638585:25638687,25639148:25639481,25640752:25640820,25640756:25640779,25642072:25643712,25644542:25646462,25645297:25647453,25647264:25649445,25647274:25649637,25667488:25670152,25668759:25674279,25669900:2567482', 'assoc_mat': '25577172:papier:4207:25577411,25577628:papier:4207:25577901,25579745:papier:4207:25580052,25580379:papier:4207:25580878,25580405:papier:4207:25580582,25581568:papier:4207:25581791,25582989:papier:4207:25583247,25582995:papier:4207:25583131,25583782:papier:4207:25583826,25583786:papier:4207:25583889,25585202:papier:4207:25604136,25585544:papier:4207:25604178,25586130:papier:4207:25600463,25586138:papier:4207:25600477,25586491:papier:4207:25603078,25587507:papier:4207:25604340,25589927:papier:4207:25605120,25590785:papier:4207:25601001,25590812:papier:4207:25600858,25592296:papier:4207:25603860,25604428:papier:4207:25604537,25605068:papier:4207:25605150,25606444:papier:4207:25606731,25607460:papier:4207:25607735,25607481:papier:4207:25607702,25608156:papier:4207:25608198,25608434:papier:4207:25608558,25609321:papier:4207:25609425,25609324:papier:4207:25609358,25610128:papier:4207:25610280,25610669:papier:4207:25610813,25611022:papier:4207:25611176,25611595:papier:4207:25611753,25611606:papier:4207:25611705,2561'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23127672020062817, 'nb_photo': 47720, 'list_port_cont': '25577380,25577819,25581902,25583211,25585340,25586310,25587738,25590184,25592546,25604682,25607673,25609372,25610825,25612113,25612184,25613239,25631227,25633739,25636374,25638716,25640571,25644190,25644795,25651799,25667890,25670290,25679630,25685322,25688055,25691556,25695972,25697075,25701039,25713071,25719725,25721791,25726513,25728078,25735006,25735162,25742715,25747026,25751832,25766161,25770252,25775908,25775954,25779331,25783144,25792968,25795915,25799896,25811537,25813499,25814907,25816430,25816474,25818459,25818502,25820753,25825382,25867972,25870355,25873384,25878035,25879132,25892655,25894388,25906269,25909332,25909340,25916721,25917723,25920241,25923786,25931076,25972966,25973418,25973600,25973812,25974009,25978780,25989108,26020795,26021808,26021930,26022852,26024964,26028009,26036605,26036764,26037589,26037807,26038891,26040867,26040923,26041731,26042090,26045110,26061476,26061596,26061704,26061759,26061875,26062441,26062801,26071475,26073303,26073404,26073549,26073610,26073806,26074040,2607416', 'assoc_port': '25577171:25577380,25577630:25577819,25581566:25581902,25582996:25583211,25585204:25585340,25586140:25586310,25587499:25587738,25589930:25590184,25592294:25592546,25604430:25604682,25607476:25607673,25609320:25609372,25610670:25610825,25611914:25612184,25611941:25612113,25613129:25613239,25630861:25631227,25633279:25633739,25636039:25636374,25638586:25638716,25640337:25640571,25642073:25644190,25644544:25644795,25645300:25651799,25667508:25667890,25669917:25670290,25678937:25679630,25684795:25685322,25687501:25688055,25691101:25691556,25695656:25695972,25696549:25697075,25700538:25701039,25712570:25713071,25719366:25719725,25721485:25721791,25726422:25726513,25727717:25728078,25734591:25735162,25734599:25735006,25742072:25742715,25746579:25747026,25751535:25751832,25765645:25766161,25769866:25770252,25775666:25775954,25775669:25775908,25779002:25779331,25782539:25783144,25792335:25792968,25795726:25795915,25799755:25799896,25811285:25811537,25813349:25813499,25814608:25814907,25816292:25816474,25816294:2581643', 'assoc_mat': '25577171:papier:4461:25577380,25577630:papier:4461:25577819,25581566:papier:4461:25581902,25582996:papier:4461:25583211,25585204:papier:4461:25585340,25586140:papier:4461:25586310,25587499:papier:4461:25587738,25589930:papier:4461:25590184,25592294:papier:4461:25592546,25604430:papier:4461:25604682,25607476:papier:4461:25607673,25609320:papier:4461:25609372,25610670:papier:4461:25610825,25611914:papier:4461:25612184,25611941:papier:4461:25612113,25613129:papier:4461:25613239,25630861:papier:4461:25631227,25633279:papier:4461:25633739,25636039:papier:4461:25636374,25638586:papier:4461:25638716,25640337:papier:4461:25640571,25642073:papier:4461:25644190,25644544:papier:4461:25644795,25645300:papier:4461:25651799,25667508:papier:4461:25667890,25669917:papier:4461:25670290,25678937:papier:4461:25679630,25684795:papier:4461:25685322,25687501:papier:4461:25688055,25691101:papier:4461:25691556,25695656:papier:4461:25695972,25696549:papier:4461:25697075,25700538:papier:4461:25701039,25712570:papier:4461:25713071,2571'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015855034843924167, 'nb_photo': 6001, 'list_port_cont': '25577322,25580637,25583095,25583857,25585276,25589089,25590863,25590948,25592475,25593284,25593395,25605181,25607651,25609142,25610251,25610793,25611073,25611677,25612065,25613771,25630085,25633714,25636345,25638676,25640487,25640791,25642300,25645501,25647471,25648609,25669146,25674743,25685144,25686895,25687762,25691322,25695852,25700827,25702891,25704166,25707555,25715663,25719714,25727873,25730215,25730395,25733586,25733762,25737252,25740191,25742411,25745629,25764791,25768789,25774952,25779196,25780450,25780694,25782845,25787969,25788071,25788412,25792724,25795100,25808452,25810298,25812023,25816344,25816370,25816572,25817048,25818397,25818425,25820550,25822734,25825307,25866936,25869588,25869688,25873360,25876026,25886131,25887256,25891939,25892058,25904509,25906255,25906919,25912885,25916559,25916716,25917554,25921377,25921730,25923647,25924684,25930754,25931009,25973528,25973766,25974366,25974483,25974818,25974933,25981131,26020741,26020829,26021864,26021989,26022383,26022897,26023053,26036679,2603770', 'assoc_port': '25577174:25577322,25580401:25580637,25582992:25583095,25583784:25583857,25585205:25585276,25585545:25589089,25586141:25590863,25590795:25590948,25592281:25592475,25593103:25593395,25593105:25593284,25605067:25605181,25607480:25607651,25608990:25609142,25610127:25610251,25610666:25610793,25611024:25611073,25611604:25611677,25612032:25612065,25613715:25613771,25629830:25630085,25633273:25633714,25636042:25636345,25638584:25638676,25640338:25640487,25640754:25640791,25642075:25642300,25645294:25645501,25647267:25647471,25648355:25648609,25668764:25669146,25674370:25674743,25684799:25685144,25686543:25686895,25687503:25687762,25691066:25691322,25695657:25695852,25696552:25704166,25700539:25700827,25702664:25702891,25707499:25707555,25715248:25715663,25719397:25719714,25727719:25727873,25729958:25730395,25729970:25730215,25733343:25733762,25733352:25733586,25736971:25737252,25739903:25740191,25742097:25742411,25745382:25745629,25764316:25764791,25768346:25768789,25774800:25774952,25778996:25779196,25780119:2578069', 'assoc_mat': '25577174:papier:4200:25577322,25580401:papier:4200:25580637,25582992:papier:4200:25583095,25583784:papier:4200:25583857,25585205:papier:4200:25585276,25585545:papier:4200:25589089,25586141:papier:4200:25590863,25590795:papier:4200:25590948,25592281:papier:4200:25592475,25593103:papier:4200:25593395,25593105:papier:4200:25593284,25605067:papier:4200:25605181,25607480:papier:4200:25607651,25608990:papier:4200:25609142,25610127:papier:4200:25610251,25610666:papier:4200:25610793,25611024:papier:4200:25611073,25611604:papier:4200:25611677,25612032:papier:4200:25612065,25613715:papier:4200:25613771,25629830:papier:4200:25630085,25633273:papier:4200:25633714,25636042:papier:4200:25636345,25638584:papier:4200:25638676,25640338:papier:4200:25640487,25640754:papier:4200:25640791,25642075:papier:4200:25642300,25645294:papier:4200:25645501,25647267:papier:4200:25647471,25648355:papier:4200:25648609,25668764:papier:4200:25669146,25674370:papier:4200:25674743,25684799:papier:4200:25685144,25686543:papier:4200:25686895,2568'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9164876264143553, 'nb_photo': 47453, 'list_port_cont': '25580688,25581637,25581722,25586198,25603900,25608588,25609168,25611118,25611654,25611691,25614931,25615079,25633676,25633782,25637258,25639359,25650299,25650378,25658545,25673257,25684259,25687854,25695824,25700932,25712961,25721892,25726692,25733877,25745748,25751696,25766147,25773156,25780605,25780825,25792867,25811580,25813607,25814935,25817093,25825342,25866878,25873534,25878127,25887268,25887316,25892000,25909289,25909429,25912984,25919871,25920071,25924919,25930809,25973233,25973507,25973556,25973705,25974060,26020763,26021962,26022006,26024836,26025976,26028347,26037379,26038862,26039157,26040341,26041383,26044564,26044612,26061549,26061556,26061686,26061896,26062148,26062168,26062365,26062765,26062925,26063085,26063324,26065904,26066432,26069341,26070136,26070191,26070298,26070363,26070474,26072133,26073202,26073267,26073509,26073589,26076445,26083065,26092629,26113791,26115119,26118184,26118222,26120789,26130930,26131109,26143481,26145864,26146555,26150536,26155516,26158977,26161785,26200514,2620070', 'assoc_port': '25580380:25580688,25581569:25581637,25581570:25581722,25586136:25586198,25592297:25603900,25608429:25608588,25608988:25609168,25611020:25611118,25611599:25611691,25611602:25611654,25614817:25615079,25614819:25614931,25633271:25633782,25633275:25633676,25636907:25637258,25639144:25639359,25650163:25650378,25650167:25650299,25658372:25658545,25672857:25673257,25683782:25684259,25687505:25687854,25695653:25695824,25700533:25700932,25712557:25712961,25721454:25721892,25726409:25726692,25733337:25733877,25745374:25745748,25751534:25751696,25765642:25766147,25772539:25773156,25780111:25780825,25780136:25780605,25792380:25792867,25811282:25811580,25813342:25813607,25814607:25814935,25816876:25817093,25825108:25825342,25866508:25866878,25873073:25873534,25877606:25878127,25887022:25887316,25887023:25887268,25891753:25892000,25908706:25909429,25908743:25909289,25912507:25912984,25919712:25920071,25919715:25919871,25924424:25924919,25930407:25930809,25972697:25974060,25972718:25973705,25972722:25973507,25972791:2597355', 'assoc_mat': '25580380:papier:4209:25580688,25581569:papier:4209:25581637,25581570:papier:4209:25581722,25586136:papier:4209:25586198,25592297:papier:4209:25603900,25608429:papier:4209:25608588,25608988:papier:4209:25609168,25611020:papier:4209:25611118,25611599:papier:4209:25611691,25611602:papier:4209:25611654,25614817:papier:4209:25615079,25614819:papier:4209:25614931,25633271:papier:4209:25633782,25633275:papier:4209:25633676,25636907:papier:4209:25637258,25639144:papier:4209:25639359,25650163:papier:4209:25650378,25650167:papier:4209:25650299,25658372:papier:4209:25658545,25672857:papier:4209:25673257,25683782:papier:4209:25684259,25687505:papier:4209:25687854,25695653:papier:4209:25695824,25700533:papier:4209:25700932,25712557:papier:4209:25712961,25721454:papier:4209:25721892,25726409:papier:4209:25726692,25733337:papier:4209:25733877,25745374:papier:4209:25745748,25751534:papier:4209:25751696,25765642:papier:4209:25766147,25772539:papier:4209:25773156,25780111:papier:4209:25780825,25780136:papier:4209:25780605,2579'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9540040657940958, 'nb_photo': 25, 'list_port_cont': '25901234,26097677,26115030,26325714', 'assoc_port': '25900879:25901234,26096657:26097677,26114898:26115030,26325111:26325714', 'assoc_mat': '25900879:papier:3726:25901234,26096657:papier:3726:26097677,26114898:papier:3726:26115030,26325111:papier:3726:26325714'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011629357859325078, 'nb_photo': 28687, 'list_port_cont': '25577935,25577955,25580829,25581964,25583148,25583187,25583295,25587801,25588417,25590312,25591076,25593228,25593944,25595516,25599692,25604849,25607753,25608240,25608625,25609223,25609460,25610305,25610899,25611143,25611765,25612166,25612420,25613286,25613832,25630471,25631373,25632942,25635677,25638774,25639470,25640632,25642441,25642675,25645625,25645890,25647617,25648886,25651014,25669319,25670510,25674926,25685409,25687110,25691805,25692144,25696959,25697505,25701098,25701380,25703154,25715104,25716072,25719860,25720151,25722524,25726708,25726905,25730750,25731068,25735225,25737372,25737655,25740472,25742810,25747319,25764941,25766744,25769208,25770378,25774688,25776031,25776055,25779349,25779753,25784647,25785042,25786120,25788211,25793151,25793382,25795403,25800617,25808835,25810418,25811641,25813538,25815574,25815783,25816600,25817056,25817223,25818552,25820878,25823025,25823105,25824242,25824330,25825588,25866996,25870598,25872548,25872910,25876343,25879248,25890362,25892180,25892748,25901744,2590651', 'assoc_port': '25577629:25577955,25577631:25577935,25580398:25580829,25581549:25581964,25582988:25583295,25582991:25583187,25582997:25583148,25585203:25588417,25586132:25595516,25587501:25593944,25587503:25593228,25587505:25587801,25589929:25590312,25589970:25599692,25590813:25591076,25604427:25604849,25607439:25607753,25608155:25608240,25608432:25608625,25608969:25609223,25609323:25609460,25610126:25610305,25610668:25610899,25611021:25611143,25611594:25611765,25611934:25612166,25612350:25612420,25613125:25613286,25613675:25613832,25629824:25630471,25630867:25631373,25632563:25632942,25635074:25635677,25638567:25638774,25639141:25639470,25640336:25640632,25642038:25642675,25642054:25642441,25645293:25645890,25645299:25645625,25647272:25647617,25648357:25648886,25650833:25651014,25668768:25669319,25669903:25670510,25674373:25674926,25684796:25685409,25686545:25687110,25691054:25692144,25691060:25691805,25696546:25696959,25696548:25697505,25700531:25701380,25700536:25701098,25702663:25703154,25712562:25715104,25712573:2571607', 'assoc_mat': '25577629:papier:4211:25577955,25577631:papier:4211:25577935,25580398:papier:4211:25580829,25581549:papier:4211:25581964,25582988:papier:4211:25583295,25582991:papier:4211:25583187,25582997:papier:4211:25583148,25585203:papier:4211:25588417,25586132:papier:4211:25595516,25587501:papier:4211:25593944,25587503:papier:4211:25593228,25587505:papier:4211:25587801,25589929:papier:4211:25590312,25589970:papier:4211:25599692,25590813:papier:4211:25591076,25604427:papier:4211:25604849,25607439:papier:4211:25607753,25608155:papier:4211:25608240,25608432:papier:4211:25608625,25608969:papier:4211:25609223,25609323:papier:4211:25609460,25610126:papier:4211:25610305,25610668:papier:4211:25610899,25611021:papier:4211:25611143,25611594:papier:4211:25611765,25611934:papier:4211:25612166,25612350:papier:4211:25612420,25613125:papier:4211:25613286,25613675:papier:4211:25613832,25629824:papier:4211:25630471,25630867:papier:4211:25631373,25632563:papier:4211:25632942,25635074:papier:4211:25635677,25638567:papier:4211:25638774,2563'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.010909344091870622, 'nb_photo': 1157, 'list_port_cont': '25577498,25580219,25582033,25583306,25584026,25585693,25586615,25589466,25593803,25605340,25606916,25608671,25609522,25610358,25611211,25612240,25613353,25630568,25633047,25635806,25637496,25639503,25640700,25640958,25644951,25645873,25647762,25647996,25650635,25669430,25673978,25684595,25687144,25691917,25692074,25693214,25696256,25700058,25700107,25703281,25703687,25720138,25722301,25730726,25730820,25731060,25733794,25734101,25735420,25737653,25737752,25740519,25752088,25764673,25765292,25769424,25773589,25775391,25777515,25780985,25783463,25788424,25788606,25789401,25795568,25796056,25810903,25811676,25812149,25815017,25817327,25818595,25818639,25821178,25824222,25824396,25868263,25868379,25870687,25873701,25878453,25884804,25887507,25890507,25892252,25892868,25905093,25905417,25906894,25909959,25913164,25913232,25917063,25917096,25920696,25922023,25924080,25924182,25924291,25929106,25973793,25973925,25974172,25974281,25974412,25974619,25974694,25979261,25979587,25981570,26020957,26021117,26021156,2602268', 'assoc_port': '25577173:25577498,25579741:25580219,25581567:25582033,25582994:25583306,25583783:25584026,25585546:25585693,25586142:25589466,25586492:25586615,25593104:25593803,25605065:25605340,25606448:25606916,25608430:25608671,25609322:25609522,25610129:25610358,25611023:25611211,25611992:25612240,25613127:25613353,25629828:25630568,25632564:25633047,25635076:25635806,25636902:25637496,25639146:25639503,25640335:25640700,25640753:25640958,25644540:25644951,25645295:25645873,25647265:25647762,25647269:25647996,25650158:25650635,25668762:25669430,25672836:25673978,25683783:25684595,25686547:25687144,25691063:25692074,25691098:25691917,25692370:25693214,25695658:25696256,25699448:25700107,25699450:25700058,25702665:25703281,25703476:25703687,25719359:25720138,25721450:25722301,25729956:25731060,25729961:25730820,25729973:25730726,25733347:25733794,25733356:25734101,25734603:25735420,25736960:25737752,25736974:25737653,25739906:25740519,25751536:25752088,25762830:25764673,25764313:25765292,25768337:25769424,25772534:2577358', 'assoc_mat': '25577173:papier:3327:25577498,25579741:papier:3327:25580219,25581567:papier:3327:25582033,25582994:papier:3327:25583306,25583783:papier:3327:25584026,25585546:papier:3327:25585693,25586142:papier:3327:25589466,25586492:papier:3327:25586615,25593104:papier:3327:25593803,25605065:papier:3327:25605340,25606448:papier:3327:25606916,25608430:papier:3327:25608671,25609322:papier:3327:25609522,25610129:papier:3327:25610358,25611023:papier:3327:25611211,25611992:papier:3327:25612240,25613127:papier:3327:25613353,25629828:papier:3327:25630568,25632564:papier:3327:25633047,25635076:papier:3327:25635806,25636902:papier:3327:25637496,25639146:papier:3327:25639503,25640335:papier:3327:25640700,25640753:papier:3327:25640958,25644540:papier:3327:25644951,25645295:papier:3327:25645873,25647265:papier:3327:25647762,25647269:papier:3327:25647996,25650158:papier:3327:25650635,25668762:papier:3327:25669430,25672836:papier:3327:25673978,25683783:papier:3327:25684595,25686547:papier:3327:25687144,25691063:papier:3327:25692074,2569'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10972611569441088, 'nb_photo': 5574, 'list_port_cont': '25584796,25586294,25597313,25611725,25642425,25642561,25644984,25650407,25687868,25696086,25733750,25751948,25780496,25788126,25788320,25788685,25835494,25920153,26021794,26073441,26073658,26092686,26130782,26155565,26207762,26212177,26235804,26287289,26336714,26339018,26339704,26344979', 'assoc_port': '25583785:25584796,25586134:25586294,25596911:25597313,25611600:25611725,25642068:25642561,25642070:25642425,25644543:25644984,25650165:25650407,25687508:25687868,25695652:25696086,25733340:25733750,25751533:25751948,25780126:25780496,25787682:25788685,25787722:25788320,25787723:25788126,25832877:25835494,25919698:25920153,26021624:26021794,26072929:26073658,26072994:26073441,26092297:26092686,26130256:26130782,26155249:26155565,26207198:26207762,26211842:26212177,26235484:26235804,26286911:26287289,26335941:26339018,26335943:26336714,26339308:26339704,26344396:26344979', 'assoc_mat': '25583785:papier:3594:25584796,25586134:papier:3594:25586294,25596911:papier:3594:25597313,25611600:papier:3594:25611725,25642068:papier:3594:25642561,25642070:papier:3594:25642425,25644543:papier:3594:25644984,25650165:papier:3594:25650407,25687508:papier:3594:25687868,25695652:papier:3594:25696086,25733340:papier:3594:25733750,25751533:papier:3594:25751948,25780126:papier:3594:25780496,25787682:papier:3594:25788685,25787722:papier:3594:25788320,25787723:papier:3594:25788126,25832877:papier:3594:25835494,25919698:papier:3594:25920153,26021624:papier:3594:26021794,26072929:papier:3594:26073658,26072994:papier:3594:26073441,26092297:papier:3594:26092686,26130256:papier:3594:26130782,26155249:papier:3594:26155565,26207198:papier:3594:26207762,26211842:papier:3594:26212177,26235484:papier:3594:26235804,26286911:papier:3594:26287289,26335941:papier:3594:26339018,26335943:papier:3594:26336714,26339308:papier:3594:26339704,26344396:papier:3594:26344979'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0040256099234823334, 'nb_photo': 72, 'list_port_cont': '25579279,25604485,25610239,25631963,25640836,25685085,25732872,25769683,25789997,25811389,25817977,25868507,25884070,25909785,25927191,25931461,26021599,26023492,26036696,26040801,26064484,26075474,26076376,26077335,26106632,26110985,26138121,26151660,26160041,26213444,26217848,26243881,26269860,26306168,26314330,26353834,26366139', 'assoc_port': '25577627:25579279,25604429:25604485,25610130:25610239,25630859:25631963,25640751:25640836,25684797:25685085,25729964:25732872,25764308:25769683,25787675:25789997,25811287:25811389,25817915:25817977,25867623:25868507,25883929:25884070,25905642:25909785,25917397:25927191,25931371:25931461,26020558:26021599,26021574:26023492,26036530:26036696,26040462:26040801,26061336:26064484,26072894:26076376,26072958:26077335,26073015:26075474,26078693:26106632,26092290:26110985,26130280:26138121,26141882:26151660,26152798:26160041,26209225:26213444,26215058:26217848,26235486:26243881,26259646:26269860,26286916:26306168,26297425:26314330,26321165:26353834,26347653:26366139', 'assoc_mat': '25577627:pehd:4205:25579279,25604429:pehd:4205:25604485,25610130:pehd:4205:25610239,25630859:pehd:4205:25631963,25640751:pehd:4205:25640836,25684797:pehd:4205:25685085,25729964:pehd:4205:25732872,25764308:pehd:4205:25769683,25787675:pehd:4205:25789997,25811287:pehd:4205:25811389,25817915:pehd:4205:25817977,25867623:pehd:4205:25868507,25883929:pehd:4205:25884070,25905642:pehd:4205:25909785,25917397:pehd:4205:25927191,25931371:pehd:4205:25931461,26020558:pehd:4205:26021599,26021574:pehd:4205:26023492,26036530:pehd:4205:26036696,26040462:pehd:4205:26040801,26061336:pehd:4205:26064484,26072894:pehd:4205:26076376,26072958:pehd:4205:26077335,26073015:pehd:4205:26075474,26078693:pehd:4205:26106632,26092290:pehd:4205:26110985,26130280:pehd:4205:26138121,26141882:pehd:4205:26151660,26152798:pehd:4205:26160041,26209225:pehd:4205:26213444,26215058:pehd:4205:26217848,26235486:pehd:4205:26243881,26259646:pehd:4205:26269860,26286916:pehd:4205:26306168,26297425:pehd:4205:26314330,26321165:pehd:4205:26353834,26347653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0024970575565427112, 'nb_photo': 187, 'list_port_cont': '25580937,25583947,25590999,25606751,25632095,25643818,25684231,25703810,25727507,25772551,25777376,25810827,25824836,25871773,25894516,25909863,25920747,25976282,25989584,26025641,26027270,26040131,26063828,26063956,26064965,26072761,26075750,26077160,26108682,26111370,26125450,26130838,26142220,26163978,26209429,26214070,26242950,26245469,26261689,26275686,26281876,26308134,26328205,26356223,26365452', 'assoc_port': '25580381:25580937,25583787:25583947,25589925:25590999,25606446:25606751,25630831:25632095,25642040:25643818,25674372:25684231,25702666:25703810,25725310:25727507,25765639:25772551,25777185:25777376,25810539:25810827,25822468:25824836,25870117:25871773,25894093:25894516,25905559:25909863,25917394:25920747,25972758:25976282,25972863:25989584,26021547:26025641,26021630:26027270,26039667:26040131,26061196:26063956,26061298:26064965,26061359:26063828,26071842:26072761,26072935:26077160,26073002:26075750,26082491:26108682,26095210:26111370,26117047:26125450,26122868:26130838,26141883:26142220,26158720:26163978,26202838:26209429,26209233:26214070,26226079:26242950,26237654:26245469,26256611:26261689,26264402:26275686,26270767:26281876,26290561:26308134,26323538:26356223,26327726:26328205,26343121:26365452', 'assoc_mat': '25580381:pehd:4203:25580937,25583787:pehd:4203:25583947,25589925:pehd:4203:25590999,25606446:pehd:4203:25606751,25630831:pehd:4203:25632095,25642040:pehd:4203:25643818,25674372:pehd:4203:25684231,25702666:pehd:4203:25703810,25725310:pehd:4203:25727507,25765639:pehd:4203:25772551,25777185:pehd:4203:25777376,25810539:pehd:4203:25810827,25822468:pehd:4203:25824836,25870117:pehd:4203:25871773,25894093:pehd:4203:25894516,25905559:pehd:4203:25909863,25917394:pehd:4203:25920747,25972758:pehd:4203:25976282,25972863:pehd:4203:25989584,26021547:pehd:4203:26025641,26021630:pehd:4203:26027270,26039667:pehd:4203:26040131,26061196:pehd:4203:26063956,26061298:pehd:4203:26064965,26061359:pehd:4203:26063828,26071842:pehd:4203:26072761,26072935:pehd:4203:26077160,26073002:pehd:4203:26075750,26082491:pehd:4203:26108682,26095210:pehd:4203:26111370,26117047:pehd:4203:26125450,26122868:pehd:4203:26130838,26141883:pehd:4203:26142220,26158720:pehd:4203:26163978,26202838:pehd:4203:26209429,26209233:pehd:4203:26214070,26226079:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003220361275080709, 'nb_photo': 319, 'list_port_cont': '25577418,25583142,25583836,25600460,25600859,25603856,25604132,25604350,25604547,25605148,25607708,25608188,25609364,25611706,25631032,25631766,25632113,25638190,25639310,25639477,25640768,25646463,25647461,25674827,25682970,25686305,25691254,25700266,25702392,25704347,25715059,25718894,25722204,25727235,25730603,25736426,25737144,25742584,25748314,25751742,25771679,25774763,25775228,25782706,25783020,25795905,25809393,25809471,25810374,25813468,25824507,25867417,25869505,25870227,25874326,25885316,25892767,25893150,25909060,25909646,25914681,25918507,25920791,25922424,25927779,25932120,25932504,25974633,25974982,25975758,25975924,25976174,25976793,25976935,25977041,25988617,26020717,26021542,26021840,26023142,26023893,26025334,26027033,26036587,26036826,26037171,26037788,26038709,26038771,26041607,26041634,26041959,26061385,26061446,26062002,26063659,26063936,26064328,26064624,26064687,26064721,26064740,26065585,26073683,26074249,26074698,26075405,26075559,26075656,26075691,26076395,26076954,26077123,2607722', 'assoc_port': '25577172:25577418,25582995:25583142,25583782:25583836,25585202:25604132,25586130:25600460,25587507:25604350,25590812:25600859,25592296:25603856,25604428:25604547,25605068:25605148,25607481:25607708,25608156:25608188,25609324:25609364,25611606:25611706,25629826:25631032,25630845:25631766,25630865:25632113,25636045:25638190,25638566:25639310,25639148:25639477,25640756:25640768,25644542:25646463,25645297:25647461,25669900:25674827,25672818:25682970,25678919:25686305,25691080:25704347,25691104:25691254,25696547:25700266,25699452:25702392,25712567:25715059,25715257:25718894,25719374:25722204,25725307:25727235,25727718:25730603,25733334:25736426,25734593:25737144,25739911:25742584,25745377:25748314,25746574:25751742,25765636:25771679,25768340:25774763,25774801:25775228,25780132:25783020,25782547:25782706,25794774:25795905,25808150:25809471,25808156:25809393,25810191:25810374,25813347:25813468,25823752:25824507,25866494:25867417,25869432:25869505,25870121:25870227,25871861:25874326,25877608:25885316,25891749:2589315', 'assoc_mat': '25577172:pehd:4207:25577418,25582995:pehd:4207:25583142,25583782:pehd:4207:25583836,25585202:pehd:4207:25604132,25586130:pehd:4207:25600460,25587507:pehd:4207:25604350,25590812:pehd:4207:25600859,25592296:pehd:4207:25603856,25604428:pehd:4207:25604547,25605068:pehd:4207:25605148,25607481:pehd:4207:25607708,25608156:pehd:4207:25608188,25609324:pehd:4207:25609364,25611606:pehd:4207:25611706,25629826:pehd:4207:25631032,25630845:pehd:4207:25631766,25630865:pehd:4207:25632113,25636045:pehd:4207:25638190,25638566:pehd:4207:25639310,25639148:pehd:4207:25639477,25640756:pehd:4207:25640768,25644542:pehd:4207:25646463,25645297:pehd:4207:25647461,25669900:pehd:4207:25674827,25672818:pehd:4207:25682970,25678919:pehd:4207:25686305,25691080:pehd:4207:25704347,25691104:pehd:4207:25691254,25696547:pehd:4207:25700266,25699452:pehd:4207:25702392,25712567:pehd:4207:25715059,25715257:pehd:4207:25718894,25719374:pehd:4207:25722204,25725307:pehd:4207:25727235,25727718:pehd:4207:25730603,25733334:pehd:4207:25736426,25734593:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008118394520923443, 'nb_photo': 26, 'list_port_cont': '25679634,25713074,25735015,25972963,26024966,26036751,26041725,26061597,26076459,26078004,26095708,26099304,26143526,26193850,26202480,26214661,26215208,26236724,26237894,26262043,26273856,26319336,26339643', 'assoc_port': '25678937:25679634,25712570:25713074,25734599:25735015,25972652:25972963,26021628:26024966,26036529:26036751,26041227:26041725,26061371:26061597,26076282:26076459,26077547:26078004,26095208:26095708,26099024:26099304,26143300:26143526,26193503:26193850,26202344:26202480,26214360:26214661,26215060:26215208,26236421:26236724,26237649:26237894,26261657:26262043,26273619:26273856,26318903:26319336,26339306:26339643', 'assoc_mat': '25678937:pehd:4461:25679634,25712570:pehd:4461:25713074,25734599:pehd:4461:25735015,25972652:pehd:4461:25972963,26021628:pehd:4461:26024966,26036529:pehd:4461:26036751,26041227:pehd:4461:26041725,26061371:pehd:4461:26061597,26076282:pehd:4461:26076459,26077547:pehd:4461:26078004,26095208:pehd:4461:26095708,26099024:pehd:4461:26099304,26143300:pehd:4461:26143526,26193503:pehd:4461:26193850,26202344:pehd:4461:26202480,26214360:pehd:4461:26214661,26215060:pehd:4461:26215208,26236421:pehd:4461:26236724,26237649:pehd:4461:26237894,26261657:pehd:4461:26262043,26273619:pehd:4461:26273856,26318903:pehd:4461:26319336,26339306:pehd:4461:26339643'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006494929035319074, 'nb_photo': 634, 'list_port_cont': '25577319,25580648,25583088,25583866,25585272,25589086,25590859,25592471,25593289,25593396,25605170,25607652,25609130,25611081,25613764,25630084,25633721,25636342,25638671,25640793,25642306,25645502,25647467,25648614,25669149,25674746,25685138,25686892,25695844,25700832,25702895,25704167,25707569,25715666,25719701,25727871,25730219,25730400,25737251,25740198,25742416,25745632,25764801,25768796,25774948,25779200,25780452,25787960,25788418,25792714,25795105,25808440,25810294,25812029,25816353,25816372,25816582,25817037,25818427,25820560,25822731,25825293,25866928,25869595,25873364,25876029,25886129,25887248,25891942,25904510,25906251,25906920,25912886,25916558,25916703,25917563,25921363,25921724,25923645,25924670,25930763,25931001,25973539,25973782,25974355,25974479,25974821,25974926,25981130,26020738,26020837,26021865,26021978,26022391,26023050,26037707,26037838,26038688,26039062,26039725,26039882,26039968,26040510,26041695,26041933,26042318,26044521,26061407,26061459,26061633,26061811,26062026,26062303,2606251', 'assoc_port': '25577174:25577319,25580401:25580648,25582992:25583088,25583784:25583866,25585205:25585272,25585545:25589086,25586141:25590859,25592281:25592471,25593103:25593396,25593105:25593289,25605067:25605170,25607480:25607652,25608990:25609130,25611024:25611081,25613715:25613764,25629830:25630084,25633273:25633721,25636042:25636342,25638584:25638671,25640754:25640793,25642075:25642306,25645294:25645502,25647267:25647467,25648355:25648614,25668764:25669149,25674370:25674746,25684799:25685138,25686543:25686892,25695657:25695844,25696552:25704167,25700539:25700832,25702664:25702895,25707499:25707569,25715248:25715666,25719397:25719701,25727719:25727871,25729958:25730400,25729970:25730219,25736971:25737251,25739903:25740198,25742097:25742416,25745382:25745632,25764316:25764801,25768346:25768796,25774800:25774948,25778996:25779200,25780128:25780452,25787678:25788418,25787728:25787960,25792332:25792714,25794775:25795105,25808153:25808440,25810197:25810294,25811866:25812029,25816286:25816582,25816288:25816353,25816298:2581637', 'assoc_mat': '25577174:pehd:4200:25577319,25580401:pehd:4200:25580648,25582992:pehd:4200:25583088,25583784:pehd:4200:25583866,25585205:pehd:4200:25585272,25585545:pehd:4200:25589086,25586141:pehd:4200:25590859,25592281:pehd:4200:25592471,25593103:pehd:4200:25593396,25593105:pehd:4200:25593289,25605067:pehd:4200:25605170,25607480:pehd:4200:25607652,25608990:pehd:4200:25609130,25611024:pehd:4200:25611081,25613715:pehd:4200:25613764,25629830:pehd:4200:25630084,25633273:pehd:4200:25633721,25636042:pehd:4200:25636342,25638584:pehd:4200:25638671,25640754:pehd:4200:25640793,25642075:pehd:4200:25642306,25645294:pehd:4200:25645502,25647267:pehd:4200:25647467,25648355:pehd:4200:25648614,25668764:pehd:4200:25669149,25674370:pehd:4200:25674746,25684799:pehd:4200:25685138,25686543:pehd:4200:25686892,25695657:pehd:4200:25695844,25696552:pehd:4200:25704167,25700539:pehd:4200:25700832,25702664:pehd:4200:25702895,25707499:pehd:4200:25707569,25715248:pehd:4200:25715666,25719397:pehd:4200:25719701,25727719:pehd:4200:25727871,25729958:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006504883946764794, 'nb_photo': 207, 'list_port_cont': '25580685,25581646,25581719,25586206,25603905,25608585,25609182,25611124,25614933,25615082,25633789,25637269,25650304,25650373,25673271,25684244,25687847,25695831,25712969,25745742,25751682,25766138,25773150,25780828,25792873,25811575,25813617,25825330,25866879,25873539,25878132,25887272,25887319,25909298,25912986,25920072,25924906,25973229,25973514,25973557,25973695,25974052,26020756,26021958,26021999,26025987,26038854,26039161,26040343,26041390,26044608,26061562,26061696,26061907,26062369,26062767,26062916,26063084,26063327,26065909,26069345,26070184,26073198,26073275,26073510,26073586,26076441,26083054,26092624,26115121,26118181,26118228,26120803,26130916,26131114,26143483,26155527,26158978,26161786,26203221,26211998,26212093,26226986,26235733,26241260,26260077,26265302,26271795,26278594,26287445,26293260,26293495,26323920,26328147,26336384,26344733,26357165', 'assoc_port': '25580380:25580685,25581569:25581646,25581570:25581719,25586136:25586206,25592297:25603905,25608429:25608585,25608988:25609182,25611020:25611124,25614817:25615082,25614819:25614933,25633271:25633789,25636907:25637269,25650163:25650373,25650167:25650304,25672857:25673271,25683782:25684244,25687505:25687847,25695653:25695831,25712557:25712969,25745374:25745742,25751534:25751682,25765642:25766138,25772539:25773150,25780111:25780828,25792380:25792873,25811282:25811575,25813342:25813617,25825108:25825330,25866508:25866879,25873073:25873539,25877606:25878132,25887022:25887319,25887023:25887272,25908743:25909298,25912507:25912986,25919712:25920072,25924424:25924906,25972697:25974052,25972718:25973695,25972722:25973514,25972791:25973557,25972871:25973229,26020604:26020756,26021544:26025987,26021577:26021999,26021622:26021958,26037263:26039161,26038518:26040343,26038669:26038854,26039668:26041390,26041233:26044608,26061205:26063327,26061217:26063084,26061223:26062916,26061235:26062767,26061240:26062369,26061284:2606590', 'assoc_mat': '25580380:pehd:4209:25580685,25581569:pehd:4209:25581646,25581570:pehd:4209:25581719,25586136:pehd:4209:25586206,25592297:pehd:4209:25603905,25608429:pehd:4209:25608585,25608988:pehd:4209:25609182,25611020:pehd:4209:25611124,25614817:pehd:4209:25615082,25614819:pehd:4209:25614933,25633271:pehd:4209:25633789,25636907:pehd:4209:25637269,25650163:pehd:4209:25650373,25650167:pehd:4209:25650304,25672857:pehd:4209:25673271,25683782:pehd:4209:25684244,25687505:pehd:4209:25687847,25695653:pehd:4209:25695831,25712557:pehd:4209:25712969,25745374:pehd:4209:25745742,25751534:pehd:4209:25751682,25765642:pehd:4209:25766138,25772539:pehd:4209:25773150,25780111:pehd:4209:25780828,25792380:pehd:4209:25792873,25811282:pehd:4209:25811575,25813342:pehd:4209:25813617,25825108:pehd:4209:25825330,25866508:pehd:4209:25866879,25873073:pehd:4209:25873539,25877606:pehd:4209:25878132,25887022:pehd:4209:25887319,25887023:pehd:4209:25887272,25908743:pehd:4209:25909298,25912507:pehd:4209:25912986,25919712:pehd:4209:25920072,25924424:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9558466748654268, 'nb_photo': 8817, 'list_port_cont': '25577937,25577967,25580830,25581955,25583159,25583188,25583290,25587808,25588419,25590313,25591086,25593230,25593947,25595517,25599685,25604848,25607749,25608235,25608626,25609215,25609449,25610308,25610886,25611142,25611771,25612173,25612421,25613287,25613838,25630486,25631376,25632933,25635680,25638786,25639463,25640635,25642448,25642661,25645617,25645893,25647619,25648887,25651022,25669329,25670511,25674927,25685404,25687092,25691806,25692143,25696974,25697512,25701094,25701369,25703143,25715106,25716057,25719851,25720162,25722525,25726710,25726902,25730755,25731073,25735231,25737374,25737668,25740486,25742787,25747313,25764937,25766740,25769212,25770387,25774691,25776036,25776056,25779355,25779749,25784656,25785046,25786107,25788219,25793147,25793381,25795391,25800618,25808831,25810423,25811639,25813551,25815585,25815778,25816602,25817070,25817217,25818542,25820873,25823023,25823095,25824233,25824336,25825585,25866994,25870596,25872536,25872911,25876352,25879235,25890368,25892182,25892743,25901734,2590651', 'assoc_port': '25577629:25577967,25577631:25577937,25580398:25580830,25581549:25581955,25582988:25583290,25582991:25583188,25582997:25583159,25585203:25588419,25586132:25595517,25587501:25593947,25587503:25593230,25587505:25587808,25589929:25590313,25589970:25599685,25590813:25591086,25604427:25604848,25607439:25607749,25608155:25608235,25608432:25608626,25608969:25609215,25609323:25609449,25610126:25610308,25610668:25610886,25611021:25611142,25611594:25611771,25611934:25612173,25612350:25612421,25613125:25613287,25613675:25613838,25629824:25630486,25630867:25631376,25632563:25632933,25635074:25635680,25638567:25638786,25639141:25639463,25640336:25640635,25642038:25642661,25642054:25642448,25645293:25645893,25645299:25645617,25647272:25647619,25648357:25648887,25650833:25651022,25668768:25669329,25669903:25670511,25674373:25674927,25684796:25685404,25686545:25687092,25691054:25692143,25691060:25691806,25696546:25696974,25696548:25697512,25700531:25701369,25700536:25701094,25702663:25703143,25712562:25715106,25712573:2571605', 'assoc_mat': '25577629:pehd:4211:25577967,25577631:pehd:4211:25577937,25580398:pehd:4211:25580830,25581549:pehd:4211:25581955,25582988:pehd:4211:25583290,25582991:pehd:4211:25583188,25582997:pehd:4211:25583159,25585203:pehd:4211:25588419,25586132:pehd:4211:25595517,25587501:pehd:4211:25593947,25587503:pehd:4211:25593230,25587505:pehd:4211:25587808,25589929:pehd:4211:25590313,25589970:pehd:4211:25599685,25590813:pehd:4211:25591086,25604427:pehd:4211:25604848,25607439:pehd:4211:25607749,25608155:pehd:4211:25608235,25608432:pehd:4211:25608626,25608969:pehd:4211:25609215,25609323:pehd:4211:25609449,25610126:pehd:4211:25610308,25610668:pehd:4211:25610886,25611021:pehd:4211:25611142,25611594:pehd:4211:25611771,25611934:pehd:4211:25612173,25612350:pehd:4211:25612421,25613125:pehd:4211:25613287,25613675:pehd:4211:25613838,25629824:pehd:4211:25630486,25630867:pehd:4211:25631376,25632563:pehd:4211:25632933,25635074:pehd:4211:25635680,25638567:pehd:4211:25638786,25639141:pehd:4211:25639463,25640336:pehd:4211:25640635,25642038:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015491347849590684, 'nb_photo': 5, 'list_port_cont': '25817331,25818640,26236210,26240822', 'assoc_port': '25816874:25817331,25818301:25818640,26235477:26236210,26240302:26240822', 'assoc_mat': '25816874:pehd:3327:25817331,25818301:pehd:3327:25818640,26235477:pehd:3327:26236210,26240302:pehd:3327:26240822'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00011257080886781088, 'nb_photo': 5, 'list_port_cont': '25586288,25780499,25788678,26207764,26287283', 'assoc_port': '25586134:25586288,25780126:25780499,25787682:25788678,26207198:26207764,26286911:26287283', 'assoc_mat': '25586134:pehd:3594:25586288,25780126:pehd:3594:25780499,25787682:pehd:3594:25788678,26207198:pehd:3594:26207764,26286911:pehd:3594:26287283'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0026688544891344253, 'nb_photo': 13, 'list_port_cont': '25685080,25703195,25732873,25790007,25811385,25868518,25884063,26062127,26075477,26269857', 'assoc_port': '25684797:25685080,25700541:25703195,25729964:25732873,25787675:25790007,25811287:25811385,25867623:25868518,25883929:25884063,26061163:26062127,26073015:26075477,26259646:26269857', 'assoc_mat': '25684797:pet_clair:4205:25685080,25700541:pet_clair:4205:25703195,25729964:pet_clair:4205:25732873,25787675:pet_clair:4205:25790007,25811287:pet_clair:4205:25811385,25867623:pet_clair:4205:25868518,25883929:pet_clair:4205:25884063,26061163:pet_clair:4205:26062127,26073015:pet_clair:4205:26075477,26259646:pet_clair:4205:26269857'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022045622136196216, 'nb_photo': 3, 'list_port_cont': '25772554,26025649,26275687', 'assoc_port': '25765639:25772554,26021547:26025649,26264402:26275687', 'assoc_mat': '25765639:pet_clair:4203:25772554,26021547:pet_clair:4203:26025649,26264402:pet_clair:4203:26275687'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021251239501026324, 'nb_photo': 21, 'list_port_cont': '25643718,25649631,25673091,25784619,25821408,25824673,25889112,25927773,25938380,25974644,25974993,26037012,26041761,26045004,26109404,26111551,26270361,26316288,26351256', 'assoc_port': '25642072:25643718,25647274:25649631,25672877:25673091,25772537:25784619,25820344:25821408,25822495:25824673,25887020:25889112,25923412:25927773,25928088:25938380,25972645:25974644,25972686:25974993,26036998:26037012,26041229:26041761,26044959:26045004,26084015:26109404,26099018:26111551,26260258:26270361,26302797:26351256,26305433:26316288', 'assoc_mat': '25642072:pet_clair:4207:25643718,25647274:pet_clair:4207:25649631,25672877:pet_clair:4207:25673091,25772537:pet_clair:4207:25784619,25820344:pet_clair:4207:25821408,25822495:pet_clair:4207:25824673,25887020:pet_clair:4207:25889112,25923412:pet_clair:4207:25927773,25928088:pet_clair:4207:25938380,25972645:pet_clair:4207:25974644,25972686:pet_clair:4207:25974993,26036998:pet_clair:4207:26037012,26041229:pet_clair:4207:26041761,26044959:pet_clair:4207:26045004,26084015:pet_clair:4207:26109404,26099018:pet_clair:4207:26111551,26260258:pet_clair:4207:26270361,26302797:pet_clair:4207:26351256,26305433:pet_clair:4207:26316288'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0033737037923919706, 'nb_photo': 2, 'list_port_cont': '25640585,26210697', 'assoc_port': '25640337:25640585,26210161:26210697', 'assoc_mat': '25640337:pet_clair:4461:25640585,26210161:pet_clair:4461:26210697'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005490654641921429, 'nb_photo': 156, 'list_port_cont': '25583087,25590954,25593400,25609138,25610249,25610791,25611679,25612074,25613770,25630086,25633712,25636340,25638675,25640802,25642309,25686898,25687749,25707567,25719700,25730222,25745641,25764802,25774949,25782842,25788066,25792713,25808447,25810288,25816350,25816578,25818395,25866938,25873359,25876035,25886117,25887249,25892049,25904505,25912883,25916553,25917550,25921374,25930757,25931006,25974481,25974822,25981136,26020737,26021857,26021984,26023045,26036675,26038687,26039880,26039973,26040518,26041682,26061465,26061807,26062532,26062995,26063631,26063976,26071506,26073218,26073284,26073492,26074214,26074463,26074866,26075530,26088922,26091191,26092336,26099170,26113188,26115791,26118215,26120679,26128333,26130732,26136043,26142353,26145946,26155079,26160682,26198999,26202471,26207396,26207595,26214559,26225343,26236690,26255037,26257027,26260609,26263023,26266806,26267507,26269686,26271754,26285235,26292296,26328040', 'assoc_port': '25582992:25583087,25590795:25590954,25593103:25593400,25608990:25609138,25610127:25610249,25610666:25610791,25611604:25611679,25612032:25612074,25613715:25613770,25629830:25630086,25633273:25633712,25636042:25636340,25638584:25638675,25640754:25640802,25642075:25642309,25686543:25686898,25687503:25687749,25707499:25707567,25719397:25719700,25729970:25730222,25745382:25745641,25764316:25764802,25774800:25774949,25782542:25782842,25787683:25788066,25792332:25792713,25808153:25808447,25810197:25810288,25816286:25816578,25816288:25816350,25818307:25818395,25866492:25866938,25873070:25873359,25875786:25876035,25878871:25886117,25887027:25887249,25891748:25892049,25904281:25904505,25912503:25912883,25916185:25916553,25917403:25917550,25921073:25921374,25930362:25931006,25930383:25930757,25972703:25974822,25972755:25974481,25972833:25981136,26020561:26020737,26021583:26023045,26021629:26021984,26021634:26021857,26036528:26036675,26038507:26038687,26038512:26039973,26039675:26039880,26040172:26040518,26041225:2604168', 'assoc_mat': '25582992:pet_clair:4200:25583087,25590795:pet_clair:4200:25590954,25593103:pet_clair:4200:25593400,25608990:pet_clair:4200:25609138,25610127:pet_clair:4200:25610249,25610666:pet_clair:4200:25610791,25611604:pet_clair:4200:25611679,25612032:pet_clair:4200:25612074,25613715:pet_clair:4200:25613770,25629830:pet_clair:4200:25630086,25633273:pet_clair:4200:25633712,25636042:pet_clair:4200:25636340,25638584:pet_clair:4200:25638675,25640754:pet_clair:4200:25640802,25642075:pet_clair:4200:25642309,25686543:pet_clair:4200:25686898,25687503:pet_clair:4200:25687749,25707499:pet_clair:4200:25707567,25719397:pet_clair:4200:25719700,25729970:pet_clair:4200:25730222,25745382:pet_clair:4200:25745641,25764316:pet_clair:4200:25764802,25774800:pet_clair:4200:25774949,25782542:pet_clair:4200:25782842,25787683:pet_clair:4200:25788066,25792332:pet_clair:4200:25792713,25808153:pet_clair:4200:25808447,25810197:pet_clair:4200:25810288,25816286:pet_clair:4200:25816578,25816288:pet_clair:4200:25816350,25818307:pet_clair:4200:25818395,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010236154127488152, 'nb_photo': 4, 'list_port_cont': '25673265,25773148,26150527,26278602', 'assoc_port': '25672857:25673265,25772539:25773148,26150196:26150527,26278367:26278602', 'assoc_mat': '25672857:pet_clair:4209:25673265,25772539:pet_clair:4209:25773148,26150196:pet_clair:4209:26150527,26278367:pet_clair:4209:26278602'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005215311713956962, 'nb_photo': 227, 'list_port_cont': '25577932,25583181,25583294,25588420,25590318,25604845,25608638,25609224,25609455,25610889,25630475,25632938,25635691,25692142,25701384,25703140,25722528,25731071,25740476,25747321,25785051,25788217,25808840,25811636,25815776,25816603,25872912,25879236,25892177,25921836,25924954,25925424,25973361,25973400,25974316,25975892,26024178,26036868,26037719,26039249,26040045,26041254,26041965,26045145,26063064,26064006,26064382,26073686,26074092,26074453,26075326,26076329,26113420,26114015,26127214,26128896,26141554,26142585,26146781,26149452,26150674,26153302,26156985,26212281,26215256,26227074,26235903,26237953,26240568,26289675,26294244,26308350,26325947,26332767', 'assoc_port': '25577631:25577932,25582988:25583294,25582991:25583181,25585203:25588420,25589929:25590318,25604427:25604845,25608432:25608638,25608969:25609224,25609323:25609455,25610668:25610889,25629824:25630475,25632563:25632938,25635074:25635691,25691054:25692142,25700531:25701384,25702663:25703140,25721457:25722528,25729954:25731071,25739908:25740476,25746576:25747321,25784015:25785051,25787681:25788217,25808154:25808840,25811284:25811636,25811290:25815776,25816296:25816603,25871859:25872912,25878856:25879236,25891750:25892177,25921080:25921836,25924417:25925424,25924422:25924954,25972695:25975892,25972803:25974316,25972839:25973400,25972874:25973361,26021579:26024178,26036521:26036868,26037369:26037719,26038510:26040045,26038523:26041254,26038964:26039249,26040173:26041965,26045046:26045145,26061166:26063064,26061216:26064382,26061357:26064006,26072932:26076329,26072985:26075326,26073007:26074453,26073042:26074092,26073086:26073686,26113021:26113420,26113653:26114015,26126331:26127214,26128202:26128896,26135680:2614155', 'assoc_mat': '25577631:pet_clair:4211:25577932,25582988:pet_clair:4211:25583294,25582991:pet_clair:4211:25583181,25585203:pet_clair:4211:25588420,25589929:pet_clair:4211:25590318,25604427:pet_clair:4211:25604845,25608432:pet_clair:4211:25608638,25608969:pet_clair:4211:25609224,25609323:pet_clair:4211:25609455,25610668:pet_clair:4211:25610889,25629824:pet_clair:4211:25630475,25632563:pet_clair:4211:25632938,25635074:pet_clair:4211:25635691,25691054:pet_clair:4211:25692142,25700531:pet_clair:4211:25701384,25702663:pet_clair:4211:25703140,25721457:pet_clair:4211:25722528,25729954:pet_clair:4211:25731071,25739908:pet_clair:4211:25740476,25746576:pet_clair:4211:25747321,25784015:pet_clair:4211:25785051,25787681:pet_clair:4211:25788217,25808154:pet_clair:4211:25808840,25811284:pet_clair:4211:25811636,25811290:pet_clair:4211:25815776,25816296:pet_clair:4211:25816603,25871859:pet_clair:4211:25872912,25878856:pet_clair:4211:25879236,25891750:pet_clair:4211:25892177,25921080:pet_clair:4211:25921836,25924417:pet_clair:4211:25925424,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840963629305775, 'nb_photo': 141103, 'list_port_cont': '25577500,25580217,25582032,25583305,25584032,25585403,25585695,25586625,25589469,25593806,25594711,25599101,25605338,25606919,25608677,25609529,25610349,25611215,25612237,25613361,25630569,25633050,25635797,25637482,25639500,25640705,25640955,25644962,25645874,25647761,25647995,25650561,25650634,25669426,25673971,25684605,25687154,25691913,25692063,25693202,25696254,25700062,25700106,25703293,25703694,25720129,25722302,25730720,25730821,25731050,25733802,25734095,25735428,25737643,25737747,25740509,25746092,25752095,25764665,25765295,25769419,25773584,25775393,25777511,25780978,25783453,25788436,25788594,25789398,25795569,25796045,25806806,25810908,25811681,25812151,25815014,25817340,25818601,25818642,25821177,25823456,25824218,25824307,25824391,25868274,25868393,25870688,25873712,25878473,25884813,25887517,25887568,25890501,25892264,25892867,25893003,25905088,25905418,25906900,25909964,25913174,25913234,25917062,25917088,25920699,25922024,25924088,25924193,25924293,25929100,25931658,25937576,25973800,2597391', 'assoc_port': '25577173:25577500,25579741:25580217,25581567:25582032,25582994:25583305,25583783:25584032,25585201:25585403,25585546:25585695,25586142:25589469,25586492:25586625,25590799:25594711,25592295:25599101,25593104:25593806,25605065:25605338,25606448:25606919,25608430:25608677,25609322:25609529,25610129:25610349,25611023:25611215,25611992:25612237,25613127:25613361,25629828:25630569,25632564:25633050,25635076:25635797,25636902:25637482,25639146:25639500,25640335:25640705,25640753:25640955,25644540:25644962,25645295:25645874,25647265:25647761,25647269:25647995,25650158:25650634,25650161:25650561,25668762:25669426,25672836:25673971,25683783:25684605,25686547:25687154,25691063:25692063,25691098:25691913,25692370:25693202,25695658:25696254,25699448:25700106,25699450:25700062,25702665:25703293,25703476:25703694,25719359:25720129,25721450:25722302,25729956:25731050,25729961:25730821,25729973:25730720,25733347:25733802,25733356:25734095,25734603:25735428,25736960:25737747,25736974:25737643,25739906:25740509,25745380:2574609', 'assoc_mat': '25577173:pet_clair:3327:25577500,25579741:pet_clair:3327:25580217,25581567:pet_clair:3327:25582032,25582994:pet_clair:3327:25583305,25583783:pet_clair:3327:25584032,25585201:pet_clair:3327:25585403,25585546:pet_clair:3327:25585695,25586142:pet_clair:3327:25589469,25586492:pet_clair:3327:25586625,25590799:pet_clair:3327:25594711,25592295:pet_clair:3327:25599101,25593104:pet_clair:3327:25593806,25605065:pet_clair:3327:25605338,25606448:pet_clair:3327:25606919,25608430:pet_clair:3327:25608677,25609322:pet_clair:3327:25609529,25610129:pet_clair:3327:25610349,25611023:pet_clair:3327:25611215,25611992:pet_clair:3327:25612237,25613127:pet_clair:3327:25613361,25629828:pet_clair:3327:25630569,25632564:pet_clair:3327:25633050,25635076:pet_clair:3327:25635797,25636902:pet_clair:3327:25637482,25639146:pet_clair:3327:25639500,25640335:pet_clair:3327:25640705,25640753:pet_clair:3327:25640955,25644540:pet_clair:3327:25644962,25645295:pet_clair:3327:25645874,25647265:pet_clair:3327:25647761,25647269:pet_clair:3327:25647995,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.030587216336338822, 'nb_photo': 441, 'list_port_cont': '25584789,25586290,25597316,25611720,25642430,25642568,25644982,25650409,25687877,25696089,25733754,25751940,25780497,25788127,25788321,25788683,25835493,25920151,26021790,26073443,26073662,26092689,26130778,26155557,26207758,26212187,26235802,26287291,26336724,26339016,26339708,26344980', 'assoc_port': '25583785:25584789,25586134:25586290,25596911:25597316,25611600:25611720,25642068:25642568,25642070:25642430,25644543:25644982,25650165:25650409,25687508:25687877,25695652:25696089,25733340:25733754,25751533:25751940,25780126:25780497,25787682:25788683,25787722:25788321,25787723:25788127,25832877:25835493,25919698:25920151,26021624:26021790,26072929:26073662,26072994:26073443,26092297:26092689,26130256:26130778,26155249:26155557,26207198:26207758,26211842:26212187,26235484:26235802,26286911:26287291,26335941:26339016,26335943:26336724,26339308:26339708,26344396:26344980', 'assoc_mat': '25583785:pet_clair:3594:25584789,25586134:pet_clair:3594:25586290,25596911:pet_clair:3594:25597316,25611600:pet_clair:3594:25611720,25642068:pet_clair:3594:25642568,25642070:pet_clair:3594:25642430,25644543:pet_clair:3594:25644982,25650165:pet_clair:3594:25650409,25687508:pet_clair:3594:25687877,25695652:pet_clair:3594:25696089,25733340:pet_clair:3594:25733754,25751533:pet_clair:3594:25751940,25780126:pet_clair:3594:25780497,25787682:pet_clair:3594:25788683,25787722:pet_clair:3594:25788321,25787723:pet_clair:3594:25788127,25832877:pet_clair:3594:25835493,25919698:pet_clair:3594:25920151,26021624:pet_clair:3594:26021790,26072929:pet_clair:3594:26073662,26072994:pet_clair:3594:26073443,26092297:pet_clair:3594:26092689,26130256:pet_clair:3594:26130778,26155249:pet_clair:3594:26155557,26207198:pet_clair:3594:26207758,26211842:pet_clair:3594:26212187,26235484:pet_clair:3594:26235802,26286911:pet_clair:3594:26287291,26335941:pet_clair:3594:26339016,26335943:pet_clair:3594:26336724,26339308:pet_clair:3594:26339708,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003629243201647653, 'nb_photo': 1, 'list_port_cont': '26074252', 'assoc_port': '26073047:26074252', 'assoc_mat': '26073047:pet_fonce:4207:26074252'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005539127945773235, 'nb_photo': 4, 'list_port_cont': '25731063,26237949,26263501', 'assoc_port': '25729954:25731063,26237657:26237949,26262831:26263501', 'assoc_mat': '25729954:pet_fonce:4211:25731063,26237657:pet_fonce:4211:26237949,26262831:pet_fonce:4211:26263501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018198030160223257, 'nb_photo': 1, 'list_port_cont': '25817332', 'assoc_port': '25816874:25817332', 'assoc_mat': '25816874:pet_fonce:3327:25817332'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008967982679035847, 'nb_photo': 32, 'list_port_cont': '25586295,25597314,25611726,25644975,25650408,25696088,25733748,25751946,25788326,25788679,25835501,25920148,26021798,26073666,26155564,26207756,26287290,26339019', 'assoc_port': '25586134:25586295,25596911:25597314,25611600:25611726,25644543:25644975,25650165:25650408,25695652:25696088,25733340:25733748,25751533:25751946,25787682:25788679,25787722:25788326,25832877:25835501,25919698:25920148,26021624:26021798,26072929:26073666,26155249:26155564,26207198:26207756,26286911:26287290,26335941:26339019', 'assoc_mat': '25586134:pet_fonce:3594:25586295,25596911:pet_fonce:3594:25597314,25611600:pet_fonce:3594:25611726,25644543:pet_fonce:3594:25644975,25650165:pet_fonce:3594:25650408,25695652:pet_fonce:3594:25696088,25733340:pet_fonce:3594:25733748,25751533:pet_fonce:3594:25751946,25787682:pet_fonce:3594:25788679,25787722:pet_fonce:3594:25788326,25832877:pet_fonce:3594:25835501,25919698:pet_fonce:3594:25920148,26021624:pet_fonce:3594:26021798,26072929:pet_fonce:3594:26073666,26155249:pet_fonce:3594:26155564,26207198:pet_fonce:3594:26207756,26286911:pet_fonce:3594:26287290,26335941:pet_fonce:3594:26339019'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009281326285797217, 'nb_photo': 5, 'list_port_cont': '25790008,25927182', 'assoc_port': '25787675:25790008,25917397:25927182', 'assoc_mat': '25787675:pet_opaque:4205:25790008,25917397:pet_opaque:4205:25927182'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00030366129266770517, 'nb_photo': 9, 'list_port_cont': '25643819,25737351,25772553,25920755,26025648,26314363', 'assoc_port': '25642040:25643819,25736978:25737351,25765639:25772553,25917394:25920755,26021547:26025648,26297422:26314363', 'assoc_mat': '25642040:pet_opaque:4203:25643819,25736978:pet_opaque:4203:25737351,25765639:pet_opaque:4203:25772553,25917394:pet_opaque:4203:25920755,26021547:pet_opaque:4203:26025648,26297422:pet_opaque:4203:26314363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016889234773191804, 'nb_photo': 14, 'list_port_cont': '25605137,25674819,25795980,25821399,25892756,25914683,26061580,26072672,26073677,26076555,26109402,26162664', 'assoc_port': '25605068:25605137,25669900:25674819,25792339:25795980,25820344:25821399,25892397:25892756,25912505:25914683,26061374:26061580,26071845:26072672,26072896:26076555,26073073:26073677,26084015:26109402,26157352:26162664', 'assoc_mat': '25605068:pet_opaque:4207:25605137,25669900:pet_opaque:4207:25674819,25792339:pet_opaque:4207:25795980,25820344:pet_opaque:4207:25821399,25892397:pet_opaque:4207:25892756,25912505:pet_opaque:4207:25914683,26061374:pet_opaque:4207:26061580,26071845:pet_opaque:4207:26072672,26072896:pet_opaque:4207:26076555,26073073:pet_opaque:4207:26073677,26084015:pet_opaque:4207:26109402,26157352:pet_opaque:4207:26162664'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008156273834917658, 'nb_photo': 22, 'list_port_cont': '25581897,25607672,25610823,25640570,25747031,25811541,25813488,26036757,26042075,26061753,26113911,26241294,26285784,26290756', 'assoc_port': '25581566:25581897,25607476:25607672,25610670:25610823,25640337:25640570,25746579:25747031,25811285:25811541,25813349:25813488,26036529:26036757,26038672:26042075,26061332:26061753,26113655:26113911,26241020:26241294,26285508:26285784,26290566:26290756', 'assoc_mat': '25581566:pet_opaque:4461:25581897,25607476:pet_opaque:4461:25607672,25610670:pet_opaque:4461:25610823,25640337:pet_opaque:4461:25640570,25746579:pet_opaque:4461:25747031,25811285:pet_opaque:4461:25811541,25813349:pet_opaque:4461:25813488,26036529:pet_opaque:4461:26036757,26038672:pet_opaque:4461:26042075,26061332:pet_opaque:4461:26061753,26113655:pet_opaque:4461:26113911,26241020:pet_opaque:4461:26241294,26285508:pet_opaque:4461:26285784,26290566:pet_opaque:4461:26290756'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0018282684527300306, 'nb_photo': 260, 'list_port_cont': '25577314,25580646,25583100,25583859,25585271,25589077,25590852,25590950,25592476,25593292,25593393,25605184,25607664,25609143,25611674,25613762,25630087,25633713,25636341,25638684,25669142,25674738,25685141,25686903,25687751,25700824,25702901,25704155,25707558,25715670,25719709,25730223,25730390,25745636,25764795,25768794,25774954,25779198,25780696,25782849,25787964,25788407,25792725,25795103,25808454,25812034,25816359,25816579,25869597,25869693,25873365,25876033,25887258,25891944,25892046,25906254,25912889,25917548,25921375,25930759,25930996,25974472,25974819,25974932,25981137,26021988,26023048,26036682,26037697,26037840,26039056,26039883,26039965,26040509,26041683,26041931,26044531,26061467,26061799,26062027,26062524,26063001,26063405,26063530,26071501,26073215,26073286,26074095,26074531,26074953,26075164,26075264,26075440,26076853,26088918,26091192,26092339,26120641,26123268,26126717,26128338,26130427,26130731,26144119,26145950,26156941,26157494,26158913,26160677,26193814,26199006,26207397,26212076,2621293', 'assoc_port': '25577174:25577314,25580401:25580646,25582992:25583100,25583784:25583859,25585205:25585271,25585545:25589077,25586141:25590852,25590795:25590950,25592281:25592476,25593103:25593393,25593105:25593292,25605067:25605184,25607480:25607664,25608990:25609143,25611604:25611674,25613715:25613762,25629830:25630087,25633273:25633713,25636042:25636341,25638584:25638684,25668764:25669142,25674370:25674738,25684799:25685141,25686543:25686903,25687503:25687751,25696552:25704155,25700539:25700824,25702664:25702901,25707499:25707558,25715248:25715670,25719397:25719709,25729958:25730390,25729970:25730223,25745382:25745636,25764316:25764795,25768346:25768794,25774800:25774954,25778996:25779198,25780119:25780696,25782542:25782849,25787678:25788407,25787728:25787964,25792332:25792725,25794775:25795103,25808153:25808454,25811866:25812034,25816286:25816579,25816298:25816359,25869427:25869693,25869431:25869597,25873070:25873365,25875786:25876033,25887027:25887258,25891748:25892046,25891751:25891944,25905634:25906254,25912503:2591288', 'assoc_mat': '25577174:pet_opaque:4200:25577314,25580401:pet_opaque:4200:25580646,25582992:pet_opaque:4200:25583100,25583784:pet_opaque:4200:25583859,25585205:pet_opaque:4200:25585271,25585545:pet_opaque:4200:25589077,25586141:pet_opaque:4200:25590852,25590795:pet_opaque:4200:25590950,25592281:pet_opaque:4200:25592476,25593103:pet_opaque:4200:25593393,25593105:pet_opaque:4200:25593292,25605067:pet_opaque:4200:25605184,25607480:pet_opaque:4200:25607664,25608990:pet_opaque:4200:25609143,25611604:pet_opaque:4200:25611674,25613715:pet_opaque:4200:25613762,25629830:pet_opaque:4200:25630087,25633273:pet_opaque:4200:25633713,25636042:pet_opaque:4200:25636341,25638584:pet_opaque:4200:25638684,25668764:pet_opaque:4200:25669142,25674370:pet_opaque:4200:25674738,25684799:pet_opaque:4200:25685141,25686543:pet_opaque:4200:25686903,25687503:pet_opaque:4200:25687751,25696552:pet_opaque:4200:25704155,25700539:pet_opaque:4200:25700824,25702664:pet_opaque:4200:25702901,25707499:pet_opaque:4200:25707558,25715248:pet_opaque:4200:25715670,2571'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004884899211300385, 'nb_photo': 17, 'list_port_cont': '25811584,25909437,26044616,26072128,26115117,26215180', 'assoc_port': '25811282:25811584,25908706:25909437,26041233:26044616,26071844:26072128,26114899:26115117,26215069:26215180', 'assoc_mat': '25811282:pet_opaque:4209:25811584,25908706:pet_opaque:4209:25909437,26041233:pet_opaque:4209:26044616,26071844:pet_opaque:4209:26072128,26114899:pet_opaque:4209:26115117,26215069:pet_opaque:4209:26215180'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0021435074400042043, 'nb_photo': 454, 'list_port_cont': '25583162,25583195,25587799,25590319,25604825,25608237,25608627,25610898,25612163,25612418,25631369,25635679,25638789,25640636,25642665,25647607,25648888,25651008,25669325,25670523,25674925,25692128,25696969,25697516,25701102,25703144,25716060,25719847,25731078,25737664,25740481,25764938,25769204,25770390,25774695,25808834,25810421,25811638,25813550,25816596,25825584,25867001,25870594,25872915,25879243,25892176,25901740,25909471,25925430,25929198,25973406,25974320,25975574,25975896,26022695,26023010,26036812,26036862,26038111,26039260,26040051,26040538,26041260,26042293,26044515,26061961,26062846,26063257,26063782,26064002,26064753,26074086,26074425,26074451,26074938,26075327,26075710,26076325,26076577,26076735,26076886,26079202,26083132,26085684,26089168,26096014,26099748,26113426,26114016,26115281,26118424,26127217,26129970,26131964,26141555,26144158,26153288,26160850,26203403,26204793,26207586,26207954,26209783,26213847,26215255,26224296,26225510,26229897,26231829,26235907,26237958,26240569,26255501,2625872', 'assoc_port': '25582991:25583195,25582997:25583162,25587505:25587799,25589929:25590319,25604427:25604825,25608155:25608237,25608432:25608627,25610668:25610898,25611934:25612163,25612350:25612418,25630867:25631369,25635074:25635679,25638567:25638789,25640336:25640636,25642038:25642665,25647272:25647607,25648357:25648888,25650833:25651008,25668768:25669325,25669903:25670523,25674373:25674925,25691054:25692128,25696546:25696969,25696548:25697516,25700536:25701102,25702663:25703144,25712573:25716060,25719371:25719847,25729954:25731078,25736956:25737664,25739908:25740481,25762815:25774695,25764320:25764938,25768343:25769204,25769867:25770390,25808154:25808834,25810193:25810421,25811284:25811638,25813350:25813550,25816296:25816596,25825111:25825584,25866522:25867001,25870077:25870594,25871859:25872915,25878856:25879243,25891750:25892176,25900884:25901740,25908703:25909471,25919717:25929198,25924417:25925430,25972695:25975896,25972701:25975574,25972803:25974320,25972839:25973406,26021549:26022695,26021562:26023010,26036521:2603686', 'assoc_mat': '25582991:pet_opaque:4211:25583195,25582997:pet_opaque:4211:25583162,25587505:pet_opaque:4211:25587799,25589929:pet_opaque:4211:25590319,25604427:pet_opaque:4211:25604825,25608155:pet_opaque:4211:25608237,25608432:pet_opaque:4211:25608627,25610668:pet_opaque:4211:25610898,25611934:pet_opaque:4211:25612163,25612350:pet_opaque:4211:25612418,25630867:pet_opaque:4211:25631369,25635074:pet_opaque:4211:25635679,25638567:pet_opaque:4211:25638789,25640336:pet_opaque:4211:25640636,25642038:pet_opaque:4211:25642665,25647272:pet_opaque:4211:25647607,25648357:pet_opaque:4211:25648888,25650833:pet_opaque:4211:25651008,25668768:pet_opaque:4211:25669325,25669903:pet_opaque:4211:25670523,25674373:pet_opaque:4211:25674925,25691054:pet_opaque:4211:25692128,25696546:pet_opaque:4211:25696969,25696548:pet_opaque:4211:25697516,25700536:pet_opaque:4211:25701102,25702663:pet_opaque:4211:25703144,25712573:pet_opaque:4211:25716060,25719371:pet_opaque:4211:25719847,25729954:pet_opaque:4211:25731078,25736956:pet_opaque:4211:25737664,2573'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005318657451095834, 'nb_photo': 852, 'list_port_cont': '25576726,25581221,25584132,25586529,25590119,25604448,25608424,25608536,25611627,25614886,25632751,25637178,25639193,25667803,25674632,25685058,25705232,25719601,25720182,25725465,25734673,25742232,25763134,25770040,25775801,25780273,25795806,25808497,25810276,25813402,25816792,25817982,25869530,25885348,25889936,25901240,25908988,25909700,25921164,25973079,25973637,25974234,25974513,26022356,26022950,26023178,26023661,26036548,26037484,26038798,26038875,26039899,26041653,26061402,26061512,26061679,26061926,26062063,26062826,26063278,26064909,26069258,26069992,26070263,26070378,26070607,26071899,26073168,26073783,26074150,26074392,26074670,26074860,26076352,26097113,26097683,26111611,26115031,26118132,26120515,26128406,26142083,26143395,26146517,26157449,26194658,26200483,26204411,26207330,26226879,26227116,26231177,26242628,26258391,26259888,26261839,26266316,26270826,26287276,26288101,26293951,26294170,26300096,26317885,26321362,26322770,26325717,26335831,26340488,26356842', 'assoc_port': '25576689:25576726,25579743:25581221,25582993:25584132,25586490:25586529,25589950:25590119,25604425:25604448,25607441:25608424,25608431:25608536,25611597:25611627,25614815:25614886,25632565:25632751,25636904:25637178,25639150:25639193,25667470:25667803,25674371:25674632,25684794:25685058,25705165:25705232,25719358:25720182,25719396:25719601,25725313:25725465,25734607:25734673,25742082:25742232,25762811:25763134,25769863:25770040,25775667:25775801,25780115:25780273,25795723:25795806,25805744:25808497,25810195:25810276,25813345:25813402,25815230:25816792,25817914:25817982,25869429:25869530,25885261:25885348,25889802:25889936,25900879:25901240,25908735:25909700,25908744:25908988,25921069:25921164,25972667:25974513,25972705:25974234,25972766:25973637,25972818:25973079,26021522:26022356,26021572:26023661,26021610:26023178,26021635:26022950,26036515:26036548,26037346:26037484,26038520:26038875,26038668:26038798,26039669:26039899,26041234:26041653,26061213:26061402,26061214:26064909,26061226:26063278,26061238:2606282', 'assoc_mat': '25576689:plastique:3726:25576726,25579743:plastique:3726:25581221,25582993:plastique:3726:25584132,25586490:plastique:3726:25586529,25589950:plastique:3726:25590119,25604425:plastique:3726:25604448,25607441:plastique:3726:25608424,25608431:plastique:3726:25608536,25611597:plastique:3726:25611627,25614815:plastique:3726:25614886,25632565:plastique:3726:25632751,25636904:plastique:3726:25637178,25639150:plastique:3726:25639193,25667470:plastique:3726:25667803,25674371:plastique:3726:25674632,25684794:plastique:3726:25685058,25705165:plastique:3726:25705232,25719358:plastique:3726:25720182,25719396:plastique:3726:25719601,25725313:plastique:3726:25725465,25734607:plastique:3726:25734673,25742082:plastique:3726:25742232,25762811:plastique:3726:25763134,25769863:plastique:3726:25770040,25775667:plastique:3726:25775801,25780115:plastique:3726:25780273,25795723:plastique:3726:25795806,25805744:plastique:3726:25808497,25810195:plastique:3726:25810276,25813345:plastique:3726:25813402,25815230:plastique:3726:25816792,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.014960374884473772, 'nb_photo': 2209, 'list_port_cont': '25576724,25581223,25584139,25586532,25590118,25604452,25608416,25608527,25611637,25614896,25632743,25637173,25639192,25667807,25674627,25685061,25705224,25719608,25720184,25725457,25734669,25742240,25763148,25770046,25775808,25780263,25795799,25808502,25810281,25813413,25816789,25817986,25869538,25885351,25889935,25901236,25908992,25909712,25921170,25973073,25973635,25974232,25974521,26022349,26022942,26023189,26023659,26036537,26037482,26038805,26038864,26039895,26041656,26061396,26061508,26061683,26061928,26062066,26062262,26062645,26062828,26062984,26063279,26063395,26064989,26069254,26069998,26070054,26070259,26070371,26070609,26070715,26071892,26073170,26073787,26074157,26074389,26074671,26074857,26076351,26097103,26111608,26115032,26118128,26120514,26128403,26142092,26143397,26146507,26151338,26157441,26194661,26200492,26204417,26207325,26226882,26227112,26231179,26242623,26258385,26259894,26261832,26266324,26270823,26287278,26288104,26293950,26294176,26297475,26300090,26317881,26321372,26322766,2632570', 'assoc_port': '25576689:25576724,25579743:25581223,25582993:25584139,25586490:25586532,25589950:25590118,25604425:25604452,25607441:25608416,25608431:25608527,25611597:25611637,25614815:25614896,25632565:25632743,25636904:25637173,25639150:25639192,25667470:25667807,25674371:25674627,25684794:25685061,25705165:25705224,25719358:25720184,25719396:25719608,25725313:25725457,25734607:25734669,25742082:25742240,25762811:25763148,25769863:25770046,25775667:25775808,25780115:25780263,25795723:25795799,25805744:25808502,25810195:25810281,25813345:25813413,25815230:25816789,25817914:25817986,25869429:25869538,25885261:25885351,25889802:25889935,25900879:25901236,25908735:25909712,25908744:25908992,25921069:25921170,25972667:25974521,25972705:25974232,25972766:25973635,25972818:25973073,26021522:26022349,26021572:26023659,26021610:26023189,26021635:26022942,26036515:26036537,26037346:26037482,26038520:26038864,26038668:26038805,26039669:26039895,26041234:26041656,26061211:26064989,26061213:26061396,26061220:26063395,26061226:2606327', 'assoc_mat': '25576689:Teint_Dans_La_Masse:3726:25576724,25579743:Teint_Dans_La_Masse:3726:25581223,25582993:Teint_Dans_La_Masse:3726:25584139,25586490:Teint_Dans_La_Masse:3726:25586532,25589950:Teint_Dans_La_Masse:3726:25590118,25604425:Teint_Dans_La_Masse:3726:25604452,25607441:Teint_Dans_La_Masse:3726:25608416,25608431:Teint_Dans_La_Masse:3726:25608527,25611597:Teint_Dans_La_Masse:3726:25611637,25614815:Teint_Dans_La_Masse:3726:25614896,25632565:Teint_Dans_La_Masse:3726:25632743,25636904:Teint_Dans_La_Masse:3726:25637173,25639150:Teint_Dans_La_Masse:3726:25639192,25667470:Teint_Dans_La_Masse:3726:25667807,25674371:Teint_Dans_La_Masse:3726:25674627,25684794:Teint_Dans_La_Masse:3726:25685061,25705165:Teint_Dans_La_Masse:3726:25705224,25719358:Teint_Dans_La_Masse:3726:25720184,25719396:Teint_Dans_La_Masse:3726:25719608,25725313:Teint_Dans_La_Masse:3726:25725457,25734607:Teint_Dans_La_Masse:3726:25734669,25742082:Teint_Dans_La_Masse:3726:25742240,25762811:Teint_Dans_La_Masse:3726:25763148,25769863: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(2058767,2061883,2062895,2071365,2079217,2086707,2094421,2101535,2104173,2105229,2113811,2124317,2138641,2147645,2151653,2151637,2159935,2159929,2159911,2159361,2165941,2171457,2174353,2175317,2182608,2189451,2196403,2203039,2209957,2213295,2214487)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174041, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577495,25582022,25583313,25584028,25585687,25586623,25589458,25593796,25594703,25599104,25605332,25606913,25608669,25609531,25610360,25611213,25612247,25613356,25630567,25633048,25635804,25637490,25639505,25640704,25640952,25644953,25645869,25647758,25647999,25650572,25650646,25673970,25684608,25687146,25691919,25692076,25693215,25696251,25700050,25700105,25703282,25703697,25720131,25722292,25730721,25730814,25731054,25733793,25734096,25735415,25737646,25737746,25740511,25746095,25752086,25765285,25769430,25773580,25775396,25777510,25780974,25783451,25788429,25788601,25789396,25795567,25796049,25810912,25811675,25812144,25815005,25817338,25818594,25818629,25821169,25823467,25824213,25824305,25824395,25868267,25868388,25870692,25873708,25878461,25884802,25887514,25890502,25892257,25892872,25905413,25906895,25909958,25913166,25913231,25917064,25917087,25920693,25922026,25924081,25924187,25924301,25929105,25931662,25937577,25973802,25973921,25974020,25974170,25974271,25974402,25974610,25974693,25979271,2597959 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174042, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584794,25586289,25597318,25611721,25642564,25644983,25650403,25696082,25780498,25788132,25835502,25920149,26073442,26073665,26092685,26155566,26212185,26336716,26339023 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174043, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576722,25581229,25584140,25586523,25590126,25604446,25608421,25608534,25611628,25614884,25632742,25637182,25639195,25667798,25674637,25685059,25705227,25719606,25720180,25725453,25734668,25742239,25763144,25770041,25775799,25780269,25795802,25808503,25810277,25813408,25816795,25817989,25869529,25885349,25889931,25908989,25909705,25921165,25973066,25973634,25974240,25974519,26022359,26022941,26023187,26023656,26036538,26037476,26038804,26038870,26041651,26061405,26061513,26062072,26062269,26062830,26062989,26063276,26063387,26064903,26064996,26069260,26069997,26070059,26070264,26070373,26070608,26070720,26071894,26073173,26073786,26074155,26074394,26074669,26074853,26076354,26097107,26111617,26120516,26128405,26142084,26143400,26146516,26151340,26157442,26194666,26200489,26204413,26226884,26227119,26231170,26242626,26258395,26259886,26261843,26266313,26270829,26287270,26288106,26293954,26294172,26300094,26317875,26321361,26335830,26340481,26356845 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174044, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25609523,25687153,25746085,25765284,25788602,25812145,25817335,25906902,25924295,26038974,26041124,26045066,26062258,26129089,26154375,26159231,26210876,26215519,26231406,26231856,26233004,26268035 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174045, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25631964,25703189,25769690,25789995,25817964,25976416,26125042,26161071,26217842,26306177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174046, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580934,25583948,25590997,25606755,25610952,25632082,25643828,25646613,25684228,25695415,25703802,25727516,25737343,25772556,25777375,25791402,25810832,25824849,25871772,25894518,25909860,25920751,25938948,25976287,25989583,26025647,26027264,26037157,26040138,26063823,26063957,26064963,26072766,26075746,26077161,26108692,26111372,26125444,26130849,26142214,26163986,26209423,26214075,26242956,26245468,26261702,26275676,26281883,26308130,26314360,26328220,26356230,26365459 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174047, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577410,25603081,25605143,25606735,25607700,25610806,25613310,25613792,25722210,25724142,25730604,25737147,25748326,25786995,25790693,25795850,25795975,25821404,25826520,25906383,25928662,25932118,25976946,25988608,26021841,26024109,26025333,26039243,26041775,26064341,26073673,26075458,26076403,26077496,26118449,26138168,26138411,26138549,26151481,26153976,26160980,26212321,26212471,26261355,26270042,26270362,26306063,26307068,26353633,26363136,26366252 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174048, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583199,25610828,25640575,25713073,25814911,25909331,25974015,26038885,26045111,26073801,26095707,26140121,26157392,26260037,26267743,26271131,26290753,26295303,26305790 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174049, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580644,25590850,25593399,25605172,25607658,25609137,25610797,25645495,25669141,25687743,25691321,25695845,25700835,25715662,25719711,25730210,25764788,25774961,25779194,25782847,25787972,25788080,25808448,25812024,25818436,25820556,25891952,25892044,25912891,25917561,25973771,25974367,25974480,26020742,26021862,26022390,26023043,26036688,26037837,26039053,26039188,26039721,26039889,26040507,26041687,26044533,26062019,26062999,26063403,26063633,26071497,26073211,26073493,26074106,26074209,26074454,26074867,26091200,26099181,26115797,26118201,26130429,26130728,26142355,26146630,26151456,26153100,26156938,26157490,26160687,26202463,26210460,26228965,26231241,26232670,26233673,26236622,26237021,26240480,26255032,26257016,26263035,26264641,26266795,26267506,26285226,26292303,26303001,26303907,26320771,26343394 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174050, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25603898,25608589,25673273,25684258,25766144,25813604,25825339,25866871,25909435,25920073,25930810,25973506,25973552,26038851,26040340,26061695,26062179,26073500,26073595,26076450,26083062,26092618,26113783,26120795,26130920,26131120,26158973,26203229,26231710,26235712,26260085,26271793,26287449,26344730,26357174 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174051, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577938,25577969,25580838,25581965,25583151,25583183,25583287,25587804,25588416,25590326,25591072,25593223,25593950,25595523,25599684,25604831,25607746,25608234,25608634,25609226,25609459,25610319,25610884,25611147,25611769,25612171,25612413,25613285,25613831,25630480,25631375,25632932,25635689,25638779,25639474,25640639,25642439,25642673,25645615,25645894,25647622,25648881,25651010,25669323,25670522,25674923,25685417,25687112,25691794,25692140,25696963,25697510,25701100,25701379,25703141,25715102,25716059,25719852,25720146,25722519,25726712,25726894,25730746,25731074,25735228,25737369,25737656,25740474,25742795,25747326,25764944,25766738,25769203,25770385,25774701,25776023,25776060,25779359,25779738,25784651,25785038,25786112,25788209,25793142,25793380,25795394,25800613,25808832,25810424,25811647,25813548,25815577,25815787,25816595,25817059,25817222,25818547,25820883,25823018,25823117,25824231,25824339,25825593,25867002,25870587,25872547,25872907,25876344,25879245,25890359,25892171,25892747,25901750,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174052, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580223,25585408,25585696,25586613,25593807,25605333,25606911,25610361,25647759,25673969,25700059,25700111,25720130,25730809,25740512,25764666,25769431,25777521,25780977,25783462,25795556,25810902,25811682,25812146,25878454,25884800,25906904,25922025,25929109,25973797,25974168,25974621,26021159,26039622,26062051,26063693,26064366,26065740,26077052,26093269,26093381,26113526,26129096,26146298,26151872,26157230,26204827,26208205,26210877,26215524,26229317,26233007,26233863,26265477,26267002,26345478,26348191 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174053, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579273,25583909,25585258,25604484,25610237,25631960,25638062,25640828,25674172,25685091,25703197,25718324,25732879,25769695,25784168,25789999,25790442,25811381,25817965,25868505,25876854,25884075,25909772,25927185,25931466,25976207,25976414,26021592,26023494,26036700,26038739,26040790,26062130,26064496,26075285,26075473,26076374,26077339,26106628,26110982,26125038,26138118,26151669,26160034,26161074,26213445,26217847,26239316,26240772,26243877,26269854,26284565,26306174,26314334,26353837,26366150 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174054, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580946,25583955,25590993,25606749,25610948,25632096,25643827,25646621,25684233,25695412,25703807,25727503,25737350,25772557,25777378,25791405,25810828,25815554,25824842,25871774,25894515,25909853,25920744,25938938,25976277,25989579,26025650,26027263,26037156,26040127,26063825,26063954,26064970,26072765,26075751,26077162,26108687,26111383,26125453,26130843,26142223,26159367,26163976,26209424,26214066,26242955,26245464,26261697,26275677,26281874,26308121,26314362,26328213,26356222,26365454 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174055, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577417,25577913,25580048,25580574,25580877,25581787,25583137,25583260,25583834,25583887,25600455,25600481,25600857,25600998,25603073,25603869,25604128,25604187,25604353,25604536,25605108,25605140,25606734,25607699,25607743,25608189,25608551,25609367,25609417,25610290,25610805,25611178,25611715,25611750,25612086,25613315,25613788,25631045,25631764,25632106,25633454,25634968,25637512,25638199,25638691,25639318,25639478,25640770,25640817,25643716,25646472,25647454,25649435,25649630,25670157,25673090,25674290,25674818,25682967,25683970,25684452,25686299,25690695,25691246,25694860,25695954,25700258,25700620,25702399,25702855,25703703,25704350,25715045,25718895,25722217,25724151,25726758,25727228,25730601,25733066,25733300,25736429,25737151,25739510,25742335,25742583,25748312,25751738,25770061,25771673,25774758,25775233,25777230,25777400,25781796,25782716,25783014,25784339,25784608,25786999,25790145,25790700,25795862,25795904,25795974,25800573,25809400,25809466,25810147,25810379,25810695,25812004,25813476,2581499 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174056, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577378,25577813,25581903,25583204,25585337,25586323,25587732,25590193,25592542,25604679,25607667,25609383,25610829,25612114,25612192,25613234,25631226,25633733,25636362,25638720,25640580,25644195,25644801,25651809,25667891,25670287,25679636,25685326,25688056,25691552,25695964,25697077,25701030,25713084,25719726,25721794,25726528,25728075,25735004,25735155,25742704,25747024,25751831,25766160,25770256,25775907,25775953,25779332,25783136,25792960,25795917,25799910,25811532,25813494,25814912,25816440,25816473,25818452,25818511,25820759,25825373,25867977,25870352,25873396,25878051,25879135,25892656,25894381,25906275,25909329,25909338,25916726,25917731,25920232,25923778,25931078,25972964,25973423,25973605,25973821,25974007,25978772,25989105,26020797,26021815,26021934,26022845,26024961,26027999,26036604,26036759,26037580,26037800,26038887,26040863,26040926,26041720,26042086,26045104,26061490,26061593,26061702,26061755,26061878,26062438,26062788,26071477,26073305,26073399,26073552,26073618,26073810,26074044,2607417 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174057, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577321,25580634,25583092,25583861,25585278,25589075,25590861,25590951,25592477,25593297,25593392,25605175,25607659,25609131,25610257,25610786,25611075,25611671,25612067,25613760,25630083,25633708,25636339,25638685,25640488,25640789,25642299,25645499,25647464,25648612,25669148,25674741,25685142,25686904,25687758,25691334,25695847,25700823,25702897,25704169,25707571,25715674,25719705,25727865,25730209,25730407,25733599,25733765,25737259,25740204,25742415,25745643,25764800,25768797,25774962,25779195,25780446,25780693,25782838,25787966,25788068,25788417,25792717,25795114,25808438,25810289,25812025,25816348,25816371,25816575,25817038,25818400,25818424,25820553,25822733,25825295,25866934,25869603,25869683,25873355,25876031,25886127,25887257,25891941,25892053,25904516,25906263,25906916,25912893,25916563,25916711,25917559,25921365,25921731,25923657,25924682,25930758,25931008,25973532,25973779,25974357,25974484,25974825,25974924,25981129,26020740,26020838,26021861,26021982,26022377,26022894,26023049,26036686,2603770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174058, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580695,25581645,25581718,25586204,25603904,25608590,25609173,25611119,25611650,25611689,25614928,25615077,25633669,25633793,25637259,25639356,25650301,25650380,25658549,25673267,25684256,25687843,25695828,25700929,25712958,25721884,25726685,25733867,25745751,25751686,25766137,25773157,25780614,25780817,25792880,25811582,25813611,25814949,25817098,25825337,25866882,25873538,25878131,25887269,25887318,25891995,25909288,25909424,25912959,25919881,25920057,25924910,25930813,25973231,25973509,25973560,25973696,25974049,26020758,26021963,26021995,26024834,26025977,26028339,26037384,26038852,26039168,26040346,26041387,26044563,26044611,26061547,26061564,26061694,26061906,26062145,26062175,26062358,26062759,26062919,26063089,26063331,26065898,26069332,26070142,26070185,26070287,26070364,26070471,26072138,26073195,26073270,26073514,26073593,26076444,26083061,26092627,26113790,26115129,26118180,26118226,26120791,26130909,26131107,26143477,26145865,26146554,26150529,26155526,26158970,26161795,26200520,26200709,2620321 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174059, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577940,25577964,25580826,25581954,25583150,25583185,25583286,25587805,25588424,25590320,25591074,25593226,25593946,25595528,25599693,25604827,25607762,25608244,25608636,25609213,25609454,25610316,25610895,25611134,25611773,25612158,25612414,25613289,25613833,25630472,25631362,25632944,25635678,25638783,25639464,25640641,25642438,25642676,25645614,25645881,25647625,25648890,25651020,25669326,25670513,25674931,25685405,25687115,25691811,25692138,25696964,25697509,25701093,25701375,25703153,25715100,25716064,25719853,25720159,25722531,25726722,25726893,25730762,25731066,25735236,25737365,25737669,25740473,25742802,25747320,25764942,25766751,25769215,25770388,25774699,25776035,25776052,25779361,25779737,25784650,25785050,25786119,25788215,25793145,25793383,25795408,25800609,25808830,25810410,25811633,25813535,25815587,25815772,25816594,25817062,25817216,25818549,25820881,25823014,25823090,25824236,25824325,25825594,25866995,25870597,25872539,25872916,25876353,25879246,25890373,25892184,25892746,25901747,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174060, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577504,25580216,25583308,25584029,25585413,25585691,25586617,25589462,25593804,25594702,25599107,25605342,25606914,25608675,25609533,25610353,25611210,25612250,25613365,25633049,25635796,25639495,25640697,25640959,25644949,25647768,25647992,25650642,25673974,25687148,25691923,25692064,25693205,25696247,25700053,25700104,25703289,25703691,25722290,25730715,25731056,25733795,25735421,25737650,25737742,25740514,25746096,25752090,25769425,25773591,25775401,25777512,25783454,25788433,25788598,25789397,25795563,25806802,25810904,25815011,25817330,25818602,25818630,25821168,25823466,25824215,25868264,25868387,25870697,25873703,25878463,25887520,25890504,25892256,25905081,25909960,25913175,25913233,25917066,25917092,25920703,25924076,25924297,25929104,25931664,25937574,25974025,25974166,25974273,25974410,25974608,25974691,25979270,26021158,26023458,26023478,26025477,26030965,26031147,26036896,26037272,26038979,26039617,26041128,26041185,26042277,26042288,26044494,26045248,26061984,26062256,26062416,26062523,2606331 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174061, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584792,25586291,25597317,25611723,25642432,25642567,25644979,25650410,25687869,25696084,25733744,25751943,25780500,25788129,25788322,25788677,25835499,25920154,26021797,26073437,26073659,26092688,26130787,26155562,26207766,26212180,26235803,26287286,26336719,26339021,26339699,26344983 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174062, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576727,25581218,25584131,25637175,25639190,25667797,25685069,25705229,25725455,25742234,25775805,25780275,25808499,25810280,25813409,25816786,25817985,25869536,25885352,25901228,25908995,25909706,25921163,25974520,26022350,26023184,26023662,26037481,26038872,26039892,26061518,26063272,26069259,26070267,26073175,26073788,26074391,26074674,26074855,26097112,26097686,26111607,26115034,26118131,26128396,26146515,26157450,26194662,26200484,26226876,26227118,26231171,26242620,26258393,26259890,26266322,26270824,26287271,26288109,26294168,26325710,26335836 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174063, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576723,25581226,25584134,25586531,25590116,25604447,25608420,25608531,25632752,25637183,25639196,25667796,25685066,25719610,25720186,25725451,25763131,25770047,25775800,25780264,25795795,25808501,25810279,25813404,25816793,25817983,25869535,25885356,25889929,25901229,25908986,25909709,25921166,25973065,25973636,25974237,25974516,26022357,26022946,26023186,26023653,26036544,26037475,26038793,26038874,26039897,26041652,26061403,26061510,26061676,26062061,26062260,26062635,26062831,26062986,26063386,26064904,26064991,26069249,26070057,26070262,26070714,26071900,26073785,26074393,26074677,26074858,26076356,26097105,26097678,26111613,26115033,26118127,26120519,26142088,26157447,26194664,26200482,26204420,26226883,26227117,26231172,26242617,26258386,26259893,26261841,26266318,26270831,26287268,26288099,26293953,26294173,26321370,26325715,26335824,26340490,26356840 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174064, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576719,25581225,25584129,25586525,25590127,25604453,25608413,25608528,25611635,25614898,25637179,25639194,25667804,25685067,25705223,25719609,25720185,25725464,25734672,25763142,25770036,25775802,25795805,25808500,25810273,25813403,25816796,25817981,25869533,25885353,25889939,25901237,25908990,25909703,25921161,25973075,25973642,25974512,26022360,26022949,26023181,26023655,26036547,26038866,26039893,26041654,26061399,26061680,26062071,26062272,26064899,26069255,26070268,26071895,26073791,26074678,26074862,26076355,26097114,26097681,26111609,26120512,26128402,26146506,26157446,26194657,26204409,26207327,26226880,26227111,26231168,26242621,26259896,26261834,26266323,26270821,26287274,26288108,26293956,26294166,26300091,26317886 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174065, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25638066,25640835,25718330,25784174,25876865,25884064,25909771,25927193,26021604,26038740,26040796,26160037,26240768,26269849,26314339,26366152 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174066, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580947,25583960,25591004,25606752,25610942,25632094,25643823,25646606,25684229,25695409,25703812,25727511,25737349,25772560,25777377,25791393,25810836,25815566,25824847,25871769,25894524,25909855,25920746,25976278,25989580,26025640,26027275,26037155,26040134,26063821,26063955,26064971,26072768,26075742,26077168,26108688,26111384,26125457,26130845,26142219,26159368,26163985,26209434,26214072,26242948,26245466,26261693,26275682,26281885,26308123,26314368,26328219,26356220,26365464 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174067, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580880,25583835,25600456,25600990,25603857,25605114,25607732,25610287,25611712,25612094,25638203,25639307,25683980,25691245,25694851,25700630,25704339,25730610,25733052,25739520,25742327,25751739,25777397,25781801,25782720,25784609,25790690,25810689,25812012,25814995,25815488,25817855,25817950,25821414,25824504,25833025,25867406,25874316,25892764,25909655,25910051,25914680,25918504,25918972,25920786,25922431,25927776,25975933,26020708,26021847,26022478,26025332,26037004,26039239,26041596,26041616,26041955,26062007,26063928,26064278,26071645,26073364,26075641,26075699,26076405,26076561,26076951,26077399,26077458,26084917,26113254,26115178,26118461,26141612,26142614,26143040,26149227,26157735,26158386,26158459,26160187,26161871,26162071,26163769,26205506,26209307,26212310,26212470,26213766,26217443,26231936,26240732,26242450,26243780,26246688,26270043,26280089,26282238,26303256,26310308,26314382,26316278,26317282,26351250,26353644,26354899,26360292,26363745,26366259 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174068, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25612117,25651807,25697068,25735159,25775958,26099467,26157397,26285777,26319328 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174069, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577313,25580641,25583086,25583872,25590862,25590949,25592469,25605171,25607650,25609135,25610254,25610795,25633709,25640792,25642302,25674742,25686893,25687747,25691324,25704162,25707566,25719715,25727874,25730220,25730397,25733760,25737250,25768791,25774947,25779204,25780705,25787965,25788084,25788415,25792721,25795111,25812026,25816343,25816366,25816581,25817045,25820557,25869592,25876027,25886124,25906250,25906924,25916561,25916705,25917562,25921373,25921734,25923654,25931011,25974358,25974936,25981140,26020834,26021986,26023039,26036684,26037834,26038689,26039718,26040520,26041941,26044527,26061413,26061629,26061805,26062997,26063410,26063985,26074097,26074204,26074471,26074956,26088931,26092345,26099171,26115799,26118213,26120660,26123263,26130440,26142345,26144117,26151459,26153103,26155076,26156836,26156947,26158915,26198994,26202457,26207408,26207599,26209493,26210465,26212062,26225352,26231244,26232662,26232749,26233675,26237020,26257005,26260616,26263020,26264638,26273769,26291752,26292306,2630389 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174070, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580694,25581643,25581729,25586205,25603912,25608581,25609172,25611116,25614932,25615074,25633678,25633784,25637261,25639367,25650291,25658536,25673264,25684250,25687849,25695834,25712966,25721895,25726696,25733865,25745744,25751697,25766151,25773159,25780607,25780816,25792877,25811577,25813618,25814944,25817087,25825324,25866875,25873535,25878120,25887278,25887307,25909290,25909439,25912961,25919879,25920064,25924912,25930815,25973234,25973551,25973704,26020767,26024844,26025981,26037375,26039158,26040337,26041385,26044569,26044621,26061563,26061701,26063321,26065896,26070299,26072135,26073196,26073274,26073502,26073585,26076447,26083058,26092630,26115123,26118230,26120799,26130928,26131112,26150531,26155528,26161794,26200519,26200710,26203225,26212003,26226989,26235705,26241272,26260076,26262077,26265307,26278592,26287452,26293262,26293498,26296295,26301148,26323921,26328145,26336387,26357175 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174071, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577939,25577968,25580831,25581966,25583158,25583193,25583285,25587807,25588429,25590325,25591079,25593229,25593941,25595519,25599694,25604850,25607748,25608232,25608633,25609227,25609452,25610311,25610897,25611141,25611774,25612174,25612425,25613290,25613834,25630484,25631377,25632937,25635690,25638773,25639465,25640630,25642449,25642669,25645612,25645879,25647624,25648883,25651011,25669328,25670516,25674936,25685408,25687098,25691809,25692145,25696966,25697507,25701099,25701370,25703152,25715103,25716065,25719854,25720152,25722523,25726714,25726901,25730748,25731067,25735235,25737368,25737662,25740478,25742803,25747315,25764945,25766741,25769201,25770384,25774698,25776027,25776059,25779376,25779744,25784649,25785040,25786121,25788212,25793139,25793387,25795395,25800612,25808837,25810420,25811635,25813549,25815582,25815782,25816592,25817068,25817218,25818535,25820870,25823012,25823118,25824234,25824326,25825599,25867006,25870595,25872553,25872904,25876355,25879239,25890361,25892178,25892749,25901742,2590652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174072, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25674168 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174073, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583957,25591002,25632088,25703805,25737341,25772550,25871770,25909864,25920752,25989581,26025645,26027274,26037151,26040125,26075752,26077164,26108680,26125459,26130852,26142208,26163984,26209432,26214062,26242947,26275688,26281884 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174074, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25608556,25649444,25736421,25795982,25975849,26109415 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174075, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25640574,26038886,26061480 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174076, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25782848,26023051,26036687,26040513 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174077, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25603911,25615085,25766139,25909434,25930812,26231725 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174078, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25630483,25670525,25731079,25740487,25770382,25925436,25982420,26036866,26037716,26040048,26075337,26096017,26237960,26240556,26263487,26267774,26294245 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174079, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580214,25585415,25585690,25777520,26030975,26063726,26129094,26301506 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174080, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579284,25583908,25585254,25604478,25610227,25631966,25638067,25640833,25674170,25685090,25703191,25718339,25732881,25769684,25784166,25790004,25790444,25811388,25817970,25868510,25876869,25884067,25909780,25927183,25931468,25976214,25976407,26021590,26023493,26036695,26038742,26040793,26062118,26064483,26075289,26075485,26076378,26077343,26106627,26110978,26125039,26138117,26151672,26160045,26161079,26213458,26217855,26239313,26240766,26243878,26269859,26284557,26306179,26314328,26353833,26366145 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174081, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580933,25583956,25591003,25606757,25610949,25632097,25643821,25646612,25684232,25695408,25703801,25727509,25777379,25791398,25810837,25815567,25824843,25871781,25894511,25909862,25920742,25938939,25976275,25989582,26025644,26027276,26037144,26040135,26063827,26063961,26064964,26072759,26075745,26077167,26108690,26111382,26125445,26130841,26142211,26159363,26163983,26209428,26214063,26242951,26245463,26261694,26275681,26281881,26308133,26314374,26328211,26356229,26365460 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174082, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577425,25577911,25580053,25580578,25580866,25581796,25583132,25583256,25583823,25583884,25600458,25600482,25600864,25600999,25603868,25604137,25604176,25604345,25604538,25605106,25605149,25606727,25607706,25607742,25608197,25608557,25609362,25609429,25610285,25610809,25611182,25611704,25611743,25612089,25613309,25631043,25631771,25632110,25633441,25634966,25637504,25638200,25638694,25639314,25639490,25640780,25640812,25643724,25646470,25647462,25649449,25649629,25670158,25673097,25674289,25674829,25682965,25683971,25684454,25686306,25690696,25691253,25694861,25695956,25700251,25700625,25702393,25702860,25703702,25704352,25715046,25718885,25722213,25724140,25726773,25727239,25730598,25733061,25733309,25736432,25737143,25739509,25742336,25742580,25748313,25751743,25770055,25771676,25774767,25775227,25777240,25777394,25781807,25782718,25783022,25784341,25784620,25787006,25790155,25790691,25795859,25795900,25795984,25800582,25809397,25809460,25810140,25810376,25810698,25812014,25813469,25815001,25815492,2581711 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174083, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577377,25577828,25581895,25583200,25585342,25586316,25587743,25590183,25592538,25604687,25607670,25609380,25610822,25612116,25612185,25613235,25631241,25633737,25636359,25638709,25640581,25644192,25644808,25651790,25667895,25670277,25679637,25685329,25688048,25691558,25695971,25697078,25701029,25713079,25719722,25721799,25726523,25728071,25735002,25735165,25742710,25747032,25751836,25766166,25770255,25775897,25775952,25779337,25783149,25792964,25795923,25799898,25811533,25813496,25814902,25816426,25816464,25818453,25818505,25820762,25825380,25867964,25870351,25873382,25878045,25879127,25892653,25894375,25906292,25909328,25909343,25916727,25917730,25920236,25923788,25931093,25972968,25973409,25973593,25973808,25974014,25978785,25989111,26020789,26021814,26021922,26022838,26024972,26027994,26036610,26036750,26037584,26037798,26038892,26040866,26040934,26041718,26042077,26045105,26061478,26061598,26061717,26061752,26061870,26062432,26062794,26071476,26073302,26073400,26073546,26073612,26073798,26074055,2607417 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174084, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577316,25580638,25583085,25583860,25585267,25589090,25590858,25590941,25592482,25593282,25593397,25605183,25607660,25609132,25610248,25610787,25611078,25611678,25612061,25613768,25630096,25633717,25636337,25638679,25640497,25640798,25642305,25645504,25647469,25648623,25669152,25674749,25685143,25686889,25687761,25691331,25695858,25700830,25702904,25704165,25707568,25715673,25719713,25727864,25730208,25730398,25733588,25733757,25737248,25740203,25742409,25745635,25764792,25768792,25774951,25779202,25780449,25780698,25782843,25787973,25788082,25788406,25792712,25795104,25808451,25810287,25812035,25816352,25816373,25816569,25817034,25818389,25818423,25820561,25822722,25825296,25866935,25869593,25869680,25873353,25876041,25886121,25887246,25891938,25892056,25904511,25906253,25906917,25912882,25916555,25916714,25917553,25921367,25921729,25923651,25924674,25930764,25930997,25973535,25973775,25974363,25974471,25974815,25974939,25981139,26020733,26020840,26021860,26021976,26022387,26022902,26023052,26036690,2603770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174085, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580686,25581631,25586197,25603902,25608578,25609183,25611121,25614929,25633680,25633795,25639362,25650305,25650383,25658537,25673262,25684247,25687856,25695825,25700924,25712963,25721891,25726690,25745747,25751688,25766143,25773163,25780613,25780819,25792872,25811571,25813612,25814948,25817096,25825327,25866870,25873536,25878128,25887274,25887315,25891993,25909286,25912982,25919878,25920061,25924911,25930816,25973220,25973520,25973545,25973694,25974058,26020761,26021965,26024838,26025980,26028344,26037382,26038850,26039166,26040344,26041391,26044557,26044610,26061555,26061567,26061691,26061912,26062147,26062167,26062356,26062754,26062914,26063087,26063328,26065895,26069339,26070144,26070181,26070288,26070467,26072139,26073189,26073266,26073501,26073584,26076443,26083057,26092625,26113792,26115128,26118189,26120802,26130933,26131122,26143485,26146553,26150539,26155529,26158974,26161791,26200699,26203220,26212008,26212089,26213793,26226997,26231724,26235708,26235735,26241266,26260078,26262072,26265308,2627180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174086, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577931,25577966,25580836,25581957,25583160,25583184,25583281,25587806,25588414,25590315,25591085,25593219,25593949,25595518,25599687,25604843,25607752,25608247,25608631,25609214,25609453,25610303,25610888,25611136,25611764,25612160,25612422,25613283,25613841,25630479,25631367,25632936,25635681,25638780,25639468,25640646,25642436,25642677,25645624,25645880,25647610,25648882,25651024,25669327,25670519,25674934,25685407,25687090,25691800,25692134,25696975,25697504,25701104,25701368,25703155,25715092,25716066,25719855,25720147,25722526,25726720,25726889,25730753,25731077,25735238,25737375,25737666,25740479,25742797,25747325,25764949,25766739,25769216,25770383,25774702,25776024,25776053,25779357,25779736,25784646,25785049,25786108,25788222,25793144,25793371,25795392,25800621,25808833,25810416,25811634,25813539,25815586,25815786,25816606,25817061,25817228,25818537,25820884,25823015,25823097,25824229,25824327,25825592,25867008,25870591,25872545,25872908,25876340,25879240,25890360,25892169,25892741,25901737,2590652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174087, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25674162,25789996 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174088, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25643825,25737339 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174089, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25703712,25821400,25824665,26045005,26075446,26308023 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174090, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25610827,25640584 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174091, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25811583,25909425,26072127,26215182 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174092, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25901232,25909710,26036545,26037479,26041658,26097679,26115036,26259897,26325716 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174093, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25696967,25925427,26040050 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174094, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579288,25583899,25585251,25604474,25631962,25638076,25640834,25674161,25685081,25718336,25732880,25784160,25790005,25790437,25868520,25876857,25909776,25931469,25976211,25976410,26021593,26023506,26036699,26040792,26062126,26064492,26075288,26075482,26076385,26077331,26106620,26110975,26138122,26151657,26160044,26161066,26213446,26217852,26239319,26269861,26284560,26306180,26366147 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174095, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580945,25583946,25591001,25606758,25610943,25632084,25643820,25646614,25684220,25695417,25703809,25727513,25777371,25791400,25810822,25815560,25824844,25871777,25894519,25909854,25920754,25938950,25976290,25989590,26025643,26027266,26037143,26040133,26063815,26063960,26064973,26072756,26075748,26077155,26108679,26111373,26125456,26130848,26142209,26159357,26163974,26209426,26214064,26242949,26245457,26261696,26275689,26281886,26308136,26328209,26356224,26365458 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174096, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577414,25577910,25580058,25580570,25580867,25581795,25583129,25583257,25583830,25583879,25600453,25600852,25600991,25603083,25603855,25604133,25604189,25604342,25604550,25605116,25605151,25606737,25607704,25607730,25608200,25608555,25609353,25609423,25610278,25610810,25611174,25611702,25611755,25612095,25613314,25631036,25631765,25632108,25633457,25634960,25637507,25638195,25638688,25639319,25639476,25640776,25640815,25643715,25646466,25647458,25649440,25649624,25673099,25674288,25674823,25682972,25683966,25684446,25686309,25690693,25691241,25694852,25700260,25700628,25702388,25702849,25703708,25704343,25715049,25718887,25722218,25724141,25726764,25727237,25730605,25733053,25733312,25736428,25737149,25739513,25742330,25742581,25748324,25751737,25770052,25771678,25774754,25775231,25777235,25777399,25781799,25782710,25783026,25784350,25787001,25790159,25790694,25795857,25795902,25795986,25800575,25809392,25809464,25810137,25810368,25810703,25812008,25813474,25814992,25815489,25817107,25817853,25817946,2581802 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174097, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577825,25583207,25586321,25592543,25633738,25636363,25667900,25688061,25695976,25721804,25735014,25735164,25742705,25766157,25775956,25813492,25867969,25870364,25892650,25906289,25916728,25917725,25989120,26021820,26022843,26028004,26037811,26038898,26061601,26062440,26062790,26071478,26073309,26073557,26073608,26074052,26091405,26095701,26115802,26123319,26143528,26153373,26162413,26193856,26214671,26215199,26226234,26232698,26237897,26241295,26261998,26271134,26273852,26296315,26305785,26320723,26326064,26333672 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174098, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580639,25583098,25583869,25590849,25605179,25607657,25612062,25630092,25636347,25640803,25669155,25674747,25685149,25686890,25687760,25702898,25719710,25727868,25730399,25737254,25740192,25742401,25745631,25780445,25780699,25816374,25820563,25822736,25876039,25892050,25904512,25906257,25906925,25916552,25916713,25917555,25924676,25973765,25974826,25974935,26020731,26021869,26037696,26037847,26038681,26039187,26039716,26039978,26041937,26044528,26061798,26062530,26063287,26063626,26073225,26074212,26074874,26075175,26075274,26076844,26088920,26091194,26092334,26099173,26113182,26115793,26118208,26120654,26126721,26130434,26136032,26142351,26145936,26146620,26151457,26153113,26155072,26156834,26158911,26160680,26199009,26214560,26225342,26232664,26237015,26240483,26247484,26257017,26270985,26271753,26273781,26289567,26291757,26300355,26302988,26323840,26328046,26332122,26340630 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174099, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580690,25581638,25581720,25586192,25603903,25608582,25609178,25611112,25611646,25614927,25615087,25633667,25633794,25639360,25650386,25658541,25673261,25684255,25687852,25695830,25700920,25712964,25721899,25726691,25733868,25745749,25751689,25766145,25773152,25780612,25780829,25792871,25813610,25814946,25817092,25825325,25866874,25873537,25878125,25887276,25887313,25892004,25909301,25912977,25919872,25920062,25924908,25930818,25973225,25973512,25973549,25973698,25974059,26020752,26021968,26022001,26024830,26025984,26028341,26038853,26039162,26040347,26041386,26044560,26044607,26061558,26061700,26061904,26062141,26062165,26062361,26062760,26062911,26063086,26063330,26065905,26066429,26069340,26070129,26070297,26070352,26073197,26073276,26073512,26073597,26076448,26083068,26092631,26113786,26115126,26118179,26118225,26120796,26130913,26131110,26145872,26146550,26150541,26155524,26158976,26161784,26200506,26200706,26203217,26212009,26212098,26226999,26231720,26235704,26235739,26241261,26260088,26262066,2626529 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174100, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576729 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174101, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577941,25577954,25580823,25581956,25583153,25583189,25583288,25587797,25588422,25590317,25591065,25593220,25593943,25595524,25599699,25604835,25607754,25608243,25608630,25609221,25609463,25610310,25611132,25611763,25612161,25612411,25613298,25613839,25630478,25631371,25632931,25635682,25638784,25639461,25640640,25642444,25642674,25645613,25647620,25648885,25651019,25669317,25670524,25674921,25685401,25687104,25691804,25692130,25697517,25701095,25701382,25715091,25716070,25719857,25720150,25722522,25726713,25726892,25730749,25731062,25735230,25737358,25737667,25740480,25742801,25747311,25764947,25766748,25769202,25770386,25774690,25776029,25776063,25779373,25779742,25784652,25785041,25786115,25788210,25793138,25793374,25795398,25800608,25808842,25810413,25811631,25813544,25815579,25815771,25816597,25817063,25817215,25818536,25820869,25823020,25823103,25824241,25824323,25825600,25867009,25870593,25872544,25872906,25876348,25879237,25890367,25892168,25892744,25901746,25906526,25909470,25913101,25916964,2591781 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174102, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (26062679,26153668,26308667 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174103, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584793,25586286,25597312,25642423,25644981,25650400,25696080,25751950,25788327,25835498,26073440,26073663,26092682,26130781,26155567,26212183,26235799,26287284,26336722,26339014,26344975 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174104, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579278,25583911,25585263,25604480,25610231,25631965,25638063,25640839,25674166,25685076,25703196,25718328,25732875,25769682,25784175,25789994,25790438,25811378,25817973,25868506,25876867,25884071,25909770,25927181,25931457,25976209,25976406,26021601,26023499,26036705,26038736,26040789,26062123,26064488,26075280,26075479,26076375,26077341,26106617,26110983,26125043,26138110,26151656,26160046,26161073,26213448,26217843,26239315,26240774,26243883,26269855,26284556,26306171,26314326,26353847,26366144 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174105, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580935,25583954,25590998,25606761,25610946,25632090,25643822,25646615,25684226,25695423,25703803,25727506,25737338,25772562,25777380,25791396,25810824,25815555,25824838,25871768,25894520,25909866,25920745,25938941,25976288,25989588,26025635,26027273,26037148,26040129,26063814,26063958,26064974,26072763,26075753,26077159,26108693,26111376,26125448,26130851,26142215,26159369,26163977,26209420,26214071,26242959,26245459,26261691,26275691,26281889,26308125,26314371,26328218,26356227,26365466 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174106, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577411,25577901,25580052,25580582,25580878,25581791,25583131,25583247,25583826,25583889,25600463,25600477,25600858,25601001,25603078,25603860,25604136,25604178,25604340,25604537,25605120,25605150,25606731,25607702,25607735,25608198,25608558,25609358,25609425,25610280,25610813,25611176,25611705,25611753,25612099,25613319,25613803,25631037,25631770,25632103,25633444,25634975,25637517,25638193,25638687,25639316,25639481,25640779,25640820,25643712,25646462,25647453,25649445,25649637,25670152,25673105,25674279,25674824,25682963,25683969,25684455,25686308,25690700,25691251,25694863,25695949,25700263,25700621,25702398,25702856,25703709,25704342,25715054,25718891,25722211,25724139,25726762,25727234,25730599,25733057,25733304,25736424,25737154,25739517,25742333,25742593,25748311,25751741,25770050,25771674,25774752,25775236,25777232,25777392,25781809,25782705,25783019,25784349,25784617,25787008,25790158,25790689,25795858,25795897,25795981,25800578,25809403,25809461,25810148,25810365,25810688,25812019,25813475,2581498 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174107, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577380,25577819,25581902,25583211,25585340,25586310,25587738,25590184,25592546,25604682,25607673,25609372,25610825,25612113,25612184,25613239,25631227,25633739,25636374,25638716,25640571,25644190,25644795,25651799,25667890,25670290,25679630,25685322,25688055,25691556,25695972,25697075,25701039,25713071,25719725,25721791,25726513,25728078,25735006,25735162,25742715,25747026,25751832,25766161,25770252,25775908,25775954,25779331,25783144,25792968,25795915,25799896,25811537,25813499,25814907,25816430,25816474,25818459,25818502,25820753,25825382,25867972,25870355,25873384,25878035,25879132,25892655,25894388,25906269,25909332,25909340,25916721,25917723,25920241,25923786,25931076,25972966,25973418,25973600,25973812,25974009,25978780,25989108,26020795,26021808,26021930,26022852,26024964,26028009,26036605,26036764,26037589,26037807,26038891,26040867,26040923,26041731,26042090,26045110,26061476,26061596,26061704,26061759,26061875,26062441,26062801,26071475,26073303,26073404,26073549,26073610,26073806,26074040,2607416 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174108, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577322,25580637,25583095,25583857,25585276,25589089,25590863,25590948,25592475,25593284,25593395,25605181,25607651,25609142,25610251,25610793,25611073,25611677,25612065,25613771,25630085,25633714,25636345,25638676,25640487,25640791,25642300,25645501,25647471,25648609,25669146,25674743,25685144,25686895,25687762,25691322,25695852,25700827,25702891,25704166,25707555,25715663,25719714,25727873,25730215,25730395,25733586,25733762,25737252,25740191,25742411,25745629,25764791,25768789,25774952,25779196,25780450,25780694,25782845,25787969,25788071,25788412,25792724,25795100,25808452,25810298,25812023,25816344,25816370,25816572,25817048,25818397,25818425,25820550,25822734,25825307,25866936,25869588,25869688,25873360,25876026,25886131,25887256,25891939,25892058,25904509,25906255,25906919,25912885,25916559,25916716,25917554,25921377,25921730,25923647,25924684,25930754,25931009,25973528,25973766,25974366,25974483,25974818,25974933,25981131,26020741,26020829,26021864,26021989,26022383,26022897,26023053,26036679,2603770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174109, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580688,25581637,25581722,25586198,25603900,25608588,25609168,25611118,25611654,25611691,25614931,25615079,25633676,25633782,25637258,25639359,25650299,25650378,25658545,25673257,25684259,25687854,25695824,25700932,25712961,25721892,25726692,25733877,25745748,25751696,25766147,25773156,25780605,25780825,25792867,25811580,25813607,25814935,25817093,25825342,25866878,25873534,25878127,25887268,25887316,25892000,25909289,25909429,25912984,25919871,25920071,25924919,25930809,25973233,25973507,25973556,25973705,25974060,26020763,26021962,26022006,26024836,26025976,26028347,26037379,26038862,26039157,26040341,26041383,26044564,26044612,26061549,26061556,26061686,26061896,26062148,26062168,26062365,26062765,26062925,26063085,26063324,26065904,26066432,26069341,26070136,26070191,26070298,26070363,26070474,26072133,26073202,26073267,26073509,26073589,26076445,26083065,26092629,26113791,26115119,26118184,26118222,26120789,26130930,26131109,26143481,26145864,26146555,26150536,26155516,26158977,26161785,26200514,2620070 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174110, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25901234,26097677,26115030,26325714 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174111, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577935,25577955,25580829,25581964,25583148,25583187,25583295,25587801,25588417,25590312,25591076,25593228,25593944,25595516,25599692,25604849,25607753,25608240,25608625,25609223,25609460,25610305,25610899,25611143,25611765,25612166,25612420,25613286,25613832,25630471,25631373,25632942,25635677,25638774,25639470,25640632,25642441,25642675,25645625,25645890,25647617,25648886,25651014,25669319,25670510,25674926,25685409,25687110,25691805,25692144,25696959,25697505,25701098,25701380,25703154,25715104,25716072,25719860,25720151,25722524,25726708,25726905,25730750,25731068,25735225,25737372,25737655,25740472,25742810,25747319,25764941,25766744,25769208,25770378,25774688,25776031,25776055,25779349,25779753,25784647,25785042,25786120,25788211,25793151,25793382,25795403,25800617,25808835,25810418,25811641,25813538,25815574,25815783,25816600,25817056,25817223,25818552,25820878,25823025,25823105,25824242,25824330,25825588,25866996,25870598,25872548,25872910,25876343,25879248,25890362,25892180,25892748,25901744,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174112, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577498,25580219,25582033,25583306,25584026,25585693,25586615,25589466,25593803,25605340,25606916,25608671,25609522,25610358,25611211,25612240,25613353,25630568,25633047,25635806,25637496,25639503,25640700,25640958,25644951,25645873,25647762,25647996,25650635,25669430,25673978,25684595,25687144,25691917,25692074,25693214,25696256,25700058,25700107,25703281,25703687,25720138,25722301,25730726,25730820,25731060,25733794,25734101,25735420,25737653,25737752,25740519,25752088,25764673,25765292,25769424,25773589,25775391,25777515,25780985,25783463,25788424,25788606,25789401,25795568,25796056,25810903,25811676,25812149,25815017,25817327,25818595,25818639,25821178,25824222,25824396,25868263,25868379,25870687,25873701,25878453,25884804,25887507,25890507,25892252,25892868,25905093,25905417,25906894,25909959,25913164,25913232,25917063,25917096,25920696,25922023,25924080,25924182,25924291,25929106,25973793,25973925,25974172,25974281,25974412,25974619,25974694,25979261,25979587,25981570,26020957,26021117,26021156,2602268 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174113, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584796,25586294,25597313,25611725,25642425,25642561,25644984,25650407,25687868,25696086,25733750,25751948,25780496,25788126,25788320,25788685,25835494,25920153,26021794,26073441,26073658,26092686,26130782,26155565,26207762,26212177,26235804,26287289,26336714,26339018,26339704,26344979 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174114, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25579279,25604485,25610239,25631963,25640836,25685085,25732872,25769683,25789997,25811389,25817977,25868507,25884070,25909785,25927191,25931461,26021599,26023492,26036696,26040801,26064484,26075474,26076376,26077335,26106632,26110985,26138121,26151660,26160041,26213444,26217848,26243881,26269860,26306168,26314330,26353834,26366139 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174115, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580937,25583947,25590999,25606751,25632095,25643818,25684231,25703810,25727507,25772551,25777376,25810827,25824836,25871773,25894516,25909863,25920747,25976282,25989584,26025641,26027270,26040131,26063828,26063956,26064965,26072761,26075750,26077160,26108682,26111370,26125450,26130838,26142220,26163978,26209429,26214070,26242950,26245469,26261689,26275686,26281876,26308134,26328205,26356223,26365452 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174116, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577418,25583142,25583836,25600460,25600859,25603856,25604132,25604350,25604547,25605148,25607708,25608188,25609364,25611706,25631032,25631766,25632113,25638190,25639310,25639477,25640768,25646463,25647461,25674827,25682970,25686305,25691254,25700266,25702392,25704347,25715059,25718894,25722204,25727235,25730603,25736426,25737144,25742584,25748314,25751742,25771679,25774763,25775228,25782706,25783020,25795905,25809393,25809471,25810374,25813468,25824507,25867417,25869505,25870227,25874326,25885316,25892767,25893150,25909060,25909646,25914681,25918507,25920791,25922424,25927779,25932120,25932504,25974633,25974982,25975758,25975924,25976174,25976793,25976935,25977041,25988617,26020717,26021542,26021840,26023142,26023893,26025334,26027033,26036587,26036826,26037171,26037788,26038709,26038771,26041607,26041634,26041959,26061385,26061446,26062002,26063659,26063936,26064328,26064624,26064687,26064721,26064740,26065585,26073683,26074249,26074698,26075405,26075559,26075656,26075691,26076395,26076954,26077123,2607722 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174117, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25679634,25713074,25735015,25972963,26024966,26036751,26041725,26061597,26076459,26078004,26095708,26099304,26143526,26193850,26202480,26214661,26215208,26236724,26237894,26262043,26273856,26319336,26339643 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174118, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577319,25580648,25583088,25583866,25585272,25589086,25590859,25592471,25593289,25593396,25605170,25607652,25609130,25611081,25613764,25630084,25633721,25636342,25638671,25640793,25642306,25645502,25647467,25648614,25669149,25674746,25685138,25686892,25695844,25700832,25702895,25704167,25707569,25715666,25719701,25727871,25730219,25730400,25737251,25740198,25742416,25745632,25764801,25768796,25774948,25779200,25780452,25787960,25788418,25792714,25795105,25808440,25810294,25812029,25816353,25816372,25816582,25817037,25818427,25820560,25822731,25825293,25866928,25869595,25873364,25876029,25886129,25887248,25891942,25904510,25906251,25906920,25912886,25916558,25916703,25917563,25921363,25921724,25923645,25924670,25930763,25931001,25973539,25973782,25974355,25974479,25974821,25974926,25981130,26020738,26020837,26021865,26021978,26022391,26023050,26037707,26037838,26038688,26039062,26039725,26039882,26039968,26040510,26041695,26041933,26042318,26044521,26061407,26061459,26061633,26061811,26062026,26062303,2606251 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174119, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25580685,25581646,25581719,25586206,25603905,25608585,25609182,25611124,25614933,25615082,25633789,25637269,25650304,25650373,25673271,25684244,25687847,25695831,25712969,25745742,25751682,25766138,25773150,25780828,25792873,25811575,25813617,25825330,25866879,25873539,25878132,25887272,25887319,25909298,25912986,25920072,25924906,25973229,25973514,25973557,25973695,25974052,26020756,26021958,26021999,26025987,26038854,26039161,26040343,26041390,26044608,26061562,26061696,26061907,26062369,26062767,26062916,26063084,26063327,26065909,26069345,26070184,26073198,26073275,26073510,26073586,26076441,26083054,26092624,26115121,26118181,26118228,26120803,26130916,26131114,26143483,26155527,26158978,26161786,26203221,26211998,26212093,26226986,26235733,26241260,26260077,26265302,26271795,26278594,26287445,26293260,26293495,26323920,26328147,26336384,26344733,26357165 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174120, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577937,25577967,25580830,25581955,25583159,25583188,25583290,25587808,25588419,25590313,25591086,25593230,25593947,25595517,25599685,25604848,25607749,25608235,25608626,25609215,25609449,25610308,25610886,25611142,25611771,25612173,25612421,25613287,25613838,25630486,25631376,25632933,25635680,25638786,25639463,25640635,25642448,25642661,25645617,25645893,25647619,25648887,25651022,25669329,25670511,25674927,25685404,25687092,25691806,25692143,25696974,25697512,25701094,25701369,25703143,25715106,25716057,25719851,25720162,25722525,25726710,25726902,25730755,25731073,25735231,25737374,25737668,25740486,25742787,25747313,25764937,25766740,25769212,25770387,25774691,25776036,25776056,25779355,25779749,25784656,25785046,25786107,25788219,25793147,25793381,25795391,25800618,25808831,25810423,25811639,25813551,25815585,25815778,25816602,25817070,25817217,25818542,25820873,25823023,25823095,25824233,25824336,25825585,25866994,25870596,25872536,25872911,25876352,25879235,25890368,25892182,25892743,25901734,2590651 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174121, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25817331,25818640,26236210,26240822 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174122, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25586288,25780499,25788678,26207764,26287283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174123, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25685080,25703195,25732873,25790007,25811385,25868518,25884063,26062127,26075477,26269857 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174124, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25772554,26025649,26275687 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174125, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25643718,25649631,25673091,25784619,25821408,25824673,25889112,25927773,25938380,25974644,25974993,26037012,26041761,26045004,26109404,26111551,26270361,26316288,26351256 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174126, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25640585,26210697 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174127, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583087,25590954,25593400,25609138,25610249,25610791,25611679,25612074,25613770,25630086,25633712,25636340,25638675,25640802,25642309,25686898,25687749,25707567,25719700,25730222,25745641,25764802,25774949,25782842,25788066,25792713,25808447,25810288,25816350,25816578,25818395,25866938,25873359,25876035,25886117,25887249,25892049,25904505,25912883,25916553,25917550,25921374,25930757,25931006,25974481,25974822,25981136,26020737,26021857,26021984,26023045,26036675,26038687,26039880,26039973,26040518,26041682,26061465,26061807,26062532,26062995,26063631,26063976,26071506,26073218,26073284,26073492,26074214,26074463,26074866,26075530,26088922,26091191,26092336,26099170,26113188,26115791,26118215,26120679,26128333,26130732,26136043,26142353,26145946,26155079,26160682,26198999,26202471,26207396,26207595,26214559,26225343,26236690,26255037,26257027,26260609,26263023,26266806,26267507,26269686,26271754,26285235,26292296,26328040 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174128, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25673265,25773148,26150527,26278602 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174129, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577932,25583181,25583294,25588420,25590318,25604845,25608638,25609224,25609455,25610889,25630475,25632938,25635691,25692142,25701384,25703140,25722528,25731071,25740476,25747321,25785051,25788217,25808840,25811636,25815776,25816603,25872912,25879236,25892177,25921836,25924954,25925424,25973361,25973400,25974316,25975892,26024178,26036868,26037719,26039249,26040045,26041254,26041965,26045145,26063064,26064006,26064382,26073686,26074092,26074453,26075326,26076329,26113420,26114015,26127214,26128896,26141554,26142585,26146781,26149452,26150674,26153302,26156985,26212281,26215256,26227074,26235903,26237953,26240568,26289675,26294244,26308350,26325947,26332767 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174130, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577500,25580217,25582032,25583305,25584032,25585403,25585695,25586625,25589469,25593806,25594711,25599101,25605338,25606919,25608677,25609529,25610349,25611215,25612237,25613361,25630569,25633050,25635797,25637482,25639500,25640705,25640955,25644962,25645874,25647761,25647995,25650561,25650634,25669426,25673971,25684605,25687154,25691913,25692063,25693202,25696254,25700062,25700106,25703293,25703694,25720129,25722302,25730720,25730821,25731050,25733802,25734095,25735428,25737643,25737747,25740509,25746092,25752095,25764665,25765295,25769419,25773584,25775393,25777511,25780978,25783453,25788436,25788594,25789398,25795569,25796045,25806806,25810908,25811681,25812151,25815014,25817340,25818601,25818642,25821177,25823456,25824218,25824307,25824391,25868274,25868393,25870688,25873712,25878473,25884813,25887517,25887568,25890501,25892264,25892867,25893003,25905088,25905418,25906900,25909964,25913174,25913234,25917062,25917088,25920699,25922024,25924088,25924193,25924293,25929100,25931658,25937576,25973800,2597391 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174131, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25584789,25586290,25597316,25611720,25642430,25642568,25644982,25650409,25687877,25696089,25733754,25751940,25780497,25788127,25788321,25788683,25835493,25920151,26021790,26073443,26073662,26092689,26130778,26155557,26207758,26212187,26235802,26287291,26336724,26339016,26339708,26344980 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174132, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (26074252 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174133, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25731063,26237949,26263501 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174134, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25817332 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174135, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25586295,25597314,25611726,25644975,25650408,25696088,25733748,25751946,25788326,25788679,25835501,25920148,26021798,26073666,26155564,26207756,26287290,26339019 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174136, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25790008,25927182 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174137, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25643819,25737351,25772553,25920755,26025648,26314363 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174138, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25605137,25674819,25795980,25821399,25892756,25914683,26061580,26072672,26073677,26076555,26109402,26162664 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174139, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25581897,25607672,25610823,25640570,25747031,25811541,25813488,26036757,26042075,26061753,26113911,26241294,26285784,26290756 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174140, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25577314,25580646,25583100,25583859,25585271,25589077,25590852,25590950,25592476,25593292,25593393,25605184,25607664,25609143,25611674,25613762,25630087,25633713,25636341,25638684,25669142,25674738,25685141,25686903,25687751,25700824,25702901,25704155,25707558,25715670,25719709,25730223,25730390,25745636,25764795,25768794,25774954,25779198,25780696,25782849,25787964,25788407,25792725,25795103,25808454,25812034,25816359,25816579,25869597,25869693,25873365,25876033,25887258,25891944,25892046,25906254,25912889,25917548,25921375,25930759,25930996,25974472,25974819,25974932,25981137,26021988,26023048,26036682,26037697,26037840,26039056,26039883,26039965,26040509,26041683,26041931,26044531,26061467,26061799,26062027,26062524,26063001,26063405,26063530,26071501,26073215,26073286,26074095,26074531,26074953,26075164,26075264,26075440,26076853,26088918,26091192,26092339,26120641,26123268,26126717,26128338,26130427,26130731,26144119,26145950,26156941,26157494,26158913,26160677,26193814,26199006,26207397,26212076,2621293 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174141, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25811584,25909437,26044616,26072128,26115117,26215180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174142, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25583162,25583195,25587799,25590319,25604825,25608237,25608627,25610898,25612163,25612418,25631369,25635679,25638789,25640636,25642665,25647607,25648888,25651008,25669325,25670523,25674925,25692128,25696969,25697516,25701102,25703144,25716060,25719847,25731078,25737664,25740481,25764938,25769204,25770390,25774695,25808834,25810421,25811638,25813550,25816596,25825584,25867001,25870594,25872915,25879243,25892176,25901740,25909471,25925430,25929198,25973406,25974320,25975574,25975896,26022695,26023010,26036812,26036862,26038111,26039260,26040051,26040538,26041260,26042293,26044515,26061961,26062846,26063257,26063782,26064002,26064753,26074086,26074425,26074451,26074938,26075327,26075710,26076325,26076577,26076735,26076886,26079202,26083132,26085684,26089168,26096014,26099748,26113426,26114016,26115281,26118424,26127217,26129970,26131964,26141555,26144158,26153288,26160850,26203403,26204793,26207586,26207954,26209783,26213847,26215255,26224296,26225510,26229897,26231829,26235907,26237958,26240569,26255501,2625872 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174143, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576726,25581221,25584132,25586529,25590119,25604448,25608424,25608536,25611627,25614886,25632751,25637178,25639193,25667803,25674632,25685058,25705232,25719601,25720182,25725465,25734673,25742232,25763134,25770040,25775801,25780273,25795806,25808497,25810276,25813402,25816792,25817982,25869530,25885348,25889936,25901240,25908988,25909700,25921164,25973079,25973637,25974234,25974513,26022356,26022950,26023178,26023661,26036548,26037484,26038798,26038875,26039899,26041653,26061402,26061512,26061679,26061926,26062063,26062826,26063278,26064909,26069258,26069992,26070263,26070378,26070607,26071899,26073168,26073783,26074150,26074392,26074670,26074860,26076352,26097113,26097683,26111611,26115031,26118132,26120515,26128406,26142083,26143395,26146517,26157449,26194658,26200483,26204411,26207330,26226879,26227116,26231177,26242628,26258391,26259888,26261839,26266316,26270826,26287276,26288101,26293951,26294170,26300096,26317885,26321362,26322770,26325717,26335831,26340488,26356842 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30174144, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (25576724,25581223,25584139,25586532,25590118,25604452,25608416,25608527,25611637,25614896,25632743,25637173,25639192,25667807,25674627,25685061,25705224,25719608,25720184,25725457,25734669,25742240,25763148,25770046,25775808,25780263,25795799,25808502,25810281,25813413,25816789,25817986,25869538,25885351,25889935,25901236,25908992,25909712,25921170,25973073,25973635,25974232,25974521,26022349,26022942,26023189,26023659,26036537,26037482,26038805,26038864,26039895,26041656,26061396,26061508,26061683,26061928,26062066,26062262,26062645,26062828,26062984,26063279,26063395,26064989,26069254,26069998,26070054,26070259,26070371,26070609,26070715,26071892,26073170,26073787,26074157,26074389,26074671,26074857,26076351,26097103,26111608,26115032,26118128,26120514,26128403,26142092,26143397,26146507,26151338,26157441,26194661,26200492,26204417,26207325,26226882,26227112,26231179,26242623,26258385,26259894,26261832,26266324,26270823,26287278,26288104,26293950,26294176,26297475,26300090,26317881,26321372,26322766,2632570 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30174041,30174044,30174052,30174060,30174079,30174102,30174112,30174121,30174130,30174134?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30174042,30174061,30174103,30174113,30174122,30174131,30174135?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30174043,30174062,30174063,30174064,30174092,30174100,30174110,30174143,30174144?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,papier,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30174045,30174053,30174065,30174072,30174080,30174087,30174094,30174104,30174114,30174123,30174136?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30174046,30174054,30174066,30174073,30174081,30174088,30174095,30174105,30174115,30174124,30174137?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30174047,30174055,30174067,30174074,30174082,30174089,30174096,30174106,30174116,30174125,30174132,30174138?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30174048,30174056,30174068,30174075,30174083,30174090,30174097,30174107,30174117,30174126,30174139?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30174049,30174057,30174069,30174076,30174084,30174098,30174108,30174118,30174127,30174140?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30174050,30174058,30174070,30174077,30174085,30174091,30174099,30174109,30174119,30174128,30174141?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30174051,30174059,30174071,30174078,30174086,30174093,30174101,30174111,30174120,30174129,30174133,30174142?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque after get_hostname_from_raspi hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') 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-08-01' and date <= '2025-08-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((47458,),), 'unwanted_material_monthly_percentage': ((0.06606484977569574,),), 'material_repartition': (('pet_clair', 10595), ('emr', 8058), ('pehd_pp', 6361), ('flux_dev', 5753), ('film_pedb', 5752), ('jrm', 5259), ('gm', 2863), ('ela', 1612), ('aluminium', 863), ('refus', 342)), 'material_dict': {'pet_clair': 10595, 'emr': 8058, 'pehd_pp': 6361, 'flux_dev': 5753, 'film_pedb': 5752, 'jrm': 5259, 'gm': 2863, 'autres': 2817}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 8, 1), 0.06505445505950776, 80), (datetime.date(2025, 8, 2), 0.06807253651994247, 43), (datetime.date(2025, 8, 4), 0.06649636194749733, 19), (datetime.date(2025, 8, 5), 0.06893668902374712, 67), (datetime.date(2025, 8, 6), 0.07069402728168843, 74), (datetime.date(2025, 8, 7), 0.06554110829648231, 41), (datetime.date(2025, 8, 8), 0.06183909979576261, 12), (datetime.date(2025, 8, 11), 0.0669073390608211, 26), (datetime.date(2025, 8, 12), 0.06998848703206528, 39), (datetime.date(2025, 8, 13), 0.06267898637961551, 97), (datetime.date(2025, 8, 14), 0.06340586197102302, 71), (datetime.date(2025, 8, 16), 0.06709587646992993, 49), (datetime.date(2025, 8, 18), 0.06303973028740537, 8), (datetime.date(2025, 8, 19), 0.06270920436477888, 29), (datetime.date(2025, 8, 20), 0.06358155723798316, 77), (datetime.date(2025, 8, 21), 0.06965391315968834, 85), (datetime.date(2025, 8, 22), 0.06493993587528442, 49), (datetime.date(2025, 8, 25), 0.06877290620732208, 121), (datetime.date(2025, 8, 26), 0.06788332258452517, 73), (datetime.date(2025, 8, 27), 0.06712075921066539, 37), (datetime.date(2025, 8, 28), 0.06617078471122399, 8), (datetime.date(2025, 8, 29), 0.06340187658235738, 6)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2025, 8, 1), 0.03847800609033538, 80), (datetime.date(2025, 8, 2), 0.032588648541058786, 43), (datetime.date(2025, 8, 4), 0.03197987302663257, 36), (datetime.date(2025, 8, 5), 0.033530861255983826, 67), (datetime.date(2025, 8, 6), 0.03281201294314791, 74), (datetime.date(2025, 8, 7), 0.025598210777378633, 41), (datetime.date(2025, 8, 8), 0.030047625183579604, 91), (datetime.date(2025, 8, 11), 0.03933670449004998, 81), (datetime.date(2025, 8, 12), 0.03634599937392364, 39), (datetime.date(2025, 8, 13), 0.0422084150825914, 97), (datetime.date(2025, 8, 14), 0.03666268632903591, 71), (datetime.date(2025, 8, 16), 0.024914863448905738, 49), (datetime.date(2025, 8, 18), 0.03743612608437198, 8), (datetime.date(2025, 8, 19), 0.029827089498725742, 29), (datetime.date(2025, 8, 20), 0.03343235383578745, 77), (datetime.date(2025, 8, 21), 0.04095928808093027, 85), (datetime.date(2025, 8, 22), 0.030258008486387083, 49), (datetime.date(2025, 8, 25), 0.053691038809549514, 121), (datetime.date(2025, 8, 26), 0.029879719713877432, 73), (datetime.date(2025, 8, 27), 0.03530270851623405, 44), (datetime.date(2025, 8, 28), 0.03199079115608324, 83), (datetime.date(2025, 8, 29), 0.026920180427281233, 67)), 'pehd_pp': ((datetime.date(2025, 8, 1), 0.04445338053642782, 19), (datetime.date(2025, 8, 2), 0.04320236061646721, 39), (datetime.date(2025, 8, 4), 0.04020048581087615, 20), (datetime.date(2025, 8, 5), 0.04097366643232233, 22), (datetime.date(2025, 8, 6), 0.04544776145828867, 16), (datetime.date(2025, 8, 7), 0.0408605745996367, 17), (datetime.date(2025, 8, 8), 0.04116087883340265, 20), (datetime.date(2025, 8, 11), 0.042227451429686806, 19), (datetime.date(2025, 8, 12), 0.05099262605216649, 20), (datetime.date(2025, 8, 13), 0.03966511373833649, 18), (datetime.date(2025, 8, 14), 0.03944947263361934, 25), (datetime.date(2025, 8, 16), 0.06094810874185936, 20), (datetime.date(2025, 8, 18), 0.039074530769501216, 23), (datetime.date(2025, 8, 19), 0.040915546435401025, 23), (datetime.date(2025, 8, 20), 0.0388126129571333, 22), (datetime.date(2025, 8, 21), 0.04039076135889775, 20), (datetime.date(2025, 8, 22), 0.039409480709431274, 21), (datetime.date(2025, 8, 25), 0.04285571434826713, 14), (datetime.date(2025, 8, 26), 0.051210926633385376, 25), (datetime.date(2025, 8, 27), 0.04260843521130895, 23), (datetime.date(2025, 8, 28), 0.03834491600366694, 24), (datetime.date(2025, 8, 29), 0.03648587590212836, 25)), 'emr': ((datetime.date(2025, 8, 1), 0.04648381924716701, 20), (datetime.date(2025, 8, 2), 0.05638613337122278, 22), (datetime.date(2025, 8, 4), 0.05140787939897346, 19), (datetime.date(2025, 8, 5), 0.050032576987786716, 18), (datetime.date(2025, 8, 6), 0.05057345544920043, 24), (datetime.date(2025, 8, 7), 0.05547635347835844, 29), (datetime.date(2025, 8, 8), 0.04944679625276841, 12), (datetime.date(2025, 8, 11), 0.045775392362324224, 31), (datetime.date(2025, 8, 12), 0.05211330338511932, 19), (datetime.date(2025, 8, 13), 0.0476528943613526, 23), (datetime.date(2025, 8, 14), 0.04651737222565802, 30), (datetime.date(2025, 8, 16), 0.05417140198842036, 17), (datetime.date(2025, 8, 18), 0.04459452355221468, 37), (datetime.date(2025, 8, 19), 0.04996481413404905, 22), (datetime.date(2025, 8, 20), 0.049062406146114616, 26), (datetime.date(2025, 8, 21), 0.05445362182806599, 20), (datetime.date(2025, 8, 22), 0.0562567939592917, 16), (datetime.date(2025, 8, 25), 0.045423444223664344, 22), (datetime.date(2025, 8, 26), 0.04412155030509477, 24), (datetime.date(2025, 8, 27), 0.05226817203534632, 22), (datetime.date(2025, 8, 28), 0.04866884234021238, 8), (datetime.date(2025, 8, 29), 0.044627838374904534, 6)), 'gm': ((datetime.date(2025, 8, 1), 0.11526137934426486, 27), (datetime.date(2025, 8, 2), 0.08788797088996055, 25), (datetime.date(2025, 8, 4), 0.07337759436961594, 25), (datetime.date(2025, 8, 5), 0.10884376534454564, 27), (datetime.date(2025, 8, 6), 0.06610749198122268, 24), (datetime.date(2025, 8, 7), 0.08946839719166456, 26), (datetime.date(2025, 8, 8), 0.06627788102136077, 28), (datetime.date(2025, 8, 11), 0.08376626431660322, 33), (datetime.date(2025, 8, 12), 0.0839121945443979, 24), (datetime.date(2025, 8, 13), 0.08988243737441802, 29), (datetime.date(2025, 8, 14), 0.10080341903773544, 32), (datetime.date(2025, 8, 16), 0.072841852030714, 28), (datetime.date(2025, 8, 18), 0.07924309567662906, 20), (datetime.date(2025, 8, 19), 0.1314667590277523, 31), (datetime.date(2025, 8, 20), 0.0808080930481775, 27), (datetime.date(2025, 8, 21), 0.10674107229111192, 26), (datetime.date(2025, 8, 22), 0.07053525889016107, 28), (datetime.date(2025, 8, 25), 0.08632337239463565, 13), (datetime.date(2025, 8, 26), 0.11908666629042362, 32), (datetime.date(2025, 8, 27), 0.06801733014908956, 27), (datetime.date(2025, 8, 28), 0.09768169826373682, 28), (datetime.date(2025, 8, 29), 0.028222651616916252, 33)), 'aluminium': ((datetime.date(2025, 8, 1), 0.0447263496043284, 19), (datetime.date(2025, 8, 2), 0.05190479692046324, 16), (datetime.date(2025, 8, 4), 0.05946174696378157, 14), (datetime.date(2025, 8, 5), 0.052233241349502524, 15), (datetime.date(2025, 8, 6), 0.043669934213671754, 13), (datetime.date(2025, 8, 7), 0.054008545066028195, 17), (datetime.date(2025, 8, 8), 0.07549906591049106, 15), (datetime.date(2025, 8, 11), 0.05789945380384428, 19), (datetime.date(2025, 8, 12), 0.04599106186672726, 16), (datetime.date(2025, 8, 13), 0.04504255448555172, 13), (datetime.date(2025, 8, 14), 0.053196869706566924, 15), (datetime.date(2025, 8, 16), 0.042439030444903804, 17), (datetime.date(2025, 8, 18), 0.03810706830922164, 16), (datetime.date(2025, 8, 19), 0.03326349821585128, 14), (datetime.date(2025, 8, 20), 0.04148903658484002, 10), (datetime.date(2025, 8, 21), 0.046363889062499906, 14), (datetime.date(2025, 8, 22), 0.04107842279776835, 12), (datetime.date(2025, 8, 25), 0.055818268648994286, 18), (datetime.date(2025, 8, 26), 0.04853672215727655, 17), (datetime.date(2025, 8, 27), 0.0477642959461476, 17), (datetime.date(2025, 8, 28), 0.07370226826205108, 15), (datetime.date(2025, 8, 29), 0.055973355695424554, 18)), 'film_pedb': ((datetime.date(2025, 8, 1), 0.24604755655312807, 37), (datetime.date(2025, 8, 2), 0.2712112473084712, 39), (datetime.date(2025, 8, 4), 0.2530957014282922, 29), (datetime.date(2025, 8, 5), 0.22976912517944417, 46), (datetime.date(2025, 8, 6), 0.2507175970966837, 32), (datetime.date(2025, 8, 7), 0.24026504528417866, 28), (datetime.date(2025, 8, 8), 0.29048617346195627, 32), (datetime.date(2025, 8, 11), 0.25723407724397496, 39), (datetime.date(2025, 8, 12), 0.2595973892253486, 15), (datetime.date(2025, 8, 13), 0.2214769087175694, 35), (datetime.date(2025, 8, 14), 0.24000511580415826, 40), (datetime.date(2025, 8, 16), 0.2625739324697999, 30), (datetime.date(2025, 8, 18), 0.2296269407004006, 39), (datetime.date(2025, 8, 19), 0.24184531307301863, 34), (datetime.date(2025, 8, 20), 0.2514981351398717, 38), (datetime.date(2025, 8, 21), 0.2227640105235295, 34), (datetime.date(2025, 8, 22), 0.2569642956329911, 31), (datetime.date(2025, 8, 25), 0.24154793353013254, 37), (datetime.date(2025, 8, 26), 0.2412112614567688, 38), (datetime.date(2025, 8, 27), 0.24669409014029886, 37), (datetime.date(2025, 8, 28), 0.2288788185793646, 40), (datetime.date(2025, 8, 29), 0.26004025492357163, 34)), 'pet_clair': ((datetime.date(2025, 8, 1), 0.0063568473563988615, 52), (datetime.date(2025, 8, 2), 0.011890468395228039, 50), (datetime.date(2025, 8, 4), 0.01040577279915381, 19), (datetime.date(2025, 8, 5), 0.010755701690937236, 24), (datetime.date(2025, 8, 6), 0.0139388295619531, 50), (datetime.date(2025, 8, 7), 0.012265022311311546, 30), (datetime.date(2025, 8, 8), 0.011452316175801931, 28), (datetime.date(2025, 8, 11), 0.015485542006140647, 26), (datetime.date(2025, 8, 12), 0.014528058777991688, 27), (datetime.date(2025, 8, 13), 0.014851441400958476, 27), (datetime.date(2025, 8, 14), 0.016384770637201965, 28), (datetime.date(2025, 8, 16), 0.015076033476335701, 28), (datetime.date(2025, 8, 18), 0.008991215075443034, 24), (datetime.date(2025, 8, 19), 0.004121630068373876, 33), (datetime.date(2025, 8, 20), 0.005574123245048738, 33), (datetime.date(2025, 8, 21), 0.017483357116218276, 24), (datetime.date(2025, 8, 22), 0.01278798783942487, 20), (datetime.date(2025, 8, 25), 0.010044941211156289, 29), (datetime.date(2025, 8, 26), 0.01937687417031163, 50), (datetime.date(2025, 8, 27), 0.0146380543551577, 29), (datetime.date(2025, 8, 28), 0.015683930138065353, 46), (datetime.date(2025, 8, 29), 0.009570856315927686, 24)), 'flux_dev': ((datetime.date(2025, 8, 1), 0.08411210433788267, 41), (datetime.date(2025, 8, 2), 0.07827263916366357, 38), (datetime.date(2025, 8, 4), 0.07362875201833806, 37), (datetime.date(2025, 8, 5), 0.07851245212446113, 38), (datetime.date(2025, 8, 6), 0.08273714612126613, 37), (datetime.date(2025, 8, 7), 0.07592657381115112, 39), (datetime.date(2025, 8, 8), 0.07854303261592072, 45), (datetime.date(2025, 8, 11), 0.07922753137130939, 19), (datetime.date(2025, 8, 12), 0.0879460347574436, 23), (datetime.date(2025, 8, 13), 0.0746393974350448, 37), (datetime.date(2025, 8, 14), 0.07320251699021742, 21), (datetime.date(2025, 8, 16), 0.08303331778483043, 24), (datetime.date(2025, 8, 18), 0.07904718166000288, 21), (datetime.date(2025, 8, 19), 0.08204662718265529, 23), (datetime.date(2025, 8, 20), 0.08127258032280958, 24), (datetime.date(2025, 8, 21), 0.08152614219291147, 5), (datetime.date(2025, 8, 22), 0.0868774114691397, 24), (datetime.date(2025, 8, 25), 0.08395755182790009, 21), (datetime.date(2025, 8, 26), 0.07465087194609887, 25), (datetime.date(2025, 8, 27), 0.08776590465683763, 27), (datetime.date(2025, 8, 28), 0.07699853486044492, 22), (datetime.date(2025, 8, 29), 0.076668735504794, 23)), 'ela': ((datetime.date(2025, 8, 1), 0.049283697597719375, 26), (datetime.date(2025, 8, 2), 0.042168784028984656, 28), (datetime.date(2025, 8, 4), 0.041720951281914, 20), (datetime.date(2025, 8, 5), 0.04175449267726389, 31), (datetime.date(2025, 8, 6), 0.031099292027884497, 33), (datetime.date(2025, 8, 7), 0.03626094873807518, 29), (datetime.date(2025, 8, 8), 0.04586700476741519, 33), (datetime.date(2025, 8, 11), 0.048681822099213595, 29), (datetime.date(2025, 8, 12), 0.045386625424868585, 34), (datetime.date(2025, 8, 13), 0.05472843592555971, 35), (datetime.date(2025, 8, 14), 0.049290575972921545, 32), (datetime.date(2025, 8, 16), 0.04740331820198432, 27), (datetime.date(2025, 8, 18), 0.05097353640846612, 36), (datetime.date(2025, 8, 19), 0.03818137709621215, 40), (datetime.date(2025, 8, 20), 0.04396644270378596, 36), (datetime.date(2025, 8, 21), 0.04256371023892547, 30), (datetime.date(2025, 8, 22), 0.044141914192112504, 37), (datetime.date(2025, 8, 25), 0.043926253792239425, 25), (datetime.date(2025, 8, 26), 0.03481805309012029, 33), (datetime.date(2025, 8, 27), 0.04202613968083038, 35), (datetime.date(2025, 8, 28), 0.03309169484573139, 35), (datetime.date(2025, 8, 29), 0.0563379734038584, 34)), 'refus': ((datetime.date(2025, 8, 1), 0.12476477160115589, 21), (datetime.date(2025, 8, 2), 0.1368821534207819, 6), (datetime.date(2025, 8, 4), 0.11510152197021938, 7), (datetime.date(2025, 8, 5), 0.148675518107555, 8), (datetime.date(2025, 8, 6), 0.12170551215277778, 7), (datetime.date(2025, 8, 7), 0.15681750854276894, 5), (datetime.date(2025, 8, 8), 0.1323464286013822, 23), (datetime.date(2025, 8, 12), 0.17698438102816355, 8), (datetime.date(2025, 8, 14), 0.13121670444315844, 6), (datetime.date(2025, 8, 19), 0.1455205500096451, 8), (datetime.date(2025, 8, 20), 0.09718858506944446, 7), (datetime.date(2025, 8, 21), 0.08523270720807614, 6), (datetime.date(2025, 8, 22), 0.13178573933782267, 11), (datetime.date(2025, 8, 25), 0.1493711697976021, 17), (datetime.date(2025, 8, 26), 0.15132260588134427, 9), (datetime.date(2025, 8, 28), 0.10814614679783952, 5), (datetime.date(2025, 8, 29), 0.13587929146435562, 12))}, 'quality_array': [['-7.002309831542141', '01082025'], ['-7.026986582635124', '02082025'], ['-6.99918067517592', '04082025'], ['-6.963399206182747', '05082025'], ['-7.014148565422691', '06082025'], ['-7.003636020683665', '07082025'], ['-6.963866924070445', '08082025'], ['-6.969129666855968', '11082025'], ['24.214203520452934', '12082025'], ['-6.897828642318396', '13082025'], ['-6.933051729235214', '14082025'], ['-6.94628459429578', '16082025'], ['-6.857193783150659', '18082025'], ['-6.874250238542167', '19082025'], ['34.69960157770734', '20082025'], ['30.682464491652304', '21082025'], ['-6.96117047201127', '22082025'], ['10.024624414328525', '25082025'], ['-6.924366900410503', '26082025'], ['-6.902958110017463', '27082025'], ['-6.644563211407762', '28082025'], ['14.308020576993714', '29082025']], 'number_of_batch': ((2164,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007242550547338636, 'nb_photo': 1318, 'list_port_cont': '25577495,25582022,25583313,25584028,25585687,25586623,25589458,25593796,25594703,25599104,25605332,25606913,25608669,25609531,25610360,25611213,25612247,25613356,25630567,25633048,25635804,25637490,25639505,25640704,25640952,25644953,25645869,25647758,25647999,25650572,25650646,25673970,25684608,25687146,25691919,25692076,25693215,25696251,25700050,25700105,25703282,25703697,25720131,25722292,25730721,25730814,25731054,25733793,25734096,25735415,25737646,25737746,25740511,25746095,25752086,25765285,25769430,25773580,25775396,25777510,25780974,25783451,25788429,25788601,25789396,25795567,25796049,25810912,25811675,25812144,25815005,25817338,25818594,25818629,25821169,25823467,25824213,25824305,25824395,25868267,25868388,25870692,25873708,25878461,25884802,25887514,25890502,25892257,25892872,25905413,25906895,25909958,25913166,25913231,25917064,25917087,25920693,25922026,25924081,25924187,25924301,25929105,25931662,25937577,25973802,25973921,25974020,25974170,25974271,25974402,25974610,25974693,25979271,2597959', 'assoc_port': '25577173:25577495,25581567:25582022,25582994:25583313,25583783:25584028,25585546:25585687,25586142:25589458,25586492:25586623,25590799:25594703,25592295:25599104,25593104:25593796,25605065:25605332,25606448:25606913,25608430:25608669,25609322:25609531,25610129:25610360,25611023:25611213,25611992:25612247,25613127:25613356,25629828:25630567,25632564:25633048,25635076:25635804,25636902:25637490,25639146:25639505,25640335:25640704,25640753:25640952,25644540:25644953,25645295:25645869,25647265:25647758,25647269:25647999,25650158:25650646,25650161:25650572,25672836:25673970,25683783:25684608,25686547:25687146,25691063:25692076,25691098:25691919,25692370:25693215,25695658:25696251,25699448:25700105,25699450:25700050,25702665:25703282,25703476:25703697,25719359:25720131,25721450:25722292,25729956:25731054,25729961:25730814,25729973:25730721,25733347:25733793,25733356:25734096,25734603:25735415,25736960:25737746,25736974:25737646,25739906:25740511,25745380:25746095,25751536:25752086,25764313:25765285,25768337:2576943', 'assoc_mat': '25577173:autre:3327:25577495,25581567:autre:3327:25582022,25582994:autre:3327:25583313,25583783:autre:3327:25584028,25585546:autre:3327:25585687,25586142:autre:3327:25589458,25586492:autre:3327:25586623,25590799:autre:3327:25594703,25592295:autre:3327:25599104,25593104:autre:3327:25593796,25605065:autre:3327:25605332,25606448:autre:3327:25606913,25608430:autre:3327:25608669,25609322:autre:3327:25609531,25610129:autre:3327:25610360,25611023:autre:3327:25611213,25611992:autre:3327:25612247,25613127:autre:3327:25613356,25629828:autre:3327:25630567,25632564:autre:3327:25633048,25635076:autre:3327:25635804,25636902:autre:3327:25637490,25639146:autre:3327:25639505,25640335:autre:3327:25640704,25640753:autre:3327:25640952,25644540:autre:3327:25644953,25645295:autre:3327:25645869,25647265:autre:3327:25647758,25647269:autre:3327:25647999,25650158:autre:3327:25650646,25650161:autre:3327:25650572,25672836:autre:3327:25673970,25683783:autre:3327:25684608,25686547:autre:3327:25687146,25691063:autre:3327:25692076,25691098:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012733600522917311, 'nb_photo': 52, 'list_port_cont': '25584794,25586289,25597318,25611721,25642564,25644983,25650403,25696082,25780498,25788132,25835502,25920149,26073442,26073665,26092685,26155566,26212185,26336716,26339023', 'assoc_port': '25583785:25584794,25586134:25586289,25596911:25597318,25611600:25611721,25642068:25642564,25644543:25644983,25650165:25650403,25695652:25696082,25780126:25780498,25787723:25788132,25832877:25835502,25919698:25920149,26072929:26073665,26072994:26073442,26092297:26092685,26155249:26155566,26211842:26212185,26335941:26339023,26335943:26336716', 'assoc_mat': '25583785:autre:3594:25584794,25586134:autre:3594:25586289,25596911:autre:3594:25597318,25611600:autre:3594:25611721,25642068:autre:3594:25642564,25644543:autre:3594:25644983,25650165:autre:3594:25650403,25695652:autre:3594:25696082,25780126:autre:3594:25780498,25787723:autre:3594:25788132,25832877:autre:3594:25835502,25919698:autre:3594:25920149,26072929:autre:3594:26073665,26072994:autre:3594:26073442,26092297:autre:3594:26092685,26155249:autre:3594:26155566,26211842:autre:3594:26212185,26335941:autre:3594:26339023,26335943:autre:3594:26336716'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010314180489344802, 'nb_photo': 751, 'list_port_cont': '25576722,25581229,25584140,25586523,25590126,25604446,25608421,25608534,25611628,25614884,25632742,25637182,25639195,25667798,25674637,25685059,25705227,25719606,25720180,25725453,25734668,25742239,25763144,25770041,25775799,25780269,25795802,25808503,25810277,25813408,25816795,25817989,25869529,25885349,25889931,25908989,25909705,25921165,25973066,25973634,25974240,25974519,26022359,26022941,26023187,26023656,26036538,26037476,26038804,26038870,26041651,26061405,26061513,26062072,26062269,26062830,26062989,26063276,26063387,26064903,26064996,26069260,26069997,26070059,26070264,26070373,26070608,26070720,26071894,26073173,26073786,26074155,26074394,26074669,26074853,26076354,26097107,26111617,26120516,26128405,26142084,26143400,26146516,26151340,26157442,26194666,26200489,26204413,26226884,26227119,26231170,26242626,26258395,26259886,26261843,26266313,26270829,26287270,26288106,26293954,26294172,26300094,26317875,26321361,26335830,26340481,26356845', 'assoc_port': '25576689:25576722,25579743:25581229,25582993:25584140,25586490:25586523,25589950:25590126,25604425:25604446,25607441:25608421,25608431:25608534,25611597:25611628,25614815:25614884,25632565:25632742,25636904:25637182,25639150:25639195,25667470:25667798,25674371:25674637,25684794:25685059,25705165:25705227,25719358:25720180,25719396:25719606,25725313:25725453,25734607:25734668,25742082:25742239,25762811:25763144,25769863:25770041,25775667:25775799,25780115:25780269,25795723:25795802,25805744:25808503,25810195:25810277,25813345:25813408,25815230:25816795,25817914:25817989,25869429:25869529,25885261:25885349,25889802:25889931,25908735:25909705,25908744:25908989,25921069:25921165,25972667:25974519,25972705:25974240,25972766:25973634,25972818:25973066,26021522:26022359,26021572:26023656,26021610:26023187,26021635:26022941,26036515:26036538,26037346:26037476,26038520:26038870,26038668:26038804,26041234:26041651,26061211:26064996,26061213:26061405,26061214:26064903,26061220:26063387,26061226:26063276,26061232:2606298', 'assoc_mat': '25576689:autre_refus:3726:25576722,25579743:autre_refus:3726:25581229,25582993:autre_refus:3726:25584140,25586490:autre_refus:3726:25586523,25589950:autre_refus:3726:25590126,25604425:autre_refus:3726:25604446,25607441:autre_refus:3726:25608421,25608431:autre_refus:3726:25608534,25611597:autre_refus:3726:25611628,25614815:autre_refus:3726:25614884,25632565:autre_refus:3726:25632742,25636904:autre_refus:3726:25637182,25639150:autre_refus:3726:25639195,25667470:autre_refus:3726:25667798,25674371:autre_refus:3726:25674637,25684794:autre_refus:3726:25685059,25705165:autre_refus:3726:25705227,25719358:autre_refus:3726:25720180,25719396:autre_refus:3726:25719606,25725313:autre_refus:3726:25725453,25734607:autre_refus:3726:25734668,25742082:autre_refus:3726:25742239,25762811:autre_refus:3726:25763144,25769863:autre_refus:3726:25770041,25775667:autre_refus:3726:25775799,25780115:autre_refus:3726:25780269,25795723:autre_refus:3726:25795802,25805744:autre_refus:3726:25808503,25810195:autre_refus:3726:25810277,25813345:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021677178933641873, 'nb_photo': 27, 'list_port_cont': '25609523,25687153,25746085,25765284,25788602,25812145,25817335,25906902,25924295,26038974,26041124,26045066,26062258,26129089,26154375,26159231,26210876,26215519,26231406,26231856,26233004,26268035', 'assoc_port': '25609322:25609523,25686547:25687153,25745380:25746085,25764313:25765284,25787677:25788602,25811864:25812145,25816874:25817335,25905569:25906902,25923408:25924295,26038516:26038974,26039676:26041124,26044960:26045066,26061361:26062258,26128184:26129089,26153830:26154375,26158707:26159231,26210166:26210876,26215062:26215519,26231096:26231406,26231549:26231856,26232482:26233004,26267290:26268035', 'assoc_mat': '25609322:barquette_avec_film:3327:25609523,25686547:barquette_avec_film:3327:25687153,25745380:barquette_avec_film:3327:25746085,25764313:barquette_avec_film:3327:25765284,25787677:barquette_avec_film:3327:25788602,25811864:barquette_avec_film:3327:25812145,25816874:barquette_avec_film:3327:25817335,25905569:barquette_avec_film:3327:25906902,25923408:barquette_avec_film:3327:25924295,26038516:barquette_avec_film:3327:26038974,26039676:barquette_avec_film:3327:26041124,26044960:barquette_avec_film:3327:26045066,26061361:barquette_avec_film:3327:26062258,26128184:barquette_avec_film:3327:26129089,26153830:barquette_avec_film:3327:26154375,26158707:barquette_avec_film:3327:26159231,26210166:barquette_avec_film:3327:26210876,26215062:barquette_avec_film:3327:26215519,26231096:barquette_avec_film:3327:26231406,26231549:barquette_avec_film:3327:26231856,26232482:barquette_avec_film:3327:26233004,26267290:barquette_avec_film:3327:26268035'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005966646109038202, 'nb_photo': 12, 'list_port_cont': '25631964,25703189,25769690,25789995,25817964,25976416,26125042,26161071,26217842,26306177', 'assoc_port': '25630859:25631964,25700541:25703189,25764308:25769690,25787675:25789995,25817915:25817964,25972778:25976416,26117061:26125042,26153833:26161071,26215058:26217842,26286916:26306177', 'assoc_mat': '25630859:barquette_opaque:4205:25631964,25700541:barquette_opaque:4205:25703189,25764308:barquette_opaque:4205:25769690,25787675:barquette_opaque:4205:25789995,25817915:barquette_opaque:4205:25817964,25972778:barquette_opaque:4205:25976416,26117061:barquette_opaque:4205:26125042,26153833:barquette_opaque:4205:26161071,26215058:barquette_opaque:4205:26217842,26286916:barquette_opaque:4205:26306177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001417490949261844, 'nb_photo': 213, 'list_port_cont': '25580934,25583948,25590997,25606755,25610952,25632082,25643828,25646613,25684228,25695415,25703802,25727516,25737343,25772556,25777375,25791402,25810832,25824849,25871772,25894518,25909860,25920751,25938948,25976287,25989583,26025647,26027264,26037157,26040138,26063823,26063957,26064963,26072766,26075746,26077161,26108692,26111372,26125444,26130849,26142214,26163986,26209423,26214075,26242956,26245468,26261702,26275676,26281883,26308130,26314360,26328220,26356230,26365459', 'assoc_port': '25580381:25580934,25583787:25583948,25589925:25590997,25606446:25606755,25610667:25610952,25630831:25632082,25642040:25643828,25644541:25646613,25674372:25684228,25691090:25695415,25702666:25703802,25725310:25727516,25736978:25737343,25765639:25772556,25777185:25777375,25787726:25791402,25810539:25810832,25822468:25824849,25870117:25871772,25894093:25894518,25905559:25909860,25917394:25920751,25928095:25938948,25972758:25976287,25972863:25989583,26021547:26025647,26021630:26027264,26036997:26037157,26039667:26040138,26061196:26063957,26061298:26064963,26061359:26063823,26071842:26072766,26072935:26077161,26073002:26075746,26082491:26108692,26095210:26111372,26117047:26125444,26122868:26130849,26141883:26142214,26158720:26163986,26202838:26209423,26209233:26214075,26226079:26242956,26237654:26245468,26256611:26261702,26264402:26275676,26270767:26281883,26290561:26308130,26297422:26314360,26323538:26356230,26327726:26328220,26343121:26365459', 'assoc_mat': '25580381:barquette_opaque:4203:25580934,25583787:barquette_opaque:4203:25583948,25589925:barquette_opaque:4203:25590997,25606446:barquette_opaque:4203:25606755,25610667:barquette_opaque:4203:25610952,25630831:barquette_opaque:4203:25632082,25642040:barquette_opaque:4203:25643828,25644541:barquette_opaque:4203:25646613,25674372:barquette_opaque:4203:25684228,25691090:barquette_opaque:4203:25695415,25702666:barquette_opaque:4203:25703802,25725310:barquette_opaque:4203:25727516,25736978:barquette_opaque:4203:25737343,25765639:barquette_opaque:4203:25772556,25777185:barquette_opaque:4203:25777375,25787726:barquette_opaque:4203:25791402,25810539:barquette_opaque:4203:25810832,25822468:barquette_opaque:4203:25824849,25870117:barquette_opaque:4203:25871772,25894093:barquette_opaque:4203:25894518,25905559:barquette_opaque:4203:25909860,25917394:barquette_opaque:4203:25920751,25928095:barquette_opaque:4203:25938948,25972758:barquette_opaque:4203:25976287,25972863:barquette_opaque:4203:25989583,26021547:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007486162682813208, 'nb_photo': 57, 'list_port_cont': '25577410,25603081,25605143,25606735,25607700,25610806,25613310,25613792,25722210,25724142,25730604,25737147,25748326,25786995,25790693,25795850,25795975,25821404,25826520,25906383,25928662,25932118,25976946,25988608,26021841,26024109,26025333,26039243,26041775,26064341,26073673,26075458,26076403,26077496,26118449,26138168,26138411,26138549,26151481,26153976,26160980,26212321,26212471,26261355,26270042,26270362,26306063,26307068,26353633,26363136,26366252', 'assoc_port': '25577172:25577410,25586491:25603081,25605068:25605143,25606444:25606735,25607481:25607700,25610669:25610806,25613106:25613310,25613712:25613792,25719374:25722210,25721483:25724142,25727718:25730604,25734593:25737147,25745377:25748326,25784009:25786995,25787725:25790693,25792339:25795975,25795725:25795850,25820344:25821404,25825104:25826520,25904253:25906383,25924420:25928662,25931370:25932118,25972842:25976946,25972861:25988608,26021554:26025333,26021589:26024109,26021636:26021841,26038963:26039243,26041232:26041775,26061344:26064341,26072993:26077496,26073030:26075458,26073073:26073673,26076277:26076403,26117873:26118449,26126323:26138411,26126329:26138549,26130278:26138168,26141878:26151481,26143859:26153976,26153826:26160980,26207149:26212321,26207201:26212471,26256609:26261355,26259648:26270042,26260258:26270362,26273623:26306063,26289282:26307068,26321163:26353633,26335937:26363136,26347659:26366252', 'assoc_mat': '25577172:barquette_opaque:4207:25577410,25586491:barquette_opaque:4207:25603081,25605068:barquette_opaque:4207:25605143,25606444:barquette_opaque:4207:25606735,25607481:barquette_opaque:4207:25607700,25610669:barquette_opaque:4207:25610806,25613106:barquette_opaque:4207:25613310,25613712:barquette_opaque:4207:25613792,25719374:barquette_opaque:4207:25722210,25721483:barquette_opaque:4207:25724142,25727718:barquette_opaque:4207:25730604,25734593:barquette_opaque:4207:25737147,25745377:barquette_opaque:4207:25748326,25784009:barquette_opaque:4207:25786995,25787725:barquette_opaque:4207:25790693,25792339:barquette_opaque:4207:25795975,25795725:barquette_opaque:4207:25795850,25820344:barquette_opaque:4207:25821404,25825104:barquette_opaque:4207:25826520,25904253:barquette_opaque:4207:25906383,25924420:barquette_opaque:4207:25928662,25931370:barquette_opaque:4207:25932118,25972842:barquette_opaque:4207:25976946,25972861:barquette_opaque:4207:25988608,26021554:barquette_opaque:4207:26025333,26021589:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0058183098815872535, 'nb_photo': 26, 'list_port_cont': '25583199,25610828,25640575,25713073,25814911,25909331,25974015,26038885,26045111,26073801,26095707,26140121,26157392,26260037,26267743,26271131,26290753,26295303,26305790', 'assoc_port': '25582996:25583199,25610670:25610828,25640337:25640575,25712570:25713073,25814608:25814911,25908700:25909331,25972699:25974015,26038511:26038885,26045048:26045111,26072977:26073801,26095208:26095707,26139621:26140121,26157346:26157392,26259645:26260037,26267296:26267743,26270763:26271131,26290566:26290753,26294966:26295303,26305427:26305790', 'assoc_mat': '25582996:barquette_opaque:4461:25583199,25610670:barquette_opaque:4461:25610828,25640337:barquette_opaque:4461:25640575,25712570:barquette_opaque:4461:25713073,25814608:barquette_opaque:4461:25814911,25908700:barquette_opaque:4461:25909331,25972699:barquette_opaque:4461:25974015,26038511:barquette_opaque:4461:26038885,26045048:barquette_opaque:4461:26045111,26072977:barquette_opaque:4461:26073801,26095208:barquette_opaque:4461:26095707,26139621:barquette_opaque:4461:26140121,26157346:barquette_opaque:4461:26157392,26259645:barquette_opaque:4461:26260037,26267296:barquette_opaque:4461:26267743,26270763:barquette_opaque:4461:26271131,26290566:barquette_opaque:4461:26290753,26294966:barquette_opaque:4461:26295303,26305427:barquette_opaque:4461:26305790'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008437331035927314, 'nb_photo': 201, 'list_port_cont': '25580644,25590850,25593399,25605172,25607658,25609137,25610797,25645495,25669141,25687743,25691321,25695845,25700835,25715662,25719711,25730210,25764788,25774961,25779194,25782847,25787972,25788080,25808448,25812024,25818436,25820556,25891952,25892044,25912891,25917561,25973771,25974367,25974480,26020742,26021862,26022390,26023043,26036688,26037837,26039053,26039188,26039721,26039889,26040507,26041687,26044533,26062019,26062999,26063403,26063633,26071497,26073211,26073493,26074106,26074209,26074454,26074867,26091200,26099181,26115797,26118201,26130429,26130728,26142355,26146630,26151456,26153100,26156938,26157490,26160687,26202463,26210460,26228965,26231241,26232670,26233673,26236622,26237021,26240480,26255032,26257016,26263035,26264641,26266795,26267506,26285226,26292303,26303001,26303907,26320771,26343394', 'assoc_port': '25580401:25580644,25586141:25590850,25593103:25593399,25605067:25605172,25607480:25607658,25608990:25609137,25610666:25610797,25645294:25645495,25668764:25669141,25687503:25687743,25691066:25691321,25695657:25695845,25700539:25700835,25715248:25715662,25719397:25719711,25729970:25730210,25764316:25764788,25774800:25774961,25778996:25779194,25782542:25782847,25787683:25788080,25787728:25787972,25808153:25808448,25811866:25812024,25818302:25818436,25820347:25820556,25891748:25892044,25891751:25891952,25912503:25912891,25917403:25917561,25972755:25974480,25972789:25974367,25972846:25973771,26020561:26020742,26021524:26022390,26021583:26023043,26021634:26021862,26036528:26036688,26037279:26039053,26037347:26037837,26038519:26039721,26038962:26039188,26039675:26039889,26040172:26040507,26041225:26041687,26041235:26044533,26061157:26062019,26061178:26063403,26061234:26063633,26061310:26062999,26071361:26071497,26072974:26074867,26072998:26074454,26073005:26074209,26073011:26074106,26073034:26073493,26073087:2607321', 'assoc_mat': '25580401:barquette_opaque:4200:25580644,25586141:barquette_opaque:4200:25590850,25593103:barquette_opaque:4200:25593399,25605067:barquette_opaque:4200:25605172,25607480:barquette_opaque:4200:25607658,25608990:barquette_opaque:4200:25609137,25610666:barquette_opaque:4200:25610797,25645294:barquette_opaque:4200:25645495,25668764:barquette_opaque:4200:25669141,25687503:barquette_opaque:4200:25687743,25691066:barquette_opaque:4200:25691321,25695657:barquette_opaque:4200:25695845,25700539:barquette_opaque:4200:25700835,25715248:barquette_opaque:4200:25715662,25719397:barquette_opaque:4200:25719711,25729970:barquette_opaque:4200:25730210,25764316:barquette_opaque:4200:25764788,25774800:barquette_opaque:4200:25774961,25778996:barquette_opaque:4200:25779194,25782542:barquette_opaque:4200:25782847,25787683:barquette_opaque:4200:25788080,25787728:barquette_opaque:4200:25787972,25808153:barquette_opaque:4200:25808448,25811866:barquette_opaque:4200:25812024,25818302:barquette_opaque:4200:25818436,25820347:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0054043545564575616, 'nb_photo': 47, 'list_port_cont': '25603898,25608589,25673273,25684258,25766144,25813604,25825339,25866871,25909435,25920073,25930810,25973506,25973552,26038851,26040340,26061695,26062179,26073500,26073595,26076450,26083062,26092618,26113783,26120795,26130920,26131120,26158973,26203229,26231710,26235712,26260085,26271793,26287449,26344730,26357174', 'assoc_port': '25592297:25603898,25608429:25608589,25672857:25673273,25683782:25684258,25765642:25766144,25813342:25813604,25825108:25825339,25866508:25866871,25908706:25909435,25919712:25920073,25930407:25930810,25972722:25973506,25972791:25973552,26038518:26040340,26038669:26038851,26061258:26062179,26061351:26061695,26072901:26073595,26072943:26073500,26076279:26076450,26082519:26083062,26092311:26092618,26113646:26113783,26120445:26120795,26130281:26131120,26130327:26130920,26158712:26158973,26202879:26203229,26231550:26231710,26235483:26235712,26259643:26260085,26271557:26271793,26286909:26287449,26344395:26344730,26356689:26357174', 'assoc_mat': '25592297:barquette_opaque:4209:25603898,25608429:barquette_opaque:4209:25608589,25672857:barquette_opaque:4209:25673273,25683782:barquette_opaque:4209:25684258,25765642:barquette_opaque:4209:25766144,25813342:barquette_opaque:4209:25813604,25825108:barquette_opaque:4209:25825339,25866508:barquette_opaque:4209:25866871,25908706:barquette_opaque:4209:25909435,25919712:barquette_opaque:4209:25920073,25930407:barquette_opaque:4209:25930810,25972722:barquette_opaque:4209:25973506,25972791:barquette_opaque:4209:25973552,26038518:barquette_opaque:4209:26040340,26038669:barquette_opaque:4209:26038851,26061258:barquette_opaque:4209:26062179,26061351:barquette_opaque:4209:26061695,26072901:barquette_opaque:4209:26073595,26072943:barquette_opaque:4209:26073500,26076279:barquette_opaque:4209:26076450,26082519:barquette_opaque:4209:26083062,26092311:barquette_opaque:4209:26092618,26113646:barquette_opaque:4209:26113783,26120445:barquette_opaque:4209:26120795,26130281:barquette_opaque:4209:26131120,26130327:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.018308872194415057, 'nb_photo': 4253, 'list_port_cont': '25577938,25577969,25580838,25581965,25583151,25583183,25583287,25587804,25588416,25590326,25591072,25593223,25593950,25595523,25599684,25604831,25607746,25608234,25608634,25609226,25609459,25610319,25610884,25611147,25611769,25612171,25612413,25613285,25613831,25630480,25631375,25632932,25635689,25638779,25639474,25640639,25642439,25642673,25645615,25645894,25647622,25648881,25651010,25669323,25670522,25674923,25685417,25687112,25691794,25692140,25696963,25697510,25701100,25701379,25703141,25715102,25716059,25719852,25720146,25722519,25726712,25726894,25730746,25731074,25735228,25737369,25737656,25740474,25742795,25747326,25764944,25766738,25769203,25770385,25774701,25776023,25776060,25779359,25779738,25784651,25785038,25786112,25788209,25793142,25793380,25795394,25800613,25808832,25810424,25811647,25813548,25815577,25815787,25816595,25817059,25817222,25818547,25820883,25823018,25823117,25824231,25824339,25825593,25867002,25870587,25872547,25872907,25876344,25879245,25890359,25892171,25892747,25901750,2590651', 'assoc_port': '25577629:25577969,25577631:25577938,25580398:25580838,25581549:25581965,25582988:25583287,25582991:25583183,25582997:25583151,25585203:25588416,25586132:25595523,25587501:25593950,25587503:25593223,25587505:25587804,25589929:25590326,25589970:25599684,25590813:25591072,25604427:25604831,25607439:25607746,25608155:25608234,25608432:25608634,25608969:25609226,25609323:25609459,25610126:25610319,25610668:25610884,25611021:25611147,25611594:25611769,25611934:25612171,25612350:25612413,25613125:25613285,25613675:25613831,25629824:25630480,25630867:25631375,25632563:25632932,25635074:25635689,25638567:25638779,25639141:25639474,25640336:25640639,25642038:25642673,25642054:25642439,25645293:25645894,25645299:25645615,25647272:25647622,25648357:25648881,25650833:25651010,25668768:25669323,25669903:25670522,25674373:25674923,25684796:25685417,25686545:25687112,25691054:25692140,25691060:25691794,25696546:25696963,25696548:25697510,25700531:25701379,25700536:25701100,25702663:25703141,25712562:25715102,25712573:2571605', 'assoc_mat': '25577629:barquette_opaque:4211:25577969,25577631:barquette_opaque:4211:25577938,25580398:barquette_opaque:4211:25580838,25581549:barquette_opaque:4211:25581965,25582988:barquette_opaque:4211:25583287,25582991:barquette_opaque:4211:25583183,25582997:barquette_opaque:4211:25583151,25585203:barquette_opaque:4211:25588416,25586132:barquette_opaque:4211:25595523,25587501:barquette_opaque:4211:25593950,25587503:barquette_opaque:4211:25593223,25587505:barquette_opaque:4211:25587804,25589929:barquette_opaque:4211:25590326,25589970:barquette_opaque:4211:25599684,25590813:barquette_opaque:4211:25591072,25604427:barquette_opaque:4211:25604831,25607439:barquette_opaque:4211:25607746,25608155:barquette_opaque:4211:25608234,25608432:barquette_opaque:4211:25608634,25608969:barquette_opaque:4211:25609226,25609323:barquette_opaque:4211:25609459,25610126:barquette_opaque:4211:25610319,25610668:barquette_opaque:4211:25610884,25611021:barquette_opaque:4211:25611147,25611594:barquette_opaque:4211:25611769,25611934:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003356064550222825, 'nb_photo': 69, 'list_port_cont': '25580223,25585408,25585696,25586613,25593807,25605333,25606911,25610361,25647759,25673969,25700059,25700111,25720130,25730809,25740512,25764666,25769431,25777521,25780977,25783462,25795556,25810902,25811682,25812146,25878454,25884800,25906904,25922025,25929109,25973797,25974168,25974621,26021159,26039622,26062051,26063693,26064366,26065740,26077052,26093269,26093381,26113526,26129096,26146298,26151872,26157230,26204827,26208205,26210877,26215524,26229317,26233007,26233863,26265477,26267002,26345478,26348191', 'assoc_port': '25579741:25580223,25585201:25585408,25585546:25585696,25586492:25586613,25593104:25593807,25605065:25605333,25606448:25606911,25610129:25610361,25647265:25647759,25672836:25673969,25699448:25700111,25699450:25700059,25719359:25720130,25729961:25730809,25739906:25740512,25762830:25764666,25768337:25769431,25777187:25777521,25780123:25780977,25782544:25783462,25794777:25795556,25810549:25810902,25811280:25811682,25811864:25812146,25877604:25878454,25883927:25884800,25905569:25906904,25921077:25922025,25928082:25929109,25972725:25974621,25972836:25974168,25972865:25973797,26020556:26021159,26038961:26039622,26061170:26063693,26061202:26064366,26061300:26065740,26061369:26062051,26076709:26077052,26092288:26093381,26092325:26093269,26113023:26113526,26128184:26129096,26145824:26146298,26151185:26151872,26156667:26157230,26204315:26204827,26207152:26208205,26210166:26210877,26215062:26215524,26228685:26229317,26232482:26233007,26233552:26233863,26265053:26265477,26266380:26267002,26344394:26345478,26347658:2634819', 'assoc_mat': '25579741:bouchon:3327:25580223,25585201:bouchon:3327:25585408,25585546:bouchon:3327:25585696,25586492:bouchon:3327:25586613,25593104:bouchon:3327:25593807,25605065:bouchon:3327:25605333,25606448:bouchon:3327:25606911,25610129:bouchon:3327:25610361,25647265:bouchon:3327:25647759,25672836:bouchon:3327:25673969,25699448:bouchon:3327:25700111,25699450:bouchon:3327:25700059,25719359:bouchon:3327:25720130,25729961:bouchon:3327:25730809,25739906:bouchon:3327:25740512,25762830:bouchon:3327:25764666,25768337:bouchon:3327:25769431,25777187:bouchon:3327:25777521,25780123:bouchon:3327:25780977,25782544:bouchon:3327:25783462,25794777:bouchon:3327:25795556,25810549:bouchon:3327:25810902,25811280:bouchon:3327:25811682,25811864:bouchon:3327:25812146,25877604:bouchon:3327:25878454,25883927:bouchon:3327:25884800,25905569:bouchon:3327:25906904,25921077:bouchon:3327:25922025,25928082:bouchon:3327:25929109,25972725:bouchon:3327:25974621,25972836:bouchon:3327:25974168,25972865:bouchon:3327:25973797,26020556:bouchon:3327:26021159,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01682088152513296, 'nb_photo': 541, 'list_port_cont': '25579273,25583909,25585258,25604484,25610237,25631960,25638062,25640828,25674172,25685091,25703197,25718324,25732879,25769695,25784168,25789999,25790442,25811381,25817965,25868505,25876854,25884075,25909772,25927185,25931466,25976207,25976414,26021592,26023494,26036700,26038739,26040790,26062130,26064496,26075285,26075473,26076374,26077339,26106628,26110982,26125038,26138118,26151669,26160034,26161074,26213445,26217847,26239316,26240772,26243877,26269854,26284565,26306174,26314334,26353837,26366150', 'assoc_port': '25577627:25579273,25583780:25583909,25585199:25585258,25604429:25604484,25610130:25610237,25630859:25631960,25636041:25638062,25640751:25640828,25668756:25674172,25684797:25685091,25700541:25703197,25715253:25718324,25729964:25732879,25764308:25769695,25784022:25784168,25787675:25789999,25787702:25790442,25811287:25811381,25817915:25817965,25867623:25868505,25875785:25876854,25883929:25884075,25905642:25909772,25917397:25927185,25931371:25931466,25972772:25976207,25972778:25976414,26020558:26021592,26021574:26023494,26036530:26036700,26038515:26038739,26040462:26040790,26061163:26062130,26061336:26064496,26072894:26076374,26072958:26077339,26073015:26075473,26074607:26075285,26078693:26106628,26092290:26110982,26117061:26125038,26130280:26138118,26141882:26151669,26152798:26160034,26153833:26161074,26209225:26213445,26215058:26217847,26229423:26239316,26231097:26240772,26235486:26243877,26259646:26269854,26267299:26284565,26286916:26306174,26297425:26314334,26321165:26353837,26347653:26366150', 'assoc_mat': '25577627:carton:4205:25579273,25583780:carton:4205:25583909,25585199:carton:4205:25585258,25604429:carton:4205:25604484,25610130:carton:4205:25610237,25630859:carton:4205:25631960,25636041:carton:4205:25638062,25640751:carton:4205:25640828,25668756:carton:4205:25674172,25684797:carton:4205:25685091,25700541:carton:4205:25703197,25715253:carton:4205:25718324,25729964:carton:4205:25732879,25764308:carton:4205:25769695,25784022:carton:4205:25784168,25787675:carton:4205:25789999,25787702:carton:4205:25790442,25811287:carton:4205:25811381,25817915:carton:4205:25817965,25867623:carton:4205:25868505,25875785:carton:4205:25876854,25883929:carton:4205:25884075,25905642:carton:4205:25909772,25917397:carton:4205:25927185,25931371:carton:4205:25931466,25972772:carton:4205:25976207,25972778:carton:4205:25976414,26020558:carton:4205:26021592,26021574:carton:4205:26023494,26036530:carton:4205:26036700,26038515:carton:4205:26038739,26040462:carton:4205:26040790,26061163:carton:4205:26062130,26061336:carton:4205:26064496,2607'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011431276241084951, 'nb_photo': 1141, 'list_port_cont': '25580946,25583955,25590993,25606749,25610948,25632096,25643827,25646621,25684233,25695412,25703807,25727503,25737350,25772557,25777378,25791405,25810828,25815554,25824842,25871774,25894515,25909853,25920744,25938938,25976277,25989579,26025650,26027263,26037156,26040127,26063825,26063954,26064970,26072765,26075751,26077162,26108687,26111383,26125453,26130843,26142223,26159367,26163976,26209424,26214066,26242955,26245464,26261697,26275677,26281874,26308121,26314362,26328213,26356222,26365454', 'assoc_port': '25580381:25580946,25583787:25583955,25589925:25590993,25606446:25606749,25610667:25610948,25630831:25632096,25642040:25643827,25644541:25646621,25674372:25684233,25691090:25695412,25702666:25703807,25725310:25727503,25736978:25737350,25765639:25772557,25777185:25777378,25787726:25791405,25810539:25810828,25815240:25815554,25822468:25824842,25870117:25871774,25894093:25894515,25905559:25909853,25917394:25920744,25928095:25938938,25972758:25976277,25972863:25989579,26021547:26025650,26021630:26027263,26036997:26037156,26039667:26040127,26061196:26063954,26061298:26064970,26061359:26063825,26071842:26072765,26072935:26077162,26073002:26075751,26082491:26108687,26095210:26111383,26117047:26125453,26122868:26130843,26141883:26142223,26151183:26159367,26158720:26163976,26202838:26209424,26209233:26214066,26226079:26242955,26237654:26245464,26256611:26261697,26264402:26275677,26270767:26281874,26290561:26308121,26297422:26314362,26323538:26356222,26327726:26328213,26343121:26365454', 'assoc_mat': '25580381:carton:4203:25580946,25583787:carton:4203:25583955,25589925:carton:4203:25590993,25606446:carton:4203:25606749,25610667:carton:4203:25610948,25630831:carton:4203:25632096,25642040:carton:4203:25643827,25644541:carton:4203:25646621,25674372:carton:4203:25684233,25691090:carton:4203:25695412,25702666:carton:4203:25703807,25725310:carton:4203:25727503,25736978:carton:4203:25737350,25765639:carton:4203:25772557,25777185:carton:4203:25777378,25787726:carton:4203:25791405,25810539:carton:4203:25810828,25815240:carton:4203:25815554,25822468:carton:4203:25824842,25870117:carton:4203:25871774,25894093:carton:4203:25894515,25905559:carton:4203:25909853,25917394:carton:4203:25920744,25928095:carton:4203:25938938,25972758:carton:4203:25976277,25972863:carton:4203:25989579,26021547:carton:4203:26025650,26021630:carton:4203:26027263,26036997:carton:4203:26037156,26039667:carton:4203:26040127,26061196:carton:4203:26063954,26061298:carton:4203:26064970,26061359:carton:4203:26063825,26071842:carton:4203:26072765,2607'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.951471152905572, 'nb_photo': 13439, 'list_port_cont': '25577417,25577913,25580048,25580574,25580877,25581787,25583137,25583260,25583834,25583887,25600455,25600481,25600857,25600998,25603073,25603869,25604128,25604187,25604353,25604536,25605108,25605140,25606734,25607699,25607743,25608189,25608551,25609367,25609417,25610290,25610805,25611178,25611715,25611750,25612086,25613315,25613788,25631045,25631764,25632106,25633454,25634968,25637512,25638199,25638691,25639318,25639478,25640770,25640817,25643716,25646472,25647454,25649435,25649630,25670157,25673090,25674290,25674818,25682967,25683970,25684452,25686299,25690695,25691246,25694860,25695954,25700258,25700620,25702399,25702855,25703703,25704350,25715045,25718895,25722217,25724151,25726758,25727228,25730601,25733066,25733300,25736429,25737151,25739510,25742335,25742583,25748312,25751738,25770061,25771673,25774758,25775233,25777230,25777400,25781796,25782716,25783014,25784339,25784608,25786999,25790145,25790700,25795862,25795904,25795974,25800573,25809400,25809466,25810147,25810379,25810695,25812004,25813476,2581499', 'assoc_port': '25577172:25577417,25577628:25577913,25579745:25580048,25580379:25580877,25580405:25580574,25581568:25581787,25582989:25583260,25582995:25583137,25583782:25583834,25583786:25583887,25585202:25604128,25585544:25604187,25586130:25600455,25586138:25600481,25586491:25603073,25587507:25604353,25589927:25605108,25590785:25600998,25590812:25600857,25592296:25603869,25604428:25604536,25605068:25605140,25606444:25606734,25607460:25607743,25607481:25607699,25608156:25608189,25608434:25608551,25609321:25609417,25609324:25609367,25610128:25610290,25610669:25610805,25611022:25611178,25611595:25611750,25611606:25611715,25612029:25612086,25613106:25613315,25613712:25613788,25629826:25631045,25630845:25631764,25630865:25632106,25632566:25633454,25633277:25634968,25635078:25637512,25636045:25638199,25638566:25639318,25638585:25638691,25639148:25639478,25640752:25640817,25640756:25640770,25642072:25643716,25644542:25646472,25645297:25647454,25647264:25649435,25647274:25649630,25667488:25670157,25668759:25674290,25669900:2567481', 'assoc_mat': '25577172:carton:4207:25577417,25577628:carton:4207:25577913,25579745:carton:4207:25580048,25580379:carton:4207:25580877,25580405:carton:4207:25580574,25581568:carton:4207:25581787,25582989:carton:4207:25583260,25582995:carton:4207:25583137,25583782:carton:4207:25583834,25583786:carton:4207:25583887,25585202:carton:4207:25604128,25585544:carton:4207:25604187,25586130:carton:4207:25600455,25586138:carton:4207:25600481,25586491:carton:4207:25603073,25587507:carton:4207:25604353,25589927:carton:4207:25605108,25590785:carton:4207:25600998,25590812:carton:4207:25600857,25592296:carton:4207:25603869,25604428:carton:4207:25604536,25605068:carton:4207:25605140,25606444:carton:4207:25606734,25607460:carton:4207:25607743,25607481:carton:4207:25607699,25608156:carton:4207:25608189,25608434:carton:4207:25608551,25609321:carton:4207:25609417,25609324:carton:4207:25609367,25610128:carton:4207:25610290,25610669:carton:4207:25610805,25611022:carton:4207:25611178,25611595:carton:4207:25611750,25611606:carton:4207:25611715,2561'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.015878454417926083, 'nb_photo': 4291, 'list_port_cont': '25577378,25577813,25581903,25583204,25585337,25586323,25587732,25590193,25592542,25604679,25607667,25609383,25610829,25612114,25612192,25613234,25631226,25633733,25636362,25638720,25640580,25644195,25644801,25651809,25667891,25670287,25679636,25685326,25688056,25691552,25695964,25697077,25701030,25713084,25719726,25721794,25726528,25728075,25735004,25735155,25742704,25747024,25751831,25766160,25770256,25775907,25775953,25779332,25783136,25792960,25795917,25799910,25811532,25813494,25814912,25816440,25816473,25818452,25818511,25820759,25825373,25867977,25870352,25873396,25878051,25879135,25892656,25894381,25906275,25909329,25909338,25916726,25917731,25920232,25923778,25931078,25972964,25973423,25973605,25973821,25974007,25978772,25989105,26020797,26021815,26021934,26022845,26024961,26027999,26036604,26036759,26037580,26037800,26038887,26040863,26040926,26041720,26042086,26045104,26061490,26061593,26061702,26061755,26061878,26062438,26062788,26071477,26073305,26073399,26073552,26073618,26073810,26074044,2607417', 'assoc_port': '25577171:25577378,25577630:25577813,25581566:25581903,25582996:25583204,25585204:25585337,25586140:25586323,25587499:25587732,25589930:25590193,25592294:25592542,25604430:25604679,25607476:25607667,25609320:25609383,25610670:25610829,25611914:25612192,25611941:25612114,25613129:25613234,25630861:25631226,25633279:25633733,25636039:25636362,25638586:25638720,25640337:25640580,25642073:25644195,25644544:25644801,25645300:25651809,25667508:25667891,25669917:25670287,25678937:25679636,25684795:25685326,25687501:25688056,25691101:25691552,25695656:25695964,25696549:25697077,25700538:25701030,25712570:25713084,25719366:25719726,25721485:25721794,25726422:25726528,25727717:25728075,25734591:25735155,25734599:25735004,25742072:25742704,25746579:25747024,25751535:25751831,25765645:25766160,25769866:25770256,25775666:25775953,25775669:25775907,25779002:25779332,25782539:25783136,25792335:25792960,25795726:25795917,25799755:25799910,25811285:25811532,25813349:25813494,25814608:25814912,25816292:25816473,25816294:2581644', 'assoc_mat': '25577171:carton:4461:25577378,25577630:carton:4461:25577813,25581566:carton:4461:25581903,25582996:carton:4461:25583204,25585204:carton:4461:25585337,25586140:carton:4461:25586323,25587499:carton:4461:25587732,25589930:carton:4461:25590193,25592294:carton:4461:25592542,25604430:carton:4461:25604679,25607476:carton:4461:25607667,25609320:carton:4461:25609383,25610670:carton:4461:25610829,25611914:carton:4461:25612192,25611941:carton:4461:25612114,25613129:carton:4461:25613234,25630861:carton:4461:25631226,25633279:carton:4461:25633733,25636039:carton:4461:25636362,25638586:carton:4461:25638720,25640337:carton:4461:25640580,25642073:carton:4461:25644195,25644544:carton:4461:25644801,25645300:carton:4461:25651809,25667508:carton:4461:25667891,25669917:carton:4461:25670287,25678937:carton:4461:25679636,25684795:carton:4461:25685326,25687501:carton:4461:25688056,25691101:carton:4461:25691552,25695656:carton:4461:25695964,25696549:carton:4461:25697077,25700538:carton:4461:25701030,25712570:carton:4461:25713084,2571'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.026723362757097878, 'nb_photo': 2509, 'list_port_cont': '25577321,25580634,25583092,25583861,25585278,25589075,25590861,25590951,25592477,25593297,25593392,25605175,25607659,25609131,25610257,25610786,25611075,25611671,25612067,25613760,25630083,25633708,25636339,25638685,25640488,25640789,25642299,25645499,25647464,25648612,25669148,25674741,25685142,25686904,25687758,25691334,25695847,25700823,25702897,25704169,25707571,25715674,25719705,25727865,25730209,25730407,25733599,25733765,25737259,25740204,25742415,25745643,25764800,25768797,25774962,25779195,25780446,25780693,25782838,25787966,25788068,25788417,25792717,25795114,25808438,25810289,25812025,25816348,25816371,25816575,25817038,25818400,25818424,25820553,25822733,25825295,25866934,25869603,25869683,25873355,25876031,25886127,25887257,25891941,25892053,25904516,25906263,25906916,25912893,25916563,25916711,25917559,25921365,25921731,25923657,25924682,25930758,25931008,25973532,25973779,25974357,25974484,25974825,25974924,25981129,26020740,26020838,26021861,26021982,26022377,26022894,26023049,26036686,2603770', 'assoc_port': '25577174:25577321,25580401:25580634,25582992:25583092,25583784:25583861,25585205:25585278,25585545:25589075,25586141:25590861,25590795:25590951,25592281:25592477,25593103:25593392,25593105:25593297,25605067:25605175,25607480:25607659,25608990:25609131,25610127:25610257,25610666:25610786,25611024:25611075,25611604:25611671,25612032:25612067,25613715:25613760,25629830:25630083,25633273:25633708,25636042:25636339,25638584:25638685,25640338:25640488,25640754:25640789,25642075:25642299,25645294:25645499,25647267:25647464,25648355:25648612,25668764:25669148,25674370:25674741,25684799:25685142,25686543:25686904,25687503:25687758,25691066:25691334,25695657:25695847,25696552:25704169,25700539:25700823,25702664:25702897,25707499:25707571,25715248:25715674,25719397:25719705,25727719:25727865,25729958:25730407,25729970:25730209,25733343:25733765,25733352:25733599,25736971:25737259,25739903:25740204,25742097:25742415,25745382:25745643,25764316:25764800,25768346:25768797,25774800:25774962,25778996:25779195,25780119:2578069', 'assoc_mat': '25577174:carton:4200:25577321,25580401:carton:4200:25580634,25582992:carton:4200:25583092,25583784:carton:4200:25583861,25585205:carton:4200:25585278,25585545:carton:4200:25589075,25586141:carton:4200:25590861,25590795:carton:4200:25590951,25592281:carton:4200:25592477,25593103:carton:4200:25593392,25593105:carton:4200:25593297,25605067:carton:4200:25605175,25607480:carton:4200:25607659,25608990:carton:4200:25609131,25610127:carton:4200:25610257,25610666:carton:4200:25610786,25611024:carton:4200:25611075,25611604:carton:4200:25611671,25612032:carton:4200:25612067,25613715:carton:4200:25613760,25629830:carton:4200:25630083,25633273:carton:4200:25633708,25636042:carton:4200:25636339,25638584:carton:4200:25638685,25640338:carton:4200:25640488,25640754:carton:4200:25640789,25642075:carton:4200:25642299,25645294:carton:4200:25645499,25647267:carton:4200:25647464,25648355:carton:4200:25648612,25668764:carton:4200:25669148,25674370:carton:4200:25674741,25684799:carton:4200:25685142,25686543:carton:4200:25686904,2568'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.12582013247559046, 'nb_photo': 2392, 'list_port_cont': '25580695,25581645,25581718,25586204,25603904,25608590,25609173,25611119,25611650,25611689,25614928,25615077,25633669,25633793,25637259,25639356,25650301,25650380,25658549,25673267,25684256,25687843,25695828,25700929,25712958,25721884,25726685,25733867,25745751,25751686,25766137,25773157,25780614,25780817,25792880,25811582,25813611,25814949,25817098,25825337,25866882,25873538,25878131,25887269,25887318,25891995,25909288,25909424,25912959,25919881,25920057,25924910,25930813,25973231,25973509,25973560,25973696,25974049,26020758,26021963,26021995,26024834,26025977,26028339,26037384,26038852,26039168,26040346,26041387,26044563,26044611,26061547,26061564,26061694,26061906,26062145,26062175,26062358,26062759,26062919,26063089,26063331,26065898,26069332,26070142,26070185,26070287,26070364,26070471,26072138,26073195,26073270,26073514,26073593,26076444,26083061,26092627,26113790,26115129,26118180,26118226,26120791,26130909,26131107,26143477,26145865,26146554,26150529,26155526,26158970,26161795,26200520,26200709,2620321', 'assoc_port': '25580380:25580695,25581569:25581645,25581570:25581718,25586136:25586204,25592297:25603904,25608429:25608590,25608988:25609173,25611020:25611119,25611599:25611689,25611602:25611650,25614817:25615077,25614819:25614928,25633271:25633793,25633275:25633669,25636907:25637259,25639144:25639356,25650163:25650380,25650167:25650301,25658372:25658549,25672857:25673267,25683782:25684256,25687505:25687843,25695653:25695828,25700533:25700929,25712557:25712958,25721454:25721884,25726409:25726685,25733337:25733867,25745374:25745751,25751534:25751686,25765642:25766137,25772539:25773157,25780111:25780817,25780136:25780614,25792380:25792880,25811282:25811582,25813342:25813611,25814607:25814949,25816876:25817098,25825108:25825337,25866508:25866882,25873073:25873538,25877606:25878131,25887022:25887318,25887023:25887269,25891753:25891995,25908706:25909424,25908743:25909288,25912507:25912959,25919712:25920057,25919715:25919881,25924424:25924910,25930407:25930813,25972697:25974049,25972718:25973696,25972722:25973509,25972791:2597356', 'assoc_mat': '25580380:carton:4209:25580695,25581569:carton:4209:25581645,25581570:carton:4209:25581718,25586136:carton:4209:25586204,25592297:carton:4209:25603904,25608429:carton:4209:25608590,25608988:carton:4209:25609173,25611020:carton:4209:25611119,25611599:carton:4209:25611689,25611602:carton:4209:25611650,25614817:carton:4209:25615077,25614819:carton:4209:25614928,25633271:carton:4209:25633793,25633275:carton:4209:25633669,25636907:carton:4209:25637259,25639144:carton:4209:25639356,25650163:carton:4209:25650380,25650167:carton:4209:25650301,25658372:carton:4209:25658549,25672857:carton:4209:25673267,25683782:carton:4209:25684256,25687505:carton:4209:25687843,25695653:carton:4209:25695828,25700533:carton:4209:25700929,25712557:carton:4209:25712958,25721454:carton:4209:25721884,25726409:carton:4209:25726685,25733337:carton:4209:25733867,25745374:carton:4209:25745751,25751534:carton:4209:25751686,25765642:carton:4209:25766137,25772539:carton:4209:25773157,25780111:carton:4209:25780817,25780136:carton:4209:25780614,2579'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009994041466459047, 'nb_photo': 9937, 'list_port_cont': '25577940,25577964,25580826,25581954,25583150,25583185,25583286,25587805,25588424,25590320,25591074,25593226,25593946,25595528,25599693,25604827,25607762,25608244,25608636,25609213,25609454,25610316,25610895,25611134,25611773,25612158,25612414,25613289,25613833,25630472,25631362,25632944,25635678,25638783,25639464,25640641,25642438,25642676,25645614,25645881,25647625,25648890,25651020,25669326,25670513,25674931,25685405,25687115,25691811,25692138,25696964,25697509,25701093,25701375,25703153,25715100,25716064,25719853,25720159,25722531,25726722,25726893,25730762,25731066,25735236,25737365,25737669,25740473,25742802,25747320,25764942,25766751,25769215,25770388,25774699,25776035,25776052,25779361,25779737,25784650,25785050,25786119,25788215,25793145,25793383,25795408,25800609,25808830,25810410,25811633,25813535,25815587,25815772,25816594,25817062,25817216,25818549,25820881,25823014,25823090,25824236,25824325,25825594,25866995,25870597,25872539,25872916,25876353,25879246,25890373,25892184,25892746,25901747,2590651', 'assoc_port': '25577629:25577964,25577631:25577940,25580398:25580826,25581549:25581954,25582988:25583286,25582991:25583185,25582997:25583150,25585203:25588424,25586132:25595528,25587501:25593946,25587503:25593226,25587505:25587805,25589929:25590320,25589970:25599693,25590813:25591074,25604427:25604827,25607439:25607762,25608155:25608244,25608432:25608636,25608969:25609213,25609323:25609454,25610126:25610316,25610668:25610895,25611021:25611134,25611594:25611773,25611934:25612158,25612350:25612414,25613125:25613289,25613675:25613833,25629824:25630472,25630867:25631362,25632563:25632944,25635074:25635678,25638567:25638783,25639141:25639464,25640336:25640641,25642038:25642676,25642054:25642438,25645293:25645881,25645299:25645614,25647272:25647625,25648357:25648890,25650833:25651020,25668768:25669326,25669903:25670513,25674373:25674931,25684796:25685405,25686545:25687115,25691054:25692138,25691060:25691811,25696546:25696964,25696548:25697509,25700531:25701375,25700536:25701093,25702663:25703153,25712562:25715100,25712573:2571606', 'assoc_mat': '25577629:carton:4211:25577964,25577631:carton:4211:25577940,25580398:carton:4211:25580826,25581549:carton:4211:25581954,25582988:carton:4211:25583286,25582991:carton:4211:25583185,25582997:carton:4211:25583150,25585203:carton:4211:25588424,25586132:carton:4211:25595528,25587501:carton:4211:25593946,25587503:carton:4211:25593226,25587505:carton:4211:25587805,25589929:carton:4211:25590320,25589970:carton:4211:25599693,25590813:carton:4211:25591074,25604427:carton:4211:25604827,25607439:carton:4211:25607762,25608155:carton:4211:25608244,25608432:carton:4211:25608636,25608969:carton:4211:25609213,25609323:carton:4211:25609454,25610126:carton:4211:25610316,25610668:carton:4211:25610895,25611021:carton:4211:25611134,25611594:carton:4211:25611773,25611934:carton:4211:25612158,25612350:carton:4211:25612414,25613125:carton:4211:25613289,25613675:carton:4211:25613833,25629824:carton:4211:25630472,25630867:carton:4211:25631362,25632563:carton:4211:25632944,25635074:carton:4211:25635678,25638567:carton:4211:25638783,2563'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0031716146361758734, 'nb_photo': 392, 'list_port_cont': '25577504,25580216,25583308,25584029,25585413,25585691,25586617,25589462,25593804,25594702,25599107,25605342,25606914,25608675,25609533,25610353,25611210,25612250,25613365,25633049,25635796,25639495,25640697,25640959,25644949,25647768,25647992,25650642,25673974,25687148,25691923,25692064,25693205,25696247,25700053,25700104,25703289,25703691,25722290,25730715,25731056,25733795,25735421,25737650,25737742,25740514,25746096,25752090,25769425,25773591,25775401,25777512,25783454,25788433,25788598,25789397,25795563,25806802,25810904,25815011,25817330,25818602,25818630,25821168,25823466,25824215,25868264,25868387,25870697,25873703,25878463,25887520,25890504,25892256,25905081,25909960,25913175,25913233,25917066,25917092,25920703,25924076,25924297,25929104,25931664,25937574,25974025,25974166,25974273,25974410,25974608,25974691,25979270,26021158,26023458,26023478,26025477,26030965,26031147,26036896,26037272,26038979,26039617,26041128,26041185,26042277,26042288,26044494,26045248,26061984,26062256,26062416,26062523,2606331', 'assoc_port': '25577173:25577504,25579741:25580216,25582994:25583308,25583783:25584029,25585201:25585413,25585546:25585691,25586142:25589462,25586492:25586617,25590799:25594702,25592295:25599107,25593104:25593804,25605065:25605342,25606448:25606914,25608430:25608675,25609322:25609533,25610129:25610353,25611023:25611210,25611992:25612250,25613127:25613365,25632564:25633049,25635076:25635796,25639146:25639495,25640335:25640697,25640753:25640959,25644540:25644949,25647265:25647768,25647269:25647992,25650158:25650642,25672836:25673974,25686547:25687148,25691063:25692064,25691098:25691923,25692370:25693205,25695658:25696247,25699448:25700104,25699450:25700053,25702665:25703289,25703476:25703691,25721450:25722290,25729956:25731056,25729973:25730715,25733347:25733795,25734603:25735421,25736960:25737742,25736974:25737650,25739906:25740514,25745380:25746096,25751536:25752090,25768337:25769425,25772534:25773591,25774802:25775401,25777187:25777512,25782544:25783454,25787677:25788598,25787712:25788433,25788737:25789397,25794777:2579556', 'assoc_mat': '25577173:carton:3327:25577504,25579741:carton:3327:25580216,25582994:carton:3327:25583308,25583783:carton:3327:25584029,25585201:carton:3327:25585413,25585546:carton:3327:25585691,25586142:carton:3327:25589462,25586492:carton:3327:25586617,25590799:carton:3327:25594702,25592295:carton:3327:25599107,25593104:carton:3327:25593804,25605065:carton:3327:25605342,25606448:carton:3327:25606914,25608430:carton:3327:25608675,25609322:carton:3327:25609533,25610129:carton:3327:25610353,25611023:carton:3327:25611210,25611992:carton:3327:25612250,25613127:carton:3327:25613365,25632564:carton:3327:25633049,25635076:carton:3327:25635796,25639146:carton:3327:25639495,25640335:carton:3327:25640697,25640753:carton:3327:25640959,25644540:carton:3327:25644949,25647265:carton:3327:25647768,25647269:carton:3327:25647992,25650158:carton:3327:25650642,25672836:carton:3327:25673974,25686547:carton:3327:25687148,25691063:carton:3327:25692064,25691098:carton:3327:25691923,25692370:carton:3327:25693205,25695658:carton:3327:25696247,2569'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.010544853018333276, 'nb_photo': 697, 'list_port_cont': '25584792,25586291,25597317,25611723,25642432,25642567,25644979,25650410,25687869,25696084,25733744,25751943,25780500,25788129,25788322,25788677,25835499,25920154,26021797,26073437,26073659,26092688,26130787,26155562,26207766,26212180,26235803,26287286,26336719,26339021,26339699,26344983', 'assoc_port': '25583785:25584792,25586134:25586291,25596911:25597317,25611600:25611723,25642068:25642567,25642070:25642432,25644543:25644979,25650165:25650410,25687508:25687869,25695652:25696084,25733340:25733744,25751533:25751943,25780126:25780500,25787682:25788677,25787722:25788322,25787723:25788129,25832877:25835499,25919698:25920154,26021624:26021797,26072929:26073659,26072994:26073437,26092297:26092688,26130256:26130787,26155249:26155562,26207198:26207766,26211842:26212180,26235484:26235803,26286911:26287286,26335941:26339021,26335943:26336719,26339308:26339699,26344396:26344983', 'assoc_mat': '25583785:carton:3594:25584792,25586134:carton:3594:25586291,25596911:carton:3594:25597317,25611600:carton:3594:25611723,25642068:carton:3594:25642567,25642070:carton:3594:25642432,25644543:carton:3594:25644979,25650165:carton:3594:25650410,25687508:carton:3594:25687869,25695652:carton:3594:25696084,25733340:carton:3594:25733744,25751533:carton:3594:25751943,25780126:carton:3594:25780500,25787682:carton:3594:25788677,25787722:carton:3594:25788322,25787723:carton:3594:25788129,25832877:carton:3594:25835499,25919698:carton:3594:25920154,26021624:carton:3594:26021797,26072929:carton:3594:26073659,26072994:carton:3594:26073437,26092297:carton:3594:26092688,26130256:carton:3594:26130787,26155249:carton:3594:26155562,26207198:carton:3594:26207766,26211842:carton:3594:26212180,26235484:carton:3594:26235803,26286911:carton:3594:26287286,26335941:carton:3594:26339021,26335943:carton:3594:26336719,26339308:carton:3594:26339699,26344396:carton:3594:26344983'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001924493493303865, 'nb_photo': 131, 'list_port_cont': '25576727,25581218,25584131,25637175,25639190,25667797,25685069,25705229,25725455,25742234,25775805,25780275,25808499,25810280,25813409,25816786,25817985,25869536,25885352,25901228,25908995,25909706,25921163,25974520,26022350,26023184,26023662,26037481,26038872,26039892,26061518,26063272,26069259,26070267,26073175,26073788,26074391,26074674,26074855,26097112,26097686,26111607,26115034,26118131,26128396,26146515,26157450,26194662,26200484,26226876,26227118,26231171,26242620,26258393,26259890,26266322,26270824,26287271,26288109,26294168,26325710,26335836', 'assoc_port': '25576689:25576727,25579743:25581218,25582993:25584131,25636904:25637175,25639150:25639190,25667470:25667797,25684794:25685069,25705165:25705229,25725313:25725455,25742082:25742234,25775667:25775805,25780115:25780275,25805744:25808499,25810195:25810280,25813345:25813409,25815230:25816786,25817914:25817985,25869429:25869536,25885261:25885352,25900879:25901228,25908735:25909706,25908744:25908995,25921069:25921163,25972667:25974520,26021522:26022350,26021572:26023662,26021610:26023184,26037346:26037481,26038520:26038872,26039669:26039892,26061226:26063272,26061372:26061518,26069168:26069259,26069946:26070267,26072890:26074855,26072926:26074674,26072944:26074391,26072987:26073788,26073010:26073175,26096657:26097686,26096682:26097112,26111535:26111607,26114898:26115034,26117875:26118131,26128188:26128396,26146318:26146515,26157344:26157450,26194420:26194662,26200337:26200484,26226692:26227118,26226696:26226876,26231094:26231171,26242576:26242620,26258049:26258393,26259615:26259890,26264426:26266322,26270765:2627082', 'assoc_mat': '25576689:cartonnette:3726:25576727,25579743:cartonnette:3726:25581218,25582993:cartonnette:3726:25584131,25636904:cartonnette:3726:25637175,25639150:cartonnette:3726:25639190,25667470:cartonnette:3726:25667797,25684794:cartonnette:3726:25685069,25705165:cartonnette:3726:25705229,25725313:cartonnette:3726:25725455,25742082:cartonnette:3726:25742234,25775667:cartonnette:3726:25775805,25780115:cartonnette:3726:25780275,25805744:cartonnette:3726:25808499,25810195:cartonnette:3726:25810280,25813345:cartonnette:3726:25813409,25815230:cartonnette:3726:25816786,25817914:cartonnette:3726:25817985,25869429:cartonnette:3726:25869536,25885261:cartonnette:3726:25885352,25900879:cartonnette:3726:25901228,25908735:cartonnette:3726:25909706,25908744:cartonnette:3726:25908995,25921069:cartonnette:3726:25921163,25972667:cartonnette:3726:25974520,26021522:cartonnette:3726:26022350,26021572:cartonnette:3726:26023662,26021610:cartonnette:3726:26023184,26037346:cartonnette:3726:26037481,26038520:cartonnette:3726:26038872,26039669:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006565214174780985, 'nb_photo': 435, 'list_port_cont': '25576723,25581226,25584134,25586531,25590116,25604447,25608420,25608531,25632752,25637183,25639196,25667796,25685066,25719610,25720186,25725451,25763131,25770047,25775800,25780264,25795795,25808501,25810279,25813404,25816793,25817983,25869535,25885356,25889929,25901229,25908986,25909709,25921166,25973065,25973636,25974237,25974516,26022357,26022946,26023186,26023653,26036544,26037475,26038793,26038874,26039897,26041652,26061403,26061510,26061676,26062061,26062260,26062635,26062831,26062986,26063386,26064904,26064991,26069249,26070057,26070262,26070714,26071900,26073785,26074393,26074677,26074858,26076356,26097105,26097678,26111613,26115033,26118127,26120519,26142088,26157447,26194664,26200482,26204420,26226883,26227117,26231172,26242617,26258386,26259893,26261841,26266318,26270831,26287268,26288099,26293953,26294173,26321370,26325715,26335824,26340490,26356840', 'assoc_port': '25576689:25576723,25579743:25581226,25582993:25584134,25586490:25586531,25589950:25590116,25604425:25604447,25607441:25608420,25608431:25608531,25632565:25632752,25636904:25637183,25639150:25639196,25667470:25667796,25684794:25685066,25719358:25720186,25719396:25719610,25725313:25725451,25762811:25763131,25769863:25770047,25775667:25775800,25780115:25780264,25795723:25795795,25805744:25808501,25810195:25810279,25813345:25813404,25815230:25816793,25817914:25817983,25869429:25869535,25885261:25885356,25889802:25889929,25900879:25901229,25908735:25909709,25908744:25908986,25921069:25921166,25972667:25974516,25972705:25974237,25972766:25973636,25972818:25973065,26021522:26022357,26021572:26023653,26021610:26023186,26021635:26022946,26036515:26036544,26037346:26037475,26038520:26038874,26038668:26038793,26039669:26039897,26041234:26041652,26061211:26064991,26061213:26061403,26061214:26064904,26061220:26063386,26061232:26062986,26061238:26062831,26061281:26062635,26061283:26062260,26061287:26062061,26061306:2606167', 'assoc_mat': '25576689:Carton_brun:3726:25576723,25579743:Carton_brun:3726:25581226,25582993:Carton_brun:3726:25584134,25586490:Carton_brun:3726:25586531,25589950:Carton_brun:3726:25590116,25604425:Carton_brun:3726:25604447,25607441:Carton_brun:3726:25608420,25608431:Carton_brun:3726:25608531,25632565:Carton_brun:3726:25632752,25636904:Carton_brun:3726:25637183,25639150:Carton_brun:3726:25639196,25667470:Carton_brun:3726:25667796,25684794:Carton_brun:3726:25685066,25719358:Carton_brun:3726:25720186,25719396:Carton_brun:3726:25719610,25725313:Carton_brun:3726:25725451,25762811:Carton_brun:3726:25763131,25769863:Carton_brun:3726:25770047,25775667:Carton_brun:3726:25775800,25780115:Carton_brun:3726:25780264,25795723:Carton_brun:3726:25795795,25805744:Carton_brun:3726:25808501,25810195:Carton_brun:3726:25810279,25813345:Carton_brun:3726:25813404,25815230:Carton_brun:3726:25816793,25817914:Carton_brun:3726:25817983,25869429:Carton_brun:3726:25869535,25885261:Carton_brun:3726:25885356,25889802:Carton_brun:3726:25889929,25900879:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00524468083158771, 'nb_photo': 222, 'list_port_cont': '25576719,25581225,25584129,25586525,25590127,25604453,25608413,25608528,25611635,25614898,25637179,25639194,25667804,25685067,25705223,25719609,25720185,25725464,25734672,25763142,25770036,25775802,25795805,25808500,25810273,25813403,25816796,25817981,25869533,25885353,25889939,25901237,25908990,25909703,25921161,25973075,25973642,25974512,26022360,26022949,26023181,26023655,26036547,26038866,26039893,26041654,26061399,26061680,26062071,26062272,26064899,26069255,26070268,26071895,26073791,26074678,26074862,26076355,26097114,26097681,26111609,26120512,26128402,26146506,26157446,26194657,26204409,26207327,26226880,26227111,26231168,26242621,26259896,26261834,26266323,26270821,26287274,26288108,26293956,26294166,26300091,26317886', 'assoc_port': '25576689:25576719,25579743:25581225,25582993:25584129,25586490:25586525,25589950:25590127,25604425:25604453,25607441:25608413,25608431:25608528,25611597:25611635,25614815:25614898,25636904:25637179,25639150:25639194,25667470:25667804,25684794:25685067,25705165:25705223,25719358:25720185,25719396:25719609,25725313:25725464,25734607:25734672,25762811:25763142,25769863:25770036,25775667:25775802,25795723:25795805,25805744:25808500,25810195:25810273,25813345:25813403,25815230:25816796,25817914:25817981,25869429:25869533,25885261:25885353,25889802:25889939,25900879:25901237,25908735:25909703,25908744:25908990,25921069:25921161,25972667:25974512,25972766:25973642,25972818:25973075,26021522:26022360,26021572:26023655,26021610:26023181,26021635:26022949,26036515:26036547,26038520:26038866,26039669:26039893,26041234:26041654,26061213:26061399,26061214:26064899,26061283:26062272,26061287:26062071,26061306:26061680,26069168:26069255,26069946:26070268,26071846:26071895,26072890:26074862,26072926:26074678,26072987:2607379', 'assoc_mat': '25576689:Carton_gris:3726:25576719,25579743:Carton_gris:3726:25581225,25582993:Carton_gris:3726:25584129,25586490:Carton_gris:3726:25586525,25589950:Carton_gris:3726:25590127,25604425:Carton_gris:3726:25604453,25607441:Carton_gris:3726:25608413,25608431:Carton_gris:3726:25608528,25611597:Carton_gris:3726:25611635,25614815:Carton_gris:3726:25614898,25636904:Carton_gris:3726:25637179,25639150:Carton_gris:3726:25639194,25667470:Carton_gris:3726:25667804,25684794:Carton_gris:3726:25685067,25705165:Carton_gris:3726:25705223,25719358:Carton_gris:3726:25720185,25719396:Carton_gris:3726:25719609,25725313:Carton_gris:3726:25725464,25734607:Carton_gris:3726:25734672,25762811:Carton_gris:3726:25763142,25769863:Carton_gris:3726:25770036,25775667:Carton_gris:3726:25775802,25795723:Carton_gris:3726:25795805,25805744:Carton_gris:3726:25808500,25810195:Carton_gris:3726:25810273,25813345:Carton_gris:3726:25813403,25815230:Carton_gris:3726:25816796,25817914:Carton_gris:3726:25817981,25869429:Carton_gris:3726:25869533,25885261:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002352638406458963, 'nb_photo': 29, 'list_port_cont': '25638066,25640835,25718330,25784174,25876865,25884064,25909771,25927193,26021604,26038740,26040796,26160037,26240768,26269849,26314339,26366152', 'assoc_port': '25636041:25638066,25640751:25640835,25715253:25718330,25784022:25784174,25875785:25876865,25883929:25884064,25905642:25909771,25917397:25927193,26020558:26021604,26038515:26038740,26040462:26040796,26152798:26160037,26231097:26240768,26259646:26269849,26297425:26314339,26347653:26366152', 'assoc_mat': '25636041:ela:4205:25638066,25640751:ela:4205:25640835,25715253:ela:4205:25718330,25784022:ela:4205:25784174,25875785:ela:4205:25876865,25883929:ela:4205:25884064,25905642:ela:4205:25909771,25917397:ela:4205:25927193,26020558:ela:4205:26021604,26038515:ela:4205:26038740,26040462:ela:4205:26040796,26152798:ela:4205:26160037,26231097:ela:4205:26240768,26259646:ela:4205:26269849,26297425:ela:4205:26314339,26347653:ela:4205:26366152'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9582237398791777, 'nb_photo': 539, 'list_port_cont': '25580947,25583960,25591004,25606752,25610942,25632094,25643823,25646606,25684229,25695409,25703812,25727511,25737349,25772560,25777377,25791393,25810836,25815566,25824847,25871769,25894524,25909855,25920746,25976278,25989580,26025640,26027275,26037155,26040134,26063821,26063955,26064971,26072768,26075742,26077168,26108688,26111384,26125457,26130845,26142219,26159368,26163985,26209434,26214072,26242948,26245466,26261693,26275682,26281885,26308123,26314368,26328219,26356220,26365464', 'assoc_port': '25580381:25580947,25583787:25583960,25589925:25591004,25606446:25606752,25610667:25610942,25630831:25632094,25642040:25643823,25644541:25646606,25674372:25684229,25691090:25695409,25702666:25703812,25725310:25727511,25736978:25737349,25765639:25772560,25777185:25777377,25787726:25791393,25810539:25810836,25815240:25815566,25822468:25824847,25870117:25871769,25894093:25894524,25905559:25909855,25917394:25920746,25972758:25976278,25972863:25989580,26021547:26025640,26021630:26027275,26036997:26037155,26039667:26040134,26061196:26063955,26061298:26064971,26061359:26063821,26071842:26072768,26072935:26077168,26073002:26075742,26082491:26108688,26095210:26111384,26117047:26125457,26122868:26130845,26141883:26142219,26151183:26159368,26158720:26163985,26202838:26209434,26209233:26214072,26226079:26242948,26237654:26245466,26256611:26261693,26264402:26275682,26270767:26281885,26290561:26308123,26297422:26314368,26323538:26356220,26327726:26328219,26343121:26365464', 'assoc_mat': '25580381:ela:4203:25580947,25583787:ela:4203:25583960,25589925:ela:4203:25591004,25606446:ela:4203:25606752,25610667:ela:4203:25610942,25630831:ela:4203:25632094,25642040:ela:4203:25643823,25644541:ela:4203:25646606,25674372:ela:4203:25684229,25691090:ela:4203:25695409,25702666:ela:4203:25703812,25725310:ela:4203:25727511,25736978:ela:4203:25737349,25765639:ela:4203:25772560,25777185:ela:4203:25777377,25787726:ela:4203:25791393,25810539:ela:4203:25810836,25815240:ela:4203:25815566,25822468:ela:4203:25824847,25870117:ela:4203:25871769,25894093:ela:4203:25894524,25905559:ela:4203:25909855,25917394:ela:4203:25920746,25972758:ela:4203:25976278,25972863:ela:4203:25989580,26021547:ela:4203:26025640,26021630:ela:4203:26027275,26036997:ela:4203:26037155,26039667:ela:4203:26040134,26061196:ela:4203:26063955,26061298:ela:4203:26064971,26061359:ela:4203:26063821,26071842:ela:4203:26072768,26072935:ela:4203:26077168,26073002:ela:4203:26075742,26082491:ela:4203:26108688,26095210:ela:4203:26111384,26117047:ela:4203:2612545'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0006558692283075045, 'nb_photo': 126, 'list_port_cont': '25580880,25583835,25600456,25600990,25603857,25605114,25607732,25610287,25611712,25612094,25638203,25639307,25683980,25691245,25694851,25700630,25704339,25730610,25733052,25739520,25742327,25751739,25777397,25781801,25782720,25784609,25790690,25810689,25812012,25814995,25815488,25817855,25817950,25821414,25824504,25833025,25867406,25874316,25892764,25909655,25910051,25914680,25918504,25918972,25920786,25922431,25927776,25975933,26020708,26021847,26022478,26025332,26037004,26039239,26041596,26041616,26041955,26062007,26063928,26064278,26071645,26073364,26075641,26075699,26076405,26076561,26076951,26077399,26077458,26084917,26113254,26115178,26118461,26141612,26142614,26143040,26149227,26157735,26158386,26158459,26160187,26161871,26162071,26163769,26205506,26209307,26212310,26212470,26213766,26217443,26231936,26240732,26242450,26243780,26246688,26270043,26280089,26282238,26303256,26310308,26314382,26316278,26317282,26351250,26353644,26354899,26360292,26363745,26366259', 'assoc_port': '25580379:25580880,25583782:25583835,25586130:25600456,25589927:25605114,25590785:25600990,25592296:25603857,25607460:25607732,25610128:25610287,25611606:25611712,25612029:25612094,25636045:25638203,25638566:25639307,25683785:25683980,25691057:25694851,25691080:25704339,25691104:25691245,25696550:25700630,25727718:25730610,25729976:25733052,25736967:25739520,25739899:25742327,25746574:25751739,25769865:25777397,25772537:25784609,25778998:25781801,25782547:25782720,25787725:25790690,25810544:25810689,25811862:25812012,25814606:25814995,25815226:25815488,25816290:25817855,25817912:25817950,25820344:25821414,25823752:25824504,25832879:25833025,25866494:25867406,25871861:25874316,25892397:25892764,25905590:25909655,25905645:25910051,25912505:25914680,25916175:25918504,25916184:25918972,25917400:25920786,25919684:25922431,25923412:25927776,25972728:25975933,26020603:26020708,26021545:26022478,26021554:26025332,26021636:26021847,26036998:26037004,26038963:26039239,26040175:26041955,26041223:26041596,26041224:2604161', 'assoc_mat': '25580379:ela:4207:25580880,25583782:ela:4207:25583835,25586130:ela:4207:25600456,25589927:ela:4207:25605114,25590785:ela:4207:25600990,25592296:ela:4207:25603857,25607460:ela:4207:25607732,25610128:ela:4207:25610287,25611606:ela:4207:25611712,25612029:ela:4207:25612094,25636045:ela:4207:25638203,25638566:ela:4207:25639307,25683785:ela:4207:25683980,25691057:ela:4207:25694851,25691080:ela:4207:25704339,25691104:ela:4207:25691245,25696550:ela:4207:25700630,25727718:ela:4207:25730610,25729976:ela:4207:25733052,25736967:ela:4207:25739520,25739899:ela:4207:25742327,25746574:ela:4207:25751739,25769865:ela:4207:25777397,25772537:ela:4207:25784609,25778998:ela:4207:25781801,25782547:ela:4207:25782720,25787725:ela:4207:25790690,25810544:ela:4207:25810689,25811862:ela:4207:25812012,25814606:ela:4207:25814995,25815226:ela:4207:25815488,25816290:ela:4207:25817855,25817912:ela:4207:25817950,25820344:ela:4207:25821414,25823752:ela:4207:25824504,25832879:ela:4207:25833025,25866494:ela:4207:25867406,25871861:ela:4207:2587431'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002708868952124585, 'nb_photo': 10, 'list_port_cont': '25612117,25651807,25697068,25735159,25775958,26099467,26157397,26285777,26319328', 'assoc_port': '25611941:25612117,25645300:25651807,25696549:25697068,25734591:25735159,25775666:25775958,26099015:26099467,26157346:26157397,26285508:26285777,26318903:26319328', 'assoc_mat': '25611941:ela:4461:25612117,25645300:ela:4461:25651807,25696549:ela:4461:25697068,25734591:ela:4461:25735159,25775666:ela:4461:25775958,26099015:ela:4461:26099467,26157346:ela:4461:26157397,26285508:ela:4461:26285777,26318903:ela:4461:26319328'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014416902161778805, 'nb_photo': 192, 'list_port_cont': '25577313,25580641,25583086,25583872,25590862,25590949,25592469,25605171,25607650,25609135,25610254,25610795,25633709,25640792,25642302,25674742,25686893,25687747,25691324,25704162,25707566,25719715,25727874,25730220,25730397,25733760,25737250,25768791,25774947,25779204,25780705,25787965,25788084,25788415,25792721,25795111,25812026,25816343,25816366,25816581,25817045,25820557,25869592,25876027,25886124,25906250,25906924,25916561,25916705,25917562,25921373,25921734,25923654,25931011,25974358,25974936,25981140,26020834,26021986,26023039,26036684,26037834,26038689,26039718,26040520,26041941,26044527,26061413,26061629,26061805,26062997,26063410,26063985,26074097,26074204,26074471,26074956,26088931,26092345,26099171,26115799,26118213,26120660,26123263,26130440,26142345,26144117,26151459,26153103,26155076,26156836,26156947,26158915,26198994,26202457,26207408,26207599,26209493,26210465,26212062,26225352,26231244,26232662,26232749,26233675,26237020,26257005,26260616,26263020,26264638,26273769,26291752,26292306,2630389', 'assoc_port': '25577174:25577313,25580401:25580641,25582992:25583086,25583784:25583872,25586141:25590862,25590795:25590949,25592281:25592469,25605067:25605171,25607480:25607650,25608990:25609135,25610127:25610254,25610666:25610795,25633273:25633709,25640754:25640792,25642075:25642302,25674370:25674742,25686543:25686893,25687503:25687747,25691066:25691324,25696552:25704162,25707499:25707566,25719397:25719715,25727719:25727874,25729958:25730397,25729970:25730220,25733343:25733760,25736971:25737250,25768346:25768791,25774800:25774947,25778996:25779204,25780119:25780705,25787678:25788415,25787683:25788084,25787728:25787965,25792332:25792721,25794775:25795111,25811866:25812026,25816286:25816581,25816288:25816343,25816298:25816366,25816878:25817045,25820347:25820557,25869431:25869592,25875786:25876027,25878871:25886124,25900882:25906924,25905634:25906250,25916181:25916705,25916185:25916561,25917403:25917562,25921065:25921734,25921073:25921373,25923419:25923654,25930362:25931011,25972684:25974936,25972789:25974358,25972833:2598114', 'assoc_mat': '25577174:ela:4200:25577313,25580401:ela:4200:25580641,25582992:ela:4200:25583086,25583784:ela:4200:25583872,25586141:ela:4200:25590862,25590795:ela:4200:25590949,25592281:ela:4200:25592469,25605067:ela:4200:25605171,25607480:ela:4200:25607650,25608990:ela:4200:25609135,25610127:ela:4200:25610254,25610666:ela:4200:25610795,25633273:ela:4200:25633709,25640754:ela:4200:25640792,25642075:ela:4200:25642302,25674370:ela:4200:25674742,25686543:ela:4200:25686893,25687503:ela:4200:25687747,25691066:ela:4200:25691324,25696552:ela:4200:25704162,25707499:ela:4200:25707566,25719397:ela:4200:25719715,25727719:ela:4200:25727874,25729958:ela:4200:25730397,25729970:ela:4200:25730220,25733343:ela:4200:25733760,25736971:ela:4200:25737250,25768346:ela:4200:25768791,25774800:ela:4200:25774947,25778996:ela:4200:25779204,25780119:ela:4200:25780705,25787678:ela:4200:25788415,25787683:ela:4200:25788084,25787728:ela:4200:25787965,25792332:ela:4200:25792721,25794775:ela:4200:25795111,25811866:ela:4200:25812026,25816286:ela:4200:2581658'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004336555168761398, 'nb_photo': 259, 'list_port_cont': '25580694,25581643,25581729,25586205,25603912,25608581,25609172,25611116,25614932,25615074,25633678,25633784,25637261,25639367,25650291,25658536,25673264,25684250,25687849,25695834,25712966,25721895,25726696,25733865,25745744,25751697,25766151,25773159,25780607,25780816,25792877,25811577,25813618,25814944,25817087,25825324,25866875,25873535,25878120,25887278,25887307,25909290,25909439,25912961,25919879,25920064,25924912,25930815,25973234,25973551,25973704,26020767,26024844,26025981,26037375,26039158,26040337,26041385,26044569,26044621,26061563,26061701,26063321,26065896,26070299,26072135,26073196,26073274,26073502,26073585,26076447,26083058,26092630,26115123,26118230,26120799,26130928,26131112,26150531,26155528,26161794,26200519,26200710,26203225,26212003,26226989,26235705,26241272,26260076,26262077,26265307,26278592,26287452,26293262,26293498,26296295,26301148,26323921,26328145,26336387,26357175', 'assoc_port': '25580380:25580694,25581569:25581643,25581570:25581729,25586136:25586205,25592297:25603912,25608429:25608581,25608988:25609172,25611020:25611116,25614817:25615074,25614819:25614932,25633271:25633784,25633275:25633678,25636907:25637261,25639144:25639367,25650167:25650291,25658372:25658536,25672857:25673264,25683782:25684250,25687505:25687849,25695653:25695834,25712557:25712966,25721454:25721895,25726409:25726696,25733337:25733865,25745374:25745744,25751534:25751697,25765642:25766151,25772539:25773159,25780111:25780816,25780136:25780607,25792380:25792877,25811282:25811577,25813342:25813618,25814607:25814944,25816876:25817087,25825108:25825324,25866508:25866875,25873073:25873535,25877606:25878120,25887022:25887307,25887023:25887278,25908706:25909439,25908743:25909290,25912507:25912961,25919712:25920064,25919715:25919879,25924424:25924912,25930407:25930815,25972718:25973704,25972791:25973551,25972871:25973234,26020604:26020767,26021544:26025981,26021627:26024844,26037263:26039158,26037264:26037375,26038518:2604033', 'assoc_mat': '25580380:ela:4209:25580694,25581569:ela:4209:25581643,25581570:ela:4209:25581729,25586136:ela:4209:25586205,25592297:ela:4209:25603912,25608429:ela:4209:25608581,25608988:ela:4209:25609172,25611020:ela:4209:25611116,25614817:ela:4209:25615074,25614819:ela:4209:25614932,25633271:ela:4209:25633784,25633275:ela:4209:25633678,25636907:ela:4209:25637261,25639144:ela:4209:25639367,25650167:ela:4209:25650291,25658372:ela:4209:25658536,25672857:ela:4209:25673264,25683782:ela:4209:25684250,25687505:ela:4209:25687849,25695653:ela:4209:25695834,25712557:ela:4209:25712966,25721454:ela:4209:25721895,25726409:ela:4209:25726696,25733337:ela:4209:25733865,25745374:ela:4209:25745744,25751534:ela:4209:25751697,25765642:ela:4209:25766151,25772539:ela:4209:25773159,25780111:ela:4209:25780816,25780136:ela:4209:25780607,25792380:ela:4209:25792877,25811282:ela:4209:25811577,25813342:ela:4209:25813618,25814607:ela:4209:25814944,25816876:ela:4209:25817087,25825108:ela:4209:25825324,25866508:ela:4209:25866875,25873073:ela:4209:2587353'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011957165541247353, 'nb_photo': 1653, 'list_port_cont': '25577939,25577968,25580831,25581966,25583158,25583193,25583285,25587807,25588429,25590325,25591079,25593229,25593941,25595519,25599694,25604850,25607748,25608232,25608633,25609227,25609452,25610311,25610897,25611141,25611774,25612174,25612425,25613290,25613834,25630484,25631377,25632937,25635690,25638773,25639465,25640630,25642449,25642669,25645612,25645879,25647624,25648883,25651011,25669328,25670516,25674936,25685408,25687098,25691809,25692145,25696966,25697507,25701099,25701370,25703152,25715103,25716065,25719854,25720152,25722523,25726714,25726901,25730748,25731067,25735235,25737368,25737662,25740478,25742803,25747315,25764945,25766741,25769201,25770384,25774698,25776027,25776059,25779376,25779744,25784649,25785040,25786121,25788212,25793139,25793387,25795395,25800612,25808837,25810420,25811635,25813549,25815582,25815782,25816592,25817068,25817218,25818535,25820870,25823012,25823118,25824234,25824326,25825599,25867006,25870595,25872553,25872904,25876355,25879239,25890361,25892178,25892749,25901742,2590652', 'assoc_port': '25577629:25577968,25577631:25577939,25580398:25580831,25581549:25581966,25582988:25583285,25582991:25583193,25582997:25583158,25585203:25588429,25586132:25595519,25587501:25593941,25587503:25593229,25587505:25587807,25589929:25590325,25589970:25599694,25590813:25591079,25604427:25604850,25607439:25607748,25608155:25608232,25608432:25608633,25608969:25609227,25609323:25609452,25610126:25610311,25610668:25610897,25611021:25611141,25611594:25611774,25611934:25612174,25612350:25612425,25613125:25613290,25613675:25613834,25629824:25630484,25630867:25631377,25632563:25632937,25635074:25635690,25638567:25638773,25639141:25639465,25640336:25640630,25642038:25642669,25642054:25642449,25645293:25645879,25645299:25645612,25647272:25647624,25648357:25648883,25650833:25651011,25668768:25669328,25669903:25670516,25674373:25674936,25684796:25685408,25686545:25687098,25691054:25692145,25691060:25691809,25696546:25696966,25696548:25697507,25700531:25701370,25700536:25701099,25702663:25703152,25712562:25715103,25712573:2571606', 'assoc_mat': '25577629:ela:4211:25577968,25577631:ela:4211:25577939,25580398:ela:4211:25580831,25581549:ela:4211:25581966,25582988:ela:4211:25583285,25582991:ela:4211:25583193,25582997:ela:4211:25583158,25585203:ela:4211:25588429,25586132:ela:4211:25595519,25587501:ela:4211:25593941,25587503:ela:4211:25593229,25587505:ela:4211:25587807,25589929:ela:4211:25590325,25589970:ela:4211:25599694,25590813:ela:4211:25591079,25604427:ela:4211:25604850,25607439:ela:4211:25607748,25608155:ela:4211:25608232,25608432:ela:4211:25608633,25608969:ela:4211:25609227,25609323:ela:4211:25609452,25610126:ela:4211:25610311,25610668:ela:4211:25610897,25611021:ela:4211:25611141,25611594:ela:4211:25611774,25611934:ela:4211:25612174,25612350:ela:4211:25612425,25613125:ela:4211:25613290,25613675:ela:4211:25613834,25629824:ela:4211:25630484,25630867:ela:4211:25631377,25632563:ela:4211:25632937,25635074:ela:4211:25635690,25638567:ela:4211:25638773,25639141:ela:4211:25639465,25640336:ela:4211:25640630,25642038:ela:4211:25642669,25642054:ela:4211:2564244'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003208343560093287, 'nb_photo': 1, 'list_port_cont': '25674168', 'assoc_port': '25668756:25674168', 'assoc_mat': '25668756:etiquette:4205:25674168'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 6.0708983240382e-05, 'nb_photo': 33, 'list_port_cont': '25583957,25591002,25632088,25703805,25737341,25772550,25871770,25909864,25920752,25989581,26025645,26027274,26037151,26040125,26075752,26077164,26108680,26125459,26130852,26142208,26163984,26209432,26214062,26242947,26275688,26281884', 'assoc_port': '25583787:25583957,25589925:25591002,25630831:25632088,25702666:25703805,25736978:25737341,25765639:25772550,25870117:25871770,25905559:25909864,25917394:25920752,25972863:25989581,26021547:26025645,26021630:26027274,26036997:26037151,26039667:26040125,26072935:26077164,26073002:26075752,26082491:26108680,26117047:26125459,26122868:26130852,26141883:26142208,26158720:26163984,26202838:26209432,26209233:26214062,26226079:26242947,26264402:26275688,26270767:26281884', 'assoc_mat': '25583787:etiquette:4203:25583957,25589925:etiquette:4203:25591002,25630831:etiquette:4203:25632088,25702666:etiquette:4203:25703805,25736978:etiquette:4203:25737341,25765639:etiquette:4203:25772550,25870117:etiquette:4203:25871770,25905559:etiquette:4203:25909864,25917394:etiquette:4203:25920752,25972863:etiquette:4203:25989581,26021547:etiquette:4203:26025645,26021630:etiquette:4203:26027274,26036997:etiquette:4203:26037151,26039667:etiquette:4203:26040125,26072935:etiquette:4203:26077164,26073002:etiquette:4203:26075752,26082491:etiquette:4203:26108680,26117047:etiquette:4203:26125459,26122868:etiquette:4203:26130852,26141883:etiquette:4203:26142208,26158720:etiquette:4203:26163984,26202838:etiquette:4203:26209432,26209233:etiquette:4203:26214062,26226079:etiquette:4203:26242947,26264402:etiquette:4203:26275688,26270767:etiquette:4203:26281884'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00032043662080023474, 'nb_photo': 6, 'list_port_cont': '25608556,25649444,25736421,25795982,25975849,26109415', 'assoc_port': '25608434:25608556,25647264:25649444,25733334:25736421,25792339:25795982,25972713:25975849,26084015:26109415', 'assoc_mat': '25608434:etiquette:4207:25608556,25647264:etiquette:4207:25649444,25733334:etiquette:4207:25736421,25792339:etiquette:4207:25795982,25972713:etiquette:4207:25975849,26084015:etiquette:4207:26109415'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 8.09818423910168e-05, 'nb_photo': 8, 'list_port_cont': '25640574,26038886,26061480', 'assoc_port': '25640337:25640574,26038511:26038886,26061222:26061480', 'assoc_mat': '25640337:etiquette:4461:25640574,26038511:etiquette:4461:26038886,26061222:etiquette:4461:26061480'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0010141499095912433, 'nb_photo': 5, 'list_port_cont': '25782848,26023051,26036687,26040513', 'assoc_port': '25782542:25782848,26021583:26023051,26036528:26036687,26040172:26040513', 'assoc_mat': '25782542:etiquette:4200:25782848,26021583:etiquette:4200:26023051,26036528:etiquette:4200:26036687,26040172:etiquette:4200:26040513'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0005423267440789765, 'nb_photo': 6, 'list_port_cont': '25603911,25615085,25766139,25909434,25930812,26231725', 'assoc_port': '25592297:25603911,25614817:25615085,25765642:25766139,25908706:25909434,25930407:25930812,26231550:26231725', 'assoc_mat': '25592297:etiquette:4209:25603911,25614817:etiquette:4209:25615085,25765642:etiquette:4209:25766139,25908706:etiquette:4209:25909434,25930407:etiquette:4209:25930812,26231550:etiquette:4209:26231725'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005562347868919704, 'nb_photo': 48, 'list_port_cont': '25630483,25670525,25731079,25740487,25770382,25925436,25982420,26036866,26037716,26040048,26075337,26096017,26237960,26240556,26263487,26267774,26294245', 'assoc_port': '25629824:25630483,25669903:25670525,25729954:25731079,25739908:25740487,25769867:25770382,25924417:25925436,25972762:25982420,26036521:26036866,26037369:26037716,26038510:26040048,26072985:26075337,26095205:26096017,26237657:26237960,26240298:26240556,26262831:26263487,26267294:26267774,26293866:26294245', 'assoc_mat': '25629824:etiquette:4211:25630483,25669903:etiquette:4211:25670525,25729954:etiquette:4211:25731079,25739908:etiquette:4211:25740487,25769867:etiquette:4211:25770382,25924417:etiquette:4211:25925436,25972762:etiquette:4211:25982420,26036521:etiquette:4211:26036866,26037369:etiquette:4211:26037716,26038510:etiquette:4211:26040048,26072985:etiquette:4211:26075337,26095205:etiquette:4211:26096017,26237657:etiquette:4211:26237960,26240298:etiquette:4211:26240556,26262831:etiquette:4211:26263487,26267294:etiquette:4211:26267774,26293866:etiquette:4211:26294245'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005750759340832082, 'nb_photo': 22, 'list_port_cont': '25580214,25585415,25585690,25777520,26030975,26063726,26129094,26301506', 'assoc_port': '25579741:25580214,25585201:25585415,25585546:25585690,25777187:25777520,26021633:26030975,26061293:26063726,26128184:26129094,26300855:26301506', 'assoc_mat': '25579741:etiquette:3327:25580214,25585201:etiquette:3327:25585415,25585546:etiquette:3327:25585690,25777187:etiquette:3327:25777520,26021633:etiquette:3327:26030975,26061293:etiquette:3327:26063726,26128184:etiquette:3327:26129094,26300855:etiquette:3327:26301506'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01739631725997982, 'nb_photo': 737, 'list_port_cont': '25579284,25583908,25585254,25604478,25610227,25631966,25638067,25640833,25674170,25685090,25703191,25718339,25732881,25769684,25784166,25790004,25790444,25811388,25817970,25868510,25876869,25884067,25909780,25927183,25931468,25976214,25976407,26021590,26023493,26036695,26038742,26040793,26062118,26064483,26075289,26075485,26076378,26077343,26106627,26110978,26125039,26138117,26151672,26160045,26161079,26213458,26217855,26239313,26240766,26243878,26269859,26284557,26306179,26314328,26353833,26366145', 'assoc_port': '25577627:25579284,25583780:25583908,25585199:25585254,25604429:25604478,25610130:25610227,25630859:25631966,25636041:25638067,25640751:25640833,25668756:25674170,25684797:25685090,25700541:25703191,25715253:25718339,25729964:25732881,25764308:25769684,25784022:25784166,25787675:25790004,25787702:25790444,25811287:25811388,25817915:25817970,25867623:25868510,25875785:25876869,25883929:25884067,25905642:25909780,25917397:25927183,25931371:25931468,25972772:25976214,25972778:25976407,26020558:26021590,26021574:26023493,26036530:26036695,26038515:26038742,26040462:26040793,26061163:26062118,26061336:26064483,26072894:26076378,26072958:26077343,26073015:26075485,26074607:26075289,26078693:26106627,26092290:26110978,26117061:26125039,26130280:26138117,26141882:26151672,26152798:26160045,26153833:26161079,26209225:26213458,26215058:26217855,26229423:26239313,26231097:26240766,26235486:26243878,26259646:26269859,26267299:26284557,26286916:26306179,26297425:26314328,26321165:26353833,26347653:26366145', 'assoc_mat': '25577627:film_plastique:4205:25579284,25583780:film_plastique:4205:25583908,25585199:film_plastique:4205:25585254,25604429:film_plastique:4205:25604478,25610130:film_plastique:4205:25610227,25630859:film_plastique:4205:25631966,25636041:film_plastique:4205:25638067,25640751:film_plastique:4205:25640833,25668756:film_plastique:4205:25674170,25684797:film_plastique:4205:25685090,25700541:film_plastique:4205:25703191,25715253:film_plastique:4205:25718339,25729964:film_plastique:4205:25732881,25764308:film_plastique:4205:25769684,25784022:film_plastique:4205:25784166,25787675:film_plastique:4205:25790004,25787702:film_plastique:4205:25790444,25811287:film_plastique:4205:25811388,25817915:film_plastique:4205:25817970,25867623:film_plastique:4205:25868510,25875785:film_plastique:4205:25876869,25883929:film_plastique:4205:25884067,25905642:film_plastique:4205:25909780,25917397:film_plastique:4205:25927183,25931371:film_plastique:4205:25931468,25972772:film_plastique:4205:25976214,25972778:film_plastique:4205:2597640'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037095722875615665, 'nb_photo': 592, 'list_port_cont': '25580933,25583956,25591003,25606757,25610949,25632097,25643821,25646612,25684232,25695408,25703801,25727509,25777379,25791398,25810837,25815567,25824843,25871781,25894511,25909862,25920742,25938939,25976275,25989582,26025644,26027276,26037144,26040135,26063827,26063961,26064964,26072759,26075745,26077167,26108690,26111382,26125445,26130841,26142211,26159363,26163983,26209428,26214063,26242951,26245463,26261694,26275681,26281881,26308133,26314374,26328211,26356229,26365460', 'assoc_port': '25580381:25580933,25583787:25583956,25589925:25591003,25606446:25606757,25610667:25610949,25630831:25632097,25642040:25643821,25644541:25646612,25674372:25684232,25691090:25695408,25702666:25703801,25725310:25727509,25777185:25777379,25787726:25791398,25810539:25810837,25815240:25815567,25822468:25824843,25870117:25871781,25894093:25894511,25905559:25909862,25917394:25920742,25928095:25938939,25972758:25976275,25972863:25989582,26021547:26025644,26021630:26027276,26036997:26037144,26039667:26040135,26061196:26063961,26061298:26064964,26061359:26063827,26071842:26072759,26072935:26077167,26073002:26075745,26082491:26108690,26095210:26111382,26117047:26125445,26122868:26130841,26141883:26142211,26151183:26159363,26158720:26163983,26202838:26209428,26209233:26214063,26226079:26242951,26237654:26245463,26256611:26261694,26264402:26275681,26270767:26281881,26290561:26308133,26297422:26314374,26323538:26356229,26327726:26328211,26343121:26365460', 'assoc_mat': '25580381:film_plastique:4203:25580933,25583787:film_plastique:4203:25583956,25589925:film_plastique:4203:25591003,25606446:film_plastique:4203:25606757,25610667:film_plastique:4203:25610949,25630831:film_plastique:4203:25632097,25642040:film_plastique:4203:25643821,25644541:film_plastique:4203:25646612,25674372:film_plastique:4203:25684232,25691090:film_plastique:4203:25695408,25702666:film_plastique:4203:25703801,25725310:film_plastique:4203:25727509,25777185:film_plastique:4203:25777379,25787726:film_plastique:4203:25791398,25810539:film_plastique:4203:25810837,25815240:film_plastique:4203:25815567,25822468:film_plastique:4203:25824843,25870117:film_plastique:4203:25871781,25894093:film_plastique:4203:25894511,25905559:film_plastique:4203:25909862,25917394:film_plastique:4203:25920742,25928095:film_plastique:4203:25938939,25972758:film_plastique:4203:25976275,25972863:film_plastique:4203:25989582,26021547:film_plastique:4203:26025644,26021630:film_plastique:4203:26027276,26036997:film_plastique:4203:2603714'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033253037709063044, 'nb_photo': 2685, 'list_port_cont': '25577425,25577911,25580053,25580578,25580866,25581796,25583132,25583256,25583823,25583884,25600458,25600482,25600864,25600999,25603868,25604137,25604176,25604345,25604538,25605106,25605149,25606727,25607706,25607742,25608197,25608557,25609362,25609429,25610285,25610809,25611182,25611704,25611743,25612089,25613309,25631043,25631771,25632110,25633441,25634966,25637504,25638200,25638694,25639314,25639490,25640780,25640812,25643724,25646470,25647462,25649449,25649629,25670158,25673097,25674289,25674829,25682965,25683971,25684454,25686306,25690696,25691253,25694861,25695956,25700251,25700625,25702393,25702860,25703702,25704352,25715046,25718885,25722213,25724140,25726773,25727239,25730598,25733061,25733309,25736432,25737143,25739509,25742336,25742580,25748313,25751743,25770055,25771676,25774767,25775227,25777240,25777394,25781807,25782718,25783022,25784341,25784620,25787006,25790155,25790691,25795859,25795900,25795984,25800582,25809397,25809460,25810140,25810376,25810698,25812014,25813469,25815001,25815492,2581711', 'assoc_port': '25577172:25577425,25577628:25577911,25579745:25580053,25580379:25580866,25580405:25580578,25581568:25581796,25582989:25583256,25582995:25583132,25583782:25583823,25583786:25583884,25585202:25604137,25585544:25604176,25586130:25600458,25586138:25600482,25587507:25604345,25589927:25605106,25590785:25600999,25590812:25600864,25592296:25603868,25604428:25604538,25605068:25605149,25606444:25606727,25607460:25607742,25607481:25607706,25608156:25608197,25608434:25608557,25609321:25609429,25609324:25609362,25610128:25610285,25610669:25610809,25611022:25611182,25611595:25611743,25611606:25611704,25612029:25612089,25613106:25613309,25629826:25631043,25630845:25631771,25630865:25632110,25632566:25633441,25633277:25634966,25635078:25637504,25636045:25638200,25638566:25639314,25638585:25638694,25639148:25639490,25640752:25640812,25640756:25640780,25642072:25643724,25644542:25646470,25645297:25647462,25647264:25649449,25647274:25649629,25667488:25670158,25668759:25674289,25669900:25674829,25672818:25682965,25672877:2567309', 'assoc_mat': '25577172:film_plastique:4207:25577425,25577628:film_plastique:4207:25577911,25579745:film_plastique:4207:25580053,25580379:film_plastique:4207:25580866,25580405:film_plastique:4207:25580578,25581568:film_plastique:4207:25581796,25582989:film_plastique:4207:25583256,25582995:film_plastique:4207:25583132,25583782:film_plastique:4207:25583823,25583786:film_plastique:4207:25583884,25585202:film_plastique:4207:25604137,25585544:film_plastique:4207:25604176,25586130:film_plastique:4207:25600458,25586138:film_plastique:4207:25600482,25587507:film_plastique:4207:25604345,25589927:film_plastique:4207:25605106,25590785:film_plastique:4207:25600999,25590812:film_plastique:4207:25600864,25592296:film_plastique:4207:25603868,25604428:film_plastique:4207:25604538,25605068:film_plastique:4207:25605149,25606444:film_plastique:4207:25606727,25607460:film_plastique:4207:25607742,25607481:film_plastique:4207:25607706,25608156:film_plastique:4207:25608197,25608434:film_plastique:4207:25608557,25609321:film_plastique:4207:2560942'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7468841371372138, 'nb_photo': 5877, 'list_port_cont': '25577377,25577828,25581895,25583200,25585342,25586316,25587743,25590183,25592538,25604687,25607670,25609380,25610822,25612116,25612185,25613235,25631241,25633737,25636359,25638709,25640581,25644192,25644808,25651790,25667895,25670277,25679637,25685329,25688048,25691558,25695971,25697078,25701029,25713079,25719722,25721799,25726523,25728071,25735002,25735165,25742710,25747032,25751836,25766166,25770255,25775897,25775952,25779337,25783149,25792964,25795923,25799898,25811533,25813496,25814902,25816426,25816464,25818453,25818505,25820762,25825380,25867964,25870351,25873382,25878045,25879127,25892653,25894375,25906292,25909328,25909343,25916727,25917730,25920236,25923788,25931093,25972968,25973409,25973593,25973808,25974014,25978785,25989111,26020789,26021814,26021922,26022838,26024972,26027994,26036610,26036750,26037584,26037798,26038892,26040866,26040934,26041718,26042077,26045105,26061478,26061598,26061717,26061752,26061870,26062432,26062794,26071476,26073302,26073400,26073546,26073612,26073798,26074055,2607417', 'assoc_port': '25577171:25577377,25577630:25577828,25581566:25581895,25582996:25583200,25585204:25585342,25586140:25586316,25587499:25587743,25589930:25590183,25592294:25592538,25604430:25604687,25607476:25607670,25609320:25609380,25610670:25610822,25611914:25612185,25611941:25612116,25613129:25613235,25630861:25631241,25633279:25633737,25636039:25636359,25638586:25638709,25640337:25640581,25642073:25644192,25644544:25644808,25645300:25651790,25667508:25667895,25669917:25670277,25678937:25679637,25684795:25685329,25687501:25688048,25691101:25691558,25695656:25695971,25696549:25697078,25700538:25701029,25712570:25713079,25719366:25719722,25721485:25721799,25726422:25726523,25727717:25728071,25734591:25735165,25734599:25735002,25742072:25742710,25746579:25747032,25751535:25751836,25765645:25766166,25769866:25770255,25775666:25775952,25775669:25775897,25779002:25779337,25782539:25783149,25792335:25792964,25795726:25795923,25799755:25799898,25811285:25811533,25813349:25813496,25814608:25814902,25816292:25816464,25816294:2581642', 'assoc_mat': '25577171:film_plastique:4461:25577377,25577630:film_plastique:4461:25577828,25581566:film_plastique:4461:25581895,25582996:film_plastique:4461:25583200,25585204:film_plastique:4461:25585342,25586140:film_plastique:4461:25586316,25587499:film_plastique:4461:25587743,25589930:film_plastique:4461:25590183,25592294:film_plastique:4461:25592538,25604430:film_plastique:4461:25604687,25607476:film_plastique:4461:25607670,25609320:film_plastique:4461:25609380,25610670:film_plastique:4461:25610822,25611914:film_plastique:4461:25612185,25611941:film_plastique:4461:25612116,25613129:film_plastique:4461:25613235,25630861:film_plastique:4461:25631241,25633279:film_plastique:4461:25633737,25636039:film_plastique:4461:25636359,25638586:film_plastique:4461:25638709,25640337:film_plastique:4461:25640581,25642073:film_plastique:4461:25644192,25644544:film_plastique:4461:25644808,25645300:film_plastique:4461:25651790,25667508:film_plastique:4461:25667895,25669917:film_plastique:4461:25670277,25678937:film_plastique:4461:2567963'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024385308704279046, 'nb_photo': 5193, 'list_port_cont': '25577316,25580638,25583085,25583860,25585267,25589090,25590858,25590941,25592482,25593282,25593397,25605183,25607660,25609132,25610248,25610787,25611078,25611678,25612061,25613768,25630096,25633717,25636337,25638679,25640497,25640798,25642305,25645504,25647469,25648623,25669152,25674749,25685143,25686889,25687761,25691331,25695858,25700830,25702904,25704165,25707568,25715673,25719713,25727864,25730208,25730398,25733588,25733757,25737248,25740203,25742409,25745635,25764792,25768792,25774951,25779202,25780449,25780698,25782843,25787973,25788082,25788406,25792712,25795104,25808451,25810287,25812035,25816352,25816373,25816569,25817034,25818389,25818423,25820561,25822722,25825296,25866935,25869593,25869680,25873353,25876041,25886121,25887246,25891938,25892056,25904511,25906253,25906917,25912882,25916555,25916714,25917553,25921367,25921729,25923651,25924674,25930764,25930997,25973535,25973775,25974363,25974471,25974815,25974939,25981139,26020733,26020840,26021860,26021976,26022387,26022902,26023052,26036690,2603770', 'assoc_port': '25577174:25577316,25580401:25580638,25582992:25583085,25583784:25583860,25585205:25585267,25585545:25589090,25586141:25590858,25590795:25590941,25592281:25592482,25593103:25593397,25593105:25593282,25605067:25605183,25607480:25607660,25608990:25609132,25610127:25610248,25610666:25610787,25611024:25611078,25611604:25611678,25612032:25612061,25613715:25613768,25629830:25630096,25633273:25633717,25636042:25636337,25638584:25638679,25640338:25640497,25640754:25640798,25642075:25642305,25645294:25645504,25647267:25647469,25648355:25648623,25668764:25669152,25674370:25674749,25684799:25685143,25686543:25686889,25687503:25687761,25691066:25691331,25695657:25695858,25696552:25704165,25700539:25700830,25702664:25702904,25707499:25707568,25715248:25715673,25719397:25719713,25727719:25727864,25729958:25730398,25729970:25730208,25733343:25733757,25733352:25733588,25736971:25737248,25739903:25740203,25742097:25742409,25745382:25745635,25764316:25764792,25768346:25768792,25774800:25774951,25778996:25779202,25780119:2578069', 'assoc_mat': '25577174:film_plastique:4200:25577316,25580401:film_plastique:4200:25580638,25582992:film_plastique:4200:25583085,25583784:film_plastique:4200:25583860,25585205:film_plastique:4200:25585267,25585545:film_plastique:4200:25589090,25586141:film_plastique:4200:25590858,25590795:film_plastique:4200:25590941,25592281:film_plastique:4200:25592482,25593103:film_plastique:4200:25593397,25593105:film_plastique:4200:25593282,25605067:film_plastique:4200:25605183,25607480:film_plastique:4200:25607660,25608990:film_plastique:4200:25609132,25610127:film_plastique:4200:25610248,25610666:film_plastique:4200:25610787,25611024:film_plastique:4200:25611078,25611604:film_plastique:4200:25611678,25612032:film_plastique:4200:25612061,25613715:film_plastique:4200:25613768,25629830:film_plastique:4200:25630096,25633273:film_plastique:4200:25633717,25636042:film_plastique:4200:25636337,25638584:film_plastique:4200:25638679,25640338:film_plastique:4200:25640497,25640754:film_plastique:4200:25640798,25642075:film_plastique:4200:2564230'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012462735576223563, 'nb_photo': 532, 'list_port_cont': '25580686,25581631,25586197,25603902,25608578,25609183,25611121,25614929,25633680,25633795,25639362,25650305,25650383,25658537,25673262,25684247,25687856,25695825,25700924,25712963,25721891,25726690,25745747,25751688,25766143,25773163,25780613,25780819,25792872,25811571,25813612,25814948,25817096,25825327,25866870,25873536,25878128,25887274,25887315,25891993,25909286,25912982,25919878,25920061,25924911,25930816,25973220,25973520,25973545,25973694,25974058,26020761,26021965,26024838,26025980,26028344,26037382,26038850,26039166,26040344,26041391,26044557,26044610,26061555,26061567,26061691,26061912,26062147,26062167,26062356,26062754,26062914,26063087,26063328,26065895,26069339,26070144,26070181,26070288,26070467,26072139,26073189,26073266,26073501,26073584,26076443,26083057,26092625,26113792,26115128,26118189,26120802,26130933,26131122,26143485,26146553,26150539,26155529,26158974,26161791,26200699,26203220,26212008,26212089,26213793,26226997,26231724,26235708,26235735,26241266,26260078,26262072,26265308,2627180', 'assoc_port': '25580380:25580686,25581569:25581631,25586136:25586197,25592297:25603902,25608429:25608578,25608988:25609183,25611020:25611121,25614819:25614929,25633271:25633795,25633275:25633680,25639144:25639362,25650163:25650383,25650167:25650305,25658372:25658537,25672857:25673262,25683782:25684247,25687505:25687856,25695653:25695825,25700533:25700924,25712557:25712963,25721454:25721891,25726409:25726690,25745374:25745747,25751534:25751688,25765642:25766143,25772539:25773163,25780111:25780819,25780136:25780613,25792380:25792872,25811282:25811571,25813342:25813612,25814607:25814948,25816876:25817096,25825108:25825327,25866508:25866870,25873073:25873536,25877606:25878128,25887022:25887315,25887023:25887274,25891753:25891993,25908743:25909286,25912507:25912982,25919712:25920061,25919715:25919878,25924424:25924911,25930407:25930816,25972697:25974058,25972718:25973694,25972722:25973520,25972791:25973545,25972871:25973220,26020604:26020761,26021544:26025980,26021576:26028344,26021622:26021965,26021627:26024838,26037263:2603916', 'assoc_mat': '25580380:film_plastique:4209:25580686,25581569:film_plastique:4209:25581631,25586136:film_plastique:4209:25586197,25592297:film_plastique:4209:25603902,25608429:film_plastique:4209:25608578,25608988:film_plastique:4209:25609183,25611020:film_plastique:4209:25611121,25614819:film_plastique:4209:25614929,25633271:film_plastique:4209:25633795,25633275:film_plastique:4209:25633680,25639144:film_plastique:4209:25639362,25650163:film_plastique:4209:25650383,25650167:film_plastique:4209:25650305,25658372:film_plastique:4209:25658537,25672857:film_plastique:4209:25673262,25683782:film_plastique:4209:25684247,25687505:film_plastique:4209:25687856,25695653:film_plastique:4209:25695825,25700533:film_plastique:4209:25700924,25712557:film_plastique:4209:25712963,25721454:film_plastique:4209:25721891,25726409:film_plastique:4209:25726690,25745374:film_plastique:4209:25745747,25751534:film_plastique:4209:25751688,25765642:film_plastique:4209:25766143,25772539:film_plastique:4209:25773163,25780111:film_plastique:4209:2578081'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004236135506129129, 'nb_photo': 11500, 'list_port_cont': '25577931,25577966,25580836,25581957,25583160,25583184,25583281,25587806,25588414,25590315,25591085,25593219,25593949,25595518,25599687,25604843,25607752,25608247,25608631,25609214,25609453,25610303,25610888,25611136,25611764,25612160,25612422,25613283,25613841,25630479,25631367,25632936,25635681,25638780,25639468,25640646,25642436,25642677,25645624,25645880,25647610,25648882,25651024,25669327,25670519,25674934,25685407,25687090,25691800,25692134,25696975,25697504,25701104,25701368,25703155,25715092,25716066,25719855,25720147,25722526,25726720,25726889,25730753,25731077,25735238,25737375,25737666,25740479,25742797,25747325,25764949,25766739,25769216,25770383,25774702,25776024,25776053,25779357,25779736,25784646,25785049,25786108,25788222,25793144,25793371,25795392,25800621,25808833,25810416,25811634,25813539,25815586,25815786,25816606,25817061,25817228,25818537,25820884,25823015,25823097,25824229,25824327,25825592,25867008,25870591,25872545,25872908,25876340,25879240,25890360,25892169,25892741,25901737,2590652', 'assoc_port': '25577629:25577966,25577631:25577931,25580398:25580836,25581549:25581957,25582988:25583281,25582991:25583184,25582997:25583160,25585203:25588414,25586132:25595518,25587501:25593949,25587503:25593219,25587505:25587806,25589929:25590315,25589970:25599687,25590813:25591085,25604427:25604843,25607439:25607752,25608155:25608247,25608432:25608631,25608969:25609214,25609323:25609453,25610126:25610303,25610668:25610888,25611021:25611136,25611594:25611764,25611934:25612160,25612350:25612422,25613125:25613283,25613675:25613841,25629824:25630479,25630867:25631367,25632563:25632936,25635074:25635681,25638567:25638780,25639141:25639468,25640336:25640646,25642038:25642677,25642054:25642436,25645293:25645880,25645299:25645624,25647272:25647610,25648357:25648882,25650833:25651024,25668768:25669327,25669903:25670519,25674373:25674934,25684796:25685407,25686545:25687090,25691054:25692134,25691060:25691800,25696546:25696975,25696548:25697504,25700531:25701368,25700536:25701104,25702663:25703155,25712562:25715092,25712573:2571606', 'assoc_mat': '25577629:film_plastique:4211:25577966,25577631:film_plastique:4211:25577931,25580398:film_plastique:4211:25580836,25581549:film_plastique:4211:25581957,25582988:film_plastique:4211:25583281,25582991:film_plastique:4211:25583184,25582997:film_plastique:4211:25583160,25585203:film_plastique:4211:25588414,25586132:film_plastique:4211:25595518,25587501:film_plastique:4211:25593949,25587503:film_plastique:4211:25593219,25587505:film_plastique:4211:25587806,25589929:film_plastique:4211:25590315,25589970:film_plastique:4211:25599687,25590813:film_plastique:4211:25591085,25604427:film_plastique:4211:25604843,25607439:film_plastique:4211:25607752,25608155:film_plastique:4211:25608247,25608432:film_plastique:4211:25608631,25608969:film_plastique:4211:25609214,25609323:film_plastique:4211:25609453,25610126:film_plastique:4211:25610303,25610668:film_plastique:4211:25610888,25611021:film_plastique:4211:25611136,25611594:film_plastique:4211:25611764,25611934:film_plastique:4211:25612160,25612350:film_plastique:4211:2561242'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000949011894626265, 'nb_photo': 2, 'list_port_cont': '25674162,25789996', 'assoc_port': '25668756:25674162,25787675:25789996', 'assoc_mat': '25668756:kraft:4205:25674162,25787675:kraft:4205:25789996'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00044962815335560674, 'nb_photo': 2, 'list_port_cont': '25643825,25737339', 'assoc_port': '25642040:25643825,25736978:25737339', 'assoc_mat': '25642040:kraft:4203:25643825,25736978:kraft:4203:25737339'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013298634898143342, 'nb_photo': 11, 'list_port_cont': '25703712,25821400,25824665,26045005,26075446,26308023', 'assoc_port': '25702650:25703712,25820344:25821400,25822495:25824665,26044959:26045005,26073030:26075446,26290563:26308023', 'assoc_mat': '25702650:kraft:4207:25703712,25820344:kraft:4207:25821400,25822495:kraft:4207:25824665,26044959:kraft:4207:26045005,26073030:kraft:4207:26075446,26290563:kraft:4207:26308023'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 13, 'list_port_cont': '25610827,25640584', 'assoc_port': '25610670:25610827,25640337:25640584', 'assoc_mat': '25610670:kraft:4461:25610827,25640337:kraft:4461:25640584'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00375379090596451, 'nb_photo': 23, 'list_port_cont': '25811583,25909425,26072127,26215182', 'assoc_port': '25811282:25811583,25908706:25909425,26071844:26072127,26215069:26215182', 'assoc_mat': '25811282:kraft:4209:25811583,25908706:kraft:4209:25909425,26071844:kraft:4209:26072127,26215069:kraft:4209:26215182'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012473639970367353, 'nb_photo': 14, 'list_port_cont': '25901232,25909710,26036545,26037479,26041658,26097679,26115036,26259897,26325716', 'assoc_port': '25900879:25901232,25908735:25909710,26036515:26036545,26037346:26037479,26041234:26041658,26096657:26097679,26114898:26115036,26259615:26259897,26325111:26325716', 'assoc_mat': '25900879:kraft:3726:25901232,25908735:kraft:3726:25909710,26036515:kraft:3726:26036545,26037346:kraft:3726:26037479,26041234:kraft:3726:26041658,26096657:kraft:3726:26097679,26114898:kraft:3726:26115036,26259615:kraft:3726:26259897,26325111:kraft:3726:26325716'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000791875408417143, 'nb_photo': 6, 'list_port_cont': '25696967,25925427,26040050', 'assoc_port': '25696546:25696967,25924417:25925427,26038510:26040050', 'assoc_mat': '25696546:kraft:4211:25696967,25924417:kraft:4211:25925427,26038510:kraft:4211:26040050'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9523201299220664, 'nb_photo': 96, 'list_port_cont': '25579288,25583899,25585251,25604474,25631962,25638076,25640834,25674161,25685081,25718336,25732880,25784160,25790005,25790437,25868520,25876857,25909776,25931469,25976211,25976410,26021593,26023506,26036699,26040792,26062126,26064492,26075288,26075482,26076385,26077331,26106620,26110975,26138122,26151657,26160044,26161066,26213446,26217852,26239319,26269861,26284560,26306180,26366147', 'assoc_port': '25577627:25579288,25583780:25583899,25585199:25585251,25604429:25604474,25630859:25631962,25636041:25638076,25640751:25640834,25668756:25674161,25684797:25685081,25715253:25718336,25729964:25732880,25784022:25784160,25787675:25790005,25787702:25790437,25867623:25868520,25875785:25876857,25905642:25909776,25931371:25931469,25972772:25976211,25972778:25976410,26020558:26021593,26021574:26023506,26036530:26036699,26040462:26040792,26061163:26062126,26061336:26064492,26072894:26076385,26072958:26077331,26073015:26075482,26074607:26075288,26078693:26106620,26092290:26110975,26130280:26138122,26141882:26151657,26152798:26160044,26153833:26161066,26209225:26213446,26215058:26217852,26229423:26239319,26259646:26269861,26267299:26284560,26286916:26306180,26347653:26366147', 'assoc_mat': '25577627:metal:4205:25579288,25583780:metal:4205:25583899,25585199:metal:4205:25585251,25604429:metal:4205:25604474,25630859:metal:4205:25631962,25636041:metal:4205:25638076,25640751:metal:4205:25640834,25668756:metal:4205:25674161,25684797:metal:4205:25685081,25715253:metal:4205:25718336,25729964:metal:4205:25732880,25784022:metal:4205:25784160,25787675:metal:4205:25790005,25787702:metal:4205:25790437,25867623:metal:4205:25868520,25875785:metal:4205:25876857,25905642:metal:4205:25909776,25931371:metal:4205:25931469,25972772:metal:4205:25976211,25972778:metal:4205:25976410,26020558:metal:4205:26021593,26021574:metal:4205:26023506,26036530:metal:4205:26036699,26040462:metal:4205:26040792,26061163:metal:4205:26062126,26061336:metal:4205:26064492,26072894:metal:4205:26076385,26072958:metal:4205:26077331,26073015:metal:4205:26075482,26074607:metal:4205:26075288,26078693:metal:4205:26106620,26092290:metal:4205:26110975,26130280:metal:4205:26138122,26141882:metal:4205:26151657,26152798:metal:4205:26160044,26153833:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015030117009218578, 'nb_photo': 1892, 'list_port_cont': '25580945,25583946,25591001,25606758,25610943,25632084,25643820,25646614,25684220,25695417,25703809,25727513,25777371,25791400,25810822,25815560,25824844,25871777,25894519,25909854,25920754,25938950,25976290,25989590,26025643,26027266,26037143,26040133,26063815,26063960,26064973,26072756,26075748,26077155,26108679,26111373,26125456,26130848,26142209,26159357,26163974,26209426,26214064,26242949,26245457,26261696,26275689,26281886,26308136,26328209,26356224,26365458', 'assoc_port': '25580381:25580945,25583787:25583946,25589925:25591001,25606446:25606758,25610667:25610943,25630831:25632084,25642040:25643820,25644541:25646614,25674372:25684220,25691090:25695417,25702666:25703809,25725310:25727513,25777185:25777371,25787726:25791400,25810539:25810822,25815240:25815560,25822468:25824844,25870117:25871777,25894093:25894519,25905559:25909854,25917394:25920754,25928095:25938950,25972758:25976290,25972863:25989590,26021547:26025643,26021630:26027266,26036997:26037143,26039667:26040133,26061196:26063960,26061298:26064973,26061359:26063815,26071842:26072756,26072935:26077155,26073002:26075748,26082491:26108679,26095210:26111373,26117047:26125456,26122868:26130848,26141883:26142209,26151183:26159357,26158720:26163974,26202838:26209426,26209233:26214064,26226079:26242949,26237654:26245457,26256611:26261696,26264402:26275689,26270767:26281886,26290561:26308136,26323538:26356224,26327726:26328209,26343121:26365458', 'assoc_mat': '25580381:metal:4203:25580945,25583787:metal:4203:25583946,25589925:metal:4203:25591001,25606446:metal:4203:25606758,25610667:metal:4203:25610943,25630831:metal:4203:25632084,25642040:metal:4203:25643820,25644541:metal:4203:25646614,25674372:metal:4203:25684220,25691090:metal:4203:25695417,25702666:metal:4203:25703809,25725310:metal:4203:25727513,25777185:metal:4203:25777371,25787726:metal:4203:25791400,25810539:metal:4203:25810822,25815240:metal:4203:25815560,25822468:metal:4203:25824844,25870117:metal:4203:25871777,25894093:metal:4203:25894519,25905559:metal:4203:25909854,25917394:metal:4203:25920754,25928095:metal:4203:25938950,25972758:metal:4203:25976290,25972863:metal:4203:25989590,26021547:metal:4203:26025643,26021630:metal:4203:26027266,26036997:metal:4203:26037143,26039667:metal:4203:26040133,26061196:metal:4203:26063960,26061298:metal:4203:26064973,26061359:metal:4203:26063815,26071842:metal:4203:26072756,26072935:metal:4203:26077155,26073002:metal:4203:26075748,26082491:metal:4203:26108679,26095210:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.014495174796358853, 'nb_photo': 2235, 'list_port_cont': '25577414,25577910,25580058,25580570,25580867,25581795,25583129,25583257,25583830,25583879,25600453,25600852,25600991,25603083,25603855,25604133,25604189,25604342,25604550,25605116,25605151,25606737,25607704,25607730,25608200,25608555,25609353,25609423,25610278,25610810,25611174,25611702,25611755,25612095,25613314,25631036,25631765,25632108,25633457,25634960,25637507,25638195,25638688,25639319,25639476,25640776,25640815,25643715,25646466,25647458,25649440,25649624,25673099,25674288,25674823,25682972,25683966,25684446,25686309,25690693,25691241,25694852,25700260,25700628,25702388,25702849,25703708,25704343,25715049,25718887,25722218,25724141,25726764,25727237,25730605,25733053,25733312,25736428,25737149,25739513,25742330,25742581,25748324,25751737,25770052,25771678,25774754,25775231,25777235,25777399,25781799,25782710,25783026,25784350,25787001,25790159,25790694,25795857,25795902,25795986,25800575,25809392,25809464,25810137,25810368,25810703,25812008,25813474,25814992,25815489,25817107,25817853,25817946,2581802', 'assoc_port': '25577172:25577414,25577628:25577910,25579745:25580058,25580379:25580867,25580405:25580570,25581568:25581795,25582989:25583257,25582995:25583129,25583782:25583830,25583786:25583879,25585202:25604133,25585544:25604189,25586130:25600453,25586491:25603083,25587507:25604342,25589927:25605116,25590785:25600991,25590812:25600852,25592296:25603855,25604428:25604550,25605068:25605151,25606444:25606737,25607460:25607730,25607481:25607704,25608156:25608200,25608434:25608555,25609321:25609423,25609324:25609353,25610128:25610278,25610669:25610810,25611022:25611174,25611595:25611755,25611606:25611702,25612029:25612095,25613106:25613314,25629826:25631036,25630845:25631765,25630865:25632108,25632566:25633457,25633277:25634960,25635078:25637507,25636045:25638195,25638566:25639319,25638585:25638688,25639148:25639476,25640752:25640815,25640756:25640776,25642072:25643715,25644542:25646466,25645297:25647458,25647264:25649440,25647274:25649624,25668759:25674288,25669900:25674823,25672818:25682972,25672877:25673099,25675524:2568444', 'assoc_mat': '25577172:metal:4207:25577414,25577628:metal:4207:25577910,25579745:metal:4207:25580058,25580379:metal:4207:25580867,25580405:metal:4207:25580570,25581568:metal:4207:25581795,25582989:metal:4207:25583257,25582995:metal:4207:25583129,25583782:metal:4207:25583830,25583786:metal:4207:25583879,25585202:metal:4207:25604133,25585544:metal:4207:25604189,25586130:metal:4207:25600453,25586491:metal:4207:25603083,25587507:metal:4207:25604342,25589927:metal:4207:25605116,25590785:metal:4207:25600991,25590812:metal:4207:25600852,25592296:metal:4207:25603855,25604428:metal:4207:25604550,25605068:metal:4207:25605151,25606444:metal:4207:25606737,25607460:metal:4207:25607730,25607481:metal:4207:25607704,25608156:metal:4207:25608200,25608434:metal:4207:25608555,25609321:metal:4207:25609423,25609324:metal:4207:25609353,25610128:metal:4207:25610278,25610669:metal:4207:25610810,25611022:metal:4207:25611174,25611595:metal:4207:25611755,25611606:metal:4207:25611702,25612029:metal:4207:25612095,25613106:metal:4207:25613314,25629826:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005852877243190339, 'nb_photo': 78, 'list_port_cont': '25577825,25583207,25586321,25592543,25633738,25636363,25667900,25688061,25695976,25721804,25735014,25735164,25742705,25766157,25775956,25813492,25867969,25870364,25892650,25906289,25916728,25917725,25989120,26021820,26022843,26028004,26037811,26038898,26061601,26062440,26062790,26071478,26073309,26073557,26073608,26074052,26091405,26095701,26115802,26123319,26143528,26153373,26162413,26193856,26214671,26215199,26226234,26232698,26237897,26241295,26261998,26271134,26273852,26296315,26305785,26320723,26326064,26333672', 'assoc_port': '25577630:25577825,25582996:25583207,25586140:25586321,25592294:25592543,25633279:25633738,25636039:25636363,25667508:25667900,25687501:25688061,25695656:25695976,25721485:25721804,25734591:25735164,25734599:25735014,25742072:25742705,25765645:25766157,25775666:25775956,25813349:25813492,25867607:25867969,25870097:25870364,25892398:25892650,25905622:25906289,25916179:25916728,25917393:25917725,25972775:25989120,26021557:26022843,26021578:26028004,26021585:26021820,26037407:26037811,26038511:26038898,26061186:26062790,26061292:26062440,26061371:26061601,26071365:26071478,26072927:26074052,26072991:26073608,26073004:26073557,26073050:26073309,26090933:26091405,26095208:26095701,26115600:26115802,26122837:26123319,26143300:26143528,26152810:26153373,26162216:26162413,26193503:26193856,26214360:26214671,26215060:26215199,26226077:26226234,26232484:26232698,26237649:26237897,26241020:26241295,26261659:26261998,26270763:26271134,26273619:26273852,26296005:26296315,26305427:26305785,26320372:26320723,26325113:2632606', 'assoc_mat': '25577630:metal:4461:25577825,25582996:metal:4461:25583207,25586140:metal:4461:25586321,25592294:metal:4461:25592543,25633279:metal:4461:25633738,25636039:metal:4461:25636363,25667508:metal:4461:25667900,25687501:metal:4461:25688061,25695656:metal:4461:25695976,25721485:metal:4461:25721804,25734591:metal:4461:25735164,25734599:metal:4461:25735014,25742072:metal:4461:25742705,25765645:metal:4461:25766157,25775666:metal:4461:25775956,25813349:metal:4461:25813492,25867607:metal:4461:25867969,25870097:metal:4461:25870364,25892398:metal:4461:25892650,25905622:metal:4461:25906289,25916179:metal:4461:25916728,25917393:metal:4461:25917725,25972775:metal:4461:25989120,26021557:metal:4461:26022843,26021578:metal:4461:26028004,26021585:metal:4461:26021820,26037407:metal:4461:26037811,26038511:metal:4461:26038898,26061186:metal:4461:26062790,26061292:metal:4461:26062440,26061371:metal:4461:26061601,26071365:metal:4461:26071478,26072927:metal:4461:26074052,26072991:metal:4461:26073608,26073004:metal:4461:26073557,26073050:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007410258914801593, 'nb_photo': 141, 'list_port_cont': '25580639,25583098,25583869,25590849,25605179,25607657,25612062,25630092,25636347,25640803,25669155,25674747,25685149,25686890,25687760,25702898,25719710,25727868,25730399,25737254,25740192,25742401,25745631,25780445,25780699,25816374,25820563,25822736,25876039,25892050,25904512,25906257,25906925,25916552,25916713,25917555,25924676,25973765,25974826,25974935,26020731,26021869,26037696,26037847,26038681,26039187,26039716,26039978,26041937,26044528,26061798,26062530,26063287,26063626,26073225,26074212,26074874,26075175,26075274,26076844,26088920,26091194,26092334,26099173,26113182,26115793,26118208,26120654,26126721,26130434,26136032,26142351,26145936,26146620,26151457,26153113,26155072,26156834,26158911,26160680,26199009,26214560,26225342,26232664,26237015,26240483,26247484,26257017,26270985,26271753,26273781,26289567,26291757,26300355,26302988,26323840,26328046,26332122,26340630', 'assoc_port': '25580401:25580639,25582992:25583098,25583784:25583869,25586141:25590849,25605067:25605179,25607480:25607657,25612032:25612062,25629830:25630092,25636042:25636347,25640754:25640803,25668764:25669155,25674370:25674747,25684799:25685149,25686543:25686890,25687503:25687760,25702664:25702898,25719397:25719710,25727719:25727868,25729958:25730399,25736971:25737254,25739903:25740192,25742097:25742401,25745382:25745631,25780119:25780699,25780128:25780445,25816298:25816374,25820347:25820563,25822475:25822736,25875786:25876039,25891748:25892050,25900882:25906925,25904281:25904512,25905634:25906257,25916181:25916713,25916185:25916552,25917403:25917555,25924426:25924676,25972684:25974935,25972703:25974826,25972846:25973765,26020561:26020731,26021634:26021869,26037347:26037847,26037386:26037696,26038507:26038681,26038512:26039978,26038519:26039716,26038962:26039187,26040176:26041937,26041235:26044528,26061234:26063626,26061299:26063287,26061338:26062530,26061363:26061798,26072931:26075274,26072941:26075175,26072974:2607487', 'assoc_mat': '25580401:metal:4200:25580639,25582992:metal:4200:25583098,25583784:metal:4200:25583869,25586141:metal:4200:25590849,25605067:metal:4200:25605179,25607480:metal:4200:25607657,25612032:metal:4200:25612062,25629830:metal:4200:25630092,25636042:metal:4200:25636347,25640754:metal:4200:25640803,25668764:metal:4200:25669155,25674370:metal:4200:25674747,25684799:metal:4200:25685149,25686543:metal:4200:25686890,25687503:metal:4200:25687760,25702664:metal:4200:25702898,25719397:metal:4200:25719710,25727719:metal:4200:25727868,25729958:metal:4200:25730399,25736971:metal:4200:25737254,25739903:metal:4200:25740192,25742097:metal:4200:25742401,25745382:metal:4200:25745631,25780119:metal:4200:25780699,25780128:metal:4200:25780445,25816298:metal:4200:25816374,25820347:metal:4200:25820563,25822475:metal:4200:25822736,25875786:metal:4200:25876039,25891748:metal:4200:25892050,25900882:metal:4200:25906925,25904281:metal:4200:25904512,25905634:metal:4200:25906257,25916181:metal:4200:25916713,25916185:metal:4200:25916552,25917403:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.034757857123185035, 'nb_photo': 553, 'list_port_cont': '25580690,25581638,25581720,25586192,25603903,25608582,25609178,25611112,25611646,25614927,25615087,25633667,25633794,25639360,25650386,25658541,25673261,25684255,25687852,25695830,25700920,25712964,25721899,25726691,25733868,25745749,25751689,25766145,25773152,25780612,25780829,25792871,25813610,25814946,25817092,25825325,25866874,25873537,25878125,25887276,25887313,25892004,25909301,25912977,25919872,25920062,25924908,25930818,25973225,25973512,25973549,25973698,25974059,26020752,26021968,26022001,26024830,26025984,26028341,26038853,26039162,26040347,26041386,26044560,26044607,26061558,26061700,26061904,26062141,26062165,26062361,26062760,26062911,26063086,26063330,26065905,26066429,26069340,26070129,26070297,26070352,26073197,26073276,26073512,26073597,26076448,26083068,26092631,26113786,26115126,26118179,26118225,26120796,26130913,26131110,26145872,26146550,26150541,26155524,26158976,26161784,26200506,26200706,26203217,26212009,26212098,26226999,26231720,26235704,26235739,26241261,26260088,26262066,2626529', 'assoc_port': '25580380:25580690,25581569:25581638,25581570:25581720,25586136:25586192,25592297:25603903,25608429:25608582,25608988:25609178,25611020:25611112,25611602:25611646,25614817:25615087,25614819:25614927,25633271:25633794,25633275:25633667,25639144:25639360,25650163:25650386,25658372:25658541,25672857:25673261,25683782:25684255,25687505:25687852,25695653:25695830,25700533:25700920,25712557:25712964,25721454:25721899,25726409:25726691,25733337:25733868,25745374:25745749,25751534:25751689,25765642:25766145,25772539:25773152,25780111:25780829,25780136:25780612,25792380:25792871,25813342:25813610,25814607:25814946,25816876:25817092,25825108:25825325,25866508:25866874,25873073:25873537,25877606:25878125,25887022:25887313,25887023:25887276,25891753:25892004,25908743:25909301,25912507:25912977,25919712:25920062,25919715:25919872,25924424:25924908,25930407:25930818,25972697:25974059,25972718:25973698,25972722:25973512,25972791:25973549,25972871:25973225,26020604:26020752,26021544:26025984,26021576:26028341,26021577:2602200', 'assoc_mat': '25580380:metal:4209:25580690,25581569:metal:4209:25581638,25581570:metal:4209:25581720,25586136:metal:4209:25586192,25592297:metal:4209:25603903,25608429:metal:4209:25608582,25608988:metal:4209:25609178,25611020:metal:4209:25611112,25611602:metal:4209:25611646,25614817:metal:4209:25615087,25614819:metal:4209:25614927,25633271:metal:4209:25633794,25633275:metal:4209:25633667,25639144:metal:4209:25639360,25650163:metal:4209:25650386,25658372:metal:4209:25658541,25672857:metal:4209:25673261,25683782:metal:4209:25684255,25687505:metal:4209:25687852,25695653:metal:4209:25695830,25700533:metal:4209:25700920,25712557:metal:4209:25712964,25721454:metal:4209:25721899,25726409:metal:4209:25726691,25733337:metal:4209:25733868,25745374:metal:4209:25745749,25751534:metal:4209:25751689,25765642:metal:4209:25766145,25772539:metal:4209:25773152,25780111:metal:4209:25780829,25780136:metal:4209:25780612,25792380:metal:4209:25792871,25813342:metal:4209:25813610,25814607:metal:4209:25814946,25816876:metal:4209:25817092,25825108:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 4.147046264094454e-05, 'nb_photo': 1, 'list_port_cont': '25576729', 'assoc_port': '25576689:25576729', 'assoc_mat': '25576689:metal:3726:25576729'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007561155691700802, 'nb_photo': 1303, 'list_port_cont': '25577941,25577954,25580823,25581956,25583153,25583189,25583288,25587797,25588422,25590317,25591065,25593220,25593943,25595524,25599699,25604835,25607754,25608243,25608630,25609221,25609463,25610310,25611132,25611763,25612161,25612411,25613298,25613839,25630478,25631371,25632931,25635682,25638784,25639461,25640640,25642444,25642674,25645613,25647620,25648885,25651019,25669317,25670524,25674921,25685401,25687104,25691804,25692130,25697517,25701095,25701382,25715091,25716070,25719857,25720150,25722522,25726713,25726892,25730749,25731062,25735230,25737358,25737667,25740480,25742801,25747311,25764947,25766748,25769202,25770386,25774690,25776029,25776063,25779373,25779742,25784652,25785041,25786115,25788210,25793138,25793374,25795398,25800608,25808842,25810413,25811631,25813544,25815579,25815771,25816597,25817063,25817215,25818536,25820869,25823020,25823103,25824241,25824323,25825600,25867009,25870593,25872544,25872906,25876348,25879237,25890367,25892168,25892744,25901746,25906526,25909470,25913101,25916964,2591781', 'assoc_port': '25577629:25577954,25577631:25577941,25580398:25580823,25581549:25581956,25582988:25583288,25582991:25583189,25582997:25583153,25585203:25588422,25586132:25595524,25587501:25593943,25587503:25593220,25587505:25587797,25589929:25590317,25589970:25599699,25590813:25591065,25604427:25604835,25607439:25607754,25608155:25608243,25608432:25608630,25608969:25609221,25609323:25609463,25610126:25610310,25611021:25611132,25611594:25611763,25611934:25612161,25612350:25612411,25613125:25613298,25613675:25613839,25629824:25630478,25630867:25631371,25632563:25632931,25635074:25635682,25638567:25638784,25639141:25639461,25640336:25640640,25642038:25642674,25642054:25642444,25645299:25645613,25647272:25647620,25648357:25648885,25650833:25651019,25668768:25669317,25669903:25670524,25674373:25674921,25684796:25685401,25686545:25687104,25691054:25692130,25691060:25691804,25696548:25697517,25700531:25701382,25700536:25701095,25712562:25715091,25712573:25716070,25719361:25720150,25719371:25719857,25721457:25722522,25726424:2572689', 'assoc_mat': '25577629:metal:4211:25577954,25577631:metal:4211:25577941,25580398:metal:4211:25580823,25581549:metal:4211:25581956,25582988:metal:4211:25583288,25582991:metal:4211:25583189,25582997:metal:4211:25583153,25585203:metal:4211:25588422,25586132:metal:4211:25595524,25587501:metal:4211:25593943,25587503:metal:4211:25593220,25587505:metal:4211:25587797,25589929:metal:4211:25590317,25589970:metal:4211:25599699,25590813:metal:4211:25591065,25604427:metal:4211:25604835,25607439:metal:4211:25607754,25608155:metal:4211:25608243,25608432:metal:4211:25608630,25608969:metal:4211:25609221,25609323:metal:4211:25609463,25610126:metal:4211:25610310,25611021:metal:4211:25611132,25611594:metal:4211:25611763,25611934:metal:4211:25612161,25612350:metal:4211:25612411,25613125:metal:4211:25613298,25613675:metal:4211:25613839,25629824:metal:4211:25630478,25630867:metal:4211:25631371,25632563:metal:4211:25632931,25635074:metal:4211:25635682,25638567:metal:4211:25638784,25639141:metal:4211:25639461,25640336:metal:4211:25640640,25642038:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018144491089281426, 'nb_photo': 4, 'list_port_cont': '26062679,26153668,26308667', 'assoc_port': '26061340:26062679,26152801:26153668,26307959:26308667', 'assoc_mat': '26061340:metal:3327:26062679,26152801:metal:3327:26153668,26307959:metal:3327:26308667'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0007493090547319908, 'nb_photo': 47, 'list_port_cont': '25584793,25586286,25597312,25642423,25644981,25650400,25696080,25751950,25788327,25835498,26073440,26073663,26092682,26130781,26155567,26212183,26235799,26287284,26336722,26339014,26344975', 'assoc_port': '25583785:25584793,25586134:25586286,25596911:25597312,25642070:25642423,25644543:25644981,25650165:25650400,25695652:25696080,25751533:25751950,25787722:25788327,25832877:25835498,26072929:26073663,26072994:26073440,26092297:26092682,26130256:26130781,26155249:26155567,26211842:26212183,26235484:26235799,26286911:26287284,26335941:26339014,26335943:26336722,26344396:26344975', 'assoc_mat': '25583785:metal:3594:25584793,25586134:metal:3594:25586286,25596911:metal:3594:25597312,25642070:metal:3594:25642423,25644543:metal:3594:25644981,25650165:metal:3594:25650400,25695652:metal:3594:25696080,25751533:metal:3594:25751950,25787722:metal:3594:25788327,25832877:metal:3594:25835498,26072929:metal:3594:26073663,26072994:metal:3594:26073440,26092297:metal:3594:26092682,26130256:metal:3594:26130781,26155249:metal:3594:26155567,26211842:metal:3594:26212183,26235484:metal:3594:26235799,26286911:metal:3594:26287284,26335941:metal:3594:26339014,26335943:metal:3594:26336722,26344396:metal:3594:26344975'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.018383247174518766, 'nb_photo': 1975, 'list_port_cont': '25579278,25583911,25585263,25604480,25610231,25631965,25638063,25640839,25674166,25685076,25703196,25718328,25732875,25769682,25784175,25789994,25790438,25811378,25817973,25868506,25876867,25884071,25909770,25927181,25931457,25976209,25976406,26021601,26023499,26036705,26038736,26040789,26062123,26064488,26075280,26075479,26076375,26077341,26106617,26110983,26125043,26138110,26151656,26160046,26161073,26213448,26217843,26239315,26240774,26243883,26269855,26284556,26306171,26314326,26353847,26366144', 'assoc_port': '25577627:25579278,25583780:25583911,25585199:25585263,25604429:25604480,25610130:25610231,25630859:25631965,25636041:25638063,25640751:25640839,25668756:25674166,25684797:25685076,25700541:25703196,25715253:25718328,25729964:25732875,25764308:25769682,25784022:25784175,25787675:25789994,25787702:25790438,25811287:25811378,25817915:25817973,25867623:25868506,25875785:25876867,25883929:25884071,25905642:25909770,25917397:25927181,25931371:25931457,25972772:25976209,25972778:25976406,26020558:26021601,26021574:26023499,26036530:26036705,26038515:26038736,26040462:26040789,26061163:26062123,26061336:26064488,26072894:26076375,26072958:26077341,26073015:26075479,26074607:26075280,26078693:26106617,26092290:26110983,26117061:26125043,26130280:26138110,26141882:26151656,26152798:26160046,26153833:26161073,26209225:26213448,26215058:26217843,26229423:26239315,26231097:26240774,26235486:26243883,26259646:26269855,26267299:26284556,26286916:26306171,26297425:26314326,26321165:26353847,26347653:26366144', 'assoc_mat': '25577627:papier:4205:25579278,25583780:papier:4205:25583911,25585199:papier:4205:25585263,25604429:papier:4205:25604480,25610130:papier:4205:25610231,25630859:papier:4205:25631965,25636041:papier:4205:25638063,25640751:papier:4205:25640839,25668756:papier:4205:25674166,25684797:papier:4205:25685076,25700541:papier:4205:25703196,25715253:papier:4205:25718328,25729964:papier:4205:25732875,25764308:papier:4205:25769682,25784022:papier:4205:25784175,25787675:papier:4205:25789994,25787702:papier:4205:25790438,25811287:papier:4205:25811378,25817915:papier:4205:25817973,25867623:papier:4205:25868506,25875785:papier:4205:25876867,25883929:papier:4205:25884071,25905642:papier:4205:25909770,25917397:papier:4205:25927181,25931371:papier:4205:25931457,25972772:papier:4205:25976209,25972778:papier:4205:25976406,26020558:papier:4205:26021601,26021574:papier:4205:26023499,26036530:papier:4205:26036705,26038515:papier:4205:26038736,26040462:papier:4205:26040789,26061163:papier:4205:26062123,26061336:papier:4205:26064488,2607'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015254340446104298, 'nb_photo': 5509, 'list_port_cont': '25580935,25583954,25590998,25606761,25610946,25632090,25643822,25646615,25684226,25695423,25703803,25727506,25737338,25772562,25777380,25791396,25810824,25815555,25824838,25871768,25894520,25909866,25920745,25938941,25976288,25989588,26025635,26027273,26037148,26040129,26063814,26063958,26064974,26072763,26075753,26077159,26108693,26111376,26125448,26130851,26142215,26159369,26163977,26209420,26214071,26242959,26245459,26261691,26275691,26281889,26308125,26314371,26328218,26356227,26365466', 'assoc_port': '25580381:25580935,25583787:25583954,25589925:25590998,25606446:25606761,25610667:25610946,25630831:25632090,25642040:25643822,25644541:25646615,25674372:25684226,25691090:25695423,25702666:25703803,25725310:25727506,25736978:25737338,25765639:25772562,25777185:25777380,25787726:25791396,25810539:25810824,25815240:25815555,25822468:25824838,25870117:25871768,25894093:25894520,25905559:25909866,25917394:25920745,25928095:25938941,25972758:25976288,25972863:25989588,26021547:26025635,26021630:26027273,26036997:26037148,26039667:26040129,26061196:26063958,26061298:26064974,26061359:26063814,26071842:26072763,26072935:26077159,26073002:26075753,26082491:26108693,26095210:26111376,26117047:26125448,26122868:26130851,26141883:26142215,26151183:26159369,26158720:26163977,26202838:26209420,26209233:26214071,26226079:26242959,26237654:26245459,26256611:26261691,26264402:26275691,26270767:26281889,26290561:26308125,26297422:26314371,26323538:26356227,26327726:26328218,26343121:26365466', 'assoc_mat': '25580381:papier:4203:25580935,25583787:papier:4203:25583954,25589925:papier:4203:25590998,25606446:papier:4203:25606761,25610667:papier:4203:25610946,25630831:papier:4203:25632090,25642040:papier:4203:25643822,25644541:papier:4203:25646615,25674372:papier:4203:25684226,25691090:papier:4203:25695423,25702666:papier:4203:25703803,25725310:papier:4203:25727506,25736978:papier:4203:25737338,25765639:papier:4203:25772562,25777185:papier:4203:25777380,25787726:papier:4203:25791396,25810539:papier:4203:25810824,25815240:papier:4203:25815555,25822468:papier:4203:25824838,25870117:papier:4203:25871768,25894093:papier:4203:25894520,25905559:papier:4203:25909866,25917394:papier:4203:25920745,25928095:papier:4203:25938941,25972758:papier:4203:25976288,25972863:papier:4203:25989588,26021547:papier:4203:26025635,26021630:papier:4203:26027273,26036997:papier:4203:26037148,26039667:papier:4203:26040129,26061196:papier:4203:26063958,26061298:papier:4203:26064974,26061359:papier:4203:26063814,26071842:papier:4203:26072763,2607'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.031937193680859954, 'nb_photo': 24185, 'list_port_cont': '25577411,25577901,25580052,25580582,25580878,25581791,25583131,25583247,25583826,25583889,25600463,25600477,25600858,25601001,25603078,25603860,25604136,25604178,25604340,25604537,25605120,25605150,25606731,25607702,25607735,25608198,25608558,25609358,25609425,25610280,25610813,25611176,25611705,25611753,25612099,25613319,25613803,25631037,25631770,25632103,25633444,25634975,25637517,25638193,25638687,25639316,25639481,25640779,25640820,25643712,25646462,25647453,25649445,25649637,25670152,25673105,25674279,25674824,25682963,25683969,25684455,25686308,25690700,25691251,25694863,25695949,25700263,25700621,25702398,25702856,25703709,25704342,25715054,25718891,25722211,25724139,25726762,25727234,25730599,25733057,25733304,25736424,25737154,25739517,25742333,25742593,25748311,25751741,25770050,25771674,25774752,25775236,25777232,25777392,25781809,25782705,25783019,25784349,25784617,25787008,25790158,25790689,25795858,25795897,25795981,25800578,25809403,25809461,25810148,25810365,25810688,25812019,25813475,2581498', 'assoc_port': '25577172:25577411,25577628:25577901,25579745:25580052,25580379:25580878,25580405:25580582,25581568:25581791,25582989:25583247,25582995:25583131,25583782:25583826,25583786:25583889,25585202:25604136,25585544:25604178,25586130:25600463,25586138:25600477,25586491:25603078,25587507:25604340,25589927:25605120,25590785:25601001,25590812:25600858,25592296:25603860,25604428:25604537,25605068:25605150,25606444:25606731,25607460:25607735,25607481:25607702,25608156:25608198,25608434:25608558,25609321:25609425,25609324:25609358,25610128:25610280,25610669:25610813,25611022:25611176,25611595:25611753,25611606:25611705,25612029:25612099,25613106:25613319,25613712:25613803,25629826:25631037,25630845:25631770,25630865:25632103,25632566:25633444,25633277:25634975,25635078:25637517,25636045:25638193,25638566:25639316,25638585:25638687,25639148:25639481,25640752:25640820,25640756:25640779,25642072:25643712,25644542:25646462,25645297:25647453,25647264:25649445,25647274:25649637,25667488:25670152,25668759:25674279,25669900:2567482', 'assoc_mat': '25577172:papier:4207:25577411,25577628:papier:4207:25577901,25579745:papier:4207:25580052,25580379:papier:4207:25580878,25580405:papier:4207:25580582,25581568:papier:4207:25581791,25582989:papier:4207:25583247,25582995:papier:4207:25583131,25583782:papier:4207:25583826,25583786:papier:4207:25583889,25585202:papier:4207:25604136,25585544:papier:4207:25604178,25586130:papier:4207:25600463,25586138:papier:4207:25600477,25586491:papier:4207:25603078,25587507:papier:4207:25604340,25589927:papier:4207:25605120,25590785:papier:4207:25601001,25590812:papier:4207:25600858,25592296:papier:4207:25603860,25604428:papier:4207:25604537,25605068:papier:4207:25605150,25606444:papier:4207:25606731,25607460:papier:4207:25607735,25607481:papier:4207:25607702,25608156:papier:4207:25608198,25608434:papier:4207:25608558,25609321:papier:4207:25609425,25609324:papier:4207:25609358,25610128:papier:4207:25610280,25610669:papier:4207:25610813,25611022:papier:4207:25611176,25611595:papier:4207:25611753,25611606:papier:4207:25611705,2561'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23127672020062817, 'nb_photo': 47720, 'list_port_cont': '25577380,25577819,25581902,25583211,25585340,25586310,25587738,25590184,25592546,25604682,25607673,25609372,25610825,25612113,25612184,25613239,25631227,25633739,25636374,25638716,25640571,25644190,25644795,25651799,25667890,25670290,25679630,25685322,25688055,25691556,25695972,25697075,25701039,25713071,25719725,25721791,25726513,25728078,25735006,25735162,25742715,25747026,25751832,25766161,25770252,25775908,25775954,25779331,25783144,25792968,25795915,25799896,25811537,25813499,25814907,25816430,25816474,25818459,25818502,25820753,25825382,25867972,25870355,25873384,25878035,25879132,25892655,25894388,25906269,25909332,25909340,25916721,25917723,25920241,25923786,25931076,25972966,25973418,25973600,25973812,25974009,25978780,25989108,26020795,26021808,26021930,26022852,26024964,26028009,26036605,26036764,26037589,26037807,26038891,26040867,26040923,26041731,26042090,26045110,26061476,26061596,26061704,26061759,26061875,26062441,26062801,26071475,26073303,26073404,26073549,26073610,26073806,26074040,2607416', 'assoc_port': '25577171:25577380,25577630:25577819,25581566:25581902,25582996:25583211,25585204:25585340,25586140:25586310,25587499:25587738,25589930:25590184,25592294:25592546,25604430:25604682,25607476:25607673,25609320:25609372,25610670:25610825,25611914:25612184,25611941:25612113,25613129:25613239,25630861:25631227,25633279:25633739,25636039:25636374,25638586:25638716,25640337:25640571,25642073:25644190,25644544:25644795,25645300:25651799,25667508:25667890,25669917:25670290,25678937:25679630,25684795:25685322,25687501:25688055,25691101:25691556,25695656:25695972,25696549:25697075,25700538:25701039,25712570:25713071,25719366:25719725,25721485:25721791,25726422:25726513,25727717:25728078,25734591:25735162,25734599:25735006,25742072:25742715,25746579:25747026,25751535:25751832,25765645:25766161,25769866:25770252,25775666:25775954,25775669:25775908,25779002:25779331,25782539:25783144,25792335:25792968,25795726:25795915,25799755:25799896,25811285:25811537,25813349:25813499,25814608:25814907,25816292:25816474,25816294:2581643', 'assoc_mat': '25577171:papier:4461:25577380,25577630:papier:4461:25577819,25581566:papier:4461:25581902,25582996:papier:4461:25583211,25585204:papier:4461:25585340,25586140:papier:4461:25586310,25587499:papier:4461:25587738,25589930:papier:4461:25590184,25592294:papier:4461:25592546,25604430:papier:4461:25604682,25607476:papier:4461:25607673,25609320:papier:4461:25609372,25610670:papier:4461:25610825,25611914:papier:4461:25612184,25611941:papier:4461:25612113,25613129:papier:4461:25613239,25630861:papier:4461:25631227,25633279:papier:4461:25633739,25636039:papier:4461:25636374,25638586:papier:4461:25638716,25640337:papier:4461:25640571,25642073:papier:4461:25644190,25644544:papier:4461:25644795,25645300:papier:4461:25651799,25667508:papier:4461:25667890,25669917:papier:4461:25670290,25678937:papier:4461:25679630,25684795:papier:4461:25685322,25687501:papier:4461:25688055,25691101:papier:4461:25691556,25695656:papier:4461:25695972,25696549:papier:4461:25697075,25700538:papier:4461:25701039,25712570:papier:4461:25713071,2571'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015855034843924167, 'nb_photo': 6001, 'list_port_cont': '25577322,25580637,25583095,25583857,25585276,25589089,25590863,25590948,25592475,25593284,25593395,25605181,25607651,25609142,25610251,25610793,25611073,25611677,25612065,25613771,25630085,25633714,25636345,25638676,25640487,25640791,25642300,25645501,25647471,25648609,25669146,25674743,25685144,25686895,25687762,25691322,25695852,25700827,25702891,25704166,25707555,25715663,25719714,25727873,25730215,25730395,25733586,25733762,25737252,25740191,25742411,25745629,25764791,25768789,25774952,25779196,25780450,25780694,25782845,25787969,25788071,25788412,25792724,25795100,25808452,25810298,25812023,25816344,25816370,25816572,25817048,25818397,25818425,25820550,25822734,25825307,25866936,25869588,25869688,25873360,25876026,25886131,25887256,25891939,25892058,25904509,25906255,25906919,25912885,25916559,25916716,25917554,25921377,25921730,25923647,25924684,25930754,25931009,25973528,25973766,25974366,25974483,25974818,25974933,25981131,26020741,26020829,26021864,26021989,26022383,26022897,26023053,26036679,2603770', 'assoc_port': '25577174:25577322,25580401:25580637,25582992:25583095,25583784:25583857,25585205:25585276,25585545:25589089,25586141:25590863,25590795:25590948,25592281:25592475,25593103:25593395,25593105:25593284,25605067:25605181,25607480:25607651,25608990:25609142,25610127:25610251,25610666:25610793,25611024:25611073,25611604:25611677,25612032:25612065,25613715:25613771,25629830:25630085,25633273:25633714,25636042:25636345,25638584:25638676,25640338:25640487,25640754:25640791,25642075:25642300,25645294:25645501,25647267:25647471,25648355:25648609,25668764:25669146,25674370:25674743,25684799:25685144,25686543:25686895,25687503:25687762,25691066:25691322,25695657:25695852,25696552:25704166,25700539:25700827,25702664:25702891,25707499:25707555,25715248:25715663,25719397:25719714,25727719:25727873,25729958:25730395,25729970:25730215,25733343:25733762,25733352:25733586,25736971:25737252,25739903:25740191,25742097:25742411,25745382:25745629,25764316:25764791,25768346:25768789,25774800:25774952,25778996:25779196,25780119:2578069', 'assoc_mat': '25577174:papier:4200:25577322,25580401:papier:4200:25580637,25582992:papier:4200:25583095,25583784:papier:4200:25583857,25585205:papier:4200:25585276,25585545:papier:4200:25589089,25586141:papier:4200:25590863,25590795:papier:4200:25590948,25592281:papier:4200:25592475,25593103:papier:4200:25593395,25593105:papier:4200:25593284,25605067:papier:4200:25605181,25607480:papier:4200:25607651,25608990:papier:4200:25609142,25610127:papier:4200:25610251,25610666:papier:4200:25610793,25611024:papier:4200:25611073,25611604:papier:4200:25611677,25612032:papier:4200:25612065,25613715:papier:4200:25613771,25629830:papier:4200:25630085,25633273:papier:4200:25633714,25636042:papier:4200:25636345,25638584:papier:4200:25638676,25640338:papier:4200:25640487,25640754:papier:4200:25640791,25642075:papier:4200:25642300,25645294:papier:4200:25645501,25647267:papier:4200:25647471,25648355:papier:4200:25648609,25668764:papier:4200:25669146,25674370:papier:4200:25674743,25684799:papier:4200:25685144,25686543:papier:4200:25686895,2568'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9164876264143553, 'nb_photo': 47453, 'list_port_cont': '25580688,25581637,25581722,25586198,25603900,25608588,25609168,25611118,25611654,25611691,25614931,25615079,25633676,25633782,25637258,25639359,25650299,25650378,25658545,25673257,25684259,25687854,25695824,25700932,25712961,25721892,25726692,25733877,25745748,25751696,25766147,25773156,25780605,25780825,25792867,25811580,25813607,25814935,25817093,25825342,25866878,25873534,25878127,25887268,25887316,25892000,25909289,25909429,25912984,25919871,25920071,25924919,25930809,25973233,25973507,25973556,25973705,25974060,26020763,26021962,26022006,26024836,26025976,26028347,26037379,26038862,26039157,26040341,26041383,26044564,26044612,26061549,26061556,26061686,26061896,26062148,26062168,26062365,26062765,26062925,26063085,26063324,26065904,26066432,26069341,26070136,26070191,26070298,26070363,26070474,26072133,26073202,26073267,26073509,26073589,26076445,26083065,26092629,26113791,26115119,26118184,26118222,26120789,26130930,26131109,26143481,26145864,26146555,26150536,26155516,26158977,26161785,26200514,2620070', 'assoc_port': '25580380:25580688,25581569:25581637,25581570:25581722,25586136:25586198,25592297:25603900,25608429:25608588,25608988:25609168,25611020:25611118,25611599:25611691,25611602:25611654,25614817:25615079,25614819:25614931,25633271:25633782,25633275:25633676,25636907:25637258,25639144:25639359,25650163:25650378,25650167:25650299,25658372:25658545,25672857:25673257,25683782:25684259,25687505:25687854,25695653:25695824,25700533:25700932,25712557:25712961,25721454:25721892,25726409:25726692,25733337:25733877,25745374:25745748,25751534:25751696,25765642:25766147,25772539:25773156,25780111:25780825,25780136:25780605,25792380:25792867,25811282:25811580,25813342:25813607,25814607:25814935,25816876:25817093,25825108:25825342,25866508:25866878,25873073:25873534,25877606:25878127,25887022:25887316,25887023:25887268,25891753:25892000,25908706:25909429,25908743:25909289,25912507:25912984,25919712:25920071,25919715:25919871,25924424:25924919,25930407:25930809,25972697:25974060,25972718:25973705,25972722:25973507,25972791:2597355', 'assoc_mat': '25580380:papier:4209:25580688,25581569:papier:4209:25581637,25581570:papier:4209:25581722,25586136:papier:4209:25586198,25592297:papier:4209:25603900,25608429:papier:4209:25608588,25608988:papier:4209:25609168,25611020:papier:4209:25611118,25611599:papier:4209:25611691,25611602:papier:4209:25611654,25614817:papier:4209:25615079,25614819:papier:4209:25614931,25633271:papier:4209:25633782,25633275:papier:4209:25633676,25636907:papier:4209:25637258,25639144:papier:4209:25639359,25650163:papier:4209:25650378,25650167:papier:4209:25650299,25658372:papier:4209:25658545,25672857:papier:4209:25673257,25683782:papier:4209:25684259,25687505:papier:4209:25687854,25695653:papier:4209:25695824,25700533:papier:4209:25700932,25712557:papier:4209:25712961,25721454:papier:4209:25721892,25726409:papier:4209:25726692,25733337:papier:4209:25733877,25745374:papier:4209:25745748,25751534:papier:4209:25751696,25765642:papier:4209:25766147,25772539:papier:4209:25773156,25780111:papier:4209:25780825,25780136:papier:4209:25780605,2579'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9540040657940958, 'nb_photo': 25, 'list_port_cont': '25901234,26097677,26115030,26325714', 'assoc_port': '25900879:25901234,26096657:26097677,26114898:26115030,26325111:26325714', 'assoc_mat': '25900879:papier:3726:25901234,26096657:papier:3726:26097677,26114898:papier:3726:26115030,26325111:papier:3726:26325714'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011629357859325078, 'nb_photo': 28687, 'list_port_cont': '25577935,25577955,25580829,25581964,25583148,25583187,25583295,25587801,25588417,25590312,25591076,25593228,25593944,25595516,25599692,25604849,25607753,25608240,25608625,25609223,25609460,25610305,25610899,25611143,25611765,25612166,25612420,25613286,25613832,25630471,25631373,25632942,25635677,25638774,25639470,25640632,25642441,25642675,25645625,25645890,25647617,25648886,25651014,25669319,25670510,25674926,25685409,25687110,25691805,25692144,25696959,25697505,25701098,25701380,25703154,25715104,25716072,25719860,25720151,25722524,25726708,25726905,25730750,25731068,25735225,25737372,25737655,25740472,25742810,25747319,25764941,25766744,25769208,25770378,25774688,25776031,25776055,25779349,25779753,25784647,25785042,25786120,25788211,25793151,25793382,25795403,25800617,25808835,25810418,25811641,25813538,25815574,25815783,25816600,25817056,25817223,25818552,25820878,25823025,25823105,25824242,25824330,25825588,25866996,25870598,25872548,25872910,25876343,25879248,25890362,25892180,25892748,25901744,2590651', 'assoc_port': '25577629:25577955,25577631:25577935,25580398:25580829,25581549:25581964,25582988:25583295,25582991:25583187,25582997:25583148,25585203:25588417,25586132:25595516,25587501:25593944,25587503:25593228,25587505:25587801,25589929:25590312,25589970:25599692,25590813:25591076,25604427:25604849,25607439:25607753,25608155:25608240,25608432:25608625,25608969:25609223,25609323:25609460,25610126:25610305,25610668:25610899,25611021:25611143,25611594:25611765,25611934:25612166,25612350:25612420,25613125:25613286,25613675:25613832,25629824:25630471,25630867:25631373,25632563:25632942,25635074:25635677,25638567:25638774,25639141:25639470,25640336:25640632,25642038:25642675,25642054:25642441,25645293:25645890,25645299:25645625,25647272:25647617,25648357:25648886,25650833:25651014,25668768:25669319,25669903:25670510,25674373:25674926,25684796:25685409,25686545:25687110,25691054:25692144,25691060:25691805,25696546:25696959,25696548:25697505,25700531:25701380,25700536:25701098,25702663:25703154,25712562:25715104,25712573:2571607', 'assoc_mat': '25577629:papier:4211:25577955,25577631:papier:4211:25577935,25580398:papier:4211:25580829,25581549:papier:4211:25581964,25582988:papier:4211:25583295,25582991:papier:4211:25583187,25582997:papier:4211:25583148,25585203:papier:4211:25588417,25586132:papier:4211:25595516,25587501:papier:4211:25593944,25587503:papier:4211:25593228,25587505:papier:4211:25587801,25589929:papier:4211:25590312,25589970:papier:4211:25599692,25590813:papier:4211:25591076,25604427:papier:4211:25604849,25607439:papier:4211:25607753,25608155:papier:4211:25608240,25608432:papier:4211:25608625,25608969:papier:4211:25609223,25609323:papier:4211:25609460,25610126:papier:4211:25610305,25610668:papier:4211:25610899,25611021:papier:4211:25611143,25611594:papier:4211:25611765,25611934:papier:4211:25612166,25612350:papier:4211:25612420,25613125:papier:4211:25613286,25613675:papier:4211:25613832,25629824:papier:4211:25630471,25630867:papier:4211:25631373,25632563:papier:4211:25632942,25635074:papier:4211:25635677,25638567:papier:4211:25638774,2563'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.010909344091870622, 'nb_photo': 1157, 'list_port_cont': '25577498,25580219,25582033,25583306,25584026,25585693,25586615,25589466,25593803,25605340,25606916,25608671,25609522,25610358,25611211,25612240,25613353,25630568,25633047,25635806,25637496,25639503,25640700,25640958,25644951,25645873,25647762,25647996,25650635,25669430,25673978,25684595,25687144,25691917,25692074,25693214,25696256,25700058,25700107,25703281,25703687,25720138,25722301,25730726,25730820,25731060,25733794,25734101,25735420,25737653,25737752,25740519,25752088,25764673,25765292,25769424,25773589,25775391,25777515,25780985,25783463,25788424,25788606,25789401,25795568,25796056,25810903,25811676,25812149,25815017,25817327,25818595,25818639,25821178,25824222,25824396,25868263,25868379,25870687,25873701,25878453,25884804,25887507,25890507,25892252,25892868,25905093,25905417,25906894,25909959,25913164,25913232,25917063,25917096,25920696,25922023,25924080,25924182,25924291,25929106,25973793,25973925,25974172,25974281,25974412,25974619,25974694,25979261,25979587,25981570,26020957,26021117,26021156,2602268', 'assoc_port': '25577173:25577498,25579741:25580219,25581567:25582033,25582994:25583306,25583783:25584026,25585546:25585693,25586142:25589466,25586492:25586615,25593104:25593803,25605065:25605340,25606448:25606916,25608430:25608671,25609322:25609522,25610129:25610358,25611023:25611211,25611992:25612240,25613127:25613353,25629828:25630568,25632564:25633047,25635076:25635806,25636902:25637496,25639146:25639503,25640335:25640700,25640753:25640958,25644540:25644951,25645295:25645873,25647265:25647762,25647269:25647996,25650158:25650635,25668762:25669430,25672836:25673978,25683783:25684595,25686547:25687144,25691063:25692074,25691098:25691917,25692370:25693214,25695658:25696256,25699448:25700107,25699450:25700058,25702665:25703281,25703476:25703687,25719359:25720138,25721450:25722301,25729956:25731060,25729961:25730820,25729973:25730726,25733347:25733794,25733356:25734101,25734603:25735420,25736960:25737752,25736974:25737653,25739906:25740519,25751536:25752088,25762830:25764673,25764313:25765292,25768337:25769424,25772534:2577358', 'assoc_mat': '25577173:papier:3327:25577498,25579741:papier:3327:25580219,25581567:papier:3327:25582033,25582994:papier:3327:25583306,25583783:papier:3327:25584026,25585546:papier:3327:25585693,25586142:papier:3327:25589466,25586492:papier:3327:25586615,25593104:papier:3327:25593803,25605065:papier:3327:25605340,25606448:papier:3327:25606916,25608430:papier:3327:25608671,25609322:papier:3327:25609522,25610129:papier:3327:25610358,25611023:papier:3327:25611211,25611992:papier:3327:25612240,25613127:papier:3327:25613353,25629828:papier:3327:25630568,25632564:papier:3327:25633047,25635076:papier:3327:25635806,25636902:papier:3327:25637496,25639146:papier:3327:25639503,25640335:papier:3327:25640700,25640753:papier:3327:25640958,25644540:papier:3327:25644951,25645295:papier:3327:25645873,25647265:papier:3327:25647762,25647269:papier:3327:25647996,25650158:papier:3327:25650635,25668762:papier:3327:25669430,25672836:papier:3327:25673978,25683783:papier:3327:25684595,25686547:papier:3327:25687144,25691063:papier:3327:25692074,2569'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10972611569441088, 'nb_photo': 5574, 'list_port_cont': '25584796,25586294,25597313,25611725,25642425,25642561,25644984,25650407,25687868,25696086,25733750,25751948,25780496,25788126,25788320,25788685,25835494,25920153,26021794,26073441,26073658,26092686,26130782,26155565,26207762,26212177,26235804,26287289,26336714,26339018,26339704,26344979', 'assoc_port': '25583785:25584796,25586134:25586294,25596911:25597313,25611600:25611725,25642068:25642561,25642070:25642425,25644543:25644984,25650165:25650407,25687508:25687868,25695652:25696086,25733340:25733750,25751533:25751948,25780126:25780496,25787682:25788685,25787722:25788320,25787723:25788126,25832877:25835494,25919698:25920153,26021624:26021794,26072929:26073658,26072994:26073441,26092297:26092686,26130256:26130782,26155249:26155565,26207198:26207762,26211842:26212177,26235484:26235804,26286911:26287289,26335941:26339018,26335943:26336714,26339308:26339704,26344396:26344979', 'assoc_mat': '25583785:papier:3594:25584796,25586134:papier:3594:25586294,25596911:papier:3594:25597313,25611600:papier:3594:25611725,25642068:papier:3594:25642561,25642070:papier:3594:25642425,25644543:papier:3594:25644984,25650165:papier:3594:25650407,25687508:papier:3594:25687868,25695652:papier:3594:25696086,25733340:papier:3594:25733750,25751533:papier:3594:25751948,25780126:papier:3594:25780496,25787682:papier:3594:25788685,25787722:papier:3594:25788320,25787723:papier:3594:25788126,25832877:papier:3594:25835494,25919698:papier:3594:25920153,26021624:papier:3594:26021794,26072929:papier:3594:26073658,26072994:papier:3594:26073441,26092297:papier:3594:26092686,26130256:papier:3594:26130782,26155249:papier:3594:26155565,26207198:papier:3594:26207762,26211842:papier:3594:26212177,26235484:papier:3594:26235804,26286911:papier:3594:26287289,26335941:papier:3594:26339018,26335943:papier:3594:26336714,26339308:papier:3594:26339704,26344396:papier:3594:26344979'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0040256099234823334, 'nb_photo': 72, 'list_port_cont': '25579279,25604485,25610239,25631963,25640836,25685085,25732872,25769683,25789997,25811389,25817977,25868507,25884070,25909785,25927191,25931461,26021599,26023492,26036696,26040801,26064484,26075474,26076376,26077335,26106632,26110985,26138121,26151660,26160041,26213444,26217848,26243881,26269860,26306168,26314330,26353834,26366139', 'assoc_port': '25577627:25579279,25604429:25604485,25610130:25610239,25630859:25631963,25640751:25640836,25684797:25685085,25729964:25732872,25764308:25769683,25787675:25789997,25811287:25811389,25817915:25817977,25867623:25868507,25883929:25884070,25905642:25909785,25917397:25927191,25931371:25931461,26020558:26021599,26021574:26023492,26036530:26036696,26040462:26040801,26061336:26064484,26072894:26076376,26072958:26077335,26073015:26075474,26078693:26106632,26092290:26110985,26130280:26138121,26141882:26151660,26152798:26160041,26209225:26213444,26215058:26217848,26235486:26243881,26259646:26269860,26286916:26306168,26297425:26314330,26321165:26353834,26347653:26366139', 'assoc_mat': '25577627:pehd:4205:25579279,25604429:pehd:4205:25604485,25610130:pehd:4205:25610239,25630859:pehd:4205:25631963,25640751:pehd:4205:25640836,25684797:pehd:4205:25685085,25729964:pehd:4205:25732872,25764308:pehd:4205:25769683,25787675:pehd:4205:25789997,25811287:pehd:4205:25811389,25817915:pehd:4205:25817977,25867623:pehd:4205:25868507,25883929:pehd:4205:25884070,25905642:pehd:4205:25909785,25917397:pehd:4205:25927191,25931371:pehd:4205:25931461,26020558:pehd:4205:26021599,26021574:pehd:4205:26023492,26036530:pehd:4205:26036696,26040462:pehd:4205:26040801,26061336:pehd:4205:26064484,26072894:pehd:4205:26076376,26072958:pehd:4205:26077335,26073015:pehd:4205:26075474,26078693:pehd:4205:26106632,26092290:pehd:4205:26110985,26130280:pehd:4205:26138121,26141882:pehd:4205:26151660,26152798:pehd:4205:26160041,26209225:pehd:4205:26213444,26215058:pehd:4205:26217848,26235486:pehd:4205:26243881,26259646:pehd:4205:26269860,26286916:pehd:4205:26306168,26297425:pehd:4205:26314330,26321165:pehd:4205:26353834,26347653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0024970575565427112, 'nb_photo': 187, 'list_port_cont': '25580937,25583947,25590999,25606751,25632095,25643818,25684231,25703810,25727507,25772551,25777376,25810827,25824836,25871773,25894516,25909863,25920747,25976282,25989584,26025641,26027270,26040131,26063828,26063956,26064965,26072761,26075750,26077160,26108682,26111370,26125450,26130838,26142220,26163978,26209429,26214070,26242950,26245469,26261689,26275686,26281876,26308134,26328205,26356223,26365452', 'assoc_port': '25580381:25580937,25583787:25583947,25589925:25590999,25606446:25606751,25630831:25632095,25642040:25643818,25674372:25684231,25702666:25703810,25725310:25727507,25765639:25772551,25777185:25777376,25810539:25810827,25822468:25824836,25870117:25871773,25894093:25894516,25905559:25909863,25917394:25920747,25972758:25976282,25972863:25989584,26021547:26025641,26021630:26027270,26039667:26040131,26061196:26063956,26061298:26064965,26061359:26063828,26071842:26072761,26072935:26077160,26073002:26075750,26082491:26108682,26095210:26111370,26117047:26125450,26122868:26130838,26141883:26142220,26158720:26163978,26202838:26209429,26209233:26214070,26226079:26242950,26237654:26245469,26256611:26261689,26264402:26275686,26270767:26281876,26290561:26308134,26323538:26356223,26327726:26328205,26343121:26365452', 'assoc_mat': '25580381:pehd:4203:25580937,25583787:pehd:4203:25583947,25589925:pehd:4203:25590999,25606446:pehd:4203:25606751,25630831:pehd:4203:25632095,25642040:pehd:4203:25643818,25674372:pehd:4203:25684231,25702666:pehd:4203:25703810,25725310:pehd:4203:25727507,25765639:pehd:4203:25772551,25777185:pehd:4203:25777376,25810539:pehd:4203:25810827,25822468:pehd:4203:25824836,25870117:pehd:4203:25871773,25894093:pehd:4203:25894516,25905559:pehd:4203:25909863,25917394:pehd:4203:25920747,25972758:pehd:4203:25976282,25972863:pehd:4203:25989584,26021547:pehd:4203:26025641,26021630:pehd:4203:26027270,26039667:pehd:4203:26040131,26061196:pehd:4203:26063956,26061298:pehd:4203:26064965,26061359:pehd:4203:26063828,26071842:pehd:4203:26072761,26072935:pehd:4203:26077160,26073002:pehd:4203:26075750,26082491:pehd:4203:26108682,26095210:pehd:4203:26111370,26117047:pehd:4203:26125450,26122868:pehd:4203:26130838,26141883:pehd:4203:26142220,26158720:pehd:4203:26163978,26202838:pehd:4203:26209429,26209233:pehd:4203:26214070,26226079:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003220361275080709, 'nb_photo': 319, 'list_port_cont': '25577418,25583142,25583836,25600460,25600859,25603856,25604132,25604350,25604547,25605148,25607708,25608188,25609364,25611706,25631032,25631766,25632113,25638190,25639310,25639477,25640768,25646463,25647461,25674827,25682970,25686305,25691254,25700266,25702392,25704347,25715059,25718894,25722204,25727235,25730603,25736426,25737144,25742584,25748314,25751742,25771679,25774763,25775228,25782706,25783020,25795905,25809393,25809471,25810374,25813468,25824507,25867417,25869505,25870227,25874326,25885316,25892767,25893150,25909060,25909646,25914681,25918507,25920791,25922424,25927779,25932120,25932504,25974633,25974982,25975758,25975924,25976174,25976793,25976935,25977041,25988617,26020717,26021542,26021840,26023142,26023893,26025334,26027033,26036587,26036826,26037171,26037788,26038709,26038771,26041607,26041634,26041959,26061385,26061446,26062002,26063659,26063936,26064328,26064624,26064687,26064721,26064740,26065585,26073683,26074249,26074698,26075405,26075559,26075656,26075691,26076395,26076954,26077123,2607722', 'assoc_port': '25577172:25577418,25582995:25583142,25583782:25583836,25585202:25604132,25586130:25600460,25587507:25604350,25590812:25600859,25592296:25603856,25604428:25604547,25605068:25605148,25607481:25607708,25608156:25608188,25609324:25609364,25611606:25611706,25629826:25631032,25630845:25631766,25630865:25632113,25636045:25638190,25638566:25639310,25639148:25639477,25640756:25640768,25644542:25646463,25645297:25647461,25669900:25674827,25672818:25682970,25678919:25686305,25691080:25704347,25691104:25691254,25696547:25700266,25699452:25702392,25712567:25715059,25715257:25718894,25719374:25722204,25725307:25727235,25727718:25730603,25733334:25736426,25734593:25737144,25739911:25742584,25745377:25748314,25746574:25751742,25765636:25771679,25768340:25774763,25774801:25775228,25780132:25783020,25782547:25782706,25794774:25795905,25808150:25809471,25808156:25809393,25810191:25810374,25813347:25813468,25823752:25824507,25866494:25867417,25869432:25869505,25870121:25870227,25871861:25874326,25877608:25885316,25891749:2589315', 'assoc_mat': '25577172:pehd:4207:25577418,25582995:pehd:4207:25583142,25583782:pehd:4207:25583836,25585202:pehd:4207:25604132,25586130:pehd:4207:25600460,25587507:pehd:4207:25604350,25590812:pehd:4207:25600859,25592296:pehd:4207:25603856,25604428:pehd:4207:25604547,25605068:pehd:4207:25605148,25607481:pehd:4207:25607708,25608156:pehd:4207:25608188,25609324:pehd:4207:25609364,25611606:pehd:4207:25611706,25629826:pehd:4207:25631032,25630845:pehd:4207:25631766,25630865:pehd:4207:25632113,25636045:pehd:4207:25638190,25638566:pehd:4207:25639310,25639148:pehd:4207:25639477,25640756:pehd:4207:25640768,25644542:pehd:4207:25646463,25645297:pehd:4207:25647461,25669900:pehd:4207:25674827,25672818:pehd:4207:25682970,25678919:pehd:4207:25686305,25691080:pehd:4207:25704347,25691104:pehd:4207:25691254,25696547:pehd:4207:25700266,25699452:pehd:4207:25702392,25712567:pehd:4207:25715059,25715257:pehd:4207:25718894,25719374:pehd:4207:25722204,25725307:pehd:4207:25727235,25727718:pehd:4207:25730603,25733334:pehd:4207:25736426,25734593:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008118394520923443, 'nb_photo': 26, 'list_port_cont': '25679634,25713074,25735015,25972963,26024966,26036751,26041725,26061597,26076459,26078004,26095708,26099304,26143526,26193850,26202480,26214661,26215208,26236724,26237894,26262043,26273856,26319336,26339643', 'assoc_port': '25678937:25679634,25712570:25713074,25734599:25735015,25972652:25972963,26021628:26024966,26036529:26036751,26041227:26041725,26061371:26061597,26076282:26076459,26077547:26078004,26095208:26095708,26099024:26099304,26143300:26143526,26193503:26193850,26202344:26202480,26214360:26214661,26215060:26215208,26236421:26236724,26237649:26237894,26261657:26262043,26273619:26273856,26318903:26319336,26339306:26339643', 'assoc_mat': '25678937:pehd:4461:25679634,25712570:pehd:4461:25713074,25734599:pehd:4461:25735015,25972652:pehd:4461:25972963,26021628:pehd:4461:26024966,26036529:pehd:4461:26036751,26041227:pehd:4461:26041725,26061371:pehd:4461:26061597,26076282:pehd:4461:26076459,26077547:pehd:4461:26078004,26095208:pehd:4461:26095708,26099024:pehd:4461:26099304,26143300:pehd:4461:26143526,26193503:pehd:4461:26193850,26202344:pehd:4461:26202480,26214360:pehd:4461:26214661,26215060:pehd:4461:26215208,26236421:pehd:4461:26236724,26237649:pehd:4461:26237894,26261657:pehd:4461:26262043,26273619:pehd:4461:26273856,26318903:pehd:4461:26319336,26339306:pehd:4461:26339643'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006494929035319074, 'nb_photo': 634, 'list_port_cont': '25577319,25580648,25583088,25583866,25585272,25589086,25590859,25592471,25593289,25593396,25605170,25607652,25609130,25611081,25613764,25630084,25633721,25636342,25638671,25640793,25642306,25645502,25647467,25648614,25669149,25674746,25685138,25686892,25695844,25700832,25702895,25704167,25707569,25715666,25719701,25727871,25730219,25730400,25737251,25740198,25742416,25745632,25764801,25768796,25774948,25779200,25780452,25787960,25788418,25792714,25795105,25808440,25810294,25812029,25816353,25816372,25816582,25817037,25818427,25820560,25822731,25825293,25866928,25869595,25873364,25876029,25886129,25887248,25891942,25904510,25906251,25906920,25912886,25916558,25916703,25917563,25921363,25921724,25923645,25924670,25930763,25931001,25973539,25973782,25974355,25974479,25974821,25974926,25981130,26020738,26020837,26021865,26021978,26022391,26023050,26037707,26037838,26038688,26039062,26039725,26039882,26039968,26040510,26041695,26041933,26042318,26044521,26061407,26061459,26061633,26061811,26062026,26062303,2606251', 'assoc_port': '25577174:25577319,25580401:25580648,25582992:25583088,25583784:25583866,25585205:25585272,25585545:25589086,25586141:25590859,25592281:25592471,25593103:25593396,25593105:25593289,25605067:25605170,25607480:25607652,25608990:25609130,25611024:25611081,25613715:25613764,25629830:25630084,25633273:25633721,25636042:25636342,25638584:25638671,25640754:25640793,25642075:25642306,25645294:25645502,25647267:25647467,25648355:25648614,25668764:25669149,25674370:25674746,25684799:25685138,25686543:25686892,25695657:25695844,25696552:25704167,25700539:25700832,25702664:25702895,25707499:25707569,25715248:25715666,25719397:25719701,25727719:25727871,25729958:25730400,25729970:25730219,25736971:25737251,25739903:25740198,25742097:25742416,25745382:25745632,25764316:25764801,25768346:25768796,25774800:25774948,25778996:25779200,25780128:25780452,25787678:25788418,25787728:25787960,25792332:25792714,25794775:25795105,25808153:25808440,25810197:25810294,25811866:25812029,25816286:25816582,25816288:25816353,25816298:2581637', 'assoc_mat': '25577174:pehd:4200:25577319,25580401:pehd:4200:25580648,25582992:pehd:4200:25583088,25583784:pehd:4200:25583866,25585205:pehd:4200:25585272,25585545:pehd:4200:25589086,25586141:pehd:4200:25590859,25592281:pehd:4200:25592471,25593103:pehd:4200:25593396,25593105:pehd:4200:25593289,25605067:pehd:4200:25605170,25607480:pehd:4200:25607652,25608990:pehd:4200:25609130,25611024:pehd:4200:25611081,25613715:pehd:4200:25613764,25629830:pehd:4200:25630084,25633273:pehd:4200:25633721,25636042:pehd:4200:25636342,25638584:pehd:4200:25638671,25640754:pehd:4200:25640793,25642075:pehd:4200:25642306,25645294:pehd:4200:25645502,25647267:pehd:4200:25647467,25648355:pehd:4200:25648614,25668764:pehd:4200:25669149,25674370:pehd:4200:25674746,25684799:pehd:4200:25685138,25686543:pehd:4200:25686892,25695657:pehd:4200:25695844,25696552:pehd:4200:25704167,25700539:pehd:4200:25700832,25702664:pehd:4200:25702895,25707499:pehd:4200:25707569,25715248:pehd:4200:25715666,25719397:pehd:4200:25719701,25727719:pehd:4200:25727871,25729958:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006504883946764794, 'nb_photo': 207, 'list_port_cont': '25580685,25581646,25581719,25586206,25603905,25608585,25609182,25611124,25614933,25615082,25633789,25637269,25650304,25650373,25673271,25684244,25687847,25695831,25712969,25745742,25751682,25766138,25773150,25780828,25792873,25811575,25813617,25825330,25866879,25873539,25878132,25887272,25887319,25909298,25912986,25920072,25924906,25973229,25973514,25973557,25973695,25974052,26020756,26021958,26021999,26025987,26038854,26039161,26040343,26041390,26044608,26061562,26061696,26061907,26062369,26062767,26062916,26063084,26063327,26065909,26069345,26070184,26073198,26073275,26073510,26073586,26076441,26083054,26092624,26115121,26118181,26118228,26120803,26130916,26131114,26143483,26155527,26158978,26161786,26203221,26211998,26212093,26226986,26235733,26241260,26260077,26265302,26271795,26278594,26287445,26293260,26293495,26323920,26328147,26336384,26344733,26357165', 'assoc_port': '25580380:25580685,25581569:25581646,25581570:25581719,25586136:25586206,25592297:25603905,25608429:25608585,25608988:25609182,25611020:25611124,25614817:25615082,25614819:25614933,25633271:25633789,25636907:25637269,25650163:25650373,25650167:25650304,25672857:25673271,25683782:25684244,25687505:25687847,25695653:25695831,25712557:25712969,25745374:25745742,25751534:25751682,25765642:25766138,25772539:25773150,25780111:25780828,25792380:25792873,25811282:25811575,25813342:25813617,25825108:25825330,25866508:25866879,25873073:25873539,25877606:25878132,25887022:25887319,25887023:25887272,25908743:25909298,25912507:25912986,25919712:25920072,25924424:25924906,25972697:25974052,25972718:25973695,25972722:25973514,25972791:25973557,25972871:25973229,26020604:26020756,26021544:26025987,26021577:26021999,26021622:26021958,26037263:26039161,26038518:26040343,26038669:26038854,26039668:26041390,26041233:26044608,26061205:26063327,26061217:26063084,26061223:26062916,26061235:26062767,26061240:26062369,26061284:2606590', 'assoc_mat': '25580380:pehd:4209:25580685,25581569:pehd:4209:25581646,25581570:pehd:4209:25581719,25586136:pehd:4209:25586206,25592297:pehd:4209:25603905,25608429:pehd:4209:25608585,25608988:pehd:4209:25609182,25611020:pehd:4209:25611124,25614817:pehd:4209:25615082,25614819:pehd:4209:25614933,25633271:pehd:4209:25633789,25636907:pehd:4209:25637269,25650163:pehd:4209:25650373,25650167:pehd:4209:25650304,25672857:pehd:4209:25673271,25683782:pehd:4209:25684244,25687505:pehd:4209:25687847,25695653:pehd:4209:25695831,25712557:pehd:4209:25712969,25745374:pehd:4209:25745742,25751534:pehd:4209:25751682,25765642:pehd:4209:25766138,25772539:pehd:4209:25773150,25780111:pehd:4209:25780828,25792380:pehd:4209:25792873,25811282:pehd:4209:25811575,25813342:pehd:4209:25813617,25825108:pehd:4209:25825330,25866508:pehd:4209:25866879,25873073:pehd:4209:25873539,25877606:pehd:4209:25878132,25887022:pehd:4209:25887319,25887023:pehd:4209:25887272,25908743:pehd:4209:25909298,25912507:pehd:4209:25912986,25919712:pehd:4209:25920072,25924424:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9558466748654268, 'nb_photo': 8817, 'list_port_cont': '25577937,25577967,25580830,25581955,25583159,25583188,25583290,25587808,25588419,25590313,25591086,25593230,25593947,25595517,25599685,25604848,25607749,25608235,25608626,25609215,25609449,25610308,25610886,25611142,25611771,25612173,25612421,25613287,25613838,25630486,25631376,25632933,25635680,25638786,25639463,25640635,25642448,25642661,25645617,25645893,25647619,25648887,25651022,25669329,25670511,25674927,25685404,25687092,25691806,25692143,25696974,25697512,25701094,25701369,25703143,25715106,25716057,25719851,25720162,25722525,25726710,25726902,25730755,25731073,25735231,25737374,25737668,25740486,25742787,25747313,25764937,25766740,25769212,25770387,25774691,25776036,25776056,25779355,25779749,25784656,25785046,25786107,25788219,25793147,25793381,25795391,25800618,25808831,25810423,25811639,25813551,25815585,25815778,25816602,25817070,25817217,25818542,25820873,25823023,25823095,25824233,25824336,25825585,25866994,25870596,25872536,25872911,25876352,25879235,25890368,25892182,25892743,25901734,2590651', 'assoc_port': '25577629:25577967,25577631:25577937,25580398:25580830,25581549:25581955,25582988:25583290,25582991:25583188,25582997:25583159,25585203:25588419,25586132:25595517,25587501:25593947,25587503:25593230,25587505:25587808,25589929:25590313,25589970:25599685,25590813:25591086,25604427:25604848,25607439:25607749,25608155:25608235,25608432:25608626,25608969:25609215,25609323:25609449,25610126:25610308,25610668:25610886,25611021:25611142,25611594:25611771,25611934:25612173,25612350:25612421,25613125:25613287,25613675:25613838,25629824:25630486,25630867:25631376,25632563:25632933,25635074:25635680,25638567:25638786,25639141:25639463,25640336:25640635,25642038:25642661,25642054:25642448,25645293:25645893,25645299:25645617,25647272:25647619,25648357:25648887,25650833:25651022,25668768:25669329,25669903:25670511,25674373:25674927,25684796:25685404,25686545:25687092,25691054:25692143,25691060:25691806,25696546:25696974,25696548:25697512,25700531:25701369,25700536:25701094,25702663:25703143,25712562:25715106,25712573:2571605', 'assoc_mat': '25577629:pehd:4211:25577967,25577631:pehd:4211:25577937,25580398:pehd:4211:25580830,25581549:pehd:4211:25581955,25582988:pehd:4211:25583290,25582991:pehd:4211:25583188,25582997:pehd:4211:25583159,25585203:pehd:4211:25588419,25586132:pehd:4211:25595517,25587501:pehd:4211:25593947,25587503:pehd:4211:25593230,25587505:pehd:4211:25587808,25589929:pehd:4211:25590313,25589970:pehd:4211:25599685,25590813:pehd:4211:25591086,25604427:pehd:4211:25604848,25607439:pehd:4211:25607749,25608155:pehd:4211:25608235,25608432:pehd:4211:25608626,25608969:pehd:4211:25609215,25609323:pehd:4211:25609449,25610126:pehd:4211:25610308,25610668:pehd:4211:25610886,25611021:pehd:4211:25611142,25611594:pehd:4211:25611771,25611934:pehd:4211:25612173,25612350:pehd:4211:25612421,25613125:pehd:4211:25613287,25613675:pehd:4211:25613838,25629824:pehd:4211:25630486,25630867:pehd:4211:25631376,25632563:pehd:4211:25632933,25635074:pehd:4211:25635680,25638567:pehd:4211:25638786,25639141:pehd:4211:25639463,25640336:pehd:4211:25640635,25642038:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015491347849590684, 'nb_photo': 5, 'list_port_cont': '25817331,25818640,26236210,26240822', 'assoc_port': '25816874:25817331,25818301:25818640,26235477:26236210,26240302:26240822', 'assoc_mat': '25816874:pehd:3327:25817331,25818301:pehd:3327:25818640,26235477:pehd:3327:26236210,26240302:pehd:3327:26240822'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00011257080886781088, 'nb_photo': 5, 'list_port_cont': '25586288,25780499,25788678,26207764,26287283', 'assoc_port': '25586134:25586288,25780126:25780499,25787682:25788678,26207198:26207764,26286911:26287283', 'assoc_mat': '25586134:pehd:3594:25586288,25780126:pehd:3594:25780499,25787682:pehd:3594:25788678,26207198:pehd:3594:26207764,26286911:pehd:3594:26287283'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0026688544891344253, 'nb_photo': 13, 'list_port_cont': '25685080,25703195,25732873,25790007,25811385,25868518,25884063,26062127,26075477,26269857', 'assoc_port': '25684797:25685080,25700541:25703195,25729964:25732873,25787675:25790007,25811287:25811385,25867623:25868518,25883929:25884063,26061163:26062127,26073015:26075477,26259646:26269857', 'assoc_mat': '25684797:pet_clair:4205:25685080,25700541:pet_clair:4205:25703195,25729964:pet_clair:4205:25732873,25787675:pet_clair:4205:25790007,25811287:pet_clair:4205:25811385,25867623:pet_clair:4205:25868518,25883929:pet_clair:4205:25884063,26061163:pet_clair:4205:26062127,26073015:pet_clair:4205:26075477,26259646:pet_clair:4205:26269857'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022045622136196216, 'nb_photo': 3, 'list_port_cont': '25772554,26025649,26275687', 'assoc_port': '25765639:25772554,26021547:26025649,26264402:26275687', 'assoc_mat': '25765639:pet_clair:4203:25772554,26021547:pet_clair:4203:26025649,26264402:pet_clair:4203:26275687'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021251239501026324, 'nb_photo': 21, 'list_port_cont': '25643718,25649631,25673091,25784619,25821408,25824673,25889112,25927773,25938380,25974644,25974993,26037012,26041761,26045004,26109404,26111551,26270361,26316288,26351256', 'assoc_port': '25642072:25643718,25647274:25649631,25672877:25673091,25772537:25784619,25820344:25821408,25822495:25824673,25887020:25889112,25923412:25927773,25928088:25938380,25972645:25974644,25972686:25974993,26036998:26037012,26041229:26041761,26044959:26045004,26084015:26109404,26099018:26111551,26260258:26270361,26302797:26351256,26305433:26316288', 'assoc_mat': '25642072:pet_clair:4207:25643718,25647274:pet_clair:4207:25649631,25672877:pet_clair:4207:25673091,25772537:pet_clair:4207:25784619,25820344:pet_clair:4207:25821408,25822495:pet_clair:4207:25824673,25887020:pet_clair:4207:25889112,25923412:pet_clair:4207:25927773,25928088:pet_clair:4207:25938380,25972645:pet_clair:4207:25974644,25972686:pet_clair:4207:25974993,26036998:pet_clair:4207:26037012,26041229:pet_clair:4207:26041761,26044959:pet_clair:4207:26045004,26084015:pet_clair:4207:26109404,26099018:pet_clair:4207:26111551,26260258:pet_clair:4207:26270361,26302797:pet_clair:4207:26351256,26305433:pet_clair:4207:26316288'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0033737037923919706, 'nb_photo': 2, 'list_port_cont': '25640585,26210697', 'assoc_port': '25640337:25640585,26210161:26210697', 'assoc_mat': '25640337:pet_clair:4461:25640585,26210161:pet_clair:4461:26210697'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005490654641921429, 'nb_photo': 156, 'list_port_cont': '25583087,25590954,25593400,25609138,25610249,25610791,25611679,25612074,25613770,25630086,25633712,25636340,25638675,25640802,25642309,25686898,25687749,25707567,25719700,25730222,25745641,25764802,25774949,25782842,25788066,25792713,25808447,25810288,25816350,25816578,25818395,25866938,25873359,25876035,25886117,25887249,25892049,25904505,25912883,25916553,25917550,25921374,25930757,25931006,25974481,25974822,25981136,26020737,26021857,26021984,26023045,26036675,26038687,26039880,26039973,26040518,26041682,26061465,26061807,26062532,26062995,26063631,26063976,26071506,26073218,26073284,26073492,26074214,26074463,26074866,26075530,26088922,26091191,26092336,26099170,26113188,26115791,26118215,26120679,26128333,26130732,26136043,26142353,26145946,26155079,26160682,26198999,26202471,26207396,26207595,26214559,26225343,26236690,26255037,26257027,26260609,26263023,26266806,26267507,26269686,26271754,26285235,26292296,26328040', 'assoc_port': '25582992:25583087,25590795:25590954,25593103:25593400,25608990:25609138,25610127:25610249,25610666:25610791,25611604:25611679,25612032:25612074,25613715:25613770,25629830:25630086,25633273:25633712,25636042:25636340,25638584:25638675,25640754:25640802,25642075:25642309,25686543:25686898,25687503:25687749,25707499:25707567,25719397:25719700,25729970:25730222,25745382:25745641,25764316:25764802,25774800:25774949,25782542:25782842,25787683:25788066,25792332:25792713,25808153:25808447,25810197:25810288,25816286:25816578,25816288:25816350,25818307:25818395,25866492:25866938,25873070:25873359,25875786:25876035,25878871:25886117,25887027:25887249,25891748:25892049,25904281:25904505,25912503:25912883,25916185:25916553,25917403:25917550,25921073:25921374,25930362:25931006,25930383:25930757,25972703:25974822,25972755:25974481,25972833:25981136,26020561:26020737,26021583:26023045,26021629:26021984,26021634:26021857,26036528:26036675,26038507:26038687,26038512:26039973,26039675:26039880,26040172:26040518,26041225:2604168', 'assoc_mat': '25582992:pet_clair:4200:25583087,25590795:pet_clair:4200:25590954,25593103:pet_clair:4200:25593400,25608990:pet_clair:4200:25609138,25610127:pet_clair:4200:25610249,25610666:pet_clair:4200:25610791,25611604:pet_clair:4200:25611679,25612032:pet_clair:4200:25612074,25613715:pet_clair:4200:25613770,25629830:pet_clair:4200:25630086,25633273:pet_clair:4200:25633712,25636042:pet_clair:4200:25636340,25638584:pet_clair:4200:25638675,25640754:pet_clair:4200:25640802,25642075:pet_clair:4200:25642309,25686543:pet_clair:4200:25686898,25687503:pet_clair:4200:25687749,25707499:pet_clair:4200:25707567,25719397:pet_clair:4200:25719700,25729970:pet_clair:4200:25730222,25745382:pet_clair:4200:25745641,25764316:pet_clair:4200:25764802,25774800:pet_clair:4200:25774949,25782542:pet_clair:4200:25782842,25787683:pet_clair:4200:25788066,25792332:pet_clair:4200:25792713,25808153:pet_clair:4200:25808447,25810197:pet_clair:4200:25810288,25816286:pet_clair:4200:25816578,25816288:pet_clair:4200:25816350,25818307:pet_clair:4200:25818395,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010236154127488152, 'nb_photo': 4, 'list_port_cont': '25673265,25773148,26150527,26278602', 'assoc_port': '25672857:25673265,25772539:25773148,26150196:26150527,26278367:26278602', 'assoc_mat': '25672857:pet_clair:4209:25673265,25772539:pet_clair:4209:25773148,26150196:pet_clair:4209:26150527,26278367:pet_clair:4209:26278602'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005215311713956962, 'nb_photo': 227, 'list_port_cont': '25577932,25583181,25583294,25588420,25590318,25604845,25608638,25609224,25609455,25610889,25630475,25632938,25635691,25692142,25701384,25703140,25722528,25731071,25740476,25747321,25785051,25788217,25808840,25811636,25815776,25816603,25872912,25879236,25892177,25921836,25924954,25925424,25973361,25973400,25974316,25975892,26024178,26036868,26037719,26039249,26040045,26041254,26041965,26045145,26063064,26064006,26064382,26073686,26074092,26074453,26075326,26076329,26113420,26114015,26127214,26128896,26141554,26142585,26146781,26149452,26150674,26153302,26156985,26212281,26215256,26227074,26235903,26237953,26240568,26289675,26294244,26308350,26325947,26332767', 'assoc_port': '25577631:25577932,25582988:25583294,25582991:25583181,25585203:25588420,25589929:25590318,25604427:25604845,25608432:25608638,25608969:25609224,25609323:25609455,25610668:25610889,25629824:25630475,25632563:25632938,25635074:25635691,25691054:25692142,25700531:25701384,25702663:25703140,25721457:25722528,25729954:25731071,25739908:25740476,25746576:25747321,25784015:25785051,25787681:25788217,25808154:25808840,25811284:25811636,25811290:25815776,25816296:25816603,25871859:25872912,25878856:25879236,25891750:25892177,25921080:25921836,25924417:25925424,25924422:25924954,25972695:25975892,25972803:25974316,25972839:25973400,25972874:25973361,26021579:26024178,26036521:26036868,26037369:26037719,26038510:26040045,26038523:26041254,26038964:26039249,26040173:26041965,26045046:26045145,26061166:26063064,26061216:26064382,26061357:26064006,26072932:26076329,26072985:26075326,26073007:26074453,26073042:26074092,26073086:26073686,26113021:26113420,26113653:26114015,26126331:26127214,26128202:26128896,26135680:2614155', 'assoc_mat': '25577631:pet_clair:4211:25577932,25582988:pet_clair:4211:25583294,25582991:pet_clair:4211:25583181,25585203:pet_clair:4211:25588420,25589929:pet_clair:4211:25590318,25604427:pet_clair:4211:25604845,25608432:pet_clair:4211:25608638,25608969:pet_clair:4211:25609224,25609323:pet_clair:4211:25609455,25610668:pet_clair:4211:25610889,25629824:pet_clair:4211:25630475,25632563:pet_clair:4211:25632938,25635074:pet_clair:4211:25635691,25691054:pet_clair:4211:25692142,25700531:pet_clair:4211:25701384,25702663:pet_clair:4211:25703140,25721457:pet_clair:4211:25722528,25729954:pet_clair:4211:25731071,25739908:pet_clair:4211:25740476,25746576:pet_clair:4211:25747321,25784015:pet_clair:4211:25785051,25787681:pet_clair:4211:25788217,25808154:pet_clair:4211:25808840,25811284:pet_clair:4211:25811636,25811290:pet_clair:4211:25815776,25816296:pet_clair:4211:25816603,25871859:pet_clair:4211:25872912,25878856:pet_clair:4211:25879236,25891750:pet_clair:4211:25892177,25921080:pet_clair:4211:25921836,25924417:pet_clair:4211:25925424,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840963629305775, 'nb_photo': 141103, 'list_port_cont': '25577500,25580217,25582032,25583305,25584032,25585403,25585695,25586625,25589469,25593806,25594711,25599101,25605338,25606919,25608677,25609529,25610349,25611215,25612237,25613361,25630569,25633050,25635797,25637482,25639500,25640705,25640955,25644962,25645874,25647761,25647995,25650561,25650634,25669426,25673971,25684605,25687154,25691913,25692063,25693202,25696254,25700062,25700106,25703293,25703694,25720129,25722302,25730720,25730821,25731050,25733802,25734095,25735428,25737643,25737747,25740509,25746092,25752095,25764665,25765295,25769419,25773584,25775393,25777511,25780978,25783453,25788436,25788594,25789398,25795569,25796045,25806806,25810908,25811681,25812151,25815014,25817340,25818601,25818642,25821177,25823456,25824218,25824307,25824391,25868274,25868393,25870688,25873712,25878473,25884813,25887517,25887568,25890501,25892264,25892867,25893003,25905088,25905418,25906900,25909964,25913174,25913234,25917062,25917088,25920699,25922024,25924088,25924193,25924293,25929100,25931658,25937576,25973800,2597391', 'assoc_port': '25577173:25577500,25579741:25580217,25581567:25582032,25582994:25583305,25583783:25584032,25585201:25585403,25585546:25585695,25586142:25589469,25586492:25586625,25590799:25594711,25592295:25599101,25593104:25593806,25605065:25605338,25606448:25606919,25608430:25608677,25609322:25609529,25610129:25610349,25611023:25611215,25611992:25612237,25613127:25613361,25629828:25630569,25632564:25633050,25635076:25635797,25636902:25637482,25639146:25639500,25640335:25640705,25640753:25640955,25644540:25644962,25645295:25645874,25647265:25647761,25647269:25647995,25650158:25650634,25650161:25650561,25668762:25669426,25672836:25673971,25683783:25684605,25686547:25687154,25691063:25692063,25691098:25691913,25692370:25693202,25695658:25696254,25699448:25700106,25699450:25700062,25702665:25703293,25703476:25703694,25719359:25720129,25721450:25722302,25729956:25731050,25729961:25730821,25729973:25730720,25733347:25733802,25733356:25734095,25734603:25735428,25736960:25737747,25736974:25737643,25739906:25740509,25745380:2574609', 'assoc_mat': '25577173:pet_clair:3327:25577500,25579741:pet_clair:3327:25580217,25581567:pet_clair:3327:25582032,25582994:pet_clair:3327:25583305,25583783:pet_clair:3327:25584032,25585201:pet_clair:3327:25585403,25585546:pet_clair:3327:25585695,25586142:pet_clair:3327:25589469,25586492:pet_clair:3327:25586625,25590799:pet_clair:3327:25594711,25592295:pet_clair:3327:25599101,25593104:pet_clair:3327:25593806,25605065:pet_clair:3327:25605338,25606448:pet_clair:3327:25606919,25608430:pet_clair:3327:25608677,25609322:pet_clair:3327:25609529,25610129:pet_clair:3327:25610349,25611023:pet_clair:3327:25611215,25611992:pet_clair:3327:25612237,25613127:pet_clair:3327:25613361,25629828:pet_clair:3327:25630569,25632564:pet_clair:3327:25633050,25635076:pet_clair:3327:25635797,25636902:pet_clair:3327:25637482,25639146:pet_clair:3327:25639500,25640335:pet_clair:3327:25640705,25640753:pet_clair:3327:25640955,25644540:pet_clair:3327:25644962,25645295:pet_clair:3327:25645874,25647265:pet_clair:3327:25647761,25647269:pet_clair:3327:25647995,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.030587216336338822, 'nb_photo': 441, 'list_port_cont': '25584789,25586290,25597316,25611720,25642430,25642568,25644982,25650409,25687877,25696089,25733754,25751940,25780497,25788127,25788321,25788683,25835493,25920151,26021790,26073443,26073662,26092689,26130778,26155557,26207758,26212187,26235802,26287291,26336724,26339016,26339708,26344980', 'assoc_port': '25583785:25584789,25586134:25586290,25596911:25597316,25611600:25611720,25642068:25642568,25642070:25642430,25644543:25644982,25650165:25650409,25687508:25687877,25695652:25696089,25733340:25733754,25751533:25751940,25780126:25780497,25787682:25788683,25787722:25788321,25787723:25788127,25832877:25835493,25919698:25920151,26021624:26021790,26072929:26073662,26072994:26073443,26092297:26092689,26130256:26130778,26155249:26155557,26207198:26207758,26211842:26212187,26235484:26235802,26286911:26287291,26335941:26339016,26335943:26336724,26339308:26339708,26344396:26344980', 'assoc_mat': '25583785:pet_clair:3594:25584789,25586134:pet_clair:3594:25586290,25596911:pet_clair:3594:25597316,25611600:pet_clair:3594:25611720,25642068:pet_clair:3594:25642568,25642070:pet_clair:3594:25642430,25644543:pet_clair:3594:25644982,25650165:pet_clair:3594:25650409,25687508:pet_clair:3594:25687877,25695652:pet_clair:3594:25696089,25733340:pet_clair:3594:25733754,25751533:pet_clair:3594:25751940,25780126:pet_clair:3594:25780497,25787682:pet_clair:3594:25788683,25787722:pet_clair:3594:25788321,25787723:pet_clair:3594:25788127,25832877:pet_clair:3594:25835493,25919698:pet_clair:3594:25920151,26021624:pet_clair:3594:26021790,26072929:pet_clair:3594:26073662,26072994:pet_clair:3594:26073443,26092297:pet_clair:3594:26092689,26130256:pet_clair:3594:26130778,26155249:pet_clair:3594:26155557,26207198:pet_clair:3594:26207758,26211842:pet_clair:3594:26212187,26235484:pet_clair:3594:26235802,26286911:pet_clair:3594:26287291,26335941:pet_clair:3594:26339016,26335943:pet_clair:3594:26336724,26339308:pet_clair:3594:26339708,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003629243201647653, 'nb_photo': 1, 'list_port_cont': '26074252', 'assoc_port': '26073047:26074252', 'assoc_mat': '26073047:pet_fonce:4207:26074252'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005539127945773235, 'nb_photo': 4, 'list_port_cont': '25731063,26237949,26263501', 'assoc_port': '25729954:25731063,26237657:26237949,26262831:26263501', 'assoc_mat': '25729954:pet_fonce:4211:25731063,26237657:pet_fonce:4211:26237949,26262831:pet_fonce:4211:26263501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018198030160223257, 'nb_photo': 1, 'list_port_cont': '25817332', 'assoc_port': '25816874:25817332', 'assoc_mat': '25816874:pet_fonce:3327:25817332'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008967982679035847, 'nb_photo': 32, 'list_port_cont': '25586295,25597314,25611726,25644975,25650408,25696088,25733748,25751946,25788326,25788679,25835501,25920148,26021798,26073666,26155564,26207756,26287290,26339019', 'assoc_port': '25586134:25586295,25596911:25597314,25611600:25611726,25644543:25644975,25650165:25650408,25695652:25696088,25733340:25733748,25751533:25751946,25787682:25788679,25787722:25788326,25832877:25835501,25919698:25920148,26021624:26021798,26072929:26073666,26155249:26155564,26207198:26207756,26286911:26287290,26335941:26339019', 'assoc_mat': '25586134:pet_fonce:3594:25586295,25596911:pet_fonce:3594:25597314,25611600:pet_fonce:3594:25611726,25644543:pet_fonce:3594:25644975,25650165:pet_fonce:3594:25650408,25695652:pet_fonce:3594:25696088,25733340:pet_fonce:3594:25733748,25751533:pet_fonce:3594:25751946,25787682:pet_fonce:3594:25788679,25787722:pet_fonce:3594:25788326,25832877:pet_fonce:3594:25835501,25919698:pet_fonce:3594:25920148,26021624:pet_fonce:3594:26021798,26072929:pet_fonce:3594:26073666,26155249:pet_fonce:3594:26155564,26207198:pet_fonce:3594:26207756,26286911:pet_fonce:3594:26287290,26335941:pet_fonce:3594:26339019'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009281326285797217, 'nb_photo': 5, 'list_port_cont': '25790008,25927182', 'assoc_port': '25787675:25790008,25917397:25927182', 'assoc_mat': '25787675:pet_opaque:4205:25790008,25917397:pet_opaque:4205:25927182'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00030366129266770517, 'nb_photo': 9, 'list_port_cont': '25643819,25737351,25772553,25920755,26025648,26314363', 'assoc_port': '25642040:25643819,25736978:25737351,25765639:25772553,25917394:25920755,26021547:26025648,26297422:26314363', 'assoc_mat': '25642040:pet_opaque:4203:25643819,25736978:pet_opaque:4203:25737351,25765639:pet_opaque:4203:25772553,25917394:pet_opaque:4203:25920755,26021547:pet_opaque:4203:26025648,26297422:pet_opaque:4203:26314363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016889234773191804, 'nb_photo': 14, 'list_port_cont': '25605137,25674819,25795980,25821399,25892756,25914683,26061580,26072672,26073677,26076555,26109402,26162664', 'assoc_port': '25605068:25605137,25669900:25674819,25792339:25795980,25820344:25821399,25892397:25892756,25912505:25914683,26061374:26061580,26071845:26072672,26072896:26076555,26073073:26073677,26084015:26109402,26157352:26162664', 'assoc_mat': '25605068:pet_opaque:4207:25605137,25669900:pet_opaque:4207:25674819,25792339:pet_opaque:4207:25795980,25820344:pet_opaque:4207:25821399,25892397:pet_opaque:4207:25892756,25912505:pet_opaque:4207:25914683,26061374:pet_opaque:4207:26061580,26071845:pet_opaque:4207:26072672,26072896:pet_opaque:4207:26076555,26073073:pet_opaque:4207:26073677,26084015:pet_opaque:4207:26109402,26157352:pet_opaque:4207:26162664'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008156273834917658, 'nb_photo': 22, 'list_port_cont': '25581897,25607672,25610823,25640570,25747031,25811541,25813488,26036757,26042075,26061753,26113911,26241294,26285784,26290756', 'assoc_port': '25581566:25581897,25607476:25607672,25610670:25610823,25640337:25640570,25746579:25747031,25811285:25811541,25813349:25813488,26036529:26036757,26038672:26042075,26061332:26061753,26113655:26113911,26241020:26241294,26285508:26285784,26290566:26290756', 'assoc_mat': '25581566:pet_opaque:4461:25581897,25607476:pet_opaque:4461:25607672,25610670:pet_opaque:4461:25610823,25640337:pet_opaque:4461:25640570,25746579:pet_opaque:4461:25747031,25811285:pet_opaque:4461:25811541,25813349:pet_opaque:4461:25813488,26036529:pet_opaque:4461:26036757,26038672:pet_opaque:4461:26042075,26061332:pet_opaque:4461:26061753,26113655:pet_opaque:4461:26113911,26241020:pet_opaque:4461:26241294,26285508:pet_opaque:4461:26285784,26290566:pet_opaque:4461:26290756'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0018282684527300306, 'nb_photo': 260, 'list_port_cont': '25577314,25580646,25583100,25583859,25585271,25589077,25590852,25590950,25592476,25593292,25593393,25605184,25607664,25609143,25611674,25613762,25630087,25633713,25636341,25638684,25669142,25674738,25685141,25686903,25687751,25700824,25702901,25704155,25707558,25715670,25719709,25730223,25730390,25745636,25764795,25768794,25774954,25779198,25780696,25782849,25787964,25788407,25792725,25795103,25808454,25812034,25816359,25816579,25869597,25869693,25873365,25876033,25887258,25891944,25892046,25906254,25912889,25917548,25921375,25930759,25930996,25974472,25974819,25974932,25981137,26021988,26023048,26036682,26037697,26037840,26039056,26039883,26039965,26040509,26041683,26041931,26044531,26061467,26061799,26062027,26062524,26063001,26063405,26063530,26071501,26073215,26073286,26074095,26074531,26074953,26075164,26075264,26075440,26076853,26088918,26091192,26092339,26120641,26123268,26126717,26128338,26130427,26130731,26144119,26145950,26156941,26157494,26158913,26160677,26193814,26199006,26207397,26212076,2621293', 'assoc_port': '25577174:25577314,25580401:25580646,25582992:25583100,25583784:25583859,25585205:25585271,25585545:25589077,25586141:25590852,25590795:25590950,25592281:25592476,25593103:25593393,25593105:25593292,25605067:25605184,25607480:25607664,25608990:25609143,25611604:25611674,25613715:25613762,25629830:25630087,25633273:25633713,25636042:25636341,25638584:25638684,25668764:25669142,25674370:25674738,25684799:25685141,25686543:25686903,25687503:25687751,25696552:25704155,25700539:25700824,25702664:25702901,25707499:25707558,25715248:25715670,25719397:25719709,25729958:25730390,25729970:25730223,25745382:25745636,25764316:25764795,25768346:25768794,25774800:25774954,25778996:25779198,25780119:25780696,25782542:25782849,25787678:25788407,25787728:25787964,25792332:25792725,25794775:25795103,25808153:25808454,25811866:25812034,25816286:25816579,25816298:25816359,25869427:25869693,25869431:25869597,25873070:25873365,25875786:25876033,25887027:25887258,25891748:25892046,25891751:25891944,25905634:25906254,25912503:2591288', 'assoc_mat': '25577174:pet_opaque:4200:25577314,25580401:pet_opaque:4200:25580646,25582992:pet_opaque:4200:25583100,25583784:pet_opaque:4200:25583859,25585205:pet_opaque:4200:25585271,25585545:pet_opaque:4200:25589077,25586141:pet_opaque:4200:25590852,25590795:pet_opaque:4200:25590950,25592281:pet_opaque:4200:25592476,25593103:pet_opaque:4200:25593393,25593105:pet_opaque:4200:25593292,25605067:pet_opaque:4200:25605184,25607480:pet_opaque:4200:25607664,25608990:pet_opaque:4200:25609143,25611604:pet_opaque:4200:25611674,25613715:pet_opaque:4200:25613762,25629830:pet_opaque:4200:25630087,25633273:pet_opaque:4200:25633713,25636042:pet_opaque:4200:25636341,25638584:pet_opaque:4200:25638684,25668764:pet_opaque:4200:25669142,25674370:pet_opaque:4200:25674738,25684799:pet_opaque:4200:25685141,25686543:pet_opaque:4200:25686903,25687503:pet_opaque:4200:25687751,25696552:pet_opaque:4200:25704155,25700539:pet_opaque:4200:25700824,25702664:pet_opaque:4200:25702901,25707499:pet_opaque:4200:25707558,25715248:pet_opaque:4200:25715670,2571'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004884899211300385, 'nb_photo': 17, 'list_port_cont': '25811584,25909437,26044616,26072128,26115117,26215180', 'assoc_port': '25811282:25811584,25908706:25909437,26041233:26044616,26071844:26072128,26114899:26115117,26215069:26215180', 'assoc_mat': '25811282:pet_opaque:4209:25811584,25908706:pet_opaque:4209:25909437,26041233:pet_opaque:4209:26044616,26071844:pet_opaque:4209:26072128,26114899:pet_opaque:4209:26115117,26215069:pet_opaque:4209:26215180'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0021435074400042043, 'nb_photo': 454, 'list_port_cont': '25583162,25583195,25587799,25590319,25604825,25608237,25608627,25610898,25612163,25612418,25631369,25635679,25638789,25640636,25642665,25647607,25648888,25651008,25669325,25670523,25674925,25692128,25696969,25697516,25701102,25703144,25716060,25719847,25731078,25737664,25740481,25764938,25769204,25770390,25774695,25808834,25810421,25811638,25813550,25816596,25825584,25867001,25870594,25872915,25879243,25892176,25901740,25909471,25925430,25929198,25973406,25974320,25975574,25975896,26022695,26023010,26036812,26036862,26038111,26039260,26040051,26040538,26041260,26042293,26044515,26061961,26062846,26063257,26063782,26064002,26064753,26074086,26074425,26074451,26074938,26075327,26075710,26076325,26076577,26076735,26076886,26079202,26083132,26085684,26089168,26096014,26099748,26113426,26114016,26115281,26118424,26127217,26129970,26131964,26141555,26144158,26153288,26160850,26203403,26204793,26207586,26207954,26209783,26213847,26215255,26224296,26225510,26229897,26231829,26235907,26237958,26240569,26255501,2625872', 'assoc_port': '25582991:25583195,25582997:25583162,25587505:25587799,25589929:25590319,25604427:25604825,25608155:25608237,25608432:25608627,25610668:25610898,25611934:25612163,25612350:25612418,25630867:25631369,25635074:25635679,25638567:25638789,25640336:25640636,25642038:25642665,25647272:25647607,25648357:25648888,25650833:25651008,25668768:25669325,25669903:25670523,25674373:25674925,25691054:25692128,25696546:25696969,25696548:25697516,25700536:25701102,25702663:25703144,25712573:25716060,25719371:25719847,25729954:25731078,25736956:25737664,25739908:25740481,25762815:25774695,25764320:25764938,25768343:25769204,25769867:25770390,25808154:25808834,25810193:25810421,25811284:25811638,25813350:25813550,25816296:25816596,25825111:25825584,25866522:25867001,25870077:25870594,25871859:25872915,25878856:25879243,25891750:25892176,25900884:25901740,25908703:25909471,25919717:25929198,25924417:25925430,25972695:25975896,25972701:25975574,25972803:25974320,25972839:25973406,26021549:26022695,26021562:26023010,26036521:2603686', 'assoc_mat': '25582991:pet_opaque:4211:25583195,25582997:pet_opaque:4211:25583162,25587505:pet_opaque:4211:25587799,25589929:pet_opaque:4211:25590319,25604427:pet_opaque:4211:25604825,25608155:pet_opaque:4211:25608237,25608432:pet_opaque:4211:25608627,25610668:pet_opaque:4211:25610898,25611934:pet_opaque:4211:25612163,25612350:pet_opaque:4211:25612418,25630867:pet_opaque:4211:25631369,25635074:pet_opaque:4211:25635679,25638567:pet_opaque:4211:25638789,25640336:pet_opaque:4211:25640636,25642038:pet_opaque:4211:25642665,25647272:pet_opaque:4211:25647607,25648357:pet_opaque:4211:25648888,25650833:pet_opaque:4211:25651008,25668768:pet_opaque:4211:25669325,25669903:pet_opaque:4211:25670523,25674373:pet_opaque:4211:25674925,25691054:pet_opaque:4211:25692128,25696546:pet_opaque:4211:25696969,25696548:pet_opaque:4211:25697516,25700536:pet_opaque:4211:25701102,25702663:pet_opaque:4211:25703144,25712573:pet_opaque:4211:25716060,25719371:pet_opaque:4211:25719847,25729954:pet_opaque:4211:25731078,25736956:pet_opaque:4211:25737664,2573'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005318657451095834, 'nb_photo': 852, 'list_port_cont': '25576726,25581221,25584132,25586529,25590119,25604448,25608424,25608536,25611627,25614886,25632751,25637178,25639193,25667803,25674632,25685058,25705232,25719601,25720182,25725465,25734673,25742232,25763134,25770040,25775801,25780273,25795806,25808497,25810276,25813402,25816792,25817982,25869530,25885348,25889936,25901240,25908988,25909700,25921164,25973079,25973637,25974234,25974513,26022356,26022950,26023178,26023661,26036548,26037484,26038798,26038875,26039899,26041653,26061402,26061512,26061679,26061926,26062063,26062826,26063278,26064909,26069258,26069992,26070263,26070378,26070607,26071899,26073168,26073783,26074150,26074392,26074670,26074860,26076352,26097113,26097683,26111611,26115031,26118132,26120515,26128406,26142083,26143395,26146517,26157449,26194658,26200483,26204411,26207330,26226879,26227116,26231177,26242628,26258391,26259888,26261839,26266316,26270826,26287276,26288101,26293951,26294170,26300096,26317885,26321362,26322770,26325717,26335831,26340488,26356842', 'assoc_port': '25576689:25576726,25579743:25581221,25582993:25584132,25586490:25586529,25589950:25590119,25604425:25604448,25607441:25608424,25608431:25608536,25611597:25611627,25614815:25614886,25632565:25632751,25636904:25637178,25639150:25639193,25667470:25667803,25674371:25674632,25684794:25685058,25705165:25705232,25719358:25720182,25719396:25719601,25725313:25725465,25734607:25734673,25742082:25742232,25762811:25763134,25769863:25770040,25775667:25775801,25780115:25780273,25795723:25795806,25805744:25808497,25810195:25810276,25813345:25813402,25815230:25816792,25817914:25817982,25869429:25869530,25885261:25885348,25889802:25889936,25900879:25901240,25908735:25909700,25908744:25908988,25921069:25921164,25972667:25974513,25972705:25974234,25972766:25973637,25972818:25973079,26021522:26022356,26021572:26023661,26021610:26023178,26021635:26022950,26036515:26036548,26037346:26037484,26038520:26038875,26038668:26038798,26039669:26039899,26041234:26041653,26061213:26061402,26061214:26064909,26061226:26063278,26061238:2606282', 'assoc_mat': '25576689:plastique:3726:25576726,25579743:plastique:3726:25581221,25582993:plastique:3726:25584132,25586490:plastique:3726:25586529,25589950:plastique:3726:25590119,25604425:plastique:3726:25604448,25607441:plastique:3726:25608424,25608431:plastique:3726:25608536,25611597:plastique:3726:25611627,25614815:plastique:3726:25614886,25632565:plastique:3726:25632751,25636904:plastique:3726:25637178,25639150:plastique:3726:25639193,25667470:plastique:3726:25667803,25674371:plastique:3726:25674632,25684794:plastique:3726:25685058,25705165:plastique:3726:25705232,25719358:plastique:3726:25720182,25719396:plastique:3726:25719601,25725313:plastique:3726:25725465,25734607:plastique:3726:25734673,25742082:plastique:3726:25742232,25762811:plastique:3726:25763134,25769863:plastique:3726:25770040,25775667:plastique:3726:25775801,25780115:plastique:3726:25780273,25795723:plastique:3726:25795806,25805744:plastique:3726:25808497,25810195:plastique:3726:25810276,25813345:plastique:3726:25813402,25815230:plastique:3726:25816792,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.014960374884473772, 'nb_photo': 2209, 'list_port_cont': '25576724,25581223,25584139,25586532,25590118,25604452,25608416,25608527,25611637,25614896,25632743,25637173,25639192,25667807,25674627,25685061,25705224,25719608,25720184,25725457,25734669,25742240,25763148,25770046,25775808,25780263,25795799,25808502,25810281,25813413,25816789,25817986,25869538,25885351,25889935,25901236,25908992,25909712,25921170,25973073,25973635,25974232,25974521,26022349,26022942,26023189,26023659,26036537,26037482,26038805,26038864,26039895,26041656,26061396,26061508,26061683,26061928,26062066,26062262,26062645,26062828,26062984,26063279,26063395,26064989,26069254,26069998,26070054,26070259,26070371,26070609,26070715,26071892,26073170,26073787,26074157,26074389,26074671,26074857,26076351,26097103,26111608,26115032,26118128,26120514,26128403,26142092,26143397,26146507,26151338,26157441,26194661,26200492,26204417,26207325,26226882,26227112,26231179,26242623,26258385,26259894,26261832,26266324,26270823,26287278,26288104,26293950,26294176,26297475,26300090,26317881,26321372,26322766,2632570', 'assoc_port': '25576689:25576724,25579743:25581223,25582993:25584139,25586490:25586532,25589950:25590118,25604425:25604452,25607441:25608416,25608431:25608527,25611597:25611637,25614815:25614896,25632565:25632743,25636904:25637173,25639150:25639192,25667470:25667807,25674371:25674627,25684794:25685061,25705165:25705224,25719358:25720184,25719396:25719608,25725313:25725457,25734607:25734669,25742082:25742240,25762811:25763148,25769863:25770046,25775667:25775808,25780115:25780263,25795723:25795799,25805744:25808502,25810195:25810281,25813345:25813413,25815230:25816789,25817914:25817986,25869429:25869538,25885261:25885351,25889802:25889935,25900879:25901236,25908735:25909712,25908744:25908992,25921069:25921170,25972667:25974521,25972705:25974232,25972766:25973635,25972818:25973073,26021522:26022349,26021572:26023659,26021610:26023189,26021635:26022942,26036515:26036537,26037346:26037482,26038520:26038864,26038668:26038805,26039669:26039895,26041234:26041656,26061211:26064989,26061213:26061396,26061220:26063395,26061226:2606327', 'assoc_mat': '25576689:Teint_Dans_La_Masse:3726:25576724,25579743:Teint_Dans_La_Masse:3726:25581223,25582993:Teint_Dans_La_Masse:3726:25584139,25586490:Teint_Dans_La_Masse:3726:25586532,25589950:Teint_Dans_La_Masse:3726:25590118,25604425:Teint_Dans_La_Masse:3726:25604452,25607441:Teint_Dans_La_Masse:3726:25608416,25608431:Teint_Dans_La_Masse:3726:25608527,25611597:Teint_Dans_La_Masse:3726:25611637,25614815:Teint_Dans_La_Masse:3726:25614896,25632565:Teint_Dans_La_Masse:3726:25632743,25636904:Teint_Dans_La_Masse:3726:25637173,25639150:Teint_Dans_La_Masse:3726:25639192,25667470:Teint_Dans_La_Masse:3726:25667807,25674371:Teint_Dans_La_Masse:3726:25674627,25684794:Teint_Dans_La_Masse:3726:25685061,25705165:Teint_Dans_La_Masse:3726:25705224,25719358:Teint_Dans_La_Masse:3726:25720184,25719396:Teint_Dans_La_Masse:3726:25719608,25725313:Teint_Dans_La_Masse:3726:25725457,25734607:Teint_Dans_La_Masse:3726:25734669,25742082:Teint_Dans_La_Masse:3726:25742240,25762811:Teint_Dans_La_Masse:3726:25763148,25769863:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 47458}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30174041,30174044,30174052,30174060,30174079,30174102,30174112,30174121,30174130,30174134?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30174042,30174061,30174103,30174113,30174122,30174131,30174135?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30174043,30174062,30174063,30174064,30174092,30174100,30174110,30174143,30174144?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30174045,30174053,30174065,30174072,30174080,30174087,30174094,30174104,30174114,30174123,30174136?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30174046,30174054,30174066,30174073,30174081,30174088,30174095,30174105,30174115,30174124,30174137?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30174047,30174055,30174067,30174074,30174082,30174089,30174096,30174106,30174116,30174125,30174132,30174138?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30174048,30174056,30174068,30174075,30174083,30174090,30174097,30174107,30174117,30174126,30174139?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30174049,30174057,30174069,30174076,30174084,30174098,30174108,30174118,30174127,30174140?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30174050,30174058,30174070,30174077,30174085,30174091,30174099,30174109,30174119,30174128,30174141?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30174051,30174059,30174071,30174078,30174086,30174093,30174101,30174111,30174120,30174129,30174133,30174142?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('jrm', '2025-08', 0.034196908698463195),), (('pehd_pp', '2025-08', 0.04254481416417943),), (('emr', '2025-08', 0.04998871083747075),), (('gm', '2025-08', 0.0853590951375209),), (('aluminium', '2025-08', 0.050009659229677074),), (('film_pedb', '2025-08', 0.2459997705970241),), (('pet_clair', '2025-08', 0.012399288165628663),), (('flux_dev', '2025-08', 0.08013448454587693),), (('ela', '2025-08', 0.04407530716604924),), (('refus', '2025-08', 0.13334322198927426),)]} 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': ((47458,),), 'unwanted_material_monthly_percentage': ((0.06606484977569574,),), 'material_repartition': (('pet_clair', 10595), ('emr', 8058), ('pehd_pp', 6361), ('flux_dev', 5753), ('film_pedb', 5752), ('jrm', 5259), ('gm', 2863), ('ela', 1612), ('aluminium', 863), ('refus', 342)), 'material_dict': {'pet_clair': 10595, 'emr': 8058, 'pehd_pp': 6361, 'flux_dev': 5753, 'film_pedb': 5752, 'jrm': 5259, 'gm': 2863, 'autres': 2817}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 8, 1), 0.06505445505950776, 80), (datetime.date(2025, 8, 2), 0.06807253651994247, 43), (datetime.date(2025, 8, 4), 0.06649636194749733, 19), (datetime.date(2025, 8, 5), 0.06893668902374712, 67), (datetime.date(2025, 8, 6), 0.07069402728168843, 74), (datetime.date(2025, 8, 7), 0.06554110829648231, 41), (datetime.date(2025, 8, 8), 0.06183909979576261, 12), (datetime.date(2025, 8, 11), 0.0669073390608211, 26), (datetime.date(2025, 8, 12), 0.06998848703206528, 39), (datetime.date(2025, 8, 13), 0.06267898637961551, 97), (datetime.date(2025, 8, 14), 0.06340586197102302, 71), (datetime.date(2025, 8, 16), 0.06709587646992993, 49), (datetime.date(2025, 8, 18), 0.06303973028740537, 8), (datetime.date(2025, 8, 19), 0.06270920436477888, 29), (datetime.date(2025, 8, 20), 0.06358155723798316, 77), (datetime.date(2025, 8, 21), 0.06965391315968834, 85), (datetime.date(2025, 8, 22), 0.06493993587528442, 49), (datetime.date(2025, 8, 25), 0.06877290620732208, 121), (datetime.date(2025, 8, 26), 0.06788332258452517, 73), (datetime.date(2025, 8, 27), 0.06712075921066539, 37), (datetime.date(2025, 8, 28), 0.06617078471122399, 8), (datetime.date(2025, 8, 29), 0.06340187658235738, 6)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2025, 8, 1), 0.03847800609033538, 80), (datetime.date(2025, 8, 2), 0.032588648541058786, 43), (datetime.date(2025, 8, 4), 0.03197987302663257, 36), (datetime.date(2025, 8, 5), 0.033530861255983826, 67), (datetime.date(2025, 8, 6), 0.03281201294314791, 74), (datetime.date(2025, 8, 7), 0.025598210777378633, 41), (datetime.date(2025, 8, 8), 0.030047625183579604, 91), (datetime.date(2025, 8, 11), 0.03933670449004998, 81), (datetime.date(2025, 8, 12), 0.03634599937392364, 39), (datetime.date(2025, 8, 13), 0.0422084150825914, 97), (datetime.date(2025, 8, 14), 0.03666268632903591, 71), (datetime.date(2025, 8, 16), 0.024914863448905738, 49), (datetime.date(2025, 8, 18), 0.03743612608437198, 8), (datetime.date(2025, 8, 19), 0.029827089498725742, 29), (datetime.date(2025, 8, 20), 0.03343235383578745, 77), (datetime.date(2025, 8, 21), 0.04095928808093027, 85), (datetime.date(2025, 8, 22), 0.030258008486387083, 49), (datetime.date(2025, 8, 25), 0.053691038809549514, 121), (datetime.date(2025, 8, 26), 0.029879719713877432, 73), (datetime.date(2025, 8, 27), 0.03530270851623405, 44), (datetime.date(2025, 8, 28), 0.03199079115608324, 83), (datetime.date(2025, 8, 29), 0.026920180427281233, 67)), 'pehd_pp': ((datetime.date(2025, 8, 1), 0.04445338053642782, 19), (datetime.date(2025, 8, 2), 0.04320236061646721, 39), (datetime.date(2025, 8, 4), 0.04020048581087615, 20), (datetime.date(2025, 8, 5), 0.04097366643232233, 22), (datetime.date(2025, 8, 6), 0.04544776145828867, 16), (datetime.date(2025, 8, 7), 0.0408605745996367, 17), (datetime.date(2025, 8, 8), 0.04116087883340265, 20), (datetime.date(2025, 8, 11), 0.042227451429686806, 19), (datetime.date(2025, 8, 12), 0.05099262605216649, 20), (datetime.date(2025, 8, 13), 0.03966511373833649, 18), (datetime.date(2025, 8, 14), 0.03944947263361934, 25), (datetime.date(2025, 8, 16), 0.06094810874185936, 20), (datetime.date(2025, 8, 18), 0.039074530769501216, 23), (datetime.date(2025, 8, 19), 0.040915546435401025, 23), (datetime.date(2025, 8, 20), 0.0388126129571333, 22), (datetime.date(2025, 8, 21), 0.04039076135889775, 20), (datetime.date(2025, 8, 22), 0.039409480709431274, 21), (datetime.date(2025, 8, 25), 0.04285571434826713, 14), (datetime.date(2025, 8, 26), 0.051210926633385376, 25), (datetime.date(2025, 8, 27), 0.04260843521130895, 23), (datetime.date(2025, 8, 28), 0.03834491600366694, 24), (datetime.date(2025, 8, 29), 0.03648587590212836, 25)), 'emr': ((datetime.date(2025, 8, 1), 0.04648381924716701, 20), (datetime.date(2025, 8, 2), 0.05638613337122278, 22), (datetime.date(2025, 8, 4), 0.05140787939897346, 19), (datetime.date(2025, 8, 5), 0.050032576987786716, 18), (datetime.date(2025, 8, 6), 0.05057345544920043, 24), (datetime.date(2025, 8, 7), 0.05547635347835844, 29), (datetime.date(2025, 8, 8), 0.04944679625276841, 12), (datetime.date(2025, 8, 11), 0.045775392362324224, 31), (datetime.date(2025, 8, 12), 0.05211330338511932, 19), (datetime.date(2025, 8, 13), 0.0476528943613526, 23), (datetime.date(2025, 8, 14), 0.04651737222565802, 30), (datetime.date(2025, 8, 16), 0.05417140198842036, 17), (datetime.date(2025, 8, 18), 0.04459452355221468, 37), (datetime.date(2025, 8, 19), 0.04996481413404905, 22), (datetime.date(2025, 8, 20), 0.049062406146114616, 26), (datetime.date(2025, 8, 21), 0.05445362182806599, 20), (datetime.date(2025, 8, 22), 0.0562567939592917, 16), (datetime.date(2025, 8, 25), 0.045423444223664344, 22), (datetime.date(2025, 8, 26), 0.04412155030509477, 24), (datetime.date(2025, 8, 27), 0.05226817203534632, 22), (datetime.date(2025, 8, 28), 0.04866884234021238, 8), (datetime.date(2025, 8, 29), 0.044627838374904534, 6)), 'gm': ((datetime.date(2025, 8, 1), 0.11526137934426486, 27), (datetime.date(2025, 8, 2), 0.08788797088996055, 25), (datetime.date(2025, 8, 4), 0.07337759436961594, 25), (datetime.date(2025, 8, 5), 0.10884376534454564, 27), (datetime.date(2025, 8, 6), 0.06610749198122268, 24), (datetime.date(2025, 8, 7), 0.08946839719166456, 26), (datetime.date(2025, 8, 8), 0.06627788102136077, 28), (datetime.date(2025, 8, 11), 0.08376626431660322, 33), (datetime.date(2025, 8, 12), 0.0839121945443979, 24), (datetime.date(2025, 8, 13), 0.08988243737441802, 29), (datetime.date(2025, 8, 14), 0.10080341903773544, 32), (datetime.date(2025, 8, 16), 0.072841852030714, 28), (datetime.date(2025, 8, 18), 0.07924309567662906, 20), (datetime.date(2025, 8, 19), 0.1314667590277523, 31), (datetime.date(2025, 8, 20), 0.0808080930481775, 27), (datetime.date(2025, 8, 21), 0.10674107229111192, 26), (datetime.date(2025, 8, 22), 0.07053525889016107, 28), (datetime.date(2025, 8, 25), 0.08632337239463565, 13), (datetime.date(2025, 8, 26), 0.11908666629042362, 32), (datetime.date(2025, 8, 27), 0.06801733014908956, 27), (datetime.date(2025, 8, 28), 0.09768169826373682, 28), (datetime.date(2025, 8, 29), 0.028222651616916252, 33)), 'aluminium': ((datetime.date(2025, 8, 1), 0.0447263496043284, 19), (datetime.date(2025, 8, 2), 0.05190479692046324, 16), (datetime.date(2025, 8, 4), 0.05946174696378157, 14), (datetime.date(2025, 8, 5), 0.052233241349502524, 15), (datetime.date(2025, 8, 6), 0.043669934213671754, 13), (datetime.date(2025, 8, 7), 0.054008545066028195, 17), (datetime.date(2025, 8, 8), 0.07549906591049106, 15), (datetime.date(2025, 8, 11), 0.05789945380384428, 19), (datetime.date(2025, 8, 12), 0.04599106186672726, 16), (datetime.date(2025, 8, 13), 0.04504255448555172, 13), (datetime.date(2025, 8, 14), 0.053196869706566924, 15), (datetime.date(2025, 8, 16), 0.042439030444903804, 17), (datetime.date(2025, 8, 18), 0.03810706830922164, 16), (datetime.date(2025, 8, 19), 0.03326349821585128, 14), (datetime.date(2025, 8, 20), 0.04148903658484002, 10), (datetime.date(2025, 8, 21), 0.046363889062499906, 14), (datetime.date(2025, 8, 22), 0.04107842279776835, 12), (datetime.date(2025, 8, 25), 0.055818268648994286, 18), (datetime.date(2025, 8, 26), 0.04853672215727655, 17), (datetime.date(2025, 8, 27), 0.0477642959461476, 17), (datetime.date(2025, 8, 28), 0.07370226826205108, 15), (datetime.date(2025, 8, 29), 0.055973355695424554, 18)), 'film_pedb': ((datetime.date(2025, 8, 1), 0.24604755655312807, 37), (datetime.date(2025, 8, 2), 0.2712112473084712, 39), (datetime.date(2025, 8, 4), 0.2530957014282922, 29), (datetime.date(2025, 8, 5), 0.22976912517944417, 46), (datetime.date(2025, 8, 6), 0.2507175970966837, 32), (datetime.date(2025, 8, 7), 0.24026504528417866, 28), (datetime.date(2025, 8, 8), 0.29048617346195627, 32), (datetime.date(2025, 8, 11), 0.25723407724397496, 39), (datetime.date(2025, 8, 12), 0.2595973892253486, 15), (datetime.date(2025, 8, 13), 0.2214769087175694, 35), (datetime.date(2025, 8, 14), 0.24000511580415826, 40), (datetime.date(2025, 8, 16), 0.2625739324697999, 30), (datetime.date(2025, 8, 18), 0.2296269407004006, 39), (datetime.date(2025, 8, 19), 0.24184531307301863, 34), (datetime.date(2025, 8, 20), 0.2514981351398717, 38), (datetime.date(2025, 8, 21), 0.2227640105235295, 34), (datetime.date(2025, 8, 22), 0.2569642956329911, 31), (datetime.date(2025, 8, 25), 0.24154793353013254, 37), (datetime.date(2025, 8, 26), 0.2412112614567688, 38), (datetime.date(2025, 8, 27), 0.24669409014029886, 37), (datetime.date(2025, 8, 28), 0.2288788185793646, 40), (datetime.date(2025, 8, 29), 0.26004025492357163, 34)), 'pet_clair': ((datetime.date(2025, 8, 1), 0.0063568473563988615, 52), (datetime.date(2025, 8, 2), 0.011890468395228039, 50), (datetime.date(2025, 8, 4), 0.01040577279915381, 19), (datetime.date(2025, 8, 5), 0.010755701690937236, 24), (datetime.date(2025, 8, 6), 0.0139388295619531, 50), (datetime.date(2025, 8, 7), 0.012265022311311546, 30), (datetime.date(2025, 8, 8), 0.011452316175801931, 28), (datetime.date(2025, 8, 11), 0.015485542006140647, 26), (datetime.date(2025, 8, 12), 0.014528058777991688, 27), (datetime.date(2025, 8, 13), 0.014851441400958476, 27), (datetime.date(2025, 8, 14), 0.016384770637201965, 28), (datetime.date(2025, 8, 16), 0.015076033476335701, 28), (datetime.date(2025, 8, 18), 0.008991215075443034, 24), (datetime.date(2025, 8, 19), 0.004121630068373876, 33), (datetime.date(2025, 8, 20), 0.005574123245048738, 33), (datetime.date(2025, 8, 21), 0.017483357116218276, 24), (datetime.date(2025, 8, 22), 0.01278798783942487, 20), (datetime.date(2025, 8, 25), 0.010044941211156289, 29), (datetime.date(2025, 8, 26), 0.01937687417031163, 50), (datetime.date(2025, 8, 27), 0.0146380543551577, 29), (datetime.date(2025, 8, 28), 0.015683930138065353, 46), (datetime.date(2025, 8, 29), 0.009570856315927686, 24)), 'flux_dev': ((datetime.date(2025, 8, 1), 0.08411210433788267, 41), (datetime.date(2025, 8, 2), 0.07827263916366357, 38), (datetime.date(2025, 8, 4), 0.07362875201833806, 37), (datetime.date(2025, 8, 5), 0.07851245212446113, 38), (datetime.date(2025, 8, 6), 0.08273714612126613, 37), (datetime.date(2025, 8, 7), 0.07592657381115112, 39), (datetime.date(2025, 8, 8), 0.07854303261592072, 45), (datetime.date(2025, 8, 11), 0.07922753137130939, 19), (datetime.date(2025, 8, 12), 0.0879460347574436, 23), (datetime.date(2025, 8, 13), 0.0746393974350448, 37), (datetime.date(2025, 8, 14), 0.07320251699021742, 21), (datetime.date(2025, 8, 16), 0.08303331778483043, 24), (datetime.date(2025, 8, 18), 0.07904718166000288, 21), (datetime.date(2025, 8, 19), 0.08204662718265529, 23), (datetime.date(2025, 8, 20), 0.08127258032280958, 24), (datetime.date(2025, 8, 21), 0.08152614219291147, 5), (datetime.date(2025, 8, 22), 0.0868774114691397, 24), (datetime.date(2025, 8, 25), 0.08395755182790009, 21), (datetime.date(2025, 8, 26), 0.07465087194609887, 25), (datetime.date(2025, 8, 27), 0.08776590465683763, 27), (datetime.date(2025, 8, 28), 0.07699853486044492, 22), (datetime.date(2025, 8, 29), 0.076668735504794, 23)), 'ela': ((datetime.date(2025, 8, 1), 0.049283697597719375, 26), (datetime.date(2025, 8, 2), 0.042168784028984656, 28), (datetime.date(2025, 8, 4), 0.041720951281914, 20), (datetime.date(2025, 8, 5), 0.04175449267726389, 31), (datetime.date(2025, 8, 6), 0.031099292027884497, 33), (datetime.date(2025, 8, 7), 0.03626094873807518, 29), (datetime.date(2025, 8, 8), 0.04586700476741519, 33), (datetime.date(2025, 8, 11), 0.048681822099213595, 29), (datetime.date(2025, 8, 12), 0.045386625424868585, 34), (datetime.date(2025, 8, 13), 0.05472843592555971, 35), (datetime.date(2025, 8, 14), 0.049290575972921545, 32), (datetime.date(2025, 8, 16), 0.04740331820198432, 27), (datetime.date(2025, 8, 18), 0.05097353640846612, 36), (datetime.date(2025, 8, 19), 0.03818137709621215, 40), (datetime.date(2025, 8, 20), 0.04396644270378596, 36), (datetime.date(2025, 8, 21), 0.04256371023892547, 30), (datetime.date(2025, 8, 22), 0.044141914192112504, 37), (datetime.date(2025, 8, 25), 0.043926253792239425, 25), (datetime.date(2025, 8, 26), 0.03481805309012029, 33), (datetime.date(2025, 8, 27), 0.04202613968083038, 35), (datetime.date(2025, 8, 28), 0.03309169484573139, 35), (datetime.date(2025, 8, 29), 0.0563379734038584, 34)), 'refus': ((datetime.date(2025, 8, 1), 0.12476477160115589, 21), (datetime.date(2025, 8, 2), 0.1368821534207819, 6), (datetime.date(2025, 8, 4), 0.11510152197021938, 7), (datetime.date(2025, 8, 5), 0.148675518107555, 8), (datetime.date(2025, 8, 6), 0.12170551215277778, 7), (datetime.date(2025, 8, 7), 0.15681750854276894, 5), (datetime.date(2025, 8, 8), 0.1323464286013822, 23), (datetime.date(2025, 8, 12), 0.17698438102816355, 8), (datetime.date(2025, 8, 14), 0.13121670444315844, 6), (datetime.date(2025, 8, 19), 0.1455205500096451, 8), (datetime.date(2025, 8, 20), 0.09718858506944446, 7), (datetime.date(2025, 8, 21), 0.08523270720807614, 6), (datetime.date(2025, 8, 22), 0.13178573933782267, 11), (datetime.date(2025, 8, 25), 0.1493711697976021, 17), (datetime.date(2025, 8, 26), 0.15132260588134427, 9), (datetime.date(2025, 8, 28), 0.10814614679783952, 5), (datetime.date(2025, 8, 29), 0.13587929146435562, 12))}, 'quality_array': [['-7.002309831542141', '01082025'], ['-7.026986582635124', '02082025'], ['-6.99918067517592', '04082025'], ['-6.963399206182747', '05082025'], ['-7.014148565422691', '06082025'], ['-7.003636020683665', '07082025'], ['-6.963866924070445', '08082025'], ['-6.969129666855968', '11082025'], ['24.214203520452934', '12082025'], ['-6.897828642318396', '13082025'], ['-6.933051729235214', '14082025'], ['-6.94628459429578', '16082025'], ['-6.857193783150659', '18082025'], ['-6.874250238542167', '19082025'], ['34.69960157770734', '20082025'], ['30.682464491652304', '21082025'], ['-6.96117047201127', '22082025'], ['10.024624414328525', '25082025'], ['-6.924366900410503', '26082025'], ['-6.902958110017463', '27082025'], ['-6.644563211407762', '28082025'], ['14.308020576993714', '29082025']], 'number_of_batch': ((2164,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007242550547338636, 'nb_photo': 1318, 'list_port_cont': '25577495,25582022,25583313,25584028,25585687,25586623,25589458,25593796,25594703,25599104,25605332,25606913,25608669,25609531,25610360,25611213,25612247,25613356,25630567,25633048,25635804,25637490,25639505,25640704,25640952,25644953,25645869,25647758,25647999,25650572,25650646,25673970,25684608,25687146,25691919,25692076,25693215,25696251,25700050,25700105,25703282,25703697,25720131,25722292,25730721,25730814,25731054,25733793,25734096,25735415,25737646,25737746,25740511,25746095,25752086,25765285,25769430,25773580,25775396,25777510,25780974,25783451,25788429,25788601,25789396,25795567,25796049,25810912,25811675,25812144,25815005,25817338,25818594,25818629,25821169,25823467,25824213,25824305,25824395,25868267,25868388,25870692,25873708,25878461,25884802,25887514,25890502,25892257,25892872,25905413,25906895,25909958,25913166,25913231,25917064,25917087,25920693,25922026,25924081,25924187,25924301,25929105,25931662,25937577,25973802,25973921,25974020,25974170,25974271,25974402,25974610,25974693,25979271,2597959', 'assoc_port': '25577173:25577495,25581567:25582022,25582994:25583313,25583783:25584028,25585546:25585687,25586142:25589458,25586492:25586623,25590799:25594703,25592295:25599104,25593104:25593796,25605065:25605332,25606448:25606913,25608430:25608669,25609322:25609531,25610129:25610360,25611023:25611213,25611992:25612247,25613127:25613356,25629828:25630567,25632564:25633048,25635076:25635804,25636902:25637490,25639146:25639505,25640335:25640704,25640753:25640952,25644540:25644953,25645295:25645869,25647265:25647758,25647269:25647999,25650158:25650646,25650161:25650572,25672836:25673970,25683783:25684608,25686547:25687146,25691063:25692076,25691098:25691919,25692370:25693215,25695658:25696251,25699448:25700105,25699450:25700050,25702665:25703282,25703476:25703697,25719359:25720131,25721450:25722292,25729956:25731054,25729961:25730814,25729973:25730721,25733347:25733793,25733356:25734096,25734603:25735415,25736960:25737746,25736974:25737646,25739906:25740511,25745380:25746095,25751536:25752086,25764313:25765285,25768337:2576943', 'assoc_mat': '25577173:autre:3327:25577495,25581567:autre:3327:25582022,25582994:autre:3327:25583313,25583783:autre:3327:25584028,25585546:autre:3327:25585687,25586142:autre:3327:25589458,25586492:autre:3327:25586623,25590799:autre:3327:25594703,25592295:autre:3327:25599104,25593104:autre:3327:25593796,25605065:autre:3327:25605332,25606448:autre:3327:25606913,25608430:autre:3327:25608669,25609322:autre:3327:25609531,25610129:autre:3327:25610360,25611023:autre:3327:25611213,25611992:autre:3327:25612247,25613127:autre:3327:25613356,25629828:autre:3327:25630567,25632564:autre:3327:25633048,25635076:autre:3327:25635804,25636902:autre:3327:25637490,25639146:autre:3327:25639505,25640335:autre:3327:25640704,25640753:autre:3327:25640952,25644540:autre:3327:25644953,25645295:autre:3327:25645869,25647265:autre:3327:25647758,25647269:autre:3327:25647999,25650158:autre:3327:25650646,25650161:autre:3327:25650572,25672836:autre:3327:25673970,25683783:autre:3327:25684608,25686547:autre:3327:25687146,25691063:autre:3327:25692076,25691098:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0012733600522917311, 'nb_photo': 52, 'list_port_cont': '25584794,25586289,25597318,25611721,25642564,25644983,25650403,25696082,25780498,25788132,25835502,25920149,26073442,26073665,26092685,26155566,26212185,26336716,26339023', 'assoc_port': '25583785:25584794,25586134:25586289,25596911:25597318,25611600:25611721,25642068:25642564,25644543:25644983,25650165:25650403,25695652:25696082,25780126:25780498,25787723:25788132,25832877:25835502,25919698:25920149,26072929:26073665,26072994:26073442,26092297:26092685,26155249:26155566,26211842:26212185,26335941:26339023,26335943:26336716', 'assoc_mat': '25583785:autre:3594:25584794,25586134:autre:3594:25586289,25596911:autre:3594:25597318,25611600:autre:3594:25611721,25642068:autre:3594:25642564,25644543:autre:3594:25644983,25650165:autre:3594:25650403,25695652:autre:3594:25696082,25780126:autre:3594:25780498,25787723:autre:3594:25788132,25832877:autre:3594:25835502,25919698:autre:3594:25920149,26072929:autre:3594:26073665,26072994:autre:3594:26073442,26092297:autre:3594:26092685,26155249:autre:3594:26155566,26211842:autre:3594:26212185,26335941:autre:3594:26339023,26335943:autre:3594:26336716'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010314180489344802, 'nb_photo': 751, 'list_port_cont': '25576722,25581229,25584140,25586523,25590126,25604446,25608421,25608534,25611628,25614884,25632742,25637182,25639195,25667798,25674637,25685059,25705227,25719606,25720180,25725453,25734668,25742239,25763144,25770041,25775799,25780269,25795802,25808503,25810277,25813408,25816795,25817989,25869529,25885349,25889931,25908989,25909705,25921165,25973066,25973634,25974240,25974519,26022359,26022941,26023187,26023656,26036538,26037476,26038804,26038870,26041651,26061405,26061513,26062072,26062269,26062830,26062989,26063276,26063387,26064903,26064996,26069260,26069997,26070059,26070264,26070373,26070608,26070720,26071894,26073173,26073786,26074155,26074394,26074669,26074853,26076354,26097107,26111617,26120516,26128405,26142084,26143400,26146516,26151340,26157442,26194666,26200489,26204413,26226884,26227119,26231170,26242626,26258395,26259886,26261843,26266313,26270829,26287270,26288106,26293954,26294172,26300094,26317875,26321361,26335830,26340481,26356845', 'assoc_port': '25576689:25576722,25579743:25581229,25582993:25584140,25586490:25586523,25589950:25590126,25604425:25604446,25607441:25608421,25608431:25608534,25611597:25611628,25614815:25614884,25632565:25632742,25636904:25637182,25639150:25639195,25667470:25667798,25674371:25674637,25684794:25685059,25705165:25705227,25719358:25720180,25719396:25719606,25725313:25725453,25734607:25734668,25742082:25742239,25762811:25763144,25769863:25770041,25775667:25775799,25780115:25780269,25795723:25795802,25805744:25808503,25810195:25810277,25813345:25813408,25815230:25816795,25817914:25817989,25869429:25869529,25885261:25885349,25889802:25889931,25908735:25909705,25908744:25908989,25921069:25921165,25972667:25974519,25972705:25974240,25972766:25973634,25972818:25973066,26021522:26022359,26021572:26023656,26021610:26023187,26021635:26022941,26036515:26036538,26037346:26037476,26038520:26038870,26038668:26038804,26041234:26041651,26061211:26064996,26061213:26061405,26061214:26064903,26061220:26063387,26061226:26063276,26061232:2606298', 'assoc_mat': '25576689:autre_refus:3726:25576722,25579743:autre_refus:3726:25581229,25582993:autre_refus:3726:25584140,25586490:autre_refus:3726:25586523,25589950:autre_refus:3726:25590126,25604425:autre_refus:3726:25604446,25607441:autre_refus:3726:25608421,25608431:autre_refus:3726:25608534,25611597:autre_refus:3726:25611628,25614815:autre_refus:3726:25614884,25632565:autre_refus:3726:25632742,25636904:autre_refus:3726:25637182,25639150:autre_refus:3726:25639195,25667470:autre_refus:3726:25667798,25674371:autre_refus:3726:25674637,25684794:autre_refus:3726:25685059,25705165:autre_refus:3726:25705227,25719358:autre_refus:3726:25720180,25719396:autre_refus:3726:25719606,25725313:autre_refus:3726:25725453,25734607:autre_refus:3726:25734668,25742082:autre_refus:3726:25742239,25762811:autre_refus:3726:25763144,25769863:autre_refus:3726:25770041,25775667:autre_refus:3726:25775799,25780115:autre_refus:3726:25780269,25795723:autre_refus:3726:25795802,25805744:autre_refus:3726:25808503,25810195:autre_refus:3726:25810277,25813345:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021677178933641873, 'nb_photo': 27, 'list_port_cont': '25609523,25687153,25746085,25765284,25788602,25812145,25817335,25906902,25924295,26038974,26041124,26045066,26062258,26129089,26154375,26159231,26210876,26215519,26231406,26231856,26233004,26268035', 'assoc_port': '25609322:25609523,25686547:25687153,25745380:25746085,25764313:25765284,25787677:25788602,25811864:25812145,25816874:25817335,25905569:25906902,25923408:25924295,26038516:26038974,26039676:26041124,26044960:26045066,26061361:26062258,26128184:26129089,26153830:26154375,26158707:26159231,26210166:26210876,26215062:26215519,26231096:26231406,26231549:26231856,26232482:26233004,26267290:26268035', 'assoc_mat': '25609322:barquette_avec_film:3327:25609523,25686547:barquette_avec_film:3327:25687153,25745380:barquette_avec_film:3327:25746085,25764313:barquette_avec_film:3327:25765284,25787677:barquette_avec_film:3327:25788602,25811864:barquette_avec_film:3327:25812145,25816874:barquette_avec_film:3327:25817335,25905569:barquette_avec_film:3327:25906902,25923408:barquette_avec_film:3327:25924295,26038516:barquette_avec_film:3327:26038974,26039676:barquette_avec_film:3327:26041124,26044960:barquette_avec_film:3327:26045066,26061361:barquette_avec_film:3327:26062258,26128184:barquette_avec_film:3327:26129089,26153830:barquette_avec_film:3327:26154375,26158707:barquette_avec_film:3327:26159231,26210166:barquette_avec_film:3327:26210876,26215062:barquette_avec_film:3327:26215519,26231096:barquette_avec_film:3327:26231406,26231549:barquette_avec_film:3327:26231856,26232482:barquette_avec_film:3327:26233004,26267290:barquette_avec_film:3327:26268035'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0005966646109038202, 'nb_photo': 12, 'list_port_cont': '25631964,25703189,25769690,25789995,25817964,25976416,26125042,26161071,26217842,26306177', 'assoc_port': '25630859:25631964,25700541:25703189,25764308:25769690,25787675:25789995,25817915:25817964,25972778:25976416,26117061:26125042,26153833:26161071,26215058:26217842,26286916:26306177', 'assoc_mat': '25630859:barquette_opaque:4205:25631964,25700541:barquette_opaque:4205:25703189,25764308:barquette_opaque:4205:25769690,25787675:barquette_opaque:4205:25789995,25817915:barquette_opaque:4205:25817964,25972778:barquette_opaque:4205:25976416,26117061:barquette_opaque:4205:26125042,26153833:barquette_opaque:4205:26161071,26215058:barquette_opaque:4205:26217842,26286916:barquette_opaque:4205:26306177'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001417490949261844, 'nb_photo': 213, 'list_port_cont': '25580934,25583948,25590997,25606755,25610952,25632082,25643828,25646613,25684228,25695415,25703802,25727516,25737343,25772556,25777375,25791402,25810832,25824849,25871772,25894518,25909860,25920751,25938948,25976287,25989583,26025647,26027264,26037157,26040138,26063823,26063957,26064963,26072766,26075746,26077161,26108692,26111372,26125444,26130849,26142214,26163986,26209423,26214075,26242956,26245468,26261702,26275676,26281883,26308130,26314360,26328220,26356230,26365459', 'assoc_port': '25580381:25580934,25583787:25583948,25589925:25590997,25606446:25606755,25610667:25610952,25630831:25632082,25642040:25643828,25644541:25646613,25674372:25684228,25691090:25695415,25702666:25703802,25725310:25727516,25736978:25737343,25765639:25772556,25777185:25777375,25787726:25791402,25810539:25810832,25822468:25824849,25870117:25871772,25894093:25894518,25905559:25909860,25917394:25920751,25928095:25938948,25972758:25976287,25972863:25989583,26021547:26025647,26021630:26027264,26036997:26037157,26039667:26040138,26061196:26063957,26061298:26064963,26061359:26063823,26071842:26072766,26072935:26077161,26073002:26075746,26082491:26108692,26095210:26111372,26117047:26125444,26122868:26130849,26141883:26142214,26158720:26163986,26202838:26209423,26209233:26214075,26226079:26242956,26237654:26245468,26256611:26261702,26264402:26275676,26270767:26281883,26290561:26308130,26297422:26314360,26323538:26356230,26327726:26328220,26343121:26365459', 'assoc_mat': '25580381:barquette_opaque:4203:25580934,25583787:barquette_opaque:4203:25583948,25589925:barquette_opaque:4203:25590997,25606446:barquette_opaque:4203:25606755,25610667:barquette_opaque:4203:25610952,25630831:barquette_opaque:4203:25632082,25642040:barquette_opaque:4203:25643828,25644541:barquette_opaque:4203:25646613,25674372:barquette_opaque:4203:25684228,25691090:barquette_opaque:4203:25695415,25702666:barquette_opaque:4203:25703802,25725310:barquette_opaque:4203:25727516,25736978:barquette_opaque:4203:25737343,25765639:barquette_opaque:4203:25772556,25777185:barquette_opaque:4203:25777375,25787726:barquette_opaque:4203:25791402,25810539:barquette_opaque:4203:25810832,25822468:barquette_opaque:4203:25824849,25870117:barquette_opaque:4203:25871772,25894093:barquette_opaque:4203:25894518,25905559:barquette_opaque:4203:25909860,25917394:barquette_opaque:4203:25920751,25928095:barquette_opaque:4203:25938948,25972758:barquette_opaque:4203:25976287,25972863:barquette_opaque:4203:25989583,26021547:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0007486162682813208, 'nb_photo': 57, 'list_port_cont': '25577410,25603081,25605143,25606735,25607700,25610806,25613310,25613792,25722210,25724142,25730604,25737147,25748326,25786995,25790693,25795850,25795975,25821404,25826520,25906383,25928662,25932118,25976946,25988608,26021841,26024109,26025333,26039243,26041775,26064341,26073673,26075458,26076403,26077496,26118449,26138168,26138411,26138549,26151481,26153976,26160980,26212321,26212471,26261355,26270042,26270362,26306063,26307068,26353633,26363136,26366252', 'assoc_port': '25577172:25577410,25586491:25603081,25605068:25605143,25606444:25606735,25607481:25607700,25610669:25610806,25613106:25613310,25613712:25613792,25719374:25722210,25721483:25724142,25727718:25730604,25734593:25737147,25745377:25748326,25784009:25786995,25787725:25790693,25792339:25795975,25795725:25795850,25820344:25821404,25825104:25826520,25904253:25906383,25924420:25928662,25931370:25932118,25972842:25976946,25972861:25988608,26021554:26025333,26021589:26024109,26021636:26021841,26038963:26039243,26041232:26041775,26061344:26064341,26072993:26077496,26073030:26075458,26073073:26073673,26076277:26076403,26117873:26118449,26126323:26138411,26126329:26138549,26130278:26138168,26141878:26151481,26143859:26153976,26153826:26160980,26207149:26212321,26207201:26212471,26256609:26261355,26259648:26270042,26260258:26270362,26273623:26306063,26289282:26307068,26321163:26353633,26335937:26363136,26347659:26366252', 'assoc_mat': '25577172:barquette_opaque:4207:25577410,25586491:barquette_opaque:4207:25603081,25605068:barquette_opaque:4207:25605143,25606444:barquette_opaque:4207:25606735,25607481:barquette_opaque:4207:25607700,25610669:barquette_opaque:4207:25610806,25613106:barquette_opaque:4207:25613310,25613712:barquette_opaque:4207:25613792,25719374:barquette_opaque:4207:25722210,25721483:barquette_opaque:4207:25724142,25727718:barquette_opaque:4207:25730604,25734593:barquette_opaque:4207:25737147,25745377:barquette_opaque:4207:25748326,25784009:barquette_opaque:4207:25786995,25787725:barquette_opaque:4207:25790693,25792339:barquette_opaque:4207:25795975,25795725:barquette_opaque:4207:25795850,25820344:barquette_opaque:4207:25821404,25825104:barquette_opaque:4207:25826520,25904253:barquette_opaque:4207:25906383,25924420:barquette_opaque:4207:25928662,25931370:barquette_opaque:4207:25932118,25972842:barquette_opaque:4207:25976946,25972861:barquette_opaque:4207:25988608,26021554:barquette_opaque:4207:26025333,26021589:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0058183098815872535, 'nb_photo': 26, 'list_port_cont': '25583199,25610828,25640575,25713073,25814911,25909331,25974015,26038885,26045111,26073801,26095707,26140121,26157392,26260037,26267743,26271131,26290753,26295303,26305790', 'assoc_port': '25582996:25583199,25610670:25610828,25640337:25640575,25712570:25713073,25814608:25814911,25908700:25909331,25972699:25974015,26038511:26038885,26045048:26045111,26072977:26073801,26095208:26095707,26139621:26140121,26157346:26157392,26259645:26260037,26267296:26267743,26270763:26271131,26290566:26290753,26294966:26295303,26305427:26305790', 'assoc_mat': '25582996:barquette_opaque:4461:25583199,25610670:barquette_opaque:4461:25610828,25640337:barquette_opaque:4461:25640575,25712570:barquette_opaque:4461:25713073,25814608:barquette_opaque:4461:25814911,25908700:barquette_opaque:4461:25909331,25972699:barquette_opaque:4461:25974015,26038511:barquette_opaque:4461:26038885,26045048:barquette_opaque:4461:26045111,26072977:barquette_opaque:4461:26073801,26095208:barquette_opaque:4461:26095707,26139621:barquette_opaque:4461:26140121,26157346:barquette_opaque:4461:26157392,26259645:barquette_opaque:4461:26260037,26267296:barquette_opaque:4461:26267743,26270763:barquette_opaque:4461:26271131,26290566:barquette_opaque:4461:26290753,26294966:barquette_opaque:4461:26295303,26305427:barquette_opaque:4461:26305790'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008437331035927314, 'nb_photo': 201, 'list_port_cont': '25580644,25590850,25593399,25605172,25607658,25609137,25610797,25645495,25669141,25687743,25691321,25695845,25700835,25715662,25719711,25730210,25764788,25774961,25779194,25782847,25787972,25788080,25808448,25812024,25818436,25820556,25891952,25892044,25912891,25917561,25973771,25974367,25974480,26020742,26021862,26022390,26023043,26036688,26037837,26039053,26039188,26039721,26039889,26040507,26041687,26044533,26062019,26062999,26063403,26063633,26071497,26073211,26073493,26074106,26074209,26074454,26074867,26091200,26099181,26115797,26118201,26130429,26130728,26142355,26146630,26151456,26153100,26156938,26157490,26160687,26202463,26210460,26228965,26231241,26232670,26233673,26236622,26237021,26240480,26255032,26257016,26263035,26264641,26266795,26267506,26285226,26292303,26303001,26303907,26320771,26343394', 'assoc_port': '25580401:25580644,25586141:25590850,25593103:25593399,25605067:25605172,25607480:25607658,25608990:25609137,25610666:25610797,25645294:25645495,25668764:25669141,25687503:25687743,25691066:25691321,25695657:25695845,25700539:25700835,25715248:25715662,25719397:25719711,25729970:25730210,25764316:25764788,25774800:25774961,25778996:25779194,25782542:25782847,25787683:25788080,25787728:25787972,25808153:25808448,25811866:25812024,25818302:25818436,25820347:25820556,25891748:25892044,25891751:25891952,25912503:25912891,25917403:25917561,25972755:25974480,25972789:25974367,25972846:25973771,26020561:26020742,26021524:26022390,26021583:26023043,26021634:26021862,26036528:26036688,26037279:26039053,26037347:26037837,26038519:26039721,26038962:26039188,26039675:26039889,26040172:26040507,26041225:26041687,26041235:26044533,26061157:26062019,26061178:26063403,26061234:26063633,26061310:26062999,26071361:26071497,26072974:26074867,26072998:26074454,26073005:26074209,26073011:26074106,26073034:26073493,26073087:2607321', 'assoc_mat': '25580401:barquette_opaque:4200:25580644,25586141:barquette_opaque:4200:25590850,25593103:barquette_opaque:4200:25593399,25605067:barquette_opaque:4200:25605172,25607480:barquette_opaque:4200:25607658,25608990:barquette_opaque:4200:25609137,25610666:barquette_opaque:4200:25610797,25645294:barquette_opaque:4200:25645495,25668764:barquette_opaque:4200:25669141,25687503:barquette_opaque:4200:25687743,25691066:barquette_opaque:4200:25691321,25695657:barquette_opaque:4200:25695845,25700539:barquette_opaque:4200:25700835,25715248:barquette_opaque:4200:25715662,25719397:barquette_opaque:4200:25719711,25729970:barquette_opaque:4200:25730210,25764316:barquette_opaque:4200:25764788,25774800:barquette_opaque:4200:25774961,25778996:barquette_opaque:4200:25779194,25782542:barquette_opaque:4200:25782847,25787683:barquette_opaque:4200:25788080,25787728:barquette_opaque:4200:25787972,25808153:barquette_opaque:4200:25808448,25811866:barquette_opaque:4200:25812024,25818302:barquette_opaque:4200:25818436,25820347:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0054043545564575616, 'nb_photo': 47, 'list_port_cont': '25603898,25608589,25673273,25684258,25766144,25813604,25825339,25866871,25909435,25920073,25930810,25973506,25973552,26038851,26040340,26061695,26062179,26073500,26073595,26076450,26083062,26092618,26113783,26120795,26130920,26131120,26158973,26203229,26231710,26235712,26260085,26271793,26287449,26344730,26357174', 'assoc_port': '25592297:25603898,25608429:25608589,25672857:25673273,25683782:25684258,25765642:25766144,25813342:25813604,25825108:25825339,25866508:25866871,25908706:25909435,25919712:25920073,25930407:25930810,25972722:25973506,25972791:25973552,26038518:26040340,26038669:26038851,26061258:26062179,26061351:26061695,26072901:26073595,26072943:26073500,26076279:26076450,26082519:26083062,26092311:26092618,26113646:26113783,26120445:26120795,26130281:26131120,26130327:26130920,26158712:26158973,26202879:26203229,26231550:26231710,26235483:26235712,26259643:26260085,26271557:26271793,26286909:26287449,26344395:26344730,26356689:26357174', 'assoc_mat': '25592297:barquette_opaque:4209:25603898,25608429:barquette_opaque:4209:25608589,25672857:barquette_opaque:4209:25673273,25683782:barquette_opaque:4209:25684258,25765642:barquette_opaque:4209:25766144,25813342:barquette_opaque:4209:25813604,25825108:barquette_opaque:4209:25825339,25866508:barquette_opaque:4209:25866871,25908706:barquette_opaque:4209:25909435,25919712:barquette_opaque:4209:25920073,25930407:barquette_opaque:4209:25930810,25972722:barquette_opaque:4209:25973506,25972791:barquette_opaque:4209:25973552,26038518:barquette_opaque:4209:26040340,26038669:barquette_opaque:4209:26038851,26061258:barquette_opaque:4209:26062179,26061351:barquette_opaque:4209:26061695,26072901:barquette_opaque:4209:26073595,26072943:barquette_opaque:4209:26073500,26076279:barquette_opaque:4209:26076450,26082519:barquette_opaque:4209:26083062,26092311:barquette_opaque:4209:26092618,26113646:barquette_opaque:4209:26113783,26120445:barquette_opaque:4209:26120795,26130281:barquette_opaque:4209:26131120,26130327:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.018308872194415057, 'nb_photo': 4253, 'list_port_cont': '25577938,25577969,25580838,25581965,25583151,25583183,25583287,25587804,25588416,25590326,25591072,25593223,25593950,25595523,25599684,25604831,25607746,25608234,25608634,25609226,25609459,25610319,25610884,25611147,25611769,25612171,25612413,25613285,25613831,25630480,25631375,25632932,25635689,25638779,25639474,25640639,25642439,25642673,25645615,25645894,25647622,25648881,25651010,25669323,25670522,25674923,25685417,25687112,25691794,25692140,25696963,25697510,25701100,25701379,25703141,25715102,25716059,25719852,25720146,25722519,25726712,25726894,25730746,25731074,25735228,25737369,25737656,25740474,25742795,25747326,25764944,25766738,25769203,25770385,25774701,25776023,25776060,25779359,25779738,25784651,25785038,25786112,25788209,25793142,25793380,25795394,25800613,25808832,25810424,25811647,25813548,25815577,25815787,25816595,25817059,25817222,25818547,25820883,25823018,25823117,25824231,25824339,25825593,25867002,25870587,25872547,25872907,25876344,25879245,25890359,25892171,25892747,25901750,2590651', 'assoc_port': '25577629:25577969,25577631:25577938,25580398:25580838,25581549:25581965,25582988:25583287,25582991:25583183,25582997:25583151,25585203:25588416,25586132:25595523,25587501:25593950,25587503:25593223,25587505:25587804,25589929:25590326,25589970:25599684,25590813:25591072,25604427:25604831,25607439:25607746,25608155:25608234,25608432:25608634,25608969:25609226,25609323:25609459,25610126:25610319,25610668:25610884,25611021:25611147,25611594:25611769,25611934:25612171,25612350:25612413,25613125:25613285,25613675:25613831,25629824:25630480,25630867:25631375,25632563:25632932,25635074:25635689,25638567:25638779,25639141:25639474,25640336:25640639,25642038:25642673,25642054:25642439,25645293:25645894,25645299:25645615,25647272:25647622,25648357:25648881,25650833:25651010,25668768:25669323,25669903:25670522,25674373:25674923,25684796:25685417,25686545:25687112,25691054:25692140,25691060:25691794,25696546:25696963,25696548:25697510,25700531:25701379,25700536:25701100,25702663:25703141,25712562:25715102,25712573:2571605', 'assoc_mat': '25577629:barquette_opaque:4211:25577969,25577631:barquette_opaque:4211:25577938,25580398:barquette_opaque:4211:25580838,25581549:barquette_opaque:4211:25581965,25582988:barquette_opaque:4211:25583287,25582991:barquette_opaque:4211:25583183,25582997:barquette_opaque:4211:25583151,25585203:barquette_opaque:4211:25588416,25586132:barquette_opaque:4211:25595523,25587501:barquette_opaque:4211:25593950,25587503:barquette_opaque:4211:25593223,25587505:barquette_opaque:4211:25587804,25589929:barquette_opaque:4211:25590326,25589970:barquette_opaque:4211:25599684,25590813:barquette_opaque:4211:25591072,25604427:barquette_opaque:4211:25604831,25607439:barquette_opaque:4211:25607746,25608155:barquette_opaque:4211:25608234,25608432:barquette_opaque:4211:25608634,25608969:barquette_opaque:4211:25609226,25609323:barquette_opaque:4211:25609459,25610126:barquette_opaque:4211:25610319,25610668:barquette_opaque:4211:25610884,25611021:barquette_opaque:4211:25611147,25611594:barquette_opaque:4211:25611769,25611934:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0003356064550222825, 'nb_photo': 69, 'list_port_cont': '25580223,25585408,25585696,25586613,25593807,25605333,25606911,25610361,25647759,25673969,25700059,25700111,25720130,25730809,25740512,25764666,25769431,25777521,25780977,25783462,25795556,25810902,25811682,25812146,25878454,25884800,25906904,25922025,25929109,25973797,25974168,25974621,26021159,26039622,26062051,26063693,26064366,26065740,26077052,26093269,26093381,26113526,26129096,26146298,26151872,26157230,26204827,26208205,26210877,26215524,26229317,26233007,26233863,26265477,26267002,26345478,26348191', 'assoc_port': '25579741:25580223,25585201:25585408,25585546:25585696,25586492:25586613,25593104:25593807,25605065:25605333,25606448:25606911,25610129:25610361,25647265:25647759,25672836:25673969,25699448:25700111,25699450:25700059,25719359:25720130,25729961:25730809,25739906:25740512,25762830:25764666,25768337:25769431,25777187:25777521,25780123:25780977,25782544:25783462,25794777:25795556,25810549:25810902,25811280:25811682,25811864:25812146,25877604:25878454,25883927:25884800,25905569:25906904,25921077:25922025,25928082:25929109,25972725:25974621,25972836:25974168,25972865:25973797,26020556:26021159,26038961:26039622,26061170:26063693,26061202:26064366,26061300:26065740,26061369:26062051,26076709:26077052,26092288:26093381,26092325:26093269,26113023:26113526,26128184:26129096,26145824:26146298,26151185:26151872,26156667:26157230,26204315:26204827,26207152:26208205,26210166:26210877,26215062:26215524,26228685:26229317,26232482:26233007,26233552:26233863,26265053:26265477,26266380:26267002,26344394:26345478,26347658:2634819', 'assoc_mat': '25579741:bouchon:3327:25580223,25585201:bouchon:3327:25585408,25585546:bouchon:3327:25585696,25586492:bouchon:3327:25586613,25593104:bouchon:3327:25593807,25605065:bouchon:3327:25605333,25606448:bouchon:3327:25606911,25610129:bouchon:3327:25610361,25647265:bouchon:3327:25647759,25672836:bouchon:3327:25673969,25699448:bouchon:3327:25700111,25699450:bouchon:3327:25700059,25719359:bouchon:3327:25720130,25729961:bouchon:3327:25730809,25739906:bouchon:3327:25740512,25762830:bouchon:3327:25764666,25768337:bouchon:3327:25769431,25777187:bouchon:3327:25777521,25780123:bouchon:3327:25780977,25782544:bouchon:3327:25783462,25794777:bouchon:3327:25795556,25810549:bouchon:3327:25810902,25811280:bouchon:3327:25811682,25811864:bouchon:3327:25812146,25877604:bouchon:3327:25878454,25883927:bouchon:3327:25884800,25905569:bouchon:3327:25906904,25921077:bouchon:3327:25922025,25928082:bouchon:3327:25929109,25972725:bouchon:3327:25974621,25972836:bouchon:3327:25974168,25972865:bouchon:3327:25973797,26020556:bouchon:3327:26021159,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01682088152513296, 'nb_photo': 541, 'list_port_cont': '25579273,25583909,25585258,25604484,25610237,25631960,25638062,25640828,25674172,25685091,25703197,25718324,25732879,25769695,25784168,25789999,25790442,25811381,25817965,25868505,25876854,25884075,25909772,25927185,25931466,25976207,25976414,26021592,26023494,26036700,26038739,26040790,26062130,26064496,26075285,26075473,26076374,26077339,26106628,26110982,26125038,26138118,26151669,26160034,26161074,26213445,26217847,26239316,26240772,26243877,26269854,26284565,26306174,26314334,26353837,26366150', 'assoc_port': '25577627:25579273,25583780:25583909,25585199:25585258,25604429:25604484,25610130:25610237,25630859:25631960,25636041:25638062,25640751:25640828,25668756:25674172,25684797:25685091,25700541:25703197,25715253:25718324,25729964:25732879,25764308:25769695,25784022:25784168,25787675:25789999,25787702:25790442,25811287:25811381,25817915:25817965,25867623:25868505,25875785:25876854,25883929:25884075,25905642:25909772,25917397:25927185,25931371:25931466,25972772:25976207,25972778:25976414,26020558:26021592,26021574:26023494,26036530:26036700,26038515:26038739,26040462:26040790,26061163:26062130,26061336:26064496,26072894:26076374,26072958:26077339,26073015:26075473,26074607:26075285,26078693:26106628,26092290:26110982,26117061:26125038,26130280:26138118,26141882:26151669,26152798:26160034,26153833:26161074,26209225:26213445,26215058:26217847,26229423:26239316,26231097:26240772,26235486:26243877,26259646:26269854,26267299:26284565,26286916:26306174,26297425:26314334,26321165:26353837,26347653:26366150', 'assoc_mat': '25577627:carton:4205:25579273,25583780:carton:4205:25583909,25585199:carton:4205:25585258,25604429:carton:4205:25604484,25610130:carton:4205:25610237,25630859:carton:4205:25631960,25636041:carton:4205:25638062,25640751:carton:4205:25640828,25668756:carton:4205:25674172,25684797:carton:4205:25685091,25700541:carton:4205:25703197,25715253:carton:4205:25718324,25729964:carton:4205:25732879,25764308:carton:4205:25769695,25784022:carton:4205:25784168,25787675:carton:4205:25789999,25787702:carton:4205:25790442,25811287:carton:4205:25811381,25817915:carton:4205:25817965,25867623:carton:4205:25868505,25875785:carton:4205:25876854,25883929:carton:4205:25884075,25905642:carton:4205:25909772,25917397:carton:4205:25927185,25931371:carton:4205:25931466,25972772:carton:4205:25976207,25972778:carton:4205:25976414,26020558:carton:4205:26021592,26021574:carton:4205:26023494,26036530:carton:4205:26036700,26038515:carton:4205:26038739,26040462:carton:4205:26040790,26061163:carton:4205:26062130,26061336:carton:4205:26064496,2607'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.011431276241084951, 'nb_photo': 1141, 'list_port_cont': '25580946,25583955,25590993,25606749,25610948,25632096,25643827,25646621,25684233,25695412,25703807,25727503,25737350,25772557,25777378,25791405,25810828,25815554,25824842,25871774,25894515,25909853,25920744,25938938,25976277,25989579,26025650,26027263,26037156,26040127,26063825,26063954,26064970,26072765,26075751,26077162,26108687,26111383,26125453,26130843,26142223,26159367,26163976,26209424,26214066,26242955,26245464,26261697,26275677,26281874,26308121,26314362,26328213,26356222,26365454', 'assoc_port': '25580381:25580946,25583787:25583955,25589925:25590993,25606446:25606749,25610667:25610948,25630831:25632096,25642040:25643827,25644541:25646621,25674372:25684233,25691090:25695412,25702666:25703807,25725310:25727503,25736978:25737350,25765639:25772557,25777185:25777378,25787726:25791405,25810539:25810828,25815240:25815554,25822468:25824842,25870117:25871774,25894093:25894515,25905559:25909853,25917394:25920744,25928095:25938938,25972758:25976277,25972863:25989579,26021547:26025650,26021630:26027263,26036997:26037156,26039667:26040127,26061196:26063954,26061298:26064970,26061359:26063825,26071842:26072765,26072935:26077162,26073002:26075751,26082491:26108687,26095210:26111383,26117047:26125453,26122868:26130843,26141883:26142223,26151183:26159367,26158720:26163976,26202838:26209424,26209233:26214066,26226079:26242955,26237654:26245464,26256611:26261697,26264402:26275677,26270767:26281874,26290561:26308121,26297422:26314362,26323538:26356222,26327726:26328213,26343121:26365454', 'assoc_mat': '25580381:carton:4203:25580946,25583787:carton:4203:25583955,25589925:carton:4203:25590993,25606446:carton:4203:25606749,25610667:carton:4203:25610948,25630831:carton:4203:25632096,25642040:carton:4203:25643827,25644541:carton:4203:25646621,25674372:carton:4203:25684233,25691090:carton:4203:25695412,25702666:carton:4203:25703807,25725310:carton:4203:25727503,25736978:carton:4203:25737350,25765639:carton:4203:25772557,25777185:carton:4203:25777378,25787726:carton:4203:25791405,25810539:carton:4203:25810828,25815240:carton:4203:25815554,25822468:carton:4203:25824842,25870117:carton:4203:25871774,25894093:carton:4203:25894515,25905559:carton:4203:25909853,25917394:carton:4203:25920744,25928095:carton:4203:25938938,25972758:carton:4203:25976277,25972863:carton:4203:25989579,26021547:carton:4203:26025650,26021630:carton:4203:26027263,26036997:carton:4203:26037156,26039667:carton:4203:26040127,26061196:carton:4203:26063954,26061298:carton:4203:26064970,26061359:carton:4203:26063825,26071842:carton:4203:26072765,2607'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.951471152905572, 'nb_photo': 13439, 'list_port_cont': '25577417,25577913,25580048,25580574,25580877,25581787,25583137,25583260,25583834,25583887,25600455,25600481,25600857,25600998,25603073,25603869,25604128,25604187,25604353,25604536,25605108,25605140,25606734,25607699,25607743,25608189,25608551,25609367,25609417,25610290,25610805,25611178,25611715,25611750,25612086,25613315,25613788,25631045,25631764,25632106,25633454,25634968,25637512,25638199,25638691,25639318,25639478,25640770,25640817,25643716,25646472,25647454,25649435,25649630,25670157,25673090,25674290,25674818,25682967,25683970,25684452,25686299,25690695,25691246,25694860,25695954,25700258,25700620,25702399,25702855,25703703,25704350,25715045,25718895,25722217,25724151,25726758,25727228,25730601,25733066,25733300,25736429,25737151,25739510,25742335,25742583,25748312,25751738,25770061,25771673,25774758,25775233,25777230,25777400,25781796,25782716,25783014,25784339,25784608,25786999,25790145,25790700,25795862,25795904,25795974,25800573,25809400,25809466,25810147,25810379,25810695,25812004,25813476,2581499', 'assoc_port': '25577172:25577417,25577628:25577913,25579745:25580048,25580379:25580877,25580405:25580574,25581568:25581787,25582989:25583260,25582995:25583137,25583782:25583834,25583786:25583887,25585202:25604128,25585544:25604187,25586130:25600455,25586138:25600481,25586491:25603073,25587507:25604353,25589927:25605108,25590785:25600998,25590812:25600857,25592296:25603869,25604428:25604536,25605068:25605140,25606444:25606734,25607460:25607743,25607481:25607699,25608156:25608189,25608434:25608551,25609321:25609417,25609324:25609367,25610128:25610290,25610669:25610805,25611022:25611178,25611595:25611750,25611606:25611715,25612029:25612086,25613106:25613315,25613712:25613788,25629826:25631045,25630845:25631764,25630865:25632106,25632566:25633454,25633277:25634968,25635078:25637512,25636045:25638199,25638566:25639318,25638585:25638691,25639148:25639478,25640752:25640817,25640756:25640770,25642072:25643716,25644542:25646472,25645297:25647454,25647264:25649435,25647274:25649630,25667488:25670157,25668759:25674290,25669900:2567481', 'assoc_mat': '25577172:carton:4207:25577417,25577628:carton:4207:25577913,25579745:carton:4207:25580048,25580379:carton:4207:25580877,25580405:carton:4207:25580574,25581568:carton:4207:25581787,25582989:carton:4207:25583260,25582995:carton:4207:25583137,25583782:carton:4207:25583834,25583786:carton:4207:25583887,25585202:carton:4207:25604128,25585544:carton:4207:25604187,25586130:carton:4207:25600455,25586138:carton:4207:25600481,25586491:carton:4207:25603073,25587507:carton:4207:25604353,25589927:carton:4207:25605108,25590785:carton:4207:25600998,25590812:carton:4207:25600857,25592296:carton:4207:25603869,25604428:carton:4207:25604536,25605068:carton:4207:25605140,25606444:carton:4207:25606734,25607460:carton:4207:25607743,25607481:carton:4207:25607699,25608156:carton:4207:25608189,25608434:carton:4207:25608551,25609321:carton:4207:25609417,25609324:carton:4207:25609367,25610128:carton:4207:25610290,25610669:carton:4207:25610805,25611022:carton:4207:25611178,25611595:carton:4207:25611750,25611606:carton:4207:25611715,2561'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.015878454417926083, 'nb_photo': 4291, 'list_port_cont': '25577378,25577813,25581903,25583204,25585337,25586323,25587732,25590193,25592542,25604679,25607667,25609383,25610829,25612114,25612192,25613234,25631226,25633733,25636362,25638720,25640580,25644195,25644801,25651809,25667891,25670287,25679636,25685326,25688056,25691552,25695964,25697077,25701030,25713084,25719726,25721794,25726528,25728075,25735004,25735155,25742704,25747024,25751831,25766160,25770256,25775907,25775953,25779332,25783136,25792960,25795917,25799910,25811532,25813494,25814912,25816440,25816473,25818452,25818511,25820759,25825373,25867977,25870352,25873396,25878051,25879135,25892656,25894381,25906275,25909329,25909338,25916726,25917731,25920232,25923778,25931078,25972964,25973423,25973605,25973821,25974007,25978772,25989105,26020797,26021815,26021934,26022845,26024961,26027999,26036604,26036759,26037580,26037800,26038887,26040863,26040926,26041720,26042086,26045104,26061490,26061593,26061702,26061755,26061878,26062438,26062788,26071477,26073305,26073399,26073552,26073618,26073810,26074044,2607417', 'assoc_port': '25577171:25577378,25577630:25577813,25581566:25581903,25582996:25583204,25585204:25585337,25586140:25586323,25587499:25587732,25589930:25590193,25592294:25592542,25604430:25604679,25607476:25607667,25609320:25609383,25610670:25610829,25611914:25612192,25611941:25612114,25613129:25613234,25630861:25631226,25633279:25633733,25636039:25636362,25638586:25638720,25640337:25640580,25642073:25644195,25644544:25644801,25645300:25651809,25667508:25667891,25669917:25670287,25678937:25679636,25684795:25685326,25687501:25688056,25691101:25691552,25695656:25695964,25696549:25697077,25700538:25701030,25712570:25713084,25719366:25719726,25721485:25721794,25726422:25726528,25727717:25728075,25734591:25735155,25734599:25735004,25742072:25742704,25746579:25747024,25751535:25751831,25765645:25766160,25769866:25770256,25775666:25775953,25775669:25775907,25779002:25779332,25782539:25783136,25792335:25792960,25795726:25795917,25799755:25799910,25811285:25811532,25813349:25813494,25814608:25814912,25816292:25816473,25816294:2581644', 'assoc_mat': '25577171:carton:4461:25577378,25577630:carton:4461:25577813,25581566:carton:4461:25581903,25582996:carton:4461:25583204,25585204:carton:4461:25585337,25586140:carton:4461:25586323,25587499:carton:4461:25587732,25589930:carton:4461:25590193,25592294:carton:4461:25592542,25604430:carton:4461:25604679,25607476:carton:4461:25607667,25609320:carton:4461:25609383,25610670:carton:4461:25610829,25611914:carton:4461:25612192,25611941:carton:4461:25612114,25613129:carton:4461:25613234,25630861:carton:4461:25631226,25633279:carton:4461:25633733,25636039:carton:4461:25636362,25638586:carton:4461:25638720,25640337:carton:4461:25640580,25642073:carton:4461:25644195,25644544:carton:4461:25644801,25645300:carton:4461:25651809,25667508:carton:4461:25667891,25669917:carton:4461:25670287,25678937:carton:4461:25679636,25684795:carton:4461:25685326,25687501:carton:4461:25688056,25691101:carton:4461:25691552,25695656:carton:4461:25695964,25696549:carton:4461:25697077,25700538:carton:4461:25701030,25712570:carton:4461:25713084,2571'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.026723362757097878, 'nb_photo': 2509, 'list_port_cont': '25577321,25580634,25583092,25583861,25585278,25589075,25590861,25590951,25592477,25593297,25593392,25605175,25607659,25609131,25610257,25610786,25611075,25611671,25612067,25613760,25630083,25633708,25636339,25638685,25640488,25640789,25642299,25645499,25647464,25648612,25669148,25674741,25685142,25686904,25687758,25691334,25695847,25700823,25702897,25704169,25707571,25715674,25719705,25727865,25730209,25730407,25733599,25733765,25737259,25740204,25742415,25745643,25764800,25768797,25774962,25779195,25780446,25780693,25782838,25787966,25788068,25788417,25792717,25795114,25808438,25810289,25812025,25816348,25816371,25816575,25817038,25818400,25818424,25820553,25822733,25825295,25866934,25869603,25869683,25873355,25876031,25886127,25887257,25891941,25892053,25904516,25906263,25906916,25912893,25916563,25916711,25917559,25921365,25921731,25923657,25924682,25930758,25931008,25973532,25973779,25974357,25974484,25974825,25974924,25981129,26020740,26020838,26021861,26021982,26022377,26022894,26023049,26036686,2603770', 'assoc_port': '25577174:25577321,25580401:25580634,25582992:25583092,25583784:25583861,25585205:25585278,25585545:25589075,25586141:25590861,25590795:25590951,25592281:25592477,25593103:25593392,25593105:25593297,25605067:25605175,25607480:25607659,25608990:25609131,25610127:25610257,25610666:25610786,25611024:25611075,25611604:25611671,25612032:25612067,25613715:25613760,25629830:25630083,25633273:25633708,25636042:25636339,25638584:25638685,25640338:25640488,25640754:25640789,25642075:25642299,25645294:25645499,25647267:25647464,25648355:25648612,25668764:25669148,25674370:25674741,25684799:25685142,25686543:25686904,25687503:25687758,25691066:25691334,25695657:25695847,25696552:25704169,25700539:25700823,25702664:25702897,25707499:25707571,25715248:25715674,25719397:25719705,25727719:25727865,25729958:25730407,25729970:25730209,25733343:25733765,25733352:25733599,25736971:25737259,25739903:25740204,25742097:25742415,25745382:25745643,25764316:25764800,25768346:25768797,25774800:25774962,25778996:25779195,25780119:2578069', 'assoc_mat': '25577174:carton:4200:25577321,25580401:carton:4200:25580634,25582992:carton:4200:25583092,25583784:carton:4200:25583861,25585205:carton:4200:25585278,25585545:carton:4200:25589075,25586141:carton:4200:25590861,25590795:carton:4200:25590951,25592281:carton:4200:25592477,25593103:carton:4200:25593392,25593105:carton:4200:25593297,25605067:carton:4200:25605175,25607480:carton:4200:25607659,25608990:carton:4200:25609131,25610127:carton:4200:25610257,25610666:carton:4200:25610786,25611024:carton:4200:25611075,25611604:carton:4200:25611671,25612032:carton:4200:25612067,25613715:carton:4200:25613760,25629830:carton:4200:25630083,25633273:carton:4200:25633708,25636042:carton:4200:25636339,25638584:carton:4200:25638685,25640338:carton:4200:25640488,25640754:carton:4200:25640789,25642075:carton:4200:25642299,25645294:carton:4200:25645499,25647267:carton:4200:25647464,25648355:carton:4200:25648612,25668764:carton:4200:25669148,25674370:carton:4200:25674741,25684799:carton:4200:25685142,25686543:carton:4200:25686904,2568'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.12582013247559046, 'nb_photo': 2392, 'list_port_cont': '25580695,25581645,25581718,25586204,25603904,25608590,25609173,25611119,25611650,25611689,25614928,25615077,25633669,25633793,25637259,25639356,25650301,25650380,25658549,25673267,25684256,25687843,25695828,25700929,25712958,25721884,25726685,25733867,25745751,25751686,25766137,25773157,25780614,25780817,25792880,25811582,25813611,25814949,25817098,25825337,25866882,25873538,25878131,25887269,25887318,25891995,25909288,25909424,25912959,25919881,25920057,25924910,25930813,25973231,25973509,25973560,25973696,25974049,26020758,26021963,26021995,26024834,26025977,26028339,26037384,26038852,26039168,26040346,26041387,26044563,26044611,26061547,26061564,26061694,26061906,26062145,26062175,26062358,26062759,26062919,26063089,26063331,26065898,26069332,26070142,26070185,26070287,26070364,26070471,26072138,26073195,26073270,26073514,26073593,26076444,26083061,26092627,26113790,26115129,26118180,26118226,26120791,26130909,26131107,26143477,26145865,26146554,26150529,26155526,26158970,26161795,26200520,26200709,2620321', 'assoc_port': '25580380:25580695,25581569:25581645,25581570:25581718,25586136:25586204,25592297:25603904,25608429:25608590,25608988:25609173,25611020:25611119,25611599:25611689,25611602:25611650,25614817:25615077,25614819:25614928,25633271:25633793,25633275:25633669,25636907:25637259,25639144:25639356,25650163:25650380,25650167:25650301,25658372:25658549,25672857:25673267,25683782:25684256,25687505:25687843,25695653:25695828,25700533:25700929,25712557:25712958,25721454:25721884,25726409:25726685,25733337:25733867,25745374:25745751,25751534:25751686,25765642:25766137,25772539:25773157,25780111:25780817,25780136:25780614,25792380:25792880,25811282:25811582,25813342:25813611,25814607:25814949,25816876:25817098,25825108:25825337,25866508:25866882,25873073:25873538,25877606:25878131,25887022:25887318,25887023:25887269,25891753:25891995,25908706:25909424,25908743:25909288,25912507:25912959,25919712:25920057,25919715:25919881,25924424:25924910,25930407:25930813,25972697:25974049,25972718:25973696,25972722:25973509,25972791:2597356', 'assoc_mat': '25580380:carton:4209:25580695,25581569:carton:4209:25581645,25581570:carton:4209:25581718,25586136:carton:4209:25586204,25592297:carton:4209:25603904,25608429:carton:4209:25608590,25608988:carton:4209:25609173,25611020:carton:4209:25611119,25611599:carton:4209:25611689,25611602:carton:4209:25611650,25614817:carton:4209:25615077,25614819:carton:4209:25614928,25633271:carton:4209:25633793,25633275:carton:4209:25633669,25636907:carton:4209:25637259,25639144:carton:4209:25639356,25650163:carton:4209:25650380,25650167:carton:4209:25650301,25658372:carton:4209:25658549,25672857:carton:4209:25673267,25683782:carton:4209:25684256,25687505:carton:4209:25687843,25695653:carton:4209:25695828,25700533:carton:4209:25700929,25712557:carton:4209:25712958,25721454:carton:4209:25721884,25726409:carton:4209:25726685,25733337:carton:4209:25733867,25745374:carton:4209:25745751,25751534:carton:4209:25751686,25765642:carton:4209:25766137,25772539:carton:4209:25773157,25780111:carton:4209:25780817,25780136:carton:4209:25780614,2579'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.009994041466459047, 'nb_photo': 9937, 'list_port_cont': '25577940,25577964,25580826,25581954,25583150,25583185,25583286,25587805,25588424,25590320,25591074,25593226,25593946,25595528,25599693,25604827,25607762,25608244,25608636,25609213,25609454,25610316,25610895,25611134,25611773,25612158,25612414,25613289,25613833,25630472,25631362,25632944,25635678,25638783,25639464,25640641,25642438,25642676,25645614,25645881,25647625,25648890,25651020,25669326,25670513,25674931,25685405,25687115,25691811,25692138,25696964,25697509,25701093,25701375,25703153,25715100,25716064,25719853,25720159,25722531,25726722,25726893,25730762,25731066,25735236,25737365,25737669,25740473,25742802,25747320,25764942,25766751,25769215,25770388,25774699,25776035,25776052,25779361,25779737,25784650,25785050,25786119,25788215,25793145,25793383,25795408,25800609,25808830,25810410,25811633,25813535,25815587,25815772,25816594,25817062,25817216,25818549,25820881,25823014,25823090,25824236,25824325,25825594,25866995,25870597,25872539,25872916,25876353,25879246,25890373,25892184,25892746,25901747,2590651', 'assoc_port': '25577629:25577964,25577631:25577940,25580398:25580826,25581549:25581954,25582988:25583286,25582991:25583185,25582997:25583150,25585203:25588424,25586132:25595528,25587501:25593946,25587503:25593226,25587505:25587805,25589929:25590320,25589970:25599693,25590813:25591074,25604427:25604827,25607439:25607762,25608155:25608244,25608432:25608636,25608969:25609213,25609323:25609454,25610126:25610316,25610668:25610895,25611021:25611134,25611594:25611773,25611934:25612158,25612350:25612414,25613125:25613289,25613675:25613833,25629824:25630472,25630867:25631362,25632563:25632944,25635074:25635678,25638567:25638783,25639141:25639464,25640336:25640641,25642038:25642676,25642054:25642438,25645293:25645881,25645299:25645614,25647272:25647625,25648357:25648890,25650833:25651020,25668768:25669326,25669903:25670513,25674373:25674931,25684796:25685405,25686545:25687115,25691054:25692138,25691060:25691811,25696546:25696964,25696548:25697509,25700531:25701375,25700536:25701093,25702663:25703153,25712562:25715100,25712573:2571606', 'assoc_mat': '25577629:carton:4211:25577964,25577631:carton:4211:25577940,25580398:carton:4211:25580826,25581549:carton:4211:25581954,25582988:carton:4211:25583286,25582991:carton:4211:25583185,25582997:carton:4211:25583150,25585203:carton:4211:25588424,25586132:carton:4211:25595528,25587501:carton:4211:25593946,25587503:carton:4211:25593226,25587505:carton:4211:25587805,25589929:carton:4211:25590320,25589970:carton:4211:25599693,25590813:carton:4211:25591074,25604427:carton:4211:25604827,25607439:carton:4211:25607762,25608155:carton:4211:25608244,25608432:carton:4211:25608636,25608969:carton:4211:25609213,25609323:carton:4211:25609454,25610126:carton:4211:25610316,25610668:carton:4211:25610895,25611021:carton:4211:25611134,25611594:carton:4211:25611773,25611934:carton:4211:25612158,25612350:carton:4211:25612414,25613125:carton:4211:25613289,25613675:carton:4211:25613833,25629824:carton:4211:25630472,25630867:carton:4211:25631362,25632563:carton:4211:25632944,25635074:carton:4211:25635678,25638567:carton:4211:25638783,2563'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0031716146361758734, 'nb_photo': 392, 'list_port_cont': '25577504,25580216,25583308,25584029,25585413,25585691,25586617,25589462,25593804,25594702,25599107,25605342,25606914,25608675,25609533,25610353,25611210,25612250,25613365,25633049,25635796,25639495,25640697,25640959,25644949,25647768,25647992,25650642,25673974,25687148,25691923,25692064,25693205,25696247,25700053,25700104,25703289,25703691,25722290,25730715,25731056,25733795,25735421,25737650,25737742,25740514,25746096,25752090,25769425,25773591,25775401,25777512,25783454,25788433,25788598,25789397,25795563,25806802,25810904,25815011,25817330,25818602,25818630,25821168,25823466,25824215,25868264,25868387,25870697,25873703,25878463,25887520,25890504,25892256,25905081,25909960,25913175,25913233,25917066,25917092,25920703,25924076,25924297,25929104,25931664,25937574,25974025,25974166,25974273,25974410,25974608,25974691,25979270,26021158,26023458,26023478,26025477,26030965,26031147,26036896,26037272,26038979,26039617,26041128,26041185,26042277,26042288,26044494,26045248,26061984,26062256,26062416,26062523,2606331', 'assoc_port': '25577173:25577504,25579741:25580216,25582994:25583308,25583783:25584029,25585201:25585413,25585546:25585691,25586142:25589462,25586492:25586617,25590799:25594702,25592295:25599107,25593104:25593804,25605065:25605342,25606448:25606914,25608430:25608675,25609322:25609533,25610129:25610353,25611023:25611210,25611992:25612250,25613127:25613365,25632564:25633049,25635076:25635796,25639146:25639495,25640335:25640697,25640753:25640959,25644540:25644949,25647265:25647768,25647269:25647992,25650158:25650642,25672836:25673974,25686547:25687148,25691063:25692064,25691098:25691923,25692370:25693205,25695658:25696247,25699448:25700104,25699450:25700053,25702665:25703289,25703476:25703691,25721450:25722290,25729956:25731056,25729973:25730715,25733347:25733795,25734603:25735421,25736960:25737742,25736974:25737650,25739906:25740514,25745380:25746096,25751536:25752090,25768337:25769425,25772534:25773591,25774802:25775401,25777187:25777512,25782544:25783454,25787677:25788598,25787712:25788433,25788737:25789397,25794777:2579556', 'assoc_mat': '25577173:carton:3327:25577504,25579741:carton:3327:25580216,25582994:carton:3327:25583308,25583783:carton:3327:25584029,25585201:carton:3327:25585413,25585546:carton:3327:25585691,25586142:carton:3327:25589462,25586492:carton:3327:25586617,25590799:carton:3327:25594702,25592295:carton:3327:25599107,25593104:carton:3327:25593804,25605065:carton:3327:25605342,25606448:carton:3327:25606914,25608430:carton:3327:25608675,25609322:carton:3327:25609533,25610129:carton:3327:25610353,25611023:carton:3327:25611210,25611992:carton:3327:25612250,25613127:carton:3327:25613365,25632564:carton:3327:25633049,25635076:carton:3327:25635796,25639146:carton:3327:25639495,25640335:carton:3327:25640697,25640753:carton:3327:25640959,25644540:carton:3327:25644949,25647265:carton:3327:25647768,25647269:carton:3327:25647992,25650158:carton:3327:25650642,25672836:carton:3327:25673974,25686547:carton:3327:25687148,25691063:carton:3327:25692064,25691098:carton:3327:25691923,25692370:carton:3327:25693205,25695658:carton:3327:25696247,2569'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.010544853018333276, 'nb_photo': 697, 'list_port_cont': '25584792,25586291,25597317,25611723,25642432,25642567,25644979,25650410,25687869,25696084,25733744,25751943,25780500,25788129,25788322,25788677,25835499,25920154,26021797,26073437,26073659,26092688,26130787,26155562,26207766,26212180,26235803,26287286,26336719,26339021,26339699,26344983', 'assoc_port': '25583785:25584792,25586134:25586291,25596911:25597317,25611600:25611723,25642068:25642567,25642070:25642432,25644543:25644979,25650165:25650410,25687508:25687869,25695652:25696084,25733340:25733744,25751533:25751943,25780126:25780500,25787682:25788677,25787722:25788322,25787723:25788129,25832877:25835499,25919698:25920154,26021624:26021797,26072929:26073659,26072994:26073437,26092297:26092688,26130256:26130787,26155249:26155562,26207198:26207766,26211842:26212180,26235484:26235803,26286911:26287286,26335941:26339021,26335943:26336719,26339308:26339699,26344396:26344983', 'assoc_mat': '25583785:carton:3594:25584792,25586134:carton:3594:25586291,25596911:carton:3594:25597317,25611600:carton:3594:25611723,25642068:carton:3594:25642567,25642070:carton:3594:25642432,25644543:carton:3594:25644979,25650165:carton:3594:25650410,25687508:carton:3594:25687869,25695652:carton:3594:25696084,25733340:carton:3594:25733744,25751533:carton:3594:25751943,25780126:carton:3594:25780500,25787682:carton:3594:25788677,25787722:carton:3594:25788322,25787723:carton:3594:25788129,25832877:carton:3594:25835499,25919698:carton:3594:25920154,26021624:carton:3594:26021797,26072929:carton:3594:26073659,26072994:carton:3594:26073437,26092297:carton:3594:26092688,26130256:carton:3594:26130787,26155249:carton:3594:26155562,26207198:carton:3594:26207766,26211842:carton:3594:26212180,26235484:carton:3594:26235803,26286911:carton:3594:26287286,26335941:carton:3594:26339021,26335943:carton:3594:26336719,26339308:carton:3594:26339699,26344396:carton:3594:26344983'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.001924493493303865, 'nb_photo': 131, 'list_port_cont': '25576727,25581218,25584131,25637175,25639190,25667797,25685069,25705229,25725455,25742234,25775805,25780275,25808499,25810280,25813409,25816786,25817985,25869536,25885352,25901228,25908995,25909706,25921163,25974520,26022350,26023184,26023662,26037481,26038872,26039892,26061518,26063272,26069259,26070267,26073175,26073788,26074391,26074674,26074855,26097112,26097686,26111607,26115034,26118131,26128396,26146515,26157450,26194662,26200484,26226876,26227118,26231171,26242620,26258393,26259890,26266322,26270824,26287271,26288109,26294168,26325710,26335836', 'assoc_port': '25576689:25576727,25579743:25581218,25582993:25584131,25636904:25637175,25639150:25639190,25667470:25667797,25684794:25685069,25705165:25705229,25725313:25725455,25742082:25742234,25775667:25775805,25780115:25780275,25805744:25808499,25810195:25810280,25813345:25813409,25815230:25816786,25817914:25817985,25869429:25869536,25885261:25885352,25900879:25901228,25908735:25909706,25908744:25908995,25921069:25921163,25972667:25974520,26021522:26022350,26021572:26023662,26021610:26023184,26037346:26037481,26038520:26038872,26039669:26039892,26061226:26063272,26061372:26061518,26069168:26069259,26069946:26070267,26072890:26074855,26072926:26074674,26072944:26074391,26072987:26073788,26073010:26073175,26096657:26097686,26096682:26097112,26111535:26111607,26114898:26115034,26117875:26118131,26128188:26128396,26146318:26146515,26157344:26157450,26194420:26194662,26200337:26200484,26226692:26227118,26226696:26226876,26231094:26231171,26242576:26242620,26258049:26258393,26259615:26259890,26264426:26266322,26270765:2627082', 'assoc_mat': '25576689:cartonnette:3726:25576727,25579743:cartonnette:3726:25581218,25582993:cartonnette:3726:25584131,25636904:cartonnette:3726:25637175,25639150:cartonnette:3726:25639190,25667470:cartonnette:3726:25667797,25684794:cartonnette:3726:25685069,25705165:cartonnette:3726:25705229,25725313:cartonnette:3726:25725455,25742082:cartonnette:3726:25742234,25775667:cartonnette:3726:25775805,25780115:cartonnette:3726:25780275,25805744:cartonnette:3726:25808499,25810195:cartonnette:3726:25810280,25813345:cartonnette:3726:25813409,25815230:cartonnette:3726:25816786,25817914:cartonnette:3726:25817985,25869429:cartonnette:3726:25869536,25885261:cartonnette:3726:25885352,25900879:cartonnette:3726:25901228,25908735:cartonnette:3726:25909706,25908744:cartonnette:3726:25908995,25921069:cartonnette:3726:25921163,25972667:cartonnette:3726:25974520,26021522:cartonnette:3726:26022350,26021572:cartonnette:3726:26023662,26021610:cartonnette:3726:26023184,26037346:cartonnette:3726:26037481,26038520:cartonnette:3726:26038872,26039669:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006565214174780985, 'nb_photo': 435, 'list_port_cont': '25576723,25581226,25584134,25586531,25590116,25604447,25608420,25608531,25632752,25637183,25639196,25667796,25685066,25719610,25720186,25725451,25763131,25770047,25775800,25780264,25795795,25808501,25810279,25813404,25816793,25817983,25869535,25885356,25889929,25901229,25908986,25909709,25921166,25973065,25973636,25974237,25974516,26022357,26022946,26023186,26023653,26036544,26037475,26038793,26038874,26039897,26041652,26061403,26061510,26061676,26062061,26062260,26062635,26062831,26062986,26063386,26064904,26064991,26069249,26070057,26070262,26070714,26071900,26073785,26074393,26074677,26074858,26076356,26097105,26097678,26111613,26115033,26118127,26120519,26142088,26157447,26194664,26200482,26204420,26226883,26227117,26231172,26242617,26258386,26259893,26261841,26266318,26270831,26287268,26288099,26293953,26294173,26321370,26325715,26335824,26340490,26356840', 'assoc_port': '25576689:25576723,25579743:25581226,25582993:25584134,25586490:25586531,25589950:25590116,25604425:25604447,25607441:25608420,25608431:25608531,25632565:25632752,25636904:25637183,25639150:25639196,25667470:25667796,25684794:25685066,25719358:25720186,25719396:25719610,25725313:25725451,25762811:25763131,25769863:25770047,25775667:25775800,25780115:25780264,25795723:25795795,25805744:25808501,25810195:25810279,25813345:25813404,25815230:25816793,25817914:25817983,25869429:25869535,25885261:25885356,25889802:25889929,25900879:25901229,25908735:25909709,25908744:25908986,25921069:25921166,25972667:25974516,25972705:25974237,25972766:25973636,25972818:25973065,26021522:26022357,26021572:26023653,26021610:26023186,26021635:26022946,26036515:26036544,26037346:26037475,26038520:26038874,26038668:26038793,26039669:26039897,26041234:26041652,26061211:26064991,26061213:26061403,26061214:26064904,26061220:26063386,26061232:26062986,26061238:26062831,26061281:26062635,26061283:26062260,26061287:26062061,26061306:2606167', 'assoc_mat': '25576689:Carton_brun:3726:25576723,25579743:Carton_brun:3726:25581226,25582993:Carton_brun:3726:25584134,25586490:Carton_brun:3726:25586531,25589950:Carton_brun:3726:25590116,25604425:Carton_brun:3726:25604447,25607441:Carton_brun:3726:25608420,25608431:Carton_brun:3726:25608531,25632565:Carton_brun:3726:25632752,25636904:Carton_brun:3726:25637183,25639150:Carton_brun:3726:25639196,25667470:Carton_brun:3726:25667796,25684794:Carton_brun:3726:25685066,25719358:Carton_brun:3726:25720186,25719396:Carton_brun:3726:25719610,25725313:Carton_brun:3726:25725451,25762811:Carton_brun:3726:25763131,25769863:Carton_brun:3726:25770047,25775667:Carton_brun:3726:25775800,25780115:Carton_brun:3726:25780264,25795723:Carton_brun:3726:25795795,25805744:Carton_brun:3726:25808501,25810195:Carton_brun:3726:25810279,25813345:Carton_brun:3726:25813404,25815230:Carton_brun:3726:25816793,25817914:Carton_brun:3726:25817983,25869429:Carton_brun:3726:25869535,25885261:Carton_brun:3726:25885356,25889802:Carton_brun:3726:25889929,25900879:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00524468083158771, 'nb_photo': 222, 'list_port_cont': '25576719,25581225,25584129,25586525,25590127,25604453,25608413,25608528,25611635,25614898,25637179,25639194,25667804,25685067,25705223,25719609,25720185,25725464,25734672,25763142,25770036,25775802,25795805,25808500,25810273,25813403,25816796,25817981,25869533,25885353,25889939,25901237,25908990,25909703,25921161,25973075,25973642,25974512,26022360,26022949,26023181,26023655,26036547,26038866,26039893,26041654,26061399,26061680,26062071,26062272,26064899,26069255,26070268,26071895,26073791,26074678,26074862,26076355,26097114,26097681,26111609,26120512,26128402,26146506,26157446,26194657,26204409,26207327,26226880,26227111,26231168,26242621,26259896,26261834,26266323,26270821,26287274,26288108,26293956,26294166,26300091,26317886', 'assoc_port': '25576689:25576719,25579743:25581225,25582993:25584129,25586490:25586525,25589950:25590127,25604425:25604453,25607441:25608413,25608431:25608528,25611597:25611635,25614815:25614898,25636904:25637179,25639150:25639194,25667470:25667804,25684794:25685067,25705165:25705223,25719358:25720185,25719396:25719609,25725313:25725464,25734607:25734672,25762811:25763142,25769863:25770036,25775667:25775802,25795723:25795805,25805744:25808500,25810195:25810273,25813345:25813403,25815230:25816796,25817914:25817981,25869429:25869533,25885261:25885353,25889802:25889939,25900879:25901237,25908735:25909703,25908744:25908990,25921069:25921161,25972667:25974512,25972766:25973642,25972818:25973075,26021522:26022360,26021572:26023655,26021610:26023181,26021635:26022949,26036515:26036547,26038520:26038866,26039669:26039893,26041234:26041654,26061213:26061399,26061214:26064899,26061283:26062272,26061287:26062071,26061306:26061680,26069168:26069255,26069946:26070268,26071846:26071895,26072890:26074862,26072926:26074678,26072987:2607379', 'assoc_mat': '25576689:Carton_gris:3726:25576719,25579743:Carton_gris:3726:25581225,25582993:Carton_gris:3726:25584129,25586490:Carton_gris:3726:25586525,25589950:Carton_gris:3726:25590127,25604425:Carton_gris:3726:25604453,25607441:Carton_gris:3726:25608413,25608431:Carton_gris:3726:25608528,25611597:Carton_gris:3726:25611635,25614815:Carton_gris:3726:25614898,25636904:Carton_gris:3726:25637179,25639150:Carton_gris:3726:25639194,25667470:Carton_gris:3726:25667804,25684794:Carton_gris:3726:25685067,25705165:Carton_gris:3726:25705223,25719358:Carton_gris:3726:25720185,25719396:Carton_gris:3726:25719609,25725313:Carton_gris:3726:25725464,25734607:Carton_gris:3726:25734672,25762811:Carton_gris:3726:25763142,25769863:Carton_gris:3726:25770036,25775667:Carton_gris:3726:25775802,25795723:Carton_gris:3726:25795805,25805744:Carton_gris:3726:25808500,25810195:Carton_gris:3726:25810273,25813345:Carton_gris:3726:25813403,25815230:Carton_gris:3726:25816796,25817914:Carton_gris:3726:25817981,25869429:Carton_gris:3726:25869533,25885261:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.002352638406458963, 'nb_photo': 29, 'list_port_cont': '25638066,25640835,25718330,25784174,25876865,25884064,25909771,25927193,26021604,26038740,26040796,26160037,26240768,26269849,26314339,26366152', 'assoc_port': '25636041:25638066,25640751:25640835,25715253:25718330,25784022:25784174,25875785:25876865,25883929:25884064,25905642:25909771,25917397:25927193,26020558:26021604,26038515:26038740,26040462:26040796,26152798:26160037,26231097:26240768,26259646:26269849,26297425:26314339,26347653:26366152', 'assoc_mat': '25636041:ela:4205:25638066,25640751:ela:4205:25640835,25715253:ela:4205:25718330,25784022:ela:4205:25784174,25875785:ela:4205:25876865,25883929:ela:4205:25884064,25905642:ela:4205:25909771,25917397:ela:4205:25927193,26020558:ela:4205:26021604,26038515:ela:4205:26038740,26040462:ela:4205:26040796,26152798:ela:4205:26160037,26231097:ela:4205:26240768,26259646:ela:4205:26269849,26297425:ela:4205:26314339,26347653:ela:4205:26366152'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9582237398791777, 'nb_photo': 539, 'list_port_cont': '25580947,25583960,25591004,25606752,25610942,25632094,25643823,25646606,25684229,25695409,25703812,25727511,25737349,25772560,25777377,25791393,25810836,25815566,25824847,25871769,25894524,25909855,25920746,25976278,25989580,26025640,26027275,26037155,26040134,26063821,26063955,26064971,26072768,26075742,26077168,26108688,26111384,26125457,26130845,26142219,26159368,26163985,26209434,26214072,26242948,26245466,26261693,26275682,26281885,26308123,26314368,26328219,26356220,26365464', 'assoc_port': '25580381:25580947,25583787:25583960,25589925:25591004,25606446:25606752,25610667:25610942,25630831:25632094,25642040:25643823,25644541:25646606,25674372:25684229,25691090:25695409,25702666:25703812,25725310:25727511,25736978:25737349,25765639:25772560,25777185:25777377,25787726:25791393,25810539:25810836,25815240:25815566,25822468:25824847,25870117:25871769,25894093:25894524,25905559:25909855,25917394:25920746,25972758:25976278,25972863:25989580,26021547:26025640,26021630:26027275,26036997:26037155,26039667:26040134,26061196:26063955,26061298:26064971,26061359:26063821,26071842:26072768,26072935:26077168,26073002:26075742,26082491:26108688,26095210:26111384,26117047:26125457,26122868:26130845,26141883:26142219,26151183:26159368,26158720:26163985,26202838:26209434,26209233:26214072,26226079:26242948,26237654:26245466,26256611:26261693,26264402:26275682,26270767:26281885,26290561:26308123,26297422:26314368,26323538:26356220,26327726:26328219,26343121:26365464', 'assoc_mat': '25580381:ela:4203:25580947,25583787:ela:4203:25583960,25589925:ela:4203:25591004,25606446:ela:4203:25606752,25610667:ela:4203:25610942,25630831:ela:4203:25632094,25642040:ela:4203:25643823,25644541:ela:4203:25646606,25674372:ela:4203:25684229,25691090:ela:4203:25695409,25702666:ela:4203:25703812,25725310:ela:4203:25727511,25736978:ela:4203:25737349,25765639:ela:4203:25772560,25777185:ela:4203:25777377,25787726:ela:4203:25791393,25810539:ela:4203:25810836,25815240:ela:4203:25815566,25822468:ela:4203:25824847,25870117:ela:4203:25871769,25894093:ela:4203:25894524,25905559:ela:4203:25909855,25917394:ela:4203:25920746,25972758:ela:4203:25976278,25972863:ela:4203:25989580,26021547:ela:4203:26025640,26021630:ela:4203:26027275,26036997:ela:4203:26037155,26039667:ela:4203:26040134,26061196:ela:4203:26063955,26061298:ela:4203:26064971,26061359:ela:4203:26063821,26071842:ela:4203:26072768,26072935:ela:4203:26077168,26073002:ela:4203:26075742,26082491:ela:4203:26108688,26095210:ela:4203:26111384,26117047:ela:4203:2612545'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0006558692283075045, 'nb_photo': 126, 'list_port_cont': '25580880,25583835,25600456,25600990,25603857,25605114,25607732,25610287,25611712,25612094,25638203,25639307,25683980,25691245,25694851,25700630,25704339,25730610,25733052,25739520,25742327,25751739,25777397,25781801,25782720,25784609,25790690,25810689,25812012,25814995,25815488,25817855,25817950,25821414,25824504,25833025,25867406,25874316,25892764,25909655,25910051,25914680,25918504,25918972,25920786,25922431,25927776,25975933,26020708,26021847,26022478,26025332,26037004,26039239,26041596,26041616,26041955,26062007,26063928,26064278,26071645,26073364,26075641,26075699,26076405,26076561,26076951,26077399,26077458,26084917,26113254,26115178,26118461,26141612,26142614,26143040,26149227,26157735,26158386,26158459,26160187,26161871,26162071,26163769,26205506,26209307,26212310,26212470,26213766,26217443,26231936,26240732,26242450,26243780,26246688,26270043,26280089,26282238,26303256,26310308,26314382,26316278,26317282,26351250,26353644,26354899,26360292,26363745,26366259', 'assoc_port': '25580379:25580880,25583782:25583835,25586130:25600456,25589927:25605114,25590785:25600990,25592296:25603857,25607460:25607732,25610128:25610287,25611606:25611712,25612029:25612094,25636045:25638203,25638566:25639307,25683785:25683980,25691057:25694851,25691080:25704339,25691104:25691245,25696550:25700630,25727718:25730610,25729976:25733052,25736967:25739520,25739899:25742327,25746574:25751739,25769865:25777397,25772537:25784609,25778998:25781801,25782547:25782720,25787725:25790690,25810544:25810689,25811862:25812012,25814606:25814995,25815226:25815488,25816290:25817855,25817912:25817950,25820344:25821414,25823752:25824504,25832879:25833025,25866494:25867406,25871861:25874316,25892397:25892764,25905590:25909655,25905645:25910051,25912505:25914680,25916175:25918504,25916184:25918972,25917400:25920786,25919684:25922431,25923412:25927776,25972728:25975933,26020603:26020708,26021545:26022478,26021554:26025332,26021636:26021847,26036998:26037004,26038963:26039239,26040175:26041955,26041223:26041596,26041224:2604161', 'assoc_mat': '25580379:ela:4207:25580880,25583782:ela:4207:25583835,25586130:ela:4207:25600456,25589927:ela:4207:25605114,25590785:ela:4207:25600990,25592296:ela:4207:25603857,25607460:ela:4207:25607732,25610128:ela:4207:25610287,25611606:ela:4207:25611712,25612029:ela:4207:25612094,25636045:ela:4207:25638203,25638566:ela:4207:25639307,25683785:ela:4207:25683980,25691057:ela:4207:25694851,25691080:ela:4207:25704339,25691104:ela:4207:25691245,25696550:ela:4207:25700630,25727718:ela:4207:25730610,25729976:ela:4207:25733052,25736967:ela:4207:25739520,25739899:ela:4207:25742327,25746574:ela:4207:25751739,25769865:ela:4207:25777397,25772537:ela:4207:25784609,25778998:ela:4207:25781801,25782547:ela:4207:25782720,25787725:ela:4207:25790690,25810544:ela:4207:25810689,25811862:ela:4207:25812012,25814606:ela:4207:25814995,25815226:ela:4207:25815488,25816290:ela:4207:25817855,25817912:ela:4207:25817950,25820344:ela:4207:25821414,25823752:ela:4207:25824504,25832879:ela:4207:25833025,25866494:ela:4207:25867406,25871861:ela:4207:2587431'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002708868952124585, 'nb_photo': 10, 'list_port_cont': '25612117,25651807,25697068,25735159,25775958,26099467,26157397,26285777,26319328', 'assoc_port': '25611941:25612117,25645300:25651807,25696549:25697068,25734591:25735159,25775666:25775958,26099015:26099467,26157346:26157397,26285508:26285777,26318903:26319328', 'assoc_mat': '25611941:ela:4461:25612117,25645300:ela:4461:25651807,25696549:ela:4461:25697068,25734591:ela:4461:25735159,25775666:ela:4461:25775958,26099015:ela:4461:26099467,26157346:ela:4461:26157397,26285508:ela:4461:26285777,26318903:ela:4461:26319328'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0014416902161778805, 'nb_photo': 192, 'list_port_cont': '25577313,25580641,25583086,25583872,25590862,25590949,25592469,25605171,25607650,25609135,25610254,25610795,25633709,25640792,25642302,25674742,25686893,25687747,25691324,25704162,25707566,25719715,25727874,25730220,25730397,25733760,25737250,25768791,25774947,25779204,25780705,25787965,25788084,25788415,25792721,25795111,25812026,25816343,25816366,25816581,25817045,25820557,25869592,25876027,25886124,25906250,25906924,25916561,25916705,25917562,25921373,25921734,25923654,25931011,25974358,25974936,25981140,26020834,26021986,26023039,26036684,26037834,26038689,26039718,26040520,26041941,26044527,26061413,26061629,26061805,26062997,26063410,26063985,26074097,26074204,26074471,26074956,26088931,26092345,26099171,26115799,26118213,26120660,26123263,26130440,26142345,26144117,26151459,26153103,26155076,26156836,26156947,26158915,26198994,26202457,26207408,26207599,26209493,26210465,26212062,26225352,26231244,26232662,26232749,26233675,26237020,26257005,26260616,26263020,26264638,26273769,26291752,26292306,2630389', 'assoc_port': '25577174:25577313,25580401:25580641,25582992:25583086,25583784:25583872,25586141:25590862,25590795:25590949,25592281:25592469,25605067:25605171,25607480:25607650,25608990:25609135,25610127:25610254,25610666:25610795,25633273:25633709,25640754:25640792,25642075:25642302,25674370:25674742,25686543:25686893,25687503:25687747,25691066:25691324,25696552:25704162,25707499:25707566,25719397:25719715,25727719:25727874,25729958:25730397,25729970:25730220,25733343:25733760,25736971:25737250,25768346:25768791,25774800:25774947,25778996:25779204,25780119:25780705,25787678:25788415,25787683:25788084,25787728:25787965,25792332:25792721,25794775:25795111,25811866:25812026,25816286:25816581,25816288:25816343,25816298:25816366,25816878:25817045,25820347:25820557,25869431:25869592,25875786:25876027,25878871:25886124,25900882:25906924,25905634:25906250,25916181:25916705,25916185:25916561,25917403:25917562,25921065:25921734,25921073:25921373,25923419:25923654,25930362:25931011,25972684:25974936,25972789:25974358,25972833:2598114', 'assoc_mat': '25577174:ela:4200:25577313,25580401:ela:4200:25580641,25582992:ela:4200:25583086,25583784:ela:4200:25583872,25586141:ela:4200:25590862,25590795:ela:4200:25590949,25592281:ela:4200:25592469,25605067:ela:4200:25605171,25607480:ela:4200:25607650,25608990:ela:4200:25609135,25610127:ela:4200:25610254,25610666:ela:4200:25610795,25633273:ela:4200:25633709,25640754:ela:4200:25640792,25642075:ela:4200:25642302,25674370:ela:4200:25674742,25686543:ela:4200:25686893,25687503:ela:4200:25687747,25691066:ela:4200:25691324,25696552:ela:4200:25704162,25707499:ela:4200:25707566,25719397:ela:4200:25719715,25727719:ela:4200:25727874,25729958:ela:4200:25730397,25729970:ela:4200:25730220,25733343:ela:4200:25733760,25736971:ela:4200:25737250,25768346:ela:4200:25768791,25774800:ela:4200:25774947,25778996:ela:4200:25779204,25780119:ela:4200:25780705,25787678:ela:4200:25788415,25787683:ela:4200:25788084,25787728:ela:4200:25787965,25792332:ela:4200:25792721,25794775:ela:4200:25795111,25811866:ela:4200:25812026,25816286:ela:4200:2581658'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004336555168761398, 'nb_photo': 259, 'list_port_cont': '25580694,25581643,25581729,25586205,25603912,25608581,25609172,25611116,25614932,25615074,25633678,25633784,25637261,25639367,25650291,25658536,25673264,25684250,25687849,25695834,25712966,25721895,25726696,25733865,25745744,25751697,25766151,25773159,25780607,25780816,25792877,25811577,25813618,25814944,25817087,25825324,25866875,25873535,25878120,25887278,25887307,25909290,25909439,25912961,25919879,25920064,25924912,25930815,25973234,25973551,25973704,26020767,26024844,26025981,26037375,26039158,26040337,26041385,26044569,26044621,26061563,26061701,26063321,26065896,26070299,26072135,26073196,26073274,26073502,26073585,26076447,26083058,26092630,26115123,26118230,26120799,26130928,26131112,26150531,26155528,26161794,26200519,26200710,26203225,26212003,26226989,26235705,26241272,26260076,26262077,26265307,26278592,26287452,26293262,26293498,26296295,26301148,26323921,26328145,26336387,26357175', 'assoc_port': '25580380:25580694,25581569:25581643,25581570:25581729,25586136:25586205,25592297:25603912,25608429:25608581,25608988:25609172,25611020:25611116,25614817:25615074,25614819:25614932,25633271:25633784,25633275:25633678,25636907:25637261,25639144:25639367,25650167:25650291,25658372:25658536,25672857:25673264,25683782:25684250,25687505:25687849,25695653:25695834,25712557:25712966,25721454:25721895,25726409:25726696,25733337:25733865,25745374:25745744,25751534:25751697,25765642:25766151,25772539:25773159,25780111:25780816,25780136:25780607,25792380:25792877,25811282:25811577,25813342:25813618,25814607:25814944,25816876:25817087,25825108:25825324,25866508:25866875,25873073:25873535,25877606:25878120,25887022:25887307,25887023:25887278,25908706:25909439,25908743:25909290,25912507:25912961,25919712:25920064,25919715:25919879,25924424:25924912,25930407:25930815,25972718:25973704,25972791:25973551,25972871:25973234,26020604:26020767,26021544:26025981,26021627:26024844,26037263:26039158,26037264:26037375,26038518:2604033', 'assoc_mat': '25580380:ela:4209:25580694,25581569:ela:4209:25581643,25581570:ela:4209:25581729,25586136:ela:4209:25586205,25592297:ela:4209:25603912,25608429:ela:4209:25608581,25608988:ela:4209:25609172,25611020:ela:4209:25611116,25614817:ela:4209:25615074,25614819:ela:4209:25614932,25633271:ela:4209:25633784,25633275:ela:4209:25633678,25636907:ela:4209:25637261,25639144:ela:4209:25639367,25650167:ela:4209:25650291,25658372:ela:4209:25658536,25672857:ela:4209:25673264,25683782:ela:4209:25684250,25687505:ela:4209:25687849,25695653:ela:4209:25695834,25712557:ela:4209:25712966,25721454:ela:4209:25721895,25726409:ela:4209:25726696,25733337:ela:4209:25733865,25745374:ela:4209:25745744,25751534:ela:4209:25751697,25765642:ela:4209:25766151,25772539:ela:4209:25773159,25780111:ela:4209:25780816,25780136:ela:4209:25780607,25792380:ela:4209:25792877,25811282:ela:4209:25811577,25813342:ela:4209:25813618,25814607:ela:4209:25814944,25816876:ela:4209:25817087,25825108:ela:4209:25825324,25866508:ela:4209:25866875,25873073:ela:4209:2587353'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011957165541247353, 'nb_photo': 1653, 'list_port_cont': '25577939,25577968,25580831,25581966,25583158,25583193,25583285,25587807,25588429,25590325,25591079,25593229,25593941,25595519,25599694,25604850,25607748,25608232,25608633,25609227,25609452,25610311,25610897,25611141,25611774,25612174,25612425,25613290,25613834,25630484,25631377,25632937,25635690,25638773,25639465,25640630,25642449,25642669,25645612,25645879,25647624,25648883,25651011,25669328,25670516,25674936,25685408,25687098,25691809,25692145,25696966,25697507,25701099,25701370,25703152,25715103,25716065,25719854,25720152,25722523,25726714,25726901,25730748,25731067,25735235,25737368,25737662,25740478,25742803,25747315,25764945,25766741,25769201,25770384,25774698,25776027,25776059,25779376,25779744,25784649,25785040,25786121,25788212,25793139,25793387,25795395,25800612,25808837,25810420,25811635,25813549,25815582,25815782,25816592,25817068,25817218,25818535,25820870,25823012,25823118,25824234,25824326,25825599,25867006,25870595,25872553,25872904,25876355,25879239,25890361,25892178,25892749,25901742,2590652', 'assoc_port': '25577629:25577968,25577631:25577939,25580398:25580831,25581549:25581966,25582988:25583285,25582991:25583193,25582997:25583158,25585203:25588429,25586132:25595519,25587501:25593941,25587503:25593229,25587505:25587807,25589929:25590325,25589970:25599694,25590813:25591079,25604427:25604850,25607439:25607748,25608155:25608232,25608432:25608633,25608969:25609227,25609323:25609452,25610126:25610311,25610668:25610897,25611021:25611141,25611594:25611774,25611934:25612174,25612350:25612425,25613125:25613290,25613675:25613834,25629824:25630484,25630867:25631377,25632563:25632937,25635074:25635690,25638567:25638773,25639141:25639465,25640336:25640630,25642038:25642669,25642054:25642449,25645293:25645879,25645299:25645612,25647272:25647624,25648357:25648883,25650833:25651011,25668768:25669328,25669903:25670516,25674373:25674936,25684796:25685408,25686545:25687098,25691054:25692145,25691060:25691809,25696546:25696966,25696548:25697507,25700531:25701370,25700536:25701099,25702663:25703152,25712562:25715103,25712573:2571606', 'assoc_mat': '25577629:ela:4211:25577968,25577631:ela:4211:25577939,25580398:ela:4211:25580831,25581549:ela:4211:25581966,25582988:ela:4211:25583285,25582991:ela:4211:25583193,25582997:ela:4211:25583158,25585203:ela:4211:25588429,25586132:ela:4211:25595519,25587501:ela:4211:25593941,25587503:ela:4211:25593229,25587505:ela:4211:25587807,25589929:ela:4211:25590325,25589970:ela:4211:25599694,25590813:ela:4211:25591079,25604427:ela:4211:25604850,25607439:ela:4211:25607748,25608155:ela:4211:25608232,25608432:ela:4211:25608633,25608969:ela:4211:25609227,25609323:ela:4211:25609452,25610126:ela:4211:25610311,25610668:ela:4211:25610897,25611021:ela:4211:25611141,25611594:ela:4211:25611774,25611934:ela:4211:25612174,25612350:ela:4211:25612425,25613125:ela:4211:25613290,25613675:ela:4211:25613834,25629824:ela:4211:25630484,25630867:ela:4211:25631377,25632563:ela:4211:25632937,25635074:ela:4211:25635690,25638567:ela:4211:25638773,25639141:ela:4211:25639465,25640336:ela:4211:25640630,25642038:ela:4211:25642669,25642054:ela:4211:2564244'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003208343560093287, 'nb_photo': 1, 'list_port_cont': '25674168', 'assoc_port': '25668756:25674168', 'assoc_mat': '25668756:etiquette:4205:25674168'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 6.0708983240382e-05, 'nb_photo': 33, 'list_port_cont': '25583957,25591002,25632088,25703805,25737341,25772550,25871770,25909864,25920752,25989581,26025645,26027274,26037151,26040125,26075752,26077164,26108680,26125459,26130852,26142208,26163984,26209432,26214062,26242947,26275688,26281884', 'assoc_port': '25583787:25583957,25589925:25591002,25630831:25632088,25702666:25703805,25736978:25737341,25765639:25772550,25870117:25871770,25905559:25909864,25917394:25920752,25972863:25989581,26021547:26025645,26021630:26027274,26036997:26037151,26039667:26040125,26072935:26077164,26073002:26075752,26082491:26108680,26117047:26125459,26122868:26130852,26141883:26142208,26158720:26163984,26202838:26209432,26209233:26214062,26226079:26242947,26264402:26275688,26270767:26281884', 'assoc_mat': '25583787:etiquette:4203:25583957,25589925:etiquette:4203:25591002,25630831:etiquette:4203:25632088,25702666:etiquette:4203:25703805,25736978:etiquette:4203:25737341,25765639:etiquette:4203:25772550,25870117:etiquette:4203:25871770,25905559:etiquette:4203:25909864,25917394:etiquette:4203:25920752,25972863:etiquette:4203:25989581,26021547:etiquette:4203:26025645,26021630:etiquette:4203:26027274,26036997:etiquette:4203:26037151,26039667:etiquette:4203:26040125,26072935:etiquette:4203:26077164,26073002:etiquette:4203:26075752,26082491:etiquette:4203:26108680,26117047:etiquette:4203:26125459,26122868:etiquette:4203:26130852,26141883:etiquette:4203:26142208,26158720:etiquette:4203:26163984,26202838:etiquette:4203:26209432,26209233:etiquette:4203:26214062,26226079:etiquette:4203:26242947,26264402:etiquette:4203:26275688,26270767:etiquette:4203:26281884'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00032043662080023474, 'nb_photo': 6, 'list_port_cont': '25608556,25649444,25736421,25795982,25975849,26109415', 'assoc_port': '25608434:25608556,25647264:25649444,25733334:25736421,25792339:25795982,25972713:25975849,26084015:26109415', 'assoc_mat': '25608434:etiquette:4207:25608556,25647264:etiquette:4207:25649444,25733334:etiquette:4207:25736421,25792339:etiquette:4207:25795982,25972713:etiquette:4207:25975849,26084015:etiquette:4207:26109415'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 8.09818423910168e-05, 'nb_photo': 8, 'list_port_cont': '25640574,26038886,26061480', 'assoc_port': '25640337:25640574,26038511:26038886,26061222:26061480', 'assoc_mat': '25640337:etiquette:4461:25640574,26038511:etiquette:4461:26038886,26061222:etiquette:4461:26061480'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0010141499095912433, 'nb_photo': 5, 'list_port_cont': '25782848,26023051,26036687,26040513', 'assoc_port': '25782542:25782848,26021583:26023051,26036528:26036687,26040172:26040513', 'assoc_mat': '25782542:etiquette:4200:25782848,26021583:etiquette:4200:26023051,26036528:etiquette:4200:26036687,26040172:etiquette:4200:26040513'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0005423267440789765, 'nb_photo': 6, 'list_port_cont': '25603911,25615085,25766139,25909434,25930812,26231725', 'assoc_port': '25592297:25603911,25614817:25615085,25765642:25766139,25908706:25909434,25930407:25930812,26231550:26231725', 'assoc_mat': '25592297:etiquette:4209:25603911,25614817:etiquette:4209:25615085,25765642:etiquette:4209:25766139,25908706:etiquette:4209:25909434,25930407:etiquette:4209:25930812,26231550:etiquette:4209:26231725'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005562347868919704, 'nb_photo': 48, 'list_port_cont': '25630483,25670525,25731079,25740487,25770382,25925436,25982420,26036866,26037716,26040048,26075337,26096017,26237960,26240556,26263487,26267774,26294245', 'assoc_port': '25629824:25630483,25669903:25670525,25729954:25731079,25739908:25740487,25769867:25770382,25924417:25925436,25972762:25982420,26036521:26036866,26037369:26037716,26038510:26040048,26072985:26075337,26095205:26096017,26237657:26237960,26240298:26240556,26262831:26263487,26267294:26267774,26293866:26294245', 'assoc_mat': '25629824:etiquette:4211:25630483,25669903:etiquette:4211:25670525,25729954:etiquette:4211:25731079,25739908:etiquette:4211:25740487,25769867:etiquette:4211:25770382,25924417:etiquette:4211:25925436,25972762:etiquette:4211:25982420,26036521:etiquette:4211:26036866,26037369:etiquette:4211:26037716,26038510:etiquette:4211:26040048,26072985:etiquette:4211:26075337,26095205:etiquette:4211:26096017,26237657:etiquette:4211:26237960,26240298:etiquette:4211:26240556,26262831:etiquette:4211:26263487,26267294:etiquette:4211:26267774,26293866:etiquette:4211:26294245'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005750759340832082, 'nb_photo': 22, 'list_port_cont': '25580214,25585415,25585690,25777520,26030975,26063726,26129094,26301506', 'assoc_port': '25579741:25580214,25585201:25585415,25585546:25585690,25777187:25777520,26021633:26030975,26061293:26063726,26128184:26129094,26300855:26301506', 'assoc_mat': '25579741:etiquette:3327:25580214,25585201:etiquette:3327:25585415,25585546:etiquette:3327:25585690,25777187:etiquette:3327:25777520,26021633:etiquette:3327:26030975,26061293:etiquette:3327:26063726,26128184:etiquette:3327:26129094,26300855:etiquette:3327:26301506'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01739631725997982, 'nb_photo': 737, 'list_port_cont': '25579284,25583908,25585254,25604478,25610227,25631966,25638067,25640833,25674170,25685090,25703191,25718339,25732881,25769684,25784166,25790004,25790444,25811388,25817970,25868510,25876869,25884067,25909780,25927183,25931468,25976214,25976407,26021590,26023493,26036695,26038742,26040793,26062118,26064483,26075289,26075485,26076378,26077343,26106627,26110978,26125039,26138117,26151672,26160045,26161079,26213458,26217855,26239313,26240766,26243878,26269859,26284557,26306179,26314328,26353833,26366145', 'assoc_port': '25577627:25579284,25583780:25583908,25585199:25585254,25604429:25604478,25610130:25610227,25630859:25631966,25636041:25638067,25640751:25640833,25668756:25674170,25684797:25685090,25700541:25703191,25715253:25718339,25729964:25732881,25764308:25769684,25784022:25784166,25787675:25790004,25787702:25790444,25811287:25811388,25817915:25817970,25867623:25868510,25875785:25876869,25883929:25884067,25905642:25909780,25917397:25927183,25931371:25931468,25972772:25976214,25972778:25976407,26020558:26021590,26021574:26023493,26036530:26036695,26038515:26038742,26040462:26040793,26061163:26062118,26061336:26064483,26072894:26076378,26072958:26077343,26073015:26075485,26074607:26075289,26078693:26106627,26092290:26110978,26117061:26125039,26130280:26138117,26141882:26151672,26152798:26160045,26153833:26161079,26209225:26213458,26215058:26217855,26229423:26239313,26231097:26240766,26235486:26243878,26259646:26269859,26267299:26284557,26286916:26306179,26297425:26314328,26321165:26353833,26347653:26366145', 'assoc_mat': '25577627:film_plastique:4205:25579284,25583780:film_plastique:4205:25583908,25585199:film_plastique:4205:25585254,25604429:film_plastique:4205:25604478,25610130:film_plastique:4205:25610227,25630859:film_plastique:4205:25631966,25636041:film_plastique:4205:25638067,25640751:film_plastique:4205:25640833,25668756:film_plastique:4205:25674170,25684797:film_plastique:4205:25685090,25700541:film_plastique:4205:25703191,25715253:film_plastique:4205:25718339,25729964:film_plastique:4205:25732881,25764308:film_plastique:4205:25769684,25784022:film_plastique:4205:25784166,25787675:film_plastique:4205:25790004,25787702:film_plastique:4205:25790444,25811287:film_plastique:4205:25811388,25817915:film_plastique:4205:25817970,25867623:film_plastique:4205:25868510,25875785:film_plastique:4205:25876869,25883929:film_plastique:4205:25884067,25905642:film_plastique:4205:25909780,25917397:film_plastique:4205:25927183,25931371:film_plastique:4205:25931468,25972772:film_plastique:4205:25976214,25972778:film_plastique:4205:2597640'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037095722875615665, 'nb_photo': 592, 'list_port_cont': '25580933,25583956,25591003,25606757,25610949,25632097,25643821,25646612,25684232,25695408,25703801,25727509,25777379,25791398,25810837,25815567,25824843,25871781,25894511,25909862,25920742,25938939,25976275,25989582,26025644,26027276,26037144,26040135,26063827,26063961,26064964,26072759,26075745,26077167,26108690,26111382,26125445,26130841,26142211,26159363,26163983,26209428,26214063,26242951,26245463,26261694,26275681,26281881,26308133,26314374,26328211,26356229,26365460', 'assoc_port': '25580381:25580933,25583787:25583956,25589925:25591003,25606446:25606757,25610667:25610949,25630831:25632097,25642040:25643821,25644541:25646612,25674372:25684232,25691090:25695408,25702666:25703801,25725310:25727509,25777185:25777379,25787726:25791398,25810539:25810837,25815240:25815567,25822468:25824843,25870117:25871781,25894093:25894511,25905559:25909862,25917394:25920742,25928095:25938939,25972758:25976275,25972863:25989582,26021547:26025644,26021630:26027276,26036997:26037144,26039667:26040135,26061196:26063961,26061298:26064964,26061359:26063827,26071842:26072759,26072935:26077167,26073002:26075745,26082491:26108690,26095210:26111382,26117047:26125445,26122868:26130841,26141883:26142211,26151183:26159363,26158720:26163983,26202838:26209428,26209233:26214063,26226079:26242951,26237654:26245463,26256611:26261694,26264402:26275681,26270767:26281881,26290561:26308133,26297422:26314374,26323538:26356229,26327726:26328211,26343121:26365460', 'assoc_mat': '25580381:film_plastique:4203:25580933,25583787:film_plastique:4203:25583956,25589925:film_plastique:4203:25591003,25606446:film_plastique:4203:25606757,25610667:film_plastique:4203:25610949,25630831:film_plastique:4203:25632097,25642040:film_plastique:4203:25643821,25644541:film_plastique:4203:25646612,25674372:film_plastique:4203:25684232,25691090:film_plastique:4203:25695408,25702666:film_plastique:4203:25703801,25725310:film_plastique:4203:25727509,25777185:film_plastique:4203:25777379,25787726:film_plastique:4203:25791398,25810539:film_plastique:4203:25810837,25815240:film_plastique:4203:25815567,25822468:film_plastique:4203:25824843,25870117:film_plastique:4203:25871781,25894093:film_plastique:4203:25894511,25905559:film_plastique:4203:25909862,25917394:film_plastique:4203:25920742,25928095:film_plastique:4203:25938939,25972758:film_plastique:4203:25976275,25972863:film_plastique:4203:25989582,26021547:film_plastique:4203:26025644,26021630:film_plastique:4203:26027276,26036997:film_plastique:4203:2603714'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0033253037709063044, 'nb_photo': 2685, 'list_port_cont': '25577425,25577911,25580053,25580578,25580866,25581796,25583132,25583256,25583823,25583884,25600458,25600482,25600864,25600999,25603868,25604137,25604176,25604345,25604538,25605106,25605149,25606727,25607706,25607742,25608197,25608557,25609362,25609429,25610285,25610809,25611182,25611704,25611743,25612089,25613309,25631043,25631771,25632110,25633441,25634966,25637504,25638200,25638694,25639314,25639490,25640780,25640812,25643724,25646470,25647462,25649449,25649629,25670158,25673097,25674289,25674829,25682965,25683971,25684454,25686306,25690696,25691253,25694861,25695956,25700251,25700625,25702393,25702860,25703702,25704352,25715046,25718885,25722213,25724140,25726773,25727239,25730598,25733061,25733309,25736432,25737143,25739509,25742336,25742580,25748313,25751743,25770055,25771676,25774767,25775227,25777240,25777394,25781807,25782718,25783022,25784341,25784620,25787006,25790155,25790691,25795859,25795900,25795984,25800582,25809397,25809460,25810140,25810376,25810698,25812014,25813469,25815001,25815492,2581711', 'assoc_port': '25577172:25577425,25577628:25577911,25579745:25580053,25580379:25580866,25580405:25580578,25581568:25581796,25582989:25583256,25582995:25583132,25583782:25583823,25583786:25583884,25585202:25604137,25585544:25604176,25586130:25600458,25586138:25600482,25587507:25604345,25589927:25605106,25590785:25600999,25590812:25600864,25592296:25603868,25604428:25604538,25605068:25605149,25606444:25606727,25607460:25607742,25607481:25607706,25608156:25608197,25608434:25608557,25609321:25609429,25609324:25609362,25610128:25610285,25610669:25610809,25611022:25611182,25611595:25611743,25611606:25611704,25612029:25612089,25613106:25613309,25629826:25631043,25630845:25631771,25630865:25632110,25632566:25633441,25633277:25634966,25635078:25637504,25636045:25638200,25638566:25639314,25638585:25638694,25639148:25639490,25640752:25640812,25640756:25640780,25642072:25643724,25644542:25646470,25645297:25647462,25647264:25649449,25647274:25649629,25667488:25670158,25668759:25674289,25669900:25674829,25672818:25682965,25672877:2567309', 'assoc_mat': '25577172:film_plastique:4207:25577425,25577628:film_plastique:4207:25577911,25579745:film_plastique:4207:25580053,25580379:film_plastique:4207:25580866,25580405:film_plastique:4207:25580578,25581568:film_plastique:4207:25581796,25582989:film_plastique:4207:25583256,25582995:film_plastique:4207:25583132,25583782:film_plastique:4207:25583823,25583786:film_plastique:4207:25583884,25585202:film_plastique:4207:25604137,25585544:film_plastique:4207:25604176,25586130:film_plastique:4207:25600458,25586138:film_plastique:4207:25600482,25587507:film_plastique:4207:25604345,25589927:film_plastique:4207:25605106,25590785:film_plastique:4207:25600999,25590812:film_plastique:4207:25600864,25592296:film_plastique:4207:25603868,25604428:film_plastique:4207:25604538,25605068:film_plastique:4207:25605149,25606444:film_plastique:4207:25606727,25607460:film_plastique:4207:25607742,25607481:film_plastique:4207:25607706,25608156:film_plastique:4207:25608197,25608434:film_plastique:4207:25608557,25609321:film_plastique:4207:2560942'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7468841371372138, 'nb_photo': 5877, 'list_port_cont': '25577377,25577828,25581895,25583200,25585342,25586316,25587743,25590183,25592538,25604687,25607670,25609380,25610822,25612116,25612185,25613235,25631241,25633737,25636359,25638709,25640581,25644192,25644808,25651790,25667895,25670277,25679637,25685329,25688048,25691558,25695971,25697078,25701029,25713079,25719722,25721799,25726523,25728071,25735002,25735165,25742710,25747032,25751836,25766166,25770255,25775897,25775952,25779337,25783149,25792964,25795923,25799898,25811533,25813496,25814902,25816426,25816464,25818453,25818505,25820762,25825380,25867964,25870351,25873382,25878045,25879127,25892653,25894375,25906292,25909328,25909343,25916727,25917730,25920236,25923788,25931093,25972968,25973409,25973593,25973808,25974014,25978785,25989111,26020789,26021814,26021922,26022838,26024972,26027994,26036610,26036750,26037584,26037798,26038892,26040866,26040934,26041718,26042077,26045105,26061478,26061598,26061717,26061752,26061870,26062432,26062794,26071476,26073302,26073400,26073546,26073612,26073798,26074055,2607417', 'assoc_port': '25577171:25577377,25577630:25577828,25581566:25581895,25582996:25583200,25585204:25585342,25586140:25586316,25587499:25587743,25589930:25590183,25592294:25592538,25604430:25604687,25607476:25607670,25609320:25609380,25610670:25610822,25611914:25612185,25611941:25612116,25613129:25613235,25630861:25631241,25633279:25633737,25636039:25636359,25638586:25638709,25640337:25640581,25642073:25644192,25644544:25644808,25645300:25651790,25667508:25667895,25669917:25670277,25678937:25679637,25684795:25685329,25687501:25688048,25691101:25691558,25695656:25695971,25696549:25697078,25700538:25701029,25712570:25713079,25719366:25719722,25721485:25721799,25726422:25726523,25727717:25728071,25734591:25735165,25734599:25735002,25742072:25742710,25746579:25747032,25751535:25751836,25765645:25766166,25769866:25770255,25775666:25775952,25775669:25775897,25779002:25779337,25782539:25783149,25792335:25792964,25795726:25795923,25799755:25799898,25811285:25811533,25813349:25813496,25814608:25814902,25816292:25816464,25816294:2581642', 'assoc_mat': '25577171:film_plastique:4461:25577377,25577630:film_plastique:4461:25577828,25581566:film_plastique:4461:25581895,25582996:film_plastique:4461:25583200,25585204:film_plastique:4461:25585342,25586140:film_plastique:4461:25586316,25587499:film_plastique:4461:25587743,25589930:film_plastique:4461:25590183,25592294:film_plastique:4461:25592538,25604430:film_plastique:4461:25604687,25607476:film_plastique:4461:25607670,25609320:film_plastique:4461:25609380,25610670:film_plastique:4461:25610822,25611914:film_plastique:4461:25612185,25611941:film_plastique:4461:25612116,25613129:film_plastique:4461:25613235,25630861:film_plastique:4461:25631241,25633279:film_plastique:4461:25633737,25636039:film_plastique:4461:25636359,25638586:film_plastique:4461:25638709,25640337:film_plastique:4461:25640581,25642073:film_plastique:4461:25644192,25644544:film_plastique:4461:25644808,25645300:film_plastique:4461:25651790,25667508:film_plastique:4461:25667895,25669917:film_plastique:4461:25670277,25678937:film_plastique:4461:2567963'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024385308704279046, 'nb_photo': 5193, 'list_port_cont': '25577316,25580638,25583085,25583860,25585267,25589090,25590858,25590941,25592482,25593282,25593397,25605183,25607660,25609132,25610248,25610787,25611078,25611678,25612061,25613768,25630096,25633717,25636337,25638679,25640497,25640798,25642305,25645504,25647469,25648623,25669152,25674749,25685143,25686889,25687761,25691331,25695858,25700830,25702904,25704165,25707568,25715673,25719713,25727864,25730208,25730398,25733588,25733757,25737248,25740203,25742409,25745635,25764792,25768792,25774951,25779202,25780449,25780698,25782843,25787973,25788082,25788406,25792712,25795104,25808451,25810287,25812035,25816352,25816373,25816569,25817034,25818389,25818423,25820561,25822722,25825296,25866935,25869593,25869680,25873353,25876041,25886121,25887246,25891938,25892056,25904511,25906253,25906917,25912882,25916555,25916714,25917553,25921367,25921729,25923651,25924674,25930764,25930997,25973535,25973775,25974363,25974471,25974815,25974939,25981139,26020733,26020840,26021860,26021976,26022387,26022902,26023052,26036690,2603770', 'assoc_port': '25577174:25577316,25580401:25580638,25582992:25583085,25583784:25583860,25585205:25585267,25585545:25589090,25586141:25590858,25590795:25590941,25592281:25592482,25593103:25593397,25593105:25593282,25605067:25605183,25607480:25607660,25608990:25609132,25610127:25610248,25610666:25610787,25611024:25611078,25611604:25611678,25612032:25612061,25613715:25613768,25629830:25630096,25633273:25633717,25636042:25636337,25638584:25638679,25640338:25640497,25640754:25640798,25642075:25642305,25645294:25645504,25647267:25647469,25648355:25648623,25668764:25669152,25674370:25674749,25684799:25685143,25686543:25686889,25687503:25687761,25691066:25691331,25695657:25695858,25696552:25704165,25700539:25700830,25702664:25702904,25707499:25707568,25715248:25715673,25719397:25719713,25727719:25727864,25729958:25730398,25729970:25730208,25733343:25733757,25733352:25733588,25736971:25737248,25739903:25740203,25742097:25742409,25745382:25745635,25764316:25764792,25768346:25768792,25774800:25774951,25778996:25779202,25780119:2578069', 'assoc_mat': '25577174:film_plastique:4200:25577316,25580401:film_plastique:4200:25580638,25582992:film_plastique:4200:25583085,25583784:film_plastique:4200:25583860,25585205:film_plastique:4200:25585267,25585545:film_plastique:4200:25589090,25586141:film_plastique:4200:25590858,25590795:film_plastique:4200:25590941,25592281:film_plastique:4200:25592482,25593103:film_plastique:4200:25593397,25593105:film_plastique:4200:25593282,25605067:film_plastique:4200:25605183,25607480:film_plastique:4200:25607660,25608990:film_plastique:4200:25609132,25610127:film_plastique:4200:25610248,25610666:film_plastique:4200:25610787,25611024:film_plastique:4200:25611078,25611604:film_plastique:4200:25611678,25612032:film_plastique:4200:25612061,25613715:film_plastique:4200:25613768,25629830:film_plastique:4200:25630096,25633273:film_plastique:4200:25633717,25636042:film_plastique:4200:25636337,25638584:film_plastique:4200:25638679,25640338:film_plastique:4200:25640497,25640754:film_plastique:4200:25640798,25642075:film_plastique:4200:2564230'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012462735576223563, 'nb_photo': 532, 'list_port_cont': '25580686,25581631,25586197,25603902,25608578,25609183,25611121,25614929,25633680,25633795,25639362,25650305,25650383,25658537,25673262,25684247,25687856,25695825,25700924,25712963,25721891,25726690,25745747,25751688,25766143,25773163,25780613,25780819,25792872,25811571,25813612,25814948,25817096,25825327,25866870,25873536,25878128,25887274,25887315,25891993,25909286,25912982,25919878,25920061,25924911,25930816,25973220,25973520,25973545,25973694,25974058,26020761,26021965,26024838,26025980,26028344,26037382,26038850,26039166,26040344,26041391,26044557,26044610,26061555,26061567,26061691,26061912,26062147,26062167,26062356,26062754,26062914,26063087,26063328,26065895,26069339,26070144,26070181,26070288,26070467,26072139,26073189,26073266,26073501,26073584,26076443,26083057,26092625,26113792,26115128,26118189,26120802,26130933,26131122,26143485,26146553,26150539,26155529,26158974,26161791,26200699,26203220,26212008,26212089,26213793,26226997,26231724,26235708,26235735,26241266,26260078,26262072,26265308,2627180', 'assoc_port': '25580380:25580686,25581569:25581631,25586136:25586197,25592297:25603902,25608429:25608578,25608988:25609183,25611020:25611121,25614819:25614929,25633271:25633795,25633275:25633680,25639144:25639362,25650163:25650383,25650167:25650305,25658372:25658537,25672857:25673262,25683782:25684247,25687505:25687856,25695653:25695825,25700533:25700924,25712557:25712963,25721454:25721891,25726409:25726690,25745374:25745747,25751534:25751688,25765642:25766143,25772539:25773163,25780111:25780819,25780136:25780613,25792380:25792872,25811282:25811571,25813342:25813612,25814607:25814948,25816876:25817096,25825108:25825327,25866508:25866870,25873073:25873536,25877606:25878128,25887022:25887315,25887023:25887274,25891753:25891993,25908743:25909286,25912507:25912982,25919712:25920061,25919715:25919878,25924424:25924911,25930407:25930816,25972697:25974058,25972718:25973694,25972722:25973520,25972791:25973545,25972871:25973220,26020604:26020761,26021544:26025980,26021576:26028344,26021622:26021965,26021627:26024838,26037263:2603916', 'assoc_mat': '25580380:film_plastique:4209:25580686,25581569:film_plastique:4209:25581631,25586136:film_plastique:4209:25586197,25592297:film_plastique:4209:25603902,25608429:film_plastique:4209:25608578,25608988:film_plastique:4209:25609183,25611020:film_plastique:4209:25611121,25614819:film_plastique:4209:25614929,25633271:film_plastique:4209:25633795,25633275:film_plastique:4209:25633680,25639144:film_plastique:4209:25639362,25650163:film_plastique:4209:25650383,25650167:film_plastique:4209:25650305,25658372:film_plastique:4209:25658537,25672857:film_plastique:4209:25673262,25683782:film_plastique:4209:25684247,25687505:film_plastique:4209:25687856,25695653:film_plastique:4209:25695825,25700533:film_plastique:4209:25700924,25712557:film_plastique:4209:25712963,25721454:film_plastique:4209:25721891,25726409:film_plastique:4209:25726690,25745374:film_plastique:4209:25745747,25751534:film_plastique:4209:25751688,25765642:film_plastique:4209:25766143,25772539:film_plastique:4209:25773163,25780111:film_plastique:4209:2578081'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004236135506129129, 'nb_photo': 11500, 'list_port_cont': '25577931,25577966,25580836,25581957,25583160,25583184,25583281,25587806,25588414,25590315,25591085,25593219,25593949,25595518,25599687,25604843,25607752,25608247,25608631,25609214,25609453,25610303,25610888,25611136,25611764,25612160,25612422,25613283,25613841,25630479,25631367,25632936,25635681,25638780,25639468,25640646,25642436,25642677,25645624,25645880,25647610,25648882,25651024,25669327,25670519,25674934,25685407,25687090,25691800,25692134,25696975,25697504,25701104,25701368,25703155,25715092,25716066,25719855,25720147,25722526,25726720,25726889,25730753,25731077,25735238,25737375,25737666,25740479,25742797,25747325,25764949,25766739,25769216,25770383,25774702,25776024,25776053,25779357,25779736,25784646,25785049,25786108,25788222,25793144,25793371,25795392,25800621,25808833,25810416,25811634,25813539,25815586,25815786,25816606,25817061,25817228,25818537,25820884,25823015,25823097,25824229,25824327,25825592,25867008,25870591,25872545,25872908,25876340,25879240,25890360,25892169,25892741,25901737,2590652', 'assoc_port': '25577629:25577966,25577631:25577931,25580398:25580836,25581549:25581957,25582988:25583281,25582991:25583184,25582997:25583160,25585203:25588414,25586132:25595518,25587501:25593949,25587503:25593219,25587505:25587806,25589929:25590315,25589970:25599687,25590813:25591085,25604427:25604843,25607439:25607752,25608155:25608247,25608432:25608631,25608969:25609214,25609323:25609453,25610126:25610303,25610668:25610888,25611021:25611136,25611594:25611764,25611934:25612160,25612350:25612422,25613125:25613283,25613675:25613841,25629824:25630479,25630867:25631367,25632563:25632936,25635074:25635681,25638567:25638780,25639141:25639468,25640336:25640646,25642038:25642677,25642054:25642436,25645293:25645880,25645299:25645624,25647272:25647610,25648357:25648882,25650833:25651024,25668768:25669327,25669903:25670519,25674373:25674934,25684796:25685407,25686545:25687090,25691054:25692134,25691060:25691800,25696546:25696975,25696548:25697504,25700531:25701368,25700536:25701104,25702663:25703155,25712562:25715092,25712573:2571606', 'assoc_mat': '25577629:film_plastique:4211:25577966,25577631:film_plastique:4211:25577931,25580398:film_plastique:4211:25580836,25581549:film_plastique:4211:25581957,25582988:film_plastique:4211:25583281,25582991:film_plastique:4211:25583184,25582997:film_plastique:4211:25583160,25585203:film_plastique:4211:25588414,25586132:film_plastique:4211:25595518,25587501:film_plastique:4211:25593949,25587503:film_plastique:4211:25593219,25587505:film_plastique:4211:25587806,25589929:film_plastique:4211:25590315,25589970:film_plastique:4211:25599687,25590813:film_plastique:4211:25591085,25604427:film_plastique:4211:25604843,25607439:film_plastique:4211:25607752,25608155:film_plastique:4211:25608247,25608432:film_plastique:4211:25608631,25608969:film_plastique:4211:25609214,25609323:film_plastique:4211:25609453,25610126:film_plastique:4211:25610303,25610668:film_plastique:4211:25610888,25611021:film_plastique:4211:25611136,25611594:film_plastique:4211:25611764,25611934:film_plastique:4211:25612160,25612350:film_plastique:4211:2561242'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.000949011894626265, 'nb_photo': 2, 'list_port_cont': '25674162,25789996', 'assoc_port': '25668756:25674162,25787675:25789996', 'assoc_mat': '25668756:kraft:4205:25674162,25787675:kraft:4205:25789996'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00044962815335560674, 'nb_photo': 2, 'list_port_cont': '25643825,25737339', 'assoc_port': '25642040:25643825,25736978:25737339', 'assoc_mat': '25642040:kraft:4203:25643825,25736978:kraft:4203:25737339'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013298634898143342, 'nb_photo': 11, 'list_port_cont': '25703712,25821400,25824665,26045005,26075446,26308023', 'assoc_port': '25702650:25703712,25820344:25821400,25822495:25824665,26044959:26045005,26073030:26075446,26290563:26308023', 'assoc_mat': '25702650:kraft:4207:25703712,25820344:kraft:4207:25821400,25822495:kraft:4207:25824665,26044959:kraft:4207:26045005,26073030:kraft:4207:26075446,26290563:kraft:4207:26308023'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0, 'nb_photo': 13, 'list_port_cont': '25610827,25640584', 'assoc_port': '25610670:25610827,25640337:25640584', 'assoc_mat': '25610670:kraft:4461:25610827,25640337:kraft:4461:25640584'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.00375379090596451, 'nb_photo': 23, 'list_port_cont': '25811583,25909425,26072127,26215182', 'assoc_port': '25811282:25811583,25908706:25909425,26071844:26072127,26215069:26215182', 'assoc_mat': '25811282:kraft:4209:25811583,25908706:kraft:4209:25909425,26071844:kraft:4209:26072127,26215069:kraft:4209:26215182'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012473639970367353, 'nb_photo': 14, 'list_port_cont': '25901232,25909710,26036545,26037479,26041658,26097679,26115036,26259897,26325716', 'assoc_port': '25900879:25901232,25908735:25909710,26036515:26036545,26037346:26037479,26041234:26041658,26096657:26097679,26114898:26115036,26259615:26259897,26325111:26325716', 'assoc_mat': '25900879:kraft:3726:25901232,25908735:kraft:3726:25909710,26036515:kraft:3726:26036545,26037346:kraft:3726:26037479,26041234:kraft:3726:26041658,26096657:kraft:3726:26097679,26114898:kraft:3726:26115036,26259615:kraft:3726:26259897,26325111:kraft:3726:26325716'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.000791875408417143, 'nb_photo': 6, 'list_port_cont': '25696967,25925427,26040050', 'assoc_port': '25696546:25696967,25924417:25925427,26038510:26040050', 'assoc_mat': '25696546:kraft:4211:25696967,25924417:kraft:4211:25925427,26038510:kraft:4211:26040050'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9523201299220664, 'nb_photo': 96, 'list_port_cont': '25579288,25583899,25585251,25604474,25631962,25638076,25640834,25674161,25685081,25718336,25732880,25784160,25790005,25790437,25868520,25876857,25909776,25931469,25976211,25976410,26021593,26023506,26036699,26040792,26062126,26064492,26075288,26075482,26076385,26077331,26106620,26110975,26138122,26151657,26160044,26161066,26213446,26217852,26239319,26269861,26284560,26306180,26366147', 'assoc_port': '25577627:25579288,25583780:25583899,25585199:25585251,25604429:25604474,25630859:25631962,25636041:25638076,25640751:25640834,25668756:25674161,25684797:25685081,25715253:25718336,25729964:25732880,25784022:25784160,25787675:25790005,25787702:25790437,25867623:25868520,25875785:25876857,25905642:25909776,25931371:25931469,25972772:25976211,25972778:25976410,26020558:26021593,26021574:26023506,26036530:26036699,26040462:26040792,26061163:26062126,26061336:26064492,26072894:26076385,26072958:26077331,26073015:26075482,26074607:26075288,26078693:26106620,26092290:26110975,26130280:26138122,26141882:26151657,26152798:26160044,26153833:26161066,26209225:26213446,26215058:26217852,26229423:26239319,26259646:26269861,26267299:26284560,26286916:26306180,26347653:26366147', 'assoc_mat': '25577627:metal:4205:25579288,25583780:metal:4205:25583899,25585199:metal:4205:25585251,25604429:metal:4205:25604474,25630859:metal:4205:25631962,25636041:metal:4205:25638076,25640751:metal:4205:25640834,25668756:metal:4205:25674161,25684797:metal:4205:25685081,25715253:metal:4205:25718336,25729964:metal:4205:25732880,25784022:metal:4205:25784160,25787675:metal:4205:25790005,25787702:metal:4205:25790437,25867623:metal:4205:25868520,25875785:metal:4205:25876857,25905642:metal:4205:25909776,25931371:metal:4205:25931469,25972772:metal:4205:25976211,25972778:metal:4205:25976410,26020558:metal:4205:26021593,26021574:metal:4205:26023506,26036530:metal:4205:26036699,26040462:metal:4205:26040792,26061163:metal:4205:26062126,26061336:metal:4205:26064492,26072894:metal:4205:26076385,26072958:metal:4205:26077331,26073015:metal:4205:26075482,26074607:metal:4205:26075288,26078693:metal:4205:26106620,26092290:metal:4205:26110975,26130280:metal:4205:26138122,26141882:metal:4205:26151657,26152798:metal:4205:26160044,26153833:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015030117009218578, 'nb_photo': 1892, 'list_port_cont': '25580945,25583946,25591001,25606758,25610943,25632084,25643820,25646614,25684220,25695417,25703809,25727513,25777371,25791400,25810822,25815560,25824844,25871777,25894519,25909854,25920754,25938950,25976290,25989590,26025643,26027266,26037143,26040133,26063815,26063960,26064973,26072756,26075748,26077155,26108679,26111373,26125456,26130848,26142209,26159357,26163974,26209426,26214064,26242949,26245457,26261696,26275689,26281886,26308136,26328209,26356224,26365458', 'assoc_port': '25580381:25580945,25583787:25583946,25589925:25591001,25606446:25606758,25610667:25610943,25630831:25632084,25642040:25643820,25644541:25646614,25674372:25684220,25691090:25695417,25702666:25703809,25725310:25727513,25777185:25777371,25787726:25791400,25810539:25810822,25815240:25815560,25822468:25824844,25870117:25871777,25894093:25894519,25905559:25909854,25917394:25920754,25928095:25938950,25972758:25976290,25972863:25989590,26021547:26025643,26021630:26027266,26036997:26037143,26039667:26040133,26061196:26063960,26061298:26064973,26061359:26063815,26071842:26072756,26072935:26077155,26073002:26075748,26082491:26108679,26095210:26111373,26117047:26125456,26122868:26130848,26141883:26142209,26151183:26159357,26158720:26163974,26202838:26209426,26209233:26214064,26226079:26242949,26237654:26245457,26256611:26261696,26264402:26275689,26270767:26281886,26290561:26308136,26323538:26356224,26327726:26328209,26343121:26365458', 'assoc_mat': '25580381:metal:4203:25580945,25583787:metal:4203:25583946,25589925:metal:4203:25591001,25606446:metal:4203:25606758,25610667:metal:4203:25610943,25630831:metal:4203:25632084,25642040:metal:4203:25643820,25644541:metal:4203:25646614,25674372:metal:4203:25684220,25691090:metal:4203:25695417,25702666:metal:4203:25703809,25725310:metal:4203:25727513,25777185:metal:4203:25777371,25787726:metal:4203:25791400,25810539:metal:4203:25810822,25815240:metal:4203:25815560,25822468:metal:4203:25824844,25870117:metal:4203:25871777,25894093:metal:4203:25894519,25905559:metal:4203:25909854,25917394:metal:4203:25920754,25928095:metal:4203:25938950,25972758:metal:4203:25976290,25972863:metal:4203:25989590,26021547:metal:4203:26025643,26021630:metal:4203:26027266,26036997:metal:4203:26037143,26039667:metal:4203:26040133,26061196:metal:4203:26063960,26061298:metal:4203:26064973,26061359:metal:4203:26063815,26071842:metal:4203:26072756,26072935:metal:4203:26077155,26073002:metal:4203:26075748,26082491:metal:4203:26108679,26095210:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.014495174796358853, 'nb_photo': 2235, 'list_port_cont': '25577414,25577910,25580058,25580570,25580867,25581795,25583129,25583257,25583830,25583879,25600453,25600852,25600991,25603083,25603855,25604133,25604189,25604342,25604550,25605116,25605151,25606737,25607704,25607730,25608200,25608555,25609353,25609423,25610278,25610810,25611174,25611702,25611755,25612095,25613314,25631036,25631765,25632108,25633457,25634960,25637507,25638195,25638688,25639319,25639476,25640776,25640815,25643715,25646466,25647458,25649440,25649624,25673099,25674288,25674823,25682972,25683966,25684446,25686309,25690693,25691241,25694852,25700260,25700628,25702388,25702849,25703708,25704343,25715049,25718887,25722218,25724141,25726764,25727237,25730605,25733053,25733312,25736428,25737149,25739513,25742330,25742581,25748324,25751737,25770052,25771678,25774754,25775231,25777235,25777399,25781799,25782710,25783026,25784350,25787001,25790159,25790694,25795857,25795902,25795986,25800575,25809392,25809464,25810137,25810368,25810703,25812008,25813474,25814992,25815489,25817107,25817853,25817946,2581802', 'assoc_port': '25577172:25577414,25577628:25577910,25579745:25580058,25580379:25580867,25580405:25580570,25581568:25581795,25582989:25583257,25582995:25583129,25583782:25583830,25583786:25583879,25585202:25604133,25585544:25604189,25586130:25600453,25586491:25603083,25587507:25604342,25589927:25605116,25590785:25600991,25590812:25600852,25592296:25603855,25604428:25604550,25605068:25605151,25606444:25606737,25607460:25607730,25607481:25607704,25608156:25608200,25608434:25608555,25609321:25609423,25609324:25609353,25610128:25610278,25610669:25610810,25611022:25611174,25611595:25611755,25611606:25611702,25612029:25612095,25613106:25613314,25629826:25631036,25630845:25631765,25630865:25632108,25632566:25633457,25633277:25634960,25635078:25637507,25636045:25638195,25638566:25639319,25638585:25638688,25639148:25639476,25640752:25640815,25640756:25640776,25642072:25643715,25644542:25646466,25645297:25647458,25647264:25649440,25647274:25649624,25668759:25674288,25669900:25674823,25672818:25682972,25672877:25673099,25675524:2568444', 'assoc_mat': '25577172:metal:4207:25577414,25577628:metal:4207:25577910,25579745:metal:4207:25580058,25580379:metal:4207:25580867,25580405:metal:4207:25580570,25581568:metal:4207:25581795,25582989:metal:4207:25583257,25582995:metal:4207:25583129,25583782:metal:4207:25583830,25583786:metal:4207:25583879,25585202:metal:4207:25604133,25585544:metal:4207:25604189,25586130:metal:4207:25600453,25586491:metal:4207:25603083,25587507:metal:4207:25604342,25589927:metal:4207:25605116,25590785:metal:4207:25600991,25590812:metal:4207:25600852,25592296:metal:4207:25603855,25604428:metal:4207:25604550,25605068:metal:4207:25605151,25606444:metal:4207:25606737,25607460:metal:4207:25607730,25607481:metal:4207:25607704,25608156:metal:4207:25608200,25608434:metal:4207:25608555,25609321:metal:4207:25609423,25609324:metal:4207:25609353,25610128:metal:4207:25610278,25610669:metal:4207:25610810,25611022:metal:4207:25611174,25611595:metal:4207:25611755,25611606:metal:4207:25611702,25612029:metal:4207:25612095,25613106:metal:4207:25613314,25629826:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005852877243190339, 'nb_photo': 78, 'list_port_cont': '25577825,25583207,25586321,25592543,25633738,25636363,25667900,25688061,25695976,25721804,25735014,25735164,25742705,25766157,25775956,25813492,25867969,25870364,25892650,25906289,25916728,25917725,25989120,26021820,26022843,26028004,26037811,26038898,26061601,26062440,26062790,26071478,26073309,26073557,26073608,26074052,26091405,26095701,26115802,26123319,26143528,26153373,26162413,26193856,26214671,26215199,26226234,26232698,26237897,26241295,26261998,26271134,26273852,26296315,26305785,26320723,26326064,26333672', 'assoc_port': '25577630:25577825,25582996:25583207,25586140:25586321,25592294:25592543,25633279:25633738,25636039:25636363,25667508:25667900,25687501:25688061,25695656:25695976,25721485:25721804,25734591:25735164,25734599:25735014,25742072:25742705,25765645:25766157,25775666:25775956,25813349:25813492,25867607:25867969,25870097:25870364,25892398:25892650,25905622:25906289,25916179:25916728,25917393:25917725,25972775:25989120,26021557:26022843,26021578:26028004,26021585:26021820,26037407:26037811,26038511:26038898,26061186:26062790,26061292:26062440,26061371:26061601,26071365:26071478,26072927:26074052,26072991:26073608,26073004:26073557,26073050:26073309,26090933:26091405,26095208:26095701,26115600:26115802,26122837:26123319,26143300:26143528,26152810:26153373,26162216:26162413,26193503:26193856,26214360:26214671,26215060:26215199,26226077:26226234,26232484:26232698,26237649:26237897,26241020:26241295,26261659:26261998,26270763:26271134,26273619:26273852,26296005:26296315,26305427:26305785,26320372:26320723,26325113:2632606', 'assoc_mat': '25577630:metal:4461:25577825,25582996:metal:4461:25583207,25586140:metal:4461:25586321,25592294:metal:4461:25592543,25633279:metal:4461:25633738,25636039:metal:4461:25636363,25667508:metal:4461:25667900,25687501:metal:4461:25688061,25695656:metal:4461:25695976,25721485:metal:4461:25721804,25734591:metal:4461:25735164,25734599:metal:4461:25735014,25742072:metal:4461:25742705,25765645:metal:4461:25766157,25775666:metal:4461:25775956,25813349:metal:4461:25813492,25867607:metal:4461:25867969,25870097:metal:4461:25870364,25892398:metal:4461:25892650,25905622:metal:4461:25906289,25916179:metal:4461:25916728,25917393:metal:4461:25917725,25972775:metal:4461:25989120,26021557:metal:4461:26022843,26021578:metal:4461:26028004,26021585:metal:4461:26021820,26037407:metal:4461:26037811,26038511:metal:4461:26038898,26061186:metal:4461:26062790,26061292:metal:4461:26062440,26061371:metal:4461:26061601,26071365:metal:4461:26071478,26072927:metal:4461:26074052,26072991:metal:4461:26073608,26073004:metal:4461:26073557,26073050:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.007410258914801593, 'nb_photo': 141, 'list_port_cont': '25580639,25583098,25583869,25590849,25605179,25607657,25612062,25630092,25636347,25640803,25669155,25674747,25685149,25686890,25687760,25702898,25719710,25727868,25730399,25737254,25740192,25742401,25745631,25780445,25780699,25816374,25820563,25822736,25876039,25892050,25904512,25906257,25906925,25916552,25916713,25917555,25924676,25973765,25974826,25974935,26020731,26021869,26037696,26037847,26038681,26039187,26039716,26039978,26041937,26044528,26061798,26062530,26063287,26063626,26073225,26074212,26074874,26075175,26075274,26076844,26088920,26091194,26092334,26099173,26113182,26115793,26118208,26120654,26126721,26130434,26136032,26142351,26145936,26146620,26151457,26153113,26155072,26156834,26158911,26160680,26199009,26214560,26225342,26232664,26237015,26240483,26247484,26257017,26270985,26271753,26273781,26289567,26291757,26300355,26302988,26323840,26328046,26332122,26340630', 'assoc_port': '25580401:25580639,25582992:25583098,25583784:25583869,25586141:25590849,25605067:25605179,25607480:25607657,25612032:25612062,25629830:25630092,25636042:25636347,25640754:25640803,25668764:25669155,25674370:25674747,25684799:25685149,25686543:25686890,25687503:25687760,25702664:25702898,25719397:25719710,25727719:25727868,25729958:25730399,25736971:25737254,25739903:25740192,25742097:25742401,25745382:25745631,25780119:25780699,25780128:25780445,25816298:25816374,25820347:25820563,25822475:25822736,25875786:25876039,25891748:25892050,25900882:25906925,25904281:25904512,25905634:25906257,25916181:25916713,25916185:25916552,25917403:25917555,25924426:25924676,25972684:25974935,25972703:25974826,25972846:25973765,26020561:26020731,26021634:26021869,26037347:26037847,26037386:26037696,26038507:26038681,26038512:26039978,26038519:26039716,26038962:26039187,26040176:26041937,26041235:26044528,26061234:26063626,26061299:26063287,26061338:26062530,26061363:26061798,26072931:26075274,26072941:26075175,26072974:2607487', 'assoc_mat': '25580401:metal:4200:25580639,25582992:metal:4200:25583098,25583784:metal:4200:25583869,25586141:metal:4200:25590849,25605067:metal:4200:25605179,25607480:metal:4200:25607657,25612032:metal:4200:25612062,25629830:metal:4200:25630092,25636042:metal:4200:25636347,25640754:metal:4200:25640803,25668764:metal:4200:25669155,25674370:metal:4200:25674747,25684799:metal:4200:25685149,25686543:metal:4200:25686890,25687503:metal:4200:25687760,25702664:metal:4200:25702898,25719397:metal:4200:25719710,25727719:metal:4200:25727868,25729958:metal:4200:25730399,25736971:metal:4200:25737254,25739903:metal:4200:25740192,25742097:metal:4200:25742401,25745382:metal:4200:25745631,25780119:metal:4200:25780699,25780128:metal:4200:25780445,25816298:metal:4200:25816374,25820347:metal:4200:25820563,25822475:metal:4200:25822736,25875786:metal:4200:25876039,25891748:metal:4200:25892050,25900882:metal:4200:25906925,25904281:metal:4200:25904512,25905634:metal:4200:25906257,25916181:metal:4200:25916713,25916185:metal:4200:25916552,25917403:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.034757857123185035, 'nb_photo': 553, 'list_port_cont': '25580690,25581638,25581720,25586192,25603903,25608582,25609178,25611112,25611646,25614927,25615087,25633667,25633794,25639360,25650386,25658541,25673261,25684255,25687852,25695830,25700920,25712964,25721899,25726691,25733868,25745749,25751689,25766145,25773152,25780612,25780829,25792871,25813610,25814946,25817092,25825325,25866874,25873537,25878125,25887276,25887313,25892004,25909301,25912977,25919872,25920062,25924908,25930818,25973225,25973512,25973549,25973698,25974059,26020752,26021968,26022001,26024830,26025984,26028341,26038853,26039162,26040347,26041386,26044560,26044607,26061558,26061700,26061904,26062141,26062165,26062361,26062760,26062911,26063086,26063330,26065905,26066429,26069340,26070129,26070297,26070352,26073197,26073276,26073512,26073597,26076448,26083068,26092631,26113786,26115126,26118179,26118225,26120796,26130913,26131110,26145872,26146550,26150541,26155524,26158976,26161784,26200506,26200706,26203217,26212009,26212098,26226999,26231720,26235704,26235739,26241261,26260088,26262066,2626529', 'assoc_port': '25580380:25580690,25581569:25581638,25581570:25581720,25586136:25586192,25592297:25603903,25608429:25608582,25608988:25609178,25611020:25611112,25611602:25611646,25614817:25615087,25614819:25614927,25633271:25633794,25633275:25633667,25639144:25639360,25650163:25650386,25658372:25658541,25672857:25673261,25683782:25684255,25687505:25687852,25695653:25695830,25700533:25700920,25712557:25712964,25721454:25721899,25726409:25726691,25733337:25733868,25745374:25745749,25751534:25751689,25765642:25766145,25772539:25773152,25780111:25780829,25780136:25780612,25792380:25792871,25813342:25813610,25814607:25814946,25816876:25817092,25825108:25825325,25866508:25866874,25873073:25873537,25877606:25878125,25887022:25887313,25887023:25887276,25891753:25892004,25908743:25909301,25912507:25912977,25919712:25920062,25919715:25919872,25924424:25924908,25930407:25930818,25972697:25974059,25972718:25973698,25972722:25973512,25972791:25973549,25972871:25973225,26020604:26020752,26021544:26025984,26021576:26028341,26021577:2602200', 'assoc_mat': '25580380:metal:4209:25580690,25581569:metal:4209:25581638,25581570:metal:4209:25581720,25586136:metal:4209:25586192,25592297:metal:4209:25603903,25608429:metal:4209:25608582,25608988:metal:4209:25609178,25611020:metal:4209:25611112,25611602:metal:4209:25611646,25614817:metal:4209:25615087,25614819:metal:4209:25614927,25633271:metal:4209:25633794,25633275:metal:4209:25633667,25639144:metal:4209:25639360,25650163:metal:4209:25650386,25658372:metal:4209:25658541,25672857:metal:4209:25673261,25683782:metal:4209:25684255,25687505:metal:4209:25687852,25695653:metal:4209:25695830,25700533:metal:4209:25700920,25712557:metal:4209:25712964,25721454:metal:4209:25721899,25726409:metal:4209:25726691,25733337:metal:4209:25733868,25745374:metal:4209:25745749,25751534:metal:4209:25751689,25765642:metal:4209:25766145,25772539:metal:4209:25773152,25780111:metal:4209:25780829,25780136:metal:4209:25780612,25792380:metal:4209:25792871,25813342:metal:4209:25813610,25814607:metal:4209:25814946,25816876:metal:4209:25817092,25825108:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 4.147046264094454e-05, 'nb_photo': 1, 'list_port_cont': '25576729', 'assoc_port': '25576689:25576729', 'assoc_mat': '25576689:metal:3726:25576729'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007561155691700802, 'nb_photo': 1303, 'list_port_cont': '25577941,25577954,25580823,25581956,25583153,25583189,25583288,25587797,25588422,25590317,25591065,25593220,25593943,25595524,25599699,25604835,25607754,25608243,25608630,25609221,25609463,25610310,25611132,25611763,25612161,25612411,25613298,25613839,25630478,25631371,25632931,25635682,25638784,25639461,25640640,25642444,25642674,25645613,25647620,25648885,25651019,25669317,25670524,25674921,25685401,25687104,25691804,25692130,25697517,25701095,25701382,25715091,25716070,25719857,25720150,25722522,25726713,25726892,25730749,25731062,25735230,25737358,25737667,25740480,25742801,25747311,25764947,25766748,25769202,25770386,25774690,25776029,25776063,25779373,25779742,25784652,25785041,25786115,25788210,25793138,25793374,25795398,25800608,25808842,25810413,25811631,25813544,25815579,25815771,25816597,25817063,25817215,25818536,25820869,25823020,25823103,25824241,25824323,25825600,25867009,25870593,25872544,25872906,25876348,25879237,25890367,25892168,25892744,25901746,25906526,25909470,25913101,25916964,2591781', 'assoc_port': '25577629:25577954,25577631:25577941,25580398:25580823,25581549:25581956,25582988:25583288,25582991:25583189,25582997:25583153,25585203:25588422,25586132:25595524,25587501:25593943,25587503:25593220,25587505:25587797,25589929:25590317,25589970:25599699,25590813:25591065,25604427:25604835,25607439:25607754,25608155:25608243,25608432:25608630,25608969:25609221,25609323:25609463,25610126:25610310,25611021:25611132,25611594:25611763,25611934:25612161,25612350:25612411,25613125:25613298,25613675:25613839,25629824:25630478,25630867:25631371,25632563:25632931,25635074:25635682,25638567:25638784,25639141:25639461,25640336:25640640,25642038:25642674,25642054:25642444,25645299:25645613,25647272:25647620,25648357:25648885,25650833:25651019,25668768:25669317,25669903:25670524,25674373:25674921,25684796:25685401,25686545:25687104,25691054:25692130,25691060:25691804,25696548:25697517,25700531:25701382,25700536:25701095,25712562:25715091,25712573:25716070,25719361:25720150,25719371:25719857,25721457:25722522,25726424:2572689', 'assoc_mat': '25577629:metal:4211:25577954,25577631:metal:4211:25577941,25580398:metal:4211:25580823,25581549:metal:4211:25581956,25582988:metal:4211:25583288,25582991:metal:4211:25583189,25582997:metal:4211:25583153,25585203:metal:4211:25588422,25586132:metal:4211:25595524,25587501:metal:4211:25593943,25587503:metal:4211:25593220,25587505:metal:4211:25587797,25589929:metal:4211:25590317,25589970:metal:4211:25599699,25590813:metal:4211:25591065,25604427:metal:4211:25604835,25607439:metal:4211:25607754,25608155:metal:4211:25608243,25608432:metal:4211:25608630,25608969:metal:4211:25609221,25609323:metal:4211:25609463,25610126:metal:4211:25610310,25611021:metal:4211:25611132,25611594:metal:4211:25611763,25611934:metal:4211:25612161,25612350:metal:4211:25612411,25613125:metal:4211:25613298,25613675:metal:4211:25613839,25629824:metal:4211:25630478,25630867:metal:4211:25631371,25632563:metal:4211:25632931,25635074:metal:4211:25635682,25638567:metal:4211:25638784,25639141:metal:4211:25639461,25640336:metal:4211:25640640,25642038:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018144491089281426, 'nb_photo': 4, 'list_port_cont': '26062679,26153668,26308667', 'assoc_port': '26061340:26062679,26152801:26153668,26307959:26308667', 'assoc_mat': '26061340:metal:3327:26062679,26152801:metal:3327:26153668,26307959:metal:3327:26308667'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0007493090547319908, 'nb_photo': 47, 'list_port_cont': '25584793,25586286,25597312,25642423,25644981,25650400,25696080,25751950,25788327,25835498,26073440,26073663,26092682,26130781,26155567,26212183,26235799,26287284,26336722,26339014,26344975', 'assoc_port': '25583785:25584793,25586134:25586286,25596911:25597312,25642070:25642423,25644543:25644981,25650165:25650400,25695652:25696080,25751533:25751950,25787722:25788327,25832877:25835498,26072929:26073663,26072994:26073440,26092297:26092682,26130256:26130781,26155249:26155567,26211842:26212183,26235484:26235799,26286911:26287284,26335941:26339014,26335943:26336722,26344396:26344975', 'assoc_mat': '25583785:metal:3594:25584793,25586134:metal:3594:25586286,25596911:metal:3594:25597312,25642070:metal:3594:25642423,25644543:metal:3594:25644981,25650165:metal:3594:25650400,25695652:metal:3594:25696080,25751533:metal:3594:25751950,25787722:metal:3594:25788327,25832877:metal:3594:25835498,26072929:metal:3594:26073663,26072994:metal:3594:26073440,26092297:metal:3594:26092682,26130256:metal:3594:26130781,26155249:metal:3594:26155567,26211842:metal:3594:26212183,26235484:metal:3594:26235799,26286911:metal:3594:26287284,26335941:metal:3594:26339014,26335943:metal:3594:26336722,26344396:metal:3594:26344975'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.018383247174518766, 'nb_photo': 1975, 'list_port_cont': '25579278,25583911,25585263,25604480,25610231,25631965,25638063,25640839,25674166,25685076,25703196,25718328,25732875,25769682,25784175,25789994,25790438,25811378,25817973,25868506,25876867,25884071,25909770,25927181,25931457,25976209,25976406,26021601,26023499,26036705,26038736,26040789,26062123,26064488,26075280,26075479,26076375,26077341,26106617,26110983,26125043,26138110,26151656,26160046,26161073,26213448,26217843,26239315,26240774,26243883,26269855,26284556,26306171,26314326,26353847,26366144', 'assoc_port': '25577627:25579278,25583780:25583911,25585199:25585263,25604429:25604480,25610130:25610231,25630859:25631965,25636041:25638063,25640751:25640839,25668756:25674166,25684797:25685076,25700541:25703196,25715253:25718328,25729964:25732875,25764308:25769682,25784022:25784175,25787675:25789994,25787702:25790438,25811287:25811378,25817915:25817973,25867623:25868506,25875785:25876867,25883929:25884071,25905642:25909770,25917397:25927181,25931371:25931457,25972772:25976209,25972778:25976406,26020558:26021601,26021574:26023499,26036530:26036705,26038515:26038736,26040462:26040789,26061163:26062123,26061336:26064488,26072894:26076375,26072958:26077341,26073015:26075479,26074607:26075280,26078693:26106617,26092290:26110983,26117061:26125043,26130280:26138110,26141882:26151656,26152798:26160046,26153833:26161073,26209225:26213448,26215058:26217843,26229423:26239315,26231097:26240774,26235486:26243883,26259646:26269855,26267299:26284556,26286916:26306171,26297425:26314326,26321165:26353847,26347653:26366144', 'assoc_mat': '25577627:papier:4205:25579278,25583780:papier:4205:25583911,25585199:papier:4205:25585263,25604429:papier:4205:25604480,25610130:papier:4205:25610231,25630859:papier:4205:25631965,25636041:papier:4205:25638063,25640751:papier:4205:25640839,25668756:papier:4205:25674166,25684797:papier:4205:25685076,25700541:papier:4205:25703196,25715253:papier:4205:25718328,25729964:papier:4205:25732875,25764308:papier:4205:25769682,25784022:papier:4205:25784175,25787675:papier:4205:25789994,25787702:papier:4205:25790438,25811287:papier:4205:25811378,25817915:papier:4205:25817973,25867623:papier:4205:25868506,25875785:papier:4205:25876867,25883929:papier:4205:25884071,25905642:papier:4205:25909770,25917397:papier:4205:25927181,25931371:papier:4205:25931457,25972772:papier:4205:25976209,25972778:papier:4205:25976406,26020558:papier:4205:26021601,26021574:papier:4205:26023499,26036530:papier:4205:26036705,26038515:papier:4205:26038736,26040462:papier:4205:26040789,26061163:papier:4205:26062123,26061336:papier:4205:26064488,2607'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.015254340446104298, 'nb_photo': 5509, 'list_port_cont': '25580935,25583954,25590998,25606761,25610946,25632090,25643822,25646615,25684226,25695423,25703803,25727506,25737338,25772562,25777380,25791396,25810824,25815555,25824838,25871768,25894520,25909866,25920745,25938941,25976288,25989588,26025635,26027273,26037148,26040129,26063814,26063958,26064974,26072763,26075753,26077159,26108693,26111376,26125448,26130851,26142215,26159369,26163977,26209420,26214071,26242959,26245459,26261691,26275691,26281889,26308125,26314371,26328218,26356227,26365466', 'assoc_port': '25580381:25580935,25583787:25583954,25589925:25590998,25606446:25606761,25610667:25610946,25630831:25632090,25642040:25643822,25644541:25646615,25674372:25684226,25691090:25695423,25702666:25703803,25725310:25727506,25736978:25737338,25765639:25772562,25777185:25777380,25787726:25791396,25810539:25810824,25815240:25815555,25822468:25824838,25870117:25871768,25894093:25894520,25905559:25909866,25917394:25920745,25928095:25938941,25972758:25976288,25972863:25989588,26021547:26025635,26021630:26027273,26036997:26037148,26039667:26040129,26061196:26063958,26061298:26064974,26061359:26063814,26071842:26072763,26072935:26077159,26073002:26075753,26082491:26108693,26095210:26111376,26117047:26125448,26122868:26130851,26141883:26142215,26151183:26159369,26158720:26163977,26202838:26209420,26209233:26214071,26226079:26242959,26237654:26245459,26256611:26261691,26264402:26275691,26270767:26281889,26290561:26308125,26297422:26314371,26323538:26356227,26327726:26328218,26343121:26365466', 'assoc_mat': '25580381:papier:4203:25580935,25583787:papier:4203:25583954,25589925:papier:4203:25590998,25606446:papier:4203:25606761,25610667:papier:4203:25610946,25630831:papier:4203:25632090,25642040:papier:4203:25643822,25644541:papier:4203:25646615,25674372:papier:4203:25684226,25691090:papier:4203:25695423,25702666:papier:4203:25703803,25725310:papier:4203:25727506,25736978:papier:4203:25737338,25765639:papier:4203:25772562,25777185:papier:4203:25777380,25787726:papier:4203:25791396,25810539:papier:4203:25810824,25815240:papier:4203:25815555,25822468:papier:4203:25824838,25870117:papier:4203:25871768,25894093:papier:4203:25894520,25905559:papier:4203:25909866,25917394:papier:4203:25920745,25928095:papier:4203:25938941,25972758:papier:4203:25976288,25972863:papier:4203:25989588,26021547:papier:4203:26025635,26021630:papier:4203:26027273,26036997:papier:4203:26037148,26039667:papier:4203:26040129,26061196:papier:4203:26063958,26061298:papier:4203:26064974,26061359:papier:4203:26063814,26071842:papier:4203:26072763,2607'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.031937193680859954, 'nb_photo': 24185, 'list_port_cont': '25577411,25577901,25580052,25580582,25580878,25581791,25583131,25583247,25583826,25583889,25600463,25600477,25600858,25601001,25603078,25603860,25604136,25604178,25604340,25604537,25605120,25605150,25606731,25607702,25607735,25608198,25608558,25609358,25609425,25610280,25610813,25611176,25611705,25611753,25612099,25613319,25613803,25631037,25631770,25632103,25633444,25634975,25637517,25638193,25638687,25639316,25639481,25640779,25640820,25643712,25646462,25647453,25649445,25649637,25670152,25673105,25674279,25674824,25682963,25683969,25684455,25686308,25690700,25691251,25694863,25695949,25700263,25700621,25702398,25702856,25703709,25704342,25715054,25718891,25722211,25724139,25726762,25727234,25730599,25733057,25733304,25736424,25737154,25739517,25742333,25742593,25748311,25751741,25770050,25771674,25774752,25775236,25777232,25777392,25781809,25782705,25783019,25784349,25784617,25787008,25790158,25790689,25795858,25795897,25795981,25800578,25809403,25809461,25810148,25810365,25810688,25812019,25813475,2581498', 'assoc_port': '25577172:25577411,25577628:25577901,25579745:25580052,25580379:25580878,25580405:25580582,25581568:25581791,25582989:25583247,25582995:25583131,25583782:25583826,25583786:25583889,25585202:25604136,25585544:25604178,25586130:25600463,25586138:25600477,25586491:25603078,25587507:25604340,25589927:25605120,25590785:25601001,25590812:25600858,25592296:25603860,25604428:25604537,25605068:25605150,25606444:25606731,25607460:25607735,25607481:25607702,25608156:25608198,25608434:25608558,25609321:25609425,25609324:25609358,25610128:25610280,25610669:25610813,25611022:25611176,25611595:25611753,25611606:25611705,25612029:25612099,25613106:25613319,25613712:25613803,25629826:25631037,25630845:25631770,25630865:25632103,25632566:25633444,25633277:25634975,25635078:25637517,25636045:25638193,25638566:25639316,25638585:25638687,25639148:25639481,25640752:25640820,25640756:25640779,25642072:25643712,25644542:25646462,25645297:25647453,25647264:25649445,25647274:25649637,25667488:25670152,25668759:25674279,25669900:2567482', 'assoc_mat': '25577172:papier:4207:25577411,25577628:papier:4207:25577901,25579745:papier:4207:25580052,25580379:papier:4207:25580878,25580405:papier:4207:25580582,25581568:papier:4207:25581791,25582989:papier:4207:25583247,25582995:papier:4207:25583131,25583782:papier:4207:25583826,25583786:papier:4207:25583889,25585202:papier:4207:25604136,25585544:papier:4207:25604178,25586130:papier:4207:25600463,25586138:papier:4207:25600477,25586491:papier:4207:25603078,25587507:papier:4207:25604340,25589927:papier:4207:25605120,25590785:papier:4207:25601001,25590812:papier:4207:25600858,25592296:papier:4207:25603860,25604428:papier:4207:25604537,25605068:papier:4207:25605150,25606444:papier:4207:25606731,25607460:papier:4207:25607735,25607481:papier:4207:25607702,25608156:papier:4207:25608198,25608434:papier:4207:25608558,25609321:papier:4207:25609425,25609324:papier:4207:25609358,25610128:papier:4207:25610280,25610669:papier:4207:25610813,25611022:papier:4207:25611176,25611595:papier:4207:25611753,25611606:papier:4207:25611705,2561'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.23127672020062817, 'nb_photo': 47720, 'list_port_cont': '25577380,25577819,25581902,25583211,25585340,25586310,25587738,25590184,25592546,25604682,25607673,25609372,25610825,25612113,25612184,25613239,25631227,25633739,25636374,25638716,25640571,25644190,25644795,25651799,25667890,25670290,25679630,25685322,25688055,25691556,25695972,25697075,25701039,25713071,25719725,25721791,25726513,25728078,25735006,25735162,25742715,25747026,25751832,25766161,25770252,25775908,25775954,25779331,25783144,25792968,25795915,25799896,25811537,25813499,25814907,25816430,25816474,25818459,25818502,25820753,25825382,25867972,25870355,25873384,25878035,25879132,25892655,25894388,25906269,25909332,25909340,25916721,25917723,25920241,25923786,25931076,25972966,25973418,25973600,25973812,25974009,25978780,25989108,26020795,26021808,26021930,26022852,26024964,26028009,26036605,26036764,26037589,26037807,26038891,26040867,26040923,26041731,26042090,26045110,26061476,26061596,26061704,26061759,26061875,26062441,26062801,26071475,26073303,26073404,26073549,26073610,26073806,26074040,2607416', 'assoc_port': '25577171:25577380,25577630:25577819,25581566:25581902,25582996:25583211,25585204:25585340,25586140:25586310,25587499:25587738,25589930:25590184,25592294:25592546,25604430:25604682,25607476:25607673,25609320:25609372,25610670:25610825,25611914:25612184,25611941:25612113,25613129:25613239,25630861:25631227,25633279:25633739,25636039:25636374,25638586:25638716,25640337:25640571,25642073:25644190,25644544:25644795,25645300:25651799,25667508:25667890,25669917:25670290,25678937:25679630,25684795:25685322,25687501:25688055,25691101:25691556,25695656:25695972,25696549:25697075,25700538:25701039,25712570:25713071,25719366:25719725,25721485:25721791,25726422:25726513,25727717:25728078,25734591:25735162,25734599:25735006,25742072:25742715,25746579:25747026,25751535:25751832,25765645:25766161,25769866:25770252,25775666:25775954,25775669:25775908,25779002:25779331,25782539:25783144,25792335:25792968,25795726:25795915,25799755:25799896,25811285:25811537,25813349:25813499,25814608:25814907,25816292:25816474,25816294:2581643', 'assoc_mat': '25577171:papier:4461:25577380,25577630:papier:4461:25577819,25581566:papier:4461:25581902,25582996:papier:4461:25583211,25585204:papier:4461:25585340,25586140:papier:4461:25586310,25587499:papier:4461:25587738,25589930:papier:4461:25590184,25592294:papier:4461:25592546,25604430:papier:4461:25604682,25607476:papier:4461:25607673,25609320:papier:4461:25609372,25610670:papier:4461:25610825,25611914:papier:4461:25612184,25611941:papier:4461:25612113,25613129:papier:4461:25613239,25630861:papier:4461:25631227,25633279:papier:4461:25633739,25636039:papier:4461:25636374,25638586:papier:4461:25638716,25640337:papier:4461:25640571,25642073:papier:4461:25644190,25644544:papier:4461:25644795,25645300:papier:4461:25651799,25667508:papier:4461:25667890,25669917:papier:4461:25670290,25678937:papier:4461:25679630,25684795:papier:4461:25685322,25687501:papier:4461:25688055,25691101:papier:4461:25691556,25695656:papier:4461:25695972,25696549:papier:4461:25697075,25700538:papier:4461:25701039,25712570:papier:4461:25713071,2571'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015855034843924167, 'nb_photo': 6001, 'list_port_cont': '25577322,25580637,25583095,25583857,25585276,25589089,25590863,25590948,25592475,25593284,25593395,25605181,25607651,25609142,25610251,25610793,25611073,25611677,25612065,25613771,25630085,25633714,25636345,25638676,25640487,25640791,25642300,25645501,25647471,25648609,25669146,25674743,25685144,25686895,25687762,25691322,25695852,25700827,25702891,25704166,25707555,25715663,25719714,25727873,25730215,25730395,25733586,25733762,25737252,25740191,25742411,25745629,25764791,25768789,25774952,25779196,25780450,25780694,25782845,25787969,25788071,25788412,25792724,25795100,25808452,25810298,25812023,25816344,25816370,25816572,25817048,25818397,25818425,25820550,25822734,25825307,25866936,25869588,25869688,25873360,25876026,25886131,25887256,25891939,25892058,25904509,25906255,25906919,25912885,25916559,25916716,25917554,25921377,25921730,25923647,25924684,25930754,25931009,25973528,25973766,25974366,25974483,25974818,25974933,25981131,26020741,26020829,26021864,26021989,26022383,26022897,26023053,26036679,2603770', 'assoc_port': '25577174:25577322,25580401:25580637,25582992:25583095,25583784:25583857,25585205:25585276,25585545:25589089,25586141:25590863,25590795:25590948,25592281:25592475,25593103:25593395,25593105:25593284,25605067:25605181,25607480:25607651,25608990:25609142,25610127:25610251,25610666:25610793,25611024:25611073,25611604:25611677,25612032:25612065,25613715:25613771,25629830:25630085,25633273:25633714,25636042:25636345,25638584:25638676,25640338:25640487,25640754:25640791,25642075:25642300,25645294:25645501,25647267:25647471,25648355:25648609,25668764:25669146,25674370:25674743,25684799:25685144,25686543:25686895,25687503:25687762,25691066:25691322,25695657:25695852,25696552:25704166,25700539:25700827,25702664:25702891,25707499:25707555,25715248:25715663,25719397:25719714,25727719:25727873,25729958:25730395,25729970:25730215,25733343:25733762,25733352:25733586,25736971:25737252,25739903:25740191,25742097:25742411,25745382:25745629,25764316:25764791,25768346:25768789,25774800:25774952,25778996:25779196,25780119:2578069', 'assoc_mat': '25577174:papier:4200:25577322,25580401:papier:4200:25580637,25582992:papier:4200:25583095,25583784:papier:4200:25583857,25585205:papier:4200:25585276,25585545:papier:4200:25589089,25586141:papier:4200:25590863,25590795:papier:4200:25590948,25592281:papier:4200:25592475,25593103:papier:4200:25593395,25593105:papier:4200:25593284,25605067:papier:4200:25605181,25607480:papier:4200:25607651,25608990:papier:4200:25609142,25610127:papier:4200:25610251,25610666:papier:4200:25610793,25611024:papier:4200:25611073,25611604:papier:4200:25611677,25612032:papier:4200:25612065,25613715:papier:4200:25613771,25629830:papier:4200:25630085,25633273:papier:4200:25633714,25636042:papier:4200:25636345,25638584:papier:4200:25638676,25640338:papier:4200:25640487,25640754:papier:4200:25640791,25642075:papier:4200:25642300,25645294:papier:4200:25645501,25647267:papier:4200:25647471,25648355:papier:4200:25648609,25668764:papier:4200:25669146,25674370:papier:4200:25674743,25684799:papier:4200:25685144,25686543:papier:4200:25686895,2568'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9164876264143553, 'nb_photo': 47453, 'list_port_cont': '25580688,25581637,25581722,25586198,25603900,25608588,25609168,25611118,25611654,25611691,25614931,25615079,25633676,25633782,25637258,25639359,25650299,25650378,25658545,25673257,25684259,25687854,25695824,25700932,25712961,25721892,25726692,25733877,25745748,25751696,25766147,25773156,25780605,25780825,25792867,25811580,25813607,25814935,25817093,25825342,25866878,25873534,25878127,25887268,25887316,25892000,25909289,25909429,25912984,25919871,25920071,25924919,25930809,25973233,25973507,25973556,25973705,25974060,26020763,26021962,26022006,26024836,26025976,26028347,26037379,26038862,26039157,26040341,26041383,26044564,26044612,26061549,26061556,26061686,26061896,26062148,26062168,26062365,26062765,26062925,26063085,26063324,26065904,26066432,26069341,26070136,26070191,26070298,26070363,26070474,26072133,26073202,26073267,26073509,26073589,26076445,26083065,26092629,26113791,26115119,26118184,26118222,26120789,26130930,26131109,26143481,26145864,26146555,26150536,26155516,26158977,26161785,26200514,2620070', 'assoc_port': '25580380:25580688,25581569:25581637,25581570:25581722,25586136:25586198,25592297:25603900,25608429:25608588,25608988:25609168,25611020:25611118,25611599:25611691,25611602:25611654,25614817:25615079,25614819:25614931,25633271:25633782,25633275:25633676,25636907:25637258,25639144:25639359,25650163:25650378,25650167:25650299,25658372:25658545,25672857:25673257,25683782:25684259,25687505:25687854,25695653:25695824,25700533:25700932,25712557:25712961,25721454:25721892,25726409:25726692,25733337:25733877,25745374:25745748,25751534:25751696,25765642:25766147,25772539:25773156,25780111:25780825,25780136:25780605,25792380:25792867,25811282:25811580,25813342:25813607,25814607:25814935,25816876:25817093,25825108:25825342,25866508:25866878,25873073:25873534,25877606:25878127,25887022:25887316,25887023:25887268,25891753:25892000,25908706:25909429,25908743:25909289,25912507:25912984,25919712:25920071,25919715:25919871,25924424:25924919,25930407:25930809,25972697:25974060,25972718:25973705,25972722:25973507,25972791:2597355', 'assoc_mat': '25580380:papier:4209:25580688,25581569:papier:4209:25581637,25581570:papier:4209:25581722,25586136:papier:4209:25586198,25592297:papier:4209:25603900,25608429:papier:4209:25608588,25608988:papier:4209:25609168,25611020:papier:4209:25611118,25611599:papier:4209:25611691,25611602:papier:4209:25611654,25614817:papier:4209:25615079,25614819:papier:4209:25614931,25633271:papier:4209:25633782,25633275:papier:4209:25633676,25636907:papier:4209:25637258,25639144:papier:4209:25639359,25650163:papier:4209:25650378,25650167:papier:4209:25650299,25658372:papier:4209:25658545,25672857:papier:4209:25673257,25683782:papier:4209:25684259,25687505:papier:4209:25687854,25695653:papier:4209:25695824,25700533:papier:4209:25700932,25712557:papier:4209:25712961,25721454:papier:4209:25721892,25726409:papier:4209:25726692,25733337:papier:4209:25733877,25745374:papier:4209:25745748,25751534:papier:4209:25751696,25765642:papier:4209:25766147,25772539:papier:4209:25773156,25780111:papier:4209:25780825,25780136:papier:4209:25780605,2579'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9540040657940958, 'nb_photo': 25, 'list_port_cont': '25901234,26097677,26115030,26325714', 'assoc_port': '25900879:25901234,26096657:26097677,26114898:26115030,26325111:26325714', 'assoc_mat': '25900879:papier:3726:25901234,26096657:papier:3726:26097677,26114898:papier:3726:26115030,26325111:papier:3726:26325714'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011629357859325078, 'nb_photo': 28687, 'list_port_cont': '25577935,25577955,25580829,25581964,25583148,25583187,25583295,25587801,25588417,25590312,25591076,25593228,25593944,25595516,25599692,25604849,25607753,25608240,25608625,25609223,25609460,25610305,25610899,25611143,25611765,25612166,25612420,25613286,25613832,25630471,25631373,25632942,25635677,25638774,25639470,25640632,25642441,25642675,25645625,25645890,25647617,25648886,25651014,25669319,25670510,25674926,25685409,25687110,25691805,25692144,25696959,25697505,25701098,25701380,25703154,25715104,25716072,25719860,25720151,25722524,25726708,25726905,25730750,25731068,25735225,25737372,25737655,25740472,25742810,25747319,25764941,25766744,25769208,25770378,25774688,25776031,25776055,25779349,25779753,25784647,25785042,25786120,25788211,25793151,25793382,25795403,25800617,25808835,25810418,25811641,25813538,25815574,25815783,25816600,25817056,25817223,25818552,25820878,25823025,25823105,25824242,25824330,25825588,25866996,25870598,25872548,25872910,25876343,25879248,25890362,25892180,25892748,25901744,2590651', 'assoc_port': '25577629:25577955,25577631:25577935,25580398:25580829,25581549:25581964,25582988:25583295,25582991:25583187,25582997:25583148,25585203:25588417,25586132:25595516,25587501:25593944,25587503:25593228,25587505:25587801,25589929:25590312,25589970:25599692,25590813:25591076,25604427:25604849,25607439:25607753,25608155:25608240,25608432:25608625,25608969:25609223,25609323:25609460,25610126:25610305,25610668:25610899,25611021:25611143,25611594:25611765,25611934:25612166,25612350:25612420,25613125:25613286,25613675:25613832,25629824:25630471,25630867:25631373,25632563:25632942,25635074:25635677,25638567:25638774,25639141:25639470,25640336:25640632,25642038:25642675,25642054:25642441,25645293:25645890,25645299:25645625,25647272:25647617,25648357:25648886,25650833:25651014,25668768:25669319,25669903:25670510,25674373:25674926,25684796:25685409,25686545:25687110,25691054:25692144,25691060:25691805,25696546:25696959,25696548:25697505,25700531:25701380,25700536:25701098,25702663:25703154,25712562:25715104,25712573:2571607', 'assoc_mat': '25577629:papier:4211:25577955,25577631:papier:4211:25577935,25580398:papier:4211:25580829,25581549:papier:4211:25581964,25582988:papier:4211:25583295,25582991:papier:4211:25583187,25582997:papier:4211:25583148,25585203:papier:4211:25588417,25586132:papier:4211:25595516,25587501:papier:4211:25593944,25587503:papier:4211:25593228,25587505:papier:4211:25587801,25589929:papier:4211:25590312,25589970:papier:4211:25599692,25590813:papier:4211:25591076,25604427:papier:4211:25604849,25607439:papier:4211:25607753,25608155:papier:4211:25608240,25608432:papier:4211:25608625,25608969:papier:4211:25609223,25609323:papier:4211:25609460,25610126:papier:4211:25610305,25610668:papier:4211:25610899,25611021:papier:4211:25611143,25611594:papier:4211:25611765,25611934:papier:4211:25612166,25612350:papier:4211:25612420,25613125:papier:4211:25613286,25613675:papier:4211:25613832,25629824:papier:4211:25630471,25630867:papier:4211:25631373,25632563:papier:4211:25632942,25635074:papier:4211:25635677,25638567:papier:4211:25638774,2563'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.010909344091870622, 'nb_photo': 1157, 'list_port_cont': '25577498,25580219,25582033,25583306,25584026,25585693,25586615,25589466,25593803,25605340,25606916,25608671,25609522,25610358,25611211,25612240,25613353,25630568,25633047,25635806,25637496,25639503,25640700,25640958,25644951,25645873,25647762,25647996,25650635,25669430,25673978,25684595,25687144,25691917,25692074,25693214,25696256,25700058,25700107,25703281,25703687,25720138,25722301,25730726,25730820,25731060,25733794,25734101,25735420,25737653,25737752,25740519,25752088,25764673,25765292,25769424,25773589,25775391,25777515,25780985,25783463,25788424,25788606,25789401,25795568,25796056,25810903,25811676,25812149,25815017,25817327,25818595,25818639,25821178,25824222,25824396,25868263,25868379,25870687,25873701,25878453,25884804,25887507,25890507,25892252,25892868,25905093,25905417,25906894,25909959,25913164,25913232,25917063,25917096,25920696,25922023,25924080,25924182,25924291,25929106,25973793,25973925,25974172,25974281,25974412,25974619,25974694,25979261,25979587,25981570,26020957,26021117,26021156,2602268', 'assoc_port': '25577173:25577498,25579741:25580219,25581567:25582033,25582994:25583306,25583783:25584026,25585546:25585693,25586142:25589466,25586492:25586615,25593104:25593803,25605065:25605340,25606448:25606916,25608430:25608671,25609322:25609522,25610129:25610358,25611023:25611211,25611992:25612240,25613127:25613353,25629828:25630568,25632564:25633047,25635076:25635806,25636902:25637496,25639146:25639503,25640335:25640700,25640753:25640958,25644540:25644951,25645295:25645873,25647265:25647762,25647269:25647996,25650158:25650635,25668762:25669430,25672836:25673978,25683783:25684595,25686547:25687144,25691063:25692074,25691098:25691917,25692370:25693214,25695658:25696256,25699448:25700107,25699450:25700058,25702665:25703281,25703476:25703687,25719359:25720138,25721450:25722301,25729956:25731060,25729961:25730820,25729973:25730726,25733347:25733794,25733356:25734101,25734603:25735420,25736960:25737752,25736974:25737653,25739906:25740519,25751536:25752088,25762830:25764673,25764313:25765292,25768337:25769424,25772534:2577358', 'assoc_mat': '25577173:papier:3327:25577498,25579741:papier:3327:25580219,25581567:papier:3327:25582033,25582994:papier:3327:25583306,25583783:papier:3327:25584026,25585546:papier:3327:25585693,25586142:papier:3327:25589466,25586492:papier:3327:25586615,25593104:papier:3327:25593803,25605065:papier:3327:25605340,25606448:papier:3327:25606916,25608430:papier:3327:25608671,25609322:papier:3327:25609522,25610129:papier:3327:25610358,25611023:papier:3327:25611211,25611992:papier:3327:25612240,25613127:papier:3327:25613353,25629828:papier:3327:25630568,25632564:papier:3327:25633047,25635076:papier:3327:25635806,25636902:papier:3327:25637496,25639146:papier:3327:25639503,25640335:papier:3327:25640700,25640753:papier:3327:25640958,25644540:papier:3327:25644951,25645295:papier:3327:25645873,25647265:papier:3327:25647762,25647269:papier:3327:25647996,25650158:papier:3327:25650635,25668762:papier:3327:25669430,25672836:papier:3327:25673978,25683783:papier:3327:25684595,25686547:papier:3327:25687144,25691063:papier:3327:25692074,2569'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10972611569441088, 'nb_photo': 5574, 'list_port_cont': '25584796,25586294,25597313,25611725,25642425,25642561,25644984,25650407,25687868,25696086,25733750,25751948,25780496,25788126,25788320,25788685,25835494,25920153,26021794,26073441,26073658,26092686,26130782,26155565,26207762,26212177,26235804,26287289,26336714,26339018,26339704,26344979', 'assoc_port': '25583785:25584796,25586134:25586294,25596911:25597313,25611600:25611725,25642068:25642561,25642070:25642425,25644543:25644984,25650165:25650407,25687508:25687868,25695652:25696086,25733340:25733750,25751533:25751948,25780126:25780496,25787682:25788685,25787722:25788320,25787723:25788126,25832877:25835494,25919698:25920153,26021624:26021794,26072929:26073658,26072994:26073441,26092297:26092686,26130256:26130782,26155249:26155565,26207198:26207762,26211842:26212177,26235484:26235804,26286911:26287289,26335941:26339018,26335943:26336714,26339308:26339704,26344396:26344979', 'assoc_mat': '25583785:papier:3594:25584796,25586134:papier:3594:25586294,25596911:papier:3594:25597313,25611600:papier:3594:25611725,25642068:papier:3594:25642561,25642070:papier:3594:25642425,25644543:papier:3594:25644984,25650165:papier:3594:25650407,25687508:papier:3594:25687868,25695652:papier:3594:25696086,25733340:papier:3594:25733750,25751533:papier:3594:25751948,25780126:papier:3594:25780496,25787682:papier:3594:25788685,25787722:papier:3594:25788320,25787723:papier:3594:25788126,25832877:papier:3594:25835494,25919698:papier:3594:25920153,26021624:papier:3594:26021794,26072929:papier:3594:26073658,26072994:papier:3594:26073441,26092297:papier:3594:26092686,26130256:papier:3594:26130782,26155249:papier:3594:26155565,26207198:papier:3594:26207762,26211842:papier:3594:26212177,26235484:papier:3594:26235804,26286911:papier:3594:26287289,26335941:papier:3594:26339018,26335943:papier:3594:26336714,26339308:papier:3594:26339704,26344396:papier:3594:26344979'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0040256099234823334, 'nb_photo': 72, 'list_port_cont': '25579279,25604485,25610239,25631963,25640836,25685085,25732872,25769683,25789997,25811389,25817977,25868507,25884070,25909785,25927191,25931461,26021599,26023492,26036696,26040801,26064484,26075474,26076376,26077335,26106632,26110985,26138121,26151660,26160041,26213444,26217848,26243881,26269860,26306168,26314330,26353834,26366139', 'assoc_port': '25577627:25579279,25604429:25604485,25610130:25610239,25630859:25631963,25640751:25640836,25684797:25685085,25729964:25732872,25764308:25769683,25787675:25789997,25811287:25811389,25817915:25817977,25867623:25868507,25883929:25884070,25905642:25909785,25917397:25927191,25931371:25931461,26020558:26021599,26021574:26023492,26036530:26036696,26040462:26040801,26061336:26064484,26072894:26076376,26072958:26077335,26073015:26075474,26078693:26106632,26092290:26110985,26130280:26138121,26141882:26151660,26152798:26160041,26209225:26213444,26215058:26217848,26235486:26243881,26259646:26269860,26286916:26306168,26297425:26314330,26321165:26353834,26347653:26366139', 'assoc_mat': '25577627:pehd:4205:25579279,25604429:pehd:4205:25604485,25610130:pehd:4205:25610239,25630859:pehd:4205:25631963,25640751:pehd:4205:25640836,25684797:pehd:4205:25685085,25729964:pehd:4205:25732872,25764308:pehd:4205:25769683,25787675:pehd:4205:25789997,25811287:pehd:4205:25811389,25817915:pehd:4205:25817977,25867623:pehd:4205:25868507,25883929:pehd:4205:25884070,25905642:pehd:4205:25909785,25917397:pehd:4205:25927191,25931371:pehd:4205:25931461,26020558:pehd:4205:26021599,26021574:pehd:4205:26023492,26036530:pehd:4205:26036696,26040462:pehd:4205:26040801,26061336:pehd:4205:26064484,26072894:pehd:4205:26076376,26072958:pehd:4205:26077335,26073015:pehd:4205:26075474,26078693:pehd:4205:26106632,26092290:pehd:4205:26110985,26130280:pehd:4205:26138121,26141882:pehd:4205:26151660,26152798:pehd:4205:26160041,26209225:pehd:4205:26213444,26215058:pehd:4205:26217848,26235486:pehd:4205:26243881,26259646:pehd:4205:26269860,26286916:pehd:4205:26306168,26297425:pehd:4205:26314330,26321165:pehd:4205:26353834,26347653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0024970575565427112, 'nb_photo': 187, 'list_port_cont': '25580937,25583947,25590999,25606751,25632095,25643818,25684231,25703810,25727507,25772551,25777376,25810827,25824836,25871773,25894516,25909863,25920747,25976282,25989584,26025641,26027270,26040131,26063828,26063956,26064965,26072761,26075750,26077160,26108682,26111370,26125450,26130838,26142220,26163978,26209429,26214070,26242950,26245469,26261689,26275686,26281876,26308134,26328205,26356223,26365452', 'assoc_port': '25580381:25580937,25583787:25583947,25589925:25590999,25606446:25606751,25630831:25632095,25642040:25643818,25674372:25684231,25702666:25703810,25725310:25727507,25765639:25772551,25777185:25777376,25810539:25810827,25822468:25824836,25870117:25871773,25894093:25894516,25905559:25909863,25917394:25920747,25972758:25976282,25972863:25989584,26021547:26025641,26021630:26027270,26039667:26040131,26061196:26063956,26061298:26064965,26061359:26063828,26071842:26072761,26072935:26077160,26073002:26075750,26082491:26108682,26095210:26111370,26117047:26125450,26122868:26130838,26141883:26142220,26158720:26163978,26202838:26209429,26209233:26214070,26226079:26242950,26237654:26245469,26256611:26261689,26264402:26275686,26270767:26281876,26290561:26308134,26323538:26356223,26327726:26328205,26343121:26365452', 'assoc_mat': '25580381:pehd:4203:25580937,25583787:pehd:4203:25583947,25589925:pehd:4203:25590999,25606446:pehd:4203:25606751,25630831:pehd:4203:25632095,25642040:pehd:4203:25643818,25674372:pehd:4203:25684231,25702666:pehd:4203:25703810,25725310:pehd:4203:25727507,25765639:pehd:4203:25772551,25777185:pehd:4203:25777376,25810539:pehd:4203:25810827,25822468:pehd:4203:25824836,25870117:pehd:4203:25871773,25894093:pehd:4203:25894516,25905559:pehd:4203:25909863,25917394:pehd:4203:25920747,25972758:pehd:4203:25976282,25972863:pehd:4203:25989584,26021547:pehd:4203:26025641,26021630:pehd:4203:26027270,26039667:pehd:4203:26040131,26061196:pehd:4203:26063956,26061298:pehd:4203:26064965,26061359:pehd:4203:26063828,26071842:pehd:4203:26072761,26072935:pehd:4203:26077160,26073002:pehd:4203:26075750,26082491:pehd:4203:26108682,26095210:pehd:4203:26111370,26117047:pehd:4203:26125450,26122868:pehd:4203:26130838,26141883:pehd:4203:26142220,26158720:pehd:4203:26163978,26202838:pehd:4203:26209429,26209233:pehd:4203:26214070,26226079:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003220361275080709, 'nb_photo': 319, 'list_port_cont': '25577418,25583142,25583836,25600460,25600859,25603856,25604132,25604350,25604547,25605148,25607708,25608188,25609364,25611706,25631032,25631766,25632113,25638190,25639310,25639477,25640768,25646463,25647461,25674827,25682970,25686305,25691254,25700266,25702392,25704347,25715059,25718894,25722204,25727235,25730603,25736426,25737144,25742584,25748314,25751742,25771679,25774763,25775228,25782706,25783020,25795905,25809393,25809471,25810374,25813468,25824507,25867417,25869505,25870227,25874326,25885316,25892767,25893150,25909060,25909646,25914681,25918507,25920791,25922424,25927779,25932120,25932504,25974633,25974982,25975758,25975924,25976174,25976793,25976935,25977041,25988617,26020717,26021542,26021840,26023142,26023893,26025334,26027033,26036587,26036826,26037171,26037788,26038709,26038771,26041607,26041634,26041959,26061385,26061446,26062002,26063659,26063936,26064328,26064624,26064687,26064721,26064740,26065585,26073683,26074249,26074698,26075405,26075559,26075656,26075691,26076395,26076954,26077123,2607722', 'assoc_port': '25577172:25577418,25582995:25583142,25583782:25583836,25585202:25604132,25586130:25600460,25587507:25604350,25590812:25600859,25592296:25603856,25604428:25604547,25605068:25605148,25607481:25607708,25608156:25608188,25609324:25609364,25611606:25611706,25629826:25631032,25630845:25631766,25630865:25632113,25636045:25638190,25638566:25639310,25639148:25639477,25640756:25640768,25644542:25646463,25645297:25647461,25669900:25674827,25672818:25682970,25678919:25686305,25691080:25704347,25691104:25691254,25696547:25700266,25699452:25702392,25712567:25715059,25715257:25718894,25719374:25722204,25725307:25727235,25727718:25730603,25733334:25736426,25734593:25737144,25739911:25742584,25745377:25748314,25746574:25751742,25765636:25771679,25768340:25774763,25774801:25775228,25780132:25783020,25782547:25782706,25794774:25795905,25808150:25809471,25808156:25809393,25810191:25810374,25813347:25813468,25823752:25824507,25866494:25867417,25869432:25869505,25870121:25870227,25871861:25874326,25877608:25885316,25891749:2589315', 'assoc_mat': '25577172:pehd:4207:25577418,25582995:pehd:4207:25583142,25583782:pehd:4207:25583836,25585202:pehd:4207:25604132,25586130:pehd:4207:25600460,25587507:pehd:4207:25604350,25590812:pehd:4207:25600859,25592296:pehd:4207:25603856,25604428:pehd:4207:25604547,25605068:pehd:4207:25605148,25607481:pehd:4207:25607708,25608156:pehd:4207:25608188,25609324:pehd:4207:25609364,25611606:pehd:4207:25611706,25629826:pehd:4207:25631032,25630845:pehd:4207:25631766,25630865:pehd:4207:25632113,25636045:pehd:4207:25638190,25638566:pehd:4207:25639310,25639148:pehd:4207:25639477,25640756:pehd:4207:25640768,25644542:pehd:4207:25646463,25645297:pehd:4207:25647461,25669900:pehd:4207:25674827,25672818:pehd:4207:25682970,25678919:pehd:4207:25686305,25691080:pehd:4207:25704347,25691104:pehd:4207:25691254,25696547:pehd:4207:25700266,25699452:pehd:4207:25702392,25712567:pehd:4207:25715059,25715257:pehd:4207:25718894,25719374:pehd:4207:25722204,25725307:pehd:4207:25727235,25727718:pehd:4207:25730603,25733334:pehd:4207:25736426,25734593:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008118394520923443, 'nb_photo': 26, 'list_port_cont': '25679634,25713074,25735015,25972963,26024966,26036751,26041725,26061597,26076459,26078004,26095708,26099304,26143526,26193850,26202480,26214661,26215208,26236724,26237894,26262043,26273856,26319336,26339643', 'assoc_port': '25678937:25679634,25712570:25713074,25734599:25735015,25972652:25972963,26021628:26024966,26036529:26036751,26041227:26041725,26061371:26061597,26076282:26076459,26077547:26078004,26095208:26095708,26099024:26099304,26143300:26143526,26193503:26193850,26202344:26202480,26214360:26214661,26215060:26215208,26236421:26236724,26237649:26237894,26261657:26262043,26273619:26273856,26318903:26319336,26339306:26339643', 'assoc_mat': '25678937:pehd:4461:25679634,25712570:pehd:4461:25713074,25734599:pehd:4461:25735015,25972652:pehd:4461:25972963,26021628:pehd:4461:26024966,26036529:pehd:4461:26036751,26041227:pehd:4461:26041725,26061371:pehd:4461:26061597,26076282:pehd:4461:26076459,26077547:pehd:4461:26078004,26095208:pehd:4461:26095708,26099024:pehd:4461:26099304,26143300:pehd:4461:26143526,26193503:pehd:4461:26193850,26202344:pehd:4461:26202480,26214360:pehd:4461:26214661,26215060:pehd:4461:26215208,26236421:pehd:4461:26236724,26237649:pehd:4461:26237894,26261657:pehd:4461:26262043,26273619:pehd:4461:26273856,26318903:pehd:4461:26319336,26339306:pehd:4461:26339643'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.006494929035319074, 'nb_photo': 634, 'list_port_cont': '25577319,25580648,25583088,25583866,25585272,25589086,25590859,25592471,25593289,25593396,25605170,25607652,25609130,25611081,25613764,25630084,25633721,25636342,25638671,25640793,25642306,25645502,25647467,25648614,25669149,25674746,25685138,25686892,25695844,25700832,25702895,25704167,25707569,25715666,25719701,25727871,25730219,25730400,25737251,25740198,25742416,25745632,25764801,25768796,25774948,25779200,25780452,25787960,25788418,25792714,25795105,25808440,25810294,25812029,25816353,25816372,25816582,25817037,25818427,25820560,25822731,25825293,25866928,25869595,25873364,25876029,25886129,25887248,25891942,25904510,25906251,25906920,25912886,25916558,25916703,25917563,25921363,25921724,25923645,25924670,25930763,25931001,25973539,25973782,25974355,25974479,25974821,25974926,25981130,26020738,26020837,26021865,26021978,26022391,26023050,26037707,26037838,26038688,26039062,26039725,26039882,26039968,26040510,26041695,26041933,26042318,26044521,26061407,26061459,26061633,26061811,26062026,26062303,2606251', 'assoc_port': '25577174:25577319,25580401:25580648,25582992:25583088,25583784:25583866,25585205:25585272,25585545:25589086,25586141:25590859,25592281:25592471,25593103:25593396,25593105:25593289,25605067:25605170,25607480:25607652,25608990:25609130,25611024:25611081,25613715:25613764,25629830:25630084,25633273:25633721,25636042:25636342,25638584:25638671,25640754:25640793,25642075:25642306,25645294:25645502,25647267:25647467,25648355:25648614,25668764:25669149,25674370:25674746,25684799:25685138,25686543:25686892,25695657:25695844,25696552:25704167,25700539:25700832,25702664:25702895,25707499:25707569,25715248:25715666,25719397:25719701,25727719:25727871,25729958:25730400,25729970:25730219,25736971:25737251,25739903:25740198,25742097:25742416,25745382:25745632,25764316:25764801,25768346:25768796,25774800:25774948,25778996:25779200,25780128:25780452,25787678:25788418,25787728:25787960,25792332:25792714,25794775:25795105,25808153:25808440,25810197:25810294,25811866:25812029,25816286:25816582,25816288:25816353,25816298:2581637', 'assoc_mat': '25577174:pehd:4200:25577319,25580401:pehd:4200:25580648,25582992:pehd:4200:25583088,25583784:pehd:4200:25583866,25585205:pehd:4200:25585272,25585545:pehd:4200:25589086,25586141:pehd:4200:25590859,25592281:pehd:4200:25592471,25593103:pehd:4200:25593396,25593105:pehd:4200:25593289,25605067:pehd:4200:25605170,25607480:pehd:4200:25607652,25608990:pehd:4200:25609130,25611024:pehd:4200:25611081,25613715:pehd:4200:25613764,25629830:pehd:4200:25630084,25633273:pehd:4200:25633721,25636042:pehd:4200:25636342,25638584:pehd:4200:25638671,25640754:pehd:4200:25640793,25642075:pehd:4200:25642306,25645294:pehd:4200:25645502,25647267:pehd:4200:25647467,25648355:pehd:4200:25648614,25668764:pehd:4200:25669149,25674370:pehd:4200:25674746,25684799:pehd:4200:25685138,25686543:pehd:4200:25686892,25695657:pehd:4200:25695844,25696552:pehd:4200:25704167,25700539:pehd:4200:25700832,25702664:pehd:4200:25702895,25707499:pehd:4200:25707569,25715248:pehd:4200:25715666,25719397:pehd:4200:25719701,25727719:pehd:4200:25727871,25729958:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006504883946764794, 'nb_photo': 207, 'list_port_cont': '25580685,25581646,25581719,25586206,25603905,25608585,25609182,25611124,25614933,25615082,25633789,25637269,25650304,25650373,25673271,25684244,25687847,25695831,25712969,25745742,25751682,25766138,25773150,25780828,25792873,25811575,25813617,25825330,25866879,25873539,25878132,25887272,25887319,25909298,25912986,25920072,25924906,25973229,25973514,25973557,25973695,25974052,26020756,26021958,26021999,26025987,26038854,26039161,26040343,26041390,26044608,26061562,26061696,26061907,26062369,26062767,26062916,26063084,26063327,26065909,26069345,26070184,26073198,26073275,26073510,26073586,26076441,26083054,26092624,26115121,26118181,26118228,26120803,26130916,26131114,26143483,26155527,26158978,26161786,26203221,26211998,26212093,26226986,26235733,26241260,26260077,26265302,26271795,26278594,26287445,26293260,26293495,26323920,26328147,26336384,26344733,26357165', 'assoc_port': '25580380:25580685,25581569:25581646,25581570:25581719,25586136:25586206,25592297:25603905,25608429:25608585,25608988:25609182,25611020:25611124,25614817:25615082,25614819:25614933,25633271:25633789,25636907:25637269,25650163:25650373,25650167:25650304,25672857:25673271,25683782:25684244,25687505:25687847,25695653:25695831,25712557:25712969,25745374:25745742,25751534:25751682,25765642:25766138,25772539:25773150,25780111:25780828,25792380:25792873,25811282:25811575,25813342:25813617,25825108:25825330,25866508:25866879,25873073:25873539,25877606:25878132,25887022:25887319,25887023:25887272,25908743:25909298,25912507:25912986,25919712:25920072,25924424:25924906,25972697:25974052,25972718:25973695,25972722:25973514,25972791:25973557,25972871:25973229,26020604:26020756,26021544:26025987,26021577:26021999,26021622:26021958,26037263:26039161,26038518:26040343,26038669:26038854,26039668:26041390,26041233:26044608,26061205:26063327,26061217:26063084,26061223:26062916,26061235:26062767,26061240:26062369,26061284:2606590', 'assoc_mat': '25580380:pehd:4209:25580685,25581569:pehd:4209:25581646,25581570:pehd:4209:25581719,25586136:pehd:4209:25586206,25592297:pehd:4209:25603905,25608429:pehd:4209:25608585,25608988:pehd:4209:25609182,25611020:pehd:4209:25611124,25614817:pehd:4209:25615082,25614819:pehd:4209:25614933,25633271:pehd:4209:25633789,25636907:pehd:4209:25637269,25650163:pehd:4209:25650373,25650167:pehd:4209:25650304,25672857:pehd:4209:25673271,25683782:pehd:4209:25684244,25687505:pehd:4209:25687847,25695653:pehd:4209:25695831,25712557:pehd:4209:25712969,25745374:pehd:4209:25745742,25751534:pehd:4209:25751682,25765642:pehd:4209:25766138,25772539:pehd:4209:25773150,25780111:pehd:4209:25780828,25792380:pehd:4209:25792873,25811282:pehd:4209:25811575,25813342:pehd:4209:25813617,25825108:pehd:4209:25825330,25866508:pehd:4209:25866879,25873073:pehd:4209:25873539,25877606:pehd:4209:25878132,25887022:pehd:4209:25887319,25887023:pehd:4209:25887272,25908743:pehd:4209:25909298,25912507:pehd:4209:25912986,25919712:pehd:4209:25920072,25924424:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9558466748654268, 'nb_photo': 8817, 'list_port_cont': '25577937,25577967,25580830,25581955,25583159,25583188,25583290,25587808,25588419,25590313,25591086,25593230,25593947,25595517,25599685,25604848,25607749,25608235,25608626,25609215,25609449,25610308,25610886,25611142,25611771,25612173,25612421,25613287,25613838,25630486,25631376,25632933,25635680,25638786,25639463,25640635,25642448,25642661,25645617,25645893,25647619,25648887,25651022,25669329,25670511,25674927,25685404,25687092,25691806,25692143,25696974,25697512,25701094,25701369,25703143,25715106,25716057,25719851,25720162,25722525,25726710,25726902,25730755,25731073,25735231,25737374,25737668,25740486,25742787,25747313,25764937,25766740,25769212,25770387,25774691,25776036,25776056,25779355,25779749,25784656,25785046,25786107,25788219,25793147,25793381,25795391,25800618,25808831,25810423,25811639,25813551,25815585,25815778,25816602,25817070,25817217,25818542,25820873,25823023,25823095,25824233,25824336,25825585,25866994,25870596,25872536,25872911,25876352,25879235,25890368,25892182,25892743,25901734,2590651', 'assoc_port': '25577629:25577967,25577631:25577937,25580398:25580830,25581549:25581955,25582988:25583290,25582991:25583188,25582997:25583159,25585203:25588419,25586132:25595517,25587501:25593947,25587503:25593230,25587505:25587808,25589929:25590313,25589970:25599685,25590813:25591086,25604427:25604848,25607439:25607749,25608155:25608235,25608432:25608626,25608969:25609215,25609323:25609449,25610126:25610308,25610668:25610886,25611021:25611142,25611594:25611771,25611934:25612173,25612350:25612421,25613125:25613287,25613675:25613838,25629824:25630486,25630867:25631376,25632563:25632933,25635074:25635680,25638567:25638786,25639141:25639463,25640336:25640635,25642038:25642661,25642054:25642448,25645293:25645893,25645299:25645617,25647272:25647619,25648357:25648887,25650833:25651022,25668768:25669329,25669903:25670511,25674373:25674927,25684796:25685404,25686545:25687092,25691054:25692143,25691060:25691806,25696546:25696974,25696548:25697512,25700531:25701369,25700536:25701094,25702663:25703143,25712562:25715106,25712573:2571605', 'assoc_mat': '25577629:pehd:4211:25577967,25577631:pehd:4211:25577937,25580398:pehd:4211:25580830,25581549:pehd:4211:25581955,25582988:pehd:4211:25583290,25582991:pehd:4211:25583188,25582997:pehd:4211:25583159,25585203:pehd:4211:25588419,25586132:pehd:4211:25595517,25587501:pehd:4211:25593947,25587503:pehd:4211:25593230,25587505:pehd:4211:25587808,25589929:pehd:4211:25590313,25589970:pehd:4211:25599685,25590813:pehd:4211:25591086,25604427:pehd:4211:25604848,25607439:pehd:4211:25607749,25608155:pehd:4211:25608235,25608432:pehd:4211:25608626,25608969:pehd:4211:25609215,25609323:pehd:4211:25609449,25610126:pehd:4211:25610308,25610668:pehd:4211:25610886,25611021:pehd:4211:25611142,25611594:pehd:4211:25611771,25611934:pehd:4211:25612173,25612350:pehd:4211:25612421,25613125:pehd:4211:25613287,25613675:pehd:4211:25613838,25629824:pehd:4211:25630486,25630867:pehd:4211:25631376,25632563:pehd:4211:25632933,25635074:pehd:4211:25635680,25638567:pehd:4211:25638786,25639141:pehd:4211:25639463,25640336:pehd:4211:25640635,25642038:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0015491347849590684, 'nb_photo': 5, 'list_port_cont': '25817331,25818640,26236210,26240822', 'assoc_port': '25816874:25817331,25818301:25818640,26235477:26236210,26240302:26240822', 'assoc_mat': '25816874:pehd:3327:25817331,25818301:pehd:3327:25818640,26235477:pehd:3327:26236210,26240302:pehd:3327:26240822'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.00011257080886781088, 'nb_photo': 5, 'list_port_cont': '25586288,25780499,25788678,26207764,26287283', 'assoc_port': '25586134:25586288,25780126:25780499,25787682:25788678,26207198:26207764,26286911:26287283', 'assoc_mat': '25586134:pehd:3594:25586288,25780126:pehd:3594:25780499,25787682:pehd:3594:25788678,26207198:pehd:3594:26207764,26286911:pehd:3594:26287283'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0026688544891344253, 'nb_photo': 13, 'list_port_cont': '25685080,25703195,25732873,25790007,25811385,25868518,25884063,26062127,26075477,26269857', 'assoc_port': '25684797:25685080,25700541:25703195,25729964:25732873,25787675:25790007,25811287:25811385,25867623:25868518,25883929:25884063,26061163:26062127,26073015:26075477,26259646:26269857', 'assoc_mat': '25684797:pet_clair:4205:25685080,25700541:pet_clair:4205:25703195,25729964:pet_clair:4205:25732873,25787675:pet_clair:4205:25790007,25811287:pet_clair:4205:25811385,25867623:pet_clair:4205:25868518,25883929:pet_clair:4205:25884063,26061163:pet_clair:4205:26062127,26073015:pet_clair:4205:26075477,26259646:pet_clair:4205:26269857'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00022045622136196216, 'nb_photo': 3, 'list_port_cont': '25772554,26025649,26275687', 'assoc_port': '25765639:25772554,26021547:26025649,26264402:26275687', 'assoc_mat': '25765639:pet_clair:4203:25772554,26021547:pet_clair:4203:26025649,26264402:pet_clair:4203:26275687'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021251239501026324, 'nb_photo': 21, 'list_port_cont': '25643718,25649631,25673091,25784619,25821408,25824673,25889112,25927773,25938380,25974644,25974993,26037012,26041761,26045004,26109404,26111551,26270361,26316288,26351256', 'assoc_port': '25642072:25643718,25647274:25649631,25672877:25673091,25772537:25784619,25820344:25821408,25822495:25824673,25887020:25889112,25923412:25927773,25928088:25938380,25972645:25974644,25972686:25974993,26036998:26037012,26041229:26041761,26044959:26045004,26084015:26109404,26099018:26111551,26260258:26270361,26302797:26351256,26305433:26316288', 'assoc_mat': '25642072:pet_clair:4207:25643718,25647274:pet_clair:4207:25649631,25672877:pet_clair:4207:25673091,25772537:pet_clair:4207:25784619,25820344:pet_clair:4207:25821408,25822495:pet_clair:4207:25824673,25887020:pet_clair:4207:25889112,25923412:pet_clair:4207:25927773,25928088:pet_clair:4207:25938380,25972645:pet_clair:4207:25974644,25972686:pet_clair:4207:25974993,26036998:pet_clair:4207:26037012,26041229:pet_clair:4207:26041761,26044959:pet_clair:4207:26045004,26084015:pet_clair:4207:26109404,26099018:pet_clair:4207:26111551,26260258:pet_clair:4207:26270361,26302797:pet_clair:4207:26351256,26305433:pet_clair:4207:26316288'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0033737037923919706, 'nb_photo': 2, 'list_port_cont': '25640585,26210697', 'assoc_port': '25640337:25640585,26210161:26210697', 'assoc_mat': '25640337:pet_clair:4461:25640585,26210161:pet_clair:4461:26210697'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.005490654641921429, 'nb_photo': 156, 'list_port_cont': '25583087,25590954,25593400,25609138,25610249,25610791,25611679,25612074,25613770,25630086,25633712,25636340,25638675,25640802,25642309,25686898,25687749,25707567,25719700,25730222,25745641,25764802,25774949,25782842,25788066,25792713,25808447,25810288,25816350,25816578,25818395,25866938,25873359,25876035,25886117,25887249,25892049,25904505,25912883,25916553,25917550,25921374,25930757,25931006,25974481,25974822,25981136,26020737,26021857,26021984,26023045,26036675,26038687,26039880,26039973,26040518,26041682,26061465,26061807,26062532,26062995,26063631,26063976,26071506,26073218,26073284,26073492,26074214,26074463,26074866,26075530,26088922,26091191,26092336,26099170,26113188,26115791,26118215,26120679,26128333,26130732,26136043,26142353,26145946,26155079,26160682,26198999,26202471,26207396,26207595,26214559,26225343,26236690,26255037,26257027,26260609,26263023,26266806,26267507,26269686,26271754,26285235,26292296,26328040', 'assoc_port': '25582992:25583087,25590795:25590954,25593103:25593400,25608990:25609138,25610127:25610249,25610666:25610791,25611604:25611679,25612032:25612074,25613715:25613770,25629830:25630086,25633273:25633712,25636042:25636340,25638584:25638675,25640754:25640802,25642075:25642309,25686543:25686898,25687503:25687749,25707499:25707567,25719397:25719700,25729970:25730222,25745382:25745641,25764316:25764802,25774800:25774949,25782542:25782842,25787683:25788066,25792332:25792713,25808153:25808447,25810197:25810288,25816286:25816578,25816288:25816350,25818307:25818395,25866492:25866938,25873070:25873359,25875786:25876035,25878871:25886117,25887027:25887249,25891748:25892049,25904281:25904505,25912503:25912883,25916185:25916553,25917403:25917550,25921073:25921374,25930362:25931006,25930383:25930757,25972703:25974822,25972755:25974481,25972833:25981136,26020561:26020737,26021583:26023045,26021629:26021984,26021634:26021857,26036528:26036675,26038507:26038687,26038512:26039973,26039675:26039880,26040172:26040518,26041225:2604168', 'assoc_mat': '25582992:pet_clair:4200:25583087,25590795:pet_clair:4200:25590954,25593103:pet_clair:4200:25593400,25608990:pet_clair:4200:25609138,25610127:pet_clair:4200:25610249,25610666:pet_clair:4200:25610791,25611604:pet_clair:4200:25611679,25612032:pet_clair:4200:25612074,25613715:pet_clair:4200:25613770,25629830:pet_clair:4200:25630086,25633273:pet_clair:4200:25633712,25636042:pet_clair:4200:25636340,25638584:pet_clair:4200:25638675,25640754:pet_clair:4200:25640802,25642075:pet_clair:4200:25642309,25686543:pet_clair:4200:25686898,25687503:pet_clair:4200:25687749,25707499:pet_clair:4200:25707567,25719397:pet_clair:4200:25719700,25729970:pet_clair:4200:25730222,25745382:pet_clair:4200:25745641,25764316:pet_clair:4200:25764802,25774800:pet_clair:4200:25774949,25782542:pet_clair:4200:25782842,25787683:pet_clair:4200:25788066,25792332:pet_clair:4200:25792713,25808153:pet_clair:4200:25808447,25810197:pet_clair:4200:25810288,25816286:pet_clair:4200:25816578,25816288:pet_clair:4200:25816350,25818307:pet_clair:4200:25818395,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0010236154127488152, 'nb_photo': 4, 'list_port_cont': '25673265,25773148,26150527,26278602', 'assoc_port': '25672857:25673265,25772539:25773148,26150196:26150527,26278367:26278602', 'assoc_mat': '25672857:pet_clair:4209:25673265,25772539:pet_clair:4209:25773148,26150196:pet_clair:4209:26150527,26278367:pet_clair:4209:26278602'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.005215311713956962, 'nb_photo': 227, 'list_port_cont': '25577932,25583181,25583294,25588420,25590318,25604845,25608638,25609224,25609455,25610889,25630475,25632938,25635691,25692142,25701384,25703140,25722528,25731071,25740476,25747321,25785051,25788217,25808840,25811636,25815776,25816603,25872912,25879236,25892177,25921836,25924954,25925424,25973361,25973400,25974316,25975892,26024178,26036868,26037719,26039249,26040045,26041254,26041965,26045145,26063064,26064006,26064382,26073686,26074092,26074453,26075326,26076329,26113420,26114015,26127214,26128896,26141554,26142585,26146781,26149452,26150674,26153302,26156985,26212281,26215256,26227074,26235903,26237953,26240568,26289675,26294244,26308350,26325947,26332767', 'assoc_port': '25577631:25577932,25582988:25583294,25582991:25583181,25585203:25588420,25589929:25590318,25604427:25604845,25608432:25608638,25608969:25609224,25609323:25609455,25610668:25610889,25629824:25630475,25632563:25632938,25635074:25635691,25691054:25692142,25700531:25701384,25702663:25703140,25721457:25722528,25729954:25731071,25739908:25740476,25746576:25747321,25784015:25785051,25787681:25788217,25808154:25808840,25811284:25811636,25811290:25815776,25816296:25816603,25871859:25872912,25878856:25879236,25891750:25892177,25921080:25921836,25924417:25925424,25924422:25924954,25972695:25975892,25972803:25974316,25972839:25973400,25972874:25973361,26021579:26024178,26036521:26036868,26037369:26037719,26038510:26040045,26038523:26041254,26038964:26039249,26040173:26041965,26045046:26045145,26061166:26063064,26061216:26064382,26061357:26064006,26072932:26076329,26072985:26075326,26073007:26074453,26073042:26074092,26073086:26073686,26113021:26113420,26113653:26114015,26126331:26127214,26128202:26128896,26135680:2614155', 'assoc_mat': '25577631:pet_clair:4211:25577932,25582988:pet_clair:4211:25583294,25582991:pet_clair:4211:25583181,25585203:pet_clair:4211:25588420,25589929:pet_clair:4211:25590318,25604427:pet_clair:4211:25604845,25608432:pet_clair:4211:25608638,25608969:pet_clair:4211:25609224,25609323:pet_clair:4211:25609455,25610668:pet_clair:4211:25610889,25629824:pet_clair:4211:25630475,25632563:pet_clair:4211:25632938,25635074:pet_clair:4211:25635691,25691054:pet_clair:4211:25692142,25700531:pet_clair:4211:25701384,25702663:pet_clair:4211:25703140,25721457:pet_clair:4211:25722528,25729954:pet_clair:4211:25731071,25739908:pet_clair:4211:25740476,25746576:pet_clair:4211:25747321,25784015:pet_clair:4211:25785051,25787681:pet_clair:4211:25788217,25808154:pet_clair:4211:25808840,25811284:pet_clair:4211:25811636,25811290:pet_clair:4211:25815776,25816296:pet_clair:4211:25816603,25871859:pet_clair:4211:25872912,25878856:pet_clair:4211:25879236,25891750:pet_clair:4211:25892177,25921080:pet_clair:4211:25921836,25924417:pet_clair:4211:25925424,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840963629305775, 'nb_photo': 141103, 'list_port_cont': '25577500,25580217,25582032,25583305,25584032,25585403,25585695,25586625,25589469,25593806,25594711,25599101,25605338,25606919,25608677,25609529,25610349,25611215,25612237,25613361,25630569,25633050,25635797,25637482,25639500,25640705,25640955,25644962,25645874,25647761,25647995,25650561,25650634,25669426,25673971,25684605,25687154,25691913,25692063,25693202,25696254,25700062,25700106,25703293,25703694,25720129,25722302,25730720,25730821,25731050,25733802,25734095,25735428,25737643,25737747,25740509,25746092,25752095,25764665,25765295,25769419,25773584,25775393,25777511,25780978,25783453,25788436,25788594,25789398,25795569,25796045,25806806,25810908,25811681,25812151,25815014,25817340,25818601,25818642,25821177,25823456,25824218,25824307,25824391,25868274,25868393,25870688,25873712,25878473,25884813,25887517,25887568,25890501,25892264,25892867,25893003,25905088,25905418,25906900,25909964,25913174,25913234,25917062,25917088,25920699,25922024,25924088,25924193,25924293,25929100,25931658,25937576,25973800,2597391', 'assoc_port': '25577173:25577500,25579741:25580217,25581567:25582032,25582994:25583305,25583783:25584032,25585201:25585403,25585546:25585695,25586142:25589469,25586492:25586625,25590799:25594711,25592295:25599101,25593104:25593806,25605065:25605338,25606448:25606919,25608430:25608677,25609322:25609529,25610129:25610349,25611023:25611215,25611992:25612237,25613127:25613361,25629828:25630569,25632564:25633050,25635076:25635797,25636902:25637482,25639146:25639500,25640335:25640705,25640753:25640955,25644540:25644962,25645295:25645874,25647265:25647761,25647269:25647995,25650158:25650634,25650161:25650561,25668762:25669426,25672836:25673971,25683783:25684605,25686547:25687154,25691063:25692063,25691098:25691913,25692370:25693202,25695658:25696254,25699448:25700106,25699450:25700062,25702665:25703293,25703476:25703694,25719359:25720129,25721450:25722302,25729956:25731050,25729961:25730821,25729973:25730720,25733347:25733802,25733356:25734095,25734603:25735428,25736960:25737747,25736974:25737643,25739906:25740509,25745380:2574609', 'assoc_mat': '25577173:pet_clair:3327:25577500,25579741:pet_clair:3327:25580217,25581567:pet_clair:3327:25582032,25582994:pet_clair:3327:25583305,25583783:pet_clair:3327:25584032,25585201:pet_clair:3327:25585403,25585546:pet_clair:3327:25585695,25586142:pet_clair:3327:25589469,25586492:pet_clair:3327:25586625,25590799:pet_clair:3327:25594711,25592295:pet_clair:3327:25599101,25593104:pet_clair:3327:25593806,25605065:pet_clair:3327:25605338,25606448:pet_clair:3327:25606919,25608430:pet_clair:3327:25608677,25609322:pet_clair:3327:25609529,25610129:pet_clair:3327:25610349,25611023:pet_clair:3327:25611215,25611992:pet_clair:3327:25612237,25613127:pet_clair:3327:25613361,25629828:pet_clair:3327:25630569,25632564:pet_clair:3327:25633050,25635076:pet_clair:3327:25635797,25636902:pet_clair:3327:25637482,25639146:pet_clair:3327:25639500,25640335:pet_clair:3327:25640705,25640753:pet_clair:3327:25640955,25644540:pet_clair:3327:25644962,25645295:pet_clair:3327:25645874,25647265:pet_clair:3327:25647761,25647269:pet_clair:3327:25647995,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.030587216336338822, 'nb_photo': 441, 'list_port_cont': '25584789,25586290,25597316,25611720,25642430,25642568,25644982,25650409,25687877,25696089,25733754,25751940,25780497,25788127,25788321,25788683,25835493,25920151,26021790,26073443,26073662,26092689,26130778,26155557,26207758,26212187,26235802,26287291,26336724,26339016,26339708,26344980', 'assoc_port': '25583785:25584789,25586134:25586290,25596911:25597316,25611600:25611720,25642068:25642568,25642070:25642430,25644543:25644982,25650165:25650409,25687508:25687877,25695652:25696089,25733340:25733754,25751533:25751940,25780126:25780497,25787682:25788683,25787722:25788321,25787723:25788127,25832877:25835493,25919698:25920151,26021624:26021790,26072929:26073662,26072994:26073443,26092297:26092689,26130256:26130778,26155249:26155557,26207198:26207758,26211842:26212187,26235484:26235802,26286911:26287291,26335941:26339016,26335943:26336724,26339308:26339708,26344396:26344980', 'assoc_mat': '25583785:pet_clair:3594:25584789,25586134:pet_clair:3594:25586290,25596911:pet_clair:3594:25597316,25611600:pet_clair:3594:25611720,25642068:pet_clair:3594:25642568,25642070:pet_clair:3594:25642430,25644543:pet_clair:3594:25644982,25650165:pet_clair:3594:25650409,25687508:pet_clair:3594:25687877,25695652:pet_clair:3594:25696089,25733340:pet_clair:3594:25733754,25751533:pet_clair:3594:25751940,25780126:pet_clair:3594:25780497,25787682:pet_clair:3594:25788683,25787722:pet_clair:3594:25788321,25787723:pet_clair:3594:25788127,25832877:pet_clair:3594:25835493,25919698:pet_clair:3594:25920151,26021624:pet_clair:3594:26021790,26072929:pet_clair:3594:26073662,26072994:pet_clair:3594:26073443,26092297:pet_clair:3594:26092689,26130256:pet_clair:3594:26130778,26155249:pet_clair:3594:26155557,26207198:pet_clair:3594:26207758,26211842:pet_clair:3594:26212187,26235484:pet_clair:3594:26235802,26286911:pet_clair:3594:26287291,26335941:pet_clair:3594:26339016,26335943:pet_clair:3594:26336724,26339308:pet_clair:3594:26339708,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003629243201647653, 'nb_photo': 1, 'list_port_cont': '26074252', 'assoc_port': '26073047:26074252', 'assoc_mat': '26073047:pet_fonce:4207:26074252'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005539127945773235, 'nb_photo': 4, 'list_port_cont': '25731063,26237949,26263501', 'assoc_port': '25729954:25731063,26237657:26237949,26262831:26263501', 'assoc_mat': '25729954:pet_fonce:4211:25731063,26237657:pet_fonce:4211:26237949,26262831:pet_fonce:4211:26263501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0018198030160223257, 'nb_photo': 1, 'list_port_cont': '25817332', 'assoc_port': '25816874:25817332', 'assoc_mat': '25816874:pet_fonce:3327:25817332'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0008967982679035847, 'nb_photo': 32, 'list_port_cont': '25586295,25597314,25611726,25644975,25650408,25696088,25733748,25751946,25788326,25788679,25835501,25920148,26021798,26073666,26155564,26207756,26287290,26339019', 'assoc_port': '25586134:25586295,25596911:25597314,25611600:25611726,25644543:25644975,25650165:25650408,25695652:25696088,25733340:25733748,25751533:25751946,25787682:25788679,25787722:25788326,25832877:25835501,25919698:25920148,26021624:26021798,26072929:26073666,26155249:26155564,26207198:26207756,26286911:26287290,26335941:26339019', 'assoc_mat': '25586134:pet_fonce:3594:25586295,25596911:pet_fonce:3594:25597314,25611600:pet_fonce:3594:25611726,25644543:pet_fonce:3594:25644975,25650165:pet_fonce:3594:25650408,25695652:pet_fonce:3594:25696088,25733340:pet_fonce:3594:25733748,25751533:pet_fonce:3594:25751946,25787682:pet_fonce:3594:25788679,25787722:pet_fonce:3594:25788326,25832877:pet_fonce:3594:25835501,25919698:pet_fonce:3594:25920148,26021624:pet_fonce:3594:26021798,26072929:pet_fonce:3594:26073666,26155249:pet_fonce:3594:26155564,26207198:pet_fonce:3594:26207756,26286911:pet_fonce:3594:26287290,26335941:pet_fonce:3594:26339019'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009281326285797217, 'nb_photo': 5, 'list_port_cont': '25790008,25927182', 'assoc_port': '25787675:25790008,25917397:25927182', 'assoc_mat': '25787675:pet_opaque:4205:25790008,25917397:pet_opaque:4205:25927182'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00030366129266770517, 'nb_photo': 9, 'list_port_cont': '25643819,25737351,25772553,25920755,26025648,26314363', 'assoc_port': '25642040:25643819,25736978:25737351,25765639:25772553,25917394:25920755,26021547:26025648,26297422:26314363', 'assoc_mat': '25642040:pet_opaque:4203:25643819,25736978:pet_opaque:4203:25737351,25765639:pet_opaque:4203:25772553,25917394:pet_opaque:4203:25920755,26021547:pet_opaque:4203:26025648,26297422:pet_opaque:4203:26314363'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016889234773191804, 'nb_photo': 14, 'list_port_cont': '25605137,25674819,25795980,25821399,25892756,25914683,26061580,26072672,26073677,26076555,26109402,26162664', 'assoc_port': '25605068:25605137,25669900:25674819,25792339:25795980,25820344:25821399,25892397:25892756,25912505:25914683,26061374:26061580,26071845:26072672,26072896:26076555,26073073:26073677,26084015:26109402,26157352:26162664', 'assoc_mat': '25605068:pet_opaque:4207:25605137,25669900:pet_opaque:4207:25674819,25792339:pet_opaque:4207:25795980,25820344:pet_opaque:4207:25821399,25892397:pet_opaque:4207:25892756,25912505:pet_opaque:4207:25914683,26061374:pet_opaque:4207:26061580,26071845:pet_opaque:4207:26072672,26072896:pet_opaque:4207:26076555,26073073:pet_opaque:4207:26073677,26084015:pet_opaque:4207:26109402,26157352:pet_opaque:4207:26162664'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.008156273834917658, 'nb_photo': 22, 'list_port_cont': '25581897,25607672,25610823,25640570,25747031,25811541,25813488,26036757,26042075,26061753,26113911,26241294,26285784,26290756', 'assoc_port': '25581566:25581897,25607476:25607672,25610670:25610823,25640337:25640570,25746579:25747031,25811285:25811541,25813349:25813488,26036529:26036757,26038672:26042075,26061332:26061753,26113655:26113911,26241020:26241294,26285508:26285784,26290566:26290756', 'assoc_mat': '25581566:pet_opaque:4461:25581897,25607476:pet_opaque:4461:25607672,25610670:pet_opaque:4461:25610823,25640337:pet_opaque:4461:25640570,25746579:pet_opaque:4461:25747031,25811285:pet_opaque:4461:25811541,25813349:pet_opaque:4461:25813488,26036529:pet_opaque:4461:26036757,26038672:pet_opaque:4461:26042075,26061332:pet_opaque:4461:26061753,26113655:pet_opaque:4461:26113911,26241020:pet_opaque:4461:26241294,26285508:pet_opaque:4461:26285784,26290566:pet_opaque:4461:26290756'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0018282684527300306, 'nb_photo': 260, 'list_port_cont': '25577314,25580646,25583100,25583859,25585271,25589077,25590852,25590950,25592476,25593292,25593393,25605184,25607664,25609143,25611674,25613762,25630087,25633713,25636341,25638684,25669142,25674738,25685141,25686903,25687751,25700824,25702901,25704155,25707558,25715670,25719709,25730223,25730390,25745636,25764795,25768794,25774954,25779198,25780696,25782849,25787964,25788407,25792725,25795103,25808454,25812034,25816359,25816579,25869597,25869693,25873365,25876033,25887258,25891944,25892046,25906254,25912889,25917548,25921375,25930759,25930996,25974472,25974819,25974932,25981137,26021988,26023048,26036682,26037697,26037840,26039056,26039883,26039965,26040509,26041683,26041931,26044531,26061467,26061799,26062027,26062524,26063001,26063405,26063530,26071501,26073215,26073286,26074095,26074531,26074953,26075164,26075264,26075440,26076853,26088918,26091192,26092339,26120641,26123268,26126717,26128338,26130427,26130731,26144119,26145950,26156941,26157494,26158913,26160677,26193814,26199006,26207397,26212076,2621293', 'assoc_port': '25577174:25577314,25580401:25580646,25582992:25583100,25583784:25583859,25585205:25585271,25585545:25589077,25586141:25590852,25590795:25590950,25592281:25592476,25593103:25593393,25593105:25593292,25605067:25605184,25607480:25607664,25608990:25609143,25611604:25611674,25613715:25613762,25629830:25630087,25633273:25633713,25636042:25636341,25638584:25638684,25668764:25669142,25674370:25674738,25684799:25685141,25686543:25686903,25687503:25687751,25696552:25704155,25700539:25700824,25702664:25702901,25707499:25707558,25715248:25715670,25719397:25719709,25729958:25730390,25729970:25730223,25745382:25745636,25764316:25764795,25768346:25768794,25774800:25774954,25778996:25779198,25780119:25780696,25782542:25782849,25787678:25788407,25787728:25787964,25792332:25792725,25794775:25795103,25808153:25808454,25811866:25812034,25816286:25816579,25816298:25816359,25869427:25869693,25869431:25869597,25873070:25873365,25875786:25876033,25887027:25887258,25891748:25892046,25891751:25891944,25905634:25906254,25912503:2591288', 'assoc_mat': '25577174:pet_opaque:4200:25577314,25580401:pet_opaque:4200:25580646,25582992:pet_opaque:4200:25583100,25583784:pet_opaque:4200:25583859,25585205:pet_opaque:4200:25585271,25585545:pet_opaque:4200:25589077,25586141:pet_opaque:4200:25590852,25590795:pet_opaque:4200:25590950,25592281:pet_opaque:4200:25592476,25593103:pet_opaque:4200:25593393,25593105:pet_opaque:4200:25593292,25605067:pet_opaque:4200:25605184,25607480:pet_opaque:4200:25607664,25608990:pet_opaque:4200:25609143,25611604:pet_opaque:4200:25611674,25613715:pet_opaque:4200:25613762,25629830:pet_opaque:4200:25630087,25633273:pet_opaque:4200:25633713,25636042:pet_opaque:4200:25636341,25638584:pet_opaque:4200:25638684,25668764:pet_opaque:4200:25669142,25674370:pet_opaque:4200:25674738,25684799:pet_opaque:4200:25685141,25686543:pet_opaque:4200:25686903,25687503:pet_opaque:4200:25687751,25696552:pet_opaque:4200:25704155,25700539:pet_opaque:4200:25700824,25702664:pet_opaque:4200:25702901,25707499:pet_opaque:4200:25707558,25715248:pet_opaque:4200:25715670,2571'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004884899211300385, 'nb_photo': 17, 'list_port_cont': '25811584,25909437,26044616,26072128,26115117,26215180', 'assoc_port': '25811282:25811584,25908706:25909437,26041233:26044616,26071844:26072128,26114899:26115117,26215069:26215180', 'assoc_mat': '25811282:pet_opaque:4209:25811584,25908706:pet_opaque:4209:25909437,26041233:pet_opaque:4209:26044616,26071844:pet_opaque:4209:26072128,26114899:pet_opaque:4209:26115117,26215069:pet_opaque:4209:26215180'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0021435074400042043, 'nb_photo': 454, 'list_port_cont': '25583162,25583195,25587799,25590319,25604825,25608237,25608627,25610898,25612163,25612418,25631369,25635679,25638789,25640636,25642665,25647607,25648888,25651008,25669325,25670523,25674925,25692128,25696969,25697516,25701102,25703144,25716060,25719847,25731078,25737664,25740481,25764938,25769204,25770390,25774695,25808834,25810421,25811638,25813550,25816596,25825584,25867001,25870594,25872915,25879243,25892176,25901740,25909471,25925430,25929198,25973406,25974320,25975574,25975896,26022695,26023010,26036812,26036862,26038111,26039260,26040051,26040538,26041260,26042293,26044515,26061961,26062846,26063257,26063782,26064002,26064753,26074086,26074425,26074451,26074938,26075327,26075710,26076325,26076577,26076735,26076886,26079202,26083132,26085684,26089168,26096014,26099748,26113426,26114016,26115281,26118424,26127217,26129970,26131964,26141555,26144158,26153288,26160850,26203403,26204793,26207586,26207954,26209783,26213847,26215255,26224296,26225510,26229897,26231829,26235907,26237958,26240569,26255501,2625872', 'assoc_port': '25582991:25583195,25582997:25583162,25587505:25587799,25589929:25590319,25604427:25604825,25608155:25608237,25608432:25608627,25610668:25610898,25611934:25612163,25612350:25612418,25630867:25631369,25635074:25635679,25638567:25638789,25640336:25640636,25642038:25642665,25647272:25647607,25648357:25648888,25650833:25651008,25668768:25669325,25669903:25670523,25674373:25674925,25691054:25692128,25696546:25696969,25696548:25697516,25700536:25701102,25702663:25703144,25712573:25716060,25719371:25719847,25729954:25731078,25736956:25737664,25739908:25740481,25762815:25774695,25764320:25764938,25768343:25769204,25769867:25770390,25808154:25808834,25810193:25810421,25811284:25811638,25813350:25813550,25816296:25816596,25825111:25825584,25866522:25867001,25870077:25870594,25871859:25872915,25878856:25879243,25891750:25892176,25900884:25901740,25908703:25909471,25919717:25929198,25924417:25925430,25972695:25975896,25972701:25975574,25972803:25974320,25972839:25973406,26021549:26022695,26021562:26023010,26036521:2603686', 'assoc_mat': '25582991:pet_opaque:4211:25583195,25582997:pet_opaque:4211:25583162,25587505:pet_opaque:4211:25587799,25589929:pet_opaque:4211:25590319,25604427:pet_opaque:4211:25604825,25608155:pet_opaque:4211:25608237,25608432:pet_opaque:4211:25608627,25610668:pet_opaque:4211:25610898,25611934:pet_opaque:4211:25612163,25612350:pet_opaque:4211:25612418,25630867:pet_opaque:4211:25631369,25635074:pet_opaque:4211:25635679,25638567:pet_opaque:4211:25638789,25640336:pet_opaque:4211:25640636,25642038:pet_opaque:4211:25642665,25647272:pet_opaque:4211:25647607,25648357:pet_opaque:4211:25648888,25650833:pet_opaque:4211:25651008,25668768:pet_opaque:4211:25669325,25669903:pet_opaque:4211:25670523,25674373:pet_opaque:4211:25674925,25691054:pet_opaque:4211:25692128,25696546:pet_opaque:4211:25696969,25696548:pet_opaque:4211:25697516,25700536:pet_opaque:4211:25701102,25702663:pet_opaque:4211:25703144,25712573:pet_opaque:4211:25716060,25719371:pet_opaque:4211:25719847,25729954:pet_opaque:4211:25731078,25736956:pet_opaque:4211:25737664,2573'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005318657451095834, 'nb_photo': 852, 'list_port_cont': '25576726,25581221,25584132,25586529,25590119,25604448,25608424,25608536,25611627,25614886,25632751,25637178,25639193,25667803,25674632,25685058,25705232,25719601,25720182,25725465,25734673,25742232,25763134,25770040,25775801,25780273,25795806,25808497,25810276,25813402,25816792,25817982,25869530,25885348,25889936,25901240,25908988,25909700,25921164,25973079,25973637,25974234,25974513,26022356,26022950,26023178,26023661,26036548,26037484,26038798,26038875,26039899,26041653,26061402,26061512,26061679,26061926,26062063,26062826,26063278,26064909,26069258,26069992,26070263,26070378,26070607,26071899,26073168,26073783,26074150,26074392,26074670,26074860,26076352,26097113,26097683,26111611,26115031,26118132,26120515,26128406,26142083,26143395,26146517,26157449,26194658,26200483,26204411,26207330,26226879,26227116,26231177,26242628,26258391,26259888,26261839,26266316,26270826,26287276,26288101,26293951,26294170,26300096,26317885,26321362,26322770,26325717,26335831,26340488,26356842', 'assoc_port': '25576689:25576726,25579743:25581221,25582993:25584132,25586490:25586529,25589950:25590119,25604425:25604448,25607441:25608424,25608431:25608536,25611597:25611627,25614815:25614886,25632565:25632751,25636904:25637178,25639150:25639193,25667470:25667803,25674371:25674632,25684794:25685058,25705165:25705232,25719358:25720182,25719396:25719601,25725313:25725465,25734607:25734673,25742082:25742232,25762811:25763134,25769863:25770040,25775667:25775801,25780115:25780273,25795723:25795806,25805744:25808497,25810195:25810276,25813345:25813402,25815230:25816792,25817914:25817982,25869429:25869530,25885261:25885348,25889802:25889936,25900879:25901240,25908735:25909700,25908744:25908988,25921069:25921164,25972667:25974513,25972705:25974234,25972766:25973637,25972818:25973079,26021522:26022356,26021572:26023661,26021610:26023178,26021635:26022950,26036515:26036548,26037346:26037484,26038520:26038875,26038668:26038798,26039669:26039899,26041234:26041653,26061213:26061402,26061214:26064909,26061226:26063278,26061238:2606282', 'assoc_mat': '25576689:plastique:3726:25576726,25579743:plastique:3726:25581221,25582993:plastique:3726:25584132,25586490:plastique:3726:25586529,25589950:plastique:3726:25590119,25604425:plastique:3726:25604448,25607441:plastique:3726:25608424,25608431:plastique:3726:25608536,25611597:plastique:3726:25611627,25614815:plastique:3726:25614886,25632565:plastique:3726:25632751,25636904:plastique:3726:25637178,25639150:plastique:3726:25639193,25667470:plastique:3726:25667803,25674371:plastique:3726:25674632,25684794:plastique:3726:25685058,25705165:plastique:3726:25705232,25719358:plastique:3726:25720182,25719396:plastique:3726:25719601,25725313:plastique:3726:25725465,25734607:plastique:3726:25734673,25742082:plastique:3726:25742232,25762811:plastique:3726:25763134,25769863:plastique:3726:25770040,25775667:plastique:3726:25775801,25780115:plastique:3726:25780273,25795723:plastique:3726:25795806,25805744:plastique:3726:25808497,25810195:plastique:3726:25810276,25813345:plastique:3726:25813402,25815230:plastique:3726:25816792,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.014960374884473772, 'nb_photo': 2209, 'list_port_cont': '25576724,25581223,25584139,25586532,25590118,25604452,25608416,25608527,25611637,25614896,25632743,25637173,25639192,25667807,25674627,25685061,25705224,25719608,25720184,25725457,25734669,25742240,25763148,25770046,25775808,25780263,25795799,25808502,25810281,25813413,25816789,25817986,25869538,25885351,25889935,25901236,25908992,25909712,25921170,25973073,25973635,25974232,25974521,26022349,26022942,26023189,26023659,26036537,26037482,26038805,26038864,26039895,26041656,26061396,26061508,26061683,26061928,26062066,26062262,26062645,26062828,26062984,26063279,26063395,26064989,26069254,26069998,26070054,26070259,26070371,26070609,26070715,26071892,26073170,26073787,26074157,26074389,26074671,26074857,26076351,26097103,26111608,26115032,26118128,26120514,26128403,26142092,26143397,26146507,26151338,26157441,26194661,26200492,26204417,26207325,26226882,26227112,26231179,26242623,26258385,26259894,26261832,26266324,26270823,26287278,26288104,26293950,26294176,26297475,26300090,26317881,26321372,26322766,2632570', 'assoc_port': '25576689:25576724,25579743:25581223,25582993:25584139,25586490:25586532,25589950:25590118,25604425:25604452,25607441:25608416,25608431:25608527,25611597:25611637,25614815:25614896,25632565:25632743,25636904:25637173,25639150:25639192,25667470:25667807,25674371:25674627,25684794:25685061,25705165:25705224,25719358:25720184,25719396:25719608,25725313:25725457,25734607:25734669,25742082:25742240,25762811:25763148,25769863:25770046,25775667:25775808,25780115:25780263,25795723:25795799,25805744:25808502,25810195:25810281,25813345:25813413,25815230:25816789,25817914:25817986,25869429:25869538,25885261:25885351,25889802:25889935,25900879:25901236,25908735:25909712,25908744:25908992,25921069:25921170,25972667:25974521,25972705:25974232,25972766:25973635,25972818:25973073,26021522:26022349,26021572:26023659,26021610:26023189,26021635:26022942,26036515:26036537,26037346:26037482,26038520:26038864,26038668:26038805,26039669:26039895,26041234:26041656,26061211:26064989,26061213:26061396,26061220:26063395,26061226:2606327', 'assoc_mat': '25576689:Teint_Dans_La_Masse:3726:25576724,25579743:Teint_Dans_La_Masse:3726:25581223,25582993:Teint_Dans_La_Masse:3726:25584139,25586490:Teint_Dans_La_Masse:3726:25586532,25589950:Teint_Dans_La_Masse:3726:25590118,25604425:Teint_Dans_La_Masse:3726:25604452,25607441:Teint_Dans_La_Masse:3726:25608416,25608431:Teint_Dans_La_Masse:3726:25608527,25611597:Teint_Dans_La_Masse:3726:25611637,25614815:Teint_Dans_La_Masse:3726:25614896,25632565:Teint_Dans_La_Masse:3726:25632743,25636904:Teint_Dans_La_Masse:3726:25637173,25639150:Teint_Dans_La_Masse:3726:25639192,25667470:Teint_Dans_La_Masse:3726:25667807,25674371:Teint_Dans_La_Masse:3726:25674627,25684794:Teint_Dans_La_Masse:3726:25685061,25705165:Teint_Dans_La_Masse:3726:25705224,25719358:Teint_Dans_La_Masse:3726:25720184,25719396:Teint_Dans_La_Masse:3726:25719608,25725313:Teint_Dans_La_Masse:3726:25725457,25734607:Teint_Dans_La_Masse:3726:25734669,25742082:Teint_Dans_La_Masse:3726:25742240,25762811:Teint_Dans_La_Masse:3726:25763148,25769863:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 47458}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30174041,30174044,30174052,30174060,30174079,30174102,30174112,30174121,30174130,30174134?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30174042,30174061,30174103,30174113,30174122,30174131,30174135?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30174043,30174062,30174063,30174064,30174092,30174100,30174110,30174143,30174144?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30174045,30174053,30174065,30174072,30174080,30174087,30174094,30174104,30174114,30174123,30174136?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30174046,30174054,30174066,30174073,30174081,30174088,30174095,30174105,30174115,30174124,30174137?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30174047,30174055,30174067,30174074,30174082,30174089,30174096,30174106,30174116,30174125,30174132,30174138?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30174048,30174056,30174068,30174075,30174083,30174090,30174097,30174107,30174117,30174126,30174139?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30174049,30174057,30174069,30174076,30174084,30174098,30174108,30174118,30174127,30174140?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30174050,30174058,30174070,30174077,30174085,30174091,30174099,30174109,30174119,30174128,30174141?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30174051,30174059,30174071,30174078,30174086,30174093,30174101,30174111,30174120,30174129,30174133,30174142?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('jrm', '2025-08', 0.034196908698463195),), (('pehd_pp', '2025-08', 0.04254481416417943),), (('emr', '2025-08', 0.04998871083747075),), (('gm', '2025-08', 0.0853590951375209),), (('aluminium', '2025-08', 0.050009659229677074),), (('film_pedb', '2025-08', 0.2459997705970241),), (('pet_clair', '2025-08', 0.012399288165628663),), (('flux_dev', '2025-08', 0.08013448454587693),), (('ela', '2025-08', 0.04407530716604924),), (('refus', '2025-08', 0.13334322198927426),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_08_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 {'pet_clair': {'autre': ['autre', '0.72%', 1318], 'barquette_avec_film': ['barquette_avec_film', '0.22%', 27], 'bouchon': ['bouchon', '0.03%', 69], 'carton': ['carton', '0.32%', 392], 'etiquette': ['etiquette', '0.06%', 22], 'metal': ['metal', '0.18%', 4], 'papier': ['papier', '1.09%', 1157], 'pehd': ['pehd', '0.15%', 5], 'pet_clair': ['pet_clair', '98.41%', 141103], 'pet_fonce': ['pet_fonce', '0.18%', 1]}, 'refus': {'autre': ['autre', '0.13%', 52], 'carton': ['carton', '1.05%', 697], 'metal': ['metal', '0.07%', 47], 'papier': ['papier', '10.97%', 5574], 'pehd': ['pehd', '0.01%', 5], 'pet_clair': ['pet_clair', '3.06%', 441], 'pet_fonce': ['pet_fonce', '0.09%', 32]}, 'jrm': {'autre_refus': ['autre_refus', '1.03%', 751], 'cartonnette': ['cartonnette', '0.19%', 131], 'Carton_brun': ['Carton_brun', '0.66%', 435], 'Carton_gris': ['Carton_gris', '0.52%', 222], 'kraft': ['kraft', '0.12%', 14], 'metal': ['metal', '0.0%', 1], 'papier': ['papier', '95.4%', 25], 'plastique': ['plastique', '0.53%', 852], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.5%', 2209]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.06%', 12], 'carton': ['carton', '1.68%', 541], 'ela': ['ela', '0.24%', 29], 'etiquette': ['etiquette', '0.03%', 1], 'film_plastique': ['film_plastique', '1.74%', 737], 'kraft': ['kraft', '0.09%', 2], 'metal': ['metal', '95.23%', 96], 'papier': ['papier', '1.84%', 1975], 'pehd': ['pehd', '0.4%', 72], 'pet_clair': ['pet_clair', '0.27%', 13], 'pet_opaque': ['pet_opaque', '0.09%', 5]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.14%', 213], 'carton': ['carton', '1.14%', 1141], 'ela': ['ela', '95.82%', 539], 'etiquette': ['etiquette', '0.01%', 33], 'film_plastique': ['film_plastique', '0.37%', 592], 'kraft': ['kraft', '0.04%', 2], 'metal': ['metal', '1.5%', 1892], 'papier': ['papier', '1.53%', 5509], 'pehd': ['pehd', '0.25%', 187], 'pet_clair': ['pet_clair', '0.02%', 3], 'pet_opaque': ['pet_opaque', '0.03%', 9]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.07%', 57], 'carton': ['carton', '95.15%', 13439], 'ela': ['ela', '0.07%', 126], 'etiquette': ['etiquette', '0.03%', 6], 'film_plastique': ['film_plastique', '0.33%', 2685], 'kraft': ['kraft', '0.13%', 11], 'metal': ['metal', '1.45%', 2235], 'papier': ['papier', '3.19%', 24185], 'pehd': ['pehd', '0.32%', 319], 'pet_clair': ['pet_clair', '0.21%', 21], 'pet_fonce': ['pet_fonce', '0.04%', 1], 'pet_opaque': ['pet_opaque', '0.17%', 14]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '0.58%', 26], 'carton': ['carton', '1.59%', 4291], 'ela': ['ela', '0.27%', 10], 'etiquette': ['etiquette', '0.01%', 8], 'film_plastique': ['film_plastique', '74.69%', 5877], 'kraft': ['kraft', '0.0%', 13], 'metal': ['metal', '0.59%', 78], 'papier': ['papier', '23.13%', 47720], 'pehd': ['pehd', '0.81%', 26], 'pet_clair': ['pet_clair', '0.34%', 2], 'pet_opaque': ['pet_opaque', '0.82%', 22]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '0.84%', 201], 'carton': ['carton', '2.67%', 2509], 'ela': ['ela', '0.14%', 192], 'etiquette': ['etiquette', '0.1%', 5], 'film_plastique': ['film_plastique', '2.44%', 5193], 'metal': ['metal', '0.74%', 141], 'papier': ['papier', '1.59%', 6001], 'pehd': ['pehd', '0.65%', 634], 'pet_clair': ['pet_clair', '0.55%', 156], 'pet_opaque': ['pet_opaque', '0.18%', 260]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.54%', 47], 'carton': ['carton', '12.58%', 2392], 'ela': ['ela', '0.43%', 259], 'etiquette': ['etiquette', '0.05%', 6], 'film_plastique': ['film_plastique', '1.25%', 532], 'kraft': ['kraft', '0.38%', 23], 'metal': ['metal', '3.48%', 553], 'papier': ['papier', '91.65%', 47453], 'pehd': ['pehd', '0.65%', 207], 'pet_clair': ['pet_clair', '0.1%', 4], 'pet_opaque': ['pet_opaque', '0.49%', 17]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '1.83%', 4253], 'carton': ['carton', '1.0%', 9937], 'ela': ['ela', '0.12%', 1653], 'etiquette': ['etiquette', '0.06%', 48], 'film_plastique': ['film_plastique', '0.42%', 11500], 'kraft': ['kraft', '0.08%', 6], 'metal': ['metal', '0.76%', 1303], 'papier': ['papier', '1.16%', 28687], 'pehd': ['pehd', '95.58%', 8817], 'pet_clair': ['pet_clair', '0.52%', 227], 'pet_fonce': ['pet_fonce', '0.06%', 4], 'pet_opaque': ['pet_opaque', '0.21%', 454]}} before plot_matierial_repartition 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_08_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 5.09user 5.85system 0:36.33elapsed 30%CPU (0avgtext+0avgdata 163652maxresident)k 170264inputs+2760outputs (3071major+82474minor)pagefaults 0swaps