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-05' -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-05 _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 : (3, 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-05-01" AND ded.date <= "2025-05-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 (1773642,1778537,1781229,1780906,1785453,1789374,1793790,1797583,1802002,1804621,1804339,1808169,1953450,1953456,1953463,1953471,1824928,1833023,1953479,1953484,1953491,1953499,1953503,1953512,1846805,1953519,1953529,1953539,1855994,1953551,1953559) 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': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002583152917675965, 'nb_photo': 50, 'list_port_cont': '23158241,23158480,23176744,23255848,23346169,23352114', 'assoc_port': '23157188:23158480,23157192:23158241,23176167:23176744,23254131:23255848,23344698:23346169,23351475:23352114', 'assoc_mat': '23157188:autre:3594:23158480,23157192:autre:3594:23158241,23176167:autre:3594:23176744,23254131:autre:3594:23255848,23344698:autre:3594:23346169,23351475:autre:3594:23352114'}, {'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0011747021534148825, 'nb_photo': 8, 'list_port_cont': '22949096,23074697', 'assoc_port': '22948162:22949096,23073358:23074697', 'assoc_mat': '22948162:autre:3594:22949096,23073358:autre:3594:23074697'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004781488710768931, 'nb_photo': 866, 'list_port_cont': '22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22926567,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22981020,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055483,23059062,23059748,23065659,23066039,23075741,23078485,23088490,23089962,2309421', 'assoc_port': '22591583:22592626,22593608:22594930,22596779:22607300,22599781:22600783,22600763:22601566,22602548:22602966,22604279:22605077,22609800:22612821,22609829:22610540,22613018:22628985,22613022:22614568,22614960:22616488,22617414:22618171,22621388:22622118,22628388:22629253,22637076:22639829,22637670:22638008,22639297:22639880,22641849:22642912,22642867:22643283,22644513:22646154,22644528:22645414,22644531:22644962,22645997:22647109,22646002:22646168,22646205:22646444,22661873:22665260,22662915:22664931,22669904:22670974,22673667:22676632,22675370:22676781,22683212:22686171,22687088:22688616,22688510:22689692,22694884:22695645,22700429:22701198,22708744:22711913,22708746:22710394,22711987:22712296,22713822:22714461,22715863:22716655,22715866:22716567,22719541:22720735,22720551:22725012,22720556:22721542,22729016:22731564,22731513:22732974,22733591:22735500,22740290:22741278,22763325:22764373,22763328:22765231,22769206:22770708,22771178:22772548,22781196:22791999,22781199:22782396,22782382:22783543,22787160:2279166', 'assoc_mat': '22591583:autre:3327:22592626,22593608:autre:3327:22594930,22596779:autre:3327:22607300,22599781:autre:3327:22600783,22600763:autre:3327:22601566,22602548:autre:3327:22602966,22604279:autre:3327:22605077,22609800:autre:3327:22612821,22609829:autre:3327:22610540,22613018:autre:3327:22628985,22613022:autre:3327:22614568,22614960:autre:3327:22616488,22617414:autre:3327:22618171,22621388:autre:3327:22622118,22628388:autre:3327:22629253,22637076:autre:3327:22639829,22637670:autre:3327:22638008,22639297:autre:3327:22639880,22641849:autre:3327:22642912,22642867:autre:3327:22643283,22644513:autre:3327:22646154,22644528:autre:3327:22645414,22644531:autre:3327:22644962,22645997:autre:3327:22647109,22646002:autre:3327:22646168,22646205:autre:3327:22646444,22661873:autre:3327:22665260,22662915:autre:3327:22664931,22669904:autre:3327:22670974,22673667:autre:3327:22676632,22675370:autre:3327:22676781,22683212:autre:3327:22686171,22687088:autre:3327:22688616,22688510:autre:3327:22689692,22694884:autre:3327:22695645,22700429:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011370719833444549, 'nb_photo': 507, 'list_port_cont': '22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,23014331,23017975,23022460,23022675,23023069,23025785,23032617,23075846,23094963,23160442,23421539,24463907,24464294,24464774,24467651,24469961,24489918,24489983,24489996,24490004,24490024,24490039,24490049,24490082,24490103,24490115,24490121,24490221,24490267,24490357,24490409,24490414,24490428,24490482,24490485,24490522,24490529,24490548,24490551,24490611,24491265,24491272,24513123,24515232,24556869,24556892,24556920,24557071,24557113,24557317,24557416,24557430,24557464,24557488,24557745,24557808,24558181,24558270,24558465,24558498,24558518,24558615,24559109,24559154,24559209,24559539,24559612,24559639,24559653,24559666,24559895,24559925,24559979,24560029,24560119,2456033', 'assoc_port': '22602547:22602580,22609803:22610317,22617409:22620638,22637078:22637223,22637330:22637513,22640871:22641127,22642865:22644517,22644526:22645042,22646208:22646297,22668749:22675050,22681466:22700061,22681469:22700082,22683209:22700018,22687083:22687478,22688512:22689623,22696408:22696688,22723675:22746295,22743072:22743267,22753644:22754113,22765037:22765969,22773715:22791530,22777704:22779187,22777726:22778651,22781198:22782011,22813689:22817951,22817780:22818990,22823123:22823650,22823128:22823338,22828659:22842772,22828661:22828777,22835900:22836462,22840149:22840289,22856656:22856822,22856659:22856811,22858842:22858864,22860493:22860611,22861967:22862084,22863286:22863289,22873139:23014331,22880134:23017975,22886792:23075846,22891519:23022460,22893518:23022675,22893523:23023069,22894328:23025785,22920083:23032617,23079432:23094963,23104935:23160442,23279957:23421539,24463443:24491272,24463446:24490611,24463509:24463907,24463552:24490221,24463634:24490529,24463648:24490024,24463665:24489983,24463681:2448999', 'assoc_mat': '22602547:autre_refus:3726:22602580,22609803:autre_refus:3726:22610317,22617409:autre_refus:3726:22620638,22637078:autre_refus:3726:22637223,22637330:autre_refus:3726:22637513,22640871:autre_refus:3726:22641127,22642865:autre_refus:3726:22644517,22644526:autre_refus:3726:22645042,22646208:autre_refus:3726:22646297,22668749:autre_refus:3726:22675050,22681466:autre_refus:3726:22700061,22681469:autre_refus:3726:22700082,22683209:autre_refus:3726:22700018,22687083:autre_refus:3726:22687478,22688512:autre_refus:3726:22689623,22696408:autre_refus:3726:22696688,22723675:autre_refus:3726:22746295,22743072:autre_refus:3726:22743267,22753644:autre_refus:3726:22754113,22765037:autre_refus:3726:22765969,22773715:autre_refus:3726:22791530,22777704:autre_refus:3726:22779187,22777726:autre_refus:3726:22778651,22781198:autre_refus:3726:22782011,22813689:autre_refus:3726:22817951,22817780:autre_refus:3726:22818990,22823123:autre_refus:3726:22823650,22823128:autre_refus:3726:22823338,22828659:autre_refus:3726:22842772,22828661:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00862818966520215, 'nb_photo': 48, 'list_port_cont': '22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,23065662,23095002,23202348,23491695,23506129,23507258,23510324,23511053,23515222,24466385,24517546,24527311', 'assoc_port': '22645997:22647107,22713822:22714462,22719541:22720730,22757919:22758747,22763325:22764380,22814869:22816527,22823156:22823548,22832670:22833535,22835897:22838451,22856660:22856916,22876410:22888283,22881746:22882927,22882937:22886536,22889833:22901068,22893525:22896323,22895714:22898283,22915799:22916141,22927531:22936539,23019438:23065662,23079397:23095002,23172911:23202348,23372141:23491695,23383826:23506129,23416826:23515222,23487135:23511053,23487267:23510324,23489679:23507258,24464130:24466385,24512735:24527311,24514705:24517546', 'assoc_mat': '22645997:barquette_avec_film:3327:22647107,22713822:barquette_avec_film:3327:22714462,22719541:barquette_avec_film:3327:22720730,22757919:barquette_avec_film:3327:22758747,22763325:barquette_avec_film:3327:22764380,22814869:barquette_avec_film:3327:22816527,22823156:barquette_avec_film:3327:22823548,22832670:barquette_avec_film:3327:22833535,22835897:barquette_avec_film:3327:22838451,22856660:barquette_avec_film:3327:22856916,22876410:barquette_avec_film:3327:22888283,22881746:barquette_avec_film:3327:22882927,22882937:barquette_avec_film:3327:22886536,22889833:barquette_avec_film:3327:22901068,22893525:barquette_avec_film:3327:22896323,22895714:barquette_avec_film:3327:22898283,22915799:barquette_avec_film:3327:22916141,22927531:barquette_avec_film:3327:22936539,23019438:barquette_avec_film:3327:23065662,23079397:barquette_avec_film:3327:23095002,23172911:barquette_avec_film:3327:23202348,23372141:barquette_avec_film:3327:23491695,23383826:barquette_avec_film:3327:23506129,23416826:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0012053885293929218, 'nb_photo': 26, 'list_port_cont': '22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,23091293,23174287,23450982,23509913,23513867,24490327,24491608,24558592,24558654', 'assoc_port': '22637672:22637960,22637674:22637869,22643641:22645191,22666515:22667710,22673669:22675221,22693033:22698565,22719525:22722806,22773713:22777254,22793928:22794055,22857008:22863342,22862865:22863025,22874442:22876489,23064326:23091293,23127851:23174287,23370198:23450982,23408683:23513867,23487313:23509913,24463520:24491608,24463881:24490327,24514181:24558592,24514432:24558654', 'assoc_mat': '22637672:barquette_opaque:4205:22637960,22637674:barquette_opaque:4205:22637869,22643641:barquette_opaque:4205:22645191,22666515:barquette_opaque:4205:22667710,22673669:barquette_opaque:4205:22675221,22693033:barquette_opaque:4205:22698565,22719525:barquette_opaque:4205:22722806,22773713:barquette_opaque:4205:22777254,22793928:barquette_opaque:4205:22794055,22857008:barquette_opaque:4205:22863342,22862865:barquette_opaque:4205:22863025,22874442:barquette_opaque:4205:22876489,23064326:barquette_opaque:4205:23091293,23127851:barquette_opaque:4205:23174287,23370198:barquette_opaque:4205:23450982,23408683:barquette_opaque:4205:23513867,23487313:barquette_opaque:4205:23509913,24463520:barquette_opaque:4205:24491608,24463881:barquette_opaque:4205:24490327,24514181:barquette_opaque:4205:24558592,24514432:barquette_opaque:4205:24558654'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012688273011504621, 'nb_photo': 321, 'list_port_cont': '22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22945504,22988183,22990615,23008519,23089682,23095165,23186747,23209568,23411313,23479331,23505167,23506525,23507310,23525350,24490054,24490140,24490237,24490244,24490311,24490793,24491581,24515745,24557758,24557947,24558333,24559126,24559768,24560320,24560619,24560794,24561388,24562035,24562098,24563423,24565081,24567538,24576599', 'assoc_port': '22604273:22636609,22609799:22634251,22624047:22630375,22640872:22644203,22645327:22645964,22668747:22671022,22683214:22687242,22706231:22707909,22715864:22720094,22727698:22738385,22760876:22763441,22775279:22784793,22814866:22816588,22835896:22854607,22835901:22847712,22858837:22862338,22861704:22864772,22863669:22865870,22879241:22880845,22885096:22889056,22916871:22945504,22963267:22990615,22979636:22988183,23002549:23008519,23056326:23089682,23080635:23095165,23157180:23209568,23164742:23186747,23370918:23479331,23386645:23506525,23411038:23411313,23419023:23525350,23487314:23507310,23499045:23505167,24463400:24490793,24463494:24490311,24463899:24490237,24463929:24491581,24464003:24490140,24464038:24490244,24464111:24490054,24512919:24567538,24513076:24565081,24513354:24563423,24513393:24562098,24513539:24562035,24513754:24561388,24513857:24560619,24513862:24560320,24513919:24560794,24514080:24559768,24514113:24515745,24514431:24558333,24514481:24559126,24514527:24557758,24514605:24576599,24514748:2455794', 'assoc_mat': '22604273:barquette_opaque:4203:22636609,22609799:barquette_opaque:4203:22634251,22624047:barquette_opaque:4203:22630375,22640872:barquette_opaque:4203:22644203,22645327:barquette_opaque:4203:22645964,22668747:barquette_opaque:4203:22671022,22683214:barquette_opaque:4203:22687242,22706231:barquette_opaque:4203:22707909,22715864:barquette_opaque:4203:22720094,22727698:barquette_opaque:4203:22738385,22760876:barquette_opaque:4203:22763441,22775279:barquette_opaque:4203:22784793,22814866:barquette_opaque:4203:22816588,22835896:barquette_opaque:4203:22854607,22835901:barquette_opaque:4203:22847712,22858837:barquette_opaque:4203:22862338,22861704:barquette_opaque:4203:22864772,22863669:barquette_opaque:4203:22865870,22879241:barquette_opaque:4203:22880845,22885096:barquette_opaque:4203:22889056,22916871:barquette_opaque:4203:22945504,22963267:barquette_opaque:4203:22990615,22979636:barquette_opaque:4203:22988183,23002549:barquette_opaque:4203:23008519,23056326:barquette_opaque:4203:23089682,23080635:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016875116165549642, 'nb_photo': 72, 'list_port_cont': '22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,23067024,23473963,23477115,23491490,23492528,23495098,23501523,23503369,24465137,24466104,24466281,24467727,24468425,24468707,24471487,24555831,24556280,24556478,24556611,24557588,24557677,24558574,24559171,24559189,24560633,24561175,24562641,24564757,24564983', 'assoc_port': '22593610:22594068,22599780:22600130,22610902:22611292,22613019:22613362,22639302:22639379,22641847:22642303,22662911:22663962,22669905:22670063,22672698:22672799,22673666:22674356,22673668:22674111,22687087:22687785,22693003:22695665,22708748:22709330,22713828:22715786,22720554:22721060,22731509:22733467,22731510:22733529,22731514:22732036,22753640:22753977,22757921:22758440,22828660:22829357,22838933:22839685,22856662:22856795,22857555:22857876,22864375:22864580,22874458:22874921,22879238:22879884,22880135:22880250,22885093:22885462,23019445:23067024,23381816:23501523,23412440:23477115,23418123:23473963,23487106:23492528,23487139:23491490,23494765:23495098,23503086:23503369,24463408:24471487,24463582:24468707,24463742:24467727,24463743:24466104,24463797:24468425,24463949:24465137,24464133:24466281,24512703:24564757,24512892:24564983,24513321:24562641,24513572:24561175,24513628:24560633,24514114:24559171,24514378:24559189,24514486:24558574,24514538:24557677,24514629:24557588,24514662:24556611,24514752:2455647', 'assoc_mat': '22593610:barquette_opaque:4207:22594068,22599780:barquette_opaque:4207:22600130,22610902:barquette_opaque:4207:22611292,22613019:barquette_opaque:4207:22613362,22639302:barquette_opaque:4207:22639379,22641847:barquette_opaque:4207:22642303,22662911:barquette_opaque:4207:22663962,22669905:barquette_opaque:4207:22670063,22672698:barquette_opaque:4207:22672799,22673666:barquette_opaque:4207:22674356,22673668:barquette_opaque:4207:22674111,22687087:barquette_opaque:4207:22687785,22693003:barquette_opaque:4207:22695665,22708748:barquette_opaque:4207:22709330,22713828:barquette_opaque:4207:22715786,22720554:barquette_opaque:4207:22721060,22731509:barquette_opaque:4207:22733467,22731510:barquette_opaque:4207:22733529,22731514:barquette_opaque:4207:22732036,22753640:barquette_opaque:4207:22753977,22757921:barquette_opaque:4207:22758440,22828660:barquette_opaque:4207:22829357,22838933:barquette_opaque:4207:22839685,22856662:barquette_opaque:4207:22856795,22857555:barquette_opaque:4207:22857876,22864375:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010732735440729977, 'nb_photo': 24, 'list_port_cont': '22607814,22696629,22844342,22901525,23232834,23375601,24467683,24471105,24476554,24548386,24554225,24555651,24560362,24560807', 'assoc_port': '22607579:22607814,22696409:22696629,22843810:22844342,22901195:22901525,23232197:23232834,23375423:23375601,24463640:24467683,24463744:24471105,24463933:24476554,24512929:24560807,24513007:24560362,24514075:24555651,24514479:24548386,24514534:24554225', 'assoc_mat': '22607579:barquette_opaque:4461:22607814,22696409:barquette_opaque:4461:22696629,22843810:barquette_opaque:4461:22844342,22901195:barquette_opaque:4461:22901525,23232197:barquette_opaque:4461:23232834,23375423:barquette_opaque:4461:23375601,24463640:barquette_opaque:4461:24467683,24463744:barquette_opaque:4461:24471105,24463933:barquette_opaque:4461:24476554,24512929:barquette_opaque:4461:24560807,24513007:barquette_opaque:4461:24560362,24514075:barquette_opaque:4461:24555651,24514479:barquette_opaque:4461:24548386,24514534:barquette_opaque:4461:24554225'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.028628792158971933, 'nb_photo': 599, 'list_port_cont': '22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22918156,22919996,22926530,22985769,23077571,23089621,23091838,23393279,23447602,23505607,23506144,23507176,23507518,23510374,23515099,23516191,23517609,23525032,24464307,24464732,24468181,2446917', 'assoc_port': '22594877:22596179,22600724:22604130,22604276:22609336,22610907:22621000,22613021:22613218,22614937:22627388,22617412:22630480,22618985:22630494,22624048:22630383,22637083:22637537,22638529:22639220,22642864:22644336,22642868:22644429,22644529:22646715,22645330:22645458,22646001:22646067,22647187:22648097,22647191:22647322,22662912:22663887,22666514:22667657,22669908:22684094,22675367:22676962,22675368:22677092,22675371:22677194,22675372:22685647,22681463:22686627,22687091:22695618,22694885:22695674,22696946:22699558,22708747:22711334,22711988:22712183,22712694:22713171,22712698:22712806,22714439:22714734,22720546:22720785,22720550:22725031,22723659:22734356,22727658:22737338,22731555:22739675,22731557:22731745,22733592:22744952,22740289:22741201,22743063:22743322,22753642:22755903,22755522:22757464,22757920:22759666,22763326:22765898,22766326:22766595,22771176:22774551,22775280:22779839,22777709:22782093,22777728:22782658,22781200:22786753,22782353:22791847,22785919:22789447,22793931:22794090,22816846:2281711', 'assoc_mat': '22594877:barquette_opaque:4200:22596179,22600724:barquette_opaque:4200:22604130,22604276:barquette_opaque:4200:22609336,22610907:barquette_opaque:4200:22621000,22613021:barquette_opaque:4200:22613218,22614937:barquette_opaque:4200:22627388,22617412:barquette_opaque:4200:22630480,22618985:barquette_opaque:4200:22630494,22624048:barquette_opaque:4200:22630383,22637083:barquette_opaque:4200:22637537,22638529:barquette_opaque:4200:22639220,22642864:barquette_opaque:4200:22644336,22642868:barquette_opaque:4200:22644429,22644529:barquette_opaque:4200:22646715,22645330:barquette_opaque:4200:22645458,22646001:barquette_opaque:4200:22646067,22647187:barquette_opaque:4200:22648097,22647191:barquette_opaque:4200:22647322,22662912:barquette_opaque:4200:22663887,22666514:barquette_opaque:4200:22667657,22669908:barquette_opaque:4200:22684094,22675367:barquette_opaque:4200:22676962,22675368:barquette_opaque:4200:22677092,22675371:barquette_opaque:4200:22677194,22675372:barquette_opaque:4200:22685647,22681463:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0032648950180912692, 'nb_photo': 184, 'list_port_cont': '22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22918040,22922673,23003105,23013082,23331987,23345496,23385248,23487909,23488213,24464804,24465233,24465269,24465671,24465760,24465785,24466609,24466701,24467299,24467483,24467629,24468598,24468667,24469670,24470176,24470199,24470415,24470841,24470992,24471291,24471308,24471781,24471942,24472629,24473158,24474292,24474393,24475038,24479766,24515015,24516165,24544497,24545541,24545557,24545639,24545921,24547559,24547816,24548508,24548979,24549748,24549907,24550084,24550362,24550579,24551417,24551675,24552001,24553075,24553669,24554391,24554946,24555468,24555518,24555692,24555778,24556434,24557185,24557496,24558164,24558213,24558271,24558382,24559002,24559463', 'assoc_port': '22594876:22595964,22607578:22607904,22610905:22611814,22617415:22617928,22618983:22629298,22637331:22637356,22637677:22637774,22639299:22639569,22643642:22643911,22645325:22645677,22647186:22647250,22661878:22662565,22662913:22663844,22672696:22672901,22681465:22682414,22681467:22682303,22696406:22696671,22714441:22714697,22719539:22719941,22723676:22724317,22729019:22730610,22753645:22754076,22760875:22761240,22781197:22781939,22782354:22792013,22813690:22814113,22816847:22817092,22823127:22823267,22832671:22832958,22835473:22835682,22856661:22856836,22858841:22858905,22861972:22862015,22863282:22863302,22876406:22876747,22880119:22880369,22889832:22890380,22893521:22893626,22896424:22896678,22917827:22918040,22922388:22922673,23002556:23003105,23012445:23013082,23073358:24468667,23331070:23331987,23344611:23345496,23384859:23385248,23487129:23488213,23487318:23487909,24463460:24479766,24463498:24471942,24463537:24471781,24463548:24471291,24463595:24475038,24463597:24471308,24463659:24470992,24463668:2447084', 'assoc_mat': '22594876:barquette_opaque:4209:22595964,22607578:barquette_opaque:4209:22607904,22610905:barquette_opaque:4209:22611814,22617415:barquette_opaque:4209:22617928,22618983:barquette_opaque:4209:22629298,22637331:barquette_opaque:4209:22637356,22637677:barquette_opaque:4209:22637774,22639299:barquette_opaque:4209:22639569,22643642:barquette_opaque:4209:22643911,22645325:barquette_opaque:4209:22645677,22647186:barquette_opaque:4209:22647250,22661878:barquette_opaque:4209:22662565,22662913:barquette_opaque:4209:22663844,22672696:barquette_opaque:4209:22672901,22681465:barquette_opaque:4209:22682414,22681467:barquette_opaque:4209:22682303,22696406:barquette_opaque:4209:22696671,22714441:barquette_opaque:4209:22714697,22719539:barquette_opaque:4209:22719941,22723676:barquette_opaque:4209:22724317,22729019:barquette_opaque:4209:22730610,22753645:barquette_opaque:4209:22754076,22760875:barquette_opaque:4209:22761240,22781197:barquette_opaque:4209:22781939,22782354:barquette_opaque:4209:22792013,22813690:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.016434654859247732, 'nb_photo': 7596, 'list_port_cont': '22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22918134,22920490,22925350,22931813,22950008,2295212', 'assoc_port': '22593607:22594161,22594878:22596089,22596778:22597263,22599779:22600183,22600725:22601223,22602546:22602880,22603047:22603306,22604281:22604567,22604285:22604692,22607577:22607886,22610904:22611752,22613020:22613607,22614941:22615581,22617413:22617919,22618986:22619624,22621389:22621913,22637075:22637227,22637329:22637546,22637675:22637892,22638530:22638911,22639300:22639732,22640875:22641084,22641844:22642199,22641848:22642354,22642866:22643270,22643643:22643865,22644532:22644814,22645996:22646138,22646207:22646326,22646699:22646770,22662916:22664733,22668748:22669209,22669906:22670570,22672697:22672993,22673671:22674159,22676626:22677103,22687084:22687853,22687089:22687534,22694854:22695615,22694855:22695483,22694881:22700570,22696405:22696704,22706232:22706887,22711985:22712145,22712696:22712897,22713825:22714119,22714438:22714707,22714442:22714756,22715865:22716170,22719540:22719979,22720545:22721219,22720552:22721095,22727659:22728537,22729021:22730029,22731512:22732155,22740292:22748164,22743077:2274358', 'assoc_mat': '22593607:barquette_opaque:4211:22594161,22594878:barquette_opaque:4211:22596089,22596778:barquette_opaque:4211:22597263,22599779:barquette_opaque:4211:22600183,22600725:barquette_opaque:4211:22601223,22602546:barquette_opaque:4211:22602880,22603047:barquette_opaque:4211:22603306,22604281:barquette_opaque:4211:22604567,22604285:barquette_opaque:4211:22604692,22607577:barquette_opaque:4211:22607886,22610904:barquette_opaque:4211:22611752,22613020:barquette_opaque:4211:22613607,22614941:barquette_opaque:4211:22615581,22617413:barquette_opaque:4211:22617919,22618986:barquette_opaque:4211:22619624,22621389:barquette_opaque:4211:22621913,22637075:barquette_opaque:4211:22637227,22637329:barquette_opaque:4211:22637546,22637675:barquette_opaque:4211:22637892,22638530:barquette_opaque:4211:22638911,22639300:barquette_opaque:4211:22639732,22640875:barquette_opaque:4211:22641084,22641844:barquette_opaque:4211:22642199,22641848:barquette_opaque:4211:22642354,22642866:barquette_opaque:4211:22643270,22643643:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00040553258804669576, 'nb_photo': 145, 'list_port_cont': '22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915919,22916143,22917767,22929969,22930589,22936492,22942820,22970732,22981024,23059742,23065660,23089950,23094209,23094999,23137848,23142968,23149643,23162588,23184889,23185813,23187632,23419393,23422136,23443322,23448063,23478658,23483393,23490445,23491694,23495461,23496758,23505585,23508510,23509636,23510334,23510356,23511051,23511090,23522695,23525822,23544467,24465919,24466391,24467353,24470111,24470750,24472606,24475134,24515280,24515390,24515780,24516175,24516428,24517799,24524774,24526834', 'assoc_port': '22593608:22594934,22596779:22607303,22600763:22601570,22604279:22605076,22609800:22612829,22609829:22610545,22617414:22618164,22637076:22639838,22637080:22637343,22637670:22638002,22639297:22639882,22646205:22646447,22662915:22664940,22673667:22676631,22683212:22686164,22696404:22696748,22708746:22710396,22713822:22714470,22720551:22725018,22720556:22721538,22731513:22732973,22763325:22764377,22763328:22765223,22769206:22770712,22775278:22776168,22781196:22791986,22787160:22791665,22814869:22816534,22823156:22823559,22828628:22830567,22831632:22832785,22832670:22833534,22835472:22852372,22835897:22838449,22838934:22840237,22841696:22842722,22861705:22861865,22862863:22863116,22876410:22888282,22881746:22882924,22882937:22886532,22885089:22889656,22889833:22901062,22893525:22896328,22911178:22915919,22915418:22917767,22915799:22916143,22924964:22929969,22929815:22930589,22931346:22942820,22935793:22936492,22955748:22970732,22970365:22981024,23015443:23059742,23019438:23065660,23056328:23089950,23073350:2313784', 'assoc_mat': '22593608:bouchon:3327:22594934,22596779:bouchon:3327:22607303,22600763:bouchon:3327:22601570,22604279:bouchon:3327:22605076,22609800:bouchon:3327:22612829,22609829:bouchon:3327:22610545,22617414:bouchon:3327:22618164,22637076:bouchon:3327:22639838,22637080:bouchon:3327:22637343,22637670:bouchon:3327:22638002,22639297:bouchon:3327:22639882,22646205:bouchon:3327:22646447,22662915:bouchon:3327:22664940,22673667:bouchon:3327:22676631,22683212:bouchon:3327:22686164,22696404:bouchon:3327:22696748,22708746:bouchon:3327:22710396,22713822:bouchon:3327:22714470,22720551:bouchon:3327:22725018,22720556:bouchon:3327:22721538,22731513:bouchon:3327:22732973,22763325:bouchon:3327:22764377,22763328:bouchon:3327:22765223,22769206:bouchon:3327:22770712,22775278:bouchon:3327:22776168,22781196:bouchon:3327:22791986,22787160:bouchon:3327:22791665,22814869:bouchon:3327:22816534,22823156:bouchon:3327:22823559,22828628:bouchon:3327:22830567,22831632:bouchon:3327:22832785,22832670:bouchon:3327:22833534,22835472:bouchon:3327:22852372,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015675088196567537, 'nb_photo': 558, 'list_port_cont': '22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,23063944,23075710,23088192,23090504,23091287,23165104,23174286,23185150,23439260,23447339,23450983,23477013,23482440,23490786,23501624,23503785,23506187,23509924,23513863,23516453,23526814,24489930,24489966,24490326,24490499,24491615,24557380,24558589,24558664,24558986,24560249,24569349,24569773', 'assoc_port': '22591582:22592615,22602549:22602571,22614943:22627270,22637672:22637967,22637674:22637870,22643641:22645193,22666515:22667704,22673669:22675215,22676627:22681765,22693033:22698562,22713819:22718092,22719525:22722804,22727668:22737392,22755525:22757398,22773713:22777251,22777724:22782111,22793928:22794056,22828627:22856065,22835476:22845280,22856658:22859425,22857008:22863338,22862865:22863031,22874442:22876491,22882318:22883465,22895713:22897227,22896423:22900217,22917826:22925839,22931348:22942116,22951589:22951830,22967489:22978004,23019441:23063944,23052721:23088192,23062405:23090504,23064326:23091287,23075518:23075710,23112649:23165104,23127851:23174286,23161553:23185150,23266257:23526814,23328664:23439260,23370198:23450983,23370901:23477013,23371000:23482440,23372139:23490786,23381825:23501624,23408683:23513863,23424126:23516453,23446969:23447339,23487313:23509924,23495804:23506187,23503087:23503785,24463520:24491615,24463722:24489966,24463777:24490499,24463881:24490326,24463942:24489930,24513246:2456934', 'assoc_mat': '22591582:carton:4205:22592615,22602549:carton:4205:22602571,22614943:carton:4205:22627270,22637672:carton:4205:22637967,22637674:carton:4205:22637870,22643641:carton:4205:22645193,22666515:carton:4205:22667704,22673669:carton:4205:22675215,22676627:carton:4205:22681765,22693033:carton:4205:22698562,22713819:carton:4205:22718092,22719525:carton:4205:22722804,22727668:carton:4205:22737392,22755525:carton:4205:22757398,22773713:carton:4205:22777251,22777724:carton:4205:22782111,22793928:carton:4205:22794056,22828627:carton:4205:22856065,22835476:carton:4205:22845280,22856658:carton:4205:22859425,22857008:carton:4205:22863338,22862865:carton:4205:22863031,22874442:carton:4205:22876491,22882318:carton:4205:22883465,22895713:carton:4205:22897227,22896423:carton:4205:22900217,22917826:carton:4205:22925839,22931348:carton:4205:22942116,22951589:carton:4205:22951830,22967489:carton:4205:22978004,23019441:carton:4205:23063944,23052721:carton:4205:23088192,23062405:carton:4205:23090504,23064326:carton:4205:23091287,2307'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009155443706278764, 'nb_photo': 1360, 'list_port_cont': '22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22945503,22988180,22990616,23008505,23089687,23094182,23095175,23186750,23209573,23411323,23479321,23505168,23506530,23507300,23525365,24490067,24490137,24490231,24490245,24490312,24490805,24491572,24515732,24557483,24557761,24557940,24558332,24559113,24559776,24560321,24560611,24560704,24560797,24561374,24562046,24562092,24563425,24565089,24567534,24576604', 'assoc_port': '22604273:22636620,22609799:22634256,22624047:22630371,22640872:22644202,22645327:22645969,22668747:22671014,22683214:22687247,22706231:22707906,22715864:22720093,22727698:22738375,22760876:22763442,22775279:22784786,22814866:22816580,22835896:22854611,22835901:22847719,22858837:22862342,22861704:22864778,22863669:22865868,22879241:22880849,22885096:22889057,22916871:22945503,22963267:22990616,22979636:22988180,23002549:23008505,23024263:23094182,23056326:23089687,23080635:23095175,23157180:23209573,23164742:23186750,23370918:23479321,23386645:23506530,23411038:23411323,23419023:23525365,23487314:23507300,23499045:23505168,24463400:24490805,24463494:24490312,24463899:24490231,24463929:24491572,24464003:24490137,24464038:24490245,24464111:24490067,24512919:24567534,24513076:24565089,24513354:24563425,24513393:24562092,24513539:24562046,24513754:24561374,24513857:24560611,24513862:24560321,24513919:24560797,24513940:24560704,24514080:24559776,24514113:24515732,24514431:24558332,24514481:24559113,24514527:2455776', 'assoc_mat': '22604273:carton:4203:22636620,22609799:carton:4203:22634256,22624047:carton:4203:22630371,22640872:carton:4203:22644202,22645327:carton:4203:22645969,22668747:carton:4203:22671014,22683214:carton:4203:22687247,22706231:carton:4203:22707906,22715864:carton:4203:22720093,22727698:carton:4203:22738375,22760876:carton:4203:22763442,22775279:carton:4203:22784786,22814866:carton:4203:22816580,22835896:carton:4203:22854611,22835901:carton:4203:22847719,22858837:carton:4203:22862342,22861704:carton:4203:22864778,22863669:carton:4203:22865868,22879241:carton:4203:22880849,22885096:carton:4203:22889057,22916871:carton:4203:22945503,22963267:carton:4203:22990616,22979636:carton:4203:22988180,23002549:carton:4203:23008505,23024263:carton:4203:23094182,23056326:carton:4203:23089687,23080635:carton:4203:23095175,23157180:carton:4203:23209573,23164742:carton:4203:23186750,23370918:carton:4203:23479321,23386645:carton:4203:23506530,23411038:carton:4203:23411323,23419023:carton:4203:23525365,23487314:carton:4203:23507300,2349'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9509914163429355, 'nb_photo': 6631, 'list_port_cont': '22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332', 'assoc_port': '22593605:22594342,22593606:22594397,22593610:22594079,22596777:22597312,22596780:22596895,22599778:22600329,22599780:22600124,22600753:22600920,22603049:22603202,22607575:22607761,22609801:22610267,22610902:22611298,22613019:22613348,22614940:22615155,22617411:22617802,22628391:22628999,22628395:22628714,22637079:22637252,22637082:22637196,22637676:22637757,22639298:22639709,22639302:22639374,22640874:22641090,22641847:22642312,22643639:22643841,22644527:22644977,22644530:22644860,22644534:22644850,22644535:22644664,22645328:22645631,22645998:22646096,22645999:22646046,22647189:22647392,22647190:22647244,22661877:22661925,22662911:22663969,22666517:22666872,22669905:22670072,22672698:22672802,22673666:22674362,22673668:22674112,22675369:22675644,22676625:22676819,22681470:22686223,22687087:22687788,22687093:22687286,22693003:22695668,22694883:22695411,22696407:22696608,22708745:22711032,22708748:22709337,22711984:22712040,22712695:22712721,22713014:22713246,22713828:22715782,22714440:22714565,22720547:2272189', 'assoc_mat': '22593605:carton:4207:22594342,22593606:carton:4207:22594397,22593610:carton:4207:22594079,22596777:carton:4207:22597312,22596780:carton:4207:22596895,22599778:carton:4207:22600329,22599780:carton:4207:22600124,22600753:carton:4207:22600920,22603049:carton:4207:22603202,22607575:carton:4207:22607761,22609801:carton:4207:22610267,22610902:carton:4207:22611298,22613019:carton:4207:22613348,22614940:carton:4207:22615155,22617411:carton:4207:22617802,22628391:carton:4207:22628999,22628395:carton:4207:22628714,22637079:carton:4207:22637252,22637082:carton:4207:22637196,22637676:carton:4207:22637757,22639298:carton:4207:22639709,22639302:carton:4207:22639374,22640874:carton:4207:22641090,22641847:carton:4207:22642312,22643639:carton:4207:22643841,22644527:carton:4207:22644977,22644530:carton:4207:22644860,22644534:carton:4207:22644850,22644535:carton:4207:22644664,22645328:carton:4207:22645631,22645998:carton:4207:22646096,22645999:carton:4207:22646046,22647189:carton:4207:22647392,22647190:carton:4207:22647244,2266'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01723054577724035, 'nb_photo': 5554, 'list_port_cont': '22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22917098,22935153,23013099,23053925,23079963,23176378,23232830,23332234,23370784,23372329,23373180,23375600,23382537,23420735,23487862,23488408,23489141,23489335,24465091,24465162,24465339,24465641,24465807,24465942,24466909,24467166,24467378,24467689,24468373,24468829,24469584,24469827,24470008,24470295,24470874,24471096,24471387,24471689,2447238', 'assoc_port': '22591584:22591952,22594879:22595984,22599782:22600140,22603048:22610131,22604271:22604886,22604283:22604818,22607579:22607821,22610906:22611407,22614959:22615427,22618984:22621165,22621387:22621797,22637328:22637449,22638528:22638870,22639301:22639672,22641846:22642314,22643640:22643810,22644533:22644724,22645326:22645645,22646000:22646081,22647188:22647274,22662910:22664447,22666516:22666826,22669907:22670626,22673670:22674129,22676624:22677061,22683217:22684133,22687090:22687446,22693018:22693430,22696409:22696623,22696947:22697912,22712697:22712860,22713831:22714072,22714437:22717922,22720549:22721123,22720555:22720966,22723677:22724470,22731556:22732106,22743102:22749521,22755524:22756100,22760877:22761286,22765036:22781430,22766335:22766468,22771175:22771655,22777722:22778068,22782355:22782749,22785891:22786390,22787164:22787665,22811660:22811894,22814868:22816031,22817782:22824307,22828657:22828945,22831635:22832082,22832675:22833096,22838937:22839477,22840147:22840476,22843809:22844565,22843810:2284432', 'assoc_mat': '22591584:carton:4461:22591952,22594879:carton:4461:22595984,22599782:carton:4461:22600140,22603048:carton:4461:22610131,22604271:carton:4461:22604886,22604283:carton:4461:22604818,22607579:carton:4461:22607821,22610906:carton:4461:22611407,22614959:carton:4461:22615427,22618984:carton:4461:22621165,22621387:carton:4461:22621797,22637328:carton:4461:22637449,22638528:carton:4461:22638870,22639301:carton:4461:22639672,22641846:carton:4461:22642314,22643640:carton:4461:22643810,22644533:carton:4461:22644724,22645326:carton:4461:22645645,22646000:carton:4461:22646081,22647188:carton:4461:22647274,22662910:carton:4461:22664447,22666516:carton:4461:22666826,22669907:carton:4461:22670626,22673670:carton:4461:22674129,22676624:carton:4461:22677061,22683217:carton:4461:22684133,22687090:carton:4461:22687446,22693018:carton:4461:22693430,22696409:carton:4461:22696623,22696947:carton:4461:22697912,22712697:carton:4461:22712860,22713831:carton:4461:22714072,22714437:carton:4461:22717922,22720549:carton:4461:22721123,2272'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.006633786710956327, 'nb_photo': 132, 'list_port_cont': '23158233,23158488,23176742,23255849,23346165,23352109', 'assoc_port': '23157188:23158488,23157192:23158233,23176167:23176742,23254131:23255849,23344698:23346165,23351475:23352109', 'assoc_mat': '23157188:carton:3594:23158488,23157192:carton:3594:23158233,23176167:carton:3594:23176742,23254131:carton:3594:23255849,23344698:carton:3594:23346165,23351475:carton:3594:23352109'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024849576400401106, 'nb_photo': 3820, 'list_port_cont': '22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22918154,22919993,22926536,22985779,22997871,23077568,23089615,23091829,23344843,23393273,23447612,23504419,2350560', 'assoc_port': '22594877:22596185,22600724:22604128,22602545:22612198,22604276:22609339,22610907:22620989,22613021:22613226,22614937:22627383,22617412:22630481,22618985:22630503,22624048:22630384,22637077:22637406,22637083:22637536,22637332:22637374,22638529:22639219,22641845:22643586,22641850:22642118,22642864:22644341,22642868:22644421,22644529:22646713,22645330:22645455,22646001:22646057,22647187:22648101,22647191:22647324,22662912:22663884,22662914:22664082,22666514:22667650,22669908:22684100,22675367:22676951,22675368:22677086,22675371:22677201,22675372:22685643,22681463:22686639,22687091:22695619,22694868:22696545,22694885:22695673,22696946:22699555,22708747:22711337,22711988:22712173,22712694:22713169,22712698:22712801,22714439:22714738,22720546:22720784,22720550:22725032,22723659:22734352,22727658:22737335,22731555:22739672,22731557:22731760,22733592:22744947,22740289:22741196,22743063:22743323,22753642:22755890,22755522:22757459,22757920:22759672,22763326:22765906,22766326:22766594,22771176:22774562,22775280:2277982', 'assoc_mat': '22594877:carton:4200:22596185,22600724:carton:4200:22604128,22602545:carton:4200:22612198,22604276:carton:4200:22609339,22610907:carton:4200:22620989,22613021:carton:4200:22613226,22614937:carton:4200:22627383,22617412:carton:4200:22630481,22618985:carton:4200:22630503,22624048:carton:4200:22630384,22637077:carton:4200:22637406,22637083:carton:4200:22637536,22637332:carton:4200:22637374,22638529:carton:4200:22639219,22641845:carton:4200:22643586,22641850:carton:4200:22642118,22642864:carton:4200:22644341,22642868:carton:4200:22644421,22644529:carton:4200:22646713,22645330:carton:4200:22645455,22646001:carton:4200:22646057,22647187:carton:4200:22648101,22647191:carton:4200:22647324,22662912:carton:4200:22663884,22662914:carton:4200:22664082,22666514:carton:4200:22667650,22669908:carton:4200:22684100,22675367:carton:4200:22676951,22675368:carton:4200:22677086,22675371:carton:4200:22677201,22675372:carton:4200:22685643,22681463:carton:4200:22686639,22687091:carton:4200:22695619,22694868:carton:4200:22696545,2269'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.010143046676835013, 'nb_photo': 118, 'list_port_cont': '22949103,23074693', 'assoc_port': '22948162:22949103,23073358:23074693', 'assoc_mat': '22948162:carton:3594:22949103,23073358:carton:3594:23074693'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017703724342209026, 'nb_photo': 5642, 'list_port_cont': '22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22918029,22922666,23003106,23013071,23064853,23107229,23230489,23232700,23266794,23329557,23331989,23339677,23345495,23373430,23385226,23412747,23447112,23487914,23488210,24464506,24464548,24464792,24465237,2446527', 'assoc_port': '22593609:22593859,22594876:22595976,22600723:22601216,22603046:22603320,22604278:22604585,22607576:22617540,22607578:22607907,22609802:22610163,22610903:22611932,22610905:22611812,22610908:22611633,22614938:22615321,22614939:22625112,22617410:22617840,22617415:22617925,22618983:22629304,22624049:22624759,22628393:22628732,22637081:22637164,22637331:22637358,22637677:22637786,22639299:22639583,22640873:22641116,22643642:22643912,22645325:22645687,22645329:22645481,22646206:22646305,22647186:22647253,22661875:22662652,22661878:22662568,22662913:22663840,22672696:22672893,22672699:22683910,22675373:22675656,22681465:22682424,22681467:22682302,22681471:22681965,22683204:22684013,22687085:22687948,22687092:22687395,22694882:22695350,22696406:22696669,22696945:22697390,22706230:22706786,22707489:22707797,22711986:22712028,22713013:22713266,22714441:22714702,22719539:22719939,22723676:22724302,22729019:22730601,22729023:22730482,22753645:22754074,22760875:22761239,22766334:22766458,22773720:22774536,22781197:2278194', 'assoc_mat': '22593609:carton:4209:22593859,22594876:carton:4209:22595976,22600723:carton:4209:22601216,22603046:carton:4209:22603320,22604278:carton:4209:22604585,22607576:carton:4209:22617540,22607578:carton:4209:22607907,22609802:carton:4209:22610163,22610903:carton:4209:22611932,22610905:carton:4209:22611812,22610908:carton:4209:22611633,22614938:carton:4209:22615321,22614939:carton:4209:22625112,22617410:carton:4209:22617840,22617415:carton:4209:22617925,22618983:carton:4209:22629304,22624049:carton:4209:22624759,22628393:carton:4209:22628732,22637081:carton:4209:22637164,22637331:carton:4209:22637358,22637677:carton:4209:22637786,22639299:carton:4209:22639583,22640873:carton:4209:22641116,22643642:carton:4209:22643912,22645325:carton:4209:22645687,22645329:carton:4209:22645481,22646206:carton:4209:22646305,22647186:carton:4209:22647253,22661875:carton:4209:22662652,22661878:carton:4209:22662568,22662913:carton:4209:22663840,22672696:carton:4209:22672893,22672699:carton:4209:22683910,22675373:carton:4209:22675656,2268'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010862946474991456, 'nb_photo': 18652, 'list_port_cont': '22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22918123,22920491,22925349,22931815,22950005,2295211', 'assoc_port': '22593607:22594163,22594878:22596092,22596778:22597265,22599779:22600172,22600725:22601225,22602546:22602888,22603047:22603312,22604281:22604583,22604285:22604700,22607577:22607889,22610904:22611736,22613020:22613600,22614941:22615573,22617413:22617908,22618986:22619627,22621389:22621918,22637075:22637232,22637329:22637552,22637675:22637884,22638530:22638896,22639300:22639718,22640875:22641076,22641844:22642198,22641848:22642360,22642866:22643261,22643643:22643854,22644532:22644812,22645996:22646127,22646207:22646318,22646699:22646759,22662916:22664723,22668748:22669206,22669906:22670580,22672697:22672982,22673671:22674164,22676626:22677106,22687084:22687856,22687089:22687524,22694854:22695603,22694855:22695472,22694881:22700574,22696405:22696703,22706232:22706893,22711985:22712135,22712696:22712894,22713825:22714106,22714438:22714708,22714442:22714765,22715865:22716169,22719540:22719970,22720545:22721220,22720552:22721105,22727659:22728551,22729021:22730023,22731512:22732161,22740292:22748186,22743077:2274359', 'assoc_mat': '22593607:carton:4211:22594163,22594878:carton:4211:22596092,22596778:carton:4211:22597265,22599779:carton:4211:22600172,22600725:carton:4211:22601225,22602546:carton:4211:22602888,22603047:carton:4211:22603312,22604281:carton:4211:22604583,22604285:carton:4211:22604700,22607577:carton:4211:22607889,22610904:carton:4211:22611736,22613020:carton:4211:22613600,22614941:carton:4211:22615573,22617413:carton:4211:22617908,22618986:carton:4211:22619627,22621389:carton:4211:22621918,22637075:carton:4211:22637232,22637329:carton:4211:22637552,22637675:carton:4211:22637884,22638530:carton:4211:22638896,22639300:carton:4211:22639718,22640875:carton:4211:22641076,22641844:carton:4211:22642198,22641848:carton:4211:22642360,22642866:carton:4211:22643261,22643643:carton:4211:22643854,22644532:carton:4211:22644812,22645996:carton:4211:22646127,22646207:carton:4211:22646318,22646699:carton:4211:22646759,22662916:carton:4211:22664723,22668748:carton:4211:22669206,22669906:carton:4211:22670580,22672697:carton:4211:22672982,2267'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0063816816212655895, 'nb_photo': 310, 'list_port_cont': '22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22926570,22930602,22936389,22936490,22936535,22938921,22945218,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055484,23059060,23059751,23065666,23066042,23075751,23078481,23089954,23094208,23149650,23162598,23162806,23172794,23185806,23187626,23267030,23356210,23360085,23389123,23422133,23440026,23443328,23443884,23446905,23448064,23448195,23450999,23478668,23482097,23483392,23484350,23490444,23491703,23497270,23500685,23504174,23504688,23505580,23506136,23507363,23508513,23509643,23510318,23510332,23510354,23510444,2351105', 'assoc_port': '22599781:22600785,22600763:22601565,22609829:22610546,22613018:22628987,22617414:22618158,22621388:22622113,22628388:22629258,22642867:22643291,22644513:22646155,22644528:22645406,22644531:22644952,22645997:22647112,22646002:22646166,22646205:22646440,22669904:22670980,22675370:22676775,22688510:22689689,22706229:22707686,22711987:22712292,22713822:22714460,22715863:22716652,22715866:22716569,22720551:22725020,22720556:22721541,22731513:22732977,22740290:22741275,22753647:22754535,22769206:22770710,22771178:22772545,22775278:22776171,22787159:22794795,22787160:22791664,22820051:22821247,22823156:22823551,22832670:22833538,22835472:22852369,22838934:22840239,22861705:22861861,22862458:22862826,22862863:22863128,22876410:22888278,22879242:22883771,22881746:22882929,22882937:22886529,22885089:22889654,22889833:22901065,22893525:22896330,22894326:22897007,22894331:22909354,22895714:22898274,22911180:22915364,22917824:22926570,22925011:22938921,22927531:22936535,22929808:22945218,22929815:22930602,22935793:2293649', 'assoc_mat': '22599781:carton:3327:22600785,22600763:carton:3327:22601565,22609829:carton:3327:22610546,22613018:carton:3327:22628987,22617414:carton:3327:22618158,22621388:carton:3327:22622113,22628388:carton:3327:22629258,22642867:carton:3327:22643291,22644513:carton:3327:22646155,22644528:carton:3327:22645406,22644531:carton:3327:22644952,22645997:carton:3327:22647112,22646002:carton:3327:22646166,22646205:carton:3327:22646440,22669904:carton:3327:22670980,22675370:carton:3327:22676775,22688510:carton:3327:22689689,22706229:carton:3327:22707686,22711987:carton:3327:22712292,22713822:carton:3327:22714460,22715863:carton:3327:22716652,22715866:carton:3327:22716569,22720551:carton:3327:22725020,22720556:carton:3327:22721541,22731513:carton:3327:22732977,22740290:carton:3327:22741275,22753647:carton:3327:22754535,22769206:carton:3327:22770710,22771178:carton:3327:22772545,22775278:carton:3327:22776171,22787159:carton:3327:22794795,22787160:carton:3327:22791664,22820051:carton:3327:22821247,22823156:carton:3327:22823551,2283'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0028935148157135707, 'nb_photo': 78, 'list_port_cont': '22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,23017980,23022458,23023070,23025788,23421547,24463913,24464310,24465191,24490016,24490048,24490090,24490107,24490123,24490155,24490160,24490187,24490429,24490477,24490536,24513122,24557437,24557485,24557809,24558493,24558618,24559640,24559672,24559734,24559922,24559978,24560383,24560596,24560982,24561161,24561205', 'assoc_port': '22602547:22602583,22609803:22610321,22617409:22620637,22637330:22637516,22646208:22646292,22668749:22675044,22681466:22700071,22723675:22746289,22743072:22743273,22753644:22754116,22765037:22765979,22777704:22779184,22781198:22782019,22813689:22817953,22823123:22823654,22823128:22823337,22828659:22842768,22860493:22860605,22861967:22862081,22880134:23017980,22891519:23022458,22893523:23023070,22894328:23025788,23279957:23421547,24463509:24463913,24463617:24490187,24463634:24490536,24463643:24490160,24463648:24490016,24463731:24490155,24463735:24490107,24463755:24490477,24463920:24490429,24463936:24490123,24463979:24464310,24464115:24490090,24464118:24465191,24464123:24490048,24512758:24513122,24513392:24561161,24513402:24560982,24513405:24561205,24513746:24560596,24513773:24560383,24513909:24559922,24513915:24559734,24514036:24559672,24514053:24559640,24514059:24559978,24514262:24558618,24514282:24558493,24514453:24557809,24514681:24557485,24514790:24557437', 'assoc_mat': '22602547:cartonnette:3726:22602583,22609803:cartonnette:3726:22610321,22617409:cartonnette:3726:22620637,22637330:cartonnette:3726:22637516,22646208:cartonnette:3726:22646292,22668749:cartonnette:3726:22675044,22681466:cartonnette:3726:22700071,22723675:cartonnette:3726:22746289,22743072:cartonnette:3726:22743273,22753644:cartonnette:3726:22754116,22765037:cartonnette:3726:22765979,22777704:cartonnette:3726:22779184,22781198:cartonnette:3726:22782019,22813689:cartonnette:3726:22817953,22823123:cartonnette:3726:22823654,22823128:cartonnette:3726:22823337,22828659:cartonnette:3726:22842768,22860493:cartonnette:3726:22860605,22861967:cartonnette:3726:22862081,22880134:cartonnette:3726:23017980,22891519:cartonnette:3726:23022458,22893523:cartonnette:3726:23023070,22894328:cartonnette:3726:23025788,23279957:cartonnette:3726:23421547,24463509:cartonnette:3726:24463913,24463617:cartonnette:3726:24490187,24463634:cartonnette:3726:24490536,24463643:cartonnette:3726:24490160,24463648:cartonnette:3726:24490016,24463731:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00786196027103624, 'nb_photo': 242, 'list_port_cont': '22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,23014324,23017978,23022459,23022667,23023066,23025783,23032621,23075853,23094970,23421548,24464298,24464763,24465625,24469956,24489997,24490096,24490149,24490169,24490175,24490205,24490217,24490262,24490352,24490412,24490434,24490474,24490517,24490559,24491266,24513116,24513603,24514039,24515225,24556862,24556900,24557421,24557429,24557815,24557997,24558017,24558185,24559155,24559213,24559540,24559610,24559657,24559665,24559898,24560026,24560340,24560382,24560428,24560478,24560595,24561213,24563415', 'assoc_port': '22602547:22602575,22609803:22610322,22617409:22620634,22637078:22637214,22637330:22637512,22640871:22641134,22642865:22644518,22644526:22645046,22646208:22646295,22668749:22675052,22681466:22700068,22681469:22700083,22683209:22700021,22687083:22687475,22688512:22689618,22696408:22696694,22723675:22746292,22743072:22743262,22753644:22754112,22765037:22765978,22773715:22791533,22777704:22779178,22781198:22782010,22813689:22817956,22817780:22818991,22823128:22823340,22828659:22842769,22828661:22828787,22835900:22836461,22840149:22840285,22856659:22856819,22860493:22860606,22861967:22862087,22863286:22863294,22873139:23014324,22880134:23017978,22886792:23075853,22891519:23022459,22893518:23022667,22893523:23023066,22894328:23025783,22920083:23032621,23079432:23094970,23279957:23421548,24463552:24490217,24463564:24490205,24463617:24490175,24463643:24490169,24463681:24489997,24463718:24490559,24463731:24490149,24463755:24490474,24463790:24490352,24463827:24490517,24463857:24491266,24463876:24490262,24463898:2449041', 'assoc_mat': '22602547:Carton_brun:3726:22602575,22609803:Carton_brun:3726:22610322,22617409:Carton_brun:3726:22620634,22637078:Carton_brun:3726:22637214,22637330:Carton_brun:3726:22637512,22640871:Carton_brun:3726:22641134,22642865:Carton_brun:3726:22644518,22644526:Carton_brun:3726:22645046,22646208:Carton_brun:3726:22646295,22668749:Carton_brun:3726:22675052,22681466:Carton_brun:3726:22700068,22681469:Carton_brun:3726:22700083,22683209:Carton_brun:3726:22700021,22687083:Carton_brun:3726:22687475,22688512:Carton_brun:3726:22689618,22696408:Carton_brun:3726:22696694,22723675:Carton_brun:3726:22746292,22743072:Carton_brun:3726:22743262,22753644:Carton_brun:3726:22754112,22765037:Carton_brun:3726:22765978,22773715:Carton_brun:3726:22791533,22777704:Carton_brun:3726:22779178,22781198:Carton_brun:3726:22782010,22813689:Carton_brun:3726:22817956,22817780:Carton_brun:3726:22818991,22823128:Carton_brun:3726:22823340,22828659:Carton_brun:3726:22842769,22828661:Carton_brun:3726:22828787,22835900:Carton_brun:3726:22836461,22840149:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006614039777591147, 'nb_photo': 177, 'list_port_cont': '22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,23014329,23017981,23022671,23023061,23025789,23032616,23075850,23094969,23160439,23421541,24463904,24464300,24464778,24465629,24469960,24470553,24489911,24490037,24490085,24490102,24490110,24490423,24490427,24490483,24490523,24490552,24491283,24513119,24513607,24514576,24515231,24556872,24557108,24557425,24557435,24557459,24558259,24558448,24558495,24558837,24559108,24559149,24559535,24559618,24559652,24559661,24559743,24559920,24559976,24560024,24560431,24560601,24560678,24560988,24561215,24561239,24563072,24563407,24563615,24563979,24564496', 'assoc_port': '22602547:22602579,22609803:22610315,22617409:22620636,22640871:22641136,22642865:22644521,22644526:22645040,22668749:22675051,22683209:22700020,22687083:22687482,22723675:22746293,22743072:22743263,22753644:22754122,22765037:22765973,22773715:22791528,22813689:22817946,22823123:22823653,22823128:22823345,22828661:22828784,22858842:22858870,22860493:22860609,22861967:22862086,22873139:23014329,22880134:23017981,22886792:23075850,22893518:23022671,22893523:23023061,22894328:23025789,22920083:23032616,23079432:23094969,23104935:23160439,23279957:23421541,24463443:24491283,24463509:24463904,24463718:24490552,24463735:24490110,24463755:24490483,24463827:24490523,24463898:24490423,24463920:24490427,24463926:24489911,24463930:24470553,24463975:24490102,24463979:24464300,24464004:24469960,24464114:24465629,24464115:24490085,24464127:24490037,24464182:24464778,24512666:24563072,24512687:24564496,24512690:24563979,24512693:24563615,24512758:24513119,24513004:24563407,24513046:24513607,24513231:24561239,24513402:2456098', 'assoc_mat': '22602547:Carton_gris:3726:22602579,22609803:Carton_gris:3726:22610315,22617409:Carton_gris:3726:22620636,22640871:Carton_gris:3726:22641136,22642865:Carton_gris:3726:22644521,22644526:Carton_gris:3726:22645040,22668749:Carton_gris:3726:22675051,22683209:Carton_gris:3726:22700020,22687083:Carton_gris:3726:22687482,22723675:Carton_gris:3726:22746293,22743072:Carton_gris:3726:22743263,22753644:Carton_gris:3726:22754122,22765037:Carton_gris:3726:22765973,22773715:Carton_gris:3726:22791528,22813689:Carton_gris:3726:22817946,22823123:Carton_gris:3726:22823653,22823128:Carton_gris:3726:22823345,22828661:Carton_gris:3726:22828784,22858842:Carton_gris:3726:22858870,22860493:Carton_gris:3726:22860609,22861967:Carton_gris:3726:22862086,22873139:Carton_gris:3726:23014329,22880134:Carton_gris:3726:23017981,22886792:Carton_gris:3726:23075850,22893518:Carton_gris:3726:23022671,22893523:Carton_gris:3726:23023061,22894328:Carton_gris:3726:23025789,22920083:Carton_gris:3726:23032616,23079432:Carton_gris:3726:23094969,23104935:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00426415240477604, 'nb_photo': 140, 'list_port_cont': '22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,23063947,23075725,23090508,23091295,23165110,23174294,23185155,23439264,23450992,23477017,23482454,23490788,23501627,23503773,23506188,23513853,23516452,24489932,24489977,24490325,24490511,24491620,24557379,24558579,24558667,24560240,24569355,24569767', 'assoc_port': '22591582:22592606,22602549:22602567,22614943:22627267,22637672:22637954,22637674:22637878,22643641:22645199,22666515:22667703,22673669:22675212,22676627:22681762,22693033:22698563,22713819:22718104,22727668:22737403,22773713:22777248,22777724:22782109,22793928:22794042,22828627:22856076,22835476:22845292,22856658:22859411,22857008:22863352,22862865:22863030,22874442:22876490,22882318:22883467,22895713:22897232,22896423:22900207,22917826:22925835,22931348:22942111,22951589:22951832,23019441:23063947,23062405:23090508,23064326:23091295,23075518:23075725,23112649:23165110,23127851:23174294,23161553:23185155,23328664:23439264,23370198:23450992,23370901:23477017,23371000:23482454,23372139:23490788,23381825:23501627,23408683:23513853,23424126:23516452,23495804:23506188,23503087:23503773,24463520:24491620,24463722:24489977,24463777:24490511,24463881:24490325,24463942:24489932,24513246:24569355,24513454:24569767,24514181:24558579,24514184:24560240,24514432:24558667,24514700:24557379', 'assoc_mat': '22591582:ela:4205:22592606,22602549:ela:4205:22602567,22614943:ela:4205:22627267,22637672:ela:4205:22637954,22637674:ela:4205:22637878,22643641:ela:4205:22645199,22666515:ela:4205:22667703,22673669:ela:4205:22675212,22676627:ela:4205:22681762,22693033:ela:4205:22698563,22713819:ela:4205:22718104,22727668:ela:4205:22737403,22773713:ela:4205:22777248,22777724:ela:4205:22782109,22793928:ela:4205:22794042,22828627:ela:4205:22856076,22835476:ela:4205:22845292,22856658:ela:4205:22859411,22857008:ela:4205:22863352,22862865:ela:4205:22863030,22874442:ela:4205:22876490,22882318:ela:4205:22883467,22895713:ela:4205:22897232,22896423:ela:4205:22900207,22917826:ela:4205:22925835,22931348:ela:4205:22942111,22951589:ela:4205:22951832,23019441:ela:4205:23063947,23062405:ela:4205:23090508,23064326:ela:4205:23091295,23075518:ela:4205:23075725,23112649:ela:4205:23165110,23127851:ela:4205:23174294,23161553:ela:4205:23185155,23328664:ela:4205:23439264,23370198:ela:4205:23450992,23370901:ela:4205:23477017,23371000:ela:4205:2348245'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9629812112859761, 'nb_photo': 403, 'list_port_cont': '22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22945495,22988168,22990623,23008508,23089696,23094186,23095168,23186749,23209562,23411324,23479325,23505176,23506535,23507309,23525359,24490053,24490130,24490229,24490242,24490310,24490803,24491584,24515747,24557476,24557750,24557944,24558319,24559122,24559764,24560329,24560616,24560710,24560796,24561375,24562039,24562095,24563424,24565082,24567535,24576611', 'assoc_port': '22604273:22636615,22609799:22634258,22624047:22630372,22640872:22644194,22645327:22645960,22668747:22671016,22683214:22687235,22706231:22707902,22715864:22720108,22727698:22738379,22760876:22763436,22775279:22784791,22814866:22816586,22835896:22854597,22835901:22847724,22858837:22862346,22861704:22864777,22863669:22865876,22879241:22880843,22885096:22889065,22916871:22945495,22963267:22990623,22979636:22988168,23002549:23008508,23024263:23094186,23056326:23089696,23080635:23095168,23157180:23209562,23164742:23186749,23370918:23479325,23386645:23506535,23411038:23411324,23419023:23525359,23487314:23507309,23499045:23505176,24463400:24490803,24463494:24490310,24463899:24490229,24463929:24491584,24464003:24490130,24464038:24490242,24464111:24490053,24512919:24567535,24513076:24565082,24513354:24563424,24513393:24562095,24513539:24562039,24513754:24561375,24513857:24560616,24513862:24560329,24513919:24560796,24513940:24560710,24514080:24559764,24514113:24515747,24514431:24558319,24514481:24559122,24514527:2455775', 'assoc_mat': '22604273:ela:4203:22636615,22609799:ela:4203:22634258,22624047:ela:4203:22630372,22640872:ela:4203:22644194,22645327:ela:4203:22645960,22668747:ela:4203:22671016,22683214:ela:4203:22687235,22706231:ela:4203:22707902,22715864:ela:4203:22720108,22727698:ela:4203:22738379,22760876:ela:4203:22763436,22775279:ela:4203:22784791,22814866:ela:4203:22816586,22835896:ela:4203:22854597,22835901:ela:4203:22847724,22858837:ela:4203:22862346,22861704:ela:4203:22864777,22863669:ela:4203:22865876,22879241:ela:4203:22880843,22885096:ela:4203:22889065,22916871:ela:4203:22945495,22963267:ela:4203:22990623,22979636:ela:4203:22988168,23002549:ela:4203:23008508,23024263:ela:4203:23094186,23056326:ela:4203:23089696,23080635:ela:4203:23095168,23157180:ela:4203:23209562,23164742:ela:4203:23186749,23370918:ela:4203:23479325,23386645:ela:4203:23506535,23411038:ela:4203:23411324,23419023:ela:4203:23525359,23487314:ela:4203:23507309,23499045:ela:4203:23505176,24463400:ela:4203:24490803,24463494:ela:4203:24490310,24463899:ela:4203:2449022'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021653940820339254, 'nb_photo': 172, 'list_port_cont': '22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22928152,23170502,23182136,23257379,23443201,23478217,23482401,23489392,23491241,23492535,23498314,23503072,23504052,24464658,24464717,24465377,24466765,24468324,24468422,24468494,24469148,24469708,24471146,24513434,24513895,24556285,24556617,24556851,24557097,24557245,24557930,24557989,24558227,24558531,24559279,24559378,24559390,24559428,24559524,24559854,24560220,24560626,24560765,24562328,24562651,24564890,24565026,24576416', 'assoc_port': '22593610:22594067,22596777:22597300,22599780:22600131,22613019:22613357,22628395:22628689,22637082:22637206,22639298:22639702,22640874:22641099,22641847:22642307,22643639:22643839,22645328:22645635,22645998:22646092,22662911:22663966,22666517:22666881,22669905:22670069,22672698:22672800,22673666:22674366,22673668:22674105,22675369:22675640,22693003:22695656,22696407:22696609,22708745:22711041,22708748:22709333,22711984:22712030,22720548:22721999,22720553:22721297,22720554:22721062,22727656:22728594,22731511:22732520,22731514:22732033,22755523:22756029,22757921:22758436,22760878:22761332,22765035:22765544,22775277:22775970,22775282:22775458,22785918:22786357,22793924:22794060,22816844:22817981,22823125:22823495,22832672:22833369,22838933:22839689,22838936:22839627,22840150:22840466,22859471:22859527,22861707:22861836,22861966:22862229,22861971:22862176,22863671:22863799,22876397:22878894,22876399:22877234,22876413:22876713,22879238:22879890,22882316:22882522,22882938:22883048,22885093:22885467,22895710:2289699', 'assoc_mat': '22593610:ela:4207:22594067,22596777:ela:4207:22597300,22599780:ela:4207:22600131,22613019:ela:4207:22613357,22628395:ela:4207:22628689,22637082:ela:4207:22637206,22639298:ela:4207:22639702,22640874:ela:4207:22641099,22641847:ela:4207:22642307,22643639:ela:4207:22643839,22645328:ela:4207:22645635,22645998:ela:4207:22646092,22662911:ela:4207:22663966,22666517:ela:4207:22666881,22669905:ela:4207:22670069,22672698:ela:4207:22672800,22673666:ela:4207:22674366,22673668:ela:4207:22674105,22675369:ela:4207:22675640,22693003:ela:4207:22695656,22696407:ela:4207:22696609,22708745:ela:4207:22711041,22708748:ela:4207:22709333,22711984:ela:4207:22712030,22720548:ela:4207:22721999,22720553:ela:4207:22721297,22720554:ela:4207:22721062,22727656:ela:4207:22728594,22731511:ela:4207:22732520,22731514:ela:4207:22732033,22755523:ela:4207:22756029,22757921:ela:4207:22758436,22760878:ela:4207:22761332,22765035:ela:4207:22765544,22775277:ela:4207:22775970,22775282:ela:4207:22775458,22785918:ela:4207:22786357,22793924:ela:4207:2279406'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0037258430593767695, 'nb_photo': 15, 'list_port_cont': '22595980,22787675,22862098,22876598,24474007,24515514,24549137,24556369,24557892,24558108', 'assoc_port': '22594879:22595980,22787164:22787675,22861969:22862098,22876414:22876598,24463669:24474007,24513399:24558108,24513569:24557892,24513825:24515514,24514259:24556369,24514744:24549137', 'assoc_mat': '22594879:ela:4461:22595980,22787164:ela:4461:22787675,22861969:ela:4461:22862098,22876414:ela:4461:22876598,24463669:ela:4461:24474007,24513399:ela:4461:24558108,24513569:ela:4461:24557892,24513825:ela:4461:24515514,24514259:ela:4461:24556369,24514744:ela:4461:24549137'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015015216613890338, 'nb_photo': 152, 'list_port_cont': '22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22918142,23077563,23089625,23091830,23393266,23504420,23506143,23514779,23516198,24464736,24465513,24466711,24467803,24468948,24470432,24470908,24471910,24472109,24474174,24475176,24476207,24476433,24477323,24479543,24480131,24480968,24481937,24482863,24489667,24489881,24513421,24556007,24556192,24557327,24557445,24557558,24557591,24557802,24558129,24558401,24558710,24558801,24559082,24559088,24559276,24559407,24559628,24559785,24560450,24560546,24560571,24560845,24560872,24560998,24561098,24561149,24561248,24561947,24563786,24564237,24565608,24565967,24566992,24567742,24567899', 'assoc_port': '22613021:22613237,22614937:22627391,22641850:22642117,22642868:22644419,22669908:22684099,22675368:22677090,22681463:22686631,22708747:22711335,22714439:22714725,22720550:22725028,22723659:22734349,22727658:22737342,22731557:22731757,22755522:22757465,22763326:22765910,22793931:22794089,22816846:22817104,22823153:22823588,22851169:22851390,22863281:22865881,22880133:22909441,22885094:22888917,22895716:22897426,22913784:22918142,23025697:23077563,23052746:23091830,23056323:23089625,23157192:24566992,23176167:24480131,23393129:23393266,23414781:23514779,23422148:23516198,23495810:23506143,23503943:23504420,24463431:24489881,24463495:24489667,24463544:24477323,24463561:24482863,24463676:24476433,24463724:24476207,24463736:24464736,24463820:24479543,24463823:24480968,24463864:24475176,24463916:24467803,24463946:24472109,24463951:24474174,24463987:24471910,24464105:24481937,24464124:24466711,24464131:24470908,24464139:24470432,24464161:24465513,24464175:24468948,24512563:24560872,24512571:24561947,24512676:2456423', 'assoc_mat': '22613021:ela:4200:22613237,22614937:ela:4200:22627391,22641850:ela:4200:22642117,22642868:ela:4200:22644419,22669908:ela:4200:22684099,22675368:ela:4200:22677090,22681463:ela:4200:22686631,22708747:ela:4200:22711335,22714439:ela:4200:22714725,22720550:ela:4200:22725028,22723659:ela:4200:22734349,22727658:ela:4200:22737342,22731557:ela:4200:22731757,22755522:ela:4200:22757465,22763326:ela:4200:22765910,22793931:ela:4200:22794089,22816846:ela:4200:22817104,22823153:ela:4200:22823588,22851169:ela:4200:22851390,22863281:ela:4200:22865881,22880133:ela:4200:22909441,22885094:ela:4200:22888917,22895716:ela:4200:22897426,22913784:ela:4200:22918142,23025697:ela:4200:23077563,23052746:ela:4200:23091830,23056323:ela:4200:23089625,23157192:ela:4200:24566992,23176167:ela:4200:24480131,23393129:ela:4200:23393266,23414781:ela:4200:23514779,23422148:ela:4200:23516198,23495810:ela:4200:23506143,23503943:ela:4200:23504420,24463431:ela:4200:24489881,24463495:ela:4200:24489667,24463544:ela:4200:24477323,24463561:ela:4200:2448286'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0016759941568299003, 'nb_photo': 637, 'list_port_cont': '22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22918028,22922664,23013083,23064849,23107224,23232712,23266792,23329545,23331990,23345491,23373433,23385228,23412749,23447105,23487906,23488204,24464553,24464800,24465226,24465268,24465398,24465669,24465749,24465788,24466505,24466614,24466691,24466893,24467304,24467484,24467982,24468665,24468715,24469434,24469664,2446973', 'assoc_port': '22593609:22593855,22594876:22595975,22600723:22601205,22603046:22603324,22604278:22604596,22607578:22607909,22610903:22611933,22610905:22611817,22610908:22611620,22614939:22625105,22617410:22617842,22617415:22617938,22618983:22629300,22624049:22624753,22628393:22628726,22637081:22637167,22637331:22637369,22637677:22637775,22639299:22639570,22640873:22641108,22643642:22643920,22645325:22645684,22645329:22645480,22646206:22646310,22647186:22647255,22661875:22662664,22661878:22662572,22672696:22672905,22672699:22683924,22675373:22675660,22681465:22682415,22681467:22682305,22681471:22681968,22683204:22684026,22687085:22687947,22694882:22695356,22696406:22696674,22696945:22697385,22706230:22706795,22711986:22712015,22713013:22713267,22714441:22714696,22719539:22719929,22723676:22724314,22729019:22730602,22729023:22730494,22753645:22754084,22760875:22761218,22766334:22766463,22773720:22774548,22781197:22781944,22782354:22792006,22787162:22787589,22813690:22814099,22816847:22817087,22823127:22823275,22831634:2283191', 'assoc_mat': '22593609:ela:4209:22593855,22594876:ela:4209:22595975,22600723:ela:4209:22601205,22603046:ela:4209:22603324,22604278:ela:4209:22604596,22607578:ela:4209:22607909,22610903:ela:4209:22611933,22610905:ela:4209:22611817,22610908:ela:4209:22611620,22614939:ela:4209:22625105,22617410:ela:4209:22617842,22617415:ela:4209:22617938,22618983:ela:4209:22629300,22624049:ela:4209:22624753,22628393:ela:4209:22628726,22637081:ela:4209:22637167,22637331:ela:4209:22637369,22637677:ela:4209:22637775,22639299:ela:4209:22639570,22640873:ela:4209:22641108,22643642:ela:4209:22643920,22645325:ela:4209:22645684,22645329:ela:4209:22645480,22646206:ela:4209:22646310,22647186:ela:4209:22647255,22661875:ela:4209:22662664,22661878:ela:4209:22662572,22672696:ela:4209:22672905,22672699:ela:4209:22683924,22675373:ela:4209:22675660,22681465:ela:4209:22682415,22681467:ela:4209:22682305,22681471:ela:4209:22681968,22683204:ela:4209:22684026,22687085:ela:4209:22687947,22694882:ela:4209:22695356,22696406:ela:4209:22696674,22696945:ela:4209:2269738'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008421932129138621, 'nb_photo': 1784, 'list_port_cont': '22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22918131,22920487,22925343,22931814,22950010,22952130,2296096', 'assoc_port': '22593607:22594153,22594878:22596103,22596778:22597264,22599779:22600177,22600725:22601236,22602546:22602885,22603047:22603307,22604281:22604582,22604285:22604682,22607577:22607877,22610904:22611741,22613020:22613596,22614941:22615587,22617413:22617918,22618986:22619617,22621389:22621920,22637075:22637230,22637329:22637556,22637675:22637890,22638530:22638912,22639300:22639722,22640875:22641085,22641844:22642196,22641848:22642353,22642866:22643274,22643643:22643862,22644532:22644807,22645996:22646136,22646207:22646316,22646699:22646772,22662916:22664721,22668748:22669218,22669906:22670573,22672697:22672991,22673671:22674165,22676626:22677115,22687084:22687866,22687089:22687533,22694854:22695613,22694881:22700580,22696405:22696702,22706232:22706879,22711985:22712137,22712696:22712899,22713825:22714118,22714438:22714710,22714442:22714769,22715865:22716163,22719540:22719974,22720545:22721225,22720552:22721101,22727659:22728538,22729021:22730043,22731512:22732166,22740292:22748173,22743077:22743589,22753643:2275421', 'assoc_mat': '22593607:ela:4211:22594153,22594878:ela:4211:22596103,22596778:ela:4211:22597264,22599779:ela:4211:22600177,22600725:ela:4211:22601236,22602546:ela:4211:22602885,22603047:ela:4211:22603307,22604281:ela:4211:22604582,22604285:ela:4211:22604682,22607577:ela:4211:22607877,22610904:ela:4211:22611741,22613020:ela:4211:22613596,22614941:ela:4211:22615587,22617413:ela:4211:22617918,22618986:ela:4211:22619617,22621389:ela:4211:22621920,22637075:ela:4211:22637230,22637329:ela:4211:22637556,22637675:ela:4211:22637890,22638530:ela:4211:22638912,22639300:ela:4211:22639722,22640875:ela:4211:22641085,22641844:ela:4211:22642196,22641848:ela:4211:22642353,22642866:ela:4211:22643274,22643643:ela:4211:22643862,22644532:ela:4211:22644807,22645996:ela:4211:22646136,22646207:ela:4211:22646316,22646699:ela:4211:22646772,22662916:ela:4211:22664721,22668748:ela:4211:22669218,22669906:ela:4211:22670573,22672697:ela:4211:22672991,22673671:ela:4211:22674165,22676626:ela:4211:22677115,22687084:ela:4211:22687866,22687089:ela:4211:2268753'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00010475749479824319, 'nb_photo': 95, 'list_port_cont': '22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22945494,22988173,22990618,23008517,23089689,23095160,23186754,23209575,23479318,23505179,23507312,24490052,24490316,24491576,24515748,24557482,24557760,24557948,24558325,24559125,24559766,24560328,24560610,24560799,24562088,24563428,24567525', 'assoc_port': '22609799:22634259,22645327:22645959,22668747:22671013,22683214:22687233,22706231:22707915,22715864:22720096,22727698:22738382,22775279:22784790,22814866:22816592,22835896:22854609,22835901:22847711,22858837:22862339,22861704:22864767,22863669:22865872,22879241:22880848,22885096:22889062,22916871:22945494,22963267:22990618,22979636:22988173,23002549:23008517,23056326:23089689,23080635:23095160,23157180:23209575,23164742:23186754,23370918:23479318,23487314:23507312,23499045:23505179,24463494:24490316,24463929:24491576,24464111:24490052,24512919:24567525,24513354:24563428,24513393:24562088,24513857:24560610,24513862:24560328,24513919:24560799,24514080:24559766,24514113:24515748,24514431:24558325,24514481:24559125,24514527:24557760,24514748:24557948,24514753:24557482', 'assoc_mat': '22609799:etiquette:4203:22634259,22645327:etiquette:4203:22645959,22668747:etiquette:4203:22671013,22683214:etiquette:4203:22687233,22706231:etiquette:4203:22707915,22715864:etiquette:4203:22720096,22727698:etiquette:4203:22738382,22775279:etiquette:4203:22784790,22814866:etiquette:4203:22816592,22835896:etiquette:4203:22854609,22835901:etiquette:4203:22847711,22858837:etiquette:4203:22862339,22861704:etiquette:4203:22864767,22863669:etiquette:4203:22865872,22879241:etiquette:4203:22880848,22885096:etiquette:4203:22889062,22916871:etiquette:4203:22945494,22963267:etiquette:4203:22990618,22979636:etiquette:4203:22988173,23002549:etiquette:4203:23008517,23056326:etiquette:4203:23089689,23080635:etiquette:4203:23095160,23157180:etiquette:4203:23209575,23164742:etiquette:4203:23186754,23370918:etiquette:4203:23479318,23487314:etiquette:4203:23507312,23499045:etiquette:4203:23505179,24463494:etiquette:4203:24490316,24463929:etiquette:4203:24491576,24464111:etiquette:4203:24490052,24512919:etiquette:4203:24567525,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003140477244464987, 'nb_photo': 16, 'list_port_cont': '22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,23447362,23447568,23493189,24559419,24559520', 'assoc_port': '22610902:22611289,22613019:22613354,22639298:22639715,22645999:22646048,22647189:22647391,22708745:22711031,22766320:22766558,22823154:22823369,22857555:22857867,22893528:22893860,23446596:23447568,23446972:23447362,23487102:23493189,24513871:24559520,24514086:24559419', 'assoc_mat': '22610902:etiquette:4207:22611289,22613019:etiquette:4207:22613354,22639298:etiquette:4207:22639715,22645999:etiquette:4207:22646048,22647189:etiquette:4207:22647391,22708745:etiquette:4207:22711031,22766320:etiquette:4207:22766558,22823154:etiquette:4207:22823369,22857555:etiquette:4207:22857867,22893528:etiquette:4207:22893860,23446596:etiquette:4207:23447568,23446972:etiquette:4207:23447362,23487102:etiquette:4207:23493189,24513871:etiquette:4207:24559520,24514086:etiquette:4207:24559419'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015014768242328338, 'nb_photo': 11, 'list_port_cont': '22609334,22644427,22684095,22720792,22725033,22774550,22864921,23507167,23510388,24468941,24514154', 'assoc_port': '22604276:22609334,22642868:22644427,22669908:22684095,22720546:22720792,22720550:22725033,22771176:22774550,22861706:22864921,23487203:23510388,23487322:23507167,24464175:24468941,24513411:24514154', 'assoc_mat': '22604276:etiquette:4200:22609334,22642868:etiquette:4200:22644427,22669908:etiquette:4200:22684095,22720546:etiquette:4200:22720792,22720550:etiquette:4200:22725033,22771176:etiquette:4200:22774550,22861706:etiquette:4200:22864921,23487203:etiquette:4200:23510388,23487322:etiquette:4200:23507167,24464175:etiquette:4200:24468941,24513411:etiquette:4200:24514154'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000662248711410801, 'nb_photo': 77, 'list_port_cont': '22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22918032,23373434,23487910,24465271,24467490,24468659,24470832,24470987,24471306,24471780,24479772,24514676,24544494,24545387,24545511,24548338,24550083,24554437,24554881,24557191,24557232,24558217', 'assoc_port': '22594876:22595973,22600723:22601209,22603046:22603332,22607578:22607905,22610908:22611617,22617415:22617932,22618983:22629301,22624049:22624749,22637677:22637785,22640873:22641113,22643642:22643909,22645329:22645477,22646206:22646309,22661875:22662653,22696945:22697394,22706230:22706785,22723676:22724312,22753645:22754079,22760875:22761247,22766334:22766455,22781197:22781941,22782354:22792012,22787162:22787602,22816847:22817095,22832671:22832962,22835473:22835692,22835475:22835676,22858841:22858919,22863282:22863309,22886794:22887357,22889832:22890390,22889840:22890033,22896424:22896676,22917827:22918032,23073358:24468659,23370912:23373434,23487318:23487910,24463460:24479772,24463537:24471780,24463597:24471306,24463659:24470987,24463668:24470832,24463758:24465271,24464163:24467490,24513003:24558217,24513051:24557191,24513412:24514676,24513758:24554881,24513861:24554437,24514442:24550083,24514490:24548338,24514499:24557232,24514501:24545511,24514762:24545387,24514791:24544494', 'assoc_mat': '22594876:etiquette:4209:22595973,22600723:etiquette:4209:22601209,22603046:etiquette:4209:22603332,22607578:etiquette:4209:22607905,22610908:etiquette:4209:22611617,22617415:etiquette:4209:22617932,22618983:etiquette:4209:22629301,22624049:etiquette:4209:22624749,22637677:etiquette:4209:22637785,22640873:etiquette:4209:22641113,22643642:etiquette:4209:22643909,22645329:etiquette:4209:22645477,22646206:etiquette:4209:22646309,22661875:etiquette:4209:22662653,22696945:etiquette:4209:22697394,22706230:etiquette:4209:22706785,22723676:etiquette:4209:22724312,22753645:etiquette:4209:22754079,22760875:etiquette:4209:22761247,22766334:etiquette:4209:22766455,22781197:etiquette:4209:22781941,22782354:etiquette:4209:22792012,22787162:etiquette:4209:22787602,22816847:etiquette:4209:22817095,22832671:etiquette:4209:22832962,22835473:etiquette:4209:22835692,22835475:etiquette:4209:22835676,22858841:etiquette:4209:22858919,22863282:etiquette:4209:22863309,22886794:etiquette:4209:22887357,22889832:etiquette:4209:22890390,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.7033157832149614e-05, 'nb_photo': 105, 'list_port_cont': '22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22920483,22984679,23065100,23105607,23261343,23314838,23376032,23379251,23379590,23413022,23423181,23488143,23488562,24467321,24467380,24468526,24473041,24475250,24476117,24515636,24515910,24537161,24547675', 'assoc_port': '22593607:22594157,22594878:22596090,22602546:22602883,22603047:22603301,22613020:22613594,22621389:22621905,22637675:22637891,22641844:22642209,22641848:22642349,22643643:22643866,22644532:22644821,22645996:22646132,22646207:22646327,22646699:22646773,22669906:22670581,22672697:22672992,22676626:22677107,22687084:22687867,22687089:22687540,22694854:22695608,22694855:22695476,22714438:22714706,22714442:22714764,22715865:22716162,22727659:22728541,22729021:22730037,22740292:22748169,22743077:22743587,22753643:22754212,22755526:22763728,22757922:22758666,22785892:22786464,22817778:22818579,22856664:22856861,22858657:22858760,22862457:22864503,22862860:22863069,22862866:22865037,22863668:22863879,22864379:22864550,22876403:22876869,22880137:22880521,22882317:22882510,22882926:22883173,22885097:22885534,22886786:22887837,22891518:22892048,22895715:22895838,22915416:22915518,22920084:22920483,22984207:22984679,23064320:23065100,23104934:23105607,23260370:23261343,23314653:23314838,23370873:23379590,23370905:2337925', 'assoc_mat': '22593607:etiquette:4211:22594157,22594878:etiquette:4211:22596090,22602546:etiquette:4211:22602883,22603047:etiquette:4211:22603301,22613020:etiquette:4211:22613594,22621389:etiquette:4211:22621905,22637675:etiquette:4211:22637891,22641844:etiquette:4211:22642209,22641848:etiquette:4211:22642349,22643643:etiquette:4211:22643866,22644532:etiquette:4211:22644821,22645996:etiquette:4211:22646132,22646207:etiquette:4211:22646327,22646699:etiquette:4211:22646773,22669906:etiquette:4211:22670581,22672697:etiquette:4211:22672992,22676626:etiquette:4211:22677107,22687084:etiquette:4211:22687867,22687089:etiquette:4211:22687540,22694854:etiquette:4211:22695608,22694855:etiquette:4211:22695476,22714438:etiquette:4211:22714706,22714442:etiquette:4211:22714764,22715865:etiquette:4211:22716162,22727659:etiquette:4211:22728541,22729021:etiquette:4211:22730037,22740292:etiquette:4211:22748169,22743077:etiquette:4211:22743587,22753643:etiquette:4211:22754212,22755526:etiquette:4211:22763728,22757922:etiquette:4211:22758666,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005230237062814904, 'nb_photo': 11, 'list_port_cont': '22616490,22637338,22764376,22770704,22889659,22901074,22970729,23492821,23497278', 'assoc_port': '22614960:22616490,22637080:22637338,22763325:22764376,22769206:22770704,22885089:22889659,22889833:22901074,22955748:22970729,23372169:23492821,23375428:23497278', 'assoc_mat': '22614960:etiquette:3327:22616490,22637080:etiquette:3327:22637338,22763325:etiquette:3327:22764376,22769206:etiquette:3327:22770704,22885089:etiquette:3327:22889659,22889833:etiquette:3327:22901074,22955748:etiquette:3327:22970729,23372169:etiquette:3327:23492821,23375428:etiquette:3327:23497278'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019552685624644146, 'nb_photo': 804, 'list_port_cont': '22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,23063937,23075723,23088193,23090513,23091301,23165098,23174300,23185156,23439259,23447350,23450988,23477026,23482441,23490790,23501639,23503786,23506184,23509910,23513859,23516451,23526818,24489936,24489972,24490328,24490500,24491614,24557366,24558587,24558656,24558978,24560246,24569351,24569763', 'assoc_port': '22591582:22592614,22602549:22602560,22614943:22627280,22637674:22637871,22643641:22645202,22666515:22667705,22673669:22675213,22676627:22681763,22693033:22698571,22713819:22718103,22719525:22722809,22727668:22737402,22755525:22757387,22773713:22777244,22777724:22782118,22793928:22794053,22828627:22856079,22835476:22845282,22856658:22859418,22857008:22863349,22862865:22863032,22874442:22876483,22882318:22883470,22895713:22897220,22896423:22900214,22917826:22925847,22931348:22942103,22951589:22951838,22967489:22978011,23019441:23063937,23052721:23088193,23062405:23090513,23064326:23091301,23075518:23075723,23112649:23165098,23127851:23174300,23161553:23185156,23266257:23526818,23328664:23439259,23370198:23450988,23370901:23477026,23371000:23482441,23372139:23490790,23381825:23501639,23408683:23513859,23424126:23516451,23446969:23447350,23487313:23509910,23495804:23506184,23503087:23503786,24463520:24491614,24463722:24489972,24463777:24490500,24463881:24490328,24463942:24489936,24513246:24569351,24513454:2456976', 'assoc_mat': '22591582:film_plastique:4205:22592614,22602549:film_plastique:4205:22602560,22614943:film_plastique:4205:22627280,22637674:film_plastique:4205:22637871,22643641:film_plastique:4205:22645202,22666515:film_plastique:4205:22667705,22673669:film_plastique:4205:22675213,22676627:film_plastique:4205:22681763,22693033:film_plastique:4205:22698571,22713819:film_plastique:4205:22718103,22719525:film_plastique:4205:22722809,22727668:film_plastique:4205:22737402,22755525:film_plastique:4205:22757387,22773713:film_plastique:4205:22777244,22777724:film_plastique:4205:22782118,22793928:film_plastique:4205:22794053,22828627:film_plastique:4205:22856079,22835476:film_plastique:4205:22845282,22856658:film_plastique:4205:22859418,22857008:film_plastique:4205:22863349,22862865:film_plastique:4205:22863032,22874442:film_plastique:4205:22876483,22882318:film_plastique:4205:22883470,22895713:film_plastique:4205:22897220,22896423:film_plastique:4205:22900214,22917826:film_plastique:4205:22925847,22931348:film_plastique:4205:2294210'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004700335523192969, 'nb_photo': 1090, 'list_port_cont': '22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22945502,22988182,22990617,23008512,23089693,23094194,23095172,23186751,23209563,23411315,23479323,23505180,23506529,23507305,23525361,24490059,24490136,24490228,24490251,24490308,24490796,24491573,24515738,24557471,24557751,24557933,24558320,24559124,24559774,24560330,24560615,24560702,24560792,24561380,24562037,24562091,24563421,24565086,24567529,24576601', 'assoc_port': '22604273:22636611,22609799:22634252,22624047:22630367,22640872:22644204,22645327:22645963,22668747:22671024,22683214:22687236,22706231:22707903,22715864:22720101,22727698:22738383,22760876:22763437,22775279:22784796,22814866:22816587,22835896:22854598,22835901:22847723,22858837:22862348,22861704:22864781,22863669:22865871,22879241:22880837,22885096:22889063,22916871:22945502,22963267:22990617,22979636:22988182,23002549:23008512,23024263:23094194,23056326:23089693,23080635:23095172,23157180:23209563,23164742:23186751,23370918:23479323,23386645:23506529,23411038:23411315,23419023:23525361,23487314:23507305,23499045:23505180,24463400:24490796,24463494:24490308,24463899:24490228,24463929:24491573,24464003:24490136,24464038:24490251,24464111:24490059,24512919:24567529,24513076:24565086,24513354:24563421,24513393:24562091,24513539:24562037,24513754:24561380,24513857:24560615,24513862:24560330,24513919:24560792,24513940:24560702,24514080:24559774,24514113:24515738,24514431:24558320,24514481:24559124,24514527:2455775', 'assoc_mat': '22604273:film_plastique:4203:22636611,22609799:film_plastique:4203:22634252,22624047:film_plastique:4203:22630367,22640872:film_plastique:4203:22644204,22645327:film_plastique:4203:22645963,22668747:film_plastique:4203:22671024,22683214:film_plastique:4203:22687236,22706231:film_plastique:4203:22707903,22715864:film_plastique:4203:22720101,22727698:film_plastique:4203:22738383,22760876:film_plastique:4203:22763437,22775279:film_plastique:4203:22784796,22814866:film_plastique:4203:22816587,22835896:film_plastique:4203:22854598,22835901:film_plastique:4203:22847723,22858837:film_plastique:4203:22862348,22861704:film_plastique:4203:22864781,22863669:film_plastique:4203:22865871,22879241:film_plastique:4203:22880837,22885096:film_plastique:4203:22889063,22916871:film_plastique:4203:22945502,22963267:film_plastique:4203:22990617,22979636:film_plastique:4203:22988182,23002549:film_plastique:4203:23008512,23024263:film_plastique:4203:23094194,23056326:film_plastique:4203:23089693,23080635:film_plastique:4203:2309517'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0028891512693604475, 'nb_photo': 1700, 'list_port_cont': '22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961', 'assoc_port': '22593605:22594352,22593606:22594386,22593610:22594069,22596777:22597307,22596780:22596892,22599778:22600316,22599780:22600128,22600753:22600919,22609801:22610268,22610902:22611295,22613019:22613359,22614940:22615150,22617411:22617799,22628391:22629008,22637079:22637258,22637082:22637209,22637676:22637767,22639298:22639708,22639302:22639375,22640874:22641092,22641847:22642299,22643639:22643851,22644527:22644970,22644530:22644856,22644534:22644842,22645998:22646090,22645999:22646055,22647189:22647387,22647190:22647233,22661877:22661918,22662911:22663959,22666517:22666879,22669905:22670064,22672698:22672794,22673666:22674352,22673668:22674114,22675369:22675636,22676625:22676817,22681470:22686226,22687087:22687797,22687093:22687287,22693003:22695669,22694883:22695416,22696407:22696618,22708745:22711035,22708748:22709339,22711984:22712036,22712695:22712713,22713014:22713251,22713828:22715792,22714440:22714564,22720548:22722004,22720553:22721299,22720554:22721059,22727656:22728584,22727657:22728628,22731509:2273345', 'assoc_mat': '22593605:film_plastique:4207:22594352,22593606:film_plastique:4207:22594386,22593610:film_plastique:4207:22594069,22596777:film_plastique:4207:22597307,22596780:film_plastique:4207:22596892,22599778:film_plastique:4207:22600316,22599780:film_plastique:4207:22600128,22600753:film_plastique:4207:22600919,22609801:film_plastique:4207:22610268,22610902:film_plastique:4207:22611295,22613019:film_plastique:4207:22613359,22614940:film_plastique:4207:22615150,22617411:film_plastique:4207:22617799,22628391:film_plastique:4207:22629008,22637079:film_plastique:4207:22637258,22637082:film_plastique:4207:22637209,22637676:film_plastique:4207:22637767,22639298:film_plastique:4207:22639708,22639302:film_plastique:4207:22639375,22640874:film_plastique:4207:22641092,22641847:film_plastique:4207:22642299,22643639:film_plastique:4207:22643851,22644527:film_plastique:4207:22644970,22644530:film_plastique:4207:22644856,22644534:film_plastique:4207:22644842,22645998:film_plastique:4207:22646090,22645999:film_plastique:4207:2264605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7379723465522257, 'nb_photo': 7077, 'list_port_cont': '22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22917094,22935143,23013094,23053926,23079961,23176372,23232840,23332227,23370785,23372325,23373184,23375602,23382545,23420743,23487855,23488398,23489145,23489341,24465103,24465161,24465341,24465648,24465809,24465929,24466903,24467163,24467377,24467700,24468376,24468836,24469582,24469832,24470003,24470306,24470870,24471110,24471378,2447169', 'assoc_port': '22591584:22591958,22594879:22595979,22599782:22600146,22603048:22610122,22604271:22604878,22604283:22604822,22607579:22607808,22610906:22611427,22614959:22615443,22618984:22621166,22621387:22621794,22637328:22637446,22638528:22638865,22639301:22639677,22641846:22642315,22643640:22643812,22644533:22644728,22645326:22645654,22646000:22646077,22647188:22647272,22662910:22664455,22666516:22666821,22669907:22670603,22673670:22674118,22676624:22677060,22683217:22684124,22687090:22687451,22693018:22693426,22696409:22696631,22696947:22697910,22712697:22712864,22713831:22714086,22714437:22717935,22720549:22721116,22720555:22720963,22723677:22724472,22731556:22732107,22743102:22749522,22755524:22756111,22760877:22761292,22765036:22781431,22766335:22766481,22771175:22771657,22777722:22778059,22782355:22782760,22785891:22786383,22787164:22787679,22811660:22811899,22814868:22816040,22817782:22824304,22828657:22828934,22831635:22832069,22832675:22833106,22838937:22839469,22840147:22840481,22843809:22844554,22843810:2284433', 'assoc_mat': '22591584:film_plastique:4461:22591958,22594879:film_plastique:4461:22595979,22599782:film_plastique:4461:22600146,22603048:film_plastique:4461:22610122,22604271:film_plastique:4461:22604878,22604283:film_plastique:4461:22604822,22607579:film_plastique:4461:22607808,22610906:film_plastique:4461:22611427,22614959:film_plastique:4461:22615443,22618984:film_plastique:4461:22621166,22621387:film_plastique:4461:22621794,22637328:film_plastique:4461:22637446,22638528:film_plastique:4461:22638865,22639301:film_plastique:4461:22639677,22641846:film_plastique:4461:22642315,22643640:film_plastique:4461:22643812,22644533:film_plastique:4461:22644728,22645326:film_plastique:4461:22645654,22646000:film_plastique:4461:22646077,22647188:film_plastique:4461:22647272,22662910:film_plastique:4461:22664455,22666516:film_plastique:4461:22666821,22669907:film_plastique:4461:22670603,22673670:film_plastique:4461:22674118,22676624:film_plastique:4461:22677060,22683217:film_plastique:4461:22684124,22687090:film_plastique:4461:2268745'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025398755264502592, 'nb_photo': 5969, 'list_port_cont': '22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22918146,22919994,22926531,22985778,22997876,23077565,23089628,23091840,23344844,23393270,23447605,23504427,2350559', 'assoc_port': '22594877:22596175,22600724:22604124,22602545:22612197,22604276:22609333,22610907:22621004,22613021:22613214,22614937:22627379,22617412:22630472,22618985:22630488,22624048:22630390,22637077:22637397,22637083:22637525,22637332:22637379,22638529:22639222,22641845:22643587,22641850:22642109,22642864:22644329,22642868:22644417,22644529:22646712,22645330:22645459,22646001:22646060,22647187:22648098,22647191:22647326,22662912:22663896,22662914:22664078,22666514:22667656,22669908:22684104,22675367:22676964,22675368:22677094,22675371:22677189,22675372:22685650,22681463:22686632,22687091:22695625,22694868:22696547,22694885:22695675,22696946:22699549,22708747:22711341,22711988:22712174,22712694:22713166,22712698:22712814,22714439:22714723,22720546:22720781,22720550:22725034,22723659:22734354,22727658:22737344,22731555:22739676,22731557:22731759,22733592:22744943,22740289:22741204,22743063:22743321,22753642:22755891,22755522:22757462,22757920:22759659,22763326:22765899,22766326:22766588,22771176:22774558,22775280:2277984', 'assoc_mat': '22594877:film_plastique:4200:22596175,22600724:film_plastique:4200:22604124,22602545:film_plastique:4200:22612197,22604276:film_plastique:4200:22609333,22610907:film_plastique:4200:22621004,22613021:film_plastique:4200:22613214,22614937:film_plastique:4200:22627379,22617412:film_plastique:4200:22630472,22618985:film_plastique:4200:22630488,22624048:film_plastique:4200:22630390,22637077:film_plastique:4200:22637397,22637083:film_plastique:4200:22637525,22637332:film_plastique:4200:22637379,22638529:film_plastique:4200:22639222,22641845:film_plastique:4200:22643587,22641850:film_plastique:4200:22642109,22642864:film_plastique:4200:22644329,22642868:film_plastique:4200:22644417,22644529:film_plastique:4200:22646712,22645330:film_plastique:4200:22645459,22646001:film_plastique:4200:22646060,22647187:film_plastique:4200:22648098,22647191:film_plastique:4200:22647326,22662912:film_plastique:4200:22663896,22662914:film_plastique:4200:22664078,22666514:film_plastique:4200:22667656,22669908:film_plastique:4200:2268410'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.015146973795452939, 'nb_photo': 1415, 'list_port_cont': '22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22918037,23003107,23064852,23107215,23230488,23232705,23266788,23332000,23339687,23345498,23373432,23385236,23412757,23447108,23487907,23488206,24464491,24464544,24464801,24465234,24465270,24465391,24465396,24465675,24465755,24465787,24466513,24466607,24466690,24466891,24467303,24467482,24467631,2446797', 'assoc_port': '22593609:22593857,22594876:22595969,22600723:22601201,22603046:22603325,22604278:22604589,22607578:22607900,22609802:22610152,22610903:22611928,22610905:22611813,22610908:22611621,22614938:22615325,22617410:22617847,22617415:22617940,22618983:22629293,22624049:22624754,22628393:22628727,22637081:22637170,22637331:22637366,22637677:22637781,22639299:22639578,22640873:22641115,22643642:22643923,22645325:22645679,22645329:22645472,22646206:22646304,22647186:22647259,22661875:22662663,22661878:22662562,22662913:22663846,22672696:22672894,22672699:22683918,22675373:22675663,22681465:22682413,22681467:22682310,22681471:22681976,22683204:22684025,22687085:22687953,22687092:22687398,22694882:22695357,22696406:22696673,22696945:22697396,22707489:22707791,22711986:22712019,22713013:22713272,22714441:22714698,22719539:22719940,22723676:22724309,22729019:22730608,22729023:22730490,22753645:22754086,22760875:22761244,22766334:22766465,22781197:22781942,22782354:22792004,22785905:22786276,22787162:22787593,22813690:2281410', 'assoc_mat': '22593609:film_plastique:4209:22593857,22594876:film_plastique:4209:22595969,22600723:film_plastique:4209:22601201,22603046:film_plastique:4209:22603325,22604278:film_plastique:4209:22604589,22607578:film_plastique:4209:22607900,22609802:film_plastique:4209:22610152,22610903:film_plastique:4209:22611928,22610905:film_plastique:4209:22611813,22610908:film_plastique:4209:22611621,22614938:film_plastique:4209:22615325,22617410:film_plastique:4209:22617847,22617415:film_plastique:4209:22617940,22618983:film_plastique:4209:22629293,22624049:film_plastique:4209:22624754,22628393:film_plastique:4209:22628727,22637081:film_plastique:4209:22637170,22637331:film_plastique:4209:22637366,22637677:film_plastique:4209:22637781,22639299:film_plastique:4209:22639578,22640873:film_plastique:4209:22641115,22643642:film_plastique:4209:22643923,22645325:film_plastique:4209:22645679,22645329:film_plastique:4209:22645472,22646206:film_plastique:4209:22646304,22647186:film_plastique:4209:22647259,22661875:film_plastique:4209:2266266'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004241615496260238, 'nb_photo': 15177, 'list_port_cont': '22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22918138,22920493,22925346,22931821,22950019,2295212', 'assoc_port': '22593607:22594158,22594878:22596102,22596778:22597255,22599779:22600181,22600725:22601221,22602546:22602887,22603047:22603308,22604281:22604572,22604285:22604675,22607577:22607879,22610904:22611738,22613020:22613597,22614941:22615577,22617413:22617922,22618986:22619616,22621389:22621907,22637075:22637231,22637329:22637551,22637675:22637894,22638530:22638902,22639300:22639731,22640875:22641077,22641844:22642206,22641848:22642345,22642866:22643273,22643643:22643868,22644532:22644813,22645996:22646126,22646207:22646328,22646699:22646758,22662916:22664728,22668748:22669212,22669906:22670571,22672697:22672985,22673671:22674163,22676626:22677110,22687084:22687857,22687089:22687535,22694854:22695604,22694855:22695473,22694881:22700564,22696405:22696712,22706232:22706880,22711985:22712142,22712696:22712889,22713825:22714115,22714438:22714704,22714442:22714758,22715865:22716156,22719540:22719980,22720545:22721234,22720552:22721093,22727659:22728542,22729021:22730025,22731512:22732162,22740292:22748166,22743077:2274359', 'assoc_mat': '22593607:film_plastique:4211:22594158,22594878:film_plastique:4211:22596102,22596778:film_plastique:4211:22597255,22599779:film_plastique:4211:22600181,22600725:film_plastique:4211:22601221,22602546:film_plastique:4211:22602887,22603047:film_plastique:4211:22603308,22604281:film_plastique:4211:22604572,22604285:film_plastique:4211:22604675,22607577:film_plastique:4211:22607879,22610904:film_plastique:4211:22611738,22613020:film_plastique:4211:22613597,22614941:film_plastique:4211:22615577,22617413:film_plastique:4211:22617922,22618986:film_plastique:4211:22619616,22621389:film_plastique:4211:22621907,22637075:film_plastique:4211:22637231,22637329:film_plastique:4211:22637551,22637675:film_plastique:4211:22637894,22638530:film_plastique:4211:22638902,22639300:film_plastique:4211:22639731,22640875:film_plastique:4211:22641077,22641844:film_plastique:4211:22642206,22641848:film_plastique:4211:22642345,22642866:film_plastique:4211:22643273,22643643:film_plastique:4211:22643868,22644532:film_plastique:4211:2264481'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032585636494358084, 'nb_photo': 2, 'list_port_cont': '22956462,24559797', 'assoc_port': '22955747:22956462,24514286:24559797', 'assoc_mat': '22955747:kraft:4207:22956462,24514286:kraft:4207:24559797'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0019491715472796489, 'nb_photo': 12, 'list_port_cont': '22743264,23023060,23032618,23421542,24490165,24490435,24490478,24490495,24490516,24558521,24559668', 'assoc_port': '22743072:22743264,22893523:23023060,22920083:23032618,23279957:23421542,24463643:24490165,24463755:24490478,24463799:24490495,24463827:24490516,24463920:24490435,24514036:24559668,24514052:24558521', 'assoc_mat': '22743072:kraft:3726:22743264,22893523:kraft:3726:23023060,22920083:kraft:3726:23032618,23279957:kraft:3726:23421542,24463643:kraft:3726:24490165,24463755:kraft:3726:24490478,24463799:kraft:3726:24490495,24463827:kraft:3726:24490516,24463920:kraft:3726:24490435,24514036:kraft:3726:24559668,24514052:kraft:3726:24558521'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9398026877013612, 'nb_photo': 75, 'list_port_cont': '22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,23063951,23090518,23439261,23450985,23482444,23490784,23503777,23509920,23513857,23516455,23526825,24489976,24490323,24490509,24491613,24557375,24558593,24558661,24558973,24560253,24569344,24569758', 'assoc_port': '22591582:22592600,22602549:22602559,22637672:22637959,22637674:22637879,22643641:22645195,22666515:22667713,22673669:22675216,22676627:22681759,22693033:22698570,22713819:22718106,22727668:22737390,22773713:22777253,22793928:22794054,22835476:22845283,22856658:22859422,22857008:22863353,22862865:22863035,22882318:22883477,22895713:22897228,22896423:22900211,22917826:22925841,22931348:22942119,22951589:22951844,22967489:22978009,23019441:23063951,23062405:23090518,23266257:23526825,23328664:23439261,23370198:23450985,23371000:23482444,23372139:23490784,23408683:23513857,23424126:23516455,23487313:23509920,23503087:23503777,24463520:24491613,24463722:24489976,24463777:24490509,24463881:24490323,24513246:24569344,24513454:24569758,24514181:24558593,24514184:24560253,24514384:24558973,24514432:24558661,24514700:24557375', 'assoc_mat': '22591582:metal:4205:22592600,22602549:metal:4205:22602559,22637672:metal:4205:22637959,22637674:metal:4205:22637879,22643641:metal:4205:22645195,22666515:metal:4205:22667713,22673669:metal:4205:22675216,22676627:metal:4205:22681759,22693033:metal:4205:22698570,22713819:metal:4205:22718106,22727668:metal:4205:22737390,22773713:metal:4205:22777253,22793928:metal:4205:22794054,22835476:metal:4205:22845283,22856658:metal:4205:22859422,22857008:metal:4205:22863353,22862865:metal:4205:22863035,22882318:metal:4205:22883477,22895713:metal:4205:22897228,22896423:metal:4205:22900211,22917826:metal:4205:22925841,22931348:metal:4205:22942119,22951589:metal:4205:22951844,22967489:metal:4205:22978009,23019441:metal:4205:23063951,23062405:metal:4205:23090518,23266257:metal:4205:23526825,23328664:metal:4205:23439261,23370198:metal:4205:23450985,23371000:metal:4205:23482444,23372139:metal:4205:23490784,23408683:metal:4205:23513857,23424126:metal:4205:23516455,23487313:metal:4205:23509920,23503087:metal:4205:23503777,24463520:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0065686122126463724, 'nb_photo': 1070, 'list_port_cont': '22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22945507,22988171,22990624,23008511,23089692,23094184,23095169,23186761,23209567,23411317,23479327,23505171,23506528,23507307,23525356,24490065,24490142,24490234,24490247,24490303,24490801,24491577,24515737,24557479,24557763,24557936,24558327,24559117,24559767,24560327,24560618,24560705,24560800,24561381,24562047,24562094,24563434,24565078,24567523,24576597', 'assoc_port': '22604273:22636612,22609799:22634261,22624047:22630373,22640872:22644196,22645327:22645973,22668747:22671020,22683214:22687238,22706231:22707911,22715864:22720097,22727698:22738387,22760876:22763430,22775279:22784795,22814866:22816590,22835896:22854602,22835901:22847720,22858837:22862337,22861704:22864776,22863669:22865863,22879241:22880839,22885096:22889064,22916871:22945507,22963267:22990624,22979636:22988171,23002549:23008511,23024263:23094184,23056326:23089692,23080635:23095169,23157180:23209567,23164742:23186761,23370918:23479327,23386645:23506528,23411038:23411317,23419023:23525356,23487314:23507307,23499045:23505171,24463400:24490801,24463494:24490303,24463899:24490234,24463929:24491577,24464003:24490142,24464038:24490247,24464111:24490065,24512919:24567523,24513076:24565078,24513354:24563434,24513393:24562094,24513539:24562047,24513754:24561381,24513857:24560618,24513862:24560327,24513919:24560800,24513940:24560705,24514080:24559767,24514113:24515737,24514431:24558327,24514481:24559117,24514527:2455776', 'assoc_mat': '22604273:metal:4203:22636612,22609799:metal:4203:22634261,22624047:metal:4203:22630373,22640872:metal:4203:22644196,22645327:metal:4203:22645973,22668747:metal:4203:22671020,22683214:metal:4203:22687238,22706231:metal:4203:22707911,22715864:metal:4203:22720097,22727698:metal:4203:22738387,22760876:metal:4203:22763430,22775279:metal:4203:22784795,22814866:metal:4203:22816590,22835896:metal:4203:22854602,22835901:metal:4203:22847720,22858837:metal:4203:22862337,22861704:metal:4203:22864776,22863669:metal:4203:22865863,22879241:metal:4203:22880839,22885096:metal:4203:22889064,22916871:metal:4203:22945507,22963267:metal:4203:22990624,22979636:metal:4203:22988171,23002549:metal:4203:23008511,23024263:metal:4203:23094184,23056326:metal:4203:23089692,23080635:metal:4203:23095169,23157180:metal:4203:23209567,23164742:metal:4203:23186761,23370918:metal:4203:23479327,23386645:metal:4203:23506528,23411038:metal:4203:23411317,23419023:metal:4203:23525356,23487314:metal:4203:23507307,23499045:metal:4203:23505171,24463400:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008044712664780978, 'nb_photo': 558, 'list_port_cont': '22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22915508,22928156,22931723,22948599,22951982,22956470,22982944,23007837,23007961,23056102,23056600,23062384,23067022,23088886,23089561,23094093,23119951,23126234,23166995,23170509,23182135,23257377,23439893,23443192,23447369,23447573,23468974,23473959,23475349,23477108,23478220,23482399,2348811', 'assoc_port': '22593606:22594389,22593610:22594078,22596777:22597309,22596780:22596894,22603049:22603191,22607575:22607766,22613019:22613361,22617411:22617790,22637082:22637202,22637676:22637771,22639298:22639713,22639302:22639371,22640874:22641088,22643639:22643849,22645999:22646049,22647189:22647383,22662911:22663960,22666517:22666870,22669905:22670071,22673666:22674351,22673668:22674103,22675369:22675646,22676625:22676826,22681470:22686228,22687087:22687789,22693003:22695657,22696407:22696606,22708745:22711042,22708748:22709335,22711984:22712042,22712695:22712726,22713014:22713254,22713828:22715787,22714440:22714555,22720553:22721304,22720554:22721047,22727657:22728622,22731511:22732524,22731514:22732046,22733593:22733986,22755523:22756026,22757921:22758462,22760878:22761339,22763327:22763902,22766320:22766556,22775277:22775983,22775281:22775626,22775282:22775457,22813691:22814244,22816845:22816961,22817781:22818290,22823125:22823491,22823154:22823373,22828660:22829363,22832673:22833064,22838933:22839696,22838963:2283934', 'assoc_mat': '22593606:metal:4207:22594389,22593610:metal:4207:22594078,22596777:metal:4207:22597309,22596780:metal:4207:22596894,22603049:metal:4207:22603191,22607575:metal:4207:22607766,22613019:metal:4207:22613361,22617411:metal:4207:22617790,22637082:metal:4207:22637202,22637676:metal:4207:22637771,22639298:metal:4207:22639713,22639302:metal:4207:22639371,22640874:metal:4207:22641088,22643639:metal:4207:22643849,22645999:metal:4207:22646049,22647189:metal:4207:22647383,22662911:metal:4207:22663960,22666517:metal:4207:22666870,22669905:metal:4207:22670071,22673666:metal:4207:22674351,22673668:metal:4207:22674103,22675369:metal:4207:22675646,22676625:metal:4207:22676826,22681470:metal:4207:22686228,22687087:metal:4207:22687789,22693003:metal:4207:22695657,22696407:metal:4207:22696606,22708745:metal:4207:22711042,22708748:metal:4207:22709335,22711984:metal:4207:22712042,22712695:metal:4207:22712726,22713014:metal:4207:22713254,22713828:metal:4207:22715787,22714440:metal:4207:22714555,22720553:metal:4207:22721304,22720554:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007759700865238272, 'nb_photo': 66, 'list_port_cont': '22697907,22720954,22756101,22828937,22864525,22881587,22901520,23013092,23373171,23420734,23487859,24465937,24468364,24468840,24470014,24470296,24471109,24472870,24473762,24474005,24474273,24476544,24513930,24547474,24550622,24550717,24550936,24553199,24554543,24554687,24555251,24555384,24556366,24557619,24558291,24559473,24559819,24560485,24561086,24561689,24563943', 'assoc_port': '22696947:22697907,22720555:22720954,22755524:22756101,22828657:22828937,22864378:22864525,22875783:22881587,22901195:22901520,23012453:23013092,23372137:23373171,23420476:23420734,23487321:23487859,24463567:24474273,24463669:24474005,24463744:24471109,24463751:24473762,24463925:24472870,24463933:24476544,24463945:24470296,24463955:24465937,24463998:24470014,24464089:24468840,24464121:24468364,24512737:24563943,24512750:24513930,24512860:24561689,24512911:24561086,24513053:24560485,24513102:24559819,24513212:24559473,24513375:24558291,24513634:24557619,24514064:24553199,24514235:24555384,24514259:24556366,24514284:24555251,24514299:24554543,24514364:24554687,24514633:24550936,24514655:24550717,24514707:24550622,24514758:24547474', 'assoc_mat': '22696947:metal:4461:22697907,22720555:metal:4461:22720954,22755524:metal:4461:22756101,22828657:metal:4461:22828937,22864378:metal:4461:22864525,22875783:metal:4461:22881587,22901195:metal:4461:22901520,23012453:metal:4461:23013092,23372137:metal:4461:23373171,23420476:metal:4461:23420734,23487321:metal:4461:23487859,24463567:metal:4461:24474273,24463669:metal:4461:24474005,24463744:metal:4461:24471109,24463751:metal:4461:24473762,24463925:metal:4461:24472870,24463933:metal:4461:24476544,24463945:metal:4461:24470296,24463955:metal:4461:24465937,24463998:metal:4461:24470014,24464089:metal:4461:24468840,24464121:metal:4461:24468364,24512737:metal:4461:24563943,24512750:metal:4461:24513930,24512860:metal:4461:24561689,24512911:metal:4461:24561086,24513053:metal:4461:24560485,24513102:metal:4461:24559819,24513212:metal:4461:24559473,24513375:metal:4461:24558291,24513634:metal:4461:24557619,24514064:metal:4461:24553199,24514235:metal:4461:24555384,24514259:metal:4461:24556366,24514284:metal:4461:24555251,24514299:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0014591756284449793, 'nb_photo': 49, 'list_port_cont': '23158235,23158483,23176748,23255850,23352105', 'assoc_port': '23157188:23158483,23157192:23158235,23176167:23176748,23254131:23255850,23351475:23352105', 'assoc_mat': '23157188:metal:3594:23158483,23157192:metal:3594:23158235,23176167:metal:3594:23176748,23254131:metal:3594:23255850,23351475:metal:3594:23352105'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.16725021038418522, 'nb_photo': 1871, 'list_port_cont': '22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22918157,22919988,22926532,22985776,23077560,23089619,23091841,23447608,23504421,23507120,23507531,23510902,2351762', 'assoc_port': '22594877:22596184,22600724:22604137,22602545:22612210,22604276:22609332,22610907:22620999,22613021:22613235,22614937:22627393,22617412:22630483,22618985:22630490,22624048:22630385,22637077:22637394,22637083:22637524,22637332:22637375,22638529:22639215,22641845:22643599,22641850:22642120,22642864:22644332,22642868:22644431,22644529:22646703,22645330:22645460,22646001:22646061,22647187:22648104,22647191:22647329,22662912:22663883,22662914:22664079,22666514:22667664,22669908:22684097,22675367:22676960,22675368:22677088,22675371:22677193,22675372:22685649,22681463:22686625,22687091:22695633,22694868:22696538,22694885:22695683,22696946:22699557,22708747:22711344,22711988:22712186,22712694:22713179,22712698:22712812,22714439:22714728,22720546:22720793,22720550:22725027,22723659:22734353,22727658:22737340,22731555:22739665,22731557:22731747,22733592:22744944,22740289:22741205,22743063:22743317,22753642:22755894,22755522:22757454,22757920:22759671,22763326:22765901,22766326:22766587,22771176:22774554,22775280:2277983', 'assoc_mat': '22594877:metal:4200:22596184,22600724:metal:4200:22604137,22602545:metal:4200:22612210,22604276:metal:4200:22609332,22610907:metal:4200:22620999,22613021:metal:4200:22613235,22614937:metal:4200:22627393,22617412:metal:4200:22630483,22618985:metal:4200:22630490,22624048:metal:4200:22630385,22637077:metal:4200:22637394,22637083:metal:4200:22637524,22637332:metal:4200:22637375,22638529:metal:4200:22639215,22641845:metal:4200:22643599,22641850:metal:4200:22642120,22642864:metal:4200:22644332,22642868:metal:4200:22644431,22644529:metal:4200:22646703,22645330:metal:4200:22645460,22646001:metal:4200:22646061,22647187:metal:4200:22648104,22647191:metal:4200:22647329,22662912:metal:4200:22663883,22662914:metal:4200:22664079,22666514:metal:4200:22667664,22669908:metal:4200:22684097,22675367:metal:4200:22676960,22675368:metal:4200:22677088,22675371:metal:4200:22677193,22675372:metal:4200:22685649,22681463:metal:4200:22686625,22687091:metal:4200:22695633,22694868:metal:4200:22696538,22694885:metal:4200:22695683,22696946:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0006691626436606563, 'nb_photo': 9, 'list_port_cont': '22949093,23074700', 'assoc_port': '22948162:22949093,23073358:23074700', 'assoc_mat': '22948162:metal:3594:22949093,23073358:metal:3594:23074700'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02091548506990889, 'nb_photo': 605, 'list_port_cont': '22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22918038,23003100,23013077,23064855,23107220,23266783,23329554,23339679,23345488,23373437,23385231,23412751,23447111,23487905,23488205,24464498,24464791,24465224,24465275,24465380,24465409,24465679,24465754,24465781,24466490,24466507,24466620,24466878,24467494,24467518,24467973,24468606,24468666,24469084,24469663,24469745,24470195,24470414,24470603,24470990,24471081,2447129', 'assoc_port': '22593609:22593860,22594876:22595965,22600723:22601206,22603046:22603326,22604278:22604584,22607576:22617546,22607578:22607898,22610903:22611923,22610905:22611807,22610908:22611643,22614939:22625108,22617415:22617937,22618983:22629297,22624049:22624761,22637081:22637175,22637331:22637357,22637677:22637779,22639299:22639582,22640873:22641109,22643642:22643916,22645325:22645678,22647186:22647248,22661875:22662657,22661878:22662560,22662913:22663833,22672696:22672900,22672699:22683912,22675373:22675661,22681465:22682410,22681467:22682313,22681471:22681975,22683204:22684023,22687085:22687944,22696406:22696672,22696945:22697382,22706230:22706788,22719539:22719930,22723676:22724304,22729019:22730603,22729023:22730479,22753645:22754077,22760875:22761199,22766334:22766459,22773720:22774540,22781197:22781950,22785905:22786273,22787162:22787591,22813690:22814108,22816847:22817097,22823127:22823269,22831634:22831909,22835473:22835685,22835475:22835671,22838935:22839390,22856663:22856710,22858841:22858910,22861708:2286182', 'assoc_mat': '22593609:metal:4209:22593860,22594876:metal:4209:22595965,22600723:metal:4209:22601206,22603046:metal:4209:22603326,22604278:metal:4209:22604584,22607576:metal:4209:22617546,22607578:metal:4209:22607898,22610903:metal:4209:22611923,22610905:metal:4209:22611807,22610908:metal:4209:22611643,22614939:metal:4209:22625108,22617415:metal:4209:22617937,22618983:metal:4209:22629297,22624049:metal:4209:22624761,22637081:metal:4209:22637175,22637331:metal:4209:22637357,22637677:metal:4209:22637779,22639299:metal:4209:22639582,22640873:metal:4209:22641109,22643642:metal:4209:22643916,22645325:metal:4209:22645678,22647186:metal:4209:22647248,22661875:metal:4209:22662657,22661878:metal:4209:22662560,22662913:metal:4209:22663833,22672696:metal:4209:22672900,22672699:metal:4209:22683912,22675373:metal:4209:22675661,22681465:metal:4209:22682410,22681467:metal:4209:22682313,22681471:metal:4209:22681975,22683204:metal:4209:22684023,22687085:metal:4209:22687944,22696406:metal:4209:22696672,22696945:metal:4209:22697382,22706230:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011510800910251202, 'nb_photo': 2850, 'list_port_cont': '22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22918137,22920486,22925351,22931805,22950012,2295212', 'assoc_port': '22593607:22594156,22594878:22596097,22596778:22597266,22599779:22600171,22600725:22601226,22602546:22602884,22603047:22603309,22604281:22604568,22604285:22604694,22607577:22607876,22610904:22611739,22613020:22613605,22614941:22615579,22617413:22617912,22618986:22619618,22621389:22621908,22637075:22637239,22637329:22637541,22637675:22637893,22638530:22638905,22639300:22639720,22640875:22641082,22641844:22642200,22641848:22642357,22642866:22643264,22643643:22643859,22644532:22644820,22645996:22646139,22646207:22646323,22646699:22646764,22662916:22664722,22668748:22669208,22669906:22670574,22672697:22672983,22673671:22674156,22676626:22677116,22687084:22687863,22687089:22687526,22694854:22695601,22694855:22695471,22694881:22700566,22696405:22696697,22706232:22706878,22711985:22712131,22712696:22712890,22713825:22714112,22714438:22714712,22714442:22714770,22715865:22716159,22719540:22719982,22720545:22721218,22720552:22721102,22727659:22728548,22729021:22730035,22731512:22732168,22740292:22748172,22743077:2274359', 'assoc_mat': '22593607:metal:4211:22594156,22594878:metal:4211:22596097,22596778:metal:4211:22597266,22599779:metal:4211:22600171,22600725:metal:4211:22601226,22602546:metal:4211:22602884,22603047:metal:4211:22603309,22604281:metal:4211:22604568,22604285:metal:4211:22604694,22607577:metal:4211:22607876,22610904:metal:4211:22611739,22613020:metal:4211:22613605,22614941:metal:4211:22615579,22617413:metal:4211:22617912,22618986:metal:4211:22619618,22621389:metal:4211:22621908,22637075:metal:4211:22637239,22637329:metal:4211:22637541,22637675:metal:4211:22637893,22638530:metal:4211:22638905,22639300:metal:4211:22639720,22640875:metal:4211:22641082,22641844:metal:4211:22642200,22641848:metal:4211:22642357,22642866:metal:4211:22643264,22643643:metal:4211:22643859,22644532:metal:4211:22644820,22645996:metal:4211:22646139,22646207:metal:4211:22646323,22646699:metal:4211:22646764,22662916:metal:4211:22664722,22668748:metal:4211:22669208,22669906:metal:4211:22670574,22672697:metal:4211:22672983,22673671:metal:4211:22674156,22676626:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014514971832943842, 'nb_photo': 7, 'list_port_cont': '22936484,22945222,22986011,23013185,23202031,23500683,23505583', 'assoc_port': '22929808:22945222,22935793:22936484,22984226:22986011,22998441:23013185,23172914:23202031,23379559:23500683,23383815:23505583', 'assoc_mat': '22929808:metal:3327:22945222,22935793:metal:3327:22936484,22984226:metal:3327:22986011,22998441:metal:3327:23013185,23172914:metal:3327:23202031,23379559:metal:3327:23500683,23383815:metal:3327:23505583'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.023051097183724882, 'nb_photo': 2826, 'list_port_cont': '22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,23063938,23075718,23088200,23090507,23091297,23165112,23174291,23185160,23439253,23447346,23450991,23477027,23482447,23490777,23501634,23503779,23506181,23509923,23513866,23516450,23526821,24489938,24489974,24490321,24490501,24491606,24557377,24558586,24558658,24558974,24560243,24569348,24569770', 'assoc_port': '22591582:22592604,22602549:22602573,22614943:22627266,22637672:22637961,22637674:22637868,22643641:22645203,22666515:22667712,22673669:22675225,22676627:22681751,22693033:22698560,22713819:22718097,22719525:22722808,22727668:22737395,22755525:22757394,22773713:22777255,22777724:22782120,22793928:22794045,22828627:22856070,22835476:22845284,22856658:22859413,22857008:22863347,22862865:22863033,22874442:22876484,22882318:22883466,22895713:22897229,22896423:22900204,22917826:22925845,22931348:22942109,22951589:22951836,22967489:22978014,23019441:23063938,23052721:23088200,23062405:23090507,23064326:23091297,23075518:23075718,23112649:23165112,23127851:23174291,23161553:23185160,23266257:23526821,23328664:23439253,23370198:23450991,23370901:23477027,23371000:23482447,23372139:23490777,23381825:23501634,23408683:23513866,23424126:23516450,23446969:23447346,23487313:23509923,23495804:23506181,23503087:23503779,24463520:24491606,24463722:24489974,24463777:24490501,24463881:24490321,24463942:24489938,24513246:2456934', 'assoc_mat': '22591582:papier:4205:22592604,22602549:papier:4205:22602573,22614943:papier:4205:22627266,22637672:papier:4205:22637961,22637674:papier:4205:22637868,22643641:papier:4205:22645203,22666515:papier:4205:22667712,22673669:papier:4205:22675225,22676627:papier:4205:22681751,22693033:papier:4205:22698560,22713819:papier:4205:22718097,22719525:papier:4205:22722808,22727668:papier:4205:22737395,22755525:papier:4205:22757394,22773713:papier:4205:22777255,22777724:papier:4205:22782120,22793928:papier:4205:22794045,22828627:papier:4205:22856070,22835476:papier:4205:22845284,22856658:papier:4205:22859413,22857008:papier:4205:22863347,22862865:papier:4205:22863033,22874442:papier:4205:22876484,22882318:papier:4205:22883466,22895713:papier:4205:22897229,22896423:papier:4205:22900204,22917826:papier:4205:22925845,22931348:papier:4205:22942109,22951589:papier:4205:22951836,22967489:papier:4205:22978014,23019441:papier:4205:23063938,23052721:papier:4205:23088200,23062405:papier:4205:23090507,23064326:papier:4205:23091297,2307'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012816532895231311, 'nb_photo': 6124, 'list_port_cont': '22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22945498,22988169,22990627,23008509,23089695,23094187,23095164,23186757,23209572,23411321,23479319,23505178,23506521,23507303,23525355,24490066,24490131,24490225,24490250,24490304,24490799,24491574,24515746,24557474,24557752,24557941,24558334,24559115,24559761,24560322,24560614,24560712,24560791,24561379,24562048,24562096,24563429,24565083,24567536,24576606', 'assoc_port': '22604273:22636619,22609799:22634260,22624047:22630378,22640872:22644192,22645327:22645965,22668747:22671018,22683214:22687239,22706231:22707910,22715864:22720106,22727698:22738376,22760876:22763435,22775279:22784782,22814866:22816578,22835896:22854601,22835901:22847713,22858837:22862352,22861704:22864780,22863669:22865878,22879241:22880847,22885096:22889055,22916871:22945498,22963267:22990627,22979636:22988169,23002549:23008509,23024263:23094187,23056326:23089695,23080635:23095164,23157180:23209572,23164742:23186757,23370918:23479319,23386645:23506521,23411038:23411321,23419023:23525355,23487314:23507303,23499045:23505178,24463400:24490799,24463494:24490304,24463899:24490225,24463929:24491574,24464003:24490131,24464038:24490250,24464111:24490066,24512919:24567536,24513076:24565083,24513354:24563429,24513393:24562096,24513539:24562048,24513754:24561379,24513857:24560614,24513862:24560322,24513919:24560791,24513940:24560712,24514080:24559761,24514113:24515746,24514431:24558334,24514481:24559115,24514527:2455775', 'assoc_mat': '22604273:papier:4203:22636619,22609799:papier:4203:22634260,22624047:papier:4203:22630378,22640872:papier:4203:22644192,22645327:papier:4203:22645965,22668747:papier:4203:22671018,22683214:papier:4203:22687239,22706231:papier:4203:22707910,22715864:papier:4203:22720106,22727698:papier:4203:22738376,22760876:papier:4203:22763435,22775279:papier:4203:22784782,22814866:papier:4203:22816578,22835896:papier:4203:22854601,22835901:papier:4203:22847713,22858837:papier:4203:22862352,22861704:papier:4203:22864780,22863669:papier:4203:22865878,22879241:papier:4203:22880847,22885096:papier:4203:22889055,22916871:papier:4203:22945498,22963267:papier:4203:22990627,22979636:papier:4203:22988169,23002549:papier:4203:23008509,23024263:papier:4203:23094187,23056326:papier:4203:23089695,23080635:papier:4203:23095164,23157180:papier:4203:23209572,23164742:papier:4203:23186757,23370918:papier:4203:23479319,23386645:papier:4203:23506521,23411038:papier:4203:23411321,23419023:papier:4203:23525355,23487314:papier:4203:23507303,2349'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.03739677816725091, 'nb_photo': 18096, 'list_port_cont': '22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332', 'assoc_port': '22593605:22594350,22593606:22594398,22593610:22594076,22596777:22597304,22596780:22596886,22599778:22600328,22599780:22600129,22600753:22600924,22603049:22603194,22607575:22607768,22609801:22610273,22610902:22611301,22613019:22613350,22614940:22615153,22617411:22617797,22628391:22629010,22628395:22628682,22637079:22637257,22637082:22637208,22637676:22637768,22639298:22639700,22639302:22639382,22640874:22641095,22641847:22642311,22643639:22643840,22644527:22644976,22644530:22644869,22644534:22644853,22644535:22644669,22645328:22645634,22645998:22646101,22645999:22646053,22647189:22647389,22647190:22647231,22661877:22661926,22662911:22663973,22666517:22666882,22669905:22670065,22672698:22672795,22673666:22674365,22673668:22674113,22675369:22675638,22676625:22676820,22681470:22686227,22687087:22687786,22687093:22687293,22693003:22695666,22694883:22695408,22696407:22696617,22708745:22711027,22708748:22709325,22711984:22712043,22712695:22712712,22713014:22713256,22713828:22715795,22714440:22714563,22720547:2272188', 'assoc_mat': '22593605:papier:4207:22594350,22593606:papier:4207:22594398,22593610:papier:4207:22594076,22596777:papier:4207:22597304,22596780:papier:4207:22596886,22599778:papier:4207:22600328,22599780:papier:4207:22600129,22600753:papier:4207:22600924,22603049:papier:4207:22603194,22607575:papier:4207:22607768,22609801:papier:4207:22610273,22610902:papier:4207:22611301,22613019:papier:4207:22613350,22614940:papier:4207:22615153,22617411:papier:4207:22617797,22628391:papier:4207:22629010,22628395:papier:4207:22628682,22637079:papier:4207:22637257,22637082:papier:4207:22637208,22637676:papier:4207:22637768,22639298:papier:4207:22639700,22639302:papier:4207:22639382,22640874:papier:4207:22641095,22641847:papier:4207:22642311,22643639:papier:4207:22643840,22644527:papier:4207:22644976,22644530:papier:4207:22644869,22644534:papier:4207:22644853,22644535:papier:4207:22644669,22645328:papier:4207:22645634,22645998:papier:4207:22646101,22645999:papier:4207:22646053,22647189:papier:4207:22647389,22647190:papier:4207:22647231,2266'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.242605734352096, 'nb_photo': 62152, 'list_port_cont': '22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22917093,22935139,23013090,23053920,23079956,23176371,23232831,23332222,23370781,23372323,23373178,23375603,23382532,23420741,23487869,23488400,23489139,23489333,24465104,24465159,24465342,24465644,24465805,24465930,24466905,24467178,24467369,24467697,24468370,24468826,24469578,24469831,24470004,24470299,24470882,24471112,24471385,2447169', 'assoc_port': '22591584:22591951,22594879:22595988,22599782:22600144,22603048:22610117,22604271:22604882,22604283:22604823,22607579:22607815,22610906:22611409,22614959:22615431,22618984:22621167,22621387:22621787,22637328:22637451,22638528:22638869,22639301:22639669,22641846:22642318,22643640:22643805,22644533:22644719,22645326:22645649,22646000:22646082,22647188:22647265,22662910:22664458,22666516:22666823,22669907:22670587,22673670:22674126,22676624:22677064,22683217:22684121,22687090:22687456,22693018:22693431,22696409:22696621,22696947:22697911,22712697:22712853,22713831:22714076,22714437:22717924,22720549:22721110,22720555:22720955,22723677:22724477,22731556:22732108,22743102:22749514,22755524:22756110,22760877:22761289,22765036:22781432,22766335:22766483,22771175:22771651,22777722:22778061,22782355:22782757,22785891:22786388,22787164:22787673,22811660:22811905,22814868:22816045,22817782:22824313,22828657:22828948,22831635:22832081,22832675:22833107,22838937:22839471,22840147:22840478,22843809:22844558,22843810:2284433', 'assoc_mat': '22591584:papier:4461:22591951,22594879:papier:4461:22595988,22599782:papier:4461:22600144,22603048:papier:4461:22610117,22604271:papier:4461:22604882,22604283:papier:4461:22604823,22607579:papier:4461:22607815,22610906:papier:4461:22611409,22614959:papier:4461:22615431,22618984:papier:4461:22621167,22621387:papier:4461:22621787,22637328:papier:4461:22637451,22638528:papier:4461:22638869,22639301:papier:4461:22639669,22641846:papier:4461:22642318,22643640:papier:4461:22643805,22644533:papier:4461:22644719,22645326:papier:4461:22645649,22646000:papier:4461:22646082,22647188:papier:4461:22647265,22662910:papier:4461:22664458,22666516:papier:4461:22666823,22669907:papier:4461:22670587,22673670:papier:4461:22674126,22676624:papier:4461:22677064,22683217:papier:4461:22684121,22687090:papier:4461:22687456,22693018:papier:4461:22693431,22696409:papier:4461:22696621,22696947:papier:4461:22697911,22712697:papier:4461:22712853,22713831:papier:4461:22714076,22714437:papier:4461:22717924,22720549:papier:4461:22721110,2272'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.04124850994766089, 'nb_photo': 920, 'list_port_cont': '23158240,23158486,23176746,23255853,23346168,23352108', 'assoc_port': '23157188:23158486,23157192:23158240,23176167:23176746,23254131:23255853,23344698:23346168,23351475:23352108', 'assoc_mat': '23157188:papier:3594:23158486,23157192:papier:3594:23158240,23176167:papier:3594:23176746,23254131:papier:3594:23255853,23344698:papier:3594:23346168,23351475:papier:3594:23352108'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016044145188928383, 'nb_photo': 6381, 'list_port_cont': '22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22918155,22919990,22926535,22985773,22997866,23077558,23089620,23091843,23344858,23393274,23447611,23504422,2350560', 'assoc_port': '22594877:22596173,22600724:22604125,22602545:22612196,22604276:22609329,22610907:22621001,22613021:22613224,22614937:22627385,22617412:22630478,22618985:22630498,22624048:22630393,22637077:22637395,22637083:22637526,22637332:22637376,22638529:22639211,22641845:22643595,22641850:22642116,22642864:22644330,22642868:22644428,22644529:22646708,22645330:22645466,22646001:22646058,22647187:22648108,22647191:22647328,22662912:22663914,22662914:22664092,22666514:22667659,22669908:22684102,22675367:22676959,22675368:22677093,22675371:22677196,22675372:22685641,22681463:22686624,22687091:22695623,22694868:22696541,22694885:22695680,22696946:22699560,22708747:22711336,22711988:22712179,22712694:22713170,22712698:22712807,22714439:22714731,22720546:22720782,22720550:22725035,22723659:22734357,22727658:22737334,22731555:22739663,22731557:22731749,22733592:22744954,22740289:22741200,22743063:22743325,22753642:22755896,22755522:22757453,22757920:22759663,22763326:22765902,22766326:22766583,22771176:22774564,22775280:2277983', 'assoc_mat': '22594877:papier:4200:22596173,22600724:papier:4200:22604125,22602545:papier:4200:22612196,22604276:papier:4200:22609329,22610907:papier:4200:22621001,22613021:papier:4200:22613224,22614937:papier:4200:22627385,22617412:papier:4200:22630478,22618985:papier:4200:22630498,22624048:papier:4200:22630393,22637077:papier:4200:22637395,22637083:papier:4200:22637526,22637332:papier:4200:22637376,22638529:papier:4200:22639211,22641845:papier:4200:22643595,22641850:papier:4200:22642116,22642864:papier:4200:22644330,22642868:papier:4200:22644428,22644529:papier:4200:22646708,22645330:papier:4200:22645466,22646001:papier:4200:22646058,22647187:papier:4200:22648108,22647191:papier:4200:22647328,22662912:papier:4200:22663914,22662914:papier:4200:22664092,22666514:papier:4200:22667659,22669908:papier:4200:22684102,22675367:papier:4200:22676959,22675368:papier:4200:22677093,22675371:papier:4200:22677196,22675372:papier:4200:22685641,22681463:papier:4200:22686624,22687091:papier:4200:22695623,22694868:papier:4200:22696541,2269'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12614755203331532, 'nb_photo': 924, 'list_port_cont': '22949097,23074698', 'assoc_port': '22948162:22949097,23073358:23074698', 'assoc_mat': '22948162:papier:3594:22949097,23073358:papier:3594:23074698'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9409872095101457, 'nb_photo': 137737, 'list_port_cont': '22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22918034,22922668,23003113,23013069,23064860,23107221,23230493,23232711,23266785,23329551,23331995,23339680,23345483,23373431,23385240,23412742,23447106,23487903,23488207,24464501,24464545,24464799,2446522', 'assoc_port': '22593609:22593866,22594876:22595978,22600723:22601211,22603046:22603328,22604278:22604595,22607576:22617549,22607578:22607906,22609802:22610156,22610903:22611926,22610905:22611808,22610908:22611636,22614938:22615314,22614939:22625116,22617410:22617845,22617415:22617929,22618983:22629299,22624049:22624752,22628393:22628720,22637081:22637171,22637331:22637365,22637677:22637773,22639299:22639573,22640873:22641117,22643642:22643913,22645325:22645690,22645329:22645485,22646206:22646312,22647186:22647262,22661875:22662660,22661878:22662566,22662913:22663837,22672696:22672895,22672699:22683913,22675373:22675659,22681465:22682416,22681467:22682306,22681471:22681964,22683204:22684024,22687085:22687951,22687092:22687396,22694882:22695353,22696406:22696675,22696945:22697391,22706230:22706796,22707489:22707795,22711986:22712024,22713013:22713269,22714441:22714700,22719539:22719937,22723676:22724306,22729019:22730609,22729023:22730487,22753645:22754073,22760875:22761245,22766334:22766452,22773720:22774547,22781197:2278195', 'assoc_mat': '22593609:papier:4209:22593866,22594876:papier:4209:22595978,22600723:papier:4209:22601211,22603046:papier:4209:22603328,22604278:papier:4209:22604595,22607576:papier:4209:22617549,22607578:papier:4209:22607906,22609802:papier:4209:22610156,22610903:papier:4209:22611926,22610905:papier:4209:22611808,22610908:papier:4209:22611636,22614938:papier:4209:22615314,22614939:papier:4209:22625116,22617410:papier:4209:22617845,22617415:papier:4209:22617929,22618983:papier:4209:22629299,22624049:papier:4209:22624752,22628393:papier:4209:22628720,22637081:papier:4209:22637171,22637331:papier:4209:22637365,22637677:papier:4209:22637773,22639299:papier:4209:22639573,22640873:papier:4209:22641117,22643642:papier:4209:22643913,22645325:papier:4209:22645690,22645329:papier:4209:22645485,22646206:papier:4209:22646312,22647186:papier:4209:22647262,22661875:papier:4209:22662660,22661878:papier:4209:22662566,22662913:papier:4209:22663837,22672696:papier:4209:22672895,22672699:papier:4209:22683913,22675373:papier:4209:22675659,2268'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010438880850366618, 'nb_photo': 29237, 'list_port_cont': '22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22918132,22920496,22925342,22931809,22950016,2295212', 'assoc_port': '22593607:22594149,22594878:22596088,22596778:22597268,22599779:22600175,22600725:22601232,22602546:22602877,22603047:22603303,22604281:22604569,22604285:22604688,22607577:22607885,22610904:22611744,22613020:22613599,22614941:22615574,22617413:22617915,22618986:22619613,22621389:22621909,22637075:22637224,22637329:22637553,22637675:22637885,22638530:22638903,22639300:22639725,22640875:22641069,22641844:22642205,22641848:22642346,22642866:22643275,22643643:22643863,22644532:22644806,22645996:22646133,22646207:22646324,22646699:22646765,22662916:22664730,22668748:22669219,22669906:22670583,22672697:22672995,22673671:22674152,22676626:22677109,22687084:22687868,22687089:22687527,22694854:22695605,22694855:22695485,22694881:22700573,22696405:22696705,22706232:22706889,22711985:22712136,22712696:22712895,22713825:22714103,22714438:22714718,22714442:22714760,22715865:22716165,22719540:22719973,22720545:22721223,22720552:22721104,22727659:22728536,22729021:22730039,22731512:22732165,22740292:22748165,22743077:2274359', 'assoc_mat': '22593607:papier:4211:22594149,22594878:papier:4211:22596088,22596778:papier:4211:22597268,22599779:papier:4211:22600175,22600725:papier:4211:22601232,22602546:papier:4211:22602877,22603047:papier:4211:22603303,22604281:papier:4211:22604569,22604285:papier:4211:22604688,22607577:papier:4211:22607885,22610904:papier:4211:22611744,22613020:papier:4211:22613599,22614941:papier:4211:22615574,22617413:papier:4211:22617915,22618986:papier:4211:22619613,22621389:papier:4211:22621909,22637075:papier:4211:22637224,22637329:papier:4211:22637553,22637675:papier:4211:22637885,22638530:papier:4211:22638903,22639300:papier:4211:22639725,22640875:papier:4211:22641069,22641844:papier:4211:22642205,22641848:papier:4211:22642346,22642866:papier:4211:22643275,22643643:papier:4211:22643863,22644532:papier:4211:22644806,22645996:papier:4211:22646133,22646207:papier:4211:22646324,22646699:papier:4211:22646765,22662916:papier:4211:22664730,22668748:papier:4211:22669219,22669906:papier:4211:22670583,22672697:papier:4211:22672995,2267'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012422552891064146, 'nb_photo': 823, 'list_port_cont': '22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22926574,22929975,22930591,22936495,22936547,22942819,22945217,22970726,22981019,22986003,22987861,22988214,22994037,22994879,23002077,23009884,23013190,23055182,23055482,23059059,23059747,23065672,23066043,23075738,23078488,2308849', 'assoc_port': '22596779:22607294,22599781:22600792,22600763:22601575,22602548:22602964,22604279:22605085,22609800:22612830,22609829:22610544,22613022:22614564,22614960:22616482,22621388:22622123,22628388:22629255,22637076:22639828,22637080:22637339,22637670:22637996,22639297:22639883,22641849:22642910,22642867:22643285,22644513:22646157,22644528:22645409,22644531:22644956,22645997:22647113,22646002:22646172,22646205:22646449,22646698:22646783,22662915:22664935,22669904:22670973,22673667:22676633,22675370:22676779,22683212:22686166,22687088:22688621,22688510:22689694,22694884:22695647,22700429:22701193,22706229:22707694,22708744:22711920,22708746:22710395,22711987:22712299,22713822:22714465,22715863:22716651,22715866:22716574,22719541:22720732,22720551:22725014,22720556:22721544,22727679:22728824,22729016:22731569,22731513:22732983,22733591:22735491,22740290:22741287,22753647:22754532,22763328:22765227,22769206:22770709,22771178:22772540,22775278:22776170,22781199:22782389,22782382:22783549,22787159:22794788,22787160:2279166', 'assoc_mat': '22596779:papier:3327:22607294,22599781:papier:3327:22600792,22600763:papier:3327:22601575,22602548:papier:3327:22602964,22604279:papier:3327:22605085,22609800:papier:3327:22612830,22609829:papier:3327:22610544,22613022:papier:3327:22614564,22614960:papier:3327:22616482,22621388:papier:3327:22622123,22628388:papier:3327:22629255,22637076:papier:3327:22639828,22637080:papier:3327:22637339,22637670:papier:3327:22637996,22639297:papier:3327:22639883,22641849:papier:3327:22642910,22642867:papier:3327:22643285,22644513:papier:3327:22646157,22644528:papier:3327:22645409,22644531:papier:3327:22644956,22645997:papier:3327:22647113,22646002:papier:3327:22646172,22646205:papier:3327:22646449,22646698:papier:3327:22646783,22662915:papier:3327:22664935,22669904:papier:3327:22670973,22673667:papier:3327:22676633,22675370:papier:3327:22676779,22683212:papier:3327:22686166,22687088:papier:3327:22688621,22688510:papier:3327:22689694,22694884:papier:3327:22695647,22700429:papier:3327:22701193,22706229:papier:3327:22707694,2270'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007175982100197056, 'nb_photo': 185, 'list_port_cont': '22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,23063939,23075715,23088205,23090515,23091300,23165099,23185152,23439256,23447349,23450981,23477025,23482453,23501625,23506179,23513856,23526816,24489934,24490324,24491611,24557369,24558582,24558663,24558976,24560239,24569356,24569766', 'assoc_port': '22591582:22592607,22602549:22602563,22614943:22627281,22637672:22637953,22637674:22637866,22643641:22645205,22666515:22667707,22673669:22675222,22676627:22681760,22693033:22698567,22713819:22718099,22727668:22737398,22755525:22757400,22773713:22777257,22777724:22782117,22793928:22794048,22828627:22856073,22835476:22845286,22857008:22863340,22862865:22863023,22874442:22876481,22882318:22883462,22895713:22897223,22896423:22900209,22917826:22925846,22931348:22942115,22951589:22951841,22967489:22978001,23019441:23063939,23052721:23088205,23062405:23090515,23064326:23091300,23075518:23075715,23112649:23165099,23161553:23185152,23266257:23526816,23328664:23439256,23370198:23450981,23370901:23477025,23371000:23482453,23381825:23501625,23408683:23513856,23446969:23447349,23495804:23506179,24463520:24491611,24463881:24490324,24463942:24489934,24513246:24569356,24513454:24569766,24514181:24558582,24514184:24560239,24514384:24558976,24514432:24558663,24514700:24557369', 'assoc_mat': '22591582:pehd:4205:22592607,22602549:pehd:4205:22602563,22614943:pehd:4205:22627281,22637672:pehd:4205:22637953,22637674:pehd:4205:22637866,22643641:pehd:4205:22645205,22666515:pehd:4205:22667707,22673669:pehd:4205:22675222,22676627:pehd:4205:22681760,22693033:pehd:4205:22698567,22713819:pehd:4205:22718099,22727668:pehd:4205:22737398,22755525:pehd:4205:22757400,22773713:pehd:4205:22777257,22777724:pehd:4205:22782117,22793928:pehd:4205:22794048,22828627:pehd:4205:22856073,22835476:pehd:4205:22845286,22857008:pehd:4205:22863340,22862865:pehd:4205:22863023,22874442:pehd:4205:22876481,22882318:pehd:4205:22883462,22895713:pehd:4205:22897223,22896423:pehd:4205:22900209,22917826:pehd:4205:22925846,22931348:pehd:4205:22942115,22951589:pehd:4205:22951841,22967489:pehd:4205:22978001,23019441:pehd:4205:23063939,23052721:pehd:4205:23088205,23062405:pehd:4205:23090515,23064326:pehd:4205:23091300,23075518:pehd:4205:23075715,23112649:pehd:4205:23165099,23161553:pehd:4205:23185152,23266257:pehd:4205:23526816,23328664:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037420608326793393, 'nb_photo': 645, 'list_port_cont': '22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22945496,22988170,22990614,23008507,23089694,23094197,23095171,23186760,23209569,23411325,23479328,23505172,23506523,23507301,23525351,24490055,24490145,24490230,24490248,24490305,24490806,24491575,24515743,24557473,24557756,24557938,24558324,24559123,24559775,24560326,24560612,24560713,24560795,24561384,24562036,24562087,24563431,24565090,24567526,24576598', 'assoc_port': '22604273:22636616,22609799:22634255,22624047:22630368,22640872:22644191,22645327:22645961,22668747:22671023,22683214:22687245,22706231:22707914,22715864:22720104,22727698:22738372,22760876:22763445,22775279:22784787,22814866:22816591,22835896:22854604,22835901:22847721,22858837:22862340,22861704:22864779,22863669:22865864,22879241:22880836,22885096:22889058,22916871:22945496,22963267:22990614,22979636:22988170,23002549:23008507,23024263:23094197,23056326:23089694,23080635:23095171,23157180:23209569,23164742:23186760,23370918:23479328,23386645:23506523,23411038:23411325,23419023:23525351,23487314:23507301,23499045:23505172,24463400:24490806,24463494:24490305,24463899:24490230,24463929:24491575,24464003:24490145,24464038:24490248,24464111:24490055,24512919:24567526,24513076:24565090,24513354:24563431,24513393:24562087,24513539:24562036,24513754:24561384,24513857:24560612,24513862:24560326,24513919:24560795,24513940:24560713,24514080:24559775,24514113:24515743,24514431:24558324,24514481:24559123,24514527:2455775', 'assoc_mat': '22604273:pehd:4203:22636616,22609799:pehd:4203:22634255,22624047:pehd:4203:22630368,22640872:pehd:4203:22644191,22645327:pehd:4203:22645961,22668747:pehd:4203:22671023,22683214:pehd:4203:22687245,22706231:pehd:4203:22707914,22715864:pehd:4203:22720104,22727698:pehd:4203:22738372,22760876:pehd:4203:22763445,22775279:pehd:4203:22784787,22814866:pehd:4203:22816591,22835896:pehd:4203:22854604,22835901:pehd:4203:22847721,22858837:pehd:4203:22862340,22861704:pehd:4203:22864779,22863669:pehd:4203:22865864,22879241:pehd:4203:22880836,22885096:pehd:4203:22889058,22916871:pehd:4203:22945496,22963267:pehd:4203:22990614,22979636:pehd:4203:22988170,23002549:pehd:4203:23008507,23024263:pehd:4203:23094197,23056326:pehd:4203:23089694,23080635:pehd:4203:23095171,23157180:pehd:4203:23209569,23164742:pehd:4203:23186760,23370918:pehd:4203:23479328,23386645:pehd:4203:23506523,23411038:pehd:4203:23411325,23419023:pehd:4203:23525351,23487314:pehd:4203:23507301,23499045:pehd:4203:23505172,24463400:pehd:4203:24490806,24463494:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004365902809767386, 'nb_photo': 503, 'list_port_cont': '22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22915514,22928148,22948603,22956475,22982943,23007832,23007951,23056599,23062372,23067031,23088891,23089563,23094087,23119949,23167001,23182144,23257387,23398674,23439899,23443194,23447363,2344757', 'assoc_port': '22593605:22594346,22593606:22594390,22593610:22594070,22599780:22600125,22600753:22600930,22609801:22610269,22613019:22613352,22617411:22617795,22628391:22629014,22628395:22628690,22637082:22637204,22637676:22637758,22639298:22639703,22641847:22642302,22644527:22644966,22644530:22644861,22644534:22644841,22647190:22647238,22661877:22661922,22662911:22663968,22666517:22666875,22669905:22670076,22672698:22672790,22673666:22674357,22673668:22674107,22676625:22676814,22681470:22686237,22687087:22687792,22693003:22695660,22696407:22696614,22708745:22711034,22712695:22712724,22713828:22715781,22714440:22714559,22720547:22721893,22720553:22721296,22720554:22721058,22727657:22728619,22729018:22738165,22731511:22732509,22731514:22732045,22733593:22733988,22753641:22753881,22755523:22756016,22757921:22758444,22760878:22761336,22763327:22763898,22765035:22765536,22766320:22766554,22769207:22770052,22775277:22775978,22775282:22775451,22781201:22781541,22785918:22786370,22787163:22790685,22793924:22794062,22813691:2281423', 'assoc_mat': '22593605:pehd:4207:22594346,22593606:pehd:4207:22594390,22593610:pehd:4207:22594070,22599780:pehd:4207:22600125,22600753:pehd:4207:22600930,22609801:pehd:4207:22610269,22613019:pehd:4207:22613352,22617411:pehd:4207:22617795,22628391:pehd:4207:22629014,22628395:pehd:4207:22628690,22637082:pehd:4207:22637204,22637676:pehd:4207:22637758,22639298:pehd:4207:22639703,22641847:pehd:4207:22642302,22644527:pehd:4207:22644966,22644530:pehd:4207:22644861,22644534:pehd:4207:22644841,22647190:pehd:4207:22647238,22661877:pehd:4207:22661922,22662911:pehd:4207:22663968,22666517:pehd:4207:22666875,22669905:pehd:4207:22670076,22672698:pehd:4207:22672790,22673666:pehd:4207:22674357,22673668:pehd:4207:22674107,22676625:pehd:4207:22676814,22681470:pehd:4207:22686237,22687087:pehd:4207:22687792,22693003:pehd:4207:22695660,22696407:pehd:4207:22696614,22708745:pehd:4207:22711034,22712695:pehd:4207:22712724,22713828:pehd:4207:22715781,22714440:pehd:4207:22714559,22720547:pehd:4207:22721893,22720553:pehd:4207:22721296,22720554:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007790402393479307, 'nb_photo': 34, 'list_port_cont': '22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,23176377,23489336,24465087,24469592,24470009,24477571,24515518,24556220,24556365,24558424,24559040,24560052,24563945', 'assoc_port': '22594879:22595989,22621387:22621789,22662910:22664459,22669907:22670619,22676624:22677063,22731556:22732109,22743102:22749518,22760877:22761297,22828657:22828938,22843809:22844555,22858840:22858882,22859469:22859538,22860491:22860726,22862459:22862677,22879243:22879643,22901195:22901512,23176164:23176377,23487107:23489336,24463472:24477571,24463757:24465087,24463819:24469592,24463998:24470009,24512737:24563945,24513049:24560052,24513378:24559040,24513593:24558424,24513825:24515518,24514022:24556220,24514259:24556365', 'assoc_mat': '22594879:pehd:4461:22595989,22621387:pehd:4461:22621789,22662910:pehd:4461:22664459,22669907:pehd:4461:22670619,22676624:pehd:4461:22677063,22731556:pehd:4461:22732109,22743102:pehd:4461:22749518,22760877:pehd:4461:22761297,22828657:pehd:4461:22828938,22843809:pehd:4461:22844555,22858840:pehd:4461:22858882,22859469:pehd:4461:22859538,22860491:pehd:4461:22860726,22862459:pehd:4461:22862677,22879243:pehd:4461:22879643,22901195:pehd:4461:22901512,23176164:pehd:4461:23176377,23487107:pehd:4461:23489336,24463472:pehd:4461:24477571,24463757:pehd:4461:24465087,24463819:pehd:4461:24469592,24463998:pehd:4461:24470009,24512737:pehd:4461:24563945,24513049:pehd:4461:24560052,24513378:pehd:4461:24559040,24513593:pehd:4461:24558424,24513825:pehd:4461:24515518,24514022:pehd:4461:24556220,24514259:pehd:4461:24556365'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002701779379929697, 'nb_photo': 3, 'list_port_cont': '23158489,23346170', 'assoc_port': '23157188:23158489,23344698:23346170', 'assoc_mat': '23157188:pehd:3594:23158489,23344698:pehd:3594:23346170'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008590865207859722, 'nb_photo': 1719, 'list_port_cont': '22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22918147,22919991,22926526,22985782,22997874,23077573,23089617,23091836,23344851,23393272,23447601,23504430,23505604,2350588', 'assoc_port': '22594877:22596176,22600724:22604134,22602545:22612204,22604276:22609340,22610907:22620992,22613021:22613234,22614937:22627380,22617412:22630485,22618985:22630491,22624048:22630386,22637077:22637392,22637083:22637530,22637332:22637372,22638529:22639218,22641845:22643597,22641850:22642119,22642864:22644334,22642868:22644425,22644529:22646705,22645330:22645470,22646001:22646069,22647187:22648109,22647191:22647332,22662912:22663890,22666514:22667653,22669908:22684090,22675367:22676965,22675368:22677089,22675371:22677191,22675372:22685652,22681463:22686637,22687091:22695629,22694868:22696539,22694885:22695684,22696946:22699547,22708747:22711332,22711988:22712184,22712694:22713174,22712698:22712809,22714439:22714732,22720546:22720791,22720550:22725026,22723659:22734342,22727658:22737341,22731555:22739671,22731557:22731750,22733592:22744941,22740289:22741198,22743063:22743316,22753642:22755897,22755522:22757456,22757920:22759664,22763326:22765895,22766326:22766593,22771176:22774555,22775280:22779834,22777709:2278210', 'assoc_mat': '22594877:pehd:4200:22596176,22600724:pehd:4200:22604134,22602545:pehd:4200:22612204,22604276:pehd:4200:22609340,22610907:pehd:4200:22620992,22613021:pehd:4200:22613234,22614937:pehd:4200:22627380,22617412:pehd:4200:22630485,22618985:pehd:4200:22630491,22624048:pehd:4200:22630386,22637077:pehd:4200:22637392,22637083:pehd:4200:22637530,22637332:pehd:4200:22637372,22638529:pehd:4200:22639218,22641845:pehd:4200:22643597,22641850:pehd:4200:22642119,22642864:pehd:4200:22644334,22642868:pehd:4200:22644425,22644529:pehd:4200:22646705,22645330:pehd:4200:22645470,22646001:pehd:4200:22646069,22647187:pehd:4200:22648109,22647191:pehd:4200:22647332,22662912:pehd:4200:22663890,22666514:pehd:4200:22667653,22669908:pehd:4200:22684090,22675367:pehd:4200:22676965,22675368:pehd:4200:22677089,22675371:pehd:4200:22677191,22675372:pehd:4200:22685652,22681463:pehd:4200:22686637,22687091:pehd:4200:22695629,22694868:pehd:4200:22696539,22694885:pehd:4200:22695684,22696946:pehd:4200:22699547,22708747:pehd:4200:22711332,22711988:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006344261748773101, 'nb_photo': 1426, 'list_port_cont': '22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22918036,22922669,23003104,23013068,23064861,23107219,23232704,23266790,23329544,23332001,23339681,23345489,23373438,23385227,23412752,23447117,23487904,23488211,24464499,24464547,24464796,24465236,24465266,24465383,2446540', 'assoc_port': '22593609:22593863,22594876:22595974,22600723:22601214,22603046:22603323,22604278:22604591,22607576:22617552,22607578:22607903,22609802:22610161,22610903:22611927,22610905:22611815,22610908:22611616,22614938:22615322,22614939:22625102,22617410:22617854,22617415:22617931,22618983:22629306,22624049:22624755,22628393:22628723,22637081:22637163,22637331:22637368,22637677:22637787,22639299:22639571,22640873:22641104,22643642:22643914,22645325:22645689,22645329:22645486,22646206:22646299,22647186:22647260,22661875:22662649,22661878:22662571,22662913:22663841,22672696:22672892,22672699:22683921,22675373:22675651,22681465:22682422,22681467:22682307,22681471:22681974,22683204:22684018,22687085:22687957,22687092:22687389,22694882:22695360,22696406:22696682,22696945:22697389,22706230:22706784,22707489:22707789,22711986:22712021,22713013:22713270,22714441:22714694,22719539:22719928,22723676:22724305,22729019:22730606,22729023:22730493,22753645:22754087,22760875:22761220,22766334:22766467,22773720:22774546,22781197:2278194', 'assoc_mat': '22593609:pehd:4209:22593863,22594876:pehd:4209:22595974,22600723:pehd:4209:22601214,22603046:pehd:4209:22603323,22604278:pehd:4209:22604591,22607576:pehd:4209:22617552,22607578:pehd:4209:22607903,22609802:pehd:4209:22610161,22610903:pehd:4209:22611927,22610905:pehd:4209:22611815,22610908:pehd:4209:22611616,22614938:pehd:4209:22615322,22614939:pehd:4209:22625102,22617410:pehd:4209:22617854,22617415:pehd:4209:22617931,22618983:pehd:4209:22629306,22624049:pehd:4209:22624755,22628393:pehd:4209:22628723,22637081:pehd:4209:22637163,22637331:pehd:4209:22637368,22637677:pehd:4209:22637787,22639299:pehd:4209:22639571,22640873:pehd:4209:22641104,22643642:pehd:4209:22643914,22645325:pehd:4209:22645689,22645329:pehd:4209:22645486,22646206:pehd:4209:22646299,22647186:pehd:4209:22647260,22661875:pehd:4209:22662649,22661878:pehd:4209:22662571,22662913:pehd:4209:22663841,22672696:pehd:4209:22672892,22672699:pehd:4209:22683921,22675373:pehd:4209:22675651,22681465:pehd:4209:22682422,22681467:pehd:4209:22682307,22681471:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.6114525880171491, 'nb_photo': 23443, 'list_port_cont': '22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22918122,22920495,22925344,22931806,22950015,2295212', 'assoc_port': '22593607:22594159,22594878:22596091,22596778:22597260,22599779:22600168,22600725:22601224,22602546:22602875,22603047:22603310,22604281:22604570,22604285:22604673,22607577:22607882,22610904:22611748,22613020:22613609,22614941:22615584,22617413:22617917,22618986:22619621,22621389:22621917,22637075:22637236,22637329:22637543,22637675:22637883,22638530:22638901,22639300:22639729,22640875:22641079,22641844:22642208,22641848:22642361,22642866:22643265,22643643:22643867,22644532:22644819,22645996:22646141,22646207:22646329,22646699:22646757,22662916:22664731,22668748:22669215,22669906:22670572,22672697:22672984,22673671:22674162,22676626:22677102,22687084:22687861,22687089:22687537,22694854:22695602,22694855:22695470,22694881:22700567,22696405:22696706,22706232:22706884,22711985:22712132,22712696:22712893,22713825:22714110,22714438:22714713,22714442:22714766,22715865:22716172,22719540:22719977,22720545:22721229,22720552:22721092,22727659:22728544,22729021:22730033,22731512:22732169,22740292:22748174,22743077:2274358', 'assoc_mat': '22593607:pehd:4211:22594159,22594878:pehd:4211:22596091,22596778:pehd:4211:22597260,22599779:pehd:4211:22600168,22600725:pehd:4211:22601224,22602546:pehd:4211:22602875,22603047:pehd:4211:22603310,22604281:pehd:4211:22604570,22604285:pehd:4211:22604673,22607577:pehd:4211:22607882,22610904:pehd:4211:22611748,22613020:pehd:4211:22613609,22614941:pehd:4211:22615584,22617413:pehd:4211:22617917,22618986:pehd:4211:22619621,22621389:pehd:4211:22621917,22637075:pehd:4211:22637236,22637329:pehd:4211:22637543,22637675:pehd:4211:22637883,22638530:pehd:4211:22638901,22639300:pehd:4211:22639729,22640875:pehd:4211:22641079,22641844:pehd:4211:22642208,22641848:pehd:4211:22642361,22642866:pehd:4211:22643265,22643643:pehd:4211:22643867,22644532:pehd:4211:22644819,22645996:pehd:4211:22646141,22646207:pehd:4211:22646329,22646699:pehd:4211:22646757,22662916:pehd:4211:22664731,22668748:pehd:4211:22669215,22669906:pehd:4211:22670572,22672697:pehd:4211:22672984,22673671:pehd:4211:22674162,22676626:pehd:4211:22677102,22687084:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007592009767926527, 'nb_photo': 19, 'list_port_cont': '22770703,22882925,22883779,22886534,22897002,22901073,22909346,23439954,23504171,24472609', 'assoc_port': '22769206:22770703,22879242:22883779,22881746:22882925,22882937:22886534,22889833:22901073,22894326:22897002,22894331:22909346,23331057:23439954,23503088:23504171,24463733:24472609', 'assoc_mat': '22769206:pehd:3327:22770703,22879242:pehd:3327:22883779,22881746:pehd:3327:22882925,22882937:pehd:3327:22886534,22889833:pehd:3327:22901073,22894326:pehd:3327:22897002,22894331:pehd:3327:22909346,23331057:pehd:3327:23439954,23503088:pehd:3327:23504171,24463733:pehd:3327:24472609'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005093379644017445, 'nb_photo': 32, 'list_port_cont': '22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,23063949,23091291,23165111,23174301,23439265,23450978,23477014,23509922,23513855,24491621,24558666,24560244,24569354,24569771', 'assoc_port': '22602549:22602565,22637674:22637873,22666515:22667706,22693033:22698568,22713819:22718095,22727668:22737393,22793928:22794046,22835476:22845278,22857008:22863341,23019441:23063949,23064326:23091291,23112649:23165111,23127851:23174301,23328664:23439265,23370198:23450978,23370901:23477014,23408683:23513855,23487313:23509922,24463520:24491621,24513246:24569354,24513454:24569771,24514184:24560244,24514432:24558666', 'assoc_mat': '22602549:pet_clair:4205:22602565,22637674:pet_clair:4205:22637873,22666515:pet_clair:4205:22667706,22693033:pet_clair:4205:22698568,22713819:pet_clair:4205:22718095,22727668:pet_clair:4205:22737393,22793928:pet_clair:4205:22794046,22835476:pet_clair:4205:22845278,22857008:pet_clair:4205:22863341,23019441:pet_clair:4205:23063949,23064326:pet_clair:4205:23091291,23112649:pet_clair:4205:23165111,23127851:pet_clair:4205:23174301,23328664:pet_clair:4205:23439265,23370198:pet_clair:4205:23450978,23370901:pet_clair:4205:23477014,23408683:pet_clair:4205:23513855,23487313:pet_clair:4205:23509922,24463520:pet_clair:4205:24491621,24513246:pet_clair:4205:24569354,24513454:pet_clair:4205:24569771,24514184:pet_clair:4205:24560244,24514432:pet_clair:4205:24558666'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00027245159577622533, 'nb_photo': 22, 'list_port_cont': '22645966,22687234,22720102,22864771,22990628,23411314,23506532,24490061,24490253,24491580,24557480,24560323,24565077,24576602', 'assoc_port': '22645327:22645966,22683214:22687234,22715864:22720102,22861704:22864771,22963267:22990628,23386645:23506532,23411038:23411314,24463929:24491580,24464038:24490253,24464111:24490061,24513076:24565077,24513862:24560323,24514605:24576602,24514753:24557480', 'assoc_mat': '22645327:pet_clair:4203:22645966,22683214:pet_clair:4203:22687234,22715864:pet_clair:4203:22720102,22861704:pet_clair:4203:22864771,22963267:pet_clair:4203:22990628,23386645:pet_clair:4203:23506532,23411038:pet_clair:4203:23411314,24463929:pet_clair:4203:24491580,24464038:pet_clair:4203:24490253,24464111:pet_clair:4203:24490061,24513076:pet_clair:4203:24565077,24513862:pet_clair:4203:24560323,24514605:pet_clair:4203:24576602,24514753:pet_clair:4203:24557480'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020399864688660937, 'nb_photo': 31, 'list_port_cont': '22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22951988,22982945,23126231,23398684,23447367,23475345,23491501,23504063,23504392,23510475,24464716,24555485,24557582,24560283,24560771,24560966,24561402', 'assoc_port': '22613019:22613363,22645328:22645623,22662911:22663961,22669905:22670061,22675369:22675643,22712695:22712715,22720553:22721295,22731509:22733459,22733593:22733977,22927533:22928145,22931349:22931725,22951590:22951988,22982645:22982945,23124145:23126231,23367732:23510475,23388510:23504063,23398529:23398684,23415991:23475345,23446972:23447367,23487139:23491501,23503944:23504392,24464128:24464716,24512565:24560771,24513512:24560966,24513561:24561402,24513570:24560283,24514629:24557582,24514903:24555485', 'assoc_mat': '22613019:pet_clair:4207:22613363,22645328:pet_clair:4207:22645623,22662911:pet_clair:4207:22663961,22669905:pet_clair:4207:22670061,22675369:pet_clair:4207:22675643,22712695:pet_clair:4207:22712715,22720553:pet_clair:4207:22721295,22731509:pet_clair:4207:22733459,22733593:pet_clair:4207:22733977,22927533:pet_clair:4207:22928145,22931349:pet_clair:4207:22931725,22951590:pet_clair:4207:22951988,22982645:pet_clair:4207:22982945,23124145:pet_clair:4207:23126231,23367732:pet_clair:4207:23510475,23388510:pet_clair:4207:23504063,23398529:pet_clair:4207:23398684,23415991:pet_clair:4207:23475345,23446972:pet_clair:4207:23447367,23487139:pet_clair:4207:23491501,23503944:pet_clair:4207:23504392,24464128:pet_clair:4207:24464716,24512565:pet_clair:4207:24560771,24513512:pet_clair:4207:24560966,24513561:pet_clair:4207:24561402,24513570:pet_clair:4207:24560283,24514629:pet_clair:4207:24557582,24514903:pet_clair:4207:24555485'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0022809320641971604, 'nb_photo': 3, 'list_port_cont': '22684127,22696622,24559326', 'assoc_port': '22683217:22684127,22696409:22696622,24513283:24559326', 'assoc_mat': '22683217:pet_clair:4461:22684127,22696409:pet_clair:4461:22696622,24513283:pet_clair:4461:24559326'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.05754028708197191, 'nb_photo': 547, 'list_port_cont': '23158242,23158485,23176751,23255844,23346174,23352112', 'assoc_port': '23157188:23158485,23157192:23158242,23176167:23176751,23254131:23255844,23344698:23346174,23351475:23352112', 'assoc_mat': '23157188:pet_clair:3594:23158485,23157192:pet_clair:3594:23158242,23176167:pet_clair:3594:23176751,23254131:pet_clair:3594:23255844,23344698:pet_clair:3594:23346174,23351475:pet_clair:3594:23352112'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01947754257367523, 'nb_photo': 448, 'list_port_cont': '22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22919984,22985781,23077572,23089618,23091842,23393275,23447609,23505610,23505894,23506148,23507114,23510916,23514772,23515094,23516197,23517618,24464316,24464744,24465032,24465510,24466206,24466705,24467260,24467804,24468182,24468947,24470437,24470719,24470913,24472110,24472445,24473339,24473583,24474171,24474459,24475168,24476202,24476441,24477330,24478603,24479548,24480120,24480196,24481255,24481424,24481951,24482857,24488734,24489293,24489606,24489663,24489889,24513416,24513779,2451413', 'assoc_port': '22600724:22604123,22602545:22612207,22604276:22609343,22610907:22620994,22617412:22630473,22618985:22630493,22637077:22637402,22641845:22643598,22641850:22642112,22642864:22644342,22642868:22644423,22646001:22646059,22647187:22648095,22647191:22647325,22662914:22664081,22666514:22667660,22669908:22684092,22675368:22677091,22681463:22686636,22694868:22696540,22708747:22711338,22712694:22713167,22714439:22714726,22720546:22720787,22720550:22725036,22727658:22737339,22731555:22739662,22733592:22744948,22743063:22743327,22753642:22755900,22757920:22759673,22763326:22765908,22766326:22766585,22771176:22774560,22775280:22779835,22777728:22782649,22781200:22786745,22816846:22817115,22820053:22831476,22820054:22824756,22828629:22856024,22835474:22847927,22843811:22847469,22851169:22851397,22861706:22864919,22861970:22862208,22862477:22862714,22862864:22863011,22863281:22865882,22863285:22865909,22864376:22865829,22876400:22877975,22876404:22878463,22880133:22909455,22880138:22908162,22882321:22882457,22885094:2288891', 'assoc_mat': '22600724:pet_clair:4200:22604123,22602545:pet_clair:4200:22612207,22604276:pet_clair:4200:22609343,22610907:pet_clair:4200:22620994,22617412:pet_clair:4200:22630473,22618985:pet_clair:4200:22630493,22637077:pet_clair:4200:22637402,22641845:pet_clair:4200:22643598,22641850:pet_clair:4200:22642112,22642864:pet_clair:4200:22644342,22642868:pet_clair:4200:22644423,22646001:pet_clair:4200:22646059,22647187:pet_clair:4200:22648095,22647191:pet_clair:4200:22647325,22662914:pet_clair:4200:22664081,22666514:pet_clair:4200:22667660,22669908:pet_clair:4200:22684092,22675368:pet_clair:4200:22677091,22681463:pet_clair:4200:22686636,22694868:pet_clair:4200:22696540,22708747:pet_clair:4200:22711338,22712694:pet_clair:4200:22713167,22714439:pet_clair:4200:22714726,22720546:pet_clair:4200:22720787,22720550:pet_clair:4200:22725036,22727658:pet_clair:4200:22737339,22731555:pet_clair:4200:22739662,22733592:pet_clair:4200:22744948,22743063:pet_clair:4200:22743327,22753642:pet_clair:4200:22755900,22757920:pet_clair:4200:22759673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0357605165597135, 'nb_photo': 59, 'list_port_cont': '22949099,23074691', 'assoc_port': '22948162:22949099,23073358:23074691', 'assoc_mat': '22948162:pet_clair:3594:22949099,23073358:pet_clair:3594:23074691'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012769097854848945, 'nb_photo': 91, 'list_port_cont': '22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114,23488212,24465228,24465272,24465750,24466689,24469798,24471953,24472438,24472494,24473137,24475011,24475182,24514900,24514924,24548234,24548330,24549263,24549689,24550585,24551666,24552594,24552693,24553071,24555674,24555701,24556445,24556665,24556744,24557243,24557498,24557695,24558150,24558212', 'assoc_port': '22603046:22603327,22617415:22617926,22637677:22637788,22639299:22639579,22643642:22643919,22645329:22645479,22647186:22647258,22672699:22683916,22714441:22714688,22760875:22761206,23002556:23003114,23487129:23488212,24463498:24471953,24463574:24475011,24463737:24475182,24463740:24472494,24463746:24472438,24463758:24465272,24463915:24473137,24463940:24469798,24463984:24466689,24464132:24465750,24464169:24465228,24512890:24557695,24512897:24557498,24512972:24558150,24513003:24558212,24513074:24556744,24513125:24556665,24513181:24556445,24513575:24555701,24513629:24555674,24513843:24553071,24513845:24514900,24513888:24552594,24513904:24552693,24514106:24551666,24514291:24514924,24514314:24550585,24514377:24549689,24514482:24549263,24514490:24548330,24514499:24557243,24514536:24548234', 'assoc_mat': '22603046:pet_clair:4209:22603327,22617415:pet_clair:4209:22617926,22637677:pet_clair:4209:22637788,22639299:pet_clair:4209:22639579,22643642:pet_clair:4209:22643919,22645329:pet_clair:4209:22645479,22647186:pet_clair:4209:22647258,22672699:pet_clair:4209:22683916,22714441:pet_clair:4209:22714688,22760875:pet_clair:4209:22761206,23002556:pet_clair:4209:23003114,23487129:pet_clair:4209:23488212,24463498:pet_clair:4209:24471953,24463574:pet_clair:4209:24475011,24463737:pet_clair:4209:24475182,24463740:pet_clair:4209:24472494,24463746:pet_clair:4209:24472438,24463758:pet_clair:4209:24465272,24463915:pet_clair:4209:24473137,24463940:pet_clair:4209:24469798,24463984:pet_clair:4209:24466689,24464132:pet_clair:4209:24465750,24464169:pet_clair:4209:24465228,24512890:pet_clair:4209:24557695,24512897:pet_clair:4209:24557498,24512972:pet_clair:4209:24558150,24513003:pet_clair:4209:24558212,24513074:pet_clair:4209:24556744,24513125:pet_clair:4209:24556665,24513181:pet_clair:4209:24556445,24513575:pet_clair:4209:24555701,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009250233964923838, 'nb_photo': 230, 'list_port_cont': '22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22925339,22950013,22952115,22963772,22980139,22980596,22981053,22984677,23003348,23004200,23026227,23049992,23057129,23057222,23062859,23064961,23065097,23080023,23107567,23111793,23116944,23123405,23143813,23170761,23176788,23179368,23181649,23255616,23267409,23343520,23346783,23368438,23368455,23371924,23372237,23375890,23376027,23379249,23379586,23383920,23384013,23388983,23391757,23413732,23416499,23419415,23420924,23446719,23489830,23490673,23493290,23499495,23504463,23504489,23505525,24464899,24464934,24465431,24466242,24467319,24467449,24468532,24468888,24475679,24486932,24514548,24515206,24515637,24516295,24536905,24537389,24538044,24538147,24538426,24539609,24542982,2454416', 'assoc_port': '22604281:22604575,22607577:22607878,22614941:22615572,22637329:22637557,22638530:22638906,22639300:22639733,22644532:22644816,22645996:22646131,22662916:22664736,22687084:22687864,22687089:22687528,22694855:22695475,22694881:22700577,22711985:22712130,22712696:22712896,22714438:22714719,22731512:22732170,22743077:22743584,22753646:22754157,22755526:22763731,22757922:22758677,22760879:22761613,22771177:22771946,22777727:22778215,22817778:22818582,22817779:22824449,22823155:22832007,22823158:22823252,22828632:22829501,22831636:22832266,22856657:22856880,22859468:22859602,22862860:22863059,22876408:22881983,22881751:22882012,22895715:22895842,22911179:22911752,22925008:22925339,22949537:22950013,22951588:22952115,22963274:22963772,22970360:22980596,22979631:22980139,22980678:22981053,22984207:22984677,23002550:23003348,23003834:23004200,23025701:23026227,23049123:23049992,23056316:23057222,23056332:23057129,23062404:23062859,23064320:23065097,23064325:23064961,23079431:23080023,23106799:23107567,23110961:2311179', 'assoc_mat': '22604281:pet_clair:4211:22604575,22607577:pet_clair:4211:22607878,22614941:pet_clair:4211:22615572,22637329:pet_clair:4211:22637557,22638530:pet_clair:4211:22638906,22639300:pet_clair:4211:22639733,22644532:pet_clair:4211:22644816,22645996:pet_clair:4211:22646131,22662916:pet_clair:4211:22664736,22687084:pet_clair:4211:22687864,22687089:pet_clair:4211:22687528,22694855:pet_clair:4211:22695475,22694881:pet_clair:4211:22700577,22711985:pet_clair:4211:22712130,22712696:pet_clair:4211:22712896,22714438:pet_clair:4211:22714719,22731512:pet_clair:4211:22732170,22743077:pet_clair:4211:22743584,22753646:pet_clair:4211:22754157,22755526:pet_clair:4211:22763731,22757922:pet_clair:4211:22758677,22760879:pet_clair:4211:22761613,22771177:pet_clair:4211:22771946,22777727:pet_clair:4211:22778215,22817778:pet_clair:4211:22818582,22817779:pet_clair:4211:22824449,22823155:pet_clair:4211:22832007,22823158:pet_clair:4211:22823252,22828632:pet_clair:4211:22829501,22831636:pet_clair:4211:22832266,22856657:pet_clair:4211:22856880,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840871746849069, 'nb_photo': 112957, 'list_port_cont': '22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915916,22916135,22917768,22926573,22929967,22930600,2293638', 'assoc_port': '22591583:22592632,22593608:22594926,22596779:22607305,22599781:22600787,22600763:22601569,22602548:22602958,22604279:22605087,22609800:22612831,22609829:22610539,22613018:22628995,22613022:22614565,22614960:22616479,22617414:22618162,22618982:22619852,22621388:22622121,22628388:22629266,22637076:22639827,22637080:22637341,22637327:22637600,22637670:22637997,22639297:22639890,22641849:22642916,22642867:22643281,22644513:22646145,22644528:22645411,22644531:22644949,22645997:22647117,22646002:22646171,22646205:22646443,22646698:22646788,22661873:22665258,22662915:22664933,22669904:22670984,22673667:22676628,22675370:22676772,22683207:22688588,22683212:22686162,22687088:22688619,22688510:22689684,22693036:22696665,22694884:22695639,22696404:22696740,22700429:22701201,22706229:22707688,22708744:22711910,22708746:22710401,22711987:22712300,22713822:22714459,22715863:22716644,22715866:22716570,22719541:22720728,22720551:22725022,22720556:22721550,22727679:22728835,22729016:22731562,22731513:22732985,22733591:2273549', 'assoc_mat': '22591583:pet_clair:3327:22592632,22593608:pet_clair:3327:22594926,22596779:pet_clair:3327:22607305,22599781:pet_clair:3327:22600787,22600763:pet_clair:3327:22601569,22602548:pet_clair:3327:22602958,22604279:pet_clair:3327:22605087,22609800:pet_clair:3327:22612831,22609829:pet_clair:3327:22610539,22613018:pet_clair:3327:22628995,22613022:pet_clair:3327:22614565,22614960:pet_clair:3327:22616479,22617414:pet_clair:3327:22618162,22618982:pet_clair:3327:22619852,22621388:pet_clair:3327:22622121,22628388:pet_clair:3327:22629266,22637076:pet_clair:3327:22639827,22637080:pet_clair:3327:22637341,22637327:pet_clair:3327:22637600,22637670:pet_clair:3327:22637997,22639297:pet_clair:3327:22639890,22641849:pet_clair:3327:22642916,22642867:pet_clair:3327:22643281,22644513:pet_clair:3327:22646145,22644528:pet_clair:3327:22645411,22644531:pet_clair:3327:22644949,22645997:pet_clair:3327:22647117,22646002:pet_clair:3327:22646171,22646205:pet_clair:3327:22646443,22646698:pet_clair:3327:22646788,22661873:pet_clair:3327:22665258,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006893087656621974, 'nb_photo': 1, 'list_port_cont': '23185149', 'assoc_port': '23161553:23185149', 'assoc_mat': '23161553:pet_fonce:4205:23185149'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0020106647884585234, 'nb_photo': 30, 'list_port_cont': '23158232,23158481,23176750,23255851,23346166,23352104', 'assoc_port': '23157188:23158481,23157192:23158232,23176167:23176750,23254131:23255851,23344698:23346166,23351475:23352104', 'assoc_mat': '23157188:pet_fonce:3594:23158481,23157192:pet_fonce:3594:23158232,23176167:pet_fonce:3594:23176750,23254131:pet_fonce:3594:23255851,23344698:pet_fonce:3594:23346166,23351475:pet_fonce:3594:23352104'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001036520282057133, 'nb_photo': 2, 'list_port_cont': '22712802,22714737', 'assoc_port': '22712698:22712802,22714439:22714737', 'assoc_mat': '22712698:pet_fonce:4200:22712802,22714439:pet_fonce:4200:22714737'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0007338969145328453, 'nb_photo': 6, 'list_port_cont': '22949102,23074696', 'assoc_port': '22948162:22949102,23073358:23074696', 'assoc_mat': '22948162:pet_fonce:3594:22949102,23073358:pet_fonce:3594:23074696'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000284593720355617, 'nb_photo': 2, 'list_port_cont': '22832969,24550584', 'assoc_port': '22832671:22832969,24514314:24550584', 'assoc_mat': '22832671:pet_fonce:4209:22832969,24514314:pet_fonce:4209:24550584'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0001804903251725152, 'nb_photo': 5, 'list_port_cont': '22637896,22646137,22712886,22823526,22859613', 'assoc_port': '22637675:22637896,22645996:22646137,22712696:22712886,22823124:22823526,22859468:22859613', 'assoc_mat': '22637675:pet_fonce:4211:22637896,22645996:pet_fonce:4211:22646137,22712696:pet_fonce:4211:22712886,22823124:pet_fonce:4211:22823526,22859468:pet_fonce:4211:22859613'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00472492583209009, 'nb_photo': 18, 'list_port_cont': '22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183,23267033,23448061,23483400,23504177,23509647,23514327,23516865,24475136,24515783', 'assoc_port': '22591583:22592625,22687088:22688623,22838934:22840247,22840148:22840683,22861705:22861863,22876410:22888287,22889833:22901071,23052752:23055183,23266263:23267033,23370986:23483400,23393128:23509647,23411036:23514327,23425107:23516865,23446973:23448061,23503088:23504177,24463981:24475136,24513252:24515783', 'assoc_mat': '22591583:pet_fonce:3327:22592625,22687088:pet_fonce:3327:22688623,22838934:pet_fonce:3327:22840247,22840148:pet_fonce:3327:22840683,22861705:pet_fonce:3327:22861863,22876410:pet_fonce:3327:22888287,22889833:pet_fonce:3327:22901071,23052752:pet_fonce:3327:23055183,23266263:pet_fonce:3327:23267033,23370986:pet_fonce:3327:23483400,23393128:pet_fonce:3327:23509647,23411036:pet_fonce:3327:23514327,23425107:pet_fonce:3327:23516865,23446973:pet_fonce:3327:23448061,23503088:pet_fonce:3327:23504177,24463981:pet_fonce:3327:24475136,24513252:pet_fonce:3327:24515783'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0023061706827960894, 'nb_photo': 4, 'list_port_cont': '22645196,22737389,22925834,23185153', 'assoc_port': '22643641:22645196,22727668:22737389,22917826:22925834,23161553:23185153', 'assoc_mat': '22643641:pet_opaque:4205:22645196,22727668:pet_opaque:4205:22737389,22917826:pet_opaque:4205:22925834,23161553:pet_opaque:4205:23185153'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 7.147902697819055e-05, 'nb_photo': 9, 'list_port_cont': '22671021,22738377,22862345,23008510,23505169,24490062', 'assoc_port': '22668747:22671021,22727698:22738377,22858837:22862345,23002549:23008510,23499045:23505169,24464111:24490062', 'assoc_mat': '22668747:pet_opaque:4203:22671021,22727698:pet_opaque:4203:22738377,22858837:pet_opaque:4203:22862345,23002549:pet_opaque:4203:23008510,23499045:pet_opaque:4203:23505169,24464111:pet_opaque:4203:24490062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004013387529738531, 'nb_photo': 10, 'list_port_cont': '22761338,22777160,22820508,22879883,23088883,23257378,24559376,24564461,24572343,24576422', 'assoc_port': '22760878:22761338,22773717:22777160,22820052:22820508,22879238:22879883,23052742:23088883,23254135:23257378,24512916:24564461,24514060:24572343,24514183:24559376,24514566:24576422', 'assoc_mat': '22760878:pet_opaque:4207:22761338,22773717:pet_opaque:4207:22777160,22820052:pet_opaque:4207:22820508,22879238:pet_opaque:4207:22879883,23052742:pet_opaque:4207:23088883,23254135:pet_opaque:4207:23257378,24512916:pet_opaque:4207:24564461,24514060:pet_opaque:4207:24572343,24514183:pet_opaque:4207:24559376,24514566:pet_opaque:4207:24576422'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035093362094845934, 'nb_photo': 19, 'list_port_cont': '22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928,23489146,24472866,24552941,24554407', 'assoc_port': '22599782:22600149,22614959:22615429,22683217:22684134,22696409:22696633,22720549:22721113,22723677:22724476,22766335:22766482,22771175:22771645,22782355:22782747,22817782:22824305,22861969:22862102,22891520:22891688,23052751:23053928,23488630:23489146,24463925:24472866,24514084:24552941,24514491:24554407', 'assoc_mat': '22599782:pet_opaque:4461:22600149,22614959:pet_opaque:4461:22615429,22683217:pet_opaque:4461:22684134,22696409:pet_opaque:4461:22696633,22720549:pet_opaque:4461:22721113,22723677:pet_opaque:4461:22724476,22766335:pet_opaque:4461:22766482,22771175:pet_opaque:4461:22771645,22782355:pet_opaque:4461:22782747,22817782:pet_opaque:4461:22824305,22861969:pet_opaque:4461:22862102,22891520:pet_opaque:4461:22891688,23052751:pet_opaque:4461:23053928,23488630:pet_opaque:4461:23489146,24463925:pet_opaque:4461:24472866,24514084:pet_opaque:4461:24552941,24514491:pet_opaque:4461:24554407'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002277339830006982, 'nb_photo': 365, 'list_port_cont': '22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22918150,22919985,22926528,22997863,23089623,23091835,23393276,23447604,23504426,23505888,23507109,23507164,23507522,23510908,23514768,23515097,23516184,23517621,23525034,24464311,24465026,24467795,24468185,24469179,24470434,24470720,24472111,24472453,24473330,24473605,24474173,24475162,24476206,24476439,24477325,24478614,24479550,2448013', 'assoc_port': '22594877:22596181,22600724:22604135,22602545:22612200,22604276:22609335,22610907:22620997,22613021:22613228,22617412:22630474,22618985:22630497,22624048:22630379,22637077:22637391,22637083:22637527,22637332:22637380,22638529:22639216,22641850:22642108,22642868:22644424,22644529:22646701,22645330:22645467,22646001:22646062,22647191:22647336,22662912:22663885,22666514:22667663,22675367:22676952,22675368:22677099,22675371:22677199,22675372:22685644,22681463:22686628,22687091:22695626,22694868:22696550,22694885:22695677,22696946:22699552,22708747:22711342,22711988:22712180,22714439:22714736,22720546:22720788,22723659:22734343,22727658:22737345,22731555:22739666,22731557:22731751,22733592:22744945,22743063:22743320,22755522:22757466,22763326:22765903,22766326:22766589,22771176:22774563,22775280:22779825,22777728:22782652,22781200:22786747,22793931:22794085,22816846:22817103,22820053:22831477,22823153:22823595,22828630:22839670,22828631:22839831,22831633:22841180,22835474:22847931,22838962:22839176,22841695:2284201', 'assoc_mat': '22594877:pet_opaque:4200:22596181,22600724:pet_opaque:4200:22604135,22602545:pet_opaque:4200:22612200,22604276:pet_opaque:4200:22609335,22610907:pet_opaque:4200:22620997,22613021:pet_opaque:4200:22613228,22617412:pet_opaque:4200:22630474,22618985:pet_opaque:4200:22630497,22624048:pet_opaque:4200:22630379,22637077:pet_opaque:4200:22637391,22637083:pet_opaque:4200:22637527,22637332:pet_opaque:4200:22637380,22638529:pet_opaque:4200:22639216,22641850:pet_opaque:4200:22642108,22642868:pet_opaque:4200:22644424,22644529:pet_opaque:4200:22646701,22645330:pet_opaque:4200:22645467,22646001:pet_opaque:4200:22646062,22647191:pet_opaque:4200:22647336,22662912:pet_opaque:4200:22663885,22666514:pet_opaque:4200:22667663,22675367:pet_opaque:4200:22676952,22675368:pet_opaque:4200:22677099,22675371:pet_opaque:4200:22677199,22675372:pet_opaque:4200:22685644,22681463:pet_opaque:4200:22686628,22687091:pet_opaque:4200:22695626,22694868:pet_opaque:4200:22696550,22694885:pet_opaque:4200:22695677,22696946:pet_opaque:4200:22699552,2270'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001530802914418798, 'nb_photo': 19, 'list_port_cont': '22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371,23373435,24465397,24544784,24552701,24553602,24553789,24556435', 'assoc_port': '22645329:22645471,22662913:22663838,22672699:22683914,22781197:22781952,22782354:22792001,22823127:22823273,22831634:22831915,22832671:22832961,22863667:22863825,22880119:22880371,23370912:23373435,24464181:24465397,24513181:24556435,24513904:24552701,24514051:24553789,24514109:24553602,24514533:24544784', 'assoc_mat': '22645329:pet_opaque:4209:22645471,22662913:pet_opaque:4209:22663838,22672699:pet_opaque:4209:22683914,22781197:pet_opaque:4209:22781952,22782354:pet_opaque:4209:22792001,22823127:pet_opaque:4209:22823273,22831634:pet_opaque:4209:22831915,22832671:pet_opaque:4209:22832961,22863667:pet_opaque:4209:22863825,22880119:pet_opaque:4209:22880371,23370912:pet_opaque:4209:23373435,24464181:pet_opaque:4209:24465397,24513181:pet_opaque:4209:24556435,24513904:pet_opaque:4209:24552701,24514051:pet_opaque:4209:24553789,24514109:pet_opaque:4209:24553602,24514533:pet_opaque:4209:24544784'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002641290290909307, 'nb_photo': 228, 'list_port_cont': '22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22910359,22911750,22914570,22915519,22915989,22918135,22925340,22931811,22952125,22960974,22980132,22980601,22981056,23003353,23011089,23057124,23062867,23068271,23141903,23143801,23170763,23179363,23180497,23181270,23181652,23188111,23255618,23333701,23341652,23343525,23346788,23356793,23368437,23371244,23375884,23379243,23380022,23384003,23388994,23409031,23413736,23423194,23446720,23488132,23489836,23490699,23494489,23495252,23498598,24465428,24467314,24467385,24467451,24468541,2446889', 'assoc_port': '22594878:22596104,22596778:22597256,22599779:22600167,22602546:22602881,22604285:22604696,22613020:22613606,22617413:22617921,22618986:22619611,22637075:22637225,22637329:22637544,22637675:22637886,22639300:22639730,22642866:22643266,22643643:22643857,22645996:22646128,22646207:22646319,22662916:22664726,22676626:22677111,22687084:22687860,22687089:22687538,22694855:22695469,22706232:22706890,22714438:22714705,22714442:22714757,22715865:22716157,22719540:22719975,22720552:22721100,22740292:22748167,22753643:22754209,22753646:22754155,22755526:22763732,22757922:22758669,22760879:22761619,22771177:22771936,22777727:22778221,22785892:22786473,22817778:22818591,22817779:22824450,22820050:22820552,22828632:22829502,22831636:22832259,22832669:22833293,22835899:22843015,22856657:22856882,22856664:22856851,22858657:22858762,22859468:22859604,22860492:22860801,22862457:22864498,22862860:22863062,22862866:22865030,22876403:22876864,22876408:22881977,22880137:22880517,22882317:22882507,22885097:22885515,22886789:2288767', 'assoc_mat': '22594878:pet_opaque:4211:22596104,22596778:pet_opaque:4211:22597256,22599779:pet_opaque:4211:22600167,22602546:pet_opaque:4211:22602881,22604285:pet_opaque:4211:22604696,22613020:pet_opaque:4211:22613606,22617413:pet_opaque:4211:22617921,22618986:pet_opaque:4211:22619611,22637075:pet_opaque:4211:22637225,22637329:pet_opaque:4211:22637544,22637675:pet_opaque:4211:22637886,22639300:pet_opaque:4211:22639730,22642866:pet_opaque:4211:22643266,22643643:pet_opaque:4211:22643857,22645996:pet_opaque:4211:22646128,22646207:pet_opaque:4211:22646319,22662916:pet_opaque:4211:22664726,22676626:pet_opaque:4211:22677111,22687084:pet_opaque:4211:22687860,22687089:pet_opaque:4211:22687538,22694855:pet_opaque:4211:22695469,22706232:pet_opaque:4211:22706890,22714438:pet_opaque:4211:22714705,22714442:pet_opaque:4211:22714757,22715865:pet_opaque:4211:22716157,22719540:pet_opaque:4211:22719975,22720552:pet_opaque:4211:22721100,22740292:pet_opaque:4211:22748167,22753643:pet_opaque:4211:22754209,22753646:pet_opaque:4211:22754155,2275'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005412725557671378, 'nb_photo': 361, 'list_port_cont': '22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,23014330,23017974,23022457,23022664,23023062,23025787,23032622,23061053,23075852,23094968,23160437,23421543,24464306,24464761,24465190,24465626,24467660,24469966,24470557,24489921,24489980,24490025,24490038,24490051,24490077,24490088,24490094,24490106,24490118,24490185,24490360,24490401,24490420,24490431,24490473,24490520,24490537,24491268,24491274,24513113,24513600,24514581,24556871,24556890,24557107,24557306,24557418,24557432,24557463,24557493,24557564,24557814,24558003,24558014,24558191,24558263,24558519,24558831,24559104,24559204,24559543,24559609,24559637,24559656,24559662,24559975,24560028,24560114,24560432,24560472,24560604,24560680,24560989,24561164,24561208,24561231,24561491,24561672,2456280', 'assoc_port': '22602547:22602574,22609803:22610320,22617409:22620640,22637078:22637220,22637330:22637514,22640871:22641130,22642865:22644522,22644526:22645049,22646208:22646294,22668749:22675048,22681466:22700069,22681469:22700078,22683209:22700014,22688512:22689616,22696408:22696692,22723675:22746297,22743072:22743265,22753644:22754115,22765037:22765977,22773715:22791536,22777704:22779188,22781198:22782016,22817780:22818986,22823123:22823651,22823128:22823339,22828659:22842773,22828661:22828786,22835900:22836459,22840149:22840286,22856656:22856827,22856659:22856812,22858842:22858867,22860493:22860603,22861967:22862077,22863286:22863291,22873139:23014330,22876411:23061053,22880134:23017974,22886792:23075852,22891519:23022457,22893518:23022664,22893523:23023062,22894328:23025787,22920083:23032622,23079432:23094968,23104935:23160437,23279957:23421543,24463443:24491274,24463617:24490185,24463648:24490025,24463665:24489980,24463730:24490537,24463735:24490106,24463755:24490473,24463760:24490401,24463790:24490360,24463827:2449052', 'assoc_mat': '22602547:plastique:3726:22602574,22609803:plastique:3726:22610320,22617409:plastique:3726:22620640,22637078:plastique:3726:22637220,22637330:plastique:3726:22637514,22640871:plastique:3726:22641130,22642865:plastique:3726:22644522,22644526:plastique:3726:22645049,22646208:plastique:3726:22646294,22668749:plastique:3726:22675048,22681466:plastique:3726:22700069,22681469:plastique:3726:22700078,22683209:plastique:3726:22700014,22688512:plastique:3726:22689616,22696408:plastique:3726:22696692,22723675:plastique:3726:22746297,22743072:plastique:3726:22743265,22753644:plastique:3726:22754115,22765037:plastique:3726:22765977,22773715:plastique:3726:22791536,22777704:plastique:3726:22779188,22781198:plastique:3726:22782016,22817780:plastique:3726:22818986,22823123:plastique:3726:22823651,22823128:plastique:3726:22823339,22828659:plastique:3726:22842773,22828661:plastique:3726:22828786,22835900:plastique:3726:22836459,22840149:plastique:3726:22840286,22856656:plastique:3726:22856827,22856659:plastique:3726:22856812,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010570208165580457, 'nb_photo': 1170, 'list_port_cont': '22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,23014328,23017971,23022466,23022670,23023067,23025784,23032625,23075855,23094972,23160432,23421538,24463909,24464302,24464777,24465197,24467654,24469962,24489912,24489990,24489991,24490007,24490026,24490034,24490042,24490071,24490083,24490104,24490116,24490127,24490159,24490207,24490216,24490261,24490359,24490404,24490433,24490476,24490493,24490521,24490541,24490549,24491270,24491273,24513121,24513597,24514596,24515229,24556864,24556897,24556921,24557069,24557106,24557298,24557313,24557424,24557434,24557494,24557739,24557816,24558005,24558009,24558189,24558261,24558449,24558461,24558500,24558528,24558612,24558834,24559107,24559156,24559206,24559542,24559611,24559644,2455965', 'assoc_port': '22602547:22602585,22609803:22610325,22617409:22620633,22637078:22637213,22637330:22637517,22640871:22641132,22642865:22644525,22644526:22645044,22646208:22646287,22668749:22675053,22681466:22700070,22681469:22700077,22683209:22700023,22687083:22687476,22688512:22689622,22696408:22696683,22723675:22746286,22743072:22743268,22753644:22754123,22765037:22765976,22773715:22791537,22777704:22779181,22777726:22778655,22781198:22782018,22813689:22817950,22817780:22818988,22823123:22823655,22823128:22823335,22828659:22842778,22828661:22828781,22835900:22836455,22840149:22840291,22856656:22856830,22856659:22856815,22858842:22858865,22860493:22860612,22861967:22862079,22863286:22863297,22873139:23014328,22880134:23017971,22886792:23075855,22891519:23022466,22893518:23022670,22893523:23023067,22894328:23025784,22920083:23032625,23079432:23094972,23104935:23160432,23279957:23421538,24463443:24491273,24463509:24463909,24463552:24490216,24463564:24490207,24463643:24490159,24463648:24490026,24463665:24489990,24463681:2448999', 'assoc_mat': '22602547:Teint_Dans_La_Masse:3726:22602585,22609803:Teint_Dans_La_Masse:3726:22610325,22617409:Teint_Dans_La_Masse:3726:22620633,22637078:Teint_Dans_La_Masse:3726:22637213,22637330:Teint_Dans_La_Masse:3726:22637517,22640871:Teint_Dans_La_Masse:3726:22641132,22642865:Teint_Dans_La_Masse:3726:22644525,22644526:Teint_Dans_La_Masse:3726:22645044,22646208:Teint_Dans_La_Masse:3726:22646287,22668749:Teint_Dans_La_Masse:3726:22675053,22681466:Teint_Dans_La_Masse:3726:22700070,22681469:Teint_Dans_La_Masse:3726:22700077,22683209:Teint_Dans_La_Masse:3726:22700023,22687083:Teint_Dans_La_Masse:3726:22687476,22688512:Teint_Dans_La_Masse:3726:22689622,22696408:Teint_Dans_La_Masse:3726:22696683,22723675:Teint_Dans_La_Masse:3726:22746286,22743072:Teint_Dans_La_Masse:3726:22743268,22753644:Teint_Dans_La_Masse:3726:22754123,22765037:Teint_Dans_La_Masse:3726:22765976,22773715:Teint_Dans_La_Masse:3726:22791537,22777704:Teint_Dans_La_Masse:3726:22779181,22777726:Teint_Dans_La_Masse:3726:22778655,22781198: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(1773642,1778537,1781229,1780906,1785453,1789374,1793790,1797583,1802002,1804621,1804339,1808169,1953450,1953456,1953463,1953471,1824928,1833023,1953479,1953484,1953491,1953499,1953503,1953512,1846805,1953519,1953529,1953539,1855994,1953551,1953559)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173738, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158241,23158480,23176744,23255848,23346169,23352114 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173739, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949096,23074697 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173740, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22926567,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22981020,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055483,23059062,23059748,23065659,23066039,23075741,23078485,23088490,23089962,2309421 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173741, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,23014331,23017975,23022460,23022675,23023069,23025785,23032617,23075846,23094963,23160442,23421539,24463907,24464294,24464774,24467651,24469961,24489918,24489983,24489996,24490004,24490024,24490039,24490049,24490082,24490103,24490115,24490121,24490221,24490267,24490357,24490409,24490414,24490428,24490482,24490485,24490522,24490529,24490548,24490551,24490611,24491265,24491272,24513123,24515232,24556869,24556892,24556920,24557071,24557113,24557317,24557416,24557430,24557464,24557488,24557745,24557808,24558181,24558270,24558465,24558498,24558518,24558615,24559109,24559154,24559209,24559539,24559612,24559639,24559653,24559666,24559895,24559925,24559979,24560029,24560119,2456033 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173742, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,23065662,23095002,23202348,23491695,23506129,23507258,23510324,23511053,23515222,24466385,24517546,24527311 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173743, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,23091293,23174287,23450982,23509913,23513867,24490327,24491608,24558592,24558654 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173744, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22945504,22988183,22990615,23008519,23089682,23095165,23186747,23209568,23411313,23479331,23505167,23506525,23507310,23525350,24490054,24490140,24490237,24490244,24490311,24490793,24491581,24515745,24557758,24557947,24558333,24559126,24559768,24560320,24560619,24560794,24561388,24562035,24562098,24563423,24565081,24567538,24576599 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173745, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,23067024,23473963,23477115,23491490,23492528,23495098,23501523,23503369,24465137,24466104,24466281,24467727,24468425,24468707,24471487,24555831,24556280,24556478,24556611,24557588,24557677,24558574,24559171,24559189,24560633,24561175,24562641,24564757,24564983 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173746, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22607814,22696629,22844342,22901525,23232834,23375601,24467683,24471105,24476554,24548386,24554225,24555651,24560362,24560807 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173747, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22918156,22919996,22926530,22985769,23077571,23089621,23091838,23393279,23447602,23505607,23506144,23507176,23507518,23510374,23515099,23516191,23517609,23525032,24464307,24464732,24468181,2446917 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173748, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22918040,22922673,23003105,23013082,23331987,23345496,23385248,23487909,23488213,24464804,24465233,24465269,24465671,24465760,24465785,24466609,24466701,24467299,24467483,24467629,24468598,24468667,24469670,24470176,24470199,24470415,24470841,24470992,24471291,24471308,24471781,24471942,24472629,24473158,24474292,24474393,24475038,24479766,24515015,24516165,24544497,24545541,24545557,24545639,24545921,24547559,24547816,24548508,24548979,24549748,24549907,24550084,24550362,24550579,24551417,24551675,24552001,24553075,24553669,24554391,24554946,24555468,24555518,24555692,24555778,24556434,24557185,24557496,24558164,24558213,24558271,24558382,24559002,24559463 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173749, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22918134,22920490,22925350,22931813,22950008,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173750, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915919,22916143,22917767,22929969,22930589,22936492,22942820,22970732,22981024,23059742,23065660,23089950,23094209,23094999,23137848,23142968,23149643,23162588,23184889,23185813,23187632,23419393,23422136,23443322,23448063,23478658,23483393,23490445,23491694,23495461,23496758,23505585,23508510,23509636,23510334,23510356,23511051,23511090,23522695,23525822,23544467,24465919,24466391,24467353,24470111,24470750,24472606,24475134,24515280,24515390,24515780,24516175,24516428,24517799,24524774,24526834 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173751, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,23063944,23075710,23088192,23090504,23091287,23165104,23174286,23185150,23439260,23447339,23450983,23477013,23482440,23490786,23501624,23503785,23506187,23509924,23513863,23516453,23526814,24489930,24489966,24490326,24490499,24491615,24557380,24558589,24558664,24558986,24560249,24569349,24569773 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173752, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22945503,22988180,22990616,23008505,23089687,23094182,23095175,23186750,23209573,23411323,23479321,23505168,23506530,23507300,23525365,24490067,24490137,24490231,24490245,24490312,24490805,24491572,24515732,24557483,24557761,24557940,24558332,24559113,24559776,24560321,24560611,24560704,24560797,24561374,24562046,24562092,24563425,24565089,24567534,24576604 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173753, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173754, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22917098,22935153,23013099,23053925,23079963,23176378,23232830,23332234,23370784,23372329,23373180,23375600,23382537,23420735,23487862,23488408,23489141,23489335,24465091,24465162,24465339,24465641,24465807,24465942,24466909,24467166,24467378,24467689,24468373,24468829,24469584,24469827,24470008,24470295,24470874,24471096,24471387,24471689,2447238 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173755, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158233,23158488,23176742,23255849,23346165,23352109 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173755, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22918154,22919993,22926536,22985779,22997871,23077568,23089615,23091829,23344843,23393273,23447612,23504419,2350560 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173756, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949103,23074693 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173756, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22918029,22922666,23003106,23013071,23064853,23107229,23230489,23232700,23266794,23329557,23331989,23339677,23345495,23373430,23385226,23412747,23447112,23487914,23488210,24464506,24464548,24464792,24465237,2446527 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173757, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22918123,22920491,22925349,22931815,22950005,2295211 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173758, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22926570,22930602,22936389,22936490,22936535,22938921,22945218,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055484,23059060,23059751,23065666,23066042,23075751,23078481,23089954,23094208,23149650,23162598,23162806,23172794,23185806,23187626,23267030,23356210,23360085,23389123,23422133,23440026,23443328,23443884,23446905,23448064,23448195,23450999,23478668,23482097,23483392,23484350,23490444,23491703,23497270,23500685,23504174,23504688,23505580,23506136,23507363,23508513,23509643,23510318,23510332,23510354,23510444,2351105 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173759, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,23017980,23022458,23023070,23025788,23421547,24463913,24464310,24465191,24490016,24490048,24490090,24490107,24490123,24490155,24490160,24490187,24490429,24490477,24490536,24513122,24557437,24557485,24557809,24558493,24558618,24559640,24559672,24559734,24559922,24559978,24560383,24560596,24560982,24561161,24561205 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173760, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,23014324,23017978,23022459,23022667,23023066,23025783,23032621,23075853,23094970,23421548,24464298,24464763,24465625,24469956,24489997,24490096,24490149,24490169,24490175,24490205,24490217,24490262,24490352,24490412,24490434,24490474,24490517,24490559,24491266,24513116,24513603,24514039,24515225,24556862,24556900,24557421,24557429,24557815,24557997,24558017,24558185,24559155,24559213,24559540,24559610,24559657,24559665,24559898,24560026,24560340,24560382,24560428,24560478,24560595,24561213,24563415 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173761, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,23014329,23017981,23022671,23023061,23025789,23032616,23075850,23094969,23160439,23421541,24463904,24464300,24464778,24465629,24469960,24470553,24489911,24490037,24490085,24490102,24490110,24490423,24490427,24490483,24490523,24490552,24491283,24513119,24513607,24514576,24515231,24556872,24557108,24557425,24557435,24557459,24558259,24558448,24558495,24558837,24559108,24559149,24559535,24559618,24559652,24559661,24559743,24559920,24559976,24560024,24560431,24560601,24560678,24560988,24561215,24561239,24563072,24563407,24563615,24563979,24564496 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173762, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,23063947,23075725,23090508,23091295,23165110,23174294,23185155,23439264,23450992,23477017,23482454,23490788,23501627,23503773,23506188,23513853,23516452,24489932,24489977,24490325,24490511,24491620,24557379,24558579,24558667,24560240,24569355,24569767 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173763, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22945495,22988168,22990623,23008508,23089696,23094186,23095168,23186749,23209562,23411324,23479325,23505176,23506535,23507309,23525359,24490053,24490130,24490229,24490242,24490310,24490803,24491584,24515747,24557476,24557750,24557944,24558319,24559122,24559764,24560329,24560616,24560710,24560796,24561375,24562039,24562095,24563424,24565082,24567535,24576611 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173764, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22928152,23170502,23182136,23257379,23443201,23478217,23482401,23489392,23491241,23492535,23498314,23503072,23504052,24464658,24464717,24465377,24466765,24468324,24468422,24468494,24469148,24469708,24471146,24513434,24513895,24556285,24556617,24556851,24557097,24557245,24557930,24557989,24558227,24558531,24559279,24559378,24559390,24559428,24559524,24559854,24560220,24560626,24560765,24562328,24562651,24564890,24565026,24576416 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173765, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595980,22787675,22862098,22876598,24474007,24515514,24549137,24556369,24557892,24558108 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173766, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22918142,23077563,23089625,23091830,23393266,23504420,23506143,23514779,23516198,24464736,24465513,24466711,24467803,24468948,24470432,24470908,24471910,24472109,24474174,24475176,24476207,24476433,24477323,24479543,24480131,24480968,24481937,24482863,24489667,24489881,24513421,24556007,24556192,24557327,24557445,24557558,24557591,24557802,24558129,24558401,24558710,24558801,24559082,24559088,24559276,24559407,24559628,24559785,24560450,24560546,24560571,24560845,24560872,24560998,24561098,24561149,24561248,24561947,24563786,24564237,24565608,24565967,24566992,24567742,24567899 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173767, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22918028,22922664,23013083,23064849,23107224,23232712,23266792,23329545,23331990,23345491,23373433,23385228,23412749,23447105,23487906,23488204,24464553,24464800,24465226,24465268,24465398,24465669,24465749,24465788,24466505,24466614,24466691,24466893,24467304,24467484,24467982,24468665,24468715,24469434,24469664,2446973 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173768, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22918131,22920487,22925343,22931814,22950010,22952130,2296096 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173769, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22945494,22988173,22990618,23008517,23089689,23095160,23186754,23209575,23479318,23505179,23507312,24490052,24490316,24491576,24515748,24557482,24557760,24557948,24558325,24559125,24559766,24560328,24560610,24560799,24562088,24563428,24567525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173770, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,23447362,23447568,23493189,24559419,24559520 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173771, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22609334,22644427,22684095,22720792,22725033,22774550,22864921,23507167,23510388,24468941,24514154 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173772, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22918032,23373434,23487910,24465271,24467490,24468659,24470832,24470987,24471306,24471780,24479772,24514676,24544494,24545387,24545511,24548338,24550083,24554437,24554881,24557191,24557232,24558217 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173773, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22920483,22984679,23065100,23105607,23261343,23314838,23376032,23379251,23379590,23413022,23423181,23488143,23488562,24467321,24467380,24468526,24473041,24475250,24476117,24515636,24515910,24537161,24547675 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173774, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22616490,22637338,22764376,22770704,22889659,22901074,22970729,23492821,23497278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173775, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,23063937,23075723,23088193,23090513,23091301,23165098,23174300,23185156,23439259,23447350,23450988,23477026,23482441,23490790,23501639,23503786,23506184,23509910,23513859,23516451,23526818,24489936,24489972,24490328,24490500,24491614,24557366,24558587,24558656,24558978,24560246,24569351,24569763 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173776, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22945502,22988182,22990617,23008512,23089693,23094194,23095172,23186751,23209563,23411315,23479323,23505180,23506529,23507305,23525361,24490059,24490136,24490228,24490251,24490308,24490796,24491573,24515738,24557471,24557751,24557933,24558320,24559124,24559774,24560330,24560615,24560702,24560792,24561380,24562037,24562091,24563421,24565086,24567529,24576601 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173777, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173778, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22917094,22935143,23013094,23053926,23079961,23176372,23232840,23332227,23370785,23372325,23373184,23375602,23382545,23420743,23487855,23488398,23489145,23489341,24465103,24465161,24465341,24465648,24465809,24465929,24466903,24467163,24467377,24467700,24468376,24468836,24469582,24469832,24470003,24470306,24470870,24471110,24471378,2447169 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173779, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22918146,22919994,22926531,22985778,22997876,23077565,23089628,23091840,23344844,23393270,23447605,23504427,2350559 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173780, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22918037,23003107,23064852,23107215,23230488,23232705,23266788,23332000,23339687,23345498,23373432,23385236,23412757,23447108,23487907,23488206,24464491,24464544,24464801,24465234,24465270,24465391,24465396,24465675,24465755,24465787,24466513,24466607,24466690,24466891,24467303,24467482,24467631,2446797 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173781, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22918138,22920493,22925346,22931821,22950019,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173782, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22956462,24559797 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173783, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22743264,23023060,23032618,23421542,24490165,24490435,24490478,24490495,24490516,24558521,24559668 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173784, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,23063951,23090518,23439261,23450985,23482444,23490784,23503777,23509920,23513857,23516455,23526825,24489976,24490323,24490509,24491613,24557375,24558593,24558661,24558973,24560253,24569344,24569758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173785, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22945507,22988171,22990624,23008511,23089692,23094184,23095169,23186761,23209567,23411317,23479327,23505171,23506528,23507307,23525356,24490065,24490142,24490234,24490247,24490303,24490801,24491577,24515737,24557479,24557763,24557936,24558327,24559117,24559767,24560327,24560618,24560705,24560800,24561381,24562047,24562094,24563434,24565078,24567523,24576597 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173786, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22915508,22928156,22931723,22948599,22951982,22956470,22982944,23007837,23007961,23056102,23056600,23062384,23067022,23088886,23089561,23094093,23119951,23126234,23166995,23170509,23182135,23257377,23439893,23443192,23447369,23447573,23468974,23473959,23475349,23477108,23478220,23482399,2348811 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173787, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22697907,22720954,22756101,22828937,22864525,22881587,22901520,23013092,23373171,23420734,23487859,24465937,24468364,24468840,24470014,24470296,24471109,24472870,24473762,24474005,24474273,24476544,24513930,24547474,24550622,24550717,24550936,24553199,24554543,24554687,24555251,24555384,24556366,24557619,24558291,24559473,24559819,24560485,24561086,24561689,24563943 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173788, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158235,23158483,23176748,23255850,23352105 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173788, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22918157,22919988,22926532,22985776,23077560,23089619,23091841,23447608,23504421,23507120,23507531,23510902,2351762 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173789, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949093,23074700 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173789, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22918038,23003100,23013077,23064855,23107220,23266783,23329554,23339679,23345488,23373437,23385231,23412751,23447111,23487905,23488205,24464498,24464791,24465224,24465275,24465380,24465409,24465679,24465754,24465781,24466490,24466507,24466620,24466878,24467494,24467518,24467973,24468606,24468666,24469084,24469663,24469745,24470195,24470414,24470603,24470990,24471081,2447129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173790, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22918137,22920486,22925351,22931805,22950012,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173791, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22936484,22945222,22986011,23013185,23202031,23500683,23505583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173792, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,23063938,23075718,23088200,23090507,23091297,23165112,23174291,23185160,23439253,23447346,23450991,23477027,23482447,23490777,23501634,23503779,23506181,23509923,23513866,23516450,23526821,24489938,24489974,24490321,24490501,24491606,24557377,24558586,24558658,24558974,24560243,24569348,24569770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173793, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22945498,22988169,22990627,23008509,23089695,23094187,23095164,23186757,23209572,23411321,23479319,23505178,23506521,23507303,23525355,24490066,24490131,24490225,24490250,24490304,24490799,24491574,24515746,24557474,24557752,24557941,24558334,24559115,24559761,24560322,24560614,24560712,24560791,24561379,24562048,24562096,24563429,24565083,24567536,24576606 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173794, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173795, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22917093,22935139,23013090,23053920,23079956,23176371,23232831,23332222,23370781,23372323,23373178,23375603,23382532,23420741,23487869,23488400,23489139,23489333,24465104,24465159,24465342,24465644,24465805,24465930,24466905,24467178,24467369,24467697,24468370,24468826,24469578,24469831,24470004,24470299,24470882,24471112,24471385,2447169 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173796, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158240,23158486,23176746,23255853,23346168,23352108 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173796, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22918155,22919990,22926535,22985773,22997866,23077558,23089620,23091843,23344858,23393274,23447611,23504422,2350560 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173797, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949097,23074698 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173797, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22918034,22922668,23003113,23013069,23064860,23107221,23230493,23232711,23266785,23329551,23331995,23339680,23345483,23373431,23385240,23412742,23447106,23487903,23488207,24464501,24464545,24464799,2446522 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173798, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22918132,22920496,22925342,22931809,22950016,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173799, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22926574,22929975,22930591,22936495,22936547,22942819,22945217,22970726,22981019,22986003,22987861,22988214,22994037,22994879,23002077,23009884,23013190,23055182,23055482,23059059,23059747,23065672,23066043,23075738,23078488,2308849 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173800, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,23063939,23075715,23088205,23090515,23091300,23165099,23185152,23439256,23447349,23450981,23477025,23482453,23501625,23506179,23513856,23526816,24489934,24490324,24491611,24557369,24558582,24558663,24558976,24560239,24569356,24569766 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173801, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22945496,22988170,22990614,23008507,23089694,23094197,23095171,23186760,23209569,23411325,23479328,23505172,23506523,23507301,23525351,24490055,24490145,24490230,24490248,24490305,24490806,24491575,24515743,24557473,24557756,24557938,24558324,24559123,24559775,24560326,24560612,24560713,24560795,24561384,24562036,24562087,24563431,24565090,24567526,24576598 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173802, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22915514,22928148,22948603,22956475,22982943,23007832,23007951,23056599,23062372,23067031,23088891,23089563,23094087,23119949,23167001,23182144,23257387,23398674,23439899,23443194,23447363,2344757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173803, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,23176377,23489336,24465087,24469592,24470009,24477571,24515518,24556220,24556365,24558424,24559040,24560052,24563945 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173804, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158489,23346170 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173804, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22918147,22919991,22926526,22985782,22997874,23077573,23089617,23091836,23344851,23393272,23447601,23504430,23505604,2350588 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173805, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22918036,22922669,23003104,23013068,23064861,23107219,23232704,23266790,23329544,23332001,23339681,23345489,23373438,23385227,23412752,23447117,23487904,23488211,24464499,24464547,24464796,24465236,24465266,24465383,2446540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173806, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22918122,22920495,22925344,22931806,22950015,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173807, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22770703,22882925,22883779,22886534,22897002,22901073,22909346,23439954,23504171,24472609 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173808, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,23063949,23091291,23165111,23174301,23439265,23450978,23477014,23509922,23513855,24491621,24558666,24560244,24569354,24569771 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173809, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22645966,22687234,22720102,22864771,22990628,23411314,23506532,24490061,24490253,24491580,24557480,24560323,24565077,24576602 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173810, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22951988,22982945,23126231,23398684,23447367,23475345,23491501,23504063,23504392,23510475,24464716,24555485,24557582,24560283,24560771,24560966,24561402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173811, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22684127,22696622,24559326 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173812, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158242,23158485,23176751,23255844,23346174,23352112 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173812, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22919984,22985781,23077572,23089618,23091842,23393275,23447609,23505610,23505894,23506148,23507114,23510916,23514772,23515094,23516197,23517618,24464316,24464744,24465032,24465510,24466206,24466705,24467260,24467804,24468182,24468947,24470437,24470719,24470913,24472110,24472445,24473339,24473583,24474171,24474459,24475168,24476202,24476441,24477330,24478603,24479548,24480120,24480196,24481255,24481424,24481951,24482857,24488734,24489293,24489606,24489663,24489889,24513416,24513779,2451413 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173813, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949099,23074691 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173813, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114,23488212,24465228,24465272,24465750,24466689,24469798,24471953,24472438,24472494,24473137,24475011,24475182,24514900,24514924,24548234,24548330,24549263,24549689,24550585,24551666,24552594,24552693,24553071,24555674,24555701,24556445,24556665,24556744,24557243,24557498,24557695,24558150,24558212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173814, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22925339,22950013,22952115,22963772,22980139,22980596,22981053,22984677,23003348,23004200,23026227,23049992,23057129,23057222,23062859,23064961,23065097,23080023,23107567,23111793,23116944,23123405,23143813,23170761,23176788,23179368,23181649,23255616,23267409,23343520,23346783,23368438,23368455,23371924,23372237,23375890,23376027,23379249,23379586,23383920,23384013,23388983,23391757,23413732,23416499,23419415,23420924,23446719,23489830,23490673,23493290,23499495,23504463,23504489,23505525,24464899,24464934,24465431,24466242,24467319,24467449,24468532,24468888,24475679,24486932,24514548,24515206,24515637,24516295,24536905,24537389,24538044,24538147,24538426,24539609,24542982,2454416 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173815, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915916,22916135,22917768,22926573,22929967,22930600,2293638 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173816, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23185149 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173817, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158232,23158481,23176750,23255851,23346166,23352104 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173817, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22712802,22714737 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173818, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949102,23074696 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173818, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22832969,24550584 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173819, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22637896,22646137,22712886,22823526,22859613 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173820, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183,23267033,23448061,23483400,23504177,23509647,23514327,23516865,24475136,24515783 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173821, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22645196,22737389,22925834,23185153 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173822, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22671021,22738377,22862345,23008510,23505169,24490062 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173823, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22761338,22777160,22820508,22879883,23088883,23257378,24559376,24564461,24572343,24576422 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173824, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928,23489146,24472866,24552941,24554407 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173825, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22918150,22919985,22926528,22997863,23089623,23091835,23393276,23447604,23504426,23505888,23507109,23507164,23507522,23510908,23514768,23515097,23516184,23517621,23525034,24464311,24465026,24467795,24468185,24469179,24470434,24470720,24472111,24472453,24473330,24473605,24474173,24475162,24476206,24476439,24477325,24478614,24479550,2448013 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173826, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371,23373435,24465397,24544784,24552701,24553602,24553789,24556435 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173827, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22910359,22911750,22914570,22915519,22915989,22918135,22925340,22931811,22952125,22960974,22980132,22980601,22981056,23003353,23011089,23057124,23062867,23068271,23141903,23143801,23170763,23179363,23180497,23181270,23181652,23188111,23255618,23333701,23341652,23343525,23346788,23356793,23368437,23371244,23375884,23379243,23380022,23384003,23388994,23409031,23413736,23423194,23446720,23488132,23489836,23490699,23494489,23495252,23498598,24465428,24467314,24467385,24467451,24468541,2446889 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173828, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,23014330,23017974,23022457,23022664,23023062,23025787,23032622,23061053,23075852,23094968,23160437,23421543,24464306,24464761,24465190,24465626,24467660,24469966,24470557,24489921,24489980,24490025,24490038,24490051,24490077,24490088,24490094,24490106,24490118,24490185,24490360,24490401,24490420,24490431,24490473,24490520,24490537,24491268,24491274,24513113,24513600,24514581,24556871,24556890,24557107,24557306,24557418,24557432,24557463,24557493,24557564,24557814,24558003,24558014,24558191,24558263,24558519,24558831,24559104,24559204,24559543,24559609,24559637,24559656,24559662,24559975,24560028,24560114,24560432,24560472,24560604,24560680,24560989,24561164,24561208,24561231,24561491,24561672,2456280 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173829, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,23014328,23017971,23022466,23022670,23023067,23025784,23032625,23075855,23094972,23160432,23421538,24463909,24464302,24464777,24465197,24467654,24469962,24489912,24489990,24489991,24490007,24490026,24490034,24490042,24490071,24490083,24490104,24490116,24490127,24490159,24490207,24490216,24490261,24490359,24490404,24490433,24490476,24490493,24490521,24490541,24490549,24491270,24491273,24513121,24513597,24514596,24515229,24556864,24556897,24556921,24557069,24557106,24557298,24557313,24557424,24557434,24557494,24557739,24557816,24558005,24558009,24558189,24558261,24558449,24558461,24558500,24558528,24558612,24558834,24559107,24559156,24559206,24559542,24559611,24559644,2455965 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173738,30173747,30173755,30173766,30173771,30173779,30173788,30173796,30173804,30173812,30173817,30173825?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30173739,30173748,30173756,30173767,30173772,30173780,30173789,30173797,30173805,30173813,30173818,30173826?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173740,30173742,30173750,30173758,30173774,30173791,30173799,30173807,30173815,30173820?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173741,30173759,30173760,30173761,30173783,30173828,30173829?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173743,30173751,30173762,30173775,30173784,30173792,30173800,30173808,30173816,30173821?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173744,30173752,30173763,30173769,30173776,30173785,30173793,30173801,30173809,30173822?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173745,30173753,30173764,30173770,30173777,30173782,30173786,30173794,30173802,30173810,30173823?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173746,30173754,30173765,30173778,30173787,30173795,30173803,30173811,30173824?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173749,30173757,30173768,30173773,30173781,30173790,30173798,30173806,30173814,30173819,30173827?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Fonction SLA_MENSUEL nb_day : (3, 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 : 05 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-05 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-05%') and created_at like '%2025-05%'))); nb_day : (3, 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) = 05 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) = 05 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) = 05 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) = 05 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) = 05 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) = 05 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) = 05 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) = 05 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) = 05 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) = 05 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 '%052025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-05-01 : dt_date_just_month_year : 2025-05-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-05-01" AND ded.date <= "2025-05-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 (1773642,1778537,1781229,1780906,1785453,1789374,1793790,1797583,1802002,1804621,1804339,1808169,1953450,1953456,1953463,1953471,1824928,1833023,1953479,1953484,1953491,1953499,1953503,1953512,1846805,1953519,1953529,1953539,1855994,1953551,1953559) 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': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002583152917675965, 'nb_photo': 50, 'list_port_cont': '23158241,23158480,23176744,23255848,23346169,23352114', 'assoc_port': '23157188:23158480,23157192:23158241,23176167:23176744,23254131:23255848,23344698:23346169,23351475:23352114', 'assoc_mat': '23157188:autre:3594:23158480,23157192:autre:3594:23158241,23176167:autre:3594:23176744,23254131:autre:3594:23255848,23344698:autre:3594:23346169,23351475:autre:3594:23352114'}, {'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0011747021534148825, 'nb_photo': 8, 'list_port_cont': '22949096,23074697', 'assoc_port': '22948162:22949096,23073358:23074697', 'assoc_mat': '22948162:autre:3594:22949096,23073358:autre:3594:23074697'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004781488710768931, 'nb_photo': 866, 'list_port_cont': '22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22926567,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22981020,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055483,23059062,23059748,23065659,23066039,23075741,23078485,23088490,23089962,2309421', 'assoc_port': '22591583:22592626,22593608:22594930,22596779:22607300,22599781:22600783,22600763:22601566,22602548:22602966,22604279:22605077,22609800:22612821,22609829:22610540,22613018:22628985,22613022:22614568,22614960:22616488,22617414:22618171,22621388:22622118,22628388:22629253,22637076:22639829,22637670:22638008,22639297:22639880,22641849:22642912,22642867:22643283,22644513:22646154,22644528:22645414,22644531:22644962,22645997:22647109,22646002:22646168,22646205:22646444,22661873:22665260,22662915:22664931,22669904:22670974,22673667:22676632,22675370:22676781,22683212:22686171,22687088:22688616,22688510:22689692,22694884:22695645,22700429:22701198,22708744:22711913,22708746:22710394,22711987:22712296,22713822:22714461,22715863:22716655,22715866:22716567,22719541:22720735,22720551:22725012,22720556:22721542,22729016:22731564,22731513:22732974,22733591:22735500,22740290:22741278,22763325:22764373,22763328:22765231,22769206:22770708,22771178:22772548,22781196:22791999,22781199:22782396,22782382:22783543,22787160:2279166', 'assoc_mat': '22591583:autre:3327:22592626,22593608:autre:3327:22594930,22596779:autre:3327:22607300,22599781:autre:3327:22600783,22600763:autre:3327:22601566,22602548:autre:3327:22602966,22604279:autre:3327:22605077,22609800:autre:3327:22612821,22609829:autre:3327:22610540,22613018:autre:3327:22628985,22613022:autre:3327:22614568,22614960:autre:3327:22616488,22617414:autre:3327:22618171,22621388:autre:3327:22622118,22628388:autre:3327:22629253,22637076:autre:3327:22639829,22637670:autre:3327:22638008,22639297:autre:3327:22639880,22641849:autre:3327:22642912,22642867:autre:3327:22643283,22644513:autre:3327:22646154,22644528:autre:3327:22645414,22644531:autre:3327:22644962,22645997:autre:3327:22647109,22646002:autre:3327:22646168,22646205:autre:3327:22646444,22661873:autre:3327:22665260,22662915:autre:3327:22664931,22669904:autre:3327:22670974,22673667:autre:3327:22676632,22675370:autre:3327:22676781,22683212:autre:3327:22686171,22687088:autre:3327:22688616,22688510:autre:3327:22689692,22694884:autre:3327:22695645,22700429:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011370719833444549, 'nb_photo': 507, 'list_port_cont': '22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,23014331,23017975,23022460,23022675,23023069,23025785,23032617,23075846,23094963,23160442,23421539,24463907,24464294,24464774,24467651,24469961,24489918,24489983,24489996,24490004,24490024,24490039,24490049,24490082,24490103,24490115,24490121,24490221,24490267,24490357,24490409,24490414,24490428,24490482,24490485,24490522,24490529,24490548,24490551,24490611,24491265,24491272,24513123,24515232,24556869,24556892,24556920,24557071,24557113,24557317,24557416,24557430,24557464,24557488,24557745,24557808,24558181,24558270,24558465,24558498,24558518,24558615,24559109,24559154,24559209,24559539,24559612,24559639,24559653,24559666,24559895,24559925,24559979,24560029,24560119,2456033', 'assoc_port': '22602547:22602580,22609803:22610317,22617409:22620638,22637078:22637223,22637330:22637513,22640871:22641127,22642865:22644517,22644526:22645042,22646208:22646297,22668749:22675050,22681466:22700061,22681469:22700082,22683209:22700018,22687083:22687478,22688512:22689623,22696408:22696688,22723675:22746295,22743072:22743267,22753644:22754113,22765037:22765969,22773715:22791530,22777704:22779187,22777726:22778651,22781198:22782011,22813689:22817951,22817780:22818990,22823123:22823650,22823128:22823338,22828659:22842772,22828661:22828777,22835900:22836462,22840149:22840289,22856656:22856822,22856659:22856811,22858842:22858864,22860493:22860611,22861967:22862084,22863286:22863289,22873139:23014331,22880134:23017975,22886792:23075846,22891519:23022460,22893518:23022675,22893523:23023069,22894328:23025785,22920083:23032617,23079432:23094963,23104935:23160442,23279957:23421539,24463443:24491272,24463446:24490611,24463509:24463907,24463552:24490221,24463634:24490529,24463648:24490024,24463665:24489983,24463681:2448999', 'assoc_mat': '22602547:autre_refus:3726:22602580,22609803:autre_refus:3726:22610317,22617409:autre_refus:3726:22620638,22637078:autre_refus:3726:22637223,22637330:autre_refus:3726:22637513,22640871:autre_refus:3726:22641127,22642865:autre_refus:3726:22644517,22644526:autre_refus:3726:22645042,22646208:autre_refus:3726:22646297,22668749:autre_refus:3726:22675050,22681466:autre_refus:3726:22700061,22681469:autre_refus:3726:22700082,22683209:autre_refus:3726:22700018,22687083:autre_refus:3726:22687478,22688512:autre_refus:3726:22689623,22696408:autre_refus:3726:22696688,22723675:autre_refus:3726:22746295,22743072:autre_refus:3726:22743267,22753644:autre_refus:3726:22754113,22765037:autre_refus:3726:22765969,22773715:autre_refus:3726:22791530,22777704:autre_refus:3726:22779187,22777726:autre_refus:3726:22778651,22781198:autre_refus:3726:22782011,22813689:autre_refus:3726:22817951,22817780:autre_refus:3726:22818990,22823123:autre_refus:3726:22823650,22823128:autre_refus:3726:22823338,22828659:autre_refus:3726:22842772,22828661:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00862818966520215, 'nb_photo': 48, 'list_port_cont': '22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,23065662,23095002,23202348,23491695,23506129,23507258,23510324,23511053,23515222,24466385,24517546,24527311', 'assoc_port': '22645997:22647107,22713822:22714462,22719541:22720730,22757919:22758747,22763325:22764380,22814869:22816527,22823156:22823548,22832670:22833535,22835897:22838451,22856660:22856916,22876410:22888283,22881746:22882927,22882937:22886536,22889833:22901068,22893525:22896323,22895714:22898283,22915799:22916141,22927531:22936539,23019438:23065662,23079397:23095002,23172911:23202348,23372141:23491695,23383826:23506129,23416826:23515222,23487135:23511053,23487267:23510324,23489679:23507258,24464130:24466385,24512735:24527311,24514705:24517546', 'assoc_mat': '22645997:barquette_avec_film:3327:22647107,22713822:barquette_avec_film:3327:22714462,22719541:barquette_avec_film:3327:22720730,22757919:barquette_avec_film:3327:22758747,22763325:barquette_avec_film:3327:22764380,22814869:barquette_avec_film:3327:22816527,22823156:barquette_avec_film:3327:22823548,22832670:barquette_avec_film:3327:22833535,22835897:barquette_avec_film:3327:22838451,22856660:barquette_avec_film:3327:22856916,22876410:barquette_avec_film:3327:22888283,22881746:barquette_avec_film:3327:22882927,22882937:barquette_avec_film:3327:22886536,22889833:barquette_avec_film:3327:22901068,22893525:barquette_avec_film:3327:22896323,22895714:barquette_avec_film:3327:22898283,22915799:barquette_avec_film:3327:22916141,22927531:barquette_avec_film:3327:22936539,23019438:barquette_avec_film:3327:23065662,23079397:barquette_avec_film:3327:23095002,23172911:barquette_avec_film:3327:23202348,23372141:barquette_avec_film:3327:23491695,23383826:barquette_avec_film:3327:23506129,23416826:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0012053885293929218, 'nb_photo': 26, 'list_port_cont': '22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,23091293,23174287,23450982,23509913,23513867,24490327,24491608,24558592,24558654', 'assoc_port': '22637672:22637960,22637674:22637869,22643641:22645191,22666515:22667710,22673669:22675221,22693033:22698565,22719525:22722806,22773713:22777254,22793928:22794055,22857008:22863342,22862865:22863025,22874442:22876489,23064326:23091293,23127851:23174287,23370198:23450982,23408683:23513867,23487313:23509913,24463520:24491608,24463881:24490327,24514181:24558592,24514432:24558654', 'assoc_mat': '22637672:barquette_opaque:4205:22637960,22637674:barquette_opaque:4205:22637869,22643641:barquette_opaque:4205:22645191,22666515:barquette_opaque:4205:22667710,22673669:barquette_opaque:4205:22675221,22693033:barquette_opaque:4205:22698565,22719525:barquette_opaque:4205:22722806,22773713:barquette_opaque:4205:22777254,22793928:barquette_opaque:4205:22794055,22857008:barquette_opaque:4205:22863342,22862865:barquette_opaque:4205:22863025,22874442:barquette_opaque:4205:22876489,23064326:barquette_opaque:4205:23091293,23127851:barquette_opaque:4205:23174287,23370198:barquette_opaque:4205:23450982,23408683:barquette_opaque:4205:23513867,23487313:barquette_opaque:4205:23509913,24463520:barquette_opaque:4205:24491608,24463881:barquette_opaque:4205:24490327,24514181:barquette_opaque:4205:24558592,24514432:barquette_opaque:4205:24558654'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012688273011504621, 'nb_photo': 321, 'list_port_cont': '22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22945504,22988183,22990615,23008519,23089682,23095165,23186747,23209568,23411313,23479331,23505167,23506525,23507310,23525350,24490054,24490140,24490237,24490244,24490311,24490793,24491581,24515745,24557758,24557947,24558333,24559126,24559768,24560320,24560619,24560794,24561388,24562035,24562098,24563423,24565081,24567538,24576599', 'assoc_port': '22604273:22636609,22609799:22634251,22624047:22630375,22640872:22644203,22645327:22645964,22668747:22671022,22683214:22687242,22706231:22707909,22715864:22720094,22727698:22738385,22760876:22763441,22775279:22784793,22814866:22816588,22835896:22854607,22835901:22847712,22858837:22862338,22861704:22864772,22863669:22865870,22879241:22880845,22885096:22889056,22916871:22945504,22963267:22990615,22979636:22988183,23002549:23008519,23056326:23089682,23080635:23095165,23157180:23209568,23164742:23186747,23370918:23479331,23386645:23506525,23411038:23411313,23419023:23525350,23487314:23507310,23499045:23505167,24463400:24490793,24463494:24490311,24463899:24490237,24463929:24491581,24464003:24490140,24464038:24490244,24464111:24490054,24512919:24567538,24513076:24565081,24513354:24563423,24513393:24562098,24513539:24562035,24513754:24561388,24513857:24560619,24513862:24560320,24513919:24560794,24514080:24559768,24514113:24515745,24514431:24558333,24514481:24559126,24514527:24557758,24514605:24576599,24514748:2455794', 'assoc_mat': '22604273:barquette_opaque:4203:22636609,22609799:barquette_opaque:4203:22634251,22624047:barquette_opaque:4203:22630375,22640872:barquette_opaque:4203:22644203,22645327:barquette_opaque:4203:22645964,22668747:barquette_opaque:4203:22671022,22683214:barquette_opaque:4203:22687242,22706231:barquette_opaque:4203:22707909,22715864:barquette_opaque:4203:22720094,22727698:barquette_opaque:4203:22738385,22760876:barquette_opaque:4203:22763441,22775279:barquette_opaque:4203:22784793,22814866:barquette_opaque:4203:22816588,22835896:barquette_opaque:4203:22854607,22835901:barquette_opaque:4203:22847712,22858837:barquette_opaque:4203:22862338,22861704:barquette_opaque:4203:22864772,22863669:barquette_opaque:4203:22865870,22879241:barquette_opaque:4203:22880845,22885096:barquette_opaque:4203:22889056,22916871:barquette_opaque:4203:22945504,22963267:barquette_opaque:4203:22990615,22979636:barquette_opaque:4203:22988183,23002549:barquette_opaque:4203:23008519,23056326:barquette_opaque:4203:23089682,23080635:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016875116165549642, 'nb_photo': 72, 'list_port_cont': '22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,23067024,23473963,23477115,23491490,23492528,23495098,23501523,23503369,24465137,24466104,24466281,24467727,24468425,24468707,24471487,24555831,24556280,24556478,24556611,24557588,24557677,24558574,24559171,24559189,24560633,24561175,24562641,24564757,24564983', 'assoc_port': '22593610:22594068,22599780:22600130,22610902:22611292,22613019:22613362,22639302:22639379,22641847:22642303,22662911:22663962,22669905:22670063,22672698:22672799,22673666:22674356,22673668:22674111,22687087:22687785,22693003:22695665,22708748:22709330,22713828:22715786,22720554:22721060,22731509:22733467,22731510:22733529,22731514:22732036,22753640:22753977,22757921:22758440,22828660:22829357,22838933:22839685,22856662:22856795,22857555:22857876,22864375:22864580,22874458:22874921,22879238:22879884,22880135:22880250,22885093:22885462,23019445:23067024,23381816:23501523,23412440:23477115,23418123:23473963,23487106:23492528,23487139:23491490,23494765:23495098,23503086:23503369,24463408:24471487,24463582:24468707,24463742:24467727,24463743:24466104,24463797:24468425,24463949:24465137,24464133:24466281,24512703:24564757,24512892:24564983,24513321:24562641,24513572:24561175,24513628:24560633,24514114:24559171,24514378:24559189,24514486:24558574,24514538:24557677,24514629:24557588,24514662:24556611,24514752:2455647', 'assoc_mat': '22593610:barquette_opaque:4207:22594068,22599780:barquette_opaque:4207:22600130,22610902:barquette_opaque:4207:22611292,22613019:barquette_opaque:4207:22613362,22639302:barquette_opaque:4207:22639379,22641847:barquette_opaque:4207:22642303,22662911:barquette_opaque:4207:22663962,22669905:barquette_opaque:4207:22670063,22672698:barquette_opaque:4207:22672799,22673666:barquette_opaque:4207:22674356,22673668:barquette_opaque:4207:22674111,22687087:barquette_opaque:4207:22687785,22693003:barquette_opaque:4207:22695665,22708748:barquette_opaque:4207:22709330,22713828:barquette_opaque:4207:22715786,22720554:barquette_opaque:4207:22721060,22731509:barquette_opaque:4207:22733467,22731510:barquette_opaque:4207:22733529,22731514:barquette_opaque:4207:22732036,22753640:barquette_opaque:4207:22753977,22757921:barquette_opaque:4207:22758440,22828660:barquette_opaque:4207:22829357,22838933:barquette_opaque:4207:22839685,22856662:barquette_opaque:4207:22856795,22857555:barquette_opaque:4207:22857876,22864375:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010732735440729977, 'nb_photo': 24, 'list_port_cont': '22607814,22696629,22844342,22901525,23232834,23375601,24467683,24471105,24476554,24548386,24554225,24555651,24560362,24560807', 'assoc_port': '22607579:22607814,22696409:22696629,22843810:22844342,22901195:22901525,23232197:23232834,23375423:23375601,24463640:24467683,24463744:24471105,24463933:24476554,24512929:24560807,24513007:24560362,24514075:24555651,24514479:24548386,24514534:24554225', 'assoc_mat': '22607579:barquette_opaque:4461:22607814,22696409:barquette_opaque:4461:22696629,22843810:barquette_opaque:4461:22844342,22901195:barquette_opaque:4461:22901525,23232197:barquette_opaque:4461:23232834,23375423:barquette_opaque:4461:23375601,24463640:barquette_opaque:4461:24467683,24463744:barquette_opaque:4461:24471105,24463933:barquette_opaque:4461:24476554,24512929:barquette_opaque:4461:24560807,24513007:barquette_opaque:4461:24560362,24514075:barquette_opaque:4461:24555651,24514479:barquette_opaque:4461:24548386,24514534:barquette_opaque:4461:24554225'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.028628792158971933, 'nb_photo': 599, 'list_port_cont': '22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22918156,22919996,22926530,22985769,23077571,23089621,23091838,23393279,23447602,23505607,23506144,23507176,23507518,23510374,23515099,23516191,23517609,23525032,24464307,24464732,24468181,2446917', 'assoc_port': '22594877:22596179,22600724:22604130,22604276:22609336,22610907:22621000,22613021:22613218,22614937:22627388,22617412:22630480,22618985:22630494,22624048:22630383,22637083:22637537,22638529:22639220,22642864:22644336,22642868:22644429,22644529:22646715,22645330:22645458,22646001:22646067,22647187:22648097,22647191:22647322,22662912:22663887,22666514:22667657,22669908:22684094,22675367:22676962,22675368:22677092,22675371:22677194,22675372:22685647,22681463:22686627,22687091:22695618,22694885:22695674,22696946:22699558,22708747:22711334,22711988:22712183,22712694:22713171,22712698:22712806,22714439:22714734,22720546:22720785,22720550:22725031,22723659:22734356,22727658:22737338,22731555:22739675,22731557:22731745,22733592:22744952,22740289:22741201,22743063:22743322,22753642:22755903,22755522:22757464,22757920:22759666,22763326:22765898,22766326:22766595,22771176:22774551,22775280:22779839,22777709:22782093,22777728:22782658,22781200:22786753,22782353:22791847,22785919:22789447,22793931:22794090,22816846:2281711', 'assoc_mat': '22594877:barquette_opaque:4200:22596179,22600724:barquette_opaque:4200:22604130,22604276:barquette_opaque:4200:22609336,22610907:barquette_opaque:4200:22621000,22613021:barquette_opaque:4200:22613218,22614937:barquette_opaque:4200:22627388,22617412:barquette_opaque:4200:22630480,22618985:barquette_opaque:4200:22630494,22624048:barquette_opaque:4200:22630383,22637083:barquette_opaque:4200:22637537,22638529:barquette_opaque:4200:22639220,22642864:barquette_opaque:4200:22644336,22642868:barquette_opaque:4200:22644429,22644529:barquette_opaque:4200:22646715,22645330:barquette_opaque:4200:22645458,22646001:barquette_opaque:4200:22646067,22647187:barquette_opaque:4200:22648097,22647191:barquette_opaque:4200:22647322,22662912:barquette_opaque:4200:22663887,22666514:barquette_opaque:4200:22667657,22669908:barquette_opaque:4200:22684094,22675367:barquette_opaque:4200:22676962,22675368:barquette_opaque:4200:22677092,22675371:barquette_opaque:4200:22677194,22675372:barquette_opaque:4200:22685647,22681463:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0032648950180912692, 'nb_photo': 184, 'list_port_cont': '22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22918040,22922673,23003105,23013082,23331987,23345496,23385248,23487909,23488213,24464804,24465233,24465269,24465671,24465760,24465785,24466609,24466701,24467299,24467483,24467629,24468598,24468667,24469670,24470176,24470199,24470415,24470841,24470992,24471291,24471308,24471781,24471942,24472629,24473158,24474292,24474393,24475038,24479766,24515015,24516165,24544497,24545541,24545557,24545639,24545921,24547559,24547816,24548508,24548979,24549748,24549907,24550084,24550362,24550579,24551417,24551675,24552001,24553075,24553669,24554391,24554946,24555468,24555518,24555692,24555778,24556434,24557185,24557496,24558164,24558213,24558271,24558382,24559002,24559463', 'assoc_port': '22594876:22595964,22607578:22607904,22610905:22611814,22617415:22617928,22618983:22629298,22637331:22637356,22637677:22637774,22639299:22639569,22643642:22643911,22645325:22645677,22647186:22647250,22661878:22662565,22662913:22663844,22672696:22672901,22681465:22682414,22681467:22682303,22696406:22696671,22714441:22714697,22719539:22719941,22723676:22724317,22729019:22730610,22753645:22754076,22760875:22761240,22781197:22781939,22782354:22792013,22813690:22814113,22816847:22817092,22823127:22823267,22832671:22832958,22835473:22835682,22856661:22856836,22858841:22858905,22861972:22862015,22863282:22863302,22876406:22876747,22880119:22880369,22889832:22890380,22893521:22893626,22896424:22896678,22917827:22918040,22922388:22922673,23002556:23003105,23012445:23013082,23073358:24468667,23331070:23331987,23344611:23345496,23384859:23385248,23487129:23488213,23487318:23487909,24463460:24479766,24463498:24471942,24463537:24471781,24463548:24471291,24463595:24475038,24463597:24471308,24463659:24470992,24463668:2447084', 'assoc_mat': '22594876:barquette_opaque:4209:22595964,22607578:barquette_opaque:4209:22607904,22610905:barquette_opaque:4209:22611814,22617415:barquette_opaque:4209:22617928,22618983:barquette_opaque:4209:22629298,22637331:barquette_opaque:4209:22637356,22637677:barquette_opaque:4209:22637774,22639299:barquette_opaque:4209:22639569,22643642:barquette_opaque:4209:22643911,22645325:barquette_opaque:4209:22645677,22647186:barquette_opaque:4209:22647250,22661878:barquette_opaque:4209:22662565,22662913:barquette_opaque:4209:22663844,22672696:barquette_opaque:4209:22672901,22681465:barquette_opaque:4209:22682414,22681467:barquette_opaque:4209:22682303,22696406:barquette_opaque:4209:22696671,22714441:barquette_opaque:4209:22714697,22719539:barquette_opaque:4209:22719941,22723676:barquette_opaque:4209:22724317,22729019:barquette_opaque:4209:22730610,22753645:barquette_opaque:4209:22754076,22760875:barquette_opaque:4209:22761240,22781197:barquette_opaque:4209:22781939,22782354:barquette_opaque:4209:22792013,22813690:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.016434654859247732, 'nb_photo': 7596, 'list_port_cont': '22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22918134,22920490,22925350,22931813,22950008,2295212', 'assoc_port': '22593607:22594161,22594878:22596089,22596778:22597263,22599779:22600183,22600725:22601223,22602546:22602880,22603047:22603306,22604281:22604567,22604285:22604692,22607577:22607886,22610904:22611752,22613020:22613607,22614941:22615581,22617413:22617919,22618986:22619624,22621389:22621913,22637075:22637227,22637329:22637546,22637675:22637892,22638530:22638911,22639300:22639732,22640875:22641084,22641844:22642199,22641848:22642354,22642866:22643270,22643643:22643865,22644532:22644814,22645996:22646138,22646207:22646326,22646699:22646770,22662916:22664733,22668748:22669209,22669906:22670570,22672697:22672993,22673671:22674159,22676626:22677103,22687084:22687853,22687089:22687534,22694854:22695615,22694855:22695483,22694881:22700570,22696405:22696704,22706232:22706887,22711985:22712145,22712696:22712897,22713825:22714119,22714438:22714707,22714442:22714756,22715865:22716170,22719540:22719979,22720545:22721219,22720552:22721095,22727659:22728537,22729021:22730029,22731512:22732155,22740292:22748164,22743077:2274358', 'assoc_mat': '22593607:barquette_opaque:4211:22594161,22594878:barquette_opaque:4211:22596089,22596778:barquette_opaque:4211:22597263,22599779:barquette_opaque:4211:22600183,22600725:barquette_opaque:4211:22601223,22602546:barquette_opaque:4211:22602880,22603047:barquette_opaque:4211:22603306,22604281:barquette_opaque:4211:22604567,22604285:barquette_opaque:4211:22604692,22607577:barquette_opaque:4211:22607886,22610904:barquette_opaque:4211:22611752,22613020:barquette_opaque:4211:22613607,22614941:barquette_opaque:4211:22615581,22617413:barquette_opaque:4211:22617919,22618986:barquette_opaque:4211:22619624,22621389:barquette_opaque:4211:22621913,22637075:barquette_opaque:4211:22637227,22637329:barquette_opaque:4211:22637546,22637675:barquette_opaque:4211:22637892,22638530:barquette_opaque:4211:22638911,22639300:barquette_opaque:4211:22639732,22640875:barquette_opaque:4211:22641084,22641844:barquette_opaque:4211:22642199,22641848:barquette_opaque:4211:22642354,22642866:barquette_opaque:4211:22643270,22643643:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00040553258804669576, 'nb_photo': 145, 'list_port_cont': '22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915919,22916143,22917767,22929969,22930589,22936492,22942820,22970732,22981024,23059742,23065660,23089950,23094209,23094999,23137848,23142968,23149643,23162588,23184889,23185813,23187632,23419393,23422136,23443322,23448063,23478658,23483393,23490445,23491694,23495461,23496758,23505585,23508510,23509636,23510334,23510356,23511051,23511090,23522695,23525822,23544467,24465919,24466391,24467353,24470111,24470750,24472606,24475134,24515280,24515390,24515780,24516175,24516428,24517799,24524774,24526834', 'assoc_port': '22593608:22594934,22596779:22607303,22600763:22601570,22604279:22605076,22609800:22612829,22609829:22610545,22617414:22618164,22637076:22639838,22637080:22637343,22637670:22638002,22639297:22639882,22646205:22646447,22662915:22664940,22673667:22676631,22683212:22686164,22696404:22696748,22708746:22710396,22713822:22714470,22720551:22725018,22720556:22721538,22731513:22732973,22763325:22764377,22763328:22765223,22769206:22770712,22775278:22776168,22781196:22791986,22787160:22791665,22814869:22816534,22823156:22823559,22828628:22830567,22831632:22832785,22832670:22833534,22835472:22852372,22835897:22838449,22838934:22840237,22841696:22842722,22861705:22861865,22862863:22863116,22876410:22888282,22881746:22882924,22882937:22886532,22885089:22889656,22889833:22901062,22893525:22896328,22911178:22915919,22915418:22917767,22915799:22916143,22924964:22929969,22929815:22930589,22931346:22942820,22935793:22936492,22955748:22970732,22970365:22981024,23015443:23059742,23019438:23065660,23056328:23089950,23073350:2313784', 'assoc_mat': '22593608:bouchon:3327:22594934,22596779:bouchon:3327:22607303,22600763:bouchon:3327:22601570,22604279:bouchon:3327:22605076,22609800:bouchon:3327:22612829,22609829:bouchon:3327:22610545,22617414:bouchon:3327:22618164,22637076:bouchon:3327:22639838,22637080:bouchon:3327:22637343,22637670:bouchon:3327:22638002,22639297:bouchon:3327:22639882,22646205:bouchon:3327:22646447,22662915:bouchon:3327:22664940,22673667:bouchon:3327:22676631,22683212:bouchon:3327:22686164,22696404:bouchon:3327:22696748,22708746:bouchon:3327:22710396,22713822:bouchon:3327:22714470,22720551:bouchon:3327:22725018,22720556:bouchon:3327:22721538,22731513:bouchon:3327:22732973,22763325:bouchon:3327:22764377,22763328:bouchon:3327:22765223,22769206:bouchon:3327:22770712,22775278:bouchon:3327:22776168,22781196:bouchon:3327:22791986,22787160:bouchon:3327:22791665,22814869:bouchon:3327:22816534,22823156:bouchon:3327:22823559,22828628:bouchon:3327:22830567,22831632:bouchon:3327:22832785,22832670:bouchon:3327:22833534,22835472:bouchon:3327:22852372,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015675088196567537, 'nb_photo': 558, 'list_port_cont': '22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,23063944,23075710,23088192,23090504,23091287,23165104,23174286,23185150,23439260,23447339,23450983,23477013,23482440,23490786,23501624,23503785,23506187,23509924,23513863,23516453,23526814,24489930,24489966,24490326,24490499,24491615,24557380,24558589,24558664,24558986,24560249,24569349,24569773', 'assoc_port': '22591582:22592615,22602549:22602571,22614943:22627270,22637672:22637967,22637674:22637870,22643641:22645193,22666515:22667704,22673669:22675215,22676627:22681765,22693033:22698562,22713819:22718092,22719525:22722804,22727668:22737392,22755525:22757398,22773713:22777251,22777724:22782111,22793928:22794056,22828627:22856065,22835476:22845280,22856658:22859425,22857008:22863338,22862865:22863031,22874442:22876491,22882318:22883465,22895713:22897227,22896423:22900217,22917826:22925839,22931348:22942116,22951589:22951830,22967489:22978004,23019441:23063944,23052721:23088192,23062405:23090504,23064326:23091287,23075518:23075710,23112649:23165104,23127851:23174286,23161553:23185150,23266257:23526814,23328664:23439260,23370198:23450983,23370901:23477013,23371000:23482440,23372139:23490786,23381825:23501624,23408683:23513863,23424126:23516453,23446969:23447339,23487313:23509924,23495804:23506187,23503087:23503785,24463520:24491615,24463722:24489966,24463777:24490499,24463881:24490326,24463942:24489930,24513246:2456934', 'assoc_mat': '22591582:carton:4205:22592615,22602549:carton:4205:22602571,22614943:carton:4205:22627270,22637672:carton:4205:22637967,22637674:carton:4205:22637870,22643641:carton:4205:22645193,22666515:carton:4205:22667704,22673669:carton:4205:22675215,22676627:carton:4205:22681765,22693033:carton:4205:22698562,22713819:carton:4205:22718092,22719525:carton:4205:22722804,22727668:carton:4205:22737392,22755525:carton:4205:22757398,22773713:carton:4205:22777251,22777724:carton:4205:22782111,22793928:carton:4205:22794056,22828627:carton:4205:22856065,22835476:carton:4205:22845280,22856658:carton:4205:22859425,22857008:carton:4205:22863338,22862865:carton:4205:22863031,22874442:carton:4205:22876491,22882318:carton:4205:22883465,22895713:carton:4205:22897227,22896423:carton:4205:22900217,22917826:carton:4205:22925839,22931348:carton:4205:22942116,22951589:carton:4205:22951830,22967489:carton:4205:22978004,23019441:carton:4205:23063944,23052721:carton:4205:23088192,23062405:carton:4205:23090504,23064326:carton:4205:23091287,2307'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009155443706278764, 'nb_photo': 1360, 'list_port_cont': '22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22945503,22988180,22990616,23008505,23089687,23094182,23095175,23186750,23209573,23411323,23479321,23505168,23506530,23507300,23525365,24490067,24490137,24490231,24490245,24490312,24490805,24491572,24515732,24557483,24557761,24557940,24558332,24559113,24559776,24560321,24560611,24560704,24560797,24561374,24562046,24562092,24563425,24565089,24567534,24576604', 'assoc_port': '22604273:22636620,22609799:22634256,22624047:22630371,22640872:22644202,22645327:22645969,22668747:22671014,22683214:22687247,22706231:22707906,22715864:22720093,22727698:22738375,22760876:22763442,22775279:22784786,22814866:22816580,22835896:22854611,22835901:22847719,22858837:22862342,22861704:22864778,22863669:22865868,22879241:22880849,22885096:22889057,22916871:22945503,22963267:22990616,22979636:22988180,23002549:23008505,23024263:23094182,23056326:23089687,23080635:23095175,23157180:23209573,23164742:23186750,23370918:23479321,23386645:23506530,23411038:23411323,23419023:23525365,23487314:23507300,23499045:23505168,24463400:24490805,24463494:24490312,24463899:24490231,24463929:24491572,24464003:24490137,24464038:24490245,24464111:24490067,24512919:24567534,24513076:24565089,24513354:24563425,24513393:24562092,24513539:24562046,24513754:24561374,24513857:24560611,24513862:24560321,24513919:24560797,24513940:24560704,24514080:24559776,24514113:24515732,24514431:24558332,24514481:24559113,24514527:2455776', 'assoc_mat': '22604273:carton:4203:22636620,22609799:carton:4203:22634256,22624047:carton:4203:22630371,22640872:carton:4203:22644202,22645327:carton:4203:22645969,22668747:carton:4203:22671014,22683214:carton:4203:22687247,22706231:carton:4203:22707906,22715864:carton:4203:22720093,22727698:carton:4203:22738375,22760876:carton:4203:22763442,22775279:carton:4203:22784786,22814866:carton:4203:22816580,22835896:carton:4203:22854611,22835901:carton:4203:22847719,22858837:carton:4203:22862342,22861704:carton:4203:22864778,22863669:carton:4203:22865868,22879241:carton:4203:22880849,22885096:carton:4203:22889057,22916871:carton:4203:22945503,22963267:carton:4203:22990616,22979636:carton:4203:22988180,23002549:carton:4203:23008505,23024263:carton:4203:23094182,23056326:carton:4203:23089687,23080635:carton:4203:23095175,23157180:carton:4203:23209573,23164742:carton:4203:23186750,23370918:carton:4203:23479321,23386645:carton:4203:23506530,23411038:carton:4203:23411323,23419023:carton:4203:23525365,23487314:carton:4203:23507300,2349'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9509914163429355, 'nb_photo': 6631, 'list_port_cont': '22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332', 'assoc_port': '22593605:22594342,22593606:22594397,22593610:22594079,22596777:22597312,22596780:22596895,22599778:22600329,22599780:22600124,22600753:22600920,22603049:22603202,22607575:22607761,22609801:22610267,22610902:22611298,22613019:22613348,22614940:22615155,22617411:22617802,22628391:22628999,22628395:22628714,22637079:22637252,22637082:22637196,22637676:22637757,22639298:22639709,22639302:22639374,22640874:22641090,22641847:22642312,22643639:22643841,22644527:22644977,22644530:22644860,22644534:22644850,22644535:22644664,22645328:22645631,22645998:22646096,22645999:22646046,22647189:22647392,22647190:22647244,22661877:22661925,22662911:22663969,22666517:22666872,22669905:22670072,22672698:22672802,22673666:22674362,22673668:22674112,22675369:22675644,22676625:22676819,22681470:22686223,22687087:22687788,22687093:22687286,22693003:22695668,22694883:22695411,22696407:22696608,22708745:22711032,22708748:22709337,22711984:22712040,22712695:22712721,22713014:22713246,22713828:22715782,22714440:22714565,22720547:2272189', 'assoc_mat': '22593605:carton:4207:22594342,22593606:carton:4207:22594397,22593610:carton:4207:22594079,22596777:carton:4207:22597312,22596780:carton:4207:22596895,22599778:carton:4207:22600329,22599780:carton:4207:22600124,22600753:carton:4207:22600920,22603049:carton:4207:22603202,22607575:carton:4207:22607761,22609801:carton:4207:22610267,22610902:carton:4207:22611298,22613019:carton:4207:22613348,22614940:carton:4207:22615155,22617411:carton:4207:22617802,22628391:carton:4207:22628999,22628395:carton:4207:22628714,22637079:carton:4207:22637252,22637082:carton:4207:22637196,22637676:carton:4207:22637757,22639298:carton:4207:22639709,22639302:carton:4207:22639374,22640874:carton:4207:22641090,22641847:carton:4207:22642312,22643639:carton:4207:22643841,22644527:carton:4207:22644977,22644530:carton:4207:22644860,22644534:carton:4207:22644850,22644535:carton:4207:22644664,22645328:carton:4207:22645631,22645998:carton:4207:22646096,22645999:carton:4207:22646046,22647189:carton:4207:22647392,22647190:carton:4207:22647244,2266'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01723054577724035, 'nb_photo': 5554, 'list_port_cont': '22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22917098,22935153,23013099,23053925,23079963,23176378,23232830,23332234,23370784,23372329,23373180,23375600,23382537,23420735,23487862,23488408,23489141,23489335,24465091,24465162,24465339,24465641,24465807,24465942,24466909,24467166,24467378,24467689,24468373,24468829,24469584,24469827,24470008,24470295,24470874,24471096,24471387,24471689,2447238', 'assoc_port': '22591584:22591952,22594879:22595984,22599782:22600140,22603048:22610131,22604271:22604886,22604283:22604818,22607579:22607821,22610906:22611407,22614959:22615427,22618984:22621165,22621387:22621797,22637328:22637449,22638528:22638870,22639301:22639672,22641846:22642314,22643640:22643810,22644533:22644724,22645326:22645645,22646000:22646081,22647188:22647274,22662910:22664447,22666516:22666826,22669907:22670626,22673670:22674129,22676624:22677061,22683217:22684133,22687090:22687446,22693018:22693430,22696409:22696623,22696947:22697912,22712697:22712860,22713831:22714072,22714437:22717922,22720549:22721123,22720555:22720966,22723677:22724470,22731556:22732106,22743102:22749521,22755524:22756100,22760877:22761286,22765036:22781430,22766335:22766468,22771175:22771655,22777722:22778068,22782355:22782749,22785891:22786390,22787164:22787665,22811660:22811894,22814868:22816031,22817782:22824307,22828657:22828945,22831635:22832082,22832675:22833096,22838937:22839477,22840147:22840476,22843809:22844565,22843810:2284432', 'assoc_mat': '22591584:carton:4461:22591952,22594879:carton:4461:22595984,22599782:carton:4461:22600140,22603048:carton:4461:22610131,22604271:carton:4461:22604886,22604283:carton:4461:22604818,22607579:carton:4461:22607821,22610906:carton:4461:22611407,22614959:carton:4461:22615427,22618984:carton:4461:22621165,22621387:carton:4461:22621797,22637328:carton:4461:22637449,22638528:carton:4461:22638870,22639301:carton:4461:22639672,22641846:carton:4461:22642314,22643640:carton:4461:22643810,22644533:carton:4461:22644724,22645326:carton:4461:22645645,22646000:carton:4461:22646081,22647188:carton:4461:22647274,22662910:carton:4461:22664447,22666516:carton:4461:22666826,22669907:carton:4461:22670626,22673670:carton:4461:22674129,22676624:carton:4461:22677061,22683217:carton:4461:22684133,22687090:carton:4461:22687446,22693018:carton:4461:22693430,22696409:carton:4461:22696623,22696947:carton:4461:22697912,22712697:carton:4461:22712860,22713831:carton:4461:22714072,22714437:carton:4461:22717922,22720549:carton:4461:22721123,2272'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.006633786710956327, 'nb_photo': 132, 'list_port_cont': '23158233,23158488,23176742,23255849,23346165,23352109', 'assoc_port': '23157188:23158488,23157192:23158233,23176167:23176742,23254131:23255849,23344698:23346165,23351475:23352109', 'assoc_mat': '23157188:carton:3594:23158488,23157192:carton:3594:23158233,23176167:carton:3594:23176742,23254131:carton:3594:23255849,23344698:carton:3594:23346165,23351475:carton:3594:23352109'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024849576400401106, 'nb_photo': 3820, 'list_port_cont': '22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22918154,22919993,22926536,22985779,22997871,23077568,23089615,23091829,23344843,23393273,23447612,23504419,2350560', 'assoc_port': '22594877:22596185,22600724:22604128,22602545:22612198,22604276:22609339,22610907:22620989,22613021:22613226,22614937:22627383,22617412:22630481,22618985:22630503,22624048:22630384,22637077:22637406,22637083:22637536,22637332:22637374,22638529:22639219,22641845:22643586,22641850:22642118,22642864:22644341,22642868:22644421,22644529:22646713,22645330:22645455,22646001:22646057,22647187:22648101,22647191:22647324,22662912:22663884,22662914:22664082,22666514:22667650,22669908:22684100,22675367:22676951,22675368:22677086,22675371:22677201,22675372:22685643,22681463:22686639,22687091:22695619,22694868:22696545,22694885:22695673,22696946:22699555,22708747:22711337,22711988:22712173,22712694:22713169,22712698:22712801,22714439:22714738,22720546:22720784,22720550:22725032,22723659:22734352,22727658:22737335,22731555:22739672,22731557:22731760,22733592:22744947,22740289:22741196,22743063:22743323,22753642:22755890,22755522:22757459,22757920:22759672,22763326:22765906,22766326:22766594,22771176:22774562,22775280:2277982', 'assoc_mat': '22594877:carton:4200:22596185,22600724:carton:4200:22604128,22602545:carton:4200:22612198,22604276:carton:4200:22609339,22610907:carton:4200:22620989,22613021:carton:4200:22613226,22614937:carton:4200:22627383,22617412:carton:4200:22630481,22618985:carton:4200:22630503,22624048:carton:4200:22630384,22637077:carton:4200:22637406,22637083:carton:4200:22637536,22637332:carton:4200:22637374,22638529:carton:4200:22639219,22641845:carton:4200:22643586,22641850:carton:4200:22642118,22642864:carton:4200:22644341,22642868:carton:4200:22644421,22644529:carton:4200:22646713,22645330:carton:4200:22645455,22646001:carton:4200:22646057,22647187:carton:4200:22648101,22647191:carton:4200:22647324,22662912:carton:4200:22663884,22662914:carton:4200:22664082,22666514:carton:4200:22667650,22669908:carton:4200:22684100,22675367:carton:4200:22676951,22675368:carton:4200:22677086,22675371:carton:4200:22677201,22675372:carton:4200:22685643,22681463:carton:4200:22686639,22687091:carton:4200:22695619,22694868:carton:4200:22696545,2269'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.010143046676835013, 'nb_photo': 118, 'list_port_cont': '22949103,23074693', 'assoc_port': '22948162:22949103,23073358:23074693', 'assoc_mat': '22948162:carton:3594:22949103,23073358:carton:3594:23074693'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017703724342209026, 'nb_photo': 5642, 'list_port_cont': '22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22918029,22922666,23003106,23013071,23064853,23107229,23230489,23232700,23266794,23329557,23331989,23339677,23345495,23373430,23385226,23412747,23447112,23487914,23488210,24464506,24464548,24464792,24465237,2446527', 'assoc_port': '22593609:22593859,22594876:22595976,22600723:22601216,22603046:22603320,22604278:22604585,22607576:22617540,22607578:22607907,22609802:22610163,22610903:22611932,22610905:22611812,22610908:22611633,22614938:22615321,22614939:22625112,22617410:22617840,22617415:22617925,22618983:22629304,22624049:22624759,22628393:22628732,22637081:22637164,22637331:22637358,22637677:22637786,22639299:22639583,22640873:22641116,22643642:22643912,22645325:22645687,22645329:22645481,22646206:22646305,22647186:22647253,22661875:22662652,22661878:22662568,22662913:22663840,22672696:22672893,22672699:22683910,22675373:22675656,22681465:22682424,22681467:22682302,22681471:22681965,22683204:22684013,22687085:22687948,22687092:22687395,22694882:22695350,22696406:22696669,22696945:22697390,22706230:22706786,22707489:22707797,22711986:22712028,22713013:22713266,22714441:22714702,22719539:22719939,22723676:22724302,22729019:22730601,22729023:22730482,22753645:22754074,22760875:22761239,22766334:22766458,22773720:22774536,22781197:2278194', 'assoc_mat': '22593609:carton:4209:22593859,22594876:carton:4209:22595976,22600723:carton:4209:22601216,22603046:carton:4209:22603320,22604278:carton:4209:22604585,22607576:carton:4209:22617540,22607578:carton:4209:22607907,22609802:carton:4209:22610163,22610903:carton:4209:22611932,22610905:carton:4209:22611812,22610908:carton:4209:22611633,22614938:carton:4209:22615321,22614939:carton:4209:22625112,22617410:carton:4209:22617840,22617415:carton:4209:22617925,22618983:carton:4209:22629304,22624049:carton:4209:22624759,22628393:carton:4209:22628732,22637081:carton:4209:22637164,22637331:carton:4209:22637358,22637677:carton:4209:22637786,22639299:carton:4209:22639583,22640873:carton:4209:22641116,22643642:carton:4209:22643912,22645325:carton:4209:22645687,22645329:carton:4209:22645481,22646206:carton:4209:22646305,22647186:carton:4209:22647253,22661875:carton:4209:22662652,22661878:carton:4209:22662568,22662913:carton:4209:22663840,22672696:carton:4209:22672893,22672699:carton:4209:22683910,22675373:carton:4209:22675656,2268'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010862946474991456, 'nb_photo': 18652, 'list_port_cont': '22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22918123,22920491,22925349,22931815,22950005,2295211', 'assoc_port': '22593607:22594163,22594878:22596092,22596778:22597265,22599779:22600172,22600725:22601225,22602546:22602888,22603047:22603312,22604281:22604583,22604285:22604700,22607577:22607889,22610904:22611736,22613020:22613600,22614941:22615573,22617413:22617908,22618986:22619627,22621389:22621918,22637075:22637232,22637329:22637552,22637675:22637884,22638530:22638896,22639300:22639718,22640875:22641076,22641844:22642198,22641848:22642360,22642866:22643261,22643643:22643854,22644532:22644812,22645996:22646127,22646207:22646318,22646699:22646759,22662916:22664723,22668748:22669206,22669906:22670580,22672697:22672982,22673671:22674164,22676626:22677106,22687084:22687856,22687089:22687524,22694854:22695603,22694855:22695472,22694881:22700574,22696405:22696703,22706232:22706893,22711985:22712135,22712696:22712894,22713825:22714106,22714438:22714708,22714442:22714765,22715865:22716169,22719540:22719970,22720545:22721220,22720552:22721105,22727659:22728551,22729021:22730023,22731512:22732161,22740292:22748186,22743077:2274359', 'assoc_mat': '22593607:carton:4211:22594163,22594878:carton:4211:22596092,22596778:carton:4211:22597265,22599779:carton:4211:22600172,22600725:carton:4211:22601225,22602546:carton:4211:22602888,22603047:carton:4211:22603312,22604281:carton:4211:22604583,22604285:carton:4211:22604700,22607577:carton:4211:22607889,22610904:carton:4211:22611736,22613020:carton:4211:22613600,22614941:carton:4211:22615573,22617413:carton:4211:22617908,22618986:carton:4211:22619627,22621389:carton:4211:22621918,22637075:carton:4211:22637232,22637329:carton:4211:22637552,22637675:carton:4211:22637884,22638530:carton:4211:22638896,22639300:carton:4211:22639718,22640875:carton:4211:22641076,22641844:carton:4211:22642198,22641848:carton:4211:22642360,22642866:carton:4211:22643261,22643643:carton:4211:22643854,22644532:carton:4211:22644812,22645996:carton:4211:22646127,22646207:carton:4211:22646318,22646699:carton:4211:22646759,22662916:carton:4211:22664723,22668748:carton:4211:22669206,22669906:carton:4211:22670580,22672697:carton:4211:22672982,2267'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0063816816212655895, 'nb_photo': 310, 'list_port_cont': '22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22926570,22930602,22936389,22936490,22936535,22938921,22945218,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055484,23059060,23059751,23065666,23066042,23075751,23078481,23089954,23094208,23149650,23162598,23162806,23172794,23185806,23187626,23267030,23356210,23360085,23389123,23422133,23440026,23443328,23443884,23446905,23448064,23448195,23450999,23478668,23482097,23483392,23484350,23490444,23491703,23497270,23500685,23504174,23504688,23505580,23506136,23507363,23508513,23509643,23510318,23510332,23510354,23510444,2351105', 'assoc_port': '22599781:22600785,22600763:22601565,22609829:22610546,22613018:22628987,22617414:22618158,22621388:22622113,22628388:22629258,22642867:22643291,22644513:22646155,22644528:22645406,22644531:22644952,22645997:22647112,22646002:22646166,22646205:22646440,22669904:22670980,22675370:22676775,22688510:22689689,22706229:22707686,22711987:22712292,22713822:22714460,22715863:22716652,22715866:22716569,22720551:22725020,22720556:22721541,22731513:22732977,22740290:22741275,22753647:22754535,22769206:22770710,22771178:22772545,22775278:22776171,22787159:22794795,22787160:22791664,22820051:22821247,22823156:22823551,22832670:22833538,22835472:22852369,22838934:22840239,22861705:22861861,22862458:22862826,22862863:22863128,22876410:22888278,22879242:22883771,22881746:22882929,22882937:22886529,22885089:22889654,22889833:22901065,22893525:22896330,22894326:22897007,22894331:22909354,22895714:22898274,22911180:22915364,22917824:22926570,22925011:22938921,22927531:22936535,22929808:22945218,22929815:22930602,22935793:2293649', 'assoc_mat': '22599781:carton:3327:22600785,22600763:carton:3327:22601565,22609829:carton:3327:22610546,22613018:carton:3327:22628987,22617414:carton:3327:22618158,22621388:carton:3327:22622113,22628388:carton:3327:22629258,22642867:carton:3327:22643291,22644513:carton:3327:22646155,22644528:carton:3327:22645406,22644531:carton:3327:22644952,22645997:carton:3327:22647112,22646002:carton:3327:22646166,22646205:carton:3327:22646440,22669904:carton:3327:22670980,22675370:carton:3327:22676775,22688510:carton:3327:22689689,22706229:carton:3327:22707686,22711987:carton:3327:22712292,22713822:carton:3327:22714460,22715863:carton:3327:22716652,22715866:carton:3327:22716569,22720551:carton:3327:22725020,22720556:carton:3327:22721541,22731513:carton:3327:22732977,22740290:carton:3327:22741275,22753647:carton:3327:22754535,22769206:carton:3327:22770710,22771178:carton:3327:22772545,22775278:carton:3327:22776171,22787159:carton:3327:22794795,22787160:carton:3327:22791664,22820051:carton:3327:22821247,22823156:carton:3327:22823551,2283'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0028935148157135707, 'nb_photo': 78, 'list_port_cont': '22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,23017980,23022458,23023070,23025788,23421547,24463913,24464310,24465191,24490016,24490048,24490090,24490107,24490123,24490155,24490160,24490187,24490429,24490477,24490536,24513122,24557437,24557485,24557809,24558493,24558618,24559640,24559672,24559734,24559922,24559978,24560383,24560596,24560982,24561161,24561205', 'assoc_port': '22602547:22602583,22609803:22610321,22617409:22620637,22637330:22637516,22646208:22646292,22668749:22675044,22681466:22700071,22723675:22746289,22743072:22743273,22753644:22754116,22765037:22765979,22777704:22779184,22781198:22782019,22813689:22817953,22823123:22823654,22823128:22823337,22828659:22842768,22860493:22860605,22861967:22862081,22880134:23017980,22891519:23022458,22893523:23023070,22894328:23025788,23279957:23421547,24463509:24463913,24463617:24490187,24463634:24490536,24463643:24490160,24463648:24490016,24463731:24490155,24463735:24490107,24463755:24490477,24463920:24490429,24463936:24490123,24463979:24464310,24464115:24490090,24464118:24465191,24464123:24490048,24512758:24513122,24513392:24561161,24513402:24560982,24513405:24561205,24513746:24560596,24513773:24560383,24513909:24559922,24513915:24559734,24514036:24559672,24514053:24559640,24514059:24559978,24514262:24558618,24514282:24558493,24514453:24557809,24514681:24557485,24514790:24557437', 'assoc_mat': '22602547:cartonnette:3726:22602583,22609803:cartonnette:3726:22610321,22617409:cartonnette:3726:22620637,22637330:cartonnette:3726:22637516,22646208:cartonnette:3726:22646292,22668749:cartonnette:3726:22675044,22681466:cartonnette:3726:22700071,22723675:cartonnette:3726:22746289,22743072:cartonnette:3726:22743273,22753644:cartonnette:3726:22754116,22765037:cartonnette:3726:22765979,22777704:cartonnette:3726:22779184,22781198:cartonnette:3726:22782019,22813689:cartonnette:3726:22817953,22823123:cartonnette:3726:22823654,22823128:cartonnette:3726:22823337,22828659:cartonnette:3726:22842768,22860493:cartonnette:3726:22860605,22861967:cartonnette:3726:22862081,22880134:cartonnette:3726:23017980,22891519:cartonnette:3726:23022458,22893523:cartonnette:3726:23023070,22894328:cartonnette:3726:23025788,23279957:cartonnette:3726:23421547,24463509:cartonnette:3726:24463913,24463617:cartonnette:3726:24490187,24463634:cartonnette:3726:24490536,24463643:cartonnette:3726:24490160,24463648:cartonnette:3726:24490016,24463731:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00786196027103624, 'nb_photo': 242, 'list_port_cont': '22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,23014324,23017978,23022459,23022667,23023066,23025783,23032621,23075853,23094970,23421548,24464298,24464763,24465625,24469956,24489997,24490096,24490149,24490169,24490175,24490205,24490217,24490262,24490352,24490412,24490434,24490474,24490517,24490559,24491266,24513116,24513603,24514039,24515225,24556862,24556900,24557421,24557429,24557815,24557997,24558017,24558185,24559155,24559213,24559540,24559610,24559657,24559665,24559898,24560026,24560340,24560382,24560428,24560478,24560595,24561213,24563415', 'assoc_port': '22602547:22602575,22609803:22610322,22617409:22620634,22637078:22637214,22637330:22637512,22640871:22641134,22642865:22644518,22644526:22645046,22646208:22646295,22668749:22675052,22681466:22700068,22681469:22700083,22683209:22700021,22687083:22687475,22688512:22689618,22696408:22696694,22723675:22746292,22743072:22743262,22753644:22754112,22765037:22765978,22773715:22791533,22777704:22779178,22781198:22782010,22813689:22817956,22817780:22818991,22823128:22823340,22828659:22842769,22828661:22828787,22835900:22836461,22840149:22840285,22856659:22856819,22860493:22860606,22861967:22862087,22863286:22863294,22873139:23014324,22880134:23017978,22886792:23075853,22891519:23022459,22893518:23022667,22893523:23023066,22894328:23025783,22920083:23032621,23079432:23094970,23279957:23421548,24463552:24490217,24463564:24490205,24463617:24490175,24463643:24490169,24463681:24489997,24463718:24490559,24463731:24490149,24463755:24490474,24463790:24490352,24463827:24490517,24463857:24491266,24463876:24490262,24463898:2449041', 'assoc_mat': '22602547:Carton_brun:3726:22602575,22609803:Carton_brun:3726:22610322,22617409:Carton_brun:3726:22620634,22637078:Carton_brun:3726:22637214,22637330:Carton_brun:3726:22637512,22640871:Carton_brun:3726:22641134,22642865:Carton_brun:3726:22644518,22644526:Carton_brun:3726:22645046,22646208:Carton_brun:3726:22646295,22668749:Carton_brun:3726:22675052,22681466:Carton_brun:3726:22700068,22681469:Carton_brun:3726:22700083,22683209:Carton_brun:3726:22700021,22687083:Carton_brun:3726:22687475,22688512:Carton_brun:3726:22689618,22696408:Carton_brun:3726:22696694,22723675:Carton_brun:3726:22746292,22743072:Carton_brun:3726:22743262,22753644:Carton_brun:3726:22754112,22765037:Carton_brun:3726:22765978,22773715:Carton_brun:3726:22791533,22777704:Carton_brun:3726:22779178,22781198:Carton_brun:3726:22782010,22813689:Carton_brun:3726:22817956,22817780:Carton_brun:3726:22818991,22823128:Carton_brun:3726:22823340,22828659:Carton_brun:3726:22842769,22828661:Carton_brun:3726:22828787,22835900:Carton_brun:3726:22836461,22840149:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006614039777591147, 'nb_photo': 177, 'list_port_cont': '22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,23014329,23017981,23022671,23023061,23025789,23032616,23075850,23094969,23160439,23421541,24463904,24464300,24464778,24465629,24469960,24470553,24489911,24490037,24490085,24490102,24490110,24490423,24490427,24490483,24490523,24490552,24491283,24513119,24513607,24514576,24515231,24556872,24557108,24557425,24557435,24557459,24558259,24558448,24558495,24558837,24559108,24559149,24559535,24559618,24559652,24559661,24559743,24559920,24559976,24560024,24560431,24560601,24560678,24560988,24561215,24561239,24563072,24563407,24563615,24563979,24564496', 'assoc_port': '22602547:22602579,22609803:22610315,22617409:22620636,22640871:22641136,22642865:22644521,22644526:22645040,22668749:22675051,22683209:22700020,22687083:22687482,22723675:22746293,22743072:22743263,22753644:22754122,22765037:22765973,22773715:22791528,22813689:22817946,22823123:22823653,22823128:22823345,22828661:22828784,22858842:22858870,22860493:22860609,22861967:22862086,22873139:23014329,22880134:23017981,22886792:23075850,22893518:23022671,22893523:23023061,22894328:23025789,22920083:23032616,23079432:23094969,23104935:23160439,23279957:23421541,24463443:24491283,24463509:24463904,24463718:24490552,24463735:24490110,24463755:24490483,24463827:24490523,24463898:24490423,24463920:24490427,24463926:24489911,24463930:24470553,24463975:24490102,24463979:24464300,24464004:24469960,24464114:24465629,24464115:24490085,24464127:24490037,24464182:24464778,24512666:24563072,24512687:24564496,24512690:24563979,24512693:24563615,24512758:24513119,24513004:24563407,24513046:24513607,24513231:24561239,24513402:2456098', 'assoc_mat': '22602547:Carton_gris:3726:22602579,22609803:Carton_gris:3726:22610315,22617409:Carton_gris:3726:22620636,22640871:Carton_gris:3726:22641136,22642865:Carton_gris:3726:22644521,22644526:Carton_gris:3726:22645040,22668749:Carton_gris:3726:22675051,22683209:Carton_gris:3726:22700020,22687083:Carton_gris:3726:22687482,22723675:Carton_gris:3726:22746293,22743072:Carton_gris:3726:22743263,22753644:Carton_gris:3726:22754122,22765037:Carton_gris:3726:22765973,22773715:Carton_gris:3726:22791528,22813689:Carton_gris:3726:22817946,22823123:Carton_gris:3726:22823653,22823128:Carton_gris:3726:22823345,22828661:Carton_gris:3726:22828784,22858842:Carton_gris:3726:22858870,22860493:Carton_gris:3726:22860609,22861967:Carton_gris:3726:22862086,22873139:Carton_gris:3726:23014329,22880134:Carton_gris:3726:23017981,22886792:Carton_gris:3726:23075850,22893518:Carton_gris:3726:23022671,22893523:Carton_gris:3726:23023061,22894328:Carton_gris:3726:23025789,22920083:Carton_gris:3726:23032616,23079432:Carton_gris:3726:23094969,23104935:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00426415240477604, 'nb_photo': 140, 'list_port_cont': '22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,23063947,23075725,23090508,23091295,23165110,23174294,23185155,23439264,23450992,23477017,23482454,23490788,23501627,23503773,23506188,23513853,23516452,24489932,24489977,24490325,24490511,24491620,24557379,24558579,24558667,24560240,24569355,24569767', 'assoc_port': '22591582:22592606,22602549:22602567,22614943:22627267,22637672:22637954,22637674:22637878,22643641:22645199,22666515:22667703,22673669:22675212,22676627:22681762,22693033:22698563,22713819:22718104,22727668:22737403,22773713:22777248,22777724:22782109,22793928:22794042,22828627:22856076,22835476:22845292,22856658:22859411,22857008:22863352,22862865:22863030,22874442:22876490,22882318:22883467,22895713:22897232,22896423:22900207,22917826:22925835,22931348:22942111,22951589:22951832,23019441:23063947,23062405:23090508,23064326:23091295,23075518:23075725,23112649:23165110,23127851:23174294,23161553:23185155,23328664:23439264,23370198:23450992,23370901:23477017,23371000:23482454,23372139:23490788,23381825:23501627,23408683:23513853,23424126:23516452,23495804:23506188,23503087:23503773,24463520:24491620,24463722:24489977,24463777:24490511,24463881:24490325,24463942:24489932,24513246:24569355,24513454:24569767,24514181:24558579,24514184:24560240,24514432:24558667,24514700:24557379', 'assoc_mat': '22591582:ela:4205:22592606,22602549:ela:4205:22602567,22614943:ela:4205:22627267,22637672:ela:4205:22637954,22637674:ela:4205:22637878,22643641:ela:4205:22645199,22666515:ela:4205:22667703,22673669:ela:4205:22675212,22676627:ela:4205:22681762,22693033:ela:4205:22698563,22713819:ela:4205:22718104,22727668:ela:4205:22737403,22773713:ela:4205:22777248,22777724:ela:4205:22782109,22793928:ela:4205:22794042,22828627:ela:4205:22856076,22835476:ela:4205:22845292,22856658:ela:4205:22859411,22857008:ela:4205:22863352,22862865:ela:4205:22863030,22874442:ela:4205:22876490,22882318:ela:4205:22883467,22895713:ela:4205:22897232,22896423:ela:4205:22900207,22917826:ela:4205:22925835,22931348:ela:4205:22942111,22951589:ela:4205:22951832,23019441:ela:4205:23063947,23062405:ela:4205:23090508,23064326:ela:4205:23091295,23075518:ela:4205:23075725,23112649:ela:4205:23165110,23127851:ela:4205:23174294,23161553:ela:4205:23185155,23328664:ela:4205:23439264,23370198:ela:4205:23450992,23370901:ela:4205:23477017,23371000:ela:4205:2348245'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9629812112859761, 'nb_photo': 403, 'list_port_cont': '22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22945495,22988168,22990623,23008508,23089696,23094186,23095168,23186749,23209562,23411324,23479325,23505176,23506535,23507309,23525359,24490053,24490130,24490229,24490242,24490310,24490803,24491584,24515747,24557476,24557750,24557944,24558319,24559122,24559764,24560329,24560616,24560710,24560796,24561375,24562039,24562095,24563424,24565082,24567535,24576611', 'assoc_port': '22604273:22636615,22609799:22634258,22624047:22630372,22640872:22644194,22645327:22645960,22668747:22671016,22683214:22687235,22706231:22707902,22715864:22720108,22727698:22738379,22760876:22763436,22775279:22784791,22814866:22816586,22835896:22854597,22835901:22847724,22858837:22862346,22861704:22864777,22863669:22865876,22879241:22880843,22885096:22889065,22916871:22945495,22963267:22990623,22979636:22988168,23002549:23008508,23024263:23094186,23056326:23089696,23080635:23095168,23157180:23209562,23164742:23186749,23370918:23479325,23386645:23506535,23411038:23411324,23419023:23525359,23487314:23507309,23499045:23505176,24463400:24490803,24463494:24490310,24463899:24490229,24463929:24491584,24464003:24490130,24464038:24490242,24464111:24490053,24512919:24567535,24513076:24565082,24513354:24563424,24513393:24562095,24513539:24562039,24513754:24561375,24513857:24560616,24513862:24560329,24513919:24560796,24513940:24560710,24514080:24559764,24514113:24515747,24514431:24558319,24514481:24559122,24514527:2455775', 'assoc_mat': '22604273:ela:4203:22636615,22609799:ela:4203:22634258,22624047:ela:4203:22630372,22640872:ela:4203:22644194,22645327:ela:4203:22645960,22668747:ela:4203:22671016,22683214:ela:4203:22687235,22706231:ela:4203:22707902,22715864:ela:4203:22720108,22727698:ela:4203:22738379,22760876:ela:4203:22763436,22775279:ela:4203:22784791,22814866:ela:4203:22816586,22835896:ela:4203:22854597,22835901:ela:4203:22847724,22858837:ela:4203:22862346,22861704:ela:4203:22864777,22863669:ela:4203:22865876,22879241:ela:4203:22880843,22885096:ela:4203:22889065,22916871:ela:4203:22945495,22963267:ela:4203:22990623,22979636:ela:4203:22988168,23002549:ela:4203:23008508,23024263:ela:4203:23094186,23056326:ela:4203:23089696,23080635:ela:4203:23095168,23157180:ela:4203:23209562,23164742:ela:4203:23186749,23370918:ela:4203:23479325,23386645:ela:4203:23506535,23411038:ela:4203:23411324,23419023:ela:4203:23525359,23487314:ela:4203:23507309,23499045:ela:4203:23505176,24463400:ela:4203:24490803,24463494:ela:4203:24490310,24463899:ela:4203:2449022'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021653940820339254, 'nb_photo': 172, 'list_port_cont': '22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22928152,23170502,23182136,23257379,23443201,23478217,23482401,23489392,23491241,23492535,23498314,23503072,23504052,24464658,24464717,24465377,24466765,24468324,24468422,24468494,24469148,24469708,24471146,24513434,24513895,24556285,24556617,24556851,24557097,24557245,24557930,24557989,24558227,24558531,24559279,24559378,24559390,24559428,24559524,24559854,24560220,24560626,24560765,24562328,24562651,24564890,24565026,24576416', 'assoc_port': '22593610:22594067,22596777:22597300,22599780:22600131,22613019:22613357,22628395:22628689,22637082:22637206,22639298:22639702,22640874:22641099,22641847:22642307,22643639:22643839,22645328:22645635,22645998:22646092,22662911:22663966,22666517:22666881,22669905:22670069,22672698:22672800,22673666:22674366,22673668:22674105,22675369:22675640,22693003:22695656,22696407:22696609,22708745:22711041,22708748:22709333,22711984:22712030,22720548:22721999,22720553:22721297,22720554:22721062,22727656:22728594,22731511:22732520,22731514:22732033,22755523:22756029,22757921:22758436,22760878:22761332,22765035:22765544,22775277:22775970,22775282:22775458,22785918:22786357,22793924:22794060,22816844:22817981,22823125:22823495,22832672:22833369,22838933:22839689,22838936:22839627,22840150:22840466,22859471:22859527,22861707:22861836,22861966:22862229,22861971:22862176,22863671:22863799,22876397:22878894,22876399:22877234,22876413:22876713,22879238:22879890,22882316:22882522,22882938:22883048,22885093:22885467,22895710:2289699', 'assoc_mat': '22593610:ela:4207:22594067,22596777:ela:4207:22597300,22599780:ela:4207:22600131,22613019:ela:4207:22613357,22628395:ela:4207:22628689,22637082:ela:4207:22637206,22639298:ela:4207:22639702,22640874:ela:4207:22641099,22641847:ela:4207:22642307,22643639:ela:4207:22643839,22645328:ela:4207:22645635,22645998:ela:4207:22646092,22662911:ela:4207:22663966,22666517:ela:4207:22666881,22669905:ela:4207:22670069,22672698:ela:4207:22672800,22673666:ela:4207:22674366,22673668:ela:4207:22674105,22675369:ela:4207:22675640,22693003:ela:4207:22695656,22696407:ela:4207:22696609,22708745:ela:4207:22711041,22708748:ela:4207:22709333,22711984:ela:4207:22712030,22720548:ela:4207:22721999,22720553:ela:4207:22721297,22720554:ela:4207:22721062,22727656:ela:4207:22728594,22731511:ela:4207:22732520,22731514:ela:4207:22732033,22755523:ela:4207:22756029,22757921:ela:4207:22758436,22760878:ela:4207:22761332,22765035:ela:4207:22765544,22775277:ela:4207:22775970,22775282:ela:4207:22775458,22785918:ela:4207:22786357,22793924:ela:4207:2279406'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0037258430593767695, 'nb_photo': 15, 'list_port_cont': '22595980,22787675,22862098,22876598,24474007,24515514,24549137,24556369,24557892,24558108', 'assoc_port': '22594879:22595980,22787164:22787675,22861969:22862098,22876414:22876598,24463669:24474007,24513399:24558108,24513569:24557892,24513825:24515514,24514259:24556369,24514744:24549137', 'assoc_mat': '22594879:ela:4461:22595980,22787164:ela:4461:22787675,22861969:ela:4461:22862098,22876414:ela:4461:22876598,24463669:ela:4461:24474007,24513399:ela:4461:24558108,24513569:ela:4461:24557892,24513825:ela:4461:24515514,24514259:ela:4461:24556369,24514744:ela:4461:24549137'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015015216613890338, 'nb_photo': 152, 'list_port_cont': '22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22918142,23077563,23089625,23091830,23393266,23504420,23506143,23514779,23516198,24464736,24465513,24466711,24467803,24468948,24470432,24470908,24471910,24472109,24474174,24475176,24476207,24476433,24477323,24479543,24480131,24480968,24481937,24482863,24489667,24489881,24513421,24556007,24556192,24557327,24557445,24557558,24557591,24557802,24558129,24558401,24558710,24558801,24559082,24559088,24559276,24559407,24559628,24559785,24560450,24560546,24560571,24560845,24560872,24560998,24561098,24561149,24561248,24561947,24563786,24564237,24565608,24565967,24566992,24567742,24567899', 'assoc_port': '22613021:22613237,22614937:22627391,22641850:22642117,22642868:22644419,22669908:22684099,22675368:22677090,22681463:22686631,22708747:22711335,22714439:22714725,22720550:22725028,22723659:22734349,22727658:22737342,22731557:22731757,22755522:22757465,22763326:22765910,22793931:22794089,22816846:22817104,22823153:22823588,22851169:22851390,22863281:22865881,22880133:22909441,22885094:22888917,22895716:22897426,22913784:22918142,23025697:23077563,23052746:23091830,23056323:23089625,23157192:24566992,23176167:24480131,23393129:23393266,23414781:23514779,23422148:23516198,23495810:23506143,23503943:23504420,24463431:24489881,24463495:24489667,24463544:24477323,24463561:24482863,24463676:24476433,24463724:24476207,24463736:24464736,24463820:24479543,24463823:24480968,24463864:24475176,24463916:24467803,24463946:24472109,24463951:24474174,24463987:24471910,24464105:24481937,24464124:24466711,24464131:24470908,24464139:24470432,24464161:24465513,24464175:24468948,24512563:24560872,24512571:24561947,24512676:2456423', 'assoc_mat': '22613021:ela:4200:22613237,22614937:ela:4200:22627391,22641850:ela:4200:22642117,22642868:ela:4200:22644419,22669908:ela:4200:22684099,22675368:ela:4200:22677090,22681463:ela:4200:22686631,22708747:ela:4200:22711335,22714439:ela:4200:22714725,22720550:ela:4200:22725028,22723659:ela:4200:22734349,22727658:ela:4200:22737342,22731557:ela:4200:22731757,22755522:ela:4200:22757465,22763326:ela:4200:22765910,22793931:ela:4200:22794089,22816846:ela:4200:22817104,22823153:ela:4200:22823588,22851169:ela:4200:22851390,22863281:ela:4200:22865881,22880133:ela:4200:22909441,22885094:ela:4200:22888917,22895716:ela:4200:22897426,22913784:ela:4200:22918142,23025697:ela:4200:23077563,23052746:ela:4200:23091830,23056323:ela:4200:23089625,23157192:ela:4200:24566992,23176167:ela:4200:24480131,23393129:ela:4200:23393266,23414781:ela:4200:23514779,23422148:ela:4200:23516198,23495810:ela:4200:23506143,23503943:ela:4200:23504420,24463431:ela:4200:24489881,24463495:ela:4200:24489667,24463544:ela:4200:24477323,24463561:ela:4200:2448286'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0016759941568299003, 'nb_photo': 637, 'list_port_cont': '22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22918028,22922664,23013083,23064849,23107224,23232712,23266792,23329545,23331990,23345491,23373433,23385228,23412749,23447105,23487906,23488204,24464553,24464800,24465226,24465268,24465398,24465669,24465749,24465788,24466505,24466614,24466691,24466893,24467304,24467484,24467982,24468665,24468715,24469434,24469664,2446973', 'assoc_port': '22593609:22593855,22594876:22595975,22600723:22601205,22603046:22603324,22604278:22604596,22607578:22607909,22610903:22611933,22610905:22611817,22610908:22611620,22614939:22625105,22617410:22617842,22617415:22617938,22618983:22629300,22624049:22624753,22628393:22628726,22637081:22637167,22637331:22637369,22637677:22637775,22639299:22639570,22640873:22641108,22643642:22643920,22645325:22645684,22645329:22645480,22646206:22646310,22647186:22647255,22661875:22662664,22661878:22662572,22672696:22672905,22672699:22683924,22675373:22675660,22681465:22682415,22681467:22682305,22681471:22681968,22683204:22684026,22687085:22687947,22694882:22695356,22696406:22696674,22696945:22697385,22706230:22706795,22711986:22712015,22713013:22713267,22714441:22714696,22719539:22719929,22723676:22724314,22729019:22730602,22729023:22730494,22753645:22754084,22760875:22761218,22766334:22766463,22773720:22774548,22781197:22781944,22782354:22792006,22787162:22787589,22813690:22814099,22816847:22817087,22823127:22823275,22831634:2283191', 'assoc_mat': '22593609:ela:4209:22593855,22594876:ela:4209:22595975,22600723:ela:4209:22601205,22603046:ela:4209:22603324,22604278:ela:4209:22604596,22607578:ela:4209:22607909,22610903:ela:4209:22611933,22610905:ela:4209:22611817,22610908:ela:4209:22611620,22614939:ela:4209:22625105,22617410:ela:4209:22617842,22617415:ela:4209:22617938,22618983:ela:4209:22629300,22624049:ela:4209:22624753,22628393:ela:4209:22628726,22637081:ela:4209:22637167,22637331:ela:4209:22637369,22637677:ela:4209:22637775,22639299:ela:4209:22639570,22640873:ela:4209:22641108,22643642:ela:4209:22643920,22645325:ela:4209:22645684,22645329:ela:4209:22645480,22646206:ela:4209:22646310,22647186:ela:4209:22647255,22661875:ela:4209:22662664,22661878:ela:4209:22662572,22672696:ela:4209:22672905,22672699:ela:4209:22683924,22675373:ela:4209:22675660,22681465:ela:4209:22682415,22681467:ela:4209:22682305,22681471:ela:4209:22681968,22683204:ela:4209:22684026,22687085:ela:4209:22687947,22694882:ela:4209:22695356,22696406:ela:4209:22696674,22696945:ela:4209:2269738'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008421932129138621, 'nb_photo': 1784, 'list_port_cont': '22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22918131,22920487,22925343,22931814,22950010,22952130,2296096', 'assoc_port': '22593607:22594153,22594878:22596103,22596778:22597264,22599779:22600177,22600725:22601236,22602546:22602885,22603047:22603307,22604281:22604582,22604285:22604682,22607577:22607877,22610904:22611741,22613020:22613596,22614941:22615587,22617413:22617918,22618986:22619617,22621389:22621920,22637075:22637230,22637329:22637556,22637675:22637890,22638530:22638912,22639300:22639722,22640875:22641085,22641844:22642196,22641848:22642353,22642866:22643274,22643643:22643862,22644532:22644807,22645996:22646136,22646207:22646316,22646699:22646772,22662916:22664721,22668748:22669218,22669906:22670573,22672697:22672991,22673671:22674165,22676626:22677115,22687084:22687866,22687089:22687533,22694854:22695613,22694881:22700580,22696405:22696702,22706232:22706879,22711985:22712137,22712696:22712899,22713825:22714118,22714438:22714710,22714442:22714769,22715865:22716163,22719540:22719974,22720545:22721225,22720552:22721101,22727659:22728538,22729021:22730043,22731512:22732166,22740292:22748173,22743077:22743589,22753643:2275421', 'assoc_mat': '22593607:ela:4211:22594153,22594878:ela:4211:22596103,22596778:ela:4211:22597264,22599779:ela:4211:22600177,22600725:ela:4211:22601236,22602546:ela:4211:22602885,22603047:ela:4211:22603307,22604281:ela:4211:22604582,22604285:ela:4211:22604682,22607577:ela:4211:22607877,22610904:ela:4211:22611741,22613020:ela:4211:22613596,22614941:ela:4211:22615587,22617413:ela:4211:22617918,22618986:ela:4211:22619617,22621389:ela:4211:22621920,22637075:ela:4211:22637230,22637329:ela:4211:22637556,22637675:ela:4211:22637890,22638530:ela:4211:22638912,22639300:ela:4211:22639722,22640875:ela:4211:22641085,22641844:ela:4211:22642196,22641848:ela:4211:22642353,22642866:ela:4211:22643274,22643643:ela:4211:22643862,22644532:ela:4211:22644807,22645996:ela:4211:22646136,22646207:ela:4211:22646316,22646699:ela:4211:22646772,22662916:ela:4211:22664721,22668748:ela:4211:22669218,22669906:ela:4211:22670573,22672697:ela:4211:22672991,22673671:ela:4211:22674165,22676626:ela:4211:22677115,22687084:ela:4211:22687866,22687089:ela:4211:2268753'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00010475749479824319, 'nb_photo': 95, 'list_port_cont': '22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22945494,22988173,22990618,23008517,23089689,23095160,23186754,23209575,23479318,23505179,23507312,24490052,24490316,24491576,24515748,24557482,24557760,24557948,24558325,24559125,24559766,24560328,24560610,24560799,24562088,24563428,24567525', 'assoc_port': '22609799:22634259,22645327:22645959,22668747:22671013,22683214:22687233,22706231:22707915,22715864:22720096,22727698:22738382,22775279:22784790,22814866:22816592,22835896:22854609,22835901:22847711,22858837:22862339,22861704:22864767,22863669:22865872,22879241:22880848,22885096:22889062,22916871:22945494,22963267:22990618,22979636:22988173,23002549:23008517,23056326:23089689,23080635:23095160,23157180:23209575,23164742:23186754,23370918:23479318,23487314:23507312,23499045:23505179,24463494:24490316,24463929:24491576,24464111:24490052,24512919:24567525,24513354:24563428,24513393:24562088,24513857:24560610,24513862:24560328,24513919:24560799,24514080:24559766,24514113:24515748,24514431:24558325,24514481:24559125,24514527:24557760,24514748:24557948,24514753:24557482', 'assoc_mat': '22609799:etiquette:4203:22634259,22645327:etiquette:4203:22645959,22668747:etiquette:4203:22671013,22683214:etiquette:4203:22687233,22706231:etiquette:4203:22707915,22715864:etiquette:4203:22720096,22727698:etiquette:4203:22738382,22775279:etiquette:4203:22784790,22814866:etiquette:4203:22816592,22835896:etiquette:4203:22854609,22835901:etiquette:4203:22847711,22858837:etiquette:4203:22862339,22861704:etiquette:4203:22864767,22863669:etiquette:4203:22865872,22879241:etiquette:4203:22880848,22885096:etiquette:4203:22889062,22916871:etiquette:4203:22945494,22963267:etiquette:4203:22990618,22979636:etiquette:4203:22988173,23002549:etiquette:4203:23008517,23056326:etiquette:4203:23089689,23080635:etiquette:4203:23095160,23157180:etiquette:4203:23209575,23164742:etiquette:4203:23186754,23370918:etiquette:4203:23479318,23487314:etiquette:4203:23507312,23499045:etiquette:4203:23505179,24463494:etiquette:4203:24490316,24463929:etiquette:4203:24491576,24464111:etiquette:4203:24490052,24512919:etiquette:4203:24567525,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003140477244464987, 'nb_photo': 16, 'list_port_cont': '22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,23447362,23447568,23493189,24559419,24559520', 'assoc_port': '22610902:22611289,22613019:22613354,22639298:22639715,22645999:22646048,22647189:22647391,22708745:22711031,22766320:22766558,22823154:22823369,22857555:22857867,22893528:22893860,23446596:23447568,23446972:23447362,23487102:23493189,24513871:24559520,24514086:24559419', 'assoc_mat': '22610902:etiquette:4207:22611289,22613019:etiquette:4207:22613354,22639298:etiquette:4207:22639715,22645999:etiquette:4207:22646048,22647189:etiquette:4207:22647391,22708745:etiquette:4207:22711031,22766320:etiquette:4207:22766558,22823154:etiquette:4207:22823369,22857555:etiquette:4207:22857867,22893528:etiquette:4207:22893860,23446596:etiquette:4207:23447568,23446972:etiquette:4207:23447362,23487102:etiquette:4207:23493189,24513871:etiquette:4207:24559520,24514086:etiquette:4207:24559419'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015014768242328338, 'nb_photo': 11, 'list_port_cont': '22609334,22644427,22684095,22720792,22725033,22774550,22864921,23507167,23510388,24468941,24514154', 'assoc_port': '22604276:22609334,22642868:22644427,22669908:22684095,22720546:22720792,22720550:22725033,22771176:22774550,22861706:22864921,23487203:23510388,23487322:23507167,24464175:24468941,24513411:24514154', 'assoc_mat': '22604276:etiquette:4200:22609334,22642868:etiquette:4200:22644427,22669908:etiquette:4200:22684095,22720546:etiquette:4200:22720792,22720550:etiquette:4200:22725033,22771176:etiquette:4200:22774550,22861706:etiquette:4200:22864921,23487203:etiquette:4200:23510388,23487322:etiquette:4200:23507167,24464175:etiquette:4200:24468941,24513411:etiquette:4200:24514154'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000662248711410801, 'nb_photo': 77, 'list_port_cont': '22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22918032,23373434,23487910,24465271,24467490,24468659,24470832,24470987,24471306,24471780,24479772,24514676,24544494,24545387,24545511,24548338,24550083,24554437,24554881,24557191,24557232,24558217', 'assoc_port': '22594876:22595973,22600723:22601209,22603046:22603332,22607578:22607905,22610908:22611617,22617415:22617932,22618983:22629301,22624049:22624749,22637677:22637785,22640873:22641113,22643642:22643909,22645329:22645477,22646206:22646309,22661875:22662653,22696945:22697394,22706230:22706785,22723676:22724312,22753645:22754079,22760875:22761247,22766334:22766455,22781197:22781941,22782354:22792012,22787162:22787602,22816847:22817095,22832671:22832962,22835473:22835692,22835475:22835676,22858841:22858919,22863282:22863309,22886794:22887357,22889832:22890390,22889840:22890033,22896424:22896676,22917827:22918032,23073358:24468659,23370912:23373434,23487318:23487910,24463460:24479772,24463537:24471780,24463597:24471306,24463659:24470987,24463668:24470832,24463758:24465271,24464163:24467490,24513003:24558217,24513051:24557191,24513412:24514676,24513758:24554881,24513861:24554437,24514442:24550083,24514490:24548338,24514499:24557232,24514501:24545511,24514762:24545387,24514791:24544494', 'assoc_mat': '22594876:etiquette:4209:22595973,22600723:etiquette:4209:22601209,22603046:etiquette:4209:22603332,22607578:etiquette:4209:22607905,22610908:etiquette:4209:22611617,22617415:etiquette:4209:22617932,22618983:etiquette:4209:22629301,22624049:etiquette:4209:22624749,22637677:etiquette:4209:22637785,22640873:etiquette:4209:22641113,22643642:etiquette:4209:22643909,22645329:etiquette:4209:22645477,22646206:etiquette:4209:22646309,22661875:etiquette:4209:22662653,22696945:etiquette:4209:22697394,22706230:etiquette:4209:22706785,22723676:etiquette:4209:22724312,22753645:etiquette:4209:22754079,22760875:etiquette:4209:22761247,22766334:etiquette:4209:22766455,22781197:etiquette:4209:22781941,22782354:etiquette:4209:22792012,22787162:etiquette:4209:22787602,22816847:etiquette:4209:22817095,22832671:etiquette:4209:22832962,22835473:etiquette:4209:22835692,22835475:etiquette:4209:22835676,22858841:etiquette:4209:22858919,22863282:etiquette:4209:22863309,22886794:etiquette:4209:22887357,22889832:etiquette:4209:22890390,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.7033157832149614e-05, 'nb_photo': 105, 'list_port_cont': '22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22920483,22984679,23065100,23105607,23261343,23314838,23376032,23379251,23379590,23413022,23423181,23488143,23488562,24467321,24467380,24468526,24473041,24475250,24476117,24515636,24515910,24537161,24547675', 'assoc_port': '22593607:22594157,22594878:22596090,22602546:22602883,22603047:22603301,22613020:22613594,22621389:22621905,22637675:22637891,22641844:22642209,22641848:22642349,22643643:22643866,22644532:22644821,22645996:22646132,22646207:22646327,22646699:22646773,22669906:22670581,22672697:22672992,22676626:22677107,22687084:22687867,22687089:22687540,22694854:22695608,22694855:22695476,22714438:22714706,22714442:22714764,22715865:22716162,22727659:22728541,22729021:22730037,22740292:22748169,22743077:22743587,22753643:22754212,22755526:22763728,22757922:22758666,22785892:22786464,22817778:22818579,22856664:22856861,22858657:22858760,22862457:22864503,22862860:22863069,22862866:22865037,22863668:22863879,22864379:22864550,22876403:22876869,22880137:22880521,22882317:22882510,22882926:22883173,22885097:22885534,22886786:22887837,22891518:22892048,22895715:22895838,22915416:22915518,22920084:22920483,22984207:22984679,23064320:23065100,23104934:23105607,23260370:23261343,23314653:23314838,23370873:23379590,23370905:2337925', 'assoc_mat': '22593607:etiquette:4211:22594157,22594878:etiquette:4211:22596090,22602546:etiquette:4211:22602883,22603047:etiquette:4211:22603301,22613020:etiquette:4211:22613594,22621389:etiquette:4211:22621905,22637675:etiquette:4211:22637891,22641844:etiquette:4211:22642209,22641848:etiquette:4211:22642349,22643643:etiquette:4211:22643866,22644532:etiquette:4211:22644821,22645996:etiquette:4211:22646132,22646207:etiquette:4211:22646327,22646699:etiquette:4211:22646773,22669906:etiquette:4211:22670581,22672697:etiquette:4211:22672992,22676626:etiquette:4211:22677107,22687084:etiquette:4211:22687867,22687089:etiquette:4211:22687540,22694854:etiquette:4211:22695608,22694855:etiquette:4211:22695476,22714438:etiquette:4211:22714706,22714442:etiquette:4211:22714764,22715865:etiquette:4211:22716162,22727659:etiquette:4211:22728541,22729021:etiquette:4211:22730037,22740292:etiquette:4211:22748169,22743077:etiquette:4211:22743587,22753643:etiquette:4211:22754212,22755526:etiquette:4211:22763728,22757922:etiquette:4211:22758666,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005230237062814904, 'nb_photo': 11, 'list_port_cont': '22616490,22637338,22764376,22770704,22889659,22901074,22970729,23492821,23497278', 'assoc_port': '22614960:22616490,22637080:22637338,22763325:22764376,22769206:22770704,22885089:22889659,22889833:22901074,22955748:22970729,23372169:23492821,23375428:23497278', 'assoc_mat': '22614960:etiquette:3327:22616490,22637080:etiquette:3327:22637338,22763325:etiquette:3327:22764376,22769206:etiquette:3327:22770704,22885089:etiquette:3327:22889659,22889833:etiquette:3327:22901074,22955748:etiquette:3327:22970729,23372169:etiquette:3327:23492821,23375428:etiquette:3327:23497278'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019552685624644146, 'nb_photo': 804, 'list_port_cont': '22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,23063937,23075723,23088193,23090513,23091301,23165098,23174300,23185156,23439259,23447350,23450988,23477026,23482441,23490790,23501639,23503786,23506184,23509910,23513859,23516451,23526818,24489936,24489972,24490328,24490500,24491614,24557366,24558587,24558656,24558978,24560246,24569351,24569763', 'assoc_port': '22591582:22592614,22602549:22602560,22614943:22627280,22637674:22637871,22643641:22645202,22666515:22667705,22673669:22675213,22676627:22681763,22693033:22698571,22713819:22718103,22719525:22722809,22727668:22737402,22755525:22757387,22773713:22777244,22777724:22782118,22793928:22794053,22828627:22856079,22835476:22845282,22856658:22859418,22857008:22863349,22862865:22863032,22874442:22876483,22882318:22883470,22895713:22897220,22896423:22900214,22917826:22925847,22931348:22942103,22951589:22951838,22967489:22978011,23019441:23063937,23052721:23088193,23062405:23090513,23064326:23091301,23075518:23075723,23112649:23165098,23127851:23174300,23161553:23185156,23266257:23526818,23328664:23439259,23370198:23450988,23370901:23477026,23371000:23482441,23372139:23490790,23381825:23501639,23408683:23513859,23424126:23516451,23446969:23447350,23487313:23509910,23495804:23506184,23503087:23503786,24463520:24491614,24463722:24489972,24463777:24490500,24463881:24490328,24463942:24489936,24513246:24569351,24513454:2456976', 'assoc_mat': '22591582:film_plastique:4205:22592614,22602549:film_plastique:4205:22602560,22614943:film_plastique:4205:22627280,22637674:film_plastique:4205:22637871,22643641:film_plastique:4205:22645202,22666515:film_plastique:4205:22667705,22673669:film_plastique:4205:22675213,22676627:film_plastique:4205:22681763,22693033:film_plastique:4205:22698571,22713819:film_plastique:4205:22718103,22719525:film_plastique:4205:22722809,22727668:film_plastique:4205:22737402,22755525:film_plastique:4205:22757387,22773713:film_plastique:4205:22777244,22777724:film_plastique:4205:22782118,22793928:film_plastique:4205:22794053,22828627:film_plastique:4205:22856079,22835476:film_plastique:4205:22845282,22856658:film_plastique:4205:22859418,22857008:film_plastique:4205:22863349,22862865:film_plastique:4205:22863032,22874442:film_plastique:4205:22876483,22882318:film_plastique:4205:22883470,22895713:film_plastique:4205:22897220,22896423:film_plastique:4205:22900214,22917826:film_plastique:4205:22925847,22931348:film_plastique:4205:2294210'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004700335523192969, 'nb_photo': 1090, 'list_port_cont': '22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22945502,22988182,22990617,23008512,23089693,23094194,23095172,23186751,23209563,23411315,23479323,23505180,23506529,23507305,23525361,24490059,24490136,24490228,24490251,24490308,24490796,24491573,24515738,24557471,24557751,24557933,24558320,24559124,24559774,24560330,24560615,24560702,24560792,24561380,24562037,24562091,24563421,24565086,24567529,24576601', 'assoc_port': '22604273:22636611,22609799:22634252,22624047:22630367,22640872:22644204,22645327:22645963,22668747:22671024,22683214:22687236,22706231:22707903,22715864:22720101,22727698:22738383,22760876:22763437,22775279:22784796,22814866:22816587,22835896:22854598,22835901:22847723,22858837:22862348,22861704:22864781,22863669:22865871,22879241:22880837,22885096:22889063,22916871:22945502,22963267:22990617,22979636:22988182,23002549:23008512,23024263:23094194,23056326:23089693,23080635:23095172,23157180:23209563,23164742:23186751,23370918:23479323,23386645:23506529,23411038:23411315,23419023:23525361,23487314:23507305,23499045:23505180,24463400:24490796,24463494:24490308,24463899:24490228,24463929:24491573,24464003:24490136,24464038:24490251,24464111:24490059,24512919:24567529,24513076:24565086,24513354:24563421,24513393:24562091,24513539:24562037,24513754:24561380,24513857:24560615,24513862:24560330,24513919:24560792,24513940:24560702,24514080:24559774,24514113:24515738,24514431:24558320,24514481:24559124,24514527:2455775', 'assoc_mat': '22604273:film_plastique:4203:22636611,22609799:film_plastique:4203:22634252,22624047:film_plastique:4203:22630367,22640872:film_plastique:4203:22644204,22645327:film_plastique:4203:22645963,22668747:film_plastique:4203:22671024,22683214:film_plastique:4203:22687236,22706231:film_plastique:4203:22707903,22715864:film_plastique:4203:22720101,22727698:film_plastique:4203:22738383,22760876:film_plastique:4203:22763437,22775279:film_plastique:4203:22784796,22814866:film_plastique:4203:22816587,22835896:film_plastique:4203:22854598,22835901:film_plastique:4203:22847723,22858837:film_plastique:4203:22862348,22861704:film_plastique:4203:22864781,22863669:film_plastique:4203:22865871,22879241:film_plastique:4203:22880837,22885096:film_plastique:4203:22889063,22916871:film_plastique:4203:22945502,22963267:film_plastique:4203:22990617,22979636:film_plastique:4203:22988182,23002549:film_plastique:4203:23008512,23024263:film_plastique:4203:23094194,23056326:film_plastique:4203:23089693,23080635:film_plastique:4203:2309517'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0028891512693604475, 'nb_photo': 1700, 'list_port_cont': '22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961', 'assoc_port': '22593605:22594352,22593606:22594386,22593610:22594069,22596777:22597307,22596780:22596892,22599778:22600316,22599780:22600128,22600753:22600919,22609801:22610268,22610902:22611295,22613019:22613359,22614940:22615150,22617411:22617799,22628391:22629008,22637079:22637258,22637082:22637209,22637676:22637767,22639298:22639708,22639302:22639375,22640874:22641092,22641847:22642299,22643639:22643851,22644527:22644970,22644530:22644856,22644534:22644842,22645998:22646090,22645999:22646055,22647189:22647387,22647190:22647233,22661877:22661918,22662911:22663959,22666517:22666879,22669905:22670064,22672698:22672794,22673666:22674352,22673668:22674114,22675369:22675636,22676625:22676817,22681470:22686226,22687087:22687797,22687093:22687287,22693003:22695669,22694883:22695416,22696407:22696618,22708745:22711035,22708748:22709339,22711984:22712036,22712695:22712713,22713014:22713251,22713828:22715792,22714440:22714564,22720548:22722004,22720553:22721299,22720554:22721059,22727656:22728584,22727657:22728628,22731509:2273345', 'assoc_mat': '22593605:film_plastique:4207:22594352,22593606:film_plastique:4207:22594386,22593610:film_plastique:4207:22594069,22596777:film_plastique:4207:22597307,22596780:film_plastique:4207:22596892,22599778:film_plastique:4207:22600316,22599780:film_plastique:4207:22600128,22600753:film_plastique:4207:22600919,22609801:film_plastique:4207:22610268,22610902:film_plastique:4207:22611295,22613019:film_plastique:4207:22613359,22614940:film_plastique:4207:22615150,22617411:film_plastique:4207:22617799,22628391:film_plastique:4207:22629008,22637079:film_plastique:4207:22637258,22637082:film_plastique:4207:22637209,22637676:film_plastique:4207:22637767,22639298:film_plastique:4207:22639708,22639302:film_plastique:4207:22639375,22640874:film_plastique:4207:22641092,22641847:film_plastique:4207:22642299,22643639:film_plastique:4207:22643851,22644527:film_plastique:4207:22644970,22644530:film_plastique:4207:22644856,22644534:film_plastique:4207:22644842,22645998:film_plastique:4207:22646090,22645999:film_plastique:4207:2264605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7379723465522257, 'nb_photo': 7077, 'list_port_cont': '22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22917094,22935143,23013094,23053926,23079961,23176372,23232840,23332227,23370785,23372325,23373184,23375602,23382545,23420743,23487855,23488398,23489145,23489341,24465103,24465161,24465341,24465648,24465809,24465929,24466903,24467163,24467377,24467700,24468376,24468836,24469582,24469832,24470003,24470306,24470870,24471110,24471378,2447169', 'assoc_port': '22591584:22591958,22594879:22595979,22599782:22600146,22603048:22610122,22604271:22604878,22604283:22604822,22607579:22607808,22610906:22611427,22614959:22615443,22618984:22621166,22621387:22621794,22637328:22637446,22638528:22638865,22639301:22639677,22641846:22642315,22643640:22643812,22644533:22644728,22645326:22645654,22646000:22646077,22647188:22647272,22662910:22664455,22666516:22666821,22669907:22670603,22673670:22674118,22676624:22677060,22683217:22684124,22687090:22687451,22693018:22693426,22696409:22696631,22696947:22697910,22712697:22712864,22713831:22714086,22714437:22717935,22720549:22721116,22720555:22720963,22723677:22724472,22731556:22732107,22743102:22749522,22755524:22756111,22760877:22761292,22765036:22781431,22766335:22766481,22771175:22771657,22777722:22778059,22782355:22782760,22785891:22786383,22787164:22787679,22811660:22811899,22814868:22816040,22817782:22824304,22828657:22828934,22831635:22832069,22832675:22833106,22838937:22839469,22840147:22840481,22843809:22844554,22843810:2284433', 'assoc_mat': '22591584:film_plastique:4461:22591958,22594879:film_plastique:4461:22595979,22599782:film_plastique:4461:22600146,22603048:film_plastique:4461:22610122,22604271:film_plastique:4461:22604878,22604283:film_plastique:4461:22604822,22607579:film_plastique:4461:22607808,22610906:film_plastique:4461:22611427,22614959:film_plastique:4461:22615443,22618984:film_plastique:4461:22621166,22621387:film_plastique:4461:22621794,22637328:film_plastique:4461:22637446,22638528:film_plastique:4461:22638865,22639301:film_plastique:4461:22639677,22641846:film_plastique:4461:22642315,22643640:film_plastique:4461:22643812,22644533:film_plastique:4461:22644728,22645326:film_plastique:4461:22645654,22646000:film_plastique:4461:22646077,22647188:film_plastique:4461:22647272,22662910:film_plastique:4461:22664455,22666516:film_plastique:4461:22666821,22669907:film_plastique:4461:22670603,22673670:film_plastique:4461:22674118,22676624:film_plastique:4461:22677060,22683217:film_plastique:4461:22684124,22687090:film_plastique:4461:2268745'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025398755264502592, 'nb_photo': 5969, 'list_port_cont': '22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22918146,22919994,22926531,22985778,22997876,23077565,23089628,23091840,23344844,23393270,23447605,23504427,2350559', 'assoc_port': '22594877:22596175,22600724:22604124,22602545:22612197,22604276:22609333,22610907:22621004,22613021:22613214,22614937:22627379,22617412:22630472,22618985:22630488,22624048:22630390,22637077:22637397,22637083:22637525,22637332:22637379,22638529:22639222,22641845:22643587,22641850:22642109,22642864:22644329,22642868:22644417,22644529:22646712,22645330:22645459,22646001:22646060,22647187:22648098,22647191:22647326,22662912:22663896,22662914:22664078,22666514:22667656,22669908:22684104,22675367:22676964,22675368:22677094,22675371:22677189,22675372:22685650,22681463:22686632,22687091:22695625,22694868:22696547,22694885:22695675,22696946:22699549,22708747:22711341,22711988:22712174,22712694:22713166,22712698:22712814,22714439:22714723,22720546:22720781,22720550:22725034,22723659:22734354,22727658:22737344,22731555:22739676,22731557:22731759,22733592:22744943,22740289:22741204,22743063:22743321,22753642:22755891,22755522:22757462,22757920:22759659,22763326:22765899,22766326:22766588,22771176:22774558,22775280:2277984', 'assoc_mat': '22594877:film_plastique:4200:22596175,22600724:film_plastique:4200:22604124,22602545:film_plastique:4200:22612197,22604276:film_plastique:4200:22609333,22610907:film_plastique:4200:22621004,22613021:film_plastique:4200:22613214,22614937:film_plastique:4200:22627379,22617412:film_plastique:4200:22630472,22618985:film_plastique:4200:22630488,22624048:film_plastique:4200:22630390,22637077:film_plastique:4200:22637397,22637083:film_plastique:4200:22637525,22637332:film_plastique:4200:22637379,22638529:film_plastique:4200:22639222,22641845:film_plastique:4200:22643587,22641850:film_plastique:4200:22642109,22642864:film_plastique:4200:22644329,22642868:film_plastique:4200:22644417,22644529:film_plastique:4200:22646712,22645330:film_plastique:4200:22645459,22646001:film_plastique:4200:22646060,22647187:film_plastique:4200:22648098,22647191:film_plastique:4200:22647326,22662912:film_plastique:4200:22663896,22662914:film_plastique:4200:22664078,22666514:film_plastique:4200:22667656,22669908:film_plastique:4200:2268410'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.015146973795452939, 'nb_photo': 1415, 'list_port_cont': '22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22918037,23003107,23064852,23107215,23230488,23232705,23266788,23332000,23339687,23345498,23373432,23385236,23412757,23447108,23487907,23488206,24464491,24464544,24464801,24465234,24465270,24465391,24465396,24465675,24465755,24465787,24466513,24466607,24466690,24466891,24467303,24467482,24467631,2446797', 'assoc_port': '22593609:22593857,22594876:22595969,22600723:22601201,22603046:22603325,22604278:22604589,22607578:22607900,22609802:22610152,22610903:22611928,22610905:22611813,22610908:22611621,22614938:22615325,22617410:22617847,22617415:22617940,22618983:22629293,22624049:22624754,22628393:22628727,22637081:22637170,22637331:22637366,22637677:22637781,22639299:22639578,22640873:22641115,22643642:22643923,22645325:22645679,22645329:22645472,22646206:22646304,22647186:22647259,22661875:22662663,22661878:22662562,22662913:22663846,22672696:22672894,22672699:22683918,22675373:22675663,22681465:22682413,22681467:22682310,22681471:22681976,22683204:22684025,22687085:22687953,22687092:22687398,22694882:22695357,22696406:22696673,22696945:22697396,22707489:22707791,22711986:22712019,22713013:22713272,22714441:22714698,22719539:22719940,22723676:22724309,22729019:22730608,22729023:22730490,22753645:22754086,22760875:22761244,22766334:22766465,22781197:22781942,22782354:22792004,22785905:22786276,22787162:22787593,22813690:2281410', 'assoc_mat': '22593609:film_plastique:4209:22593857,22594876:film_plastique:4209:22595969,22600723:film_plastique:4209:22601201,22603046:film_plastique:4209:22603325,22604278:film_plastique:4209:22604589,22607578:film_plastique:4209:22607900,22609802:film_plastique:4209:22610152,22610903:film_plastique:4209:22611928,22610905:film_plastique:4209:22611813,22610908:film_plastique:4209:22611621,22614938:film_plastique:4209:22615325,22617410:film_plastique:4209:22617847,22617415:film_plastique:4209:22617940,22618983:film_plastique:4209:22629293,22624049:film_plastique:4209:22624754,22628393:film_plastique:4209:22628727,22637081:film_plastique:4209:22637170,22637331:film_plastique:4209:22637366,22637677:film_plastique:4209:22637781,22639299:film_plastique:4209:22639578,22640873:film_plastique:4209:22641115,22643642:film_plastique:4209:22643923,22645325:film_plastique:4209:22645679,22645329:film_plastique:4209:22645472,22646206:film_plastique:4209:22646304,22647186:film_plastique:4209:22647259,22661875:film_plastique:4209:2266266'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004241615496260238, 'nb_photo': 15177, 'list_port_cont': '22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22918138,22920493,22925346,22931821,22950019,2295212', 'assoc_port': '22593607:22594158,22594878:22596102,22596778:22597255,22599779:22600181,22600725:22601221,22602546:22602887,22603047:22603308,22604281:22604572,22604285:22604675,22607577:22607879,22610904:22611738,22613020:22613597,22614941:22615577,22617413:22617922,22618986:22619616,22621389:22621907,22637075:22637231,22637329:22637551,22637675:22637894,22638530:22638902,22639300:22639731,22640875:22641077,22641844:22642206,22641848:22642345,22642866:22643273,22643643:22643868,22644532:22644813,22645996:22646126,22646207:22646328,22646699:22646758,22662916:22664728,22668748:22669212,22669906:22670571,22672697:22672985,22673671:22674163,22676626:22677110,22687084:22687857,22687089:22687535,22694854:22695604,22694855:22695473,22694881:22700564,22696405:22696712,22706232:22706880,22711985:22712142,22712696:22712889,22713825:22714115,22714438:22714704,22714442:22714758,22715865:22716156,22719540:22719980,22720545:22721234,22720552:22721093,22727659:22728542,22729021:22730025,22731512:22732162,22740292:22748166,22743077:2274359', 'assoc_mat': '22593607:film_plastique:4211:22594158,22594878:film_plastique:4211:22596102,22596778:film_plastique:4211:22597255,22599779:film_plastique:4211:22600181,22600725:film_plastique:4211:22601221,22602546:film_plastique:4211:22602887,22603047:film_plastique:4211:22603308,22604281:film_plastique:4211:22604572,22604285:film_plastique:4211:22604675,22607577:film_plastique:4211:22607879,22610904:film_plastique:4211:22611738,22613020:film_plastique:4211:22613597,22614941:film_plastique:4211:22615577,22617413:film_plastique:4211:22617922,22618986:film_plastique:4211:22619616,22621389:film_plastique:4211:22621907,22637075:film_plastique:4211:22637231,22637329:film_plastique:4211:22637551,22637675:film_plastique:4211:22637894,22638530:film_plastique:4211:22638902,22639300:film_plastique:4211:22639731,22640875:film_plastique:4211:22641077,22641844:film_plastique:4211:22642206,22641848:film_plastique:4211:22642345,22642866:film_plastique:4211:22643273,22643643:film_plastique:4211:22643868,22644532:film_plastique:4211:2264481'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032585636494358084, 'nb_photo': 2, 'list_port_cont': '22956462,24559797', 'assoc_port': '22955747:22956462,24514286:24559797', 'assoc_mat': '22955747:kraft:4207:22956462,24514286:kraft:4207:24559797'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0019491715472796489, 'nb_photo': 12, 'list_port_cont': '22743264,23023060,23032618,23421542,24490165,24490435,24490478,24490495,24490516,24558521,24559668', 'assoc_port': '22743072:22743264,22893523:23023060,22920083:23032618,23279957:23421542,24463643:24490165,24463755:24490478,24463799:24490495,24463827:24490516,24463920:24490435,24514036:24559668,24514052:24558521', 'assoc_mat': '22743072:kraft:3726:22743264,22893523:kraft:3726:23023060,22920083:kraft:3726:23032618,23279957:kraft:3726:23421542,24463643:kraft:3726:24490165,24463755:kraft:3726:24490478,24463799:kraft:3726:24490495,24463827:kraft:3726:24490516,24463920:kraft:3726:24490435,24514036:kraft:3726:24559668,24514052:kraft:3726:24558521'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9398026877013612, 'nb_photo': 75, 'list_port_cont': '22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,23063951,23090518,23439261,23450985,23482444,23490784,23503777,23509920,23513857,23516455,23526825,24489976,24490323,24490509,24491613,24557375,24558593,24558661,24558973,24560253,24569344,24569758', 'assoc_port': '22591582:22592600,22602549:22602559,22637672:22637959,22637674:22637879,22643641:22645195,22666515:22667713,22673669:22675216,22676627:22681759,22693033:22698570,22713819:22718106,22727668:22737390,22773713:22777253,22793928:22794054,22835476:22845283,22856658:22859422,22857008:22863353,22862865:22863035,22882318:22883477,22895713:22897228,22896423:22900211,22917826:22925841,22931348:22942119,22951589:22951844,22967489:22978009,23019441:23063951,23062405:23090518,23266257:23526825,23328664:23439261,23370198:23450985,23371000:23482444,23372139:23490784,23408683:23513857,23424126:23516455,23487313:23509920,23503087:23503777,24463520:24491613,24463722:24489976,24463777:24490509,24463881:24490323,24513246:24569344,24513454:24569758,24514181:24558593,24514184:24560253,24514384:24558973,24514432:24558661,24514700:24557375', 'assoc_mat': '22591582:metal:4205:22592600,22602549:metal:4205:22602559,22637672:metal:4205:22637959,22637674:metal:4205:22637879,22643641:metal:4205:22645195,22666515:metal:4205:22667713,22673669:metal:4205:22675216,22676627:metal:4205:22681759,22693033:metal:4205:22698570,22713819:metal:4205:22718106,22727668:metal:4205:22737390,22773713:metal:4205:22777253,22793928:metal:4205:22794054,22835476:metal:4205:22845283,22856658:metal:4205:22859422,22857008:metal:4205:22863353,22862865:metal:4205:22863035,22882318:metal:4205:22883477,22895713:metal:4205:22897228,22896423:metal:4205:22900211,22917826:metal:4205:22925841,22931348:metal:4205:22942119,22951589:metal:4205:22951844,22967489:metal:4205:22978009,23019441:metal:4205:23063951,23062405:metal:4205:23090518,23266257:metal:4205:23526825,23328664:metal:4205:23439261,23370198:metal:4205:23450985,23371000:metal:4205:23482444,23372139:metal:4205:23490784,23408683:metal:4205:23513857,23424126:metal:4205:23516455,23487313:metal:4205:23509920,23503087:metal:4205:23503777,24463520:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0065686122126463724, 'nb_photo': 1070, 'list_port_cont': '22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22945507,22988171,22990624,23008511,23089692,23094184,23095169,23186761,23209567,23411317,23479327,23505171,23506528,23507307,23525356,24490065,24490142,24490234,24490247,24490303,24490801,24491577,24515737,24557479,24557763,24557936,24558327,24559117,24559767,24560327,24560618,24560705,24560800,24561381,24562047,24562094,24563434,24565078,24567523,24576597', 'assoc_port': '22604273:22636612,22609799:22634261,22624047:22630373,22640872:22644196,22645327:22645973,22668747:22671020,22683214:22687238,22706231:22707911,22715864:22720097,22727698:22738387,22760876:22763430,22775279:22784795,22814866:22816590,22835896:22854602,22835901:22847720,22858837:22862337,22861704:22864776,22863669:22865863,22879241:22880839,22885096:22889064,22916871:22945507,22963267:22990624,22979636:22988171,23002549:23008511,23024263:23094184,23056326:23089692,23080635:23095169,23157180:23209567,23164742:23186761,23370918:23479327,23386645:23506528,23411038:23411317,23419023:23525356,23487314:23507307,23499045:23505171,24463400:24490801,24463494:24490303,24463899:24490234,24463929:24491577,24464003:24490142,24464038:24490247,24464111:24490065,24512919:24567523,24513076:24565078,24513354:24563434,24513393:24562094,24513539:24562047,24513754:24561381,24513857:24560618,24513862:24560327,24513919:24560800,24513940:24560705,24514080:24559767,24514113:24515737,24514431:24558327,24514481:24559117,24514527:2455776', 'assoc_mat': '22604273:metal:4203:22636612,22609799:metal:4203:22634261,22624047:metal:4203:22630373,22640872:metal:4203:22644196,22645327:metal:4203:22645973,22668747:metal:4203:22671020,22683214:metal:4203:22687238,22706231:metal:4203:22707911,22715864:metal:4203:22720097,22727698:metal:4203:22738387,22760876:metal:4203:22763430,22775279:metal:4203:22784795,22814866:metal:4203:22816590,22835896:metal:4203:22854602,22835901:metal:4203:22847720,22858837:metal:4203:22862337,22861704:metal:4203:22864776,22863669:metal:4203:22865863,22879241:metal:4203:22880839,22885096:metal:4203:22889064,22916871:metal:4203:22945507,22963267:metal:4203:22990624,22979636:metal:4203:22988171,23002549:metal:4203:23008511,23024263:metal:4203:23094184,23056326:metal:4203:23089692,23080635:metal:4203:23095169,23157180:metal:4203:23209567,23164742:metal:4203:23186761,23370918:metal:4203:23479327,23386645:metal:4203:23506528,23411038:metal:4203:23411317,23419023:metal:4203:23525356,23487314:metal:4203:23507307,23499045:metal:4203:23505171,24463400:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008044712664780978, 'nb_photo': 558, 'list_port_cont': '22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22915508,22928156,22931723,22948599,22951982,22956470,22982944,23007837,23007961,23056102,23056600,23062384,23067022,23088886,23089561,23094093,23119951,23126234,23166995,23170509,23182135,23257377,23439893,23443192,23447369,23447573,23468974,23473959,23475349,23477108,23478220,23482399,2348811', 'assoc_port': '22593606:22594389,22593610:22594078,22596777:22597309,22596780:22596894,22603049:22603191,22607575:22607766,22613019:22613361,22617411:22617790,22637082:22637202,22637676:22637771,22639298:22639713,22639302:22639371,22640874:22641088,22643639:22643849,22645999:22646049,22647189:22647383,22662911:22663960,22666517:22666870,22669905:22670071,22673666:22674351,22673668:22674103,22675369:22675646,22676625:22676826,22681470:22686228,22687087:22687789,22693003:22695657,22696407:22696606,22708745:22711042,22708748:22709335,22711984:22712042,22712695:22712726,22713014:22713254,22713828:22715787,22714440:22714555,22720553:22721304,22720554:22721047,22727657:22728622,22731511:22732524,22731514:22732046,22733593:22733986,22755523:22756026,22757921:22758462,22760878:22761339,22763327:22763902,22766320:22766556,22775277:22775983,22775281:22775626,22775282:22775457,22813691:22814244,22816845:22816961,22817781:22818290,22823125:22823491,22823154:22823373,22828660:22829363,22832673:22833064,22838933:22839696,22838963:2283934', 'assoc_mat': '22593606:metal:4207:22594389,22593610:metal:4207:22594078,22596777:metal:4207:22597309,22596780:metal:4207:22596894,22603049:metal:4207:22603191,22607575:metal:4207:22607766,22613019:metal:4207:22613361,22617411:metal:4207:22617790,22637082:metal:4207:22637202,22637676:metal:4207:22637771,22639298:metal:4207:22639713,22639302:metal:4207:22639371,22640874:metal:4207:22641088,22643639:metal:4207:22643849,22645999:metal:4207:22646049,22647189:metal:4207:22647383,22662911:metal:4207:22663960,22666517:metal:4207:22666870,22669905:metal:4207:22670071,22673666:metal:4207:22674351,22673668:metal:4207:22674103,22675369:metal:4207:22675646,22676625:metal:4207:22676826,22681470:metal:4207:22686228,22687087:metal:4207:22687789,22693003:metal:4207:22695657,22696407:metal:4207:22696606,22708745:metal:4207:22711042,22708748:metal:4207:22709335,22711984:metal:4207:22712042,22712695:metal:4207:22712726,22713014:metal:4207:22713254,22713828:metal:4207:22715787,22714440:metal:4207:22714555,22720553:metal:4207:22721304,22720554:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007759700865238272, 'nb_photo': 66, 'list_port_cont': '22697907,22720954,22756101,22828937,22864525,22881587,22901520,23013092,23373171,23420734,23487859,24465937,24468364,24468840,24470014,24470296,24471109,24472870,24473762,24474005,24474273,24476544,24513930,24547474,24550622,24550717,24550936,24553199,24554543,24554687,24555251,24555384,24556366,24557619,24558291,24559473,24559819,24560485,24561086,24561689,24563943', 'assoc_port': '22696947:22697907,22720555:22720954,22755524:22756101,22828657:22828937,22864378:22864525,22875783:22881587,22901195:22901520,23012453:23013092,23372137:23373171,23420476:23420734,23487321:23487859,24463567:24474273,24463669:24474005,24463744:24471109,24463751:24473762,24463925:24472870,24463933:24476544,24463945:24470296,24463955:24465937,24463998:24470014,24464089:24468840,24464121:24468364,24512737:24563943,24512750:24513930,24512860:24561689,24512911:24561086,24513053:24560485,24513102:24559819,24513212:24559473,24513375:24558291,24513634:24557619,24514064:24553199,24514235:24555384,24514259:24556366,24514284:24555251,24514299:24554543,24514364:24554687,24514633:24550936,24514655:24550717,24514707:24550622,24514758:24547474', 'assoc_mat': '22696947:metal:4461:22697907,22720555:metal:4461:22720954,22755524:metal:4461:22756101,22828657:metal:4461:22828937,22864378:metal:4461:22864525,22875783:metal:4461:22881587,22901195:metal:4461:22901520,23012453:metal:4461:23013092,23372137:metal:4461:23373171,23420476:metal:4461:23420734,23487321:metal:4461:23487859,24463567:metal:4461:24474273,24463669:metal:4461:24474005,24463744:metal:4461:24471109,24463751:metal:4461:24473762,24463925:metal:4461:24472870,24463933:metal:4461:24476544,24463945:metal:4461:24470296,24463955:metal:4461:24465937,24463998:metal:4461:24470014,24464089:metal:4461:24468840,24464121:metal:4461:24468364,24512737:metal:4461:24563943,24512750:metal:4461:24513930,24512860:metal:4461:24561689,24512911:metal:4461:24561086,24513053:metal:4461:24560485,24513102:metal:4461:24559819,24513212:metal:4461:24559473,24513375:metal:4461:24558291,24513634:metal:4461:24557619,24514064:metal:4461:24553199,24514235:metal:4461:24555384,24514259:metal:4461:24556366,24514284:metal:4461:24555251,24514299:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0014591756284449793, 'nb_photo': 49, 'list_port_cont': '23158235,23158483,23176748,23255850,23352105', 'assoc_port': '23157188:23158483,23157192:23158235,23176167:23176748,23254131:23255850,23351475:23352105', 'assoc_mat': '23157188:metal:3594:23158483,23157192:metal:3594:23158235,23176167:metal:3594:23176748,23254131:metal:3594:23255850,23351475:metal:3594:23352105'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.16725021038418522, 'nb_photo': 1871, 'list_port_cont': '22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22918157,22919988,22926532,22985776,23077560,23089619,23091841,23447608,23504421,23507120,23507531,23510902,2351762', 'assoc_port': '22594877:22596184,22600724:22604137,22602545:22612210,22604276:22609332,22610907:22620999,22613021:22613235,22614937:22627393,22617412:22630483,22618985:22630490,22624048:22630385,22637077:22637394,22637083:22637524,22637332:22637375,22638529:22639215,22641845:22643599,22641850:22642120,22642864:22644332,22642868:22644431,22644529:22646703,22645330:22645460,22646001:22646061,22647187:22648104,22647191:22647329,22662912:22663883,22662914:22664079,22666514:22667664,22669908:22684097,22675367:22676960,22675368:22677088,22675371:22677193,22675372:22685649,22681463:22686625,22687091:22695633,22694868:22696538,22694885:22695683,22696946:22699557,22708747:22711344,22711988:22712186,22712694:22713179,22712698:22712812,22714439:22714728,22720546:22720793,22720550:22725027,22723659:22734353,22727658:22737340,22731555:22739665,22731557:22731747,22733592:22744944,22740289:22741205,22743063:22743317,22753642:22755894,22755522:22757454,22757920:22759671,22763326:22765901,22766326:22766587,22771176:22774554,22775280:2277983', 'assoc_mat': '22594877:metal:4200:22596184,22600724:metal:4200:22604137,22602545:metal:4200:22612210,22604276:metal:4200:22609332,22610907:metal:4200:22620999,22613021:metal:4200:22613235,22614937:metal:4200:22627393,22617412:metal:4200:22630483,22618985:metal:4200:22630490,22624048:metal:4200:22630385,22637077:metal:4200:22637394,22637083:metal:4200:22637524,22637332:metal:4200:22637375,22638529:metal:4200:22639215,22641845:metal:4200:22643599,22641850:metal:4200:22642120,22642864:metal:4200:22644332,22642868:metal:4200:22644431,22644529:metal:4200:22646703,22645330:metal:4200:22645460,22646001:metal:4200:22646061,22647187:metal:4200:22648104,22647191:metal:4200:22647329,22662912:metal:4200:22663883,22662914:metal:4200:22664079,22666514:metal:4200:22667664,22669908:metal:4200:22684097,22675367:metal:4200:22676960,22675368:metal:4200:22677088,22675371:metal:4200:22677193,22675372:metal:4200:22685649,22681463:metal:4200:22686625,22687091:metal:4200:22695633,22694868:metal:4200:22696538,22694885:metal:4200:22695683,22696946:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0006691626436606563, 'nb_photo': 9, 'list_port_cont': '22949093,23074700', 'assoc_port': '22948162:22949093,23073358:23074700', 'assoc_mat': '22948162:metal:3594:22949093,23073358:metal:3594:23074700'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02091548506990889, 'nb_photo': 605, 'list_port_cont': '22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22918038,23003100,23013077,23064855,23107220,23266783,23329554,23339679,23345488,23373437,23385231,23412751,23447111,23487905,23488205,24464498,24464791,24465224,24465275,24465380,24465409,24465679,24465754,24465781,24466490,24466507,24466620,24466878,24467494,24467518,24467973,24468606,24468666,24469084,24469663,24469745,24470195,24470414,24470603,24470990,24471081,2447129', 'assoc_port': '22593609:22593860,22594876:22595965,22600723:22601206,22603046:22603326,22604278:22604584,22607576:22617546,22607578:22607898,22610903:22611923,22610905:22611807,22610908:22611643,22614939:22625108,22617415:22617937,22618983:22629297,22624049:22624761,22637081:22637175,22637331:22637357,22637677:22637779,22639299:22639582,22640873:22641109,22643642:22643916,22645325:22645678,22647186:22647248,22661875:22662657,22661878:22662560,22662913:22663833,22672696:22672900,22672699:22683912,22675373:22675661,22681465:22682410,22681467:22682313,22681471:22681975,22683204:22684023,22687085:22687944,22696406:22696672,22696945:22697382,22706230:22706788,22719539:22719930,22723676:22724304,22729019:22730603,22729023:22730479,22753645:22754077,22760875:22761199,22766334:22766459,22773720:22774540,22781197:22781950,22785905:22786273,22787162:22787591,22813690:22814108,22816847:22817097,22823127:22823269,22831634:22831909,22835473:22835685,22835475:22835671,22838935:22839390,22856663:22856710,22858841:22858910,22861708:2286182', 'assoc_mat': '22593609:metal:4209:22593860,22594876:metal:4209:22595965,22600723:metal:4209:22601206,22603046:metal:4209:22603326,22604278:metal:4209:22604584,22607576:metal:4209:22617546,22607578:metal:4209:22607898,22610903:metal:4209:22611923,22610905:metal:4209:22611807,22610908:metal:4209:22611643,22614939:metal:4209:22625108,22617415:metal:4209:22617937,22618983:metal:4209:22629297,22624049:metal:4209:22624761,22637081:metal:4209:22637175,22637331:metal:4209:22637357,22637677:metal:4209:22637779,22639299:metal:4209:22639582,22640873:metal:4209:22641109,22643642:metal:4209:22643916,22645325:metal:4209:22645678,22647186:metal:4209:22647248,22661875:metal:4209:22662657,22661878:metal:4209:22662560,22662913:metal:4209:22663833,22672696:metal:4209:22672900,22672699:metal:4209:22683912,22675373:metal:4209:22675661,22681465:metal:4209:22682410,22681467:metal:4209:22682313,22681471:metal:4209:22681975,22683204:metal:4209:22684023,22687085:metal:4209:22687944,22696406:metal:4209:22696672,22696945:metal:4209:22697382,22706230:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011510800910251202, 'nb_photo': 2850, 'list_port_cont': '22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22918137,22920486,22925351,22931805,22950012,2295212', 'assoc_port': '22593607:22594156,22594878:22596097,22596778:22597266,22599779:22600171,22600725:22601226,22602546:22602884,22603047:22603309,22604281:22604568,22604285:22604694,22607577:22607876,22610904:22611739,22613020:22613605,22614941:22615579,22617413:22617912,22618986:22619618,22621389:22621908,22637075:22637239,22637329:22637541,22637675:22637893,22638530:22638905,22639300:22639720,22640875:22641082,22641844:22642200,22641848:22642357,22642866:22643264,22643643:22643859,22644532:22644820,22645996:22646139,22646207:22646323,22646699:22646764,22662916:22664722,22668748:22669208,22669906:22670574,22672697:22672983,22673671:22674156,22676626:22677116,22687084:22687863,22687089:22687526,22694854:22695601,22694855:22695471,22694881:22700566,22696405:22696697,22706232:22706878,22711985:22712131,22712696:22712890,22713825:22714112,22714438:22714712,22714442:22714770,22715865:22716159,22719540:22719982,22720545:22721218,22720552:22721102,22727659:22728548,22729021:22730035,22731512:22732168,22740292:22748172,22743077:2274359', 'assoc_mat': '22593607:metal:4211:22594156,22594878:metal:4211:22596097,22596778:metal:4211:22597266,22599779:metal:4211:22600171,22600725:metal:4211:22601226,22602546:metal:4211:22602884,22603047:metal:4211:22603309,22604281:metal:4211:22604568,22604285:metal:4211:22604694,22607577:metal:4211:22607876,22610904:metal:4211:22611739,22613020:metal:4211:22613605,22614941:metal:4211:22615579,22617413:metal:4211:22617912,22618986:metal:4211:22619618,22621389:metal:4211:22621908,22637075:metal:4211:22637239,22637329:metal:4211:22637541,22637675:metal:4211:22637893,22638530:metal:4211:22638905,22639300:metal:4211:22639720,22640875:metal:4211:22641082,22641844:metal:4211:22642200,22641848:metal:4211:22642357,22642866:metal:4211:22643264,22643643:metal:4211:22643859,22644532:metal:4211:22644820,22645996:metal:4211:22646139,22646207:metal:4211:22646323,22646699:metal:4211:22646764,22662916:metal:4211:22664722,22668748:metal:4211:22669208,22669906:metal:4211:22670574,22672697:metal:4211:22672983,22673671:metal:4211:22674156,22676626:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014514971832943842, 'nb_photo': 7, 'list_port_cont': '22936484,22945222,22986011,23013185,23202031,23500683,23505583', 'assoc_port': '22929808:22945222,22935793:22936484,22984226:22986011,22998441:23013185,23172914:23202031,23379559:23500683,23383815:23505583', 'assoc_mat': '22929808:metal:3327:22945222,22935793:metal:3327:22936484,22984226:metal:3327:22986011,22998441:metal:3327:23013185,23172914:metal:3327:23202031,23379559:metal:3327:23500683,23383815:metal:3327:23505583'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.023051097183724882, 'nb_photo': 2826, 'list_port_cont': '22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,23063938,23075718,23088200,23090507,23091297,23165112,23174291,23185160,23439253,23447346,23450991,23477027,23482447,23490777,23501634,23503779,23506181,23509923,23513866,23516450,23526821,24489938,24489974,24490321,24490501,24491606,24557377,24558586,24558658,24558974,24560243,24569348,24569770', 'assoc_port': '22591582:22592604,22602549:22602573,22614943:22627266,22637672:22637961,22637674:22637868,22643641:22645203,22666515:22667712,22673669:22675225,22676627:22681751,22693033:22698560,22713819:22718097,22719525:22722808,22727668:22737395,22755525:22757394,22773713:22777255,22777724:22782120,22793928:22794045,22828627:22856070,22835476:22845284,22856658:22859413,22857008:22863347,22862865:22863033,22874442:22876484,22882318:22883466,22895713:22897229,22896423:22900204,22917826:22925845,22931348:22942109,22951589:22951836,22967489:22978014,23019441:23063938,23052721:23088200,23062405:23090507,23064326:23091297,23075518:23075718,23112649:23165112,23127851:23174291,23161553:23185160,23266257:23526821,23328664:23439253,23370198:23450991,23370901:23477027,23371000:23482447,23372139:23490777,23381825:23501634,23408683:23513866,23424126:23516450,23446969:23447346,23487313:23509923,23495804:23506181,23503087:23503779,24463520:24491606,24463722:24489974,24463777:24490501,24463881:24490321,24463942:24489938,24513246:2456934', 'assoc_mat': '22591582:papier:4205:22592604,22602549:papier:4205:22602573,22614943:papier:4205:22627266,22637672:papier:4205:22637961,22637674:papier:4205:22637868,22643641:papier:4205:22645203,22666515:papier:4205:22667712,22673669:papier:4205:22675225,22676627:papier:4205:22681751,22693033:papier:4205:22698560,22713819:papier:4205:22718097,22719525:papier:4205:22722808,22727668:papier:4205:22737395,22755525:papier:4205:22757394,22773713:papier:4205:22777255,22777724:papier:4205:22782120,22793928:papier:4205:22794045,22828627:papier:4205:22856070,22835476:papier:4205:22845284,22856658:papier:4205:22859413,22857008:papier:4205:22863347,22862865:papier:4205:22863033,22874442:papier:4205:22876484,22882318:papier:4205:22883466,22895713:papier:4205:22897229,22896423:papier:4205:22900204,22917826:papier:4205:22925845,22931348:papier:4205:22942109,22951589:papier:4205:22951836,22967489:papier:4205:22978014,23019441:papier:4205:23063938,23052721:papier:4205:23088200,23062405:papier:4205:23090507,23064326:papier:4205:23091297,2307'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012816532895231311, 'nb_photo': 6124, 'list_port_cont': '22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22945498,22988169,22990627,23008509,23089695,23094187,23095164,23186757,23209572,23411321,23479319,23505178,23506521,23507303,23525355,24490066,24490131,24490225,24490250,24490304,24490799,24491574,24515746,24557474,24557752,24557941,24558334,24559115,24559761,24560322,24560614,24560712,24560791,24561379,24562048,24562096,24563429,24565083,24567536,24576606', 'assoc_port': '22604273:22636619,22609799:22634260,22624047:22630378,22640872:22644192,22645327:22645965,22668747:22671018,22683214:22687239,22706231:22707910,22715864:22720106,22727698:22738376,22760876:22763435,22775279:22784782,22814866:22816578,22835896:22854601,22835901:22847713,22858837:22862352,22861704:22864780,22863669:22865878,22879241:22880847,22885096:22889055,22916871:22945498,22963267:22990627,22979636:22988169,23002549:23008509,23024263:23094187,23056326:23089695,23080635:23095164,23157180:23209572,23164742:23186757,23370918:23479319,23386645:23506521,23411038:23411321,23419023:23525355,23487314:23507303,23499045:23505178,24463400:24490799,24463494:24490304,24463899:24490225,24463929:24491574,24464003:24490131,24464038:24490250,24464111:24490066,24512919:24567536,24513076:24565083,24513354:24563429,24513393:24562096,24513539:24562048,24513754:24561379,24513857:24560614,24513862:24560322,24513919:24560791,24513940:24560712,24514080:24559761,24514113:24515746,24514431:24558334,24514481:24559115,24514527:2455775', 'assoc_mat': '22604273:papier:4203:22636619,22609799:papier:4203:22634260,22624047:papier:4203:22630378,22640872:papier:4203:22644192,22645327:papier:4203:22645965,22668747:papier:4203:22671018,22683214:papier:4203:22687239,22706231:papier:4203:22707910,22715864:papier:4203:22720106,22727698:papier:4203:22738376,22760876:papier:4203:22763435,22775279:papier:4203:22784782,22814866:papier:4203:22816578,22835896:papier:4203:22854601,22835901:papier:4203:22847713,22858837:papier:4203:22862352,22861704:papier:4203:22864780,22863669:papier:4203:22865878,22879241:papier:4203:22880847,22885096:papier:4203:22889055,22916871:papier:4203:22945498,22963267:papier:4203:22990627,22979636:papier:4203:22988169,23002549:papier:4203:23008509,23024263:papier:4203:23094187,23056326:papier:4203:23089695,23080635:papier:4203:23095164,23157180:papier:4203:23209572,23164742:papier:4203:23186757,23370918:papier:4203:23479319,23386645:papier:4203:23506521,23411038:papier:4203:23411321,23419023:papier:4203:23525355,23487314:papier:4203:23507303,2349'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.03739677816725091, 'nb_photo': 18096, 'list_port_cont': '22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332', 'assoc_port': '22593605:22594350,22593606:22594398,22593610:22594076,22596777:22597304,22596780:22596886,22599778:22600328,22599780:22600129,22600753:22600924,22603049:22603194,22607575:22607768,22609801:22610273,22610902:22611301,22613019:22613350,22614940:22615153,22617411:22617797,22628391:22629010,22628395:22628682,22637079:22637257,22637082:22637208,22637676:22637768,22639298:22639700,22639302:22639382,22640874:22641095,22641847:22642311,22643639:22643840,22644527:22644976,22644530:22644869,22644534:22644853,22644535:22644669,22645328:22645634,22645998:22646101,22645999:22646053,22647189:22647389,22647190:22647231,22661877:22661926,22662911:22663973,22666517:22666882,22669905:22670065,22672698:22672795,22673666:22674365,22673668:22674113,22675369:22675638,22676625:22676820,22681470:22686227,22687087:22687786,22687093:22687293,22693003:22695666,22694883:22695408,22696407:22696617,22708745:22711027,22708748:22709325,22711984:22712043,22712695:22712712,22713014:22713256,22713828:22715795,22714440:22714563,22720547:2272188', 'assoc_mat': '22593605:papier:4207:22594350,22593606:papier:4207:22594398,22593610:papier:4207:22594076,22596777:papier:4207:22597304,22596780:papier:4207:22596886,22599778:papier:4207:22600328,22599780:papier:4207:22600129,22600753:papier:4207:22600924,22603049:papier:4207:22603194,22607575:papier:4207:22607768,22609801:papier:4207:22610273,22610902:papier:4207:22611301,22613019:papier:4207:22613350,22614940:papier:4207:22615153,22617411:papier:4207:22617797,22628391:papier:4207:22629010,22628395:papier:4207:22628682,22637079:papier:4207:22637257,22637082:papier:4207:22637208,22637676:papier:4207:22637768,22639298:papier:4207:22639700,22639302:papier:4207:22639382,22640874:papier:4207:22641095,22641847:papier:4207:22642311,22643639:papier:4207:22643840,22644527:papier:4207:22644976,22644530:papier:4207:22644869,22644534:papier:4207:22644853,22644535:papier:4207:22644669,22645328:papier:4207:22645634,22645998:papier:4207:22646101,22645999:papier:4207:22646053,22647189:papier:4207:22647389,22647190:papier:4207:22647231,2266'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.242605734352096, 'nb_photo': 62152, 'list_port_cont': '22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22917093,22935139,23013090,23053920,23079956,23176371,23232831,23332222,23370781,23372323,23373178,23375603,23382532,23420741,23487869,23488400,23489139,23489333,24465104,24465159,24465342,24465644,24465805,24465930,24466905,24467178,24467369,24467697,24468370,24468826,24469578,24469831,24470004,24470299,24470882,24471112,24471385,2447169', 'assoc_port': '22591584:22591951,22594879:22595988,22599782:22600144,22603048:22610117,22604271:22604882,22604283:22604823,22607579:22607815,22610906:22611409,22614959:22615431,22618984:22621167,22621387:22621787,22637328:22637451,22638528:22638869,22639301:22639669,22641846:22642318,22643640:22643805,22644533:22644719,22645326:22645649,22646000:22646082,22647188:22647265,22662910:22664458,22666516:22666823,22669907:22670587,22673670:22674126,22676624:22677064,22683217:22684121,22687090:22687456,22693018:22693431,22696409:22696621,22696947:22697911,22712697:22712853,22713831:22714076,22714437:22717924,22720549:22721110,22720555:22720955,22723677:22724477,22731556:22732108,22743102:22749514,22755524:22756110,22760877:22761289,22765036:22781432,22766335:22766483,22771175:22771651,22777722:22778061,22782355:22782757,22785891:22786388,22787164:22787673,22811660:22811905,22814868:22816045,22817782:22824313,22828657:22828948,22831635:22832081,22832675:22833107,22838937:22839471,22840147:22840478,22843809:22844558,22843810:2284433', 'assoc_mat': '22591584:papier:4461:22591951,22594879:papier:4461:22595988,22599782:papier:4461:22600144,22603048:papier:4461:22610117,22604271:papier:4461:22604882,22604283:papier:4461:22604823,22607579:papier:4461:22607815,22610906:papier:4461:22611409,22614959:papier:4461:22615431,22618984:papier:4461:22621167,22621387:papier:4461:22621787,22637328:papier:4461:22637451,22638528:papier:4461:22638869,22639301:papier:4461:22639669,22641846:papier:4461:22642318,22643640:papier:4461:22643805,22644533:papier:4461:22644719,22645326:papier:4461:22645649,22646000:papier:4461:22646082,22647188:papier:4461:22647265,22662910:papier:4461:22664458,22666516:papier:4461:22666823,22669907:papier:4461:22670587,22673670:papier:4461:22674126,22676624:papier:4461:22677064,22683217:papier:4461:22684121,22687090:papier:4461:22687456,22693018:papier:4461:22693431,22696409:papier:4461:22696621,22696947:papier:4461:22697911,22712697:papier:4461:22712853,22713831:papier:4461:22714076,22714437:papier:4461:22717924,22720549:papier:4461:22721110,2272'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.04124850994766089, 'nb_photo': 920, 'list_port_cont': '23158240,23158486,23176746,23255853,23346168,23352108', 'assoc_port': '23157188:23158486,23157192:23158240,23176167:23176746,23254131:23255853,23344698:23346168,23351475:23352108', 'assoc_mat': '23157188:papier:3594:23158486,23157192:papier:3594:23158240,23176167:papier:3594:23176746,23254131:papier:3594:23255853,23344698:papier:3594:23346168,23351475:papier:3594:23352108'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016044145188928383, 'nb_photo': 6381, 'list_port_cont': '22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22918155,22919990,22926535,22985773,22997866,23077558,23089620,23091843,23344858,23393274,23447611,23504422,2350560', 'assoc_port': '22594877:22596173,22600724:22604125,22602545:22612196,22604276:22609329,22610907:22621001,22613021:22613224,22614937:22627385,22617412:22630478,22618985:22630498,22624048:22630393,22637077:22637395,22637083:22637526,22637332:22637376,22638529:22639211,22641845:22643595,22641850:22642116,22642864:22644330,22642868:22644428,22644529:22646708,22645330:22645466,22646001:22646058,22647187:22648108,22647191:22647328,22662912:22663914,22662914:22664092,22666514:22667659,22669908:22684102,22675367:22676959,22675368:22677093,22675371:22677196,22675372:22685641,22681463:22686624,22687091:22695623,22694868:22696541,22694885:22695680,22696946:22699560,22708747:22711336,22711988:22712179,22712694:22713170,22712698:22712807,22714439:22714731,22720546:22720782,22720550:22725035,22723659:22734357,22727658:22737334,22731555:22739663,22731557:22731749,22733592:22744954,22740289:22741200,22743063:22743325,22753642:22755896,22755522:22757453,22757920:22759663,22763326:22765902,22766326:22766583,22771176:22774564,22775280:2277983', 'assoc_mat': '22594877:papier:4200:22596173,22600724:papier:4200:22604125,22602545:papier:4200:22612196,22604276:papier:4200:22609329,22610907:papier:4200:22621001,22613021:papier:4200:22613224,22614937:papier:4200:22627385,22617412:papier:4200:22630478,22618985:papier:4200:22630498,22624048:papier:4200:22630393,22637077:papier:4200:22637395,22637083:papier:4200:22637526,22637332:papier:4200:22637376,22638529:papier:4200:22639211,22641845:papier:4200:22643595,22641850:papier:4200:22642116,22642864:papier:4200:22644330,22642868:papier:4200:22644428,22644529:papier:4200:22646708,22645330:papier:4200:22645466,22646001:papier:4200:22646058,22647187:papier:4200:22648108,22647191:papier:4200:22647328,22662912:papier:4200:22663914,22662914:papier:4200:22664092,22666514:papier:4200:22667659,22669908:papier:4200:22684102,22675367:papier:4200:22676959,22675368:papier:4200:22677093,22675371:papier:4200:22677196,22675372:papier:4200:22685641,22681463:papier:4200:22686624,22687091:papier:4200:22695623,22694868:papier:4200:22696541,2269'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12614755203331532, 'nb_photo': 924, 'list_port_cont': '22949097,23074698', 'assoc_port': '22948162:22949097,23073358:23074698', 'assoc_mat': '22948162:papier:3594:22949097,23073358:papier:3594:23074698'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9409872095101457, 'nb_photo': 137737, 'list_port_cont': '22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22918034,22922668,23003113,23013069,23064860,23107221,23230493,23232711,23266785,23329551,23331995,23339680,23345483,23373431,23385240,23412742,23447106,23487903,23488207,24464501,24464545,24464799,2446522', 'assoc_port': '22593609:22593866,22594876:22595978,22600723:22601211,22603046:22603328,22604278:22604595,22607576:22617549,22607578:22607906,22609802:22610156,22610903:22611926,22610905:22611808,22610908:22611636,22614938:22615314,22614939:22625116,22617410:22617845,22617415:22617929,22618983:22629299,22624049:22624752,22628393:22628720,22637081:22637171,22637331:22637365,22637677:22637773,22639299:22639573,22640873:22641117,22643642:22643913,22645325:22645690,22645329:22645485,22646206:22646312,22647186:22647262,22661875:22662660,22661878:22662566,22662913:22663837,22672696:22672895,22672699:22683913,22675373:22675659,22681465:22682416,22681467:22682306,22681471:22681964,22683204:22684024,22687085:22687951,22687092:22687396,22694882:22695353,22696406:22696675,22696945:22697391,22706230:22706796,22707489:22707795,22711986:22712024,22713013:22713269,22714441:22714700,22719539:22719937,22723676:22724306,22729019:22730609,22729023:22730487,22753645:22754073,22760875:22761245,22766334:22766452,22773720:22774547,22781197:2278195', 'assoc_mat': '22593609:papier:4209:22593866,22594876:papier:4209:22595978,22600723:papier:4209:22601211,22603046:papier:4209:22603328,22604278:papier:4209:22604595,22607576:papier:4209:22617549,22607578:papier:4209:22607906,22609802:papier:4209:22610156,22610903:papier:4209:22611926,22610905:papier:4209:22611808,22610908:papier:4209:22611636,22614938:papier:4209:22615314,22614939:papier:4209:22625116,22617410:papier:4209:22617845,22617415:papier:4209:22617929,22618983:papier:4209:22629299,22624049:papier:4209:22624752,22628393:papier:4209:22628720,22637081:papier:4209:22637171,22637331:papier:4209:22637365,22637677:papier:4209:22637773,22639299:papier:4209:22639573,22640873:papier:4209:22641117,22643642:papier:4209:22643913,22645325:papier:4209:22645690,22645329:papier:4209:22645485,22646206:papier:4209:22646312,22647186:papier:4209:22647262,22661875:papier:4209:22662660,22661878:papier:4209:22662566,22662913:papier:4209:22663837,22672696:papier:4209:22672895,22672699:papier:4209:22683913,22675373:papier:4209:22675659,2268'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010438880850366618, 'nb_photo': 29237, 'list_port_cont': '22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22918132,22920496,22925342,22931809,22950016,2295212', 'assoc_port': '22593607:22594149,22594878:22596088,22596778:22597268,22599779:22600175,22600725:22601232,22602546:22602877,22603047:22603303,22604281:22604569,22604285:22604688,22607577:22607885,22610904:22611744,22613020:22613599,22614941:22615574,22617413:22617915,22618986:22619613,22621389:22621909,22637075:22637224,22637329:22637553,22637675:22637885,22638530:22638903,22639300:22639725,22640875:22641069,22641844:22642205,22641848:22642346,22642866:22643275,22643643:22643863,22644532:22644806,22645996:22646133,22646207:22646324,22646699:22646765,22662916:22664730,22668748:22669219,22669906:22670583,22672697:22672995,22673671:22674152,22676626:22677109,22687084:22687868,22687089:22687527,22694854:22695605,22694855:22695485,22694881:22700573,22696405:22696705,22706232:22706889,22711985:22712136,22712696:22712895,22713825:22714103,22714438:22714718,22714442:22714760,22715865:22716165,22719540:22719973,22720545:22721223,22720552:22721104,22727659:22728536,22729021:22730039,22731512:22732165,22740292:22748165,22743077:2274359', 'assoc_mat': '22593607:papier:4211:22594149,22594878:papier:4211:22596088,22596778:papier:4211:22597268,22599779:papier:4211:22600175,22600725:papier:4211:22601232,22602546:papier:4211:22602877,22603047:papier:4211:22603303,22604281:papier:4211:22604569,22604285:papier:4211:22604688,22607577:papier:4211:22607885,22610904:papier:4211:22611744,22613020:papier:4211:22613599,22614941:papier:4211:22615574,22617413:papier:4211:22617915,22618986:papier:4211:22619613,22621389:papier:4211:22621909,22637075:papier:4211:22637224,22637329:papier:4211:22637553,22637675:papier:4211:22637885,22638530:papier:4211:22638903,22639300:papier:4211:22639725,22640875:papier:4211:22641069,22641844:papier:4211:22642205,22641848:papier:4211:22642346,22642866:papier:4211:22643275,22643643:papier:4211:22643863,22644532:papier:4211:22644806,22645996:papier:4211:22646133,22646207:papier:4211:22646324,22646699:papier:4211:22646765,22662916:papier:4211:22664730,22668748:papier:4211:22669219,22669906:papier:4211:22670583,22672697:papier:4211:22672995,2267'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012422552891064146, 'nb_photo': 823, 'list_port_cont': '22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22926574,22929975,22930591,22936495,22936547,22942819,22945217,22970726,22981019,22986003,22987861,22988214,22994037,22994879,23002077,23009884,23013190,23055182,23055482,23059059,23059747,23065672,23066043,23075738,23078488,2308849', 'assoc_port': '22596779:22607294,22599781:22600792,22600763:22601575,22602548:22602964,22604279:22605085,22609800:22612830,22609829:22610544,22613022:22614564,22614960:22616482,22621388:22622123,22628388:22629255,22637076:22639828,22637080:22637339,22637670:22637996,22639297:22639883,22641849:22642910,22642867:22643285,22644513:22646157,22644528:22645409,22644531:22644956,22645997:22647113,22646002:22646172,22646205:22646449,22646698:22646783,22662915:22664935,22669904:22670973,22673667:22676633,22675370:22676779,22683212:22686166,22687088:22688621,22688510:22689694,22694884:22695647,22700429:22701193,22706229:22707694,22708744:22711920,22708746:22710395,22711987:22712299,22713822:22714465,22715863:22716651,22715866:22716574,22719541:22720732,22720551:22725014,22720556:22721544,22727679:22728824,22729016:22731569,22731513:22732983,22733591:22735491,22740290:22741287,22753647:22754532,22763328:22765227,22769206:22770709,22771178:22772540,22775278:22776170,22781199:22782389,22782382:22783549,22787159:22794788,22787160:2279166', 'assoc_mat': '22596779:papier:3327:22607294,22599781:papier:3327:22600792,22600763:papier:3327:22601575,22602548:papier:3327:22602964,22604279:papier:3327:22605085,22609800:papier:3327:22612830,22609829:papier:3327:22610544,22613022:papier:3327:22614564,22614960:papier:3327:22616482,22621388:papier:3327:22622123,22628388:papier:3327:22629255,22637076:papier:3327:22639828,22637080:papier:3327:22637339,22637670:papier:3327:22637996,22639297:papier:3327:22639883,22641849:papier:3327:22642910,22642867:papier:3327:22643285,22644513:papier:3327:22646157,22644528:papier:3327:22645409,22644531:papier:3327:22644956,22645997:papier:3327:22647113,22646002:papier:3327:22646172,22646205:papier:3327:22646449,22646698:papier:3327:22646783,22662915:papier:3327:22664935,22669904:papier:3327:22670973,22673667:papier:3327:22676633,22675370:papier:3327:22676779,22683212:papier:3327:22686166,22687088:papier:3327:22688621,22688510:papier:3327:22689694,22694884:papier:3327:22695647,22700429:papier:3327:22701193,22706229:papier:3327:22707694,2270'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007175982100197056, 'nb_photo': 185, 'list_port_cont': '22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,23063939,23075715,23088205,23090515,23091300,23165099,23185152,23439256,23447349,23450981,23477025,23482453,23501625,23506179,23513856,23526816,24489934,24490324,24491611,24557369,24558582,24558663,24558976,24560239,24569356,24569766', 'assoc_port': '22591582:22592607,22602549:22602563,22614943:22627281,22637672:22637953,22637674:22637866,22643641:22645205,22666515:22667707,22673669:22675222,22676627:22681760,22693033:22698567,22713819:22718099,22727668:22737398,22755525:22757400,22773713:22777257,22777724:22782117,22793928:22794048,22828627:22856073,22835476:22845286,22857008:22863340,22862865:22863023,22874442:22876481,22882318:22883462,22895713:22897223,22896423:22900209,22917826:22925846,22931348:22942115,22951589:22951841,22967489:22978001,23019441:23063939,23052721:23088205,23062405:23090515,23064326:23091300,23075518:23075715,23112649:23165099,23161553:23185152,23266257:23526816,23328664:23439256,23370198:23450981,23370901:23477025,23371000:23482453,23381825:23501625,23408683:23513856,23446969:23447349,23495804:23506179,24463520:24491611,24463881:24490324,24463942:24489934,24513246:24569356,24513454:24569766,24514181:24558582,24514184:24560239,24514384:24558976,24514432:24558663,24514700:24557369', 'assoc_mat': '22591582:pehd:4205:22592607,22602549:pehd:4205:22602563,22614943:pehd:4205:22627281,22637672:pehd:4205:22637953,22637674:pehd:4205:22637866,22643641:pehd:4205:22645205,22666515:pehd:4205:22667707,22673669:pehd:4205:22675222,22676627:pehd:4205:22681760,22693033:pehd:4205:22698567,22713819:pehd:4205:22718099,22727668:pehd:4205:22737398,22755525:pehd:4205:22757400,22773713:pehd:4205:22777257,22777724:pehd:4205:22782117,22793928:pehd:4205:22794048,22828627:pehd:4205:22856073,22835476:pehd:4205:22845286,22857008:pehd:4205:22863340,22862865:pehd:4205:22863023,22874442:pehd:4205:22876481,22882318:pehd:4205:22883462,22895713:pehd:4205:22897223,22896423:pehd:4205:22900209,22917826:pehd:4205:22925846,22931348:pehd:4205:22942115,22951589:pehd:4205:22951841,22967489:pehd:4205:22978001,23019441:pehd:4205:23063939,23052721:pehd:4205:23088205,23062405:pehd:4205:23090515,23064326:pehd:4205:23091300,23075518:pehd:4205:23075715,23112649:pehd:4205:23165099,23161553:pehd:4205:23185152,23266257:pehd:4205:23526816,23328664:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037420608326793393, 'nb_photo': 645, 'list_port_cont': '22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22945496,22988170,22990614,23008507,23089694,23094197,23095171,23186760,23209569,23411325,23479328,23505172,23506523,23507301,23525351,24490055,24490145,24490230,24490248,24490305,24490806,24491575,24515743,24557473,24557756,24557938,24558324,24559123,24559775,24560326,24560612,24560713,24560795,24561384,24562036,24562087,24563431,24565090,24567526,24576598', 'assoc_port': '22604273:22636616,22609799:22634255,22624047:22630368,22640872:22644191,22645327:22645961,22668747:22671023,22683214:22687245,22706231:22707914,22715864:22720104,22727698:22738372,22760876:22763445,22775279:22784787,22814866:22816591,22835896:22854604,22835901:22847721,22858837:22862340,22861704:22864779,22863669:22865864,22879241:22880836,22885096:22889058,22916871:22945496,22963267:22990614,22979636:22988170,23002549:23008507,23024263:23094197,23056326:23089694,23080635:23095171,23157180:23209569,23164742:23186760,23370918:23479328,23386645:23506523,23411038:23411325,23419023:23525351,23487314:23507301,23499045:23505172,24463400:24490806,24463494:24490305,24463899:24490230,24463929:24491575,24464003:24490145,24464038:24490248,24464111:24490055,24512919:24567526,24513076:24565090,24513354:24563431,24513393:24562087,24513539:24562036,24513754:24561384,24513857:24560612,24513862:24560326,24513919:24560795,24513940:24560713,24514080:24559775,24514113:24515743,24514431:24558324,24514481:24559123,24514527:2455775', 'assoc_mat': '22604273:pehd:4203:22636616,22609799:pehd:4203:22634255,22624047:pehd:4203:22630368,22640872:pehd:4203:22644191,22645327:pehd:4203:22645961,22668747:pehd:4203:22671023,22683214:pehd:4203:22687245,22706231:pehd:4203:22707914,22715864:pehd:4203:22720104,22727698:pehd:4203:22738372,22760876:pehd:4203:22763445,22775279:pehd:4203:22784787,22814866:pehd:4203:22816591,22835896:pehd:4203:22854604,22835901:pehd:4203:22847721,22858837:pehd:4203:22862340,22861704:pehd:4203:22864779,22863669:pehd:4203:22865864,22879241:pehd:4203:22880836,22885096:pehd:4203:22889058,22916871:pehd:4203:22945496,22963267:pehd:4203:22990614,22979636:pehd:4203:22988170,23002549:pehd:4203:23008507,23024263:pehd:4203:23094197,23056326:pehd:4203:23089694,23080635:pehd:4203:23095171,23157180:pehd:4203:23209569,23164742:pehd:4203:23186760,23370918:pehd:4203:23479328,23386645:pehd:4203:23506523,23411038:pehd:4203:23411325,23419023:pehd:4203:23525351,23487314:pehd:4203:23507301,23499045:pehd:4203:23505172,24463400:pehd:4203:24490806,24463494:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004365902809767386, 'nb_photo': 503, 'list_port_cont': '22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22915514,22928148,22948603,22956475,22982943,23007832,23007951,23056599,23062372,23067031,23088891,23089563,23094087,23119949,23167001,23182144,23257387,23398674,23439899,23443194,23447363,2344757', 'assoc_port': '22593605:22594346,22593606:22594390,22593610:22594070,22599780:22600125,22600753:22600930,22609801:22610269,22613019:22613352,22617411:22617795,22628391:22629014,22628395:22628690,22637082:22637204,22637676:22637758,22639298:22639703,22641847:22642302,22644527:22644966,22644530:22644861,22644534:22644841,22647190:22647238,22661877:22661922,22662911:22663968,22666517:22666875,22669905:22670076,22672698:22672790,22673666:22674357,22673668:22674107,22676625:22676814,22681470:22686237,22687087:22687792,22693003:22695660,22696407:22696614,22708745:22711034,22712695:22712724,22713828:22715781,22714440:22714559,22720547:22721893,22720553:22721296,22720554:22721058,22727657:22728619,22729018:22738165,22731511:22732509,22731514:22732045,22733593:22733988,22753641:22753881,22755523:22756016,22757921:22758444,22760878:22761336,22763327:22763898,22765035:22765536,22766320:22766554,22769207:22770052,22775277:22775978,22775282:22775451,22781201:22781541,22785918:22786370,22787163:22790685,22793924:22794062,22813691:2281423', 'assoc_mat': '22593605:pehd:4207:22594346,22593606:pehd:4207:22594390,22593610:pehd:4207:22594070,22599780:pehd:4207:22600125,22600753:pehd:4207:22600930,22609801:pehd:4207:22610269,22613019:pehd:4207:22613352,22617411:pehd:4207:22617795,22628391:pehd:4207:22629014,22628395:pehd:4207:22628690,22637082:pehd:4207:22637204,22637676:pehd:4207:22637758,22639298:pehd:4207:22639703,22641847:pehd:4207:22642302,22644527:pehd:4207:22644966,22644530:pehd:4207:22644861,22644534:pehd:4207:22644841,22647190:pehd:4207:22647238,22661877:pehd:4207:22661922,22662911:pehd:4207:22663968,22666517:pehd:4207:22666875,22669905:pehd:4207:22670076,22672698:pehd:4207:22672790,22673666:pehd:4207:22674357,22673668:pehd:4207:22674107,22676625:pehd:4207:22676814,22681470:pehd:4207:22686237,22687087:pehd:4207:22687792,22693003:pehd:4207:22695660,22696407:pehd:4207:22696614,22708745:pehd:4207:22711034,22712695:pehd:4207:22712724,22713828:pehd:4207:22715781,22714440:pehd:4207:22714559,22720547:pehd:4207:22721893,22720553:pehd:4207:22721296,22720554:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007790402393479307, 'nb_photo': 34, 'list_port_cont': '22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,23176377,23489336,24465087,24469592,24470009,24477571,24515518,24556220,24556365,24558424,24559040,24560052,24563945', 'assoc_port': '22594879:22595989,22621387:22621789,22662910:22664459,22669907:22670619,22676624:22677063,22731556:22732109,22743102:22749518,22760877:22761297,22828657:22828938,22843809:22844555,22858840:22858882,22859469:22859538,22860491:22860726,22862459:22862677,22879243:22879643,22901195:22901512,23176164:23176377,23487107:23489336,24463472:24477571,24463757:24465087,24463819:24469592,24463998:24470009,24512737:24563945,24513049:24560052,24513378:24559040,24513593:24558424,24513825:24515518,24514022:24556220,24514259:24556365', 'assoc_mat': '22594879:pehd:4461:22595989,22621387:pehd:4461:22621789,22662910:pehd:4461:22664459,22669907:pehd:4461:22670619,22676624:pehd:4461:22677063,22731556:pehd:4461:22732109,22743102:pehd:4461:22749518,22760877:pehd:4461:22761297,22828657:pehd:4461:22828938,22843809:pehd:4461:22844555,22858840:pehd:4461:22858882,22859469:pehd:4461:22859538,22860491:pehd:4461:22860726,22862459:pehd:4461:22862677,22879243:pehd:4461:22879643,22901195:pehd:4461:22901512,23176164:pehd:4461:23176377,23487107:pehd:4461:23489336,24463472:pehd:4461:24477571,24463757:pehd:4461:24465087,24463819:pehd:4461:24469592,24463998:pehd:4461:24470009,24512737:pehd:4461:24563945,24513049:pehd:4461:24560052,24513378:pehd:4461:24559040,24513593:pehd:4461:24558424,24513825:pehd:4461:24515518,24514022:pehd:4461:24556220,24514259:pehd:4461:24556365'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002701779379929697, 'nb_photo': 3, 'list_port_cont': '23158489,23346170', 'assoc_port': '23157188:23158489,23344698:23346170', 'assoc_mat': '23157188:pehd:3594:23158489,23344698:pehd:3594:23346170'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008590865207859722, 'nb_photo': 1719, 'list_port_cont': '22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22918147,22919991,22926526,22985782,22997874,23077573,23089617,23091836,23344851,23393272,23447601,23504430,23505604,2350588', 'assoc_port': '22594877:22596176,22600724:22604134,22602545:22612204,22604276:22609340,22610907:22620992,22613021:22613234,22614937:22627380,22617412:22630485,22618985:22630491,22624048:22630386,22637077:22637392,22637083:22637530,22637332:22637372,22638529:22639218,22641845:22643597,22641850:22642119,22642864:22644334,22642868:22644425,22644529:22646705,22645330:22645470,22646001:22646069,22647187:22648109,22647191:22647332,22662912:22663890,22666514:22667653,22669908:22684090,22675367:22676965,22675368:22677089,22675371:22677191,22675372:22685652,22681463:22686637,22687091:22695629,22694868:22696539,22694885:22695684,22696946:22699547,22708747:22711332,22711988:22712184,22712694:22713174,22712698:22712809,22714439:22714732,22720546:22720791,22720550:22725026,22723659:22734342,22727658:22737341,22731555:22739671,22731557:22731750,22733592:22744941,22740289:22741198,22743063:22743316,22753642:22755897,22755522:22757456,22757920:22759664,22763326:22765895,22766326:22766593,22771176:22774555,22775280:22779834,22777709:2278210', 'assoc_mat': '22594877:pehd:4200:22596176,22600724:pehd:4200:22604134,22602545:pehd:4200:22612204,22604276:pehd:4200:22609340,22610907:pehd:4200:22620992,22613021:pehd:4200:22613234,22614937:pehd:4200:22627380,22617412:pehd:4200:22630485,22618985:pehd:4200:22630491,22624048:pehd:4200:22630386,22637077:pehd:4200:22637392,22637083:pehd:4200:22637530,22637332:pehd:4200:22637372,22638529:pehd:4200:22639218,22641845:pehd:4200:22643597,22641850:pehd:4200:22642119,22642864:pehd:4200:22644334,22642868:pehd:4200:22644425,22644529:pehd:4200:22646705,22645330:pehd:4200:22645470,22646001:pehd:4200:22646069,22647187:pehd:4200:22648109,22647191:pehd:4200:22647332,22662912:pehd:4200:22663890,22666514:pehd:4200:22667653,22669908:pehd:4200:22684090,22675367:pehd:4200:22676965,22675368:pehd:4200:22677089,22675371:pehd:4200:22677191,22675372:pehd:4200:22685652,22681463:pehd:4200:22686637,22687091:pehd:4200:22695629,22694868:pehd:4200:22696539,22694885:pehd:4200:22695684,22696946:pehd:4200:22699547,22708747:pehd:4200:22711332,22711988:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006344261748773101, 'nb_photo': 1426, 'list_port_cont': '22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22918036,22922669,23003104,23013068,23064861,23107219,23232704,23266790,23329544,23332001,23339681,23345489,23373438,23385227,23412752,23447117,23487904,23488211,24464499,24464547,24464796,24465236,24465266,24465383,2446540', 'assoc_port': '22593609:22593863,22594876:22595974,22600723:22601214,22603046:22603323,22604278:22604591,22607576:22617552,22607578:22607903,22609802:22610161,22610903:22611927,22610905:22611815,22610908:22611616,22614938:22615322,22614939:22625102,22617410:22617854,22617415:22617931,22618983:22629306,22624049:22624755,22628393:22628723,22637081:22637163,22637331:22637368,22637677:22637787,22639299:22639571,22640873:22641104,22643642:22643914,22645325:22645689,22645329:22645486,22646206:22646299,22647186:22647260,22661875:22662649,22661878:22662571,22662913:22663841,22672696:22672892,22672699:22683921,22675373:22675651,22681465:22682422,22681467:22682307,22681471:22681974,22683204:22684018,22687085:22687957,22687092:22687389,22694882:22695360,22696406:22696682,22696945:22697389,22706230:22706784,22707489:22707789,22711986:22712021,22713013:22713270,22714441:22714694,22719539:22719928,22723676:22724305,22729019:22730606,22729023:22730493,22753645:22754087,22760875:22761220,22766334:22766467,22773720:22774546,22781197:2278194', 'assoc_mat': '22593609:pehd:4209:22593863,22594876:pehd:4209:22595974,22600723:pehd:4209:22601214,22603046:pehd:4209:22603323,22604278:pehd:4209:22604591,22607576:pehd:4209:22617552,22607578:pehd:4209:22607903,22609802:pehd:4209:22610161,22610903:pehd:4209:22611927,22610905:pehd:4209:22611815,22610908:pehd:4209:22611616,22614938:pehd:4209:22615322,22614939:pehd:4209:22625102,22617410:pehd:4209:22617854,22617415:pehd:4209:22617931,22618983:pehd:4209:22629306,22624049:pehd:4209:22624755,22628393:pehd:4209:22628723,22637081:pehd:4209:22637163,22637331:pehd:4209:22637368,22637677:pehd:4209:22637787,22639299:pehd:4209:22639571,22640873:pehd:4209:22641104,22643642:pehd:4209:22643914,22645325:pehd:4209:22645689,22645329:pehd:4209:22645486,22646206:pehd:4209:22646299,22647186:pehd:4209:22647260,22661875:pehd:4209:22662649,22661878:pehd:4209:22662571,22662913:pehd:4209:22663841,22672696:pehd:4209:22672892,22672699:pehd:4209:22683921,22675373:pehd:4209:22675651,22681465:pehd:4209:22682422,22681467:pehd:4209:22682307,22681471:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.6114525880171491, 'nb_photo': 23443, 'list_port_cont': '22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22918122,22920495,22925344,22931806,22950015,2295212', 'assoc_port': '22593607:22594159,22594878:22596091,22596778:22597260,22599779:22600168,22600725:22601224,22602546:22602875,22603047:22603310,22604281:22604570,22604285:22604673,22607577:22607882,22610904:22611748,22613020:22613609,22614941:22615584,22617413:22617917,22618986:22619621,22621389:22621917,22637075:22637236,22637329:22637543,22637675:22637883,22638530:22638901,22639300:22639729,22640875:22641079,22641844:22642208,22641848:22642361,22642866:22643265,22643643:22643867,22644532:22644819,22645996:22646141,22646207:22646329,22646699:22646757,22662916:22664731,22668748:22669215,22669906:22670572,22672697:22672984,22673671:22674162,22676626:22677102,22687084:22687861,22687089:22687537,22694854:22695602,22694855:22695470,22694881:22700567,22696405:22696706,22706232:22706884,22711985:22712132,22712696:22712893,22713825:22714110,22714438:22714713,22714442:22714766,22715865:22716172,22719540:22719977,22720545:22721229,22720552:22721092,22727659:22728544,22729021:22730033,22731512:22732169,22740292:22748174,22743077:2274358', 'assoc_mat': '22593607:pehd:4211:22594159,22594878:pehd:4211:22596091,22596778:pehd:4211:22597260,22599779:pehd:4211:22600168,22600725:pehd:4211:22601224,22602546:pehd:4211:22602875,22603047:pehd:4211:22603310,22604281:pehd:4211:22604570,22604285:pehd:4211:22604673,22607577:pehd:4211:22607882,22610904:pehd:4211:22611748,22613020:pehd:4211:22613609,22614941:pehd:4211:22615584,22617413:pehd:4211:22617917,22618986:pehd:4211:22619621,22621389:pehd:4211:22621917,22637075:pehd:4211:22637236,22637329:pehd:4211:22637543,22637675:pehd:4211:22637883,22638530:pehd:4211:22638901,22639300:pehd:4211:22639729,22640875:pehd:4211:22641079,22641844:pehd:4211:22642208,22641848:pehd:4211:22642361,22642866:pehd:4211:22643265,22643643:pehd:4211:22643867,22644532:pehd:4211:22644819,22645996:pehd:4211:22646141,22646207:pehd:4211:22646329,22646699:pehd:4211:22646757,22662916:pehd:4211:22664731,22668748:pehd:4211:22669215,22669906:pehd:4211:22670572,22672697:pehd:4211:22672984,22673671:pehd:4211:22674162,22676626:pehd:4211:22677102,22687084:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007592009767926527, 'nb_photo': 19, 'list_port_cont': '22770703,22882925,22883779,22886534,22897002,22901073,22909346,23439954,23504171,24472609', 'assoc_port': '22769206:22770703,22879242:22883779,22881746:22882925,22882937:22886534,22889833:22901073,22894326:22897002,22894331:22909346,23331057:23439954,23503088:23504171,24463733:24472609', 'assoc_mat': '22769206:pehd:3327:22770703,22879242:pehd:3327:22883779,22881746:pehd:3327:22882925,22882937:pehd:3327:22886534,22889833:pehd:3327:22901073,22894326:pehd:3327:22897002,22894331:pehd:3327:22909346,23331057:pehd:3327:23439954,23503088:pehd:3327:23504171,24463733:pehd:3327:24472609'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005093379644017445, 'nb_photo': 32, 'list_port_cont': '22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,23063949,23091291,23165111,23174301,23439265,23450978,23477014,23509922,23513855,24491621,24558666,24560244,24569354,24569771', 'assoc_port': '22602549:22602565,22637674:22637873,22666515:22667706,22693033:22698568,22713819:22718095,22727668:22737393,22793928:22794046,22835476:22845278,22857008:22863341,23019441:23063949,23064326:23091291,23112649:23165111,23127851:23174301,23328664:23439265,23370198:23450978,23370901:23477014,23408683:23513855,23487313:23509922,24463520:24491621,24513246:24569354,24513454:24569771,24514184:24560244,24514432:24558666', 'assoc_mat': '22602549:pet_clair:4205:22602565,22637674:pet_clair:4205:22637873,22666515:pet_clair:4205:22667706,22693033:pet_clair:4205:22698568,22713819:pet_clair:4205:22718095,22727668:pet_clair:4205:22737393,22793928:pet_clair:4205:22794046,22835476:pet_clair:4205:22845278,22857008:pet_clair:4205:22863341,23019441:pet_clair:4205:23063949,23064326:pet_clair:4205:23091291,23112649:pet_clair:4205:23165111,23127851:pet_clair:4205:23174301,23328664:pet_clair:4205:23439265,23370198:pet_clair:4205:23450978,23370901:pet_clair:4205:23477014,23408683:pet_clair:4205:23513855,23487313:pet_clair:4205:23509922,24463520:pet_clair:4205:24491621,24513246:pet_clair:4205:24569354,24513454:pet_clair:4205:24569771,24514184:pet_clair:4205:24560244,24514432:pet_clair:4205:24558666'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00027245159577622533, 'nb_photo': 22, 'list_port_cont': '22645966,22687234,22720102,22864771,22990628,23411314,23506532,24490061,24490253,24491580,24557480,24560323,24565077,24576602', 'assoc_port': '22645327:22645966,22683214:22687234,22715864:22720102,22861704:22864771,22963267:22990628,23386645:23506532,23411038:23411314,24463929:24491580,24464038:24490253,24464111:24490061,24513076:24565077,24513862:24560323,24514605:24576602,24514753:24557480', 'assoc_mat': '22645327:pet_clair:4203:22645966,22683214:pet_clair:4203:22687234,22715864:pet_clair:4203:22720102,22861704:pet_clair:4203:22864771,22963267:pet_clair:4203:22990628,23386645:pet_clair:4203:23506532,23411038:pet_clair:4203:23411314,24463929:pet_clair:4203:24491580,24464038:pet_clair:4203:24490253,24464111:pet_clair:4203:24490061,24513076:pet_clair:4203:24565077,24513862:pet_clair:4203:24560323,24514605:pet_clair:4203:24576602,24514753:pet_clair:4203:24557480'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020399864688660937, 'nb_photo': 31, 'list_port_cont': '22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22951988,22982945,23126231,23398684,23447367,23475345,23491501,23504063,23504392,23510475,24464716,24555485,24557582,24560283,24560771,24560966,24561402', 'assoc_port': '22613019:22613363,22645328:22645623,22662911:22663961,22669905:22670061,22675369:22675643,22712695:22712715,22720553:22721295,22731509:22733459,22733593:22733977,22927533:22928145,22931349:22931725,22951590:22951988,22982645:22982945,23124145:23126231,23367732:23510475,23388510:23504063,23398529:23398684,23415991:23475345,23446972:23447367,23487139:23491501,23503944:23504392,24464128:24464716,24512565:24560771,24513512:24560966,24513561:24561402,24513570:24560283,24514629:24557582,24514903:24555485', 'assoc_mat': '22613019:pet_clair:4207:22613363,22645328:pet_clair:4207:22645623,22662911:pet_clair:4207:22663961,22669905:pet_clair:4207:22670061,22675369:pet_clair:4207:22675643,22712695:pet_clair:4207:22712715,22720553:pet_clair:4207:22721295,22731509:pet_clair:4207:22733459,22733593:pet_clair:4207:22733977,22927533:pet_clair:4207:22928145,22931349:pet_clair:4207:22931725,22951590:pet_clair:4207:22951988,22982645:pet_clair:4207:22982945,23124145:pet_clair:4207:23126231,23367732:pet_clair:4207:23510475,23388510:pet_clair:4207:23504063,23398529:pet_clair:4207:23398684,23415991:pet_clair:4207:23475345,23446972:pet_clair:4207:23447367,23487139:pet_clair:4207:23491501,23503944:pet_clair:4207:23504392,24464128:pet_clair:4207:24464716,24512565:pet_clair:4207:24560771,24513512:pet_clair:4207:24560966,24513561:pet_clair:4207:24561402,24513570:pet_clair:4207:24560283,24514629:pet_clair:4207:24557582,24514903:pet_clair:4207:24555485'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0022809320641971604, 'nb_photo': 3, 'list_port_cont': '22684127,22696622,24559326', 'assoc_port': '22683217:22684127,22696409:22696622,24513283:24559326', 'assoc_mat': '22683217:pet_clair:4461:22684127,22696409:pet_clair:4461:22696622,24513283:pet_clair:4461:24559326'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.05754028708197191, 'nb_photo': 547, 'list_port_cont': '23158242,23158485,23176751,23255844,23346174,23352112', 'assoc_port': '23157188:23158485,23157192:23158242,23176167:23176751,23254131:23255844,23344698:23346174,23351475:23352112', 'assoc_mat': '23157188:pet_clair:3594:23158485,23157192:pet_clair:3594:23158242,23176167:pet_clair:3594:23176751,23254131:pet_clair:3594:23255844,23344698:pet_clair:3594:23346174,23351475:pet_clair:3594:23352112'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01947754257367523, 'nb_photo': 448, 'list_port_cont': '22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22919984,22985781,23077572,23089618,23091842,23393275,23447609,23505610,23505894,23506148,23507114,23510916,23514772,23515094,23516197,23517618,24464316,24464744,24465032,24465510,24466206,24466705,24467260,24467804,24468182,24468947,24470437,24470719,24470913,24472110,24472445,24473339,24473583,24474171,24474459,24475168,24476202,24476441,24477330,24478603,24479548,24480120,24480196,24481255,24481424,24481951,24482857,24488734,24489293,24489606,24489663,24489889,24513416,24513779,2451413', 'assoc_port': '22600724:22604123,22602545:22612207,22604276:22609343,22610907:22620994,22617412:22630473,22618985:22630493,22637077:22637402,22641845:22643598,22641850:22642112,22642864:22644342,22642868:22644423,22646001:22646059,22647187:22648095,22647191:22647325,22662914:22664081,22666514:22667660,22669908:22684092,22675368:22677091,22681463:22686636,22694868:22696540,22708747:22711338,22712694:22713167,22714439:22714726,22720546:22720787,22720550:22725036,22727658:22737339,22731555:22739662,22733592:22744948,22743063:22743327,22753642:22755900,22757920:22759673,22763326:22765908,22766326:22766585,22771176:22774560,22775280:22779835,22777728:22782649,22781200:22786745,22816846:22817115,22820053:22831476,22820054:22824756,22828629:22856024,22835474:22847927,22843811:22847469,22851169:22851397,22861706:22864919,22861970:22862208,22862477:22862714,22862864:22863011,22863281:22865882,22863285:22865909,22864376:22865829,22876400:22877975,22876404:22878463,22880133:22909455,22880138:22908162,22882321:22882457,22885094:2288891', 'assoc_mat': '22600724:pet_clair:4200:22604123,22602545:pet_clair:4200:22612207,22604276:pet_clair:4200:22609343,22610907:pet_clair:4200:22620994,22617412:pet_clair:4200:22630473,22618985:pet_clair:4200:22630493,22637077:pet_clair:4200:22637402,22641845:pet_clair:4200:22643598,22641850:pet_clair:4200:22642112,22642864:pet_clair:4200:22644342,22642868:pet_clair:4200:22644423,22646001:pet_clair:4200:22646059,22647187:pet_clair:4200:22648095,22647191:pet_clair:4200:22647325,22662914:pet_clair:4200:22664081,22666514:pet_clair:4200:22667660,22669908:pet_clair:4200:22684092,22675368:pet_clair:4200:22677091,22681463:pet_clair:4200:22686636,22694868:pet_clair:4200:22696540,22708747:pet_clair:4200:22711338,22712694:pet_clair:4200:22713167,22714439:pet_clair:4200:22714726,22720546:pet_clair:4200:22720787,22720550:pet_clair:4200:22725036,22727658:pet_clair:4200:22737339,22731555:pet_clair:4200:22739662,22733592:pet_clair:4200:22744948,22743063:pet_clair:4200:22743327,22753642:pet_clair:4200:22755900,22757920:pet_clair:4200:22759673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0357605165597135, 'nb_photo': 59, 'list_port_cont': '22949099,23074691', 'assoc_port': '22948162:22949099,23073358:23074691', 'assoc_mat': '22948162:pet_clair:3594:22949099,23073358:pet_clair:3594:23074691'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012769097854848945, 'nb_photo': 91, 'list_port_cont': '22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114,23488212,24465228,24465272,24465750,24466689,24469798,24471953,24472438,24472494,24473137,24475011,24475182,24514900,24514924,24548234,24548330,24549263,24549689,24550585,24551666,24552594,24552693,24553071,24555674,24555701,24556445,24556665,24556744,24557243,24557498,24557695,24558150,24558212', 'assoc_port': '22603046:22603327,22617415:22617926,22637677:22637788,22639299:22639579,22643642:22643919,22645329:22645479,22647186:22647258,22672699:22683916,22714441:22714688,22760875:22761206,23002556:23003114,23487129:23488212,24463498:24471953,24463574:24475011,24463737:24475182,24463740:24472494,24463746:24472438,24463758:24465272,24463915:24473137,24463940:24469798,24463984:24466689,24464132:24465750,24464169:24465228,24512890:24557695,24512897:24557498,24512972:24558150,24513003:24558212,24513074:24556744,24513125:24556665,24513181:24556445,24513575:24555701,24513629:24555674,24513843:24553071,24513845:24514900,24513888:24552594,24513904:24552693,24514106:24551666,24514291:24514924,24514314:24550585,24514377:24549689,24514482:24549263,24514490:24548330,24514499:24557243,24514536:24548234', 'assoc_mat': '22603046:pet_clair:4209:22603327,22617415:pet_clair:4209:22617926,22637677:pet_clair:4209:22637788,22639299:pet_clair:4209:22639579,22643642:pet_clair:4209:22643919,22645329:pet_clair:4209:22645479,22647186:pet_clair:4209:22647258,22672699:pet_clair:4209:22683916,22714441:pet_clair:4209:22714688,22760875:pet_clair:4209:22761206,23002556:pet_clair:4209:23003114,23487129:pet_clair:4209:23488212,24463498:pet_clair:4209:24471953,24463574:pet_clair:4209:24475011,24463737:pet_clair:4209:24475182,24463740:pet_clair:4209:24472494,24463746:pet_clair:4209:24472438,24463758:pet_clair:4209:24465272,24463915:pet_clair:4209:24473137,24463940:pet_clair:4209:24469798,24463984:pet_clair:4209:24466689,24464132:pet_clair:4209:24465750,24464169:pet_clair:4209:24465228,24512890:pet_clair:4209:24557695,24512897:pet_clair:4209:24557498,24512972:pet_clair:4209:24558150,24513003:pet_clair:4209:24558212,24513074:pet_clair:4209:24556744,24513125:pet_clair:4209:24556665,24513181:pet_clair:4209:24556445,24513575:pet_clair:4209:24555701,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009250233964923838, 'nb_photo': 230, 'list_port_cont': '22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22925339,22950013,22952115,22963772,22980139,22980596,22981053,22984677,23003348,23004200,23026227,23049992,23057129,23057222,23062859,23064961,23065097,23080023,23107567,23111793,23116944,23123405,23143813,23170761,23176788,23179368,23181649,23255616,23267409,23343520,23346783,23368438,23368455,23371924,23372237,23375890,23376027,23379249,23379586,23383920,23384013,23388983,23391757,23413732,23416499,23419415,23420924,23446719,23489830,23490673,23493290,23499495,23504463,23504489,23505525,24464899,24464934,24465431,24466242,24467319,24467449,24468532,24468888,24475679,24486932,24514548,24515206,24515637,24516295,24536905,24537389,24538044,24538147,24538426,24539609,24542982,2454416', 'assoc_port': '22604281:22604575,22607577:22607878,22614941:22615572,22637329:22637557,22638530:22638906,22639300:22639733,22644532:22644816,22645996:22646131,22662916:22664736,22687084:22687864,22687089:22687528,22694855:22695475,22694881:22700577,22711985:22712130,22712696:22712896,22714438:22714719,22731512:22732170,22743077:22743584,22753646:22754157,22755526:22763731,22757922:22758677,22760879:22761613,22771177:22771946,22777727:22778215,22817778:22818582,22817779:22824449,22823155:22832007,22823158:22823252,22828632:22829501,22831636:22832266,22856657:22856880,22859468:22859602,22862860:22863059,22876408:22881983,22881751:22882012,22895715:22895842,22911179:22911752,22925008:22925339,22949537:22950013,22951588:22952115,22963274:22963772,22970360:22980596,22979631:22980139,22980678:22981053,22984207:22984677,23002550:23003348,23003834:23004200,23025701:23026227,23049123:23049992,23056316:23057222,23056332:23057129,23062404:23062859,23064320:23065097,23064325:23064961,23079431:23080023,23106799:23107567,23110961:2311179', 'assoc_mat': '22604281:pet_clair:4211:22604575,22607577:pet_clair:4211:22607878,22614941:pet_clair:4211:22615572,22637329:pet_clair:4211:22637557,22638530:pet_clair:4211:22638906,22639300:pet_clair:4211:22639733,22644532:pet_clair:4211:22644816,22645996:pet_clair:4211:22646131,22662916:pet_clair:4211:22664736,22687084:pet_clair:4211:22687864,22687089:pet_clair:4211:22687528,22694855:pet_clair:4211:22695475,22694881:pet_clair:4211:22700577,22711985:pet_clair:4211:22712130,22712696:pet_clair:4211:22712896,22714438:pet_clair:4211:22714719,22731512:pet_clair:4211:22732170,22743077:pet_clair:4211:22743584,22753646:pet_clair:4211:22754157,22755526:pet_clair:4211:22763731,22757922:pet_clair:4211:22758677,22760879:pet_clair:4211:22761613,22771177:pet_clair:4211:22771946,22777727:pet_clair:4211:22778215,22817778:pet_clair:4211:22818582,22817779:pet_clair:4211:22824449,22823155:pet_clair:4211:22832007,22823158:pet_clair:4211:22823252,22828632:pet_clair:4211:22829501,22831636:pet_clair:4211:22832266,22856657:pet_clair:4211:22856880,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840871746849069, 'nb_photo': 112957, 'list_port_cont': '22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915916,22916135,22917768,22926573,22929967,22930600,2293638', 'assoc_port': '22591583:22592632,22593608:22594926,22596779:22607305,22599781:22600787,22600763:22601569,22602548:22602958,22604279:22605087,22609800:22612831,22609829:22610539,22613018:22628995,22613022:22614565,22614960:22616479,22617414:22618162,22618982:22619852,22621388:22622121,22628388:22629266,22637076:22639827,22637080:22637341,22637327:22637600,22637670:22637997,22639297:22639890,22641849:22642916,22642867:22643281,22644513:22646145,22644528:22645411,22644531:22644949,22645997:22647117,22646002:22646171,22646205:22646443,22646698:22646788,22661873:22665258,22662915:22664933,22669904:22670984,22673667:22676628,22675370:22676772,22683207:22688588,22683212:22686162,22687088:22688619,22688510:22689684,22693036:22696665,22694884:22695639,22696404:22696740,22700429:22701201,22706229:22707688,22708744:22711910,22708746:22710401,22711987:22712300,22713822:22714459,22715863:22716644,22715866:22716570,22719541:22720728,22720551:22725022,22720556:22721550,22727679:22728835,22729016:22731562,22731513:22732985,22733591:2273549', 'assoc_mat': '22591583:pet_clair:3327:22592632,22593608:pet_clair:3327:22594926,22596779:pet_clair:3327:22607305,22599781:pet_clair:3327:22600787,22600763:pet_clair:3327:22601569,22602548:pet_clair:3327:22602958,22604279:pet_clair:3327:22605087,22609800:pet_clair:3327:22612831,22609829:pet_clair:3327:22610539,22613018:pet_clair:3327:22628995,22613022:pet_clair:3327:22614565,22614960:pet_clair:3327:22616479,22617414:pet_clair:3327:22618162,22618982:pet_clair:3327:22619852,22621388:pet_clair:3327:22622121,22628388:pet_clair:3327:22629266,22637076:pet_clair:3327:22639827,22637080:pet_clair:3327:22637341,22637327:pet_clair:3327:22637600,22637670:pet_clair:3327:22637997,22639297:pet_clair:3327:22639890,22641849:pet_clair:3327:22642916,22642867:pet_clair:3327:22643281,22644513:pet_clair:3327:22646145,22644528:pet_clair:3327:22645411,22644531:pet_clair:3327:22644949,22645997:pet_clair:3327:22647117,22646002:pet_clair:3327:22646171,22646205:pet_clair:3327:22646443,22646698:pet_clair:3327:22646788,22661873:pet_clair:3327:22665258,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006893087656621974, 'nb_photo': 1, 'list_port_cont': '23185149', 'assoc_port': '23161553:23185149', 'assoc_mat': '23161553:pet_fonce:4205:23185149'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0020106647884585234, 'nb_photo': 30, 'list_port_cont': '23158232,23158481,23176750,23255851,23346166,23352104', 'assoc_port': '23157188:23158481,23157192:23158232,23176167:23176750,23254131:23255851,23344698:23346166,23351475:23352104', 'assoc_mat': '23157188:pet_fonce:3594:23158481,23157192:pet_fonce:3594:23158232,23176167:pet_fonce:3594:23176750,23254131:pet_fonce:3594:23255851,23344698:pet_fonce:3594:23346166,23351475:pet_fonce:3594:23352104'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001036520282057133, 'nb_photo': 2, 'list_port_cont': '22712802,22714737', 'assoc_port': '22712698:22712802,22714439:22714737', 'assoc_mat': '22712698:pet_fonce:4200:22712802,22714439:pet_fonce:4200:22714737'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0007338969145328453, 'nb_photo': 6, 'list_port_cont': '22949102,23074696', 'assoc_port': '22948162:22949102,23073358:23074696', 'assoc_mat': '22948162:pet_fonce:3594:22949102,23073358:pet_fonce:3594:23074696'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000284593720355617, 'nb_photo': 2, 'list_port_cont': '22832969,24550584', 'assoc_port': '22832671:22832969,24514314:24550584', 'assoc_mat': '22832671:pet_fonce:4209:22832969,24514314:pet_fonce:4209:24550584'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0001804903251725152, 'nb_photo': 5, 'list_port_cont': '22637896,22646137,22712886,22823526,22859613', 'assoc_port': '22637675:22637896,22645996:22646137,22712696:22712886,22823124:22823526,22859468:22859613', 'assoc_mat': '22637675:pet_fonce:4211:22637896,22645996:pet_fonce:4211:22646137,22712696:pet_fonce:4211:22712886,22823124:pet_fonce:4211:22823526,22859468:pet_fonce:4211:22859613'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00472492583209009, 'nb_photo': 18, 'list_port_cont': '22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183,23267033,23448061,23483400,23504177,23509647,23514327,23516865,24475136,24515783', 'assoc_port': '22591583:22592625,22687088:22688623,22838934:22840247,22840148:22840683,22861705:22861863,22876410:22888287,22889833:22901071,23052752:23055183,23266263:23267033,23370986:23483400,23393128:23509647,23411036:23514327,23425107:23516865,23446973:23448061,23503088:23504177,24463981:24475136,24513252:24515783', 'assoc_mat': '22591583:pet_fonce:3327:22592625,22687088:pet_fonce:3327:22688623,22838934:pet_fonce:3327:22840247,22840148:pet_fonce:3327:22840683,22861705:pet_fonce:3327:22861863,22876410:pet_fonce:3327:22888287,22889833:pet_fonce:3327:22901071,23052752:pet_fonce:3327:23055183,23266263:pet_fonce:3327:23267033,23370986:pet_fonce:3327:23483400,23393128:pet_fonce:3327:23509647,23411036:pet_fonce:3327:23514327,23425107:pet_fonce:3327:23516865,23446973:pet_fonce:3327:23448061,23503088:pet_fonce:3327:23504177,24463981:pet_fonce:3327:24475136,24513252:pet_fonce:3327:24515783'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0023061706827960894, 'nb_photo': 4, 'list_port_cont': '22645196,22737389,22925834,23185153', 'assoc_port': '22643641:22645196,22727668:22737389,22917826:22925834,23161553:23185153', 'assoc_mat': '22643641:pet_opaque:4205:22645196,22727668:pet_opaque:4205:22737389,22917826:pet_opaque:4205:22925834,23161553:pet_opaque:4205:23185153'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 7.147902697819055e-05, 'nb_photo': 9, 'list_port_cont': '22671021,22738377,22862345,23008510,23505169,24490062', 'assoc_port': '22668747:22671021,22727698:22738377,22858837:22862345,23002549:23008510,23499045:23505169,24464111:24490062', 'assoc_mat': '22668747:pet_opaque:4203:22671021,22727698:pet_opaque:4203:22738377,22858837:pet_opaque:4203:22862345,23002549:pet_opaque:4203:23008510,23499045:pet_opaque:4203:23505169,24464111:pet_opaque:4203:24490062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004013387529738531, 'nb_photo': 10, 'list_port_cont': '22761338,22777160,22820508,22879883,23088883,23257378,24559376,24564461,24572343,24576422', 'assoc_port': '22760878:22761338,22773717:22777160,22820052:22820508,22879238:22879883,23052742:23088883,23254135:23257378,24512916:24564461,24514060:24572343,24514183:24559376,24514566:24576422', 'assoc_mat': '22760878:pet_opaque:4207:22761338,22773717:pet_opaque:4207:22777160,22820052:pet_opaque:4207:22820508,22879238:pet_opaque:4207:22879883,23052742:pet_opaque:4207:23088883,23254135:pet_opaque:4207:23257378,24512916:pet_opaque:4207:24564461,24514060:pet_opaque:4207:24572343,24514183:pet_opaque:4207:24559376,24514566:pet_opaque:4207:24576422'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035093362094845934, 'nb_photo': 19, 'list_port_cont': '22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928,23489146,24472866,24552941,24554407', 'assoc_port': '22599782:22600149,22614959:22615429,22683217:22684134,22696409:22696633,22720549:22721113,22723677:22724476,22766335:22766482,22771175:22771645,22782355:22782747,22817782:22824305,22861969:22862102,22891520:22891688,23052751:23053928,23488630:23489146,24463925:24472866,24514084:24552941,24514491:24554407', 'assoc_mat': '22599782:pet_opaque:4461:22600149,22614959:pet_opaque:4461:22615429,22683217:pet_opaque:4461:22684134,22696409:pet_opaque:4461:22696633,22720549:pet_opaque:4461:22721113,22723677:pet_opaque:4461:22724476,22766335:pet_opaque:4461:22766482,22771175:pet_opaque:4461:22771645,22782355:pet_opaque:4461:22782747,22817782:pet_opaque:4461:22824305,22861969:pet_opaque:4461:22862102,22891520:pet_opaque:4461:22891688,23052751:pet_opaque:4461:23053928,23488630:pet_opaque:4461:23489146,24463925:pet_opaque:4461:24472866,24514084:pet_opaque:4461:24552941,24514491:pet_opaque:4461:24554407'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002277339830006982, 'nb_photo': 365, 'list_port_cont': '22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22918150,22919985,22926528,22997863,23089623,23091835,23393276,23447604,23504426,23505888,23507109,23507164,23507522,23510908,23514768,23515097,23516184,23517621,23525034,24464311,24465026,24467795,24468185,24469179,24470434,24470720,24472111,24472453,24473330,24473605,24474173,24475162,24476206,24476439,24477325,24478614,24479550,2448013', 'assoc_port': '22594877:22596181,22600724:22604135,22602545:22612200,22604276:22609335,22610907:22620997,22613021:22613228,22617412:22630474,22618985:22630497,22624048:22630379,22637077:22637391,22637083:22637527,22637332:22637380,22638529:22639216,22641850:22642108,22642868:22644424,22644529:22646701,22645330:22645467,22646001:22646062,22647191:22647336,22662912:22663885,22666514:22667663,22675367:22676952,22675368:22677099,22675371:22677199,22675372:22685644,22681463:22686628,22687091:22695626,22694868:22696550,22694885:22695677,22696946:22699552,22708747:22711342,22711988:22712180,22714439:22714736,22720546:22720788,22723659:22734343,22727658:22737345,22731555:22739666,22731557:22731751,22733592:22744945,22743063:22743320,22755522:22757466,22763326:22765903,22766326:22766589,22771176:22774563,22775280:22779825,22777728:22782652,22781200:22786747,22793931:22794085,22816846:22817103,22820053:22831477,22823153:22823595,22828630:22839670,22828631:22839831,22831633:22841180,22835474:22847931,22838962:22839176,22841695:2284201', 'assoc_mat': '22594877:pet_opaque:4200:22596181,22600724:pet_opaque:4200:22604135,22602545:pet_opaque:4200:22612200,22604276:pet_opaque:4200:22609335,22610907:pet_opaque:4200:22620997,22613021:pet_opaque:4200:22613228,22617412:pet_opaque:4200:22630474,22618985:pet_opaque:4200:22630497,22624048:pet_opaque:4200:22630379,22637077:pet_opaque:4200:22637391,22637083:pet_opaque:4200:22637527,22637332:pet_opaque:4200:22637380,22638529:pet_opaque:4200:22639216,22641850:pet_opaque:4200:22642108,22642868:pet_opaque:4200:22644424,22644529:pet_opaque:4200:22646701,22645330:pet_opaque:4200:22645467,22646001:pet_opaque:4200:22646062,22647191:pet_opaque:4200:22647336,22662912:pet_opaque:4200:22663885,22666514:pet_opaque:4200:22667663,22675367:pet_opaque:4200:22676952,22675368:pet_opaque:4200:22677099,22675371:pet_opaque:4200:22677199,22675372:pet_opaque:4200:22685644,22681463:pet_opaque:4200:22686628,22687091:pet_opaque:4200:22695626,22694868:pet_opaque:4200:22696550,22694885:pet_opaque:4200:22695677,22696946:pet_opaque:4200:22699552,2270'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001530802914418798, 'nb_photo': 19, 'list_port_cont': '22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371,23373435,24465397,24544784,24552701,24553602,24553789,24556435', 'assoc_port': '22645329:22645471,22662913:22663838,22672699:22683914,22781197:22781952,22782354:22792001,22823127:22823273,22831634:22831915,22832671:22832961,22863667:22863825,22880119:22880371,23370912:23373435,24464181:24465397,24513181:24556435,24513904:24552701,24514051:24553789,24514109:24553602,24514533:24544784', 'assoc_mat': '22645329:pet_opaque:4209:22645471,22662913:pet_opaque:4209:22663838,22672699:pet_opaque:4209:22683914,22781197:pet_opaque:4209:22781952,22782354:pet_opaque:4209:22792001,22823127:pet_opaque:4209:22823273,22831634:pet_opaque:4209:22831915,22832671:pet_opaque:4209:22832961,22863667:pet_opaque:4209:22863825,22880119:pet_opaque:4209:22880371,23370912:pet_opaque:4209:23373435,24464181:pet_opaque:4209:24465397,24513181:pet_opaque:4209:24556435,24513904:pet_opaque:4209:24552701,24514051:pet_opaque:4209:24553789,24514109:pet_opaque:4209:24553602,24514533:pet_opaque:4209:24544784'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002641290290909307, 'nb_photo': 228, 'list_port_cont': '22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22910359,22911750,22914570,22915519,22915989,22918135,22925340,22931811,22952125,22960974,22980132,22980601,22981056,23003353,23011089,23057124,23062867,23068271,23141903,23143801,23170763,23179363,23180497,23181270,23181652,23188111,23255618,23333701,23341652,23343525,23346788,23356793,23368437,23371244,23375884,23379243,23380022,23384003,23388994,23409031,23413736,23423194,23446720,23488132,23489836,23490699,23494489,23495252,23498598,24465428,24467314,24467385,24467451,24468541,2446889', 'assoc_port': '22594878:22596104,22596778:22597256,22599779:22600167,22602546:22602881,22604285:22604696,22613020:22613606,22617413:22617921,22618986:22619611,22637075:22637225,22637329:22637544,22637675:22637886,22639300:22639730,22642866:22643266,22643643:22643857,22645996:22646128,22646207:22646319,22662916:22664726,22676626:22677111,22687084:22687860,22687089:22687538,22694855:22695469,22706232:22706890,22714438:22714705,22714442:22714757,22715865:22716157,22719540:22719975,22720552:22721100,22740292:22748167,22753643:22754209,22753646:22754155,22755526:22763732,22757922:22758669,22760879:22761619,22771177:22771936,22777727:22778221,22785892:22786473,22817778:22818591,22817779:22824450,22820050:22820552,22828632:22829502,22831636:22832259,22832669:22833293,22835899:22843015,22856657:22856882,22856664:22856851,22858657:22858762,22859468:22859604,22860492:22860801,22862457:22864498,22862860:22863062,22862866:22865030,22876403:22876864,22876408:22881977,22880137:22880517,22882317:22882507,22885097:22885515,22886789:2288767', 'assoc_mat': '22594878:pet_opaque:4211:22596104,22596778:pet_opaque:4211:22597256,22599779:pet_opaque:4211:22600167,22602546:pet_opaque:4211:22602881,22604285:pet_opaque:4211:22604696,22613020:pet_opaque:4211:22613606,22617413:pet_opaque:4211:22617921,22618986:pet_opaque:4211:22619611,22637075:pet_opaque:4211:22637225,22637329:pet_opaque:4211:22637544,22637675:pet_opaque:4211:22637886,22639300:pet_opaque:4211:22639730,22642866:pet_opaque:4211:22643266,22643643:pet_opaque:4211:22643857,22645996:pet_opaque:4211:22646128,22646207:pet_opaque:4211:22646319,22662916:pet_opaque:4211:22664726,22676626:pet_opaque:4211:22677111,22687084:pet_opaque:4211:22687860,22687089:pet_opaque:4211:22687538,22694855:pet_opaque:4211:22695469,22706232:pet_opaque:4211:22706890,22714438:pet_opaque:4211:22714705,22714442:pet_opaque:4211:22714757,22715865:pet_opaque:4211:22716157,22719540:pet_opaque:4211:22719975,22720552:pet_opaque:4211:22721100,22740292:pet_opaque:4211:22748167,22753643:pet_opaque:4211:22754209,22753646:pet_opaque:4211:22754155,2275'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005412725557671378, 'nb_photo': 361, 'list_port_cont': '22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,23014330,23017974,23022457,23022664,23023062,23025787,23032622,23061053,23075852,23094968,23160437,23421543,24464306,24464761,24465190,24465626,24467660,24469966,24470557,24489921,24489980,24490025,24490038,24490051,24490077,24490088,24490094,24490106,24490118,24490185,24490360,24490401,24490420,24490431,24490473,24490520,24490537,24491268,24491274,24513113,24513600,24514581,24556871,24556890,24557107,24557306,24557418,24557432,24557463,24557493,24557564,24557814,24558003,24558014,24558191,24558263,24558519,24558831,24559104,24559204,24559543,24559609,24559637,24559656,24559662,24559975,24560028,24560114,24560432,24560472,24560604,24560680,24560989,24561164,24561208,24561231,24561491,24561672,2456280', 'assoc_port': '22602547:22602574,22609803:22610320,22617409:22620640,22637078:22637220,22637330:22637514,22640871:22641130,22642865:22644522,22644526:22645049,22646208:22646294,22668749:22675048,22681466:22700069,22681469:22700078,22683209:22700014,22688512:22689616,22696408:22696692,22723675:22746297,22743072:22743265,22753644:22754115,22765037:22765977,22773715:22791536,22777704:22779188,22781198:22782016,22817780:22818986,22823123:22823651,22823128:22823339,22828659:22842773,22828661:22828786,22835900:22836459,22840149:22840286,22856656:22856827,22856659:22856812,22858842:22858867,22860493:22860603,22861967:22862077,22863286:22863291,22873139:23014330,22876411:23061053,22880134:23017974,22886792:23075852,22891519:23022457,22893518:23022664,22893523:23023062,22894328:23025787,22920083:23032622,23079432:23094968,23104935:23160437,23279957:23421543,24463443:24491274,24463617:24490185,24463648:24490025,24463665:24489980,24463730:24490537,24463735:24490106,24463755:24490473,24463760:24490401,24463790:24490360,24463827:2449052', 'assoc_mat': '22602547:plastique:3726:22602574,22609803:plastique:3726:22610320,22617409:plastique:3726:22620640,22637078:plastique:3726:22637220,22637330:plastique:3726:22637514,22640871:plastique:3726:22641130,22642865:plastique:3726:22644522,22644526:plastique:3726:22645049,22646208:plastique:3726:22646294,22668749:plastique:3726:22675048,22681466:plastique:3726:22700069,22681469:plastique:3726:22700078,22683209:plastique:3726:22700014,22688512:plastique:3726:22689616,22696408:plastique:3726:22696692,22723675:plastique:3726:22746297,22743072:plastique:3726:22743265,22753644:plastique:3726:22754115,22765037:plastique:3726:22765977,22773715:plastique:3726:22791536,22777704:plastique:3726:22779188,22781198:plastique:3726:22782016,22817780:plastique:3726:22818986,22823123:plastique:3726:22823651,22823128:plastique:3726:22823339,22828659:plastique:3726:22842773,22828661:plastique:3726:22828786,22835900:plastique:3726:22836459,22840149:plastique:3726:22840286,22856656:plastique:3726:22856827,22856659:plastique:3726:22856812,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010570208165580457, 'nb_photo': 1170, 'list_port_cont': '22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,23014328,23017971,23022466,23022670,23023067,23025784,23032625,23075855,23094972,23160432,23421538,24463909,24464302,24464777,24465197,24467654,24469962,24489912,24489990,24489991,24490007,24490026,24490034,24490042,24490071,24490083,24490104,24490116,24490127,24490159,24490207,24490216,24490261,24490359,24490404,24490433,24490476,24490493,24490521,24490541,24490549,24491270,24491273,24513121,24513597,24514596,24515229,24556864,24556897,24556921,24557069,24557106,24557298,24557313,24557424,24557434,24557494,24557739,24557816,24558005,24558009,24558189,24558261,24558449,24558461,24558500,24558528,24558612,24558834,24559107,24559156,24559206,24559542,24559611,24559644,2455965', 'assoc_port': '22602547:22602585,22609803:22610325,22617409:22620633,22637078:22637213,22637330:22637517,22640871:22641132,22642865:22644525,22644526:22645044,22646208:22646287,22668749:22675053,22681466:22700070,22681469:22700077,22683209:22700023,22687083:22687476,22688512:22689622,22696408:22696683,22723675:22746286,22743072:22743268,22753644:22754123,22765037:22765976,22773715:22791537,22777704:22779181,22777726:22778655,22781198:22782018,22813689:22817950,22817780:22818988,22823123:22823655,22823128:22823335,22828659:22842778,22828661:22828781,22835900:22836455,22840149:22840291,22856656:22856830,22856659:22856815,22858842:22858865,22860493:22860612,22861967:22862079,22863286:22863297,22873139:23014328,22880134:23017971,22886792:23075855,22891519:23022466,22893518:23022670,22893523:23023067,22894328:23025784,22920083:23032625,23079432:23094972,23104935:23160432,23279957:23421538,24463443:24491273,24463509:24463909,24463552:24490216,24463564:24490207,24463643:24490159,24463648:24490026,24463665:24489990,24463681:2448999', 'assoc_mat': '22602547:Teint_Dans_La_Masse:3726:22602585,22609803:Teint_Dans_La_Masse:3726:22610325,22617409:Teint_Dans_La_Masse:3726:22620633,22637078:Teint_Dans_La_Masse:3726:22637213,22637330:Teint_Dans_La_Masse:3726:22637517,22640871:Teint_Dans_La_Masse:3726:22641132,22642865:Teint_Dans_La_Masse:3726:22644525,22644526:Teint_Dans_La_Masse:3726:22645044,22646208:Teint_Dans_La_Masse:3726:22646287,22668749:Teint_Dans_La_Masse:3726:22675053,22681466:Teint_Dans_La_Masse:3726:22700070,22681469:Teint_Dans_La_Masse:3726:22700077,22683209:Teint_Dans_La_Masse:3726:22700023,22687083:Teint_Dans_La_Masse:3726:22687476,22688512:Teint_Dans_La_Masse:3726:22689622,22696408:Teint_Dans_La_Masse:3726:22696683,22723675:Teint_Dans_La_Masse:3726:22746286,22743072:Teint_Dans_La_Masse:3726:22743268,22753644:Teint_Dans_La_Masse:3726:22754123,22765037:Teint_Dans_La_Masse:3726:22765976,22773715:Teint_Dans_La_Masse:3726:22791537,22777704:Teint_Dans_La_Masse:3726:22779181,22777726:Teint_Dans_La_Masse:3726:22778655,22781198: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(1773642,1778537,1781229,1780906,1785453,1789374,1793790,1797583,1802002,1804621,1804339,1808169,1953450,1953456,1953463,1953471,1824928,1833023,1953479,1953484,1953491,1953499,1953503,1953512,1846805,1953519,1953529,1953539,1855994,1953551,1953559)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173738, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158241,23158480,23176744,23255848,23346169,23352114 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173739, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949096,23074697 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173740, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22926567,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22981020,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055483,23059062,23059748,23065659,23066039,23075741,23078485,23088490,23089962,2309421 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173741, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,23014331,23017975,23022460,23022675,23023069,23025785,23032617,23075846,23094963,23160442,23421539,24463907,24464294,24464774,24467651,24469961,24489918,24489983,24489996,24490004,24490024,24490039,24490049,24490082,24490103,24490115,24490121,24490221,24490267,24490357,24490409,24490414,24490428,24490482,24490485,24490522,24490529,24490548,24490551,24490611,24491265,24491272,24513123,24515232,24556869,24556892,24556920,24557071,24557113,24557317,24557416,24557430,24557464,24557488,24557745,24557808,24558181,24558270,24558465,24558498,24558518,24558615,24559109,24559154,24559209,24559539,24559612,24559639,24559653,24559666,24559895,24559925,24559979,24560029,24560119,2456033 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173742, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,23065662,23095002,23202348,23491695,23506129,23507258,23510324,23511053,23515222,24466385,24517546,24527311 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173743, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,23091293,23174287,23450982,23509913,23513867,24490327,24491608,24558592,24558654 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173744, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22945504,22988183,22990615,23008519,23089682,23095165,23186747,23209568,23411313,23479331,23505167,23506525,23507310,23525350,24490054,24490140,24490237,24490244,24490311,24490793,24491581,24515745,24557758,24557947,24558333,24559126,24559768,24560320,24560619,24560794,24561388,24562035,24562098,24563423,24565081,24567538,24576599 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173745, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,23067024,23473963,23477115,23491490,23492528,23495098,23501523,23503369,24465137,24466104,24466281,24467727,24468425,24468707,24471487,24555831,24556280,24556478,24556611,24557588,24557677,24558574,24559171,24559189,24560633,24561175,24562641,24564757,24564983 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173746, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22607814,22696629,22844342,22901525,23232834,23375601,24467683,24471105,24476554,24548386,24554225,24555651,24560362,24560807 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173747, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22918156,22919996,22926530,22985769,23077571,23089621,23091838,23393279,23447602,23505607,23506144,23507176,23507518,23510374,23515099,23516191,23517609,23525032,24464307,24464732,24468181,2446917 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173748, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22918040,22922673,23003105,23013082,23331987,23345496,23385248,23487909,23488213,24464804,24465233,24465269,24465671,24465760,24465785,24466609,24466701,24467299,24467483,24467629,24468598,24468667,24469670,24470176,24470199,24470415,24470841,24470992,24471291,24471308,24471781,24471942,24472629,24473158,24474292,24474393,24475038,24479766,24515015,24516165,24544497,24545541,24545557,24545639,24545921,24547559,24547816,24548508,24548979,24549748,24549907,24550084,24550362,24550579,24551417,24551675,24552001,24553075,24553669,24554391,24554946,24555468,24555518,24555692,24555778,24556434,24557185,24557496,24558164,24558213,24558271,24558382,24559002,24559463 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173749, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22918134,22920490,22925350,22931813,22950008,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173750, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915919,22916143,22917767,22929969,22930589,22936492,22942820,22970732,22981024,23059742,23065660,23089950,23094209,23094999,23137848,23142968,23149643,23162588,23184889,23185813,23187632,23419393,23422136,23443322,23448063,23478658,23483393,23490445,23491694,23495461,23496758,23505585,23508510,23509636,23510334,23510356,23511051,23511090,23522695,23525822,23544467,24465919,24466391,24467353,24470111,24470750,24472606,24475134,24515280,24515390,24515780,24516175,24516428,24517799,24524774,24526834 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173751, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,23063944,23075710,23088192,23090504,23091287,23165104,23174286,23185150,23439260,23447339,23450983,23477013,23482440,23490786,23501624,23503785,23506187,23509924,23513863,23516453,23526814,24489930,24489966,24490326,24490499,24491615,24557380,24558589,24558664,24558986,24560249,24569349,24569773 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173752, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22945503,22988180,22990616,23008505,23089687,23094182,23095175,23186750,23209573,23411323,23479321,23505168,23506530,23507300,23525365,24490067,24490137,24490231,24490245,24490312,24490805,24491572,24515732,24557483,24557761,24557940,24558332,24559113,24559776,24560321,24560611,24560704,24560797,24561374,24562046,24562092,24563425,24565089,24567534,24576604 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173753, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173754, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22917098,22935153,23013099,23053925,23079963,23176378,23232830,23332234,23370784,23372329,23373180,23375600,23382537,23420735,23487862,23488408,23489141,23489335,24465091,24465162,24465339,24465641,24465807,24465942,24466909,24467166,24467378,24467689,24468373,24468829,24469584,24469827,24470008,24470295,24470874,24471096,24471387,24471689,2447238 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173755, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158233,23158488,23176742,23255849,23346165,23352109 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173755, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22918154,22919993,22926536,22985779,22997871,23077568,23089615,23091829,23344843,23393273,23447612,23504419,2350560 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173756, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949103,23074693 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173756, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22918029,22922666,23003106,23013071,23064853,23107229,23230489,23232700,23266794,23329557,23331989,23339677,23345495,23373430,23385226,23412747,23447112,23487914,23488210,24464506,24464548,24464792,24465237,2446527 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173757, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22918123,22920491,22925349,22931815,22950005,2295211 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173758, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22926570,22930602,22936389,22936490,22936535,22938921,22945218,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055484,23059060,23059751,23065666,23066042,23075751,23078481,23089954,23094208,23149650,23162598,23162806,23172794,23185806,23187626,23267030,23356210,23360085,23389123,23422133,23440026,23443328,23443884,23446905,23448064,23448195,23450999,23478668,23482097,23483392,23484350,23490444,23491703,23497270,23500685,23504174,23504688,23505580,23506136,23507363,23508513,23509643,23510318,23510332,23510354,23510444,2351105 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173759, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,23017980,23022458,23023070,23025788,23421547,24463913,24464310,24465191,24490016,24490048,24490090,24490107,24490123,24490155,24490160,24490187,24490429,24490477,24490536,24513122,24557437,24557485,24557809,24558493,24558618,24559640,24559672,24559734,24559922,24559978,24560383,24560596,24560982,24561161,24561205 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173760, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,23014324,23017978,23022459,23022667,23023066,23025783,23032621,23075853,23094970,23421548,24464298,24464763,24465625,24469956,24489997,24490096,24490149,24490169,24490175,24490205,24490217,24490262,24490352,24490412,24490434,24490474,24490517,24490559,24491266,24513116,24513603,24514039,24515225,24556862,24556900,24557421,24557429,24557815,24557997,24558017,24558185,24559155,24559213,24559540,24559610,24559657,24559665,24559898,24560026,24560340,24560382,24560428,24560478,24560595,24561213,24563415 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173761, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,23014329,23017981,23022671,23023061,23025789,23032616,23075850,23094969,23160439,23421541,24463904,24464300,24464778,24465629,24469960,24470553,24489911,24490037,24490085,24490102,24490110,24490423,24490427,24490483,24490523,24490552,24491283,24513119,24513607,24514576,24515231,24556872,24557108,24557425,24557435,24557459,24558259,24558448,24558495,24558837,24559108,24559149,24559535,24559618,24559652,24559661,24559743,24559920,24559976,24560024,24560431,24560601,24560678,24560988,24561215,24561239,24563072,24563407,24563615,24563979,24564496 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173762, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,23063947,23075725,23090508,23091295,23165110,23174294,23185155,23439264,23450992,23477017,23482454,23490788,23501627,23503773,23506188,23513853,23516452,24489932,24489977,24490325,24490511,24491620,24557379,24558579,24558667,24560240,24569355,24569767 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173763, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22945495,22988168,22990623,23008508,23089696,23094186,23095168,23186749,23209562,23411324,23479325,23505176,23506535,23507309,23525359,24490053,24490130,24490229,24490242,24490310,24490803,24491584,24515747,24557476,24557750,24557944,24558319,24559122,24559764,24560329,24560616,24560710,24560796,24561375,24562039,24562095,24563424,24565082,24567535,24576611 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173764, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22928152,23170502,23182136,23257379,23443201,23478217,23482401,23489392,23491241,23492535,23498314,23503072,23504052,24464658,24464717,24465377,24466765,24468324,24468422,24468494,24469148,24469708,24471146,24513434,24513895,24556285,24556617,24556851,24557097,24557245,24557930,24557989,24558227,24558531,24559279,24559378,24559390,24559428,24559524,24559854,24560220,24560626,24560765,24562328,24562651,24564890,24565026,24576416 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173765, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595980,22787675,22862098,22876598,24474007,24515514,24549137,24556369,24557892,24558108 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173766, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22918142,23077563,23089625,23091830,23393266,23504420,23506143,23514779,23516198,24464736,24465513,24466711,24467803,24468948,24470432,24470908,24471910,24472109,24474174,24475176,24476207,24476433,24477323,24479543,24480131,24480968,24481937,24482863,24489667,24489881,24513421,24556007,24556192,24557327,24557445,24557558,24557591,24557802,24558129,24558401,24558710,24558801,24559082,24559088,24559276,24559407,24559628,24559785,24560450,24560546,24560571,24560845,24560872,24560998,24561098,24561149,24561248,24561947,24563786,24564237,24565608,24565967,24566992,24567742,24567899 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173767, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22918028,22922664,23013083,23064849,23107224,23232712,23266792,23329545,23331990,23345491,23373433,23385228,23412749,23447105,23487906,23488204,24464553,24464800,24465226,24465268,24465398,24465669,24465749,24465788,24466505,24466614,24466691,24466893,24467304,24467484,24467982,24468665,24468715,24469434,24469664,2446973 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173768, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22918131,22920487,22925343,22931814,22950010,22952130,2296096 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173769, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22945494,22988173,22990618,23008517,23089689,23095160,23186754,23209575,23479318,23505179,23507312,24490052,24490316,24491576,24515748,24557482,24557760,24557948,24558325,24559125,24559766,24560328,24560610,24560799,24562088,24563428,24567525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173770, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,23447362,23447568,23493189,24559419,24559520 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173771, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22609334,22644427,22684095,22720792,22725033,22774550,22864921,23507167,23510388,24468941,24514154 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173772, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22918032,23373434,23487910,24465271,24467490,24468659,24470832,24470987,24471306,24471780,24479772,24514676,24544494,24545387,24545511,24548338,24550083,24554437,24554881,24557191,24557232,24558217 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173773, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22920483,22984679,23065100,23105607,23261343,23314838,23376032,23379251,23379590,23413022,23423181,23488143,23488562,24467321,24467380,24468526,24473041,24475250,24476117,24515636,24515910,24537161,24547675 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173774, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22616490,22637338,22764376,22770704,22889659,22901074,22970729,23492821,23497278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173775, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,23063937,23075723,23088193,23090513,23091301,23165098,23174300,23185156,23439259,23447350,23450988,23477026,23482441,23490790,23501639,23503786,23506184,23509910,23513859,23516451,23526818,24489936,24489972,24490328,24490500,24491614,24557366,24558587,24558656,24558978,24560246,24569351,24569763 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173776, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22945502,22988182,22990617,23008512,23089693,23094194,23095172,23186751,23209563,23411315,23479323,23505180,23506529,23507305,23525361,24490059,24490136,24490228,24490251,24490308,24490796,24491573,24515738,24557471,24557751,24557933,24558320,24559124,24559774,24560330,24560615,24560702,24560792,24561380,24562037,24562091,24563421,24565086,24567529,24576601 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173777, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173778, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22917094,22935143,23013094,23053926,23079961,23176372,23232840,23332227,23370785,23372325,23373184,23375602,23382545,23420743,23487855,23488398,23489145,23489341,24465103,24465161,24465341,24465648,24465809,24465929,24466903,24467163,24467377,24467700,24468376,24468836,24469582,24469832,24470003,24470306,24470870,24471110,24471378,2447169 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173779, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22918146,22919994,22926531,22985778,22997876,23077565,23089628,23091840,23344844,23393270,23447605,23504427,2350559 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173780, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22918037,23003107,23064852,23107215,23230488,23232705,23266788,23332000,23339687,23345498,23373432,23385236,23412757,23447108,23487907,23488206,24464491,24464544,24464801,24465234,24465270,24465391,24465396,24465675,24465755,24465787,24466513,24466607,24466690,24466891,24467303,24467482,24467631,2446797 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173781, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22918138,22920493,22925346,22931821,22950019,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173782, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22956462,24559797 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173783, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22743264,23023060,23032618,23421542,24490165,24490435,24490478,24490495,24490516,24558521,24559668 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173784, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,23063951,23090518,23439261,23450985,23482444,23490784,23503777,23509920,23513857,23516455,23526825,24489976,24490323,24490509,24491613,24557375,24558593,24558661,24558973,24560253,24569344,24569758 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173785, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22945507,22988171,22990624,23008511,23089692,23094184,23095169,23186761,23209567,23411317,23479327,23505171,23506528,23507307,23525356,24490065,24490142,24490234,24490247,24490303,24490801,24491577,24515737,24557479,24557763,24557936,24558327,24559117,24559767,24560327,24560618,24560705,24560800,24561381,24562047,24562094,24563434,24565078,24567523,24576597 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173786, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22915508,22928156,22931723,22948599,22951982,22956470,22982944,23007837,23007961,23056102,23056600,23062384,23067022,23088886,23089561,23094093,23119951,23126234,23166995,23170509,23182135,23257377,23439893,23443192,23447369,23447573,23468974,23473959,23475349,23477108,23478220,23482399,2348811 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173787, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22697907,22720954,22756101,22828937,22864525,22881587,22901520,23013092,23373171,23420734,23487859,24465937,24468364,24468840,24470014,24470296,24471109,24472870,24473762,24474005,24474273,24476544,24513930,24547474,24550622,24550717,24550936,24553199,24554543,24554687,24555251,24555384,24556366,24557619,24558291,24559473,24559819,24560485,24561086,24561689,24563943 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173788, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158235,23158483,23176748,23255850,23352105 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173788, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22918157,22919988,22926532,22985776,23077560,23089619,23091841,23447608,23504421,23507120,23507531,23510902,2351762 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173789, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949093,23074700 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173789, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22918038,23003100,23013077,23064855,23107220,23266783,23329554,23339679,23345488,23373437,23385231,23412751,23447111,23487905,23488205,24464498,24464791,24465224,24465275,24465380,24465409,24465679,24465754,24465781,24466490,24466507,24466620,24466878,24467494,24467518,24467973,24468606,24468666,24469084,24469663,24469745,24470195,24470414,24470603,24470990,24471081,2447129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173790, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22918137,22920486,22925351,22931805,22950012,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173791, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22936484,22945222,22986011,23013185,23202031,23500683,23505583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173792, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,23063938,23075718,23088200,23090507,23091297,23165112,23174291,23185160,23439253,23447346,23450991,23477027,23482447,23490777,23501634,23503779,23506181,23509923,23513866,23516450,23526821,24489938,24489974,24490321,24490501,24491606,24557377,24558586,24558658,24558974,24560243,24569348,24569770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173793, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22945498,22988169,22990627,23008509,23089695,23094187,23095164,23186757,23209572,23411321,23479319,23505178,23506521,23507303,23525355,24490066,24490131,24490225,24490250,24490304,24490799,24491574,24515746,24557474,24557752,24557941,24558334,24559115,24559761,24560322,24560614,24560712,24560791,24561379,24562048,24562096,24563429,24565083,24567536,24576606 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173794, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173795, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22917093,22935139,23013090,23053920,23079956,23176371,23232831,23332222,23370781,23372323,23373178,23375603,23382532,23420741,23487869,23488400,23489139,23489333,24465104,24465159,24465342,24465644,24465805,24465930,24466905,24467178,24467369,24467697,24468370,24468826,24469578,24469831,24470004,24470299,24470882,24471112,24471385,2447169 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173796, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158240,23158486,23176746,23255853,23346168,23352108 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173796, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22918155,22919990,22926535,22985773,22997866,23077558,23089620,23091843,23344858,23393274,23447611,23504422,2350560 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173797, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949097,23074698 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173797, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22918034,22922668,23003113,23013069,23064860,23107221,23230493,23232711,23266785,23329551,23331995,23339680,23345483,23373431,23385240,23412742,23447106,23487903,23488207,24464501,24464545,24464799,2446522 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173798, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22918132,22920496,22925342,22931809,22950016,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173799, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22926574,22929975,22930591,22936495,22936547,22942819,22945217,22970726,22981019,22986003,22987861,22988214,22994037,22994879,23002077,23009884,23013190,23055182,23055482,23059059,23059747,23065672,23066043,23075738,23078488,2308849 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173800, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,23063939,23075715,23088205,23090515,23091300,23165099,23185152,23439256,23447349,23450981,23477025,23482453,23501625,23506179,23513856,23526816,24489934,24490324,24491611,24557369,24558582,24558663,24558976,24560239,24569356,24569766 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173801, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22945496,22988170,22990614,23008507,23089694,23094197,23095171,23186760,23209569,23411325,23479328,23505172,23506523,23507301,23525351,24490055,24490145,24490230,24490248,24490305,24490806,24491575,24515743,24557473,24557756,24557938,24558324,24559123,24559775,24560326,24560612,24560713,24560795,24561384,24562036,24562087,24563431,24565090,24567526,24576598 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173802, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22915514,22928148,22948603,22956475,22982943,23007832,23007951,23056599,23062372,23067031,23088891,23089563,23094087,23119949,23167001,23182144,23257387,23398674,23439899,23443194,23447363,2344757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173803, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,23176377,23489336,24465087,24469592,24470009,24477571,24515518,24556220,24556365,24558424,24559040,24560052,24563945 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173804, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158489,23346170 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173804, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22918147,22919991,22926526,22985782,22997874,23077573,23089617,23091836,23344851,23393272,23447601,23504430,23505604,2350588 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173805, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22918036,22922669,23003104,23013068,23064861,23107219,23232704,23266790,23329544,23332001,23339681,23345489,23373438,23385227,23412752,23447117,23487904,23488211,24464499,24464547,24464796,24465236,24465266,24465383,2446540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173806, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22918122,22920495,22925344,22931806,22950015,2295212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173807, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22770703,22882925,22883779,22886534,22897002,22901073,22909346,23439954,23504171,24472609 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173808, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,23063949,23091291,23165111,23174301,23439265,23450978,23477014,23509922,23513855,24491621,24558666,24560244,24569354,24569771 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173809, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22645966,22687234,22720102,22864771,22990628,23411314,23506532,24490061,24490253,24491580,24557480,24560323,24565077,24576602 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173810, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22951988,22982945,23126231,23398684,23447367,23475345,23491501,23504063,23504392,23510475,24464716,24555485,24557582,24560283,24560771,24560966,24561402 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173811, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22684127,22696622,24559326 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173812, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158242,23158485,23176751,23255844,23346174,23352112 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173812, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22919984,22985781,23077572,23089618,23091842,23393275,23447609,23505610,23505894,23506148,23507114,23510916,23514772,23515094,23516197,23517618,24464316,24464744,24465032,24465510,24466206,24466705,24467260,24467804,24468182,24468947,24470437,24470719,24470913,24472110,24472445,24473339,24473583,24474171,24474459,24475168,24476202,24476441,24477330,24478603,24479548,24480120,24480196,24481255,24481424,24481951,24482857,24488734,24489293,24489606,24489663,24489889,24513416,24513779,2451413 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173813, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949099,23074691 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173813, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114,23488212,24465228,24465272,24465750,24466689,24469798,24471953,24472438,24472494,24473137,24475011,24475182,24514900,24514924,24548234,24548330,24549263,24549689,24550585,24551666,24552594,24552693,24553071,24555674,24555701,24556445,24556665,24556744,24557243,24557498,24557695,24558150,24558212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173814, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22925339,22950013,22952115,22963772,22980139,22980596,22981053,22984677,23003348,23004200,23026227,23049992,23057129,23057222,23062859,23064961,23065097,23080023,23107567,23111793,23116944,23123405,23143813,23170761,23176788,23179368,23181649,23255616,23267409,23343520,23346783,23368438,23368455,23371924,23372237,23375890,23376027,23379249,23379586,23383920,23384013,23388983,23391757,23413732,23416499,23419415,23420924,23446719,23489830,23490673,23493290,23499495,23504463,23504489,23505525,24464899,24464934,24465431,24466242,24467319,24467449,24468532,24468888,24475679,24486932,24514548,24515206,24515637,24516295,24536905,24537389,24538044,24538147,24538426,24539609,24542982,2454416 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173815, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915916,22916135,22917768,22926573,22929967,22930600,2293638 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173816, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23185149 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173817, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23158232,23158481,23176750,23255851,23346166,23352104 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173817, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22712802,22714737 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173818, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22949102,23074696 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173818, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22832969,24550584 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173819, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22637896,22646137,22712886,22823526,22859613 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173820, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183,23267033,23448061,23483400,23504177,23509647,23514327,23516865,24475136,24515783 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173821, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22645196,22737389,22925834,23185153 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173822, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22671021,22738377,22862345,23008510,23505169,24490062 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173823, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22761338,22777160,22820508,22879883,23088883,23257378,24559376,24564461,24572343,24576422 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173824, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928,23489146,24472866,24552941,24554407 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173825, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22918150,22919985,22926528,22997863,23089623,23091835,23393276,23447604,23504426,23505888,23507109,23507164,23507522,23510908,23514768,23515097,23516184,23517621,23525034,24464311,24465026,24467795,24468185,24469179,24470434,24470720,24472111,24472453,24473330,24473605,24474173,24475162,24476206,24476439,24477325,24478614,24479550,2448013 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173826, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371,23373435,24465397,24544784,24552701,24553602,24553789,24556435 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173827, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22910359,22911750,22914570,22915519,22915989,22918135,22925340,22931811,22952125,22960974,22980132,22980601,22981056,23003353,23011089,23057124,23062867,23068271,23141903,23143801,23170763,23179363,23180497,23181270,23181652,23188111,23255618,23333701,23341652,23343525,23346788,23356793,23368437,23371244,23375884,23379243,23380022,23384003,23388994,23409031,23413736,23423194,23446720,23488132,23489836,23490699,23494489,23495252,23498598,24465428,24467314,24467385,24467451,24468541,2446889 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173828, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,23014330,23017974,23022457,23022664,23023062,23025787,23032622,23061053,23075852,23094968,23160437,23421543,24464306,24464761,24465190,24465626,24467660,24469966,24470557,24489921,24489980,24490025,24490038,24490051,24490077,24490088,24490094,24490106,24490118,24490185,24490360,24490401,24490420,24490431,24490473,24490520,24490537,24491268,24491274,24513113,24513600,24514581,24556871,24556890,24557107,24557306,24557418,24557432,24557463,24557493,24557564,24557814,24558003,24558014,24558191,24558263,24558519,24558831,24559104,24559204,24559543,24559609,24559637,24559656,24559662,24559975,24560028,24560114,24560432,24560472,24560604,24560680,24560989,24561164,24561208,24561231,24561491,24561672,2456280 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173829, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,23014328,23017971,23022466,23022670,23023067,23025784,23032625,23075855,23094972,23160432,23421538,24463909,24464302,24464777,24465197,24467654,24469962,24489912,24489990,24489991,24490007,24490026,24490034,24490042,24490071,24490083,24490104,24490116,24490127,24490159,24490207,24490216,24490261,24490359,24490404,24490433,24490476,24490493,24490521,24490541,24490549,24491270,24491273,24513121,24513597,24514596,24515229,24556864,24556897,24556921,24557069,24557106,24557298,24557313,24557424,24557434,24557494,24557739,24557816,24558005,24558009,24558189,24558261,24558449,24558461,24558500,24558528,24558612,24558834,24559107,24559156,24559206,24559542,24559611,24559644,2455965 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173738,30173747,30173755,30173766,30173771,30173779,30173788,30173796,30173804,30173812,30173817,30173825?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for gm : https://www.fotonower.com/velours/30173739,30173748,30173756,30173767,30173772,30173780,30173789,30173797,30173805,30173813,30173818,30173826?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173740,30173742,30173750,30173758,30173774,30173791,30173799,30173807,30173815,30173820?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173741,30173759,30173760,30173761,30173783,30173828,30173829?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173743,30173751,30173762,30173775,30173784,30173792,30173800,30173808,30173816,30173821?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173744,30173752,30173763,30173769,30173776,30173785,30173793,30173801,30173809,30173822?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173745,30173753,30173764,30173770,30173777,30173782,30173786,30173794,30173802,30173810,30173823?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173746,30173754,30173765,30173778,30173787,30173795,30173803,30173811,30173824?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173749,30173757,30173768,30173773,30173781,30173790,30173798,30173806,30173814,30173819,30173827?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque after get_hostname_from_raspi 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-05-01' and date <= '2025-05-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-05-01' and date <= '2025-05-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-05-01' and date <= '2025-05-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-05-01' and date <= '2025-05-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-05-01' and date <= '2025-05-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-05-01' and date <= '2025-05-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-05-01' and date <= '2025-05-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-05-01' and date <= '2025-05-31') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-05-01' and date <= '2025-05-31') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((43055,),), 'unwanted_material_monthly_percentage': ((0.08823835791724856,),), 'material_repartition': (('pet_clair', 3207), ('pehd_pp', 2357), ('film_pedb', 2283), ('emr', 2078), ('flux_dev', 2053), ('gm', 1641), ('jrm', 1325), ('ela', 607), ('aluminium', 362)), 'material_dict': {'pet_clair': 3207, 'pehd_pp': 2357, 'film_pedb': 2283, 'autres': 8066}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 5, 2), 0.10673532115616756, 14), (datetime.date(2025, 5, 3), 0.10462730193993124, 17), (datetime.date(2025, 5, 5), 0.09598343831712897, 15), (datetime.date(2025, 5, 6), 0.1016797005446997, 8), (datetime.date(2025, 5, 7), 0.1117773589895703, 11), (datetime.date(2025, 5, 9), 0.10195323413651206, 18), (datetime.date(2025, 5, 10), 0.10808308097880841, 17), (datetime.date(2025, 5, 12), 0.09848440647192144, 13), (datetime.date(2025, 5, 13), 0.086918563352116, 23), (datetime.date(2025, 5, 14), 0.09224042109652812, 6), (datetime.date(2025, 5, 15), 0.08385838861557736, 20), (datetime.date(2025, 5, 16), 0.0810494732686256, 15), (datetime.date(2025, 5, 19), 0.07941516980825686, 7), (datetime.date(2025, 5, 20), 0.0787194210311741, 38), (datetime.date(2025, 5, 21), 0.06085039619304906, 20), (datetime.date(2025, 5, 22), 0.07565452045539886, 24), (datetime.date(2025, 5, 23), 0.0681783376902154, 24), (datetime.date(2025, 5, 24), 0.07394346873879608, 23), (datetime.date(2025, 5, 26), 0.07825722905212198, 25), (datetime.date(2025, 5, 27), 0.0783061228471122, 35), (datetime.date(2025, 5, 28), 0.07715380660505879, 26), (datetime.date(2025, 5, 30), 0.07956189995213037, 15), (datetime.date(2025, 5, 31), 0.0763484421309583, 32)), 'impurety_average_data_per_hashtag': {'aluminium': ((datetime.date(2025, 5, 2), 0.061310341011663994, 14), (datetime.date(2025, 5, 3), 0.071115316143078, 6), (datetime.date(2025, 5, 5), 0.06671514891418193, 16), (datetime.date(2025, 5, 6), 0.0724892917077486, 18), (datetime.date(2025, 5, 7), 0.06018213331539988, 13), (datetime.date(2025, 5, 9), 0.08427009331888914, 13), (datetime.date(2025, 5, 10), 0.057956941253056324, 12), (datetime.date(2025, 5, 12), 0.07117982852413131, 15), (datetime.date(2025, 5, 13), 0.06594296492481033, 16), (datetime.date(2025, 5, 14), 0.07243823089018489, 14), (datetime.date(2025, 5, 15), 0.06324842424282782, 10), (datetime.date(2025, 5, 16), 0.05599087466296701, 13), (datetime.date(2025, 5, 19), 0.05013716311516844, 17), (datetime.date(2025, 5, 20), 0.0597388693987441, 12), (datetime.date(2025, 5, 22), 0.036277747365457365, 16), (datetime.date(2025, 5, 23), 0.07080651254633641, 15), (datetime.date(2025, 5, 24), 0.03841487806270558, 13), (datetime.date(2025, 5, 26), 0.08101649991979078, 16), (datetime.date(2025, 5, 27), 0.06708606361551636, 24), (datetime.date(2025, 5, 28), 0.0410158905321034, 14), (datetime.date(2025, 5, 30), 0.07391282064717192, 14), (datetime.date(2025, 5, 31), 0.053011079703379364, 13)), 'pet_clair': ((datetime.date(2025, 5, 2), 0.009726104598309852, 24), (datetime.date(2025, 5, 3), 0.009193881547081562, 24), (datetime.date(2025, 5, 5), 0.013341672684728677, 29), (datetime.date(2025, 5, 6), 0.018848101985929643, 23), (datetime.date(2025, 5, 7), 0.012283671226029864, 51), (datetime.date(2025, 5, 9), 0.02235234198111919, 51), (datetime.date(2025, 5, 10), 0.018399873295095594, 47), (datetime.date(2025, 5, 12), 0.03704315844986039, 24), (datetime.date(2025, 5, 13), 0.011898097221540487, 23), (datetime.date(2025, 5, 14), 0.013814939866332851, 25), (datetime.date(2025, 5, 15), 0.022900413856452584, 49), (datetime.date(2025, 5, 16), 0.019216764873239176, 24), (datetime.date(2025, 5, 19), 0.009767289360598407, 7), (datetime.date(2025, 5, 20), 0.010454779199998546, 19), (datetime.date(2025, 5, 21), 0.004194595286304076, 20), (datetime.date(2025, 5, 22), 0.012703072491478994, 26), (datetime.date(2025, 5, 23), 0.011229244596374324, 24), (datetime.date(2025, 5, 24), 0.004530737327219905, 23), (datetime.date(2025, 5, 26), 0.012101190009838123, 46), (datetime.date(2025, 5, 27), 0.012643243178398168, 35), (datetime.date(2025, 5, 28), 0.012470295953141215, 21), (datetime.date(2025, 5, 30), 0.0175990923804349, 15), (datetime.date(2025, 5, 31), 0.013707413333094503, 48)), 'film_pedb': ((datetime.date(2025, 5, 2), 0.2174321516630838, 37), (datetime.date(2025, 5, 3), 0.23736840871277823, 31), (datetime.date(2025, 5, 5), 0.2138765038791346, 25), (datetime.date(2025, 5, 6), 0.21993154001237228, 29), (datetime.date(2025, 5, 7), 0.24601087926700557, 41), (datetime.date(2025, 5, 9), 0.19958780420920216, 18), (datetime.date(2025, 5, 10), 0.2034843612250346, 34), (datetime.date(2025, 5, 12), 0.174346869589991, 25), (datetime.date(2025, 5, 13), 0.2618055170815604, 25), (datetime.date(2025, 5, 14), 0.32123050177356627, 38), (datetime.date(2025, 5, 15), 0.3140537656695529, 41), (datetime.date(2025, 5, 16), 0.314190509922129, 15), (datetime.date(2025, 5, 19), 0.25920948325399035, 39), (datetime.date(2025, 5, 20), 0.2686859545117722, 28), (datetime.date(2025, 5, 21), 0.24508566645917823, 21), (datetime.date(2025, 5, 22), 0.2707228997766373, 32), (datetime.date(2025, 5, 23), 0.2796211952533223, 41), (datetime.date(2025, 5, 24), 0.2593443981029084, 36), (datetime.date(2025, 5, 26), 0.2477091953530368, 43), (datetime.date(2025, 5, 27), 0.2623627471009833, 47), (datetime.date(2025, 5, 28), 0.30134252177018167, 31), (datetime.date(2025, 5, 30), 0.3087635126593314, 46), (datetime.date(2025, 5, 31), 0.3115834522492071, 41)), 'emr': ((datetime.date(2025, 5, 2), 0.0504610727073416, 6), (datetime.date(2025, 5, 3), 0.05272377119917799, 17), (datetime.date(2025, 5, 5), 0.05006305587887183, 5), (datetime.date(2025, 5, 6), 0.04840422898640802, 18), (datetime.date(2025, 5, 7), 0.05263158727296362, 11), (datetime.date(2025, 5, 9), 0.05045318606152251, 16), (datetime.date(2025, 5, 10), 0.050572857278874846, 13), (datetime.date(2025, 5, 12), 0.04837215148676794, 7), (datetime.date(2025, 5, 13), 0.047109889027569976, 9), (datetime.date(2025, 5, 14), 0.04715709280394565, 6), (datetime.date(2025, 5, 15), 0.051553364912423766, 24), (datetime.date(2025, 5, 16), 0.04949832541133051, 21), (datetime.date(2025, 5, 19), 0.044477738544743815, 10), (datetime.date(2025, 5, 20), 0.04033968059890932, 9), (datetime.date(2025, 5, 21), 0.07280273949559271, 5), (datetime.date(2025, 5, 22), 0.048704744593926486, 9), (datetime.date(2025, 5, 23), 0.0421809084736443, 12), (datetime.date(2025, 5, 24), 0.03711552688435248, 28), (datetime.date(2025, 5, 26), 0.03756615937742467, 6), (datetime.date(2025, 5, 27), 0.04647226246157548, 6), (datetime.date(2025, 5, 28), 0.052898497465490094, 26), (datetime.date(2025, 5, 30), 0.054011622648982, 6), (datetime.date(2025, 5, 31), 0.050812128489161036, 32)), 'pehd_pp': ((datetime.date(2025, 5, 2), 0.06327898978786892, 25), (datetime.date(2025, 5, 3), 0.0629882582119359, 17), (datetime.date(2025, 5, 5), 0.06180537807123415, 34), (datetime.date(2025, 5, 6), 0.06143199779867349, 23), (datetime.date(2025, 5, 7), 0.0652778246564408, 17), (datetime.date(2025, 5, 9), 0.0723120958519583, 25), (datetime.date(2025, 5, 10), 0.06651840838100286, 22), (datetime.date(2025, 5, 12), 0.06114363316120156, 25), (datetime.date(2025, 5, 13), 0.05569282520451396, 26), (datetime.date(2025, 5, 14), 0.046478246996436386, 21), (datetime.date(2025, 5, 15), 0.048507720751168076, 37), (datetime.date(2025, 5, 16), 0.042245848782516776, 19), (datetime.date(2025, 5, 19), 0.03771614848071739, 23), (datetime.date(2025, 5, 20), 0.038421420945376955, 37), (datetime.date(2025, 5, 21), 0.03343541342177234, 25), (datetime.date(2025, 5, 22), 0.03627816726213427, 27), (datetime.date(2025, 5, 23), 0.03763212937716621, 24), (datetime.date(2025, 5, 24), 0.03912445226524099, 20), (datetime.date(2025, 5, 26), 0.036607654497259313, 25), (datetime.date(2025, 5, 27), 0.04240007519171103, 24), (datetime.date(2025, 5, 28), 0.046103507458068994, 22), (datetime.date(2025, 5, 30), 0.04377137029391014, 26), (datetime.date(2025, 5, 31), 0.04521101538449966, 40)), 'gm': ((datetime.date(2025, 5, 2), 0.08991433286947842, 5), (datetime.date(2025, 5, 3), 0.10262501013786418, 23), (datetime.date(2025, 5, 5), 0.08314502233010838, 15), (datetime.date(2025, 5, 6), 0.0577186633688702, 8), (datetime.date(2025, 5, 7), 0.06695133344230625, 25), (datetime.date(2025, 5, 9), 0.091766845451898, 7), (datetime.date(2025, 5, 10), 0.04969823371854852, 7), (datetime.date(2025, 5, 12), 0.08555815540704917, 24), (datetime.date(2025, 5, 13), 0.07965123475925538, 11), (datetime.date(2025, 5, 14), 0.07122069258990049, 25), (datetime.date(2025, 5, 15), 0.0656126958182859, 7), (datetime.date(2025, 5, 16), 0.07630090240718172, 25), (datetime.date(2025, 5, 19), 0.08443578599697942, 21), (datetime.date(2025, 5, 20), 0.09563251744768944, 6), (datetime.date(2025, 5, 21), 0.060453409685765805, 20), (datetime.date(2025, 5, 22), 0.06140463734203531, 16), (datetime.date(2025, 5, 23), 0.06040093394830087, 28), (datetime.date(2025, 5, 24), 0.1356249401280531, 8), (datetime.date(2025, 5, 26), 0.10811788902121748, 25), (datetime.date(2025, 5, 27), 0.06641145424277595, 21), (datetime.date(2025, 5, 28), 0.055131421982108825, 22), (datetime.date(2025, 5, 30), 0.04842089575981139, 29), (datetime.date(2025, 5, 31), 0.055024713768220344, 27)), 'flux_dev': ((datetime.date(2025, 5, 2), 0.35086219110610584, 37), (datetime.date(2025, 5, 3), 0.37244937956989016, 17), (datetime.date(2025, 5, 5), 0.31882427932209023, 19), (datetime.date(2025, 5, 6), 0.3346407726669126, 18), (datetime.date(2025, 5, 7), 0.38569846381557765, 20), (datetime.date(2025, 5, 9), 0.37847999881032857, 38), (datetime.date(2025, 5, 10), 0.39844966443739277, 17), (datetime.date(2025, 5, 12), 0.3581027997419971, 10), (datetime.date(2025, 5, 13), 0.17490859653298296, 36), (datetime.date(2025, 5, 14), 0.15302686511245892, 37), (datetime.date(2025, 5, 15), 0.10154018523881293, 20), (datetime.date(2025, 5, 16), 0.10396802048169658, 30), (datetime.date(2025, 5, 19), 0.093315022370734, 8), (datetime.date(2025, 5, 20), 0.08394941455317254, 13), (datetime.date(2025, 5, 21), 0.08637673736318328, 20), (datetime.date(2025, 5, 22), 0.0731510101477914, 24), (datetime.date(2025, 5, 23), 0.07343368240075585, 26), (datetime.date(2025, 5, 24), 0.08627267437107415, 21), (datetime.date(2025, 5, 26), 0.07971743760886052, 6), (datetime.date(2025, 5, 27), 0.0783060244633454, 36), (datetime.date(2025, 5, 28), 0.08880136750798913, 40), (datetime.date(2025, 5, 30), 0.0913400546335484, 37), (datetime.date(2025, 5, 31), 0.09281685058868724, 33)), 'ela': ((datetime.date(2025, 5, 2), 0.02563363458426476, 23), (datetime.date(2025, 5, 3), 0.03212955943902011, 24), (datetime.date(2025, 5, 5), 0.031456636507199945, 21), (datetime.date(2025, 5, 6), 0.03231823047810365, 29), (datetime.date(2025, 5, 7), 0.029484713499010096, 25), (datetime.date(2025, 5, 9), 0.026860337846254075, 28), (datetime.date(2025, 5, 10), 0.02188733836863031, 24), (datetime.date(2025, 5, 12), 0.026328723061122578, 23), (datetime.date(2025, 5, 13), 0.0296950476722891, 39), (datetime.date(2025, 5, 14), 0.039463289638976363, 33), (datetime.date(2025, 5, 15), 0.03773091409203794, 29), (datetime.date(2025, 5, 16), 0.03648488702166231, 34), (datetime.date(2025, 5, 19), 0.02153010150079763, 32), (datetime.date(2025, 5, 20), 0.032167696210078395, 38), (datetime.date(2025, 5, 22), 0.04029657827703467, 37), (datetime.date(2025, 5, 23), 0.04167422373426339, 31), (datetime.date(2025, 5, 24), 0.044578832389701194, 29), (datetime.date(2025, 5, 26), 0.04590245855536037, 16), (datetime.date(2025, 5, 27), 0.04564269967428042, 33), (datetime.date(2025, 5, 28), 0.04736960016924344, 23), (datetime.date(2025, 5, 30), 0.05181937155052377, 27), (datetime.date(2025, 5, 31), 0.04948373245306962, 34)), 'jrm': ((datetime.date(2025, 5, 2), 0.029314057502455772, 33), (datetime.date(2025, 5, 3), 0.03666784716435034, 18), (datetime.date(2025, 5, 5), 0.029366595222536783, 80), (datetime.date(2025, 5, 6), 0.04159143053583245, 42), (datetime.date(2025, 5, 7), 0.026769301715581156, 43), (datetime.date(2025, 5, 9), 0.03059503943860347, 20), (datetime.date(2025, 5, 10), 0.031100364895089046, 19), (datetime.date(2025, 5, 12), 0.049404922806211525, 13), (datetime.date(2025, 5, 13), 0.03338755928890429, 6), (datetime.date(2025, 5, 14), 0.026244861895146788, 11), (datetime.date(2025, 5, 15), 0.03126847773026075, 12), (datetime.date(2025, 5, 16), 0.0323661195063804, 20), (datetime.date(2025, 5, 19), 0.028788479055858948, 17), (datetime.date(2025, 5, 20), 0.04164135550299079, 10), (datetime.date(2025, 5, 21), 0.03467350327926388, 10), (datetime.date(2025, 5, 22), 0.0436833743352572, 5), (datetime.date(2025, 5, 23), 0.03130651822644823, 10), (datetime.date(2025, 5, 24), 0.020021930433192687, 20), (datetime.date(2025, 5, 26), 0.031860705048858184, 13), (datetime.date(2025, 5, 27), 0.02947526039312012, 14), (datetime.date(2025, 5, 28), 0.04578298283359978, 22), (datetime.date(2025, 5, 30), 0.02824962708940139, 45), (datetime.date(2025, 5, 31), 0.030897364071969996, 30))}, 'quality_array': [['-5.156814923051551', '02052025'], ['-5.194682390954027', '03052025'], ['-5.155442834094802', '05052025'], ['-5.163588038692264', '06052025'], ['-5.168547670436151', '07052025'], ['-5.1567878937184215', '09052025'], ['-5.128143647659536', '10052025'], ['-5.162672462440655', '12052025'], ['-5.513555611774448', '13052025'], ['-6.045390248454222', '14052025'], ['-6.091689627433866', '15052025'], ['-5.90624828909919', '16052025'], ['-5.760119881213491', '19052025'], ['-5.720572256971074', '20052025'], ['-5.614857895263705', '21052025'], ['-5.735371511259906', '22052025'], ['-5.746811698514803', '23052025'], ['-5.689879301470482', '24052025'], ['-5.737114925113746', '26052025'], ['-5.825895706352379', '27052025'], ['-5.890147654481886', '28052025'], ['-5.919062470130255', '30052025'], ['-5.885567805333332', '31052025']], 'number_of_batch': ((2316,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002583152917675965, 'nb_photo': 50, 'list_port_cont': '23158241,23158480,23176744,23255848,23346169,23352114', 'assoc_port': '23157188:23158480,23157192:23158241,23176167:23176744,23254131:23255848,23344698:23346169,23351475:23352114', 'assoc_mat': '23157188:autre:3594:23158480,23157192:autre:3594:23158241,23176167:autre:3594:23176744,23254131:autre:3594:23255848,23344698:autre:3594:23346169,23351475:autre:3594:23352114'}, {'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0011747021534148825, 'nb_photo': 8, 'list_port_cont': '22949096,23074697', 'assoc_port': '22948162:22949096,23073358:23074697', 'assoc_mat': '22948162:autre:3594:22949096,23073358:autre:3594:23074697'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004781488710768931, 'nb_photo': 866, 'list_port_cont': '22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22926567,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22981020,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055483,23059062,23059748,23065659,23066039,23075741,23078485,23088490,23089962,2309421', 'assoc_port': '22591583:22592626,22593608:22594930,22596779:22607300,22599781:22600783,22600763:22601566,22602548:22602966,22604279:22605077,22609800:22612821,22609829:22610540,22613018:22628985,22613022:22614568,22614960:22616488,22617414:22618171,22621388:22622118,22628388:22629253,22637076:22639829,22637670:22638008,22639297:22639880,22641849:22642912,22642867:22643283,22644513:22646154,22644528:22645414,22644531:22644962,22645997:22647109,22646002:22646168,22646205:22646444,22661873:22665260,22662915:22664931,22669904:22670974,22673667:22676632,22675370:22676781,22683212:22686171,22687088:22688616,22688510:22689692,22694884:22695645,22700429:22701198,22708744:22711913,22708746:22710394,22711987:22712296,22713822:22714461,22715863:22716655,22715866:22716567,22719541:22720735,22720551:22725012,22720556:22721542,22729016:22731564,22731513:22732974,22733591:22735500,22740290:22741278,22763325:22764373,22763328:22765231,22769206:22770708,22771178:22772548,22781196:22791999,22781199:22782396,22782382:22783543,22787160:2279166', 'assoc_mat': '22591583:autre:3327:22592626,22593608:autre:3327:22594930,22596779:autre:3327:22607300,22599781:autre:3327:22600783,22600763:autre:3327:22601566,22602548:autre:3327:22602966,22604279:autre:3327:22605077,22609800:autre:3327:22612821,22609829:autre:3327:22610540,22613018:autre:3327:22628985,22613022:autre:3327:22614568,22614960:autre:3327:22616488,22617414:autre:3327:22618171,22621388:autre:3327:22622118,22628388:autre:3327:22629253,22637076:autre:3327:22639829,22637670:autre:3327:22638008,22639297:autre:3327:22639880,22641849:autre:3327:22642912,22642867:autre:3327:22643283,22644513:autre:3327:22646154,22644528:autre:3327:22645414,22644531:autre:3327:22644962,22645997:autre:3327:22647109,22646002:autre:3327:22646168,22646205:autre:3327:22646444,22661873:autre:3327:22665260,22662915:autre:3327:22664931,22669904:autre:3327:22670974,22673667:autre:3327:22676632,22675370:autre:3327:22676781,22683212:autre:3327:22686171,22687088:autre:3327:22688616,22688510:autre:3327:22689692,22694884:autre:3327:22695645,22700429:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011370719833444549, 'nb_photo': 507, 'list_port_cont': '22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,23014331,23017975,23022460,23022675,23023069,23025785,23032617,23075846,23094963,23160442,23421539,24463907,24464294,24464774,24467651,24469961,24489918,24489983,24489996,24490004,24490024,24490039,24490049,24490082,24490103,24490115,24490121,24490221,24490267,24490357,24490409,24490414,24490428,24490482,24490485,24490522,24490529,24490548,24490551,24490611,24491265,24491272,24513123,24515232,24556869,24556892,24556920,24557071,24557113,24557317,24557416,24557430,24557464,24557488,24557745,24557808,24558181,24558270,24558465,24558498,24558518,24558615,24559109,24559154,24559209,24559539,24559612,24559639,24559653,24559666,24559895,24559925,24559979,24560029,24560119,2456033', 'assoc_port': '22602547:22602580,22609803:22610317,22617409:22620638,22637078:22637223,22637330:22637513,22640871:22641127,22642865:22644517,22644526:22645042,22646208:22646297,22668749:22675050,22681466:22700061,22681469:22700082,22683209:22700018,22687083:22687478,22688512:22689623,22696408:22696688,22723675:22746295,22743072:22743267,22753644:22754113,22765037:22765969,22773715:22791530,22777704:22779187,22777726:22778651,22781198:22782011,22813689:22817951,22817780:22818990,22823123:22823650,22823128:22823338,22828659:22842772,22828661:22828777,22835900:22836462,22840149:22840289,22856656:22856822,22856659:22856811,22858842:22858864,22860493:22860611,22861967:22862084,22863286:22863289,22873139:23014331,22880134:23017975,22886792:23075846,22891519:23022460,22893518:23022675,22893523:23023069,22894328:23025785,22920083:23032617,23079432:23094963,23104935:23160442,23279957:23421539,24463443:24491272,24463446:24490611,24463509:24463907,24463552:24490221,24463634:24490529,24463648:24490024,24463665:24489983,24463681:2448999', 'assoc_mat': '22602547:autre_refus:3726:22602580,22609803:autre_refus:3726:22610317,22617409:autre_refus:3726:22620638,22637078:autre_refus:3726:22637223,22637330:autre_refus:3726:22637513,22640871:autre_refus:3726:22641127,22642865:autre_refus:3726:22644517,22644526:autre_refus:3726:22645042,22646208:autre_refus:3726:22646297,22668749:autre_refus:3726:22675050,22681466:autre_refus:3726:22700061,22681469:autre_refus:3726:22700082,22683209:autre_refus:3726:22700018,22687083:autre_refus:3726:22687478,22688512:autre_refus:3726:22689623,22696408:autre_refus:3726:22696688,22723675:autre_refus:3726:22746295,22743072:autre_refus:3726:22743267,22753644:autre_refus:3726:22754113,22765037:autre_refus:3726:22765969,22773715:autre_refus:3726:22791530,22777704:autre_refus:3726:22779187,22777726:autre_refus:3726:22778651,22781198:autre_refus:3726:22782011,22813689:autre_refus:3726:22817951,22817780:autre_refus:3726:22818990,22823123:autre_refus:3726:22823650,22823128:autre_refus:3726:22823338,22828659:autre_refus:3726:22842772,22828661:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00862818966520215, 'nb_photo': 48, 'list_port_cont': '22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,23065662,23095002,23202348,23491695,23506129,23507258,23510324,23511053,23515222,24466385,24517546,24527311', 'assoc_port': '22645997:22647107,22713822:22714462,22719541:22720730,22757919:22758747,22763325:22764380,22814869:22816527,22823156:22823548,22832670:22833535,22835897:22838451,22856660:22856916,22876410:22888283,22881746:22882927,22882937:22886536,22889833:22901068,22893525:22896323,22895714:22898283,22915799:22916141,22927531:22936539,23019438:23065662,23079397:23095002,23172911:23202348,23372141:23491695,23383826:23506129,23416826:23515222,23487135:23511053,23487267:23510324,23489679:23507258,24464130:24466385,24512735:24527311,24514705:24517546', 'assoc_mat': '22645997:barquette_avec_film:3327:22647107,22713822:barquette_avec_film:3327:22714462,22719541:barquette_avec_film:3327:22720730,22757919:barquette_avec_film:3327:22758747,22763325:barquette_avec_film:3327:22764380,22814869:barquette_avec_film:3327:22816527,22823156:barquette_avec_film:3327:22823548,22832670:barquette_avec_film:3327:22833535,22835897:barquette_avec_film:3327:22838451,22856660:barquette_avec_film:3327:22856916,22876410:barquette_avec_film:3327:22888283,22881746:barquette_avec_film:3327:22882927,22882937:barquette_avec_film:3327:22886536,22889833:barquette_avec_film:3327:22901068,22893525:barquette_avec_film:3327:22896323,22895714:barquette_avec_film:3327:22898283,22915799:barquette_avec_film:3327:22916141,22927531:barquette_avec_film:3327:22936539,23019438:barquette_avec_film:3327:23065662,23079397:barquette_avec_film:3327:23095002,23172911:barquette_avec_film:3327:23202348,23372141:barquette_avec_film:3327:23491695,23383826:barquette_avec_film:3327:23506129,23416826:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0012053885293929218, 'nb_photo': 26, 'list_port_cont': '22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,23091293,23174287,23450982,23509913,23513867,24490327,24491608,24558592,24558654', 'assoc_port': '22637672:22637960,22637674:22637869,22643641:22645191,22666515:22667710,22673669:22675221,22693033:22698565,22719525:22722806,22773713:22777254,22793928:22794055,22857008:22863342,22862865:22863025,22874442:22876489,23064326:23091293,23127851:23174287,23370198:23450982,23408683:23513867,23487313:23509913,24463520:24491608,24463881:24490327,24514181:24558592,24514432:24558654', 'assoc_mat': '22637672:barquette_opaque:4205:22637960,22637674:barquette_opaque:4205:22637869,22643641:barquette_opaque:4205:22645191,22666515:barquette_opaque:4205:22667710,22673669:barquette_opaque:4205:22675221,22693033:barquette_opaque:4205:22698565,22719525:barquette_opaque:4205:22722806,22773713:barquette_opaque:4205:22777254,22793928:barquette_opaque:4205:22794055,22857008:barquette_opaque:4205:22863342,22862865:barquette_opaque:4205:22863025,22874442:barquette_opaque:4205:22876489,23064326:barquette_opaque:4205:23091293,23127851:barquette_opaque:4205:23174287,23370198:barquette_opaque:4205:23450982,23408683:barquette_opaque:4205:23513867,23487313:barquette_opaque:4205:23509913,24463520:barquette_opaque:4205:24491608,24463881:barquette_opaque:4205:24490327,24514181:barquette_opaque:4205:24558592,24514432:barquette_opaque:4205:24558654'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012688273011504621, 'nb_photo': 321, 'list_port_cont': '22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22945504,22988183,22990615,23008519,23089682,23095165,23186747,23209568,23411313,23479331,23505167,23506525,23507310,23525350,24490054,24490140,24490237,24490244,24490311,24490793,24491581,24515745,24557758,24557947,24558333,24559126,24559768,24560320,24560619,24560794,24561388,24562035,24562098,24563423,24565081,24567538,24576599', 'assoc_port': '22604273:22636609,22609799:22634251,22624047:22630375,22640872:22644203,22645327:22645964,22668747:22671022,22683214:22687242,22706231:22707909,22715864:22720094,22727698:22738385,22760876:22763441,22775279:22784793,22814866:22816588,22835896:22854607,22835901:22847712,22858837:22862338,22861704:22864772,22863669:22865870,22879241:22880845,22885096:22889056,22916871:22945504,22963267:22990615,22979636:22988183,23002549:23008519,23056326:23089682,23080635:23095165,23157180:23209568,23164742:23186747,23370918:23479331,23386645:23506525,23411038:23411313,23419023:23525350,23487314:23507310,23499045:23505167,24463400:24490793,24463494:24490311,24463899:24490237,24463929:24491581,24464003:24490140,24464038:24490244,24464111:24490054,24512919:24567538,24513076:24565081,24513354:24563423,24513393:24562098,24513539:24562035,24513754:24561388,24513857:24560619,24513862:24560320,24513919:24560794,24514080:24559768,24514113:24515745,24514431:24558333,24514481:24559126,24514527:24557758,24514605:24576599,24514748:2455794', 'assoc_mat': '22604273:barquette_opaque:4203:22636609,22609799:barquette_opaque:4203:22634251,22624047:barquette_opaque:4203:22630375,22640872:barquette_opaque:4203:22644203,22645327:barquette_opaque:4203:22645964,22668747:barquette_opaque:4203:22671022,22683214:barquette_opaque:4203:22687242,22706231:barquette_opaque:4203:22707909,22715864:barquette_opaque:4203:22720094,22727698:barquette_opaque:4203:22738385,22760876:barquette_opaque:4203:22763441,22775279:barquette_opaque:4203:22784793,22814866:barquette_opaque:4203:22816588,22835896:barquette_opaque:4203:22854607,22835901:barquette_opaque:4203:22847712,22858837:barquette_opaque:4203:22862338,22861704:barquette_opaque:4203:22864772,22863669:barquette_opaque:4203:22865870,22879241:barquette_opaque:4203:22880845,22885096:barquette_opaque:4203:22889056,22916871:barquette_opaque:4203:22945504,22963267:barquette_opaque:4203:22990615,22979636:barquette_opaque:4203:22988183,23002549:barquette_opaque:4203:23008519,23056326:barquette_opaque:4203:23089682,23080635:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016875116165549642, 'nb_photo': 72, 'list_port_cont': '22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,23067024,23473963,23477115,23491490,23492528,23495098,23501523,23503369,24465137,24466104,24466281,24467727,24468425,24468707,24471487,24555831,24556280,24556478,24556611,24557588,24557677,24558574,24559171,24559189,24560633,24561175,24562641,24564757,24564983', 'assoc_port': '22593610:22594068,22599780:22600130,22610902:22611292,22613019:22613362,22639302:22639379,22641847:22642303,22662911:22663962,22669905:22670063,22672698:22672799,22673666:22674356,22673668:22674111,22687087:22687785,22693003:22695665,22708748:22709330,22713828:22715786,22720554:22721060,22731509:22733467,22731510:22733529,22731514:22732036,22753640:22753977,22757921:22758440,22828660:22829357,22838933:22839685,22856662:22856795,22857555:22857876,22864375:22864580,22874458:22874921,22879238:22879884,22880135:22880250,22885093:22885462,23019445:23067024,23381816:23501523,23412440:23477115,23418123:23473963,23487106:23492528,23487139:23491490,23494765:23495098,23503086:23503369,24463408:24471487,24463582:24468707,24463742:24467727,24463743:24466104,24463797:24468425,24463949:24465137,24464133:24466281,24512703:24564757,24512892:24564983,24513321:24562641,24513572:24561175,24513628:24560633,24514114:24559171,24514378:24559189,24514486:24558574,24514538:24557677,24514629:24557588,24514662:24556611,24514752:2455647', 'assoc_mat': '22593610:barquette_opaque:4207:22594068,22599780:barquette_opaque:4207:22600130,22610902:barquette_opaque:4207:22611292,22613019:barquette_opaque:4207:22613362,22639302:barquette_opaque:4207:22639379,22641847:barquette_opaque:4207:22642303,22662911:barquette_opaque:4207:22663962,22669905:barquette_opaque:4207:22670063,22672698:barquette_opaque:4207:22672799,22673666:barquette_opaque:4207:22674356,22673668:barquette_opaque:4207:22674111,22687087:barquette_opaque:4207:22687785,22693003:barquette_opaque:4207:22695665,22708748:barquette_opaque:4207:22709330,22713828:barquette_opaque:4207:22715786,22720554:barquette_opaque:4207:22721060,22731509:barquette_opaque:4207:22733467,22731510:barquette_opaque:4207:22733529,22731514:barquette_opaque:4207:22732036,22753640:barquette_opaque:4207:22753977,22757921:barquette_opaque:4207:22758440,22828660:barquette_opaque:4207:22829357,22838933:barquette_opaque:4207:22839685,22856662:barquette_opaque:4207:22856795,22857555:barquette_opaque:4207:22857876,22864375:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010732735440729977, 'nb_photo': 24, 'list_port_cont': '22607814,22696629,22844342,22901525,23232834,23375601,24467683,24471105,24476554,24548386,24554225,24555651,24560362,24560807', 'assoc_port': '22607579:22607814,22696409:22696629,22843810:22844342,22901195:22901525,23232197:23232834,23375423:23375601,24463640:24467683,24463744:24471105,24463933:24476554,24512929:24560807,24513007:24560362,24514075:24555651,24514479:24548386,24514534:24554225', 'assoc_mat': '22607579:barquette_opaque:4461:22607814,22696409:barquette_opaque:4461:22696629,22843810:barquette_opaque:4461:22844342,22901195:barquette_opaque:4461:22901525,23232197:barquette_opaque:4461:23232834,23375423:barquette_opaque:4461:23375601,24463640:barquette_opaque:4461:24467683,24463744:barquette_opaque:4461:24471105,24463933:barquette_opaque:4461:24476554,24512929:barquette_opaque:4461:24560807,24513007:barquette_opaque:4461:24560362,24514075:barquette_opaque:4461:24555651,24514479:barquette_opaque:4461:24548386,24514534:barquette_opaque:4461:24554225'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.028628792158971933, 'nb_photo': 599, 'list_port_cont': '22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22918156,22919996,22926530,22985769,23077571,23089621,23091838,23393279,23447602,23505607,23506144,23507176,23507518,23510374,23515099,23516191,23517609,23525032,24464307,24464732,24468181,2446917', 'assoc_port': '22594877:22596179,22600724:22604130,22604276:22609336,22610907:22621000,22613021:22613218,22614937:22627388,22617412:22630480,22618985:22630494,22624048:22630383,22637083:22637537,22638529:22639220,22642864:22644336,22642868:22644429,22644529:22646715,22645330:22645458,22646001:22646067,22647187:22648097,22647191:22647322,22662912:22663887,22666514:22667657,22669908:22684094,22675367:22676962,22675368:22677092,22675371:22677194,22675372:22685647,22681463:22686627,22687091:22695618,22694885:22695674,22696946:22699558,22708747:22711334,22711988:22712183,22712694:22713171,22712698:22712806,22714439:22714734,22720546:22720785,22720550:22725031,22723659:22734356,22727658:22737338,22731555:22739675,22731557:22731745,22733592:22744952,22740289:22741201,22743063:22743322,22753642:22755903,22755522:22757464,22757920:22759666,22763326:22765898,22766326:22766595,22771176:22774551,22775280:22779839,22777709:22782093,22777728:22782658,22781200:22786753,22782353:22791847,22785919:22789447,22793931:22794090,22816846:2281711', 'assoc_mat': '22594877:barquette_opaque:4200:22596179,22600724:barquette_opaque:4200:22604130,22604276:barquette_opaque:4200:22609336,22610907:barquette_opaque:4200:22621000,22613021:barquette_opaque:4200:22613218,22614937:barquette_opaque:4200:22627388,22617412:barquette_opaque:4200:22630480,22618985:barquette_opaque:4200:22630494,22624048:barquette_opaque:4200:22630383,22637083:barquette_opaque:4200:22637537,22638529:barquette_opaque:4200:22639220,22642864:barquette_opaque:4200:22644336,22642868:barquette_opaque:4200:22644429,22644529:barquette_opaque:4200:22646715,22645330:barquette_opaque:4200:22645458,22646001:barquette_opaque:4200:22646067,22647187:barquette_opaque:4200:22648097,22647191:barquette_opaque:4200:22647322,22662912:barquette_opaque:4200:22663887,22666514:barquette_opaque:4200:22667657,22669908:barquette_opaque:4200:22684094,22675367:barquette_opaque:4200:22676962,22675368:barquette_opaque:4200:22677092,22675371:barquette_opaque:4200:22677194,22675372:barquette_opaque:4200:22685647,22681463:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0032648950180912692, 'nb_photo': 184, 'list_port_cont': '22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22918040,22922673,23003105,23013082,23331987,23345496,23385248,23487909,23488213,24464804,24465233,24465269,24465671,24465760,24465785,24466609,24466701,24467299,24467483,24467629,24468598,24468667,24469670,24470176,24470199,24470415,24470841,24470992,24471291,24471308,24471781,24471942,24472629,24473158,24474292,24474393,24475038,24479766,24515015,24516165,24544497,24545541,24545557,24545639,24545921,24547559,24547816,24548508,24548979,24549748,24549907,24550084,24550362,24550579,24551417,24551675,24552001,24553075,24553669,24554391,24554946,24555468,24555518,24555692,24555778,24556434,24557185,24557496,24558164,24558213,24558271,24558382,24559002,24559463', 'assoc_port': '22594876:22595964,22607578:22607904,22610905:22611814,22617415:22617928,22618983:22629298,22637331:22637356,22637677:22637774,22639299:22639569,22643642:22643911,22645325:22645677,22647186:22647250,22661878:22662565,22662913:22663844,22672696:22672901,22681465:22682414,22681467:22682303,22696406:22696671,22714441:22714697,22719539:22719941,22723676:22724317,22729019:22730610,22753645:22754076,22760875:22761240,22781197:22781939,22782354:22792013,22813690:22814113,22816847:22817092,22823127:22823267,22832671:22832958,22835473:22835682,22856661:22856836,22858841:22858905,22861972:22862015,22863282:22863302,22876406:22876747,22880119:22880369,22889832:22890380,22893521:22893626,22896424:22896678,22917827:22918040,22922388:22922673,23002556:23003105,23012445:23013082,23073358:24468667,23331070:23331987,23344611:23345496,23384859:23385248,23487129:23488213,23487318:23487909,24463460:24479766,24463498:24471942,24463537:24471781,24463548:24471291,24463595:24475038,24463597:24471308,24463659:24470992,24463668:2447084', 'assoc_mat': '22594876:barquette_opaque:4209:22595964,22607578:barquette_opaque:4209:22607904,22610905:barquette_opaque:4209:22611814,22617415:barquette_opaque:4209:22617928,22618983:barquette_opaque:4209:22629298,22637331:barquette_opaque:4209:22637356,22637677:barquette_opaque:4209:22637774,22639299:barquette_opaque:4209:22639569,22643642:barquette_opaque:4209:22643911,22645325:barquette_opaque:4209:22645677,22647186:barquette_opaque:4209:22647250,22661878:barquette_opaque:4209:22662565,22662913:barquette_opaque:4209:22663844,22672696:barquette_opaque:4209:22672901,22681465:barquette_opaque:4209:22682414,22681467:barquette_opaque:4209:22682303,22696406:barquette_opaque:4209:22696671,22714441:barquette_opaque:4209:22714697,22719539:barquette_opaque:4209:22719941,22723676:barquette_opaque:4209:22724317,22729019:barquette_opaque:4209:22730610,22753645:barquette_opaque:4209:22754076,22760875:barquette_opaque:4209:22761240,22781197:barquette_opaque:4209:22781939,22782354:barquette_opaque:4209:22792013,22813690:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.016434654859247732, 'nb_photo': 7596, 'list_port_cont': '22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22918134,22920490,22925350,22931813,22950008,2295212', 'assoc_port': '22593607:22594161,22594878:22596089,22596778:22597263,22599779:22600183,22600725:22601223,22602546:22602880,22603047:22603306,22604281:22604567,22604285:22604692,22607577:22607886,22610904:22611752,22613020:22613607,22614941:22615581,22617413:22617919,22618986:22619624,22621389:22621913,22637075:22637227,22637329:22637546,22637675:22637892,22638530:22638911,22639300:22639732,22640875:22641084,22641844:22642199,22641848:22642354,22642866:22643270,22643643:22643865,22644532:22644814,22645996:22646138,22646207:22646326,22646699:22646770,22662916:22664733,22668748:22669209,22669906:22670570,22672697:22672993,22673671:22674159,22676626:22677103,22687084:22687853,22687089:22687534,22694854:22695615,22694855:22695483,22694881:22700570,22696405:22696704,22706232:22706887,22711985:22712145,22712696:22712897,22713825:22714119,22714438:22714707,22714442:22714756,22715865:22716170,22719540:22719979,22720545:22721219,22720552:22721095,22727659:22728537,22729021:22730029,22731512:22732155,22740292:22748164,22743077:2274358', 'assoc_mat': '22593607:barquette_opaque:4211:22594161,22594878:barquette_opaque:4211:22596089,22596778:barquette_opaque:4211:22597263,22599779:barquette_opaque:4211:22600183,22600725:barquette_opaque:4211:22601223,22602546:barquette_opaque:4211:22602880,22603047:barquette_opaque:4211:22603306,22604281:barquette_opaque:4211:22604567,22604285:barquette_opaque:4211:22604692,22607577:barquette_opaque:4211:22607886,22610904:barquette_opaque:4211:22611752,22613020:barquette_opaque:4211:22613607,22614941:barquette_opaque:4211:22615581,22617413:barquette_opaque:4211:22617919,22618986:barquette_opaque:4211:22619624,22621389:barquette_opaque:4211:22621913,22637075:barquette_opaque:4211:22637227,22637329:barquette_opaque:4211:22637546,22637675:barquette_opaque:4211:22637892,22638530:barquette_opaque:4211:22638911,22639300:barquette_opaque:4211:22639732,22640875:barquette_opaque:4211:22641084,22641844:barquette_opaque:4211:22642199,22641848:barquette_opaque:4211:22642354,22642866:barquette_opaque:4211:22643270,22643643:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00040553258804669576, 'nb_photo': 145, 'list_port_cont': '22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915919,22916143,22917767,22929969,22930589,22936492,22942820,22970732,22981024,23059742,23065660,23089950,23094209,23094999,23137848,23142968,23149643,23162588,23184889,23185813,23187632,23419393,23422136,23443322,23448063,23478658,23483393,23490445,23491694,23495461,23496758,23505585,23508510,23509636,23510334,23510356,23511051,23511090,23522695,23525822,23544467,24465919,24466391,24467353,24470111,24470750,24472606,24475134,24515280,24515390,24515780,24516175,24516428,24517799,24524774,24526834', 'assoc_port': '22593608:22594934,22596779:22607303,22600763:22601570,22604279:22605076,22609800:22612829,22609829:22610545,22617414:22618164,22637076:22639838,22637080:22637343,22637670:22638002,22639297:22639882,22646205:22646447,22662915:22664940,22673667:22676631,22683212:22686164,22696404:22696748,22708746:22710396,22713822:22714470,22720551:22725018,22720556:22721538,22731513:22732973,22763325:22764377,22763328:22765223,22769206:22770712,22775278:22776168,22781196:22791986,22787160:22791665,22814869:22816534,22823156:22823559,22828628:22830567,22831632:22832785,22832670:22833534,22835472:22852372,22835897:22838449,22838934:22840237,22841696:22842722,22861705:22861865,22862863:22863116,22876410:22888282,22881746:22882924,22882937:22886532,22885089:22889656,22889833:22901062,22893525:22896328,22911178:22915919,22915418:22917767,22915799:22916143,22924964:22929969,22929815:22930589,22931346:22942820,22935793:22936492,22955748:22970732,22970365:22981024,23015443:23059742,23019438:23065660,23056328:23089950,23073350:2313784', 'assoc_mat': '22593608:bouchon:3327:22594934,22596779:bouchon:3327:22607303,22600763:bouchon:3327:22601570,22604279:bouchon:3327:22605076,22609800:bouchon:3327:22612829,22609829:bouchon:3327:22610545,22617414:bouchon:3327:22618164,22637076:bouchon:3327:22639838,22637080:bouchon:3327:22637343,22637670:bouchon:3327:22638002,22639297:bouchon:3327:22639882,22646205:bouchon:3327:22646447,22662915:bouchon:3327:22664940,22673667:bouchon:3327:22676631,22683212:bouchon:3327:22686164,22696404:bouchon:3327:22696748,22708746:bouchon:3327:22710396,22713822:bouchon:3327:22714470,22720551:bouchon:3327:22725018,22720556:bouchon:3327:22721538,22731513:bouchon:3327:22732973,22763325:bouchon:3327:22764377,22763328:bouchon:3327:22765223,22769206:bouchon:3327:22770712,22775278:bouchon:3327:22776168,22781196:bouchon:3327:22791986,22787160:bouchon:3327:22791665,22814869:bouchon:3327:22816534,22823156:bouchon:3327:22823559,22828628:bouchon:3327:22830567,22831632:bouchon:3327:22832785,22832670:bouchon:3327:22833534,22835472:bouchon:3327:22852372,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015675088196567537, 'nb_photo': 558, 'list_port_cont': '22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,23063944,23075710,23088192,23090504,23091287,23165104,23174286,23185150,23439260,23447339,23450983,23477013,23482440,23490786,23501624,23503785,23506187,23509924,23513863,23516453,23526814,24489930,24489966,24490326,24490499,24491615,24557380,24558589,24558664,24558986,24560249,24569349,24569773', 'assoc_port': '22591582:22592615,22602549:22602571,22614943:22627270,22637672:22637967,22637674:22637870,22643641:22645193,22666515:22667704,22673669:22675215,22676627:22681765,22693033:22698562,22713819:22718092,22719525:22722804,22727668:22737392,22755525:22757398,22773713:22777251,22777724:22782111,22793928:22794056,22828627:22856065,22835476:22845280,22856658:22859425,22857008:22863338,22862865:22863031,22874442:22876491,22882318:22883465,22895713:22897227,22896423:22900217,22917826:22925839,22931348:22942116,22951589:22951830,22967489:22978004,23019441:23063944,23052721:23088192,23062405:23090504,23064326:23091287,23075518:23075710,23112649:23165104,23127851:23174286,23161553:23185150,23266257:23526814,23328664:23439260,23370198:23450983,23370901:23477013,23371000:23482440,23372139:23490786,23381825:23501624,23408683:23513863,23424126:23516453,23446969:23447339,23487313:23509924,23495804:23506187,23503087:23503785,24463520:24491615,24463722:24489966,24463777:24490499,24463881:24490326,24463942:24489930,24513246:2456934', 'assoc_mat': '22591582:carton:4205:22592615,22602549:carton:4205:22602571,22614943:carton:4205:22627270,22637672:carton:4205:22637967,22637674:carton:4205:22637870,22643641:carton:4205:22645193,22666515:carton:4205:22667704,22673669:carton:4205:22675215,22676627:carton:4205:22681765,22693033:carton:4205:22698562,22713819:carton:4205:22718092,22719525:carton:4205:22722804,22727668:carton:4205:22737392,22755525:carton:4205:22757398,22773713:carton:4205:22777251,22777724:carton:4205:22782111,22793928:carton:4205:22794056,22828627:carton:4205:22856065,22835476:carton:4205:22845280,22856658:carton:4205:22859425,22857008:carton:4205:22863338,22862865:carton:4205:22863031,22874442:carton:4205:22876491,22882318:carton:4205:22883465,22895713:carton:4205:22897227,22896423:carton:4205:22900217,22917826:carton:4205:22925839,22931348:carton:4205:22942116,22951589:carton:4205:22951830,22967489:carton:4205:22978004,23019441:carton:4205:23063944,23052721:carton:4205:23088192,23062405:carton:4205:23090504,23064326:carton:4205:23091287,2307'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009155443706278764, 'nb_photo': 1360, 'list_port_cont': '22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22945503,22988180,22990616,23008505,23089687,23094182,23095175,23186750,23209573,23411323,23479321,23505168,23506530,23507300,23525365,24490067,24490137,24490231,24490245,24490312,24490805,24491572,24515732,24557483,24557761,24557940,24558332,24559113,24559776,24560321,24560611,24560704,24560797,24561374,24562046,24562092,24563425,24565089,24567534,24576604', 'assoc_port': '22604273:22636620,22609799:22634256,22624047:22630371,22640872:22644202,22645327:22645969,22668747:22671014,22683214:22687247,22706231:22707906,22715864:22720093,22727698:22738375,22760876:22763442,22775279:22784786,22814866:22816580,22835896:22854611,22835901:22847719,22858837:22862342,22861704:22864778,22863669:22865868,22879241:22880849,22885096:22889057,22916871:22945503,22963267:22990616,22979636:22988180,23002549:23008505,23024263:23094182,23056326:23089687,23080635:23095175,23157180:23209573,23164742:23186750,23370918:23479321,23386645:23506530,23411038:23411323,23419023:23525365,23487314:23507300,23499045:23505168,24463400:24490805,24463494:24490312,24463899:24490231,24463929:24491572,24464003:24490137,24464038:24490245,24464111:24490067,24512919:24567534,24513076:24565089,24513354:24563425,24513393:24562092,24513539:24562046,24513754:24561374,24513857:24560611,24513862:24560321,24513919:24560797,24513940:24560704,24514080:24559776,24514113:24515732,24514431:24558332,24514481:24559113,24514527:2455776', 'assoc_mat': '22604273:carton:4203:22636620,22609799:carton:4203:22634256,22624047:carton:4203:22630371,22640872:carton:4203:22644202,22645327:carton:4203:22645969,22668747:carton:4203:22671014,22683214:carton:4203:22687247,22706231:carton:4203:22707906,22715864:carton:4203:22720093,22727698:carton:4203:22738375,22760876:carton:4203:22763442,22775279:carton:4203:22784786,22814866:carton:4203:22816580,22835896:carton:4203:22854611,22835901:carton:4203:22847719,22858837:carton:4203:22862342,22861704:carton:4203:22864778,22863669:carton:4203:22865868,22879241:carton:4203:22880849,22885096:carton:4203:22889057,22916871:carton:4203:22945503,22963267:carton:4203:22990616,22979636:carton:4203:22988180,23002549:carton:4203:23008505,23024263:carton:4203:23094182,23056326:carton:4203:23089687,23080635:carton:4203:23095175,23157180:carton:4203:23209573,23164742:carton:4203:23186750,23370918:carton:4203:23479321,23386645:carton:4203:23506530,23411038:carton:4203:23411323,23419023:carton:4203:23525365,23487314:carton:4203:23507300,2349'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9509914163429355, 'nb_photo': 6631, 'list_port_cont': '22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332', 'assoc_port': '22593605:22594342,22593606:22594397,22593610:22594079,22596777:22597312,22596780:22596895,22599778:22600329,22599780:22600124,22600753:22600920,22603049:22603202,22607575:22607761,22609801:22610267,22610902:22611298,22613019:22613348,22614940:22615155,22617411:22617802,22628391:22628999,22628395:22628714,22637079:22637252,22637082:22637196,22637676:22637757,22639298:22639709,22639302:22639374,22640874:22641090,22641847:22642312,22643639:22643841,22644527:22644977,22644530:22644860,22644534:22644850,22644535:22644664,22645328:22645631,22645998:22646096,22645999:22646046,22647189:22647392,22647190:22647244,22661877:22661925,22662911:22663969,22666517:22666872,22669905:22670072,22672698:22672802,22673666:22674362,22673668:22674112,22675369:22675644,22676625:22676819,22681470:22686223,22687087:22687788,22687093:22687286,22693003:22695668,22694883:22695411,22696407:22696608,22708745:22711032,22708748:22709337,22711984:22712040,22712695:22712721,22713014:22713246,22713828:22715782,22714440:22714565,22720547:2272189', 'assoc_mat': '22593605:carton:4207:22594342,22593606:carton:4207:22594397,22593610:carton:4207:22594079,22596777:carton:4207:22597312,22596780:carton:4207:22596895,22599778:carton:4207:22600329,22599780:carton:4207:22600124,22600753:carton:4207:22600920,22603049:carton:4207:22603202,22607575:carton:4207:22607761,22609801:carton:4207:22610267,22610902:carton:4207:22611298,22613019:carton:4207:22613348,22614940:carton:4207:22615155,22617411:carton:4207:22617802,22628391:carton:4207:22628999,22628395:carton:4207:22628714,22637079:carton:4207:22637252,22637082:carton:4207:22637196,22637676:carton:4207:22637757,22639298:carton:4207:22639709,22639302:carton:4207:22639374,22640874:carton:4207:22641090,22641847:carton:4207:22642312,22643639:carton:4207:22643841,22644527:carton:4207:22644977,22644530:carton:4207:22644860,22644534:carton:4207:22644850,22644535:carton:4207:22644664,22645328:carton:4207:22645631,22645998:carton:4207:22646096,22645999:carton:4207:22646046,22647189:carton:4207:22647392,22647190:carton:4207:22647244,2266'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01723054577724035, 'nb_photo': 5554, 'list_port_cont': '22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22917098,22935153,23013099,23053925,23079963,23176378,23232830,23332234,23370784,23372329,23373180,23375600,23382537,23420735,23487862,23488408,23489141,23489335,24465091,24465162,24465339,24465641,24465807,24465942,24466909,24467166,24467378,24467689,24468373,24468829,24469584,24469827,24470008,24470295,24470874,24471096,24471387,24471689,2447238', 'assoc_port': '22591584:22591952,22594879:22595984,22599782:22600140,22603048:22610131,22604271:22604886,22604283:22604818,22607579:22607821,22610906:22611407,22614959:22615427,22618984:22621165,22621387:22621797,22637328:22637449,22638528:22638870,22639301:22639672,22641846:22642314,22643640:22643810,22644533:22644724,22645326:22645645,22646000:22646081,22647188:22647274,22662910:22664447,22666516:22666826,22669907:22670626,22673670:22674129,22676624:22677061,22683217:22684133,22687090:22687446,22693018:22693430,22696409:22696623,22696947:22697912,22712697:22712860,22713831:22714072,22714437:22717922,22720549:22721123,22720555:22720966,22723677:22724470,22731556:22732106,22743102:22749521,22755524:22756100,22760877:22761286,22765036:22781430,22766335:22766468,22771175:22771655,22777722:22778068,22782355:22782749,22785891:22786390,22787164:22787665,22811660:22811894,22814868:22816031,22817782:22824307,22828657:22828945,22831635:22832082,22832675:22833096,22838937:22839477,22840147:22840476,22843809:22844565,22843810:2284432', 'assoc_mat': '22591584:carton:4461:22591952,22594879:carton:4461:22595984,22599782:carton:4461:22600140,22603048:carton:4461:22610131,22604271:carton:4461:22604886,22604283:carton:4461:22604818,22607579:carton:4461:22607821,22610906:carton:4461:22611407,22614959:carton:4461:22615427,22618984:carton:4461:22621165,22621387:carton:4461:22621797,22637328:carton:4461:22637449,22638528:carton:4461:22638870,22639301:carton:4461:22639672,22641846:carton:4461:22642314,22643640:carton:4461:22643810,22644533:carton:4461:22644724,22645326:carton:4461:22645645,22646000:carton:4461:22646081,22647188:carton:4461:22647274,22662910:carton:4461:22664447,22666516:carton:4461:22666826,22669907:carton:4461:22670626,22673670:carton:4461:22674129,22676624:carton:4461:22677061,22683217:carton:4461:22684133,22687090:carton:4461:22687446,22693018:carton:4461:22693430,22696409:carton:4461:22696623,22696947:carton:4461:22697912,22712697:carton:4461:22712860,22713831:carton:4461:22714072,22714437:carton:4461:22717922,22720549:carton:4461:22721123,2272'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.006633786710956327, 'nb_photo': 132, 'list_port_cont': '23158233,23158488,23176742,23255849,23346165,23352109', 'assoc_port': '23157188:23158488,23157192:23158233,23176167:23176742,23254131:23255849,23344698:23346165,23351475:23352109', 'assoc_mat': '23157188:carton:3594:23158488,23157192:carton:3594:23158233,23176167:carton:3594:23176742,23254131:carton:3594:23255849,23344698:carton:3594:23346165,23351475:carton:3594:23352109'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024849576400401106, 'nb_photo': 3820, 'list_port_cont': '22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22918154,22919993,22926536,22985779,22997871,23077568,23089615,23091829,23344843,23393273,23447612,23504419,2350560', 'assoc_port': '22594877:22596185,22600724:22604128,22602545:22612198,22604276:22609339,22610907:22620989,22613021:22613226,22614937:22627383,22617412:22630481,22618985:22630503,22624048:22630384,22637077:22637406,22637083:22637536,22637332:22637374,22638529:22639219,22641845:22643586,22641850:22642118,22642864:22644341,22642868:22644421,22644529:22646713,22645330:22645455,22646001:22646057,22647187:22648101,22647191:22647324,22662912:22663884,22662914:22664082,22666514:22667650,22669908:22684100,22675367:22676951,22675368:22677086,22675371:22677201,22675372:22685643,22681463:22686639,22687091:22695619,22694868:22696545,22694885:22695673,22696946:22699555,22708747:22711337,22711988:22712173,22712694:22713169,22712698:22712801,22714439:22714738,22720546:22720784,22720550:22725032,22723659:22734352,22727658:22737335,22731555:22739672,22731557:22731760,22733592:22744947,22740289:22741196,22743063:22743323,22753642:22755890,22755522:22757459,22757920:22759672,22763326:22765906,22766326:22766594,22771176:22774562,22775280:2277982', 'assoc_mat': '22594877:carton:4200:22596185,22600724:carton:4200:22604128,22602545:carton:4200:22612198,22604276:carton:4200:22609339,22610907:carton:4200:22620989,22613021:carton:4200:22613226,22614937:carton:4200:22627383,22617412:carton:4200:22630481,22618985:carton:4200:22630503,22624048:carton:4200:22630384,22637077:carton:4200:22637406,22637083:carton:4200:22637536,22637332:carton:4200:22637374,22638529:carton:4200:22639219,22641845:carton:4200:22643586,22641850:carton:4200:22642118,22642864:carton:4200:22644341,22642868:carton:4200:22644421,22644529:carton:4200:22646713,22645330:carton:4200:22645455,22646001:carton:4200:22646057,22647187:carton:4200:22648101,22647191:carton:4200:22647324,22662912:carton:4200:22663884,22662914:carton:4200:22664082,22666514:carton:4200:22667650,22669908:carton:4200:22684100,22675367:carton:4200:22676951,22675368:carton:4200:22677086,22675371:carton:4200:22677201,22675372:carton:4200:22685643,22681463:carton:4200:22686639,22687091:carton:4200:22695619,22694868:carton:4200:22696545,2269'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.010143046676835013, 'nb_photo': 118, 'list_port_cont': '22949103,23074693', 'assoc_port': '22948162:22949103,23073358:23074693', 'assoc_mat': '22948162:carton:3594:22949103,23073358:carton:3594:23074693'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017703724342209026, 'nb_photo': 5642, 'list_port_cont': '22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22918029,22922666,23003106,23013071,23064853,23107229,23230489,23232700,23266794,23329557,23331989,23339677,23345495,23373430,23385226,23412747,23447112,23487914,23488210,24464506,24464548,24464792,24465237,2446527', 'assoc_port': '22593609:22593859,22594876:22595976,22600723:22601216,22603046:22603320,22604278:22604585,22607576:22617540,22607578:22607907,22609802:22610163,22610903:22611932,22610905:22611812,22610908:22611633,22614938:22615321,22614939:22625112,22617410:22617840,22617415:22617925,22618983:22629304,22624049:22624759,22628393:22628732,22637081:22637164,22637331:22637358,22637677:22637786,22639299:22639583,22640873:22641116,22643642:22643912,22645325:22645687,22645329:22645481,22646206:22646305,22647186:22647253,22661875:22662652,22661878:22662568,22662913:22663840,22672696:22672893,22672699:22683910,22675373:22675656,22681465:22682424,22681467:22682302,22681471:22681965,22683204:22684013,22687085:22687948,22687092:22687395,22694882:22695350,22696406:22696669,22696945:22697390,22706230:22706786,22707489:22707797,22711986:22712028,22713013:22713266,22714441:22714702,22719539:22719939,22723676:22724302,22729019:22730601,22729023:22730482,22753645:22754074,22760875:22761239,22766334:22766458,22773720:22774536,22781197:2278194', 'assoc_mat': '22593609:carton:4209:22593859,22594876:carton:4209:22595976,22600723:carton:4209:22601216,22603046:carton:4209:22603320,22604278:carton:4209:22604585,22607576:carton:4209:22617540,22607578:carton:4209:22607907,22609802:carton:4209:22610163,22610903:carton:4209:22611932,22610905:carton:4209:22611812,22610908:carton:4209:22611633,22614938:carton:4209:22615321,22614939:carton:4209:22625112,22617410:carton:4209:22617840,22617415:carton:4209:22617925,22618983:carton:4209:22629304,22624049:carton:4209:22624759,22628393:carton:4209:22628732,22637081:carton:4209:22637164,22637331:carton:4209:22637358,22637677:carton:4209:22637786,22639299:carton:4209:22639583,22640873:carton:4209:22641116,22643642:carton:4209:22643912,22645325:carton:4209:22645687,22645329:carton:4209:22645481,22646206:carton:4209:22646305,22647186:carton:4209:22647253,22661875:carton:4209:22662652,22661878:carton:4209:22662568,22662913:carton:4209:22663840,22672696:carton:4209:22672893,22672699:carton:4209:22683910,22675373:carton:4209:22675656,2268'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010862946474991456, 'nb_photo': 18652, 'list_port_cont': '22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22918123,22920491,22925349,22931815,22950005,2295211', 'assoc_port': '22593607:22594163,22594878:22596092,22596778:22597265,22599779:22600172,22600725:22601225,22602546:22602888,22603047:22603312,22604281:22604583,22604285:22604700,22607577:22607889,22610904:22611736,22613020:22613600,22614941:22615573,22617413:22617908,22618986:22619627,22621389:22621918,22637075:22637232,22637329:22637552,22637675:22637884,22638530:22638896,22639300:22639718,22640875:22641076,22641844:22642198,22641848:22642360,22642866:22643261,22643643:22643854,22644532:22644812,22645996:22646127,22646207:22646318,22646699:22646759,22662916:22664723,22668748:22669206,22669906:22670580,22672697:22672982,22673671:22674164,22676626:22677106,22687084:22687856,22687089:22687524,22694854:22695603,22694855:22695472,22694881:22700574,22696405:22696703,22706232:22706893,22711985:22712135,22712696:22712894,22713825:22714106,22714438:22714708,22714442:22714765,22715865:22716169,22719540:22719970,22720545:22721220,22720552:22721105,22727659:22728551,22729021:22730023,22731512:22732161,22740292:22748186,22743077:2274359', 'assoc_mat': '22593607:carton:4211:22594163,22594878:carton:4211:22596092,22596778:carton:4211:22597265,22599779:carton:4211:22600172,22600725:carton:4211:22601225,22602546:carton:4211:22602888,22603047:carton:4211:22603312,22604281:carton:4211:22604583,22604285:carton:4211:22604700,22607577:carton:4211:22607889,22610904:carton:4211:22611736,22613020:carton:4211:22613600,22614941:carton:4211:22615573,22617413:carton:4211:22617908,22618986:carton:4211:22619627,22621389:carton:4211:22621918,22637075:carton:4211:22637232,22637329:carton:4211:22637552,22637675:carton:4211:22637884,22638530:carton:4211:22638896,22639300:carton:4211:22639718,22640875:carton:4211:22641076,22641844:carton:4211:22642198,22641848:carton:4211:22642360,22642866:carton:4211:22643261,22643643:carton:4211:22643854,22644532:carton:4211:22644812,22645996:carton:4211:22646127,22646207:carton:4211:22646318,22646699:carton:4211:22646759,22662916:carton:4211:22664723,22668748:carton:4211:22669206,22669906:carton:4211:22670580,22672697:carton:4211:22672982,2267'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0063816816212655895, 'nb_photo': 310, 'list_port_cont': '22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22926570,22930602,22936389,22936490,22936535,22938921,22945218,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055484,23059060,23059751,23065666,23066042,23075751,23078481,23089954,23094208,23149650,23162598,23162806,23172794,23185806,23187626,23267030,23356210,23360085,23389123,23422133,23440026,23443328,23443884,23446905,23448064,23448195,23450999,23478668,23482097,23483392,23484350,23490444,23491703,23497270,23500685,23504174,23504688,23505580,23506136,23507363,23508513,23509643,23510318,23510332,23510354,23510444,2351105', 'assoc_port': '22599781:22600785,22600763:22601565,22609829:22610546,22613018:22628987,22617414:22618158,22621388:22622113,22628388:22629258,22642867:22643291,22644513:22646155,22644528:22645406,22644531:22644952,22645997:22647112,22646002:22646166,22646205:22646440,22669904:22670980,22675370:22676775,22688510:22689689,22706229:22707686,22711987:22712292,22713822:22714460,22715863:22716652,22715866:22716569,22720551:22725020,22720556:22721541,22731513:22732977,22740290:22741275,22753647:22754535,22769206:22770710,22771178:22772545,22775278:22776171,22787159:22794795,22787160:22791664,22820051:22821247,22823156:22823551,22832670:22833538,22835472:22852369,22838934:22840239,22861705:22861861,22862458:22862826,22862863:22863128,22876410:22888278,22879242:22883771,22881746:22882929,22882937:22886529,22885089:22889654,22889833:22901065,22893525:22896330,22894326:22897007,22894331:22909354,22895714:22898274,22911180:22915364,22917824:22926570,22925011:22938921,22927531:22936535,22929808:22945218,22929815:22930602,22935793:2293649', 'assoc_mat': '22599781:carton:3327:22600785,22600763:carton:3327:22601565,22609829:carton:3327:22610546,22613018:carton:3327:22628987,22617414:carton:3327:22618158,22621388:carton:3327:22622113,22628388:carton:3327:22629258,22642867:carton:3327:22643291,22644513:carton:3327:22646155,22644528:carton:3327:22645406,22644531:carton:3327:22644952,22645997:carton:3327:22647112,22646002:carton:3327:22646166,22646205:carton:3327:22646440,22669904:carton:3327:22670980,22675370:carton:3327:22676775,22688510:carton:3327:22689689,22706229:carton:3327:22707686,22711987:carton:3327:22712292,22713822:carton:3327:22714460,22715863:carton:3327:22716652,22715866:carton:3327:22716569,22720551:carton:3327:22725020,22720556:carton:3327:22721541,22731513:carton:3327:22732977,22740290:carton:3327:22741275,22753647:carton:3327:22754535,22769206:carton:3327:22770710,22771178:carton:3327:22772545,22775278:carton:3327:22776171,22787159:carton:3327:22794795,22787160:carton:3327:22791664,22820051:carton:3327:22821247,22823156:carton:3327:22823551,2283'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0028935148157135707, 'nb_photo': 78, 'list_port_cont': '22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,23017980,23022458,23023070,23025788,23421547,24463913,24464310,24465191,24490016,24490048,24490090,24490107,24490123,24490155,24490160,24490187,24490429,24490477,24490536,24513122,24557437,24557485,24557809,24558493,24558618,24559640,24559672,24559734,24559922,24559978,24560383,24560596,24560982,24561161,24561205', 'assoc_port': '22602547:22602583,22609803:22610321,22617409:22620637,22637330:22637516,22646208:22646292,22668749:22675044,22681466:22700071,22723675:22746289,22743072:22743273,22753644:22754116,22765037:22765979,22777704:22779184,22781198:22782019,22813689:22817953,22823123:22823654,22823128:22823337,22828659:22842768,22860493:22860605,22861967:22862081,22880134:23017980,22891519:23022458,22893523:23023070,22894328:23025788,23279957:23421547,24463509:24463913,24463617:24490187,24463634:24490536,24463643:24490160,24463648:24490016,24463731:24490155,24463735:24490107,24463755:24490477,24463920:24490429,24463936:24490123,24463979:24464310,24464115:24490090,24464118:24465191,24464123:24490048,24512758:24513122,24513392:24561161,24513402:24560982,24513405:24561205,24513746:24560596,24513773:24560383,24513909:24559922,24513915:24559734,24514036:24559672,24514053:24559640,24514059:24559978,24514262:24558618,24514282:24558493,24514453:24557809,24514681:24557485,24514790:24557437', 'assoc_mat': '22602547:cartonnette:3726:22602583,22609803:cartonnette:3726:22610321,22617409:cartonnette:3726:22620637,22637330:cartonnette:3726:22637516,22646208:cartonnette:3726:22646292,22668749:cartonnette:3726:22675044,22681466:cartonnette:3726:22700071,22723675:cartonnette:3726:22746289,22743072:cartonnette:3726:22743273,22753644:cartonnette:3726:22754116,22765037:cartonnette:3726:22765979,22777704:cartonnette:3726:22779184,22781198:cartonnette:3726:22782019,22813689:cartonnette:3726:22817953,22823123:cartonnette:3726:22823654,22823128:cartonnette:3726:22823337,22828659:cartonnette:3726:22842768,22860493:cartonnette:3726:22860605,22861967:cartonnette:3726:22862081,22880134:cartonnette:3726:23017980,22891519:cartonnette:3726:23022458,22893523:cartonnette:3726:23023070,22894328:cartonnette:3726:23025788,23279957:cartonnette:3726:23421547,24463509:cartonnette:3726:24463913,24463617:cartonnette:3726:24490187,24463634:cartonnette:3726:24490536,24463643:cartonnette:3726:24490160,24463648:cartonnette:3726:24490016,24463731:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00786196027103624, 'nb_photo': 242, 'list_port_cont': '22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,23014324,23017978,23022459,23022667,23023066,23025783,23032621,23075853,23094970,23421548,24464298,24464763,24465625,24469956,24489997,24490096,24490149,24490169,24490175,24490205,24490217,24490262,24490352,24490412,24490434,24490474,24490517,24490559,24491266,24513116,24513603,24514039,24515225,24556862,24556900,24557421,24557429,24557815,24557997,24558017,24558185,24559155,24559213,24559540,24559610,24559657,24559665,24559898,24560026,24560340,24560382,24560428,24560478,24560595,24561213,24563415', 'assoc_port': '22602547:22602575,22609803:22610322,22617409:22620634,22637078:22637214,22637330:22637512,22640871:22641134,22642865:22644518,22644526:22645046,22646208:22646295,22668749:22675052,22681466:22700068,22681469:22700083,22683209:22700021,22687083:22687475,22688512:22689618,22696408:22696694,22723675:22746292,22743072:22743262,22753644:22754112,22765037:22765978,22773715:22791533,22777704:22779178,22781198:22782010,22813689:22817956,22817780:22818991,22823128:22823340,22828659:22842769,22828661:22828787,22835900:22836461,22840149:22840285,22856659:22856819,22860493:22860606,22861967:22862087,22863286:22863294,22873139:23014324,22880134:23017978,22886792:23075853,22891519:23022459,22893518:23022667,22893523:23023066,22894328:23025783,22920083:23032621,23079432:23094970,23279957:23421548,24463552:24490217,24463564:24490205,24463617:24490175,24463643:24490169,24463681:24489997,24463718:24490559,24463731:24490149,24463755:24490474,24463790:24490352,24463827:24490517,24463857:24491266,24463876:24490262,24463898:2449041', 'assoc_mat': '22602547:Carton_brun:3726:22602575,22609803:Carton_brun:3726:22610322,22617409:Carton_brun:3726:22620634,22637078:Carton_brun:3726:22637214,22637330:Carton_brun:3726:22637512,22640871:Carton_brun:3726:22641134,22642865:Carton_brun:3726:22644518,22644526:Carton_brun:3726:22645046,22646208:Carton_brun:3726:22646295,22668749:Carton_brun:3726:22675052,22681466:Carton_brun:3726:22700068,22681469:Carton_brun:3726:22700083,22683209:Carton_brun:3726:22700021,22687083:Carton_brun:3726:22687475,22688512:Carton_brun:3726:22689618,22696408:Carton_brun:3726:22696694,22723675:Carton_brun:3726:22746292,22743072:Carton_brun:3726:22743262,22753644:Carton_brun:3726:22754112,22765037:Carton_brun:3726:22765978,22773715:Carton_brun:3726:22791533,22777704:Carton_brun:3726:22779178,22781198:Carton_brun:3726:22782010,22813689:Carton_brun:3726:22817956,22817780:Carton_brun:3726:22818991,22823128:Carton_brun:3726:22823340,22828659:Carton_brun:3726:22842769,22828661:Carton_brun:3726:22828787,22835900:Carton_brun:3726:22836461,22840149:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006614039777591147, 'nb_photo': 177, 'list_port_cont': '22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,23014329,23017981,23022671,23023061,23025789,23032616,23075850,23094969,23160439,23421541,24463904,24464300,24464778,24465629,24469960,24470553,24489911,24490037,24490085,24490102,24490110,24490423,24490427,24490483,24490523,24490552,24491283,24513119,24513607,24514576,24515231,24556872,24557108,24557425,24557435,24557459,24558259,24558448,24558495,24558837,24559108,24559149,24559535,24559618,24559652,24559661,24559743,24559920,24559976,24560024,24560431,24560601,24560678,24560988,24561215,24561239,24563072,24563407,24563615,24563979,24564496', 'assoc_port': '22602547:22602579,22609803:22610315,22617409:22620636,22640871:22641136,22642865:22644521,22644526:22645040,22668749:22675051,22683209:22700020,22687083:22687482,22723675:22746293,22743072:22743263,22753644:22754122,22765037:22765973,22773715:22791528,22813689:22817946,22823123:22823653,22823128:22823345,22828661:22828784,22858842:22858870,22860493:22860609,22861967:22862086,22873139:23014329,22880134:23017981,22886792:23075850,22893518:23022671,22893523:23023061,22894328:23025789,22920083:23032616,23079432:23094969,23104935:23160439,23279957:23421541,24463443:24491283,24463509:24463904,24463718:24490552,24463735:24490110,24463755:24490483,24463827:24490523,24463898:24490423,24463920:24490427,24463926:24489911,24463930:24470553,24463975:24490102,24463979:24464300,24464004:24469960,24464114:24465629,24464115:24490085,24464127:24490037,24464182:24464778,24512666:24563072,24512687:24564496,24512690:24563979,24512693:24563615,24512758:24513119,24513004:24563407,24513046:24513607,24513231:24561239,24513402:2456098', 'assoc_mat': '22602547:Carton_gris:3726:22602579,22609803:Carton_gris:3726:22610315,22617409:Carton_gris:3726:22620636,22640871:Carton_gris:3726:22641136,22642865:Carton_gris:3726:22644521,22644526:Carton_gris:3726:22645040,22668749:Carton_gris:3726:22675051,22683209:Carton_gris:3726:22700020,22687083:Carton_gris:3726:22687482,22723675:Carton_gris:3726:22746293,22743072:Carton_gris:3726:22743263,22753644:Carton_gris:3726:22754122,22765037:Carton_gris:3726:22765973,22773715:Carton_gris:3726:22791528,22813689:Carton_gris:3726:22817946,22823123:Carton_gris:3726:22823653,22823128:Carton_gris:3726:22823345,22828661:Carton_gris:3726:22828784,22858842:Carton_gris:3726:22858870,22860493:Carton_gris:3726:22860609,22861967:Carton_gris:3726:22862086,22873139:Carton_gris:3726:23014329,22880134:Carton_gris:3726:23017981,22886792:Carton_gris:3726:23075850,22893518:Carton_gris:3726:23022671,22893523:Carton_gris:3726:23023061,22894328:Carton_gris:3726:23025789,22920083:Carton_gris:3726:23032616,23079432:Carton_gris:3726:23094969,23104935:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00426415240477604, 'nb_photo': 140, 'list_port_cont': '22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,23063947,23075725,23090508,23091295,23165110,23174294,23185155,23439264,23450992,23477017,23482454,23490788,23501627,23503773,23506188,23513853,23516452,24489932,24489977,24490325,24490511,24491620,24557379,24558579,24558667,24560240,24569355,24569767', 'assoc_port': '22591582:22592606,22602549:22602567,22614943:22627267,22637672:22637954,22637674:22637878,22643641:22645199,22666515:22667703,22673669:22675212,22676627:22681762,22693033:22698563,22713819:22718104,22727668:22737403,22773713:22777248,22777724:22782109,22793928:22794042,22828627:22856076,22835476:22845292,22856658:22859411,22857008:22863352,22862865:22863030,22874442:22876490,22882318:22883467,22895713:22897232,22896423:22900207,22917826:22925835,22931348:22942111,22951589:22951832,23019441:23063947,23062405:23090508,23064326:23091295,23075518:23075725,23112649:23165110,23127851:23174294,23161553:23185155,23328664:23439264,23370198:23450992,23370901:23477017,23371000:23482454,23372139:23490788,23381825:23501627,23408683:23513853,23424126:23516452,23495804:23506188,23503087:23503773,24463520:24491620,24463722:24489977,24463777:24490511,24463881:24490325,24463942:24489932,24513246:24569355,24513454:24569767,24514181:24558579,24514184:24560240,24514432:24558667,24514700:24557379', 'assoc_mat': '22591582:ela:4205:22592606,22602549:ela:4205:22602567,22614943:ela:4205:22627267,22637672:ela:4205:22637954,22637674:ela:4205:22637878,22643641:ela:4205:22645199,22666515:ela:4205:22667703,22673669:ela:4205:22675212,22676627:ela:4205:22681762,22693033:ela:4205:22698563,22713819:ela:4205:22718104,22727668:ela:4205:22737403,22773713:ela:4205:22777248,22777724:ela:4205:22782109,22793928:ela:4205:22794042,22828627:ela:4205:22856076,22835476:ela:4205:22845292,22856658:ela:4205:22859411,22857008:ela:4205:22863352,22862865:ela:4205:22863030,22874442:ela:4205:22876490,22882318:ela:4205:22883467,22895713:ela:4205:22897232,22896423:ela:4205:22900207,22917826:ela:4205:22925835,22931348:ela:4205:22942111,22951589:ela:4205:22951832,23019441:ela:4205:23063947,23062405:ela:4205:23090508,23064326:ela:4205:23091295,23075518:ela:4205:23075725,23112649:ela:4205:23165110,23127851:ela:4205:23174294,23161553:ela:4205:23185155,23328664:ela:4205:23439264,23370198:ela:4205:23450992,23370901:ela:4205:23477017,23371000:ela:4205:2348245'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9629812112859761, 'nb_photo': 403, 'list_port_cont': '22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22945495,22988168,22990623,23008508,23089696,23094186,23095168,23186749,23209562,23411324,23479325,23505176,23506535,23507309,23525359,24490053,24490130,24490229,24490242,24490310,24490803,24491584,24515747,24557476,24557750,24557944,24558319,24559122,24559764,24560329,24560616,24560710,24560796,24561375,24562039,24562095,24563424,24565082,24567535,24576611', 'assoc_port': '22604273:22636615,22609799:22634258,22624047:22630372,22640872:22644194,22645327:22645960,22668747:22671016,22683214:22687235,22706231:22707902,22715864:22720108,22727698:22738379,22760876:22763436,22775279:22784791,22814866:22816586,22835896:22854597,22835901:22847724,22858837:22862346,22861704:22864777,22863669:22865876,22879241:22880843,22885096:22889065,22916871:22945495,22963267:22990623,22979636:22988168,23002549:23008508,23024263:23094186,23056326:23089696,23080635:23095168,23157180:23209562,23164742:23186749,23370918:23479325,23386645:23506535,23411038:23411324,23419023:23525359,23487314:23507309,23499045:23505176,24463400:24490803,24463494:24490310,24463899:24490229,24463929:24491584,24464003:24490130,24464038:24490242,24464111:24490053,24512919:24567535,24513076:24565082,24513354:24563424,24513393:24562095,24513539:24562039,24513754:24561375,24513857:24560616,24513862:24560329,24513919:24560796,24513940:24560710,24514080:24559764,24514113:24515747,24514431:24558319,24514481:24559122,24514527:2455775', 'assoc_mat': '22604273:ela:4203:22636615,22609799:ela:4203:22634258,22624047:ela:4203:22630372,22640872:ela:4203:22644194,22645327:ela:4203:22645960,22668747:ela:4203:22671016,22683214:ela:4203:22687235,22706231:ela:4203:22707902,22715864:ela:4203:22720108,22727698:ela:4203:22738379,22760876:ela:4203:22763436,22775279:ela:4203:22784791,22814866:ela:4203:22816586,22835896:ela:4203:22854597,22835901:ela:4203:22847724,22858837:ela:4203:22862346,22861704:ela:4203:22864777,22863669:ela:4203:22865876,22879241:ela:4203:22880843,22885096:ela:4203:22889065,22916871:ela:4203:22945495,22963267:ela:4203:22990623,22979636:ela:4203:22988168,23002549:ela:4203:23008508,23024263:ela:4203:23094186,23056326:ela:4203:23089696,23080635:ela:4203:23095168,23157180:ela:4203:23209562,23164742:ela:4203:23186749,23370918:ela:4203:23479325,23386645:ela:4203:23506535,23411038:ela:4203:23411324,23419023:ela:4203:23525359,23487314:ela:4203:23507309,23499045:ela:4203:23505176,24463400:ela:4203:24490803,24463494:ela:4203:24490310,24463899:ela:4203:2449022'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021653940820339254, 'nb_photo': 172, 'list_port_cont': '22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22928152,23170502,23182136,23257379,23443201,23478217,23482401,23489392,23491241,23492535,23498314,23503072,23504052,24464658,24464717,24465377,24466765,24468324,24468422,24468494,24469148,24469708,24471146,24513434,24513895,24556285,24556617,24556851,24557097,24557245,24557930,24557989,24558227,24558531,24559279,24559378,24559390,24559428,24559524,24559854,24560220,24560626,24560765,24562328,24562651,24564890,24565026,24576416', 'assoc_port': '22593610:22594067,22596777:22597300,22599780:22600131,22613019:22613357,22628395:22628689,22637082:22637206,22639298:22639702,22640874:22641099,22641847:22642307,22643639:22643839,22645328:22645635,22645998:22646092,22662911:22663966,22666517:22666881,22669905:22670069,22672698:22672800,22673666:22674366,22673668:22674105,22675369:22675640,22693003:22695656,22696407:22696609,22708745:22711041,22708748:22709333,22711984:22712030,22720548:22721999,22720553:22721297,22720554:22721062,22727656:22728594,22731511:22732520,22731514:22732033,22755523:22756029,22757921:22758436,22760878:22761332,22765035:22765544,22775277:22775970,22775282:22775458,22785918:22786357,22793924:22794060,22816844:22817981,22823125:22823495,22832672:22833369,22838933:22839689,22838936:22839627,22840150:22840466,22859471:22859527,22861707:22861836,22861966:22862229,22861971:22862176,22863671:22863799,22876397:22878894,22876399:22877234,22876413:22876713,22879238:22879890,22882316:22882522,22882938:22883048,22885093:22885467,22895710:2289699', 'assoc_mat': '22593610:ela:4207:22594067,22596777:ela:4207:22597300,22599780:ela:4207:22600131,22613019:ela:4207:22613357,22628395:ela:4207:22628689,22637082:ela:4207:22637206,22639298:ela:4207:22639702,22640874:ela:4207:22641099,22641847:ela:4207:22642307,22643639:ela:4207:22643839,22645328:ela:4207:22645635,22645998:ela:4207:22646092,22662911:ela:4207:22663966,22666517:ela:4207:22666881,22669905:ela:4207:22670069,22672698:ela:4207:22672800,22673666:ela:4207:22674366,22673668:ela:4207:22674105,22675369:ela:4207:22675640,22693003:ela:4207:22695656,22696407:ela:4207:22696609,22708745:ela:4207:22711041,22708748:ela:4207:22709333,22711984:ela:4207:22712030,22720548:ela:4207:22721999,22720553:ela:4207:22721297,22720554:ela:4207:22721062,22727656:ela:4207:22728594,22731511:ela:4207:22732520,22731514:ela:4207:22732033,22755523:ela:4207:22756029,22757921:ela:4207:22758436,22760878:ela:4207:22761332,22765035:ela:4207:22765544,22775277:ela:4207:22775970,22775282:ela:4207:22775458,22785918:ela:4207:22786357,22793924:ela:4207:2279406'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0037258430593767695, 'nb_photo': 15, 'list_port_cont': '22595980,22787675,22862098,22876598,24474007,24515514,24549137,24556369,24557892,24558108', 'assoc_port': '22594879:22595980,22787164:22787675,22861969:22862098,22876414:22876598,24463669:24474007,24513399:24558108,24513569:24557892,24513825:24515514,24514259:24556369,24514744:24549137', 'assoc_mat': '22594879:ela:4461:22595980,22787164:ela:4461:22787675,22861969:ela:4461:22862098,22876414:ela:4461:22876598,24463669:ela:4461:24474007,24513399:ela:4461:24558108,24513569:ela:4461:24557892,24513825:ela:4461:24515514,24514259:ela:4461:24556369,24514744:ela:4461:24549137'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015015216613890338, 'nb_photo': 152, 'list_port_cont': '22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22918142,23077563,23089625,23091830,23393266,23504420,23506143,23514779,23516198,24464736,24465513,24466711,24467803,24468948,24470432,24470908,24471910,24472109,24474174,24475176,24476207,24476433,24477323,24479543,24480131,24480968,24481937,24482863,24489667,24489881,24513421,24556007,24556192,24557327,24557445,24557558,24557591,24557802,24558129,24558401,24558710,24558801,24559082,24559088,24559276,24559407,24559628,24559785,24560450,24560546,24560571,24560845,24560872,24560998,24561098,24561149,24561248,24561947,24563786,24564237,24565608,24565967,24566992,24567742,24567899', 'assoc_port': '22613021:22613237,22614937:22627391,22641850:22642117,22642868:22644419,22669908:22684099,22675368:22677090,22681463:22686631,22708747:22711335,22714439:22714725,22720550:22725028,22723659:22734349,22727658:22737342,22731557:22731757,22755522:22757465,22763326:22765910,22793931:22794089,22816846:22817104,22823153:22823588,22851169:22851390,22863281:22865881,22880133:22909441,22885094:22888917,22895716:22897426,22913784:22918142,23025697:23077563,23052746:23091830,23056323:23089625,23157192:24566992,23176167:24480131,23393129:23393266,23414781:23514779,23422148:23516198,23495810:23506143,23503943:23504420,24463431:24489881,24463495:24489667,24463544:24477323,24463561:24482863,24463676:24476433,24463724:24476207,24463736:24464736,24463820:24479543,24463823:24480968,24463864:24475176,24463916:24467803,24463946:24472109,24463951:24474174,24463987:24471910,24464105:24481937,24464124:24466711,24464131:24470908,24464139:24470432,24464161:24465513,24464175:24468948,24512563:24560872,24512571:24561947,24512676:2456423', 'assoc_mat': '22613021:ela:4200:22613237,22614937:ela:4200:22627391,22641850:ela:4200:22642117,22642868:ela:4200:22644419,22669908:ela:4200:22684099,22675368:ela:4200:22677090,22681463:ela:4200:22686631,22708747:ela:4200:22711335,22714439:ela:4200:22714725,22720550:ela:4200:22725028,22723659:ela:4200:22734349,22727658:ela:4200:22737342,22731557:ela:4200:22731757,22755522:ela:4200:22757465,22763326:ela:4200:22765910,22793931:ela:4200:22794089,22816846:ela:4200:22817104,22823153:ela:4200:22823588,22851169:ela:4200:22851390,22863281:ela:4200:22865881,22880133:ela:4200:22909441,22885094:ela:4200:22888917,22895716:ela:4200:22897426,22913784:ela:4200:22918142,23025697:ela:4200:23077563,23052746:ela:4200:23091830,23056323:ela:4200:23089625,23157192:ela:4200:24566992,23176167:ela:4200:24480131,23393129:ela:4200:23393266,23414781:ela:4200:23514779,23422148:ela:4200:23516198,23495810:ela:4200:23506143,23503943:ela:4200:23504420,24463431:ela:4200:24489881,24463495:ela:4200:24489667,24463544:ela:4200:24477323,24463561:ela:4200:2448286'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0016759941568299003, 'nb_photo': 637, 'list_port_cont': '22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22918028,22922664,23013083,23064849,23107224,23232712,23266792,23329545,23331990,23345491,23373433,23385228,23412749,23447105,23487906,23488204,24464553,24464800,24465226,24465268,24465398,24465669,24465749,24465788,24466505,24466614,24466691,24466893,24467304,24467484,24467982,24468665,24468715,24469434,24469664,2446973', 'assoc_port': '22593609:22593855,22594876:22595975,22600723:22601205,22603046:22603324,22604278:22604596,22607578:22607909,22610903:22611933,22610905:22611817,22610908:22611620,22614939:22625105,22617410:22617842,22617415:22617938,22618983:22629300,22624049:22624753,22628393:22628726,22637081:22637167,22637331:22637369,22637677:22637775,22639299:22639570,22640873:22641108,22643642:22643920,22645325:22645684,22645329:22645480,22646206:22646310,22647186:22647255,22661875:22662664,22661878:22662572,22672696:22672905,22672699:22683924,22675373:22675660,22681465:22682415,22681467:22682305,22681471:22681968,22683204:22684026,22687085:22687947,22694882:22695356,22696406:22696674,22696945:22697385,22706230:22706795,22711986:22712015,22713013:22713267,22714441:22714696,22719539:22719929,22723676:22724314,22729019:22730602,22729023:22730494,22753645:22754084,22760875:22761218,22766334:22766463,22773720:22774548,22781197:22781944,22782354:22792006,22787162:22787589,22813690:22814099,22816847:22817087,22823127:22823275,22831634:2283191', 'assoc_mat': '22593609:ela:4209:22593855,22594876:ela:4209:22595975,22600723:ela:4209:22601205,22603046:ela:4209:22603324,22604278:ela:4209:22604596,22607578:ela:4209:22607909,22610903:ela:4209:22611933,22610905:ela:4209:22611817,22610908:ela:4209:22611620,22614939:ela:4209:22625105,22617410:ela:4209:22617842,22617415:ela:4209:22617938,22618983:ela:4209:22629300,22624049:ela:4209:22624753,22628393:ela:4209:22628726,22637081:ela:4209:22637167,22637331:ela:4209:22637369,22637677:ela:4209:22637775,22639299:ela:4209:22639570,22640873:ela:4209:22641108,22643642:ela:4209:22643920,22645325:ela:4209:22645684,22645329:ela:4209:22645480,22646206:ela:4209:22646310,22647186:ela:4209:22647255,22661875:ela:4209:22662664,22661878:ela:4209:22662572,22672696:ela:4209:22672905,22672699:ela:4209:22683924,22675373:ela:4209:22675660,22681465:ela:4209:22682415,22681467:ela:4209:22682305,22681471:ela:4209:22681968,22683204:ela:4209:22684026,22687085:ela:4209:22687947,22694882:ela:4209:22695356,22696406:ela:4209:22696674,22696945:ela:4209:2269738'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008421932129138621, 'nb_photo': 1784, 'list_port_cont': '22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22918131,22920487,22925343,22931814,22950010,22952130,2296096', 'assoc_port': '22593607:22594153,22594878:22596103,22596778:22597264,22599779:22600177,22600725:22601236,22602546:22602885,22603047:22603307,22604281:22604582,22604285:22604682,22607577:22607877,22610904:22611741,22613020:22613596,22614941:22615587,22617413:22617918,22618986:22619617,22621389:22621920,22637075:22637230,22637329:22637556,22637675:22637890,22638530:22638912,22639300:22639722,22640875:22641085,22641844:22642196,22641848:22642353,22642866:22643274,22643643:22643862,22644532:22644807,22645996:22646136,22646207:22646316,22646699:22646772,22662916:22664721,22668748:22669218,22669906:22670573,22672697:22672991,22673671:22674165,22676626:22677115,22687084:22687866,22687089:22687533,22694854:22695613,22694881:22700580,22696405:22696702,22706232:22706879,22711985:22712137,22712696:22712899,22713825:22714118,22714438:22714710,22714442:22714769,22715865:22716163,22719540:22719974,22720545:22721225,22720552:22721101,22727659:22728538,22729021:22730043,22731512:22732166,22740292:22748173,22743077:22743589,22753643:2275421', 'assoc_mat': '22593607:ela:4211:22594153,22594878:ela:4211:22596103,22596778:ela:4211:22597264,22599779:ela:4211:22600177,22600725:ela:4211:22601236,22602546:ela:4211:22602885,22603047:ela:4211:22603307,22604281:ela:4211:22604582,22604285:ela:4211:22604682,22607577:ela:4211:22607877,22610904:ela:4211:22611741,22613020:ela:4211:22613596,22614941:ela:4211:22615587,22617413:ela:4211:22617918,22618986:ela:4211:22619617,22621389:ela:4211:22621920,22637075:ela:4211:22637230,22637329:ela:4211:22637556,22637675:ela:4211:22637890,22638530:ela:4211:22638912,22639300:ela:4211:22639722,22640875:ela:4211:22641085,22641844:ela:4211:22642196,22641848:ela:4211:22642353,22642866:ela:4211:22643274,22643643:ela:4211:22643862,22644532:ela:4211:22644807,22645996:ela:4211:22646136,22646207:ela:4211:22646316,22646699:ela:4211:22646772,22662916:ela:4211:22664721,22668748:ela:4211:22669218,22669906:ela:4211:22670573,22672697:ela:4211:22672991,22673671:ela:4211:22674165,22676626:ela:4211:22677115,22687084:ela:4211:22687866,22687089:ela:4211:2268753'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00010475749479824319, 'nb_photo': 95, 'list_port_cont': '22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22945494,22988173,22990618,23008517,23089689,23095160,23186754,23209575,23479318,23505179,23507312,24490052,24490316,24491576,24515748,24557482,24557760,24557948,24558325,24559125,24559766,24560328,24560610,24560799,24562088,24563428,24567525', 'assoc_port': '22609799:22634259,22645327:22645959,22668747:22671013,22683214:22687233,22706231:22707915,22715864:22720096,22727698:22738382,22775279:22784790,22814866:22816592,22835896:22854609,22835901:22847711,22858837:22862339,22861704:22864767,22863669:22865872,22879241:22880848,22885096:22889062,22916871:22945494,22963267:22990618,22979636:22988173,23002549:23008517,23056326:23089689,23080635:23095160,23157180:23209575,23164742:23186754,23370918:23479318,23487314:23507312,23499045:23505179,24463494:24490316,24463929:24491576,24464111:24490052,24512919:24567525,24513354:24563428,24513393:24562088,24513857:24560610,24513862:24560328,24513919:24560799,24514080:24559766,24514113:24515748,24514431:24558325,24514481:24559125,24514527:24557760,24514748:24557948,24514753:24557482', 'assoc_mat': '22609799:etiquette:4203:22634259,22645327:etiquette:4203:22645959,22668747:etiquette:4203:22671013,22683214:etiquette:4203:22687233,22706231:etiquette:4203:22707915,22715864:etiquette:4203:22720096,22727698:etiquette:4203:22738382,22775279:etiquette:4203:22784790,22814866:etiquette:4203:22816592,22835896:etiquette:4203:22854609,22835901:etiquette:4203:22847711,22858837:etiquette:4203:22862339,22861704:etiquette:4203:22864767,22863669:etiquette:4203:22865872,22879241:etiquette:4203:22880848,22885096:etiquette:4203:22889062,22916871:etiquette:4203:22945494,22963267:etiquette:4203:22990618,22979636:etiquette:4203:22988173,23002549:etiquette:4203:23008517,23056326:etiquette:4203:23089689,23080635:etiquette:4203:23095160,23157180:etiquette:4203:23209575,23164742:etiquette:4203:23186754,23370918:etiquette:4203:23479318,23487314:etiquette:4203:23507312,23499045:etiquette:4203:23505179,24463494:etiquette:4203:24490316,24463929:etiquette:4203:24491576,24464111:etiquette:4203:24490052,24512919:etiquette:4203:24567525,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003140477244464987, 'nb_photo': 16, 'list_port_cont': '22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,23447362,23447568,23493189,24559419,24559520', 'assoc_port': '22610902:22611289,22613019:22613354,22639298:22639715,22645999:22646048,22647189:22647391,22708745:22711031,22766320:22766558,22823154:22823369,22857555:22857867,22893528:22893860,23446596:23447568,23446972:23447362,23487102:23493189,24513871:24559520,24514086:24559419', 'assoc_mat': '22610902:etiquette:4207:22611289,22613019:etiquette:4207:22613354,22639298:etiquette:4207:22639715,22645999:etiquette:4207:22646048,22647189:etiquette:4207:22647391,22708745:etiquette:4207:22711031,22766320:etiquette:4207:22766558,22823154:etiquette:4207:22823369,22857555:etiquette:4207:22857867,22893528:etiquette:4207:22893860,23446596:etiquette:4207:23447568,23446972:etiquette:4207:23447362,23487102:etiquette:4207:23493189,24513871:etiquette:4207:24559520,24514086:etiquette:4207:24559419'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015014768242328338, 'nb_photo': 11, 'list_port_cont': '22609334,22644427,22684095,22720792,22725033,22774550,22864921,23507167,23510388,24468941,24514154', 'assoc_port': '22604276:22609334,22642868:22644427,22669908:22684095,22720546:22720792,22720550:22725033,22771176:22774550,22861706:22864921,23487203:23510388,23487322:23507167,24464175:24468941,24513411:24514154', 'assoc_mat': '22604276:etiquette:4200:22609334,22642868:etiquette:4200:22644427,22669908:etiquette:4200:22684095,22720546:etiquette:4200:22720792,22720550:etiquette:4200:22725033,22771176:etiquette:4200:22774550,22861706:etiquette:4200:22864921,23487203:etiquette:4200:23510388,23487322:etiquette:4200:23507167,24464175:etiquette:4200:24468941,24513411:etiquette:4200:24514154'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000662248711410801, 'nb_photo': 77, 'list_port_cont': '22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22918032,23373434,23487910,24465271,24467490,24468659,24470832,24470987,24471306,24471780,24479772,24514676,24544494,24545387,24545511,24548338,24550083,24554437,24554881,24557191,24557232,24558217', 'assoc_port': '22594876:22595973,22600723:22601209,22603046:22603332,22607578:22607905,22610908:22611617,22617415:22617932,22618983:22629301,22624049:22624749,22637677:22637785,22640873:22641113,22643642:22643909,22645329:22645477,22646206:22646309,22661875:22662653,22696945:22697394,22706230:22706785,22723676:22724312,22753645:22754079,22760875:22761247,22766334:22766455,22781197:22781941,22782354:22792012,22787162:22787602,22816847:22817095,22832671:22832962,22835473:22835692,22835475:22835676,22858841:22858919,22863282:22863309,22886794:22887357,22889832:22890390,22889840:22890033,22896424:22896676,22917827:22918032,23073358:24468659,23370912:23373434,23487318:23487910,24463460:24479772,24463537:24471780,24463597:24471306,24463659:24470987,24463668:24470832,24463758:24465271,24464163:24467490,24513003:24558217,24513051:24557191,24513412:24514676,24513758:24554881,24513861:24554437,24514442:24550083,24514490:24548338,24514499:24557232,24514501:24545511,24514762:24545387,24514791:24544494', 'assoc_mat': '22594876:etiquette:4209:22595973,22600723:etiquette:4209:22601209,22603046:etiquette:4209:22603332,22607578:etiquette:4209:22607905,22610908:etiquette:4209:22611617,22617415:etiquette:4209:22617932,22618983:etiquette:4209:22629301,22624049:etiquette:4209:22624749,22637677:etiquette:4209:22637785,22640873:etiquette:4209:22641113,22643642:etiquette:4209:22643909,22645329:etiquette:4209:22645477,22646206:etiquette:4209:22646309,22661875:etiquette:4209:22662653,22696945:etiquette:4209:22697394,22706230:etiquette:4209:22706785,22723676:etiquette:4209:22724312,22753645:etiquette:4209:22754079,22760875:etiquette:4209:22761247,22766334:etiquette:4209:22766455,22781197:etiquette:4209:22781941,22782354:etiquette:4209:22792012,22787162:etiquette:4209:22787602,22816847:etiquette:4209:22817095,22832671:etiquette:4209:22832962,22835473:etiquette:4209:22835692,22835475:etiquette:4209:22835676,22858841:etiquette:4209:22858919,22863282:etiquette:4209:22863309,22886794:etiquette:4209:22887357,22889832:etiquette:4209:22890390,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.7033157832149614e-05, 'nb_photo': 105, 'list_port_cont': '22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22920483,22984679,23065100,23105607,23261343,23314838,23376032,23379251,23379590,23413022,23423181,23488143,23488562,24467321,24467380,24468526,24473041,24475250,24476117,24515636,24515910,24537161,24547675', 'assoc_port': '22593607:22594157,22594878:22596090,22602546:22602883,22603047:22603301,22613020:22613594,22621389:22621905,22637675:22637891,22641844:22642209,22641848:22642349,22643643:22643866,22644532:22644821,22645996:22646132,22646207:22646327,22646699:22646773,22669906:22670581,22672697:22672992,22676626:22677107,22687084:22687867,22687089:22687540,22694854:22695608,22694855:22695476,22714438:22714706,22714442:22714764,22715865:22716162,22727659:22728541,22729021:22730037,22740292:22748169,22743077:22743587,22753643:22754212,22755526:22763728,22757922:22758666,22785892:22786464,22817778:22818579,22856664:22856861,22858657:22858760,22862457:22864503,22862860:22863069,22862866:22865037,22863668:22863879,22864379:22864550,22876403:22876869,22880137:22880521,22882317:22882510,22882926:22883173,22885097:22885534,22886786:22887837,22891518:22892048,22895715:22895838,22915416:22915518,22920084:22920483,22984207:22984679,23064320:23065100,23104934:23105607,23260370:23261343,23314653:23314838,23370873:23379590,23370905:2337925', 'assoc_mat': '22593607:etiquette:4211:22594157,22594878:etiquette:4211:22596090,22602546:etiquette:4211:22602883,22603047:etiquette:4211:22603301,22613020:etiquette:4211:22613594,22621389:etiquette:4211:22621905,22637675:etiquette:4211:22637891,22641844:etiquette:4211:22642209,22641848:etiquette:4211:22642349,22643643:etiquette:4211:22643866,22644532:etiquette:4211:22644821,22645996:etiquette:4211:22646132,22646207:etiquette:4211:22646327,22646699:etiquette:4211:22646773,22669906:etiquette:4211:22670581,22672697:etiquette:4211:22672992,22676626:etiquette:4211:22677107,22687084:etiquette:4211:22687867,22687089:etiquette:4211:22687540,22694854:etiquette:4211:22695608,22694855:etiquette:4211:22695476,22714438:etiquette:4211:22714706,22714442:etiquette:4211:22714764,22715865:etiquette:4211:22716162,22727659:etiquette:4211:22728541,22729021:etiquette:4211:22730037,22740292:etiquette:4211:22748169,22743077:etiquette:4211:22743587,22753643:etiquette:4211:22754212,22755526:etiquette:4211:22763728,22757922:etiquette:4211:22758666,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005230237062814904, 'nb_photo': 11, 'list_port_cont': '22616490,22637338,22764376,22770704,22889659,22901074,22970729,23492821,23497278', 'assoc_port': '22614960:22616490,22637080:22637338,22763325:22764376,22769206:22770704,22885089:22889659,22889833:22901074,22955748:22970729,23372169:23492821,23375428:23497278', 'assoc_mat': '22614960:etiquette:3327:22616490,22637080:etiquette:3327:22637338,22763325:etiquette:3327:22764376,22769206:etiquette:3327:22770704,22885089:etiquette:3327:22889659,22889833:etiquette:3327:22901074,22955748:etiquette:3327:22970729,23372169:etiquette:3327:23492821,23375428:etiquette:3327:23497278'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019552685624644146, 'nb_photo': 804, 'list_port_cont': '22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,23063937,23075723,23088193,23090513,23091301,23165098,23174300,23185156,23439259,23447350,23450988,23477026,23482441,23490790,23501639,23503786,23506184,23509910,23513859,23516451,23526818,24489936,24489972,24490328,24490500,24491614,24557366,24558587,24558656,24558978,24560246,24569351,24569763', 'assoc_port': '22591582:22592614,22602549:22602560,22614943:22627280,22637674:22637871,22643641:22645202,22666515:22667705,22673669:22675213,22676627:22681763,22693033:22698571,22713819:22718103,22719525:22722809,22727668:22737402,22755525:22757387,22773713:22777244,22777724:22782118,22793928:22794053,22828627:22856079,22835476:22845282,22856658:22859418,22857008:22863349,22862865:22863032,22874442:22876483,22882318:22883470,22895713:22897220,22896423:22900214,22917826:22925847,22931348:22942103,22951589:22951838,22967489:22978011,23019441:23063937,23052721:23088193,23062405:23090513,23064326:23091301,23075518:23075723,23112649:23165098,23127851:23174300,23161553:23185156,23266257:23526818,23328664:23439259,23370198:23450988,23370901:23477026,23371000:23482441,23372139:23490790,23381825:23501639,23408683:23513859,23424126:23516451,23446969:23447350,23487313:23509910,23495804:23506184,23503087:23503786,24463520:24491614,24463722:24489972,24463777:24490500,24463881:24490328,24463942:24489936,24513246:24569351,24513454:2456976', 'assoc_mat': '22591582:film_plastique:4205:22592614,22602549:film_plastique:4205:22602560,22614943:film_plastique:4205:22627280,22637674:film_plastique:4205:22637871,22643641:film_plastique:4205:22645202,22666515:film_plastique:4205:22667705,22673669:film_plastique:4205:22675213,22676627:film_plastique:4205:22681763,22693033:film_plastique:4205:22698571,22713819:film_plastique:4205:22718103,22719525:film_plastique:4205:22722809,22727668:film_plastique:4205:22737402,22755525:film_plastique:4205:22757387,22773713:film_plastique:4205:22777244,22777724:film_plastique:4205:22782118,22793928:film_plastique:4205:22794053,22828627:film_plastique:4205:22856079,22835476:film_plastique:4205:22845282,22856658:film_plastique:4205:22859418,22857008:film_plastique:4205:22863349,22862865:film_plastique:4205:22863032,22874442:film_plastique:4205:22876483,22882318:film_plastique:4205:22883470,22895713:film_plastique:4205:22897220,22896423:film_plastique:4205:22900214,22917826:film_plastique:4205:22925847,22931348:film_plastique:4205:2294210'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004700335523192969, 'nb_photo': 1090, 'list_port_cont': '22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22945502,22988182,22990617,23008512,23089693,23094194,23095172,23186751,23209563,23411315,23479323,23505180,23506529,23507305,23525361,24490059,24490136,24490228,24490251,24490308,24490796,24491573,24515738,24557471,24557751,24557933,24558320,24559124,24559774,24560330,24560615,24560702,24560792,24561380,24562037,24562091,24563421,24565086,24567529,24576601', 'assoc_port': '22604273:22636611,22609799:22634252,22624047:22630367,22640872:22644204,22645327:22645963,22668747:22671024,22683214:22687236,22706231:22707903,22715864:22720101,22727698:22738383,22760876:22763437,22775279:22784796,22814866:22816587,22835896:22854598,22835901:22847723,22858837:22862348,22861704:22864781,22863669:22865871,22879241:22880837,22885096:22889063,22916871:22945502,22963267:22990617,22979636:22988182,23002549:23008512,23024263:23094194,23056326:23089693,23080635:23095172,23157180:23209563,23164742:23186751,23370918:23479323,23386645:23506529,23411038:23411315,23419023:23525361,23487314:23507305,23499045:23505180,24463400:24490796,24463494:24490308,24463899:24490228,24463929:24491573,24464003:24490136,24464038:24490251,24464111:24490059,24512919:24567529,24513076:24565086,24513354:24563421,24513393:24562091,24513539:24562037,24513754:24561380,24513857:24560615,24513862:24560330,24513919:24560792,24513940:24560702,24514080:24559774,24514113:24515738,24514431:24558320,24514481:24559124,24514527:2455775', 'assoc_mat': '22604273:film_plastique:4203:22636611,22609799:film_plastique:4203:22634252,22624047:film_plastique:4203:22630367,22640872:film_plastique:4203:22644204,22645327:film_plastique:4203:22645963,22668747:film_plastique:4203:22671024,22683214:film_plastique:4203:22687236,22706231:film_plastique:4203:22707903,22715864:film_plastique:4203:22720101,22727698:film_plastique:4203:22738383,22760876:film_plastique:4203:22763437,22775279:film_plastique:4203:22784796,22814866:film_plastique:4203:22816587,22835896:film_plastique:4203:22854598,22835901:film_plastique:4203:22847723,22858837:film_plastique:4203:22862348,22861704:film_plastique:4203:22864781,22863669:film_plastique:4203:22865871,22879241:film_plastique:4203:22880837,22885096:film_plastique:4203:22889063,22916871:film_plastique:4203:22945502,22963267:film_plastique:4203:22990617,22979636:film_plastique:4203:22988182,23002549:film_plastique:4203:23008512,23024263:film_plastique:4203:23094194,23056326:film_plastique:4203:23089693,23080635:film_plastique:4203:2309517'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0028891512693604475, 'nb_photo': 1700, 'list_port_cont': '22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961', 'assoc_port': '22593605:22594352,22593606:22594386,22593610:22594069,22596777:22597307,22596780:22596892,22599778:22600316,22599780:22600128,22600753:22600919,22609801:22610268,22610902:22611295,22613019:22613359,22614940:22615150,22617411:22617799,22628391:22629008,22637079:22637258,22637082:22637209,22637676:22637767,22639298:22639708,22639302:22639375,22640874:22641092,22641847:22642299,22643639:22643851,22644527:22644970,22644530:22644856,22644534:22644842,22645998:22646090,22645999:22646055,22647189:22647387,22647190:22647233,22661877:22661918,22662911:22663959,22666517:22666879,22669905:22670064,22672698:22672794,22673666:22674352,22673668:22674114,22675369:22675636,22676625:22676817,22681470:22686226,22687087:22687797,22687093:22687287,22693003:22695669,22694883:22695416,22696407:22696618,22708745:22711035,22708748:22709339,22711984:22712036,22712695:22712713,22713014:22713251,22713828:22715792,22714440:22714564,22720548:22722004,22720553:22721299,22720554:22721059,22727656:22728584,22727657:22728628,22731509:2273345', 'assoc_mat': '22593605:film_plastique:4207:22594352,22593606:film_plastique:4207:22594386,22593610:film_plastique:4207:22594069,22596777:film_plastique:4207:22597307,22596780:film_plastique:4207:22596892,22599778:film_plastique:4207:22600316,22599780:film_plastique:4207:22600128,22600753:film_plastique:4207:22600919,22609801:film_plastique:4207:22610268,22610902:film_plastique:4207:22611295,22613019:film_plastique:4207:22613359,22614940:film_plastique:4207:22615150,22617411:film_plastique:4207:22617799,22628391:film_plastique:4207:22629008,22637079:film_plastique:4207:22637258,22637082:film_plastique:4207:22637209,22637676:film_plastique:4207:22637767,22639298:film_plastique:4207:22639708,22639302:film_plastique:4207:22639375,22640874:film_plastique:4207:22641092,22641847:film_plastique:4207:22642299,22643639:film_plastique:4207:22643851,22644527:film_plastique:4207:22644970,22644530:film_plastique:4207:22644856,22644534:film_plastique:4207:22644842,22645998:film_plastique:4207:22646090,22645999:film_plastique:4207:2264605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7379723465522257, 'nb_photo': 7077, 'list_port_cont': '22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22917094,22935143,23013094,23053926,23079961,23176372,23232840,23332227,23370785,23372325,23373184,23375602,23382545,23420743,23487855,23488398,23489145,23489341,24465103,24465161,24465341,24465648,24465809,24465929,24466903,24467163,24467377,24467700,24468376,24468836,24469582,24469832,24470003,24470306,24470870,24471110,24471378,2447169', 'assoc_port': '22591584:22591958,22594879:22595979,22599782:22600146,22603048:22610122,22604271:22604878,22604283:22604822,22607579:22607808,22610906:22611427,22614959:22615443,22618984:22621166,22621387:22621794,22637328:22637446,22638528:22638865,22639301:22639677,22641846:22642315,22643640:22643812,22644533:22644728,22645326:22645654,22646000:22646077,22647188:22647272,22662910:22664455,22666516:22666821,22669907:22670603,22673670:22674118,22676624:22677060,22683217:22684124,22687090:22687451,22693018:22693426,22696409:22696631,22696947:22697910,22712697:22712864,22713831:22714086,22714437:22717935,22720549:22721116,22720555:22720963,22723677:22724472,22731556:22732107,22743102:22749522,22755524:22756111,22760877:22761292,22765036:22781431,22766335:22766481,22771175:22771657,22777722:22778059,22782355:22782760,22785891:22786383,22787164:22787679,22811660:22811899,22814868:22816040,22817782:22824304,22828657:22828934,22831635:22832069,22832675:22833106,22838937:22839469,22840147:22840481,22843809:22844554,22843810:2284433', 'assoc_mat': '22591584:film_plastique:4461:22591958,22594879:film_plastique:4461:22595979,22599782:film_plastique:4461:22600146,22603048:film_plastique:4461:22610122,22604271:film_plastique:4461:22604878,22604283:film_plastique:4461:22604822,22607579:film_plastique:4461:22607808,22610906:film_plastique:4461:22611427,22614959:film_plastique:4461:22615443,22618984:film_plastique:4461:22621166,22621387:film_plastique:4461:22621794,22637328:film_plastique:4461:22637446,22638528:film_plastique:4461:22638865,22639301:film_plastique:4461:22639677,22641846:film_plastique:4461:22642315,22643640:film_plastique:4461:22643812,22644533:film_plastique:4461:22644728,22645326:film_plastique:4461:22645654,22646000:film_plastique:4461:22646077,22647188:film_plastique:4461:22647272,22662910:film_plastique:4461:22664455,22666516:film_plastique:4461:22666821,22669907:film_plastique:4461:22670603,22673670:film_plastique:4461:22674118,22676624:film_plastique:4461:22677060,22683217:film_plastique:4461:22684124,22687090:film_plastique:4461:2268745'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025398755264502592, 'nb_photo': 5969, 'list_port_cont': '22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22918146,22919994,22926531,22985778,22997876,23077565,23089628,23091840,23344844,23393270,23447605,23504427,2350559', 'assoc_port': '22594877:22596175,22600724:22604124,22602545:22612197,22604276:22609333,22610907:22621004,22613021:22613214,22614937:22627379,22617412:22630472,22618985:22630488,22624048:22630390,22637077:22637397,22637083:22637525,22637332:22637379,22638529:22639222,22641845:22643587,22641850:22642109,22642864:22644329,22642868:22644417,22644529:22646712,22645330:22645459,22646001:22646060,22647187:22648098,22647191:22647326,22662912:22663896,22662914:22664078,22666514:22667656,22669908:22684104,22675367:22676964,22675368:22677094,22675371:22677189,22675372:22685650,22681463:22686632,22687091:22695625,22694868:22696547,22694885:22695675,22696946:22699549,22708747:22711341,22711988:22712174,22712694:22713166,22712698:22712814,22714439:22714723,22720546:22720781,22720550:22725034,22723659:22734354,22727658:22737344,22731555:22739676,22731557:22731759,22733592:22744943,22740289:22741204,22743063:22743321,22753642:22755891,22755522:22757462,22757920:22759659,22763326:22765899,22766326:22766588,22771176:22774558,22775280:2277984', 'assoc_mat': '22594877:film_plastique:4200:22596175,22600724:film_plastique:4200:22604124,22602545:film_plastique:4200:22612197,22604276:film_plastique:4200:22609333,22610907:film_plastique:4200:22621004,22613021:film_plastique:4200:22613214,22614937:film_plastique:4200:22627379,22617412:film_plastique:4200:22630472,22618985:film_plastique:4200:22630488,22624048:film_plastique:4200:22630390,22637077:film_plastique:4200:22637397,22637083:film_plastique:4200:22637525,22637332:film_plastique:4200:22637379,22638529:film_plastique:4200:22639222,22641845:film_plastique:4200:22643587,22641850:film_plastique:4200:22642109,22642864:film_plastique:4200:22644329,22642868:film_plastique:4200:22644417,22644529:film_plastique:4200:22646712,22645330:film_plastique:4200:22645459,22646001:film_plastique:4200:22646060,22647187:film_plastique:4200:22648098,22647191:film_plastique:4200:22647326,22662912:film_plastique:4200:22663896,22662914:film_plastique:4200:22664078,22666514:film_plastique:4200:22667656,22669908:film_plastique:4200:2268410'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.015146973795452939, 'nb_photo': 1415, 'list_port_cont': '22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22918037,23003107,23064852,23107215,23230488,23232705,23266788,23332000,23339687,23345498,23373432,23385236,23412757,23447108,23487907,23488206,24464491,24464544,24464801,24465234,24465270,24465391,24465396,24465675,24465755,24465787,24466513,24466607,24466690,24466891,24467303,24467482,24467631,2446797', 'assoc_port': '22593609:22593857,22594876:22595969,22600723:22601201,22603046:22603325,22604278:22604589,22607578:22607900,22609802:22610152,22610903:22611928,22610905:22611813,22610908:22611621,22614938:22615325,22617410:22617847,22617415:22617940,22618983:22629293,22624049:22624754,22628393:22628727,22637081:22637170,22637331:22637366,22637677:22637781,22639299:22639578,22640873:22641115,22643642:22643923,22645325:22645679,22645329:22645472,22646206:22646304,22647186:22647259,22661875:22662663,22661878:22662562,22662913:22663846,22672696:22672894,22672699:22683918,22675373:22675663,22681465:22682413,22681467:22682310,22681471:22681976,22683204:22684025,22687085:22687953,22687092:22687398,22694882:22695357,22696406:22696673,22696945:22697396,22707489:22707791,22711986:22712019,22713013:22713272,22714441:22714698,22719539:22719940,22723676:22724309,22729019:22730608,22729023:22730490,22753645:22754086,22760875:22761244,22766334:22766465,22781197:22781942,22782354:22792004,22785905:22786276,22787162:22787593,22813690:2281410', 'assoc_mat': '22593609:film_plastique:4209:22593857,22594876:film_plastique:4209:22595969,22600723:film_plastique:4209:22601201,22603046:film_plastique:4209:22603325,22604278:film_plastique:4209:22604589,22607578:film_plastique:4209:22607900,22609802:film_plastique:4209:22610152,22610903:film_plastique:4209:22611928,22610905:film_plastique:4209:22611813,22610908:film_plastique:4209:22611621,22614938:film_plastique:4209:22615325,22617410:film_plastique:4209:22617847,22617415:film_plastique:4209:22617940,22618983:film_plastique:4209:22629293,22624049:film_plastique:4209:22624754,22628393:film_plastique:4209:22628727,22637081:film_plastique:4209:22637170,22637331:film_plastique:4209:22637366,22637677:film_plastique:4209:22637781,22639299:film_plastique:4209:22639578,22640873:film_plastique:4209:22641115,22643642:film_plastique:4209:22643923,22645325:film_plastique:4209:22645679,22645329:film_plastique:4209:22645472,22646206:film_plastique:4209:22646304,22647186:film_plastique:4209:22647259,22661875:film_plastique:4209:2266266'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004241615496260238, 'nb_photo': 15177, 'list_port_cont': '22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22918138,22920493,22925346,22931821,22950019,2295212', 'assoc_port': '22593607:22594158,22594878:22596102,22596778:22597255,22599779:22600181,22600725:22601221,22602546:22602887,22603047:22603308,22604281:22604572,22604285:22604675,22607577:22607879,22610904:22611738,22613020:22613597,22614941:22615577,22617413:22617922,22618986:22619616,22621389:22621907,22637075:22637231,22637329:22637551,22637675:22637894,22638530:22638902,22639300:22639731,22640875:22641077,22641844:22642206,22641848:22642345,22642866:22643273,22643643:22643868,22644532:22644813,22645996:22646126,22646207:22646328,22646699:22646758,22662916:22664728,22668748:22669212,22669906:22670571,22672697:22672985,22673671:22674163,22676626:22677110,22687084:22687857,22687089:22687535,22694854:22695604,22694855:22695473,22694881:22700564,22696405:22696712,22706232:22706880,22711985:22712142,22712696:22712889,22713825:22714115,22714438:22714704,22714442:22714758,22715865:22716156,22719540:22719980,22720545:22721234,22720552:22721093,22727659:22728542,22729021:22730025,22731512:22732162,22740292:22748166,22743077:2274359', 'assoc_mat': '22593607:film_plastique:4211:22594158,22594878:film_plastique:4211:22596102,22596778:film_plastique:4211:22597255,22599779:film_plastique:4211:22600181,22600725:film_plastique:4211:22601221,22602546:film_plastique:4211:22602887,22603047:film_plastique:4211:22603308,22604281:film_plastique:4211:22604572,22604285:film_plastique:4211:22604675,22607577:film_plastique:4211:22607879,22610904:film_plastique:4211:22611738,22613020:film_plastique:4211:22613597,22614941:film_plastique:4211:22615577,22617413:film_plastique:4211:22617922,22618986:film_plastique:4211:22619616,22621389:film_plastique:4211:22621907,22637075:film_plastique:4211:22637231,22637329:film_plastique:4211:22637551,22637675:film_plastique:4211:22637894,22638530:film_plastique:4211:22638902,22639300:film_plastique:4211:22639731,22640875:film_plastique:4211:22641077,22641844:film_plastique:4211:22642206,22641848:film_plastique:4211:22642345,22642866:film_plastique:4211:22643273,22643643:film_plastique:4211:22643868,22644532:film_plastique:4211:2264481'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032585636494358084, 'nb_photo': 2, 'list_port_cont': '22956462,24559797', 'assoc_port': '22955747:22956462,24514286:24559797', 'assoc_mat': '22955747:kraft:4207:22956462,24514286:kraft:4207:24559797'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0019491715472796489, 'nb_photo': 12, 'list_port_cont': '22743264,23023060,23032618,23421542,24490165,24490435,24490478,24490495,24490516,24558521,24559668', 'assoc_port': '22743072:22743264,22893523:23023060,22920083:23032618,23279957:23421542,24463643:24490165,24463755:24490478,24463799:24490495,24463827:24490516,24463920:24490435,24514036:24559668,24514052:24558521', 'assoc_mat': '22743072:kraft:3726:22743264,22893523:kraft:3726:23023060,22920083:kraft:3726:23032618,23279957:kraft:3726:23421542,24463643:kraft:3726:24490165,24463755:kraft:3726:24490478,24463799:kraft:3726:24490495,24463827:kraft:3726:24490516,24463920:kraft:3726:24490435,24514036:kraft:3726:24559668,24514052:kraft:3726:24558521'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9398026877013612, 'nb_photo': 75, 'list_port_cont': '22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,23063951,23090518,23439261,23450985,23482444,23490784,23503777,23509920,23513857,23516455,23526825,24489976,24490323,24490509,24491613,24557375,24558593,24558661,24558973,24560253,24569344,24569758', 'assoc_port': '22591582:22592600,22602549:22602559,22637672:22637959,22637674:22637879,22643641:22645195,22666515:22667713,22673669:22675216,22676627:22681759,22693033:22698570,22713819:22718106,22727668:22737390,22773713:22777253,22793928:22794054,22835476:22845283,22856658:22859422,22857008:22863353,22862865:22863035,22882318:22883477,22895713:22897228,22896423:22900211,22917826:22925841,22931348:22942119,22951589:22951844,22967489:22978009,23019441:23063951,23062405:23090518,23266257:23526825,23328664:23439261,23370198:23450985,23371000:23482444,23372139:23490784,23408683:23513857,23424126:23516455,23487313:23509920,23503087:23503777,24463520:24491613,24463722:24489976,24463777:24490509,24463881:24490323,24513246:24569344,24513454:24569758,24514181:24558593,24514184:24560253,24514384:24558973,24514432:24558661,24514700:24557375', 'assoc_mat': '22591582:metal:4205:22592600,22602549:metal:4205:22602559,22637672:metal:4205:22637959,22637674:metal:4205:22637879,22643641:metal:4205:22645195,22666515:metal:4205:22667713,22673669:metal:4205:22675216,22676627:metal:4205:22681759,22693033:metal:4205:22698570,22713819:metal:4205:22718106,22727668:metal:4205:22737390,22773713:metal:4205:22777253,22793928:metal:4205:22794054,22835476:metal:4205:22845283,22856658:metal:4205:22859422,22857008:metal:4205:22863353,22862865:metal:4205:22863035,22882318:metal:4205:22883477,22895713:metal:4205:22897228,22896423:metal:4205:22900211,22917826:metal:4205:22925841,22931348:metal:4205:22942119,22951589:metal:4205:22951844,22967489:metal:4205:22978009,23019441:metal:4205:23063951,23062405:metal:4205:23090518,23266257:metal:4205:23526825,23328664:metal:4205:23439261,23370198:metal:4205:23450985,23371000:metal:4205:23482444,23372139:metal:4205:23490784,23408683:metal:4205:23513857,23424126:metal:4205:23516455,23487313:metal:4205:23509920,23503087:metal:4205:23503777,24463520:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0065686122126463724, 'nb_photo': 1070, 'list_port_cont': '22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22945507,22988171,22990624,23008511,23089692,23094184,23095169,23186761,23209567,23411317,23479327,23505171,23506528,23507307,23525356,24490065,24490142,24490234,24490247,24490303,24490801,24491577,24515737,24557479,24557763,24557936,24558327,24559117,24559767,24560327,24560618,24560705,24560800,24561381,24562047,24562094,24563434,24565078,24567523,24576597', 'assoc_port': '22604273:22636612,22609799:22634261,22624047:22630373,22640872:22644196,22645327:22645973,22668747:22671020,22683214:22687238,22706231:22707911,22715864:22720097,22727698:22738387,22760876:22763430,22775279:22784795,22814866:22816590,22835896:22854602,22835901:22847720,22858837:22862337,22861704:22864776,22863669:22865863,22879241:22880839,22885096:22889064,22916871:22945507,22963267:22990624,22979636:22988171,23002549:23008511,23024263:23094184,23056326:23089692,23080635:23095169,23157180:23209567,23164742:23186761,23370918:23479327,23386645:23506528,23411038:23411317,23419023:23525356,23487314:23507307,23499045:23505171,24463400:24490801,24463494:24490303,24463899:24490234,24463929:24491577,24464003:24490142,24464038:24490247,24464111:24490065,24512919:24567523,24513076:24565078,24513354:24563434,24513393:24562094,24513539:24562047,24513754:24561381,24513857:24560618,24513862:24560327,24513919:24560800,24513940:24560705,24514080:24559767,24514113:24515737,24514431:24558327,24514481:24559117,24514527:2455776', 'assoc_mat': '22604273:metal:4203:22636612,22609799:metal:4203:22634261,22624047:metal:4203:22630373,22640872:metal:4203:22644196,22645327:metal:4203:22645973,22668747:metal:4203:22671020,22683214:metal:4203:22687238,22706231:metal:4203:22707911,22715864:metal:4203:22720097,22727698:metal:4203:22738387,22760876:metal:4203:22763430,22775279:metal:4203:22784795,22814866:metal:4203:22816590,22835896:metal:4203:22854602,22835901:metal:4203:22847720,22858837:metal:4203:22862337,22861704:metal:4203:22864776,22863669:metal:4203:22865863,22879241:metal:4203:22880839,22885096:metal:4203:22889064,22916871:metal:4203:22945507,22963267:metal:4203:22990624,22979636:metal:4203:22988171,23002549:metal:4203:23008511,23024263:metal:4203:23094184,23056326:metal:4203:23089692,23080635:metal:4203:23095169,23157180:metal:4203:23209567,23164742:metal:4203:23186761,23370918:metal:4203:23479327,23386645:metal:4203:23506528,23411038:metal:4203:23411317,23419023:metal:4203:23525356,23487314:metal:4203:23507307,23499045:metal:4203:23505171,24463400:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008044712664780978, 'nb_photo': 558, 'list_port_cont': '22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22915508,22928156,22931723,22948599,22951982,22956470,22982944,23007837,23007961,23056102,23056600,23062384,23067022,23088886,23089561,23094093,23119951,23126234,23166995,23170509,23182135,23257377,23439893,23443192,23447369,23447573,23468974,23473959,23475349,23477108,23478220,23482399,2348811', 'assoc_port': '22593606:22594389,22593610:22594078,22596777:22597309,22596780:22596894,22603049:22603191,22607575:22607766,22613019:22613361,22617411:22617790,22637082:22637202,22637676:22637771,22639298:22639713,22639302:22639371,22640874:22641088,22643639:22643849,22645999:22646049,22647189:22647383,22662911:22663960,22666517:22666870,22669905:22670071,22673666:22674351,22673668:22674103,22675369:22675646,22676625:22676826,22681470:22686228,22687087:22687789,22693003:22695657,22696407:22696606,22708745:22711042,22708748:22709335,22711984:22712042,22712695:22712726,22713014:22713254,22713828:22715787,22714440:22714555,22720553:22721304,22720554:22721047,22727657:22728622,22731511:22732524,22731514:22732046,22733593:22733986,22755523:22756026,22757921:22758462,22760878:22761339,22763327:22763902,22766320:22766556,22775277:22775983,22775281:22775626,22775282:22775457,22813691:22814244,22816845:22816961,22817781:22818290,22823125:22823491,22823154:22823373,22828660:22829363,22832673:22833064,22838933:22839696,22838963:2283934', 'assoc_mat': '22593606:metal:4207:22594389,22593610:metal:4207:22594078,22596777:metal:4207:22597309,22596780:metal:4207:22596894,22603049:metal:4207:22603191,22607575:metal:4207:22607766,22613019:metal:4207:22613361,22617411:metal:4207:22617790,22637082:metal:4207:22637202,22637676:metal:4207:22637771,22639298:metal:4207:22639713,22639302:metal:4207:22639371,22640874:metal:4207:22641088,22643639:metal:4207:22643849,22645999:metal:4207:22646049,22647189:metal:4207:22647383,22662911:metal:4207:22663960,22666517:metal:4207:22666870,22669905:metal:4207:22670071,22673666:metal:4207:22674351,22673668:metal:4207:22674103,22675369:metal:4207:22675646,22676625:metal:4207:22676826,22681470:metal:4207:22686228,22687087:metal:4207:22687789,22693003:metal:4207:22695657,22696407:metal:4207:22696606,22708745:metal:4207:22711042,22708748:metal:4207:22709335,22711984:metal:4207:22712042,22712695:metal:4207:22712726,22713014:metal:4207:22713254,22713828:metal:4207:22715787,22714440:metal:4207:22714555,22720553:metal:4207:22721304,22720554:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007759700865238272, 'nb_photo': 66, 'list_port_cont': '22697907,22720954,22756101,22828937,22864525,22881587,22901520,23013092,23373171,23420734,23487859,24465937,24468364,24468840,24470014,24470296,24471109,24472870,24473762,24474005,24474273,24476544,24513930,24547474,24550622,24550717,24550936,24553199,24554543,24554687,24555251,24555384,24556366,24557619,24558291,24559473,24559819,24560485,24561086,24561689,24563943', 'assoc_port': '22696947:22697907,22720555:22720954,22755524:22756101,22828657:22828937,22864378:22864525,22875783:22881587,22901195:22901520,23012453:23013092,23372137:23373171,23420476:23420734,23487321:23487859,24463567:24474273,24463669:24474005,24463744:24471109,24463751:24473762,24463925:24472870,24463933:24476544,24463945:24470296,24463955:24465937,24463998:24470014,24464089:24468840,24464121:24468364,24512737:24563943,24512750:24513930,24512860:24561689,24512911:24561086,24513053:24560485,24513102:24559819,24513212:24559473,24513375:24558291,24513634:24557619,24514064:24553199,24514235:24555384,24514259:24556366,24514284:24555251,24514299:24554543,24514364:24554687,24514633:24550936,24514655:24550717,24514707:24550622,24514758:24547474', 'assoc_mat': '22696947:metal:4461:22697907,22720555:metal:4461:22720954,22755524:metal:4461:22756101,22828657:metal:4461:22828937,22864378:metal:4461:22864525,22875783:metal:4461:22881587,22901195:metal:4461:22901520,23012453:metal:4461:23013092,23372137:metal:4461:23373171,23420476:metal:4461:23420734,23487321:metal:4461:23487859,24463567:metal:4461:24474273,24463669:metal:4461:24474005,24463744:metal:4461:24471109,24463751:metal:4461:24473762,24463925:metal:4461:24472870,24463933:metal:4461:24476544,24463945:metal:4461:24470296,24463955:metal:4461:24465937,24463998:metal:4461:24470014,24464089:metal:4461:24468840,24464121:metal:4461:24468364,24512737:metal:4461:24563943,24512750:metal:4461:24513930,24512860:metal:4461:24561689,24512911:metal:4461:24561086,24513053:metal:4461:24560485,24513102:metal:4461:24559819,24513212:metal:4461:24559473,24513375:metal:4461:24558291,24513634:metal:4461:24557619,24514064:metal:4461:24553199,24514235:metal:4461:24555384,24514259:metal:4461:24556366,24514284:metal:4461:24555251,24514299:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0014591756284449793, 'nb_photo': 49, 'list_port_cont': '23158235,23158483,23176748,23255850,23352105', 'assoc_port': '23157188:23158483,23157192:23158235,23176167:23176748,23254131:23255850,23351475:23352105', 'assoc_mat': '23157188:metal:3594:23158483,23157192:metal:3594:23158235,23176167:metal:3594:23176748,23254131:metal:3594:23255850,23351475:metal:3594:23352105'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.16725021038418522, 'nb_photo': 1871, 'list_port_cont': '22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22918157,22919988,22926532,22985776,23077560,23089619,23091841,23447608,23504421,23507120,23507531,23510902,2351762', 'assoc_port': '22594877:22596184,22600724:22604137,22602545:22612210,22604276:22609332,22610907:22620999,22613021:22613235,22614937:22627393,22617412:22630483,22618985:22630490,22624048:22630385,22637077:22637394,22637083:22637524,22637332:22637375,22638529:22639215,22641845:22643599,22641850:22642120,22642864:22644332,22642868:22644431,22644529:22646703,22645330:22645460,22646001:22646061,22647187:22648104,22647191:22647329,22662912:22663883,22662914:22664079,22666514:22667664,22669908:22684097,22675367:22676960,22675368:22677088,22675371:22677193,22675372:22685649,22681463:22686625,22687091:22695633,22694868:22696538,22694885:22695683,22696946:22699557,22708747:22711344,22711988:22712186,22712694:22713179,22712698:22712812,22714439:22714728,22720546:22720793,22720550:22725027,22723659:22734353,22727658:22737340,22731555:22739665,22731557:22731747,22733592:22744944,22740289:22741205,22743063:22743317,22753642:22755894,22755522:22757454,22757920:22759671,22763326:22765901,22766326:22766587,22771176:22774554,22775280:2277983', 'assoc_mat': '22594877:metal:4200:22596184,22600724:metal:4200:22604137,22602545:metal:4200:22612210,22604276:metal:4200:22609332,22610907:metal:4200:22620999,22613021:metal:4200:22613235,22614937:metal:4200:22627393,22617412:metal:4200:22630483,22618985:metal:4200:22630490,22624048:metal:4200:22630385,22637077:metal:4200:22637394,22637083:metal:4200:22637524,22637332:metal:4200:22637375,22638529:metal:4200:22639215,22641845:metal:4200:22643599,22641850:metal:4200:22642120,22642864:metal:4200:22644332,22642868:metal:4200:22644431,22644529:metal:4200:22646703,22645330:metal:4200:22645460,22646001:metal:4200:22646061,22647187:metal:4200:22648104,22647191:metal:4200:22647329,22662912:metal:4200:22663883,22662914:metal:4200:22664079,22666514:metal:4200:22667664,22669908:metal:4200:22684097,22675367:metal:4200:22676960,22675368:metal:4200:22677088,22675371:metal:4200:22677193,22675372:metal:4200:22685649,22681463:metal:4200:22686625,22687091:metal:4200:22695633,22694868:metal:4200:22696538,22694885:metal:4200:22695683,22696946:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0006691626436606563, 'nb_photo': 9, 'list_port_cont': '22949093,23074700', 'assoc_port': '22948162:22949093,23073358:23074700', 'assoc_mat': '22948162:metal:3594:22949093,23073358:metal:3594:23074700'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02091548506990889, 'nb_photo': 605, 'list_port_cont': '22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22918038,23003100,23013077,23064855,23107220,23266783,23329554,23339679,23345488,23373437,23385231,23412751,23447111,23487905,23488205,24464498,24464791,24465224,24465275,24465380,24465409,24465679,24465754,24465781,24466490,24466507,24466620,24466878,24467494,24467518,24467973,24468606,24468666,24469084,24469663,24469745,24470195,24470414,24470603,24470990,24471081,2447129', 'assoc_port': '22593609:22593860,22594876:22595965,22600723:22601206,22603046:22603326,22604278:22604584,22607576:22617546,22607578:22607898,22610903:22611923,22610905:22611807,22610908:22611643,22614939:22625108,22617415:22617937,22618983:22629297,22624049:22624761,22637081:22637175,22637331:22637357,22637677:22637779,22639299:22639582,22640873:22641109,22643642:22643916,22645325:22645678,22647186:22647248,22661875:22662657,22661878:22662560,22662913:22663833,22672696:22672900,22672699:22683912,22675373:22675661,22681465:22682410,22681467:22682313,22681471:22681975,22683204:22684023,22687085:22687944,22696406:22696672,22696945:22697382,22706230:22706788,22719539:22719930,22723676:22724304,22729019:22730603,22729023:22730479,22753645:22754077,22760875:22761199,22766334:22766459,22773720:22774540,22781197:22781950,22785905:22786273,22787162:22787591,22813690:22814108,22816847:22817097,22823127:22823269,22831634:22831909,22835473:22835685,22835475:22835671,22838935:22839390,22856663:22856710,22858841:22858910,22861708:2286182', 'assoc_mat': '22593609:metal:4209:22593860,22594876:metal:4209:22595965,22600723:metal:4209:22601206,22603046:metal:4209:22603326,22604278:metal:4209:22604584,22607576:metal:4209:22617546,22607578:metal:4209:22607898,22610903:metal:4209:22611923,22610905:metal:4209:22611807,22610908:metal:4209:22611643,22614939:metal:4209:22625108,22617415:metal:4209:22617937,22618983:metal:4209:22629297,22624049:metal:4209:22624761,22637081:metal:4209:22637175,22637331:metal:4209:22637357,22637677:metal:4209:22637779,22639299:metal:4209:22639582,22640873:metal:4209:22641109,22643642:metal:4209:22643916,22645325:metal:4209:22645678,22647186:metal:4209:22647248,22661875:metal:4209:22662657,22661878:metal:4209:22662560,22662913:metal:4209:22663833,22672696:metal:4209:22672900,22672699:metal:4209:22683912,22675373:metal:4209:22675661,22681465:metal:4209:22682410,22681467:metal:4209:22682313,22681471:metal:4209:22681975,22683204:metal:4209:22684023,22687085:metal:4209:22687944,22696406:metal:4209:22696672,22696945:metal:4209:22697382,22706230:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011510800910251202, 'nb_photo': 2850, 'list_port_cont': '22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22918137,22920486,22925351,22931805,22950012,2295212', 'assoc_port': '22593607:22594156,22594878:22596097,22596778:22597266,22599779:22600171,22600725:22601226,22602546:22602884,22603047:22603309,22604281:22604568,22604285:22604694,22607577:22607876,22610904:22611739,22613020:22613605,22614941:22615579,22617413:22617912,22618986:22619618,22621389:22621908,22637075:22637239,22637329:22637541,22637675:22637893,22638530:22638905,22639300:22639720,22640875:22641082,22641844:22642200,22641848:22642357,22642866:22643264,22643643:22643859,22644532:22644820,22645996:22646139,22646207:22646323,22646699:22646764,22662916:22664722,22668748:22669208,22669906:22670574,22672697:22672983,22673671:22674156,22676626:22677116,22687084:22687863,22687089:22687526,22694854:22695601,22694855:22695471,22694881:22700566,22696405:22696697,22706232:22706878,22711985:22712131,22712696:22712890,22713825:22714112,22714438:22714712,22714442:22714770,22715865:22716159,22719540:22719982,22720545:22721218,22720552:22721102,22727659:22728548,22729021:22730035,22731512:22732168,22740292:22748172,22743077:2274359', 'assoc_mat': '22593607:metal:4211:22594156,22594878:metal:4211:22596097,22596778:metal:4211:22597266,22599779:metal:4211:22600171,22600725:metal:4211:22601226,22602546:metal:4211:22602884,22603047:metal:4211:22603309,22604281:metal:4211:22604568,22604285:metal:4211:22604694,22607577:metal:4211:22607876,22610904:metal:4211:22611739,22613020:metal:4211:22613605,22614941:metal:4211:22615579,22617413:metal:4211:22617912,22618986:metal:4211:22619618,22621389:metal:4211:22621908,22637075:metal:4211:22637239,22637329:metal:4211:22637541,22637675:metal:4211:22637893,22638530:metal:4211:22638905,22639300:metal:4211:22639720,22640875:metal:4211:22641082,22641844:metal:4211:22642200,22641848:metal:4211:22642357,22642866:metal:4211:22643264,22643643:metal:4211:22643859,22644532:metal:4211:22644820,22645996:metal:4211:22646139,22646207:metal:4211:22646323,22646699:metal:4211:22646764,22662916:metal:4211:22664722,22668748:metal:4211:22669208,22669906:metal:4211:22670574,22672697:metal:4211:22672983,22673671:metal:4211:22674156,22676626:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014514971832943842, 'nb_photo': 7, 'list_port_cont': '22936484,22945222,22986011,23013185,23202031,23500683,23505583', 'assoc_port': '22929808:22945222,22935793:22936484,22984226:22986011,22998441:23013185,23172914:23202031,23379559:23500683,23383815:23505583', 'assoc_mat': '22929808:metal:3327:22945222,22935793:metal:3327:22936484,22984226:metal:3327:22986011,22998441:metal:3327:23013185,23172914:metal:3327:23202031,23379559:metal:3327:23500683,23383815:metal:3327:23505583'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.023051097183724882, 'nb_photo': 2826, 'list_port_cont': '22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,23063938,23075718,23088200,23090507,23091297,23165112,23174291,23185160,23439253,23447346,23450991,23477027,23482447,23490777,23501634,23503779,23506181,23509923,23513866,23516450,23526821,24489938,24489974,24490321,24490501,24491606,24557377,24558586,24558658,24558974,24560243,24569348,24569770', 'assoc_port': '22591582:22592604,22602549:22602573,22614943:22627266,22637672:22637961,22637674:22637868,22643641:22645203,22666515:22667712,22673669:22675225,22676627:22681751,22693033:22698560,22713819:22718097,22719525:22722808,22727668:22737395,22755525:22757394,22773713:22777255,22777724:22782120,22793928:22794045,22828627:22856070,22835476:22845284,22856658:22859413,22857008:22863347,22862865:22863033,22874442:22876484,22882318:22883466,22895713:22897229,22896423:22900204,22917826:22925845,22931348:22942109,22951589:22951836,22967489:22978014,23019441:23063938,23052721:23088200,23062405:23090507,23064326:23091297,23075518:23075718,23112649:23165112,23127851:23174291,23161553:23185160,23266257:23526821,23328664:23439253,23370198:23450991,23370901:23477027,23371000:23482447,23372139:23490777,23381825:23501634,23408683:23513866,23424126:23516450,23446969:23447346,23487313:23509923,23495804:23506181,23503087:23503779,24463520:24491606,24463722:24489974,24463777:24490501,24463881:24490321,24463942:24489938,24513246:2456934', 'assoc_mat': '22591582:papier:4205:22592604,22602549:papier:4205:22602573,22614943:papier:4205:22627266,22637672:papier:4205:22637961,22637674:papier:4205:22637868,22643641:papier:4205:22645203,22666515:papier:4205:22667712,22673669:papier:4205:22675225,22676627:papier:4205:22681751,22693033:papier:4205:22698560,22713819:papier:4205:22718097,22719525:papier:4205:22722808,22727668:papier:4205:22737395,22755525:papier:4205:22757394,22773713:papier:4205:22777255,22777724:papier:4205:22782120,22793928:papier:4205:22794045,22828627:papier:4205:22856070,22835476:papier:4205:22845284,22856658:papier:4205:22859413,22857008:papier:4205:22863347,22862865:papier:4205:22863033,22874442:papier:4205:22876484,22882318:papier:4205:22883466,22895713:papier:4205:22897229,22896423:papier:4205:22900204,22917826:papier:4205:22925845,22931348:papier:4205:22942109,22951589:papier:4205:22951836,22967489:papier:4205:22978014,23019441:papier:4205:23063938,23052721:papier:4205:23088200,23062405:papier:4205:23090507,23064326:papier:4205:23091297,2307'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012816532895231311, 'nb_photo': 6124, 'list_port_cont': '22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22945498,22988169,22990627,23008509,23089695,23094187,23095164,23186757,23209572,23411321,23479319,23505178,23506521,23507303,23525355,24490066,24490131,24490225,24490250,24490304,24490799,24491574,24515746,24557474,24557752,24557941,24558334,24559115,24559761,24560322,24560614,24560712,24560791,24561379,24562048,24562096,24563429,24565083,24567536,24576606', 'assoc_port': '22604273:22636619,22609799:22634260,22624047:22630378,22640872:22644192,22645327:22645965,22668747:22671018,22683214:22687239,22706231:22707910,22715864:22720106,22727698:22738376,22760876:22763435,22775279:22784782,22814866:22816578,22835896:22854601,22835901:22847713,22858837:22862352,22861704:22864780,22863669:22865878,22879241:22880847,22885096:22889055,22916871:22945498,22963267:22990627,22979636:22988169,23002549:23008509,23024263:23094187,23056326:23089695,23080635:23095164,23157180:23209572,23164742:23186757,23370918:23479319,23386645:23506521,23411038:23411321,23419023:23525355,23487314:23507303,23499045:23505178,24463400:24490799,24463494:24490304,24463899:24490225,24463929:24491574,24464003:24490131,24464038:24490250,24464111:24490066,24512919:24567536,24513076:24565083,24513354:24563429,24513393:24562096,24513539:24562048,24513754:24561379,24513857:24560614,24513862:24560322,24513919:24560791,24513940:24560712,24514080:24559761,24514113:24515746,24514431:24558334,24514481:24559115,24514527:2455775', 'assoc_mat': '22604273:papier:4203:22636619,22609799:papier:4203:22634260,22624047:papier:4203:22630378,22640872:papier:4203:22644192,22645327:papier:4203:22645965,22668747:papier:4203:22671018,22683214:papier:4203:22687239,22706231:papier:4203:22707910,22715864:papier:4203:22720106,22727698:papier:4203:22738376,22760876:papier:4203:22763435,22775279:papier:4203:22784782,22814866:papier:4203:22816578,22835896:papier:4203:22854601,22835901:papier:4203:22847713,22858837:papier:4203:22862352,22861704:papier:4203:22864780,22863669:papier:4203:22865878,22879241:papier:4203:22880847,22885096:papier:4203:22889055,22916871:papier:4203:22945498,22963267:papier:4203:22990627,22979636:papier:4203:22988169,23002549:papier:4203:23008509,23024263:papier:4203:23094187,23056326:papier:4203:23089695,23080635:papier:4203:23095164,23157180:papier:4203:23209572,23164742:papier:4203:23186757,23370918:papier:4203:23479319,23386645:papier:4203:23506521,23411038:papier:4203:23411321,23419023:papier:4203:23525355,23487314:papier:4203:23507303,2349'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.03739677816725091, 'nb_photo': 18096, 'list_port_cont': '22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332', 'assoc_port': '22593605:22594350,22593606:22594398,22593610:22594076,22596777:22597304,22596780:22596886,22599778:22600328,22599780:22600129,22600753:22600924,22603049:22603194,22607575:22607768,22609801:22610273,22610902:22611301,22613019:22613350,22614940:22615153,22617411:22617797,22628391:22629010,22628395:22628682,22637079:22637257,22637082:22637208,22637676:22637768,22639298:22639700,22639302:22639382,22640874:22641095,22641847:22642311,22643639:22643840,22644527:22644976,22644530:22644869,22644534:22644853,22644535:22644669,22645328:22645634,22645998:22646101,22645999:22646053,22647189:22647389,22647190:22647231,22661877:22661926,22662911:22663973,22666517:22666882,22669905:22670065,22672698:22672795,22673666:22674365,22673668:22674113,22675369:22675638,22676625:22676820,22681470:22686227,22687087:22687786,22687093:22687293,22693003:22695666,22694883:22695408,22696407:22696617,22708745:22711027,22708748:22709325,22711984:22712043,22712695:22712712,22713014:22713256,22713828:22715795,22714440:22714563,22720547:2272188', 'assoc_mat': '22593605:papier:4207:22594350,22593606:papier:4207:22594398,22593610:papier:4207:22594076,22596777:papier:4207:22597304,22596780:papier:4207:22596886,22599778:papier:4207:22600328,22599780:papier:4207:22600129,22600753:papier:4207:22600924,22603049:papier:4207:22603194,22607575:papier:4207:22607768,22609801:papier:4207:22610273,22610902:papier:4207:22611301,22613019:papier:4207:22613350,22614940:papier:4207:22615153,22617411:papier:4207:22617797,22628391:papier:4207:22629010,22628395:papier:4207:22628682,22637079:papier:4207:22637257,22637082:papier:4207:22637208,22637676:papier:4207:22637768,22639298:papier:4207:22639700,22639302:papier:4207:22639382,22640874:papier:4207:22641095,22641847:papier:4207:22642311,22643639:papier:4207:22643840,22644527:papier:4207:22644976,22644530:papier:4207:22644869,22644534:papier:4207:22644853,22644535:papier:4207:22644669,22645328:papier:4207:22645634,22645998:papier:4207:22646101,22645999:papier:4207:22646053,22647189:papier:4207:22647389,22647190:papier:4207:22647231,2266'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.242605734352096, 'nb_photo': 62152, 'list_port_cont': '22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22917093,22935139,23013090,23053920,23079956,23176371,23232831,23332222,23370781,23372323,23373178,23375603,23382532,23420741,23487869,23488400,23489139,23489333,24465104,24465159,24465342,24465644,24465805,24465930,24466905,24467178,24467369,24467697,24468370,24468826,24469578,24469831,24470004,24470299,24470882,24471112,24471385,2447169', 'assoc_port': '22591584:22591951,22594879:22595988,22599782:22600144,22603048:22610117,22604271:22604882,22604283:22604823,22607579:22607815,22610906:22611409,22614959:22615431,22618984:22621167,22621387:22621787,22637328:22637451,22638528:22638869,22639301:22639669,22641846:22642318,22643640:22643805,22644533:22644719,22645326:22645649,22646000:22646082,22647188:22647265,22662910:22664458,22666516:22666823,22669907:22670587,22673670:22674126,22676624:22677064,22683217:22684121,22687090:22687456,22693018:22693431,22696409:22696621,22696947:22697911,22712697:22712853,22713831:22714076,22714437:22717924,22720549:22721110,22720555:22720955,22723677:22724477,22731556:22732108,22743102:22749514,22755524:22756110,22760877:22761289,22765036:22781432,22766335:22766483,22771175:22771651,22777722:22778061,22782355:22782757,22785891:22786388,22787164:22787673,22811660:22811905,22814868:22816045,22817782:22824313,22828657:22828948,22831635:22832081,22832675:22833107,22838937:22839471,22840147:22840478,22843809:22844558,22843810:2284433', 'assoc_mat': '22591584:papier:4461:22591951,22594879:papier:4461:22595988,22599782:papier:4461:22600144,22603048:papier:4461:22610117,22604271:papier:4461:22604882,22604283:papier:4461:22604823,22607579:papier:4461:22607815,22610906:papier:4461:22611409,22614959:papier:4461:22615431,22618984:papier:4461:22621167,22621387:papier:4461:22621787,22637328:papier:4461:22637451,22638528:papier:4461:22638869,22639301:papier:4461:22639669,22641846:papier:4461:22642318,22643640:papier:4461:22643805,22644533:papier:4461:22644719,22645326:papier:4461:22645649,22646000:papier:4461:22646082,22647188:papier:4461:22647265,22662910:papier:4461:22664458,22666516:papier:4461:22666823,22669907:papier:4461:22670587,22673670:papier:4461:22674126,22676624:papier:4461:22677064,22683217:papier:4461:22684121,22687090:papier:4461:22687456,22693018:papier:4461:22693431,22696409:papier:4461:22696621,22696947:papier:4461:22697911,22712697:papier:4461:22712853,22713831:papier:4461:22714076,22714437:papier:4461:22717924,22720549:papier:4461:22721110,2272'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.04124850994766089, 'nb_photo': 920, 'list_port_cont': '23158240,23158486,23176746,23255853,23346168,23352108', 'assoc_port': '23157188:23158486,23157192:23158240,23176167:23176746,23254131:23255853,23344698:23346168,23351475:23352108', 'assoc_mat': '23157188:papier:3594:23158486,23157192:papier:3594:23158240,23176167:papier:3594:23176746,23254131:papier:3594:23255853,23344698:papier:3594:23346168,23351475:papier:3594:23352108'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016044145188928383, 'nb_photo': 6381, 'list_port_cont': '22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22918155,22919990,22926535,22985773,22997866,23077558,23089620,23091843,23344858,23393274,23447611,23504422,2350560', 'assoc_port': '22594877:22596173,22600724:22604125,22602545:22612196,22604276:22609329,22610907:22621001,22613021:22613224,22614937:22627385,22617412:22630478,22618985:22630498,22624048:22630393,22637077:22637395,22637083:22637526,22637332:22637376,22638529:22639211,22641845:22643595,22641850:22642116,22642864:22644330,22642868:22644428,22644529:22646708,22645330:22645466,22646001:22646058,22647187:22648108,22647191:22647328,22662912:22663914,22662914:22664092,22666514:22667659,22669908:22684102,22675367:22676959,22675368:22677093,22675371:22677196,22675372:22685641,22681463:22686624,22687091:22695623,22694868:22696541,22694885:22695680,22696946:22699560,22708747:22711336,22711988:22712179,22712694:22713170,22712698:22712807,22714439:22714731,22720546:22720782,22720550:22725035,22723659:22734357,22727658:22737334,22731555:22739663,22731557:22731749,22733592:22744954,22740289:22741200,22743063:22743325,22753642:22755896,22755522:22757453,22757920:22759663,22763326:22765902,22766326:22766583,22771176:22774564,22775280:2277983', 'assoc_mat': '22594877:papier:4200:22596173,22600724:papier:4200:22604125,22602545:papier:4200:22612196,22604276:papier:4200:22609329,22610907:papier:4200:22621001,22613021:papier:4200:22613224,22614937:papier:4200:22627385,22617412:papier:4200:22630478,22618985:papier:4200:22630498,22624048:papier:4200:22630393,22637077:papier:4200:22637395,22637083:papier:4200:22637526,22637332:papier:4200:22637376,22638529:papier:4200:22639211,22641845:papier:4200:22643595,22641850:papier:4200:22642116,22642864:papier:4200:22644330,22642868:papier:4200:22644428,22644529:papier:4200:22646708,22645330:papier:4200:22645466,22646001:papier:4200:22646058,22647187:papier:4200:22648108,22647191:papier:4200:22647328,22662912:papier:4200:22663914,22662914:papier:4200:22664092,22666514:papier:4200:22667659,22669908:papier:4200:22684102,22675367:papier:4200:22676959,22675368:papier:4200:22677093,22675371:papier:4200:22677196,22675372:papier:4200:22685641,22681463:papier:4200:22686624,22687091:papier:4200:22695623,22694868:papier:4200:22696541,2269'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12614755203331532, 'nb_photo': 924, 'list_port_cont': '22949097,23074698', 'assoc_port': '22948162:22949097,23073358:23074698', 'assoc_mat': '22948162:papier:3594:22949097,23073358:papier:3594:23074698'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9409872095101457, 'nb_photo': 137737, 'list_port_cont': '22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22918034,22922668,23003113,23013069,23064860,23107221,23230493,23232711,23266785,23329551,23331995,23339680,23345483,23373431,23385240,23412742,23447106,23487903,23488207,24464501,24464545,24464799,2446522', 'assoc_port': '22593609:22593866,22594876:22595978,22600723:22601211,22603046:22603328,22604278:22604595,22607576:22617549,22607578:22607906,22609802:22610156,22610903:22611926,22610905:22611808,22610908:22611636,22614938:22615314,22614939:22625116,22617410:22617845,22617415:22617929,22618983:22629299,22624049:22624752,22628393:22628720,22637081:22637171,22637331:22637365,22637677:22637773,22639299:22639573,22640873:22641117,22643642:22643913,22645325:22645690,22645329:22645485,22646206:22646312,22647186:22647262,22661875:22662660,22661878:22662566,22662913:22663837,22672696:22672895,22672699:22683913,22675373:22675659,22681465:22682416,22681467:22682306,22681471:22681964,22683204:22684024,22687085:22687951,22687092:22687396,22694882:22695353,22696406:22696675,22696945:22697391,22706230:22706796,22707489:22707795,22711986:22712024,22713013:22713269,22714441:22714700,22719539:22719937,22723676:22724306,22729019:22730609,22729023:22730487,22753645:22754073,22760875:22761245,22766334:22766452,22773720:22774547,22781197:2278195', 'assoc_mat': '22593609:papier:4209:22593866,22594876:papier:4209:22595978,22600723:papier:4209:22601211,22603046:papier:4209:22603328,22604278:papier:4209:22604595,22607576:papier:4209:22617549,22607578:papier:4209:22607906,22609802:papier:4209:22610156,22610903:papier:4209:22611926,22610905:papier:4209:22611808,22610908:papier:4209:22611636,22614938:papier:4209:22615314,22614939:papier:4209:22625116,22617410:papier:4209:22617845,22617415:papier:4209:22617929,22618983:papier:4209:22629299,22624049:papier:4209:22624752,22628393:papier:4209:22628720,22637081:papier:4209:22637171,22637331:papier:4209:22637365,22637677:papier:4209:22637773,22639299:papier:4209:22639573,22640873:papier:4209:22641117,22643642:papier:4209:22643913,22645325:papier:4209:22645690,22645329:papier:4209:22645485,22646206:papier:4209:22646312,22647186:papier:4209:22647262,22661875:papier:4209:22662660,22661878:papier:4209:22662566,22662913:papier:4209:22663837,22672696:papier:4209:22672895,22672699:papier:4209:22683913,22675373:papier:4209:22675659,2268'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010438880850366618, 'nb_photo': 29237, 'list_port_cont': '22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22918132,22920496,22925342,22931809,22950016,2295212', 'assoc_port': '22593607:22594149,22594878:22596088,22596778:22597268,22599779:22600175,22600725:22601232,22602546:22602877,22603047:22603303,22604281:22604569,22604285:22604688,22607577:22607885,22610904:22611744,22613020:22613599,22614941:22615574,22617413:22617915,22618986:22619613,22621389:22621909,22637075:22637224,22637329:22637553,22637675:22637885,22638530:22638903,22639300:22639725,22640875:22641069,22641844:22642205,22641848:22642346,22642866:22643275,22643643:22643863,22644532:22644806,22645996:22646133,22646207:22646324,22646699:22646765,22662916:22664730,22668748:22669219,22669906:22670583,22672697:22672995,22673671:22674152,22676626:22677109,22687084:22687868,22687089:22687527,22694854:22695605,22694855:22695485,22694881:22700573,22696405:22696705,22706232:22706889,22711985:22712136,22712696:22712895,22713825:22714103,22714438:22714718,22714442:22714760,22715865:22716165,22719540:22719973,22720545:22721223,22720552:22721104,22727659:22728536,22729021:22730039,22731512:22732165,22740292:22748165,22743077:2274359', 'assoc_mat': '22593607:papier:4211:22594149,22594878:papier:4211:22596088,22596778:papier:4211:22597268,22599779:papier:4211:22600175,22600725:papier:4211:22601232,22602546:papier:4211:22602877,22603047:papier:4211:22603303,22604281:papier:4211:22604569,22604285:papier:4211:22604688,22607577:papier:4211:22607885,22610904:papier:4211:22611744,22613020:papier:4211:22613599,22614941:papier:4211:22615574,22617413:papier:4211:22617915,22618986:papier:4211:22619613,22621389:papier:4211:22621909,22637075:papier:4211:22637224,22637329:papier:4211:22637553,22637675:papier:4211:22637885,22638530:papier:4211:22638903,22639300:papier:4211:22639725,22640875:papier:4211:22641069,22641844:papier:4211:22642205,22641848:papier:4211:22642346,22642866:papier:4211:22643275,22643643:papier:4211:22643863,22644532:papier:4211:22644806,22645996:papier:4211:22646133,22646207:papier:4211:22646324,22646699:papier:4211:22646765,22662916:papier:4211:22664730,22668748:papier:4211:22669219,22669906:papier:4211:22670583,22672697:papier:4211:22672995,2267'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012422552891064146, 'nb_photo': 823, 'list_port_cont': '22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22926574,22929975,22930591,22936495,22936547,22942819,22945217,22970726,22981019,22986003,22987861,22988214,22994037,22994879,23002077,23009884,23013190,23055182,23055482,23059059,23059747,23065672,23066043,23075738,23078488,2308849', 'assoc_port': '22596779:22607294,22599781:22600792,22600763:22601575,22602548:22602964,22604279:22605085,22609800:22612830,22609829:22610544,22613022:22614564,22614960:22616482,22621388:22622123,22628388:22629255,22637076:22639828,22637080:22637339,22637670:22637996,22639297:22639883,22641849:22642910,22642867:22643285,22644513:22646157,22644528:22645409,22644531:22644956,22645997:22647113,22646002:22646172,22646205:22646449,22646698:22646783,22662915:22664935,22669904:22670973,22673667:22676633,22675370:22676779,22683212:22686166,22687088:22688621,22688510:22689694,22694884:22695647,22700429:22701193,22706229:22707694,22708744:22711920,22708746:22710395,22711987:22712299,22713822:22714465,22715863:22716651,22715866:22716574,22719541:22720732,22720551:22725014,22720556:22721544,22727679:22728824,22729016:22731569,22731513:22732983,22733591:22735491,22740290:22741287,22753647:22754532,22763328:22765227,22769206:22770709,22771178:22772540,22775278:22776170,22781199:22782389,22782382:22783549,22787159:22794788,22787160:2279166', 'assoc_mat': '22596779:papier:3327:22607294,22599781:papier:3327:22600792,22600763:papier:3327:22601575,22602548:papier:3327:22602964,22604279:papier:3327:22605085,22609800:papier:3327:22612830,22609829:papier:3327:22610544,22613022:papier:3327:22614564,22614960:papier:3327:22616482,22621388:papier:3327:22622123,22628388:papier:3327:22629255,22637076:papier:3327:22639828,22637080:papier:3327:22637339,22637670:papier:3327:22637996,22639297:papier:3327:22639883,22641849:papier:3327:22642910,22642867:papier:3327:22643285,22644513:papier:3327:22646157,22644528:papier:3327:22645409,22644531:papier:3327:22644956,22645997:papier:3327:22647113,22646002:papier:3327:22646172,22646205:papier:3327:22646449,22646698:papier:3327:22646783,22662915:papier:3327:22664935,22669904:papier:3327:22670973,22673667:papier:3327:22676633,22675370:papier:3327:22676779,22683212:papier:3327:22686166,22687088:papier:3327:22688621,22688510:papier:3327:22689694,22694884:papier:3327:22695647,22700429:papier:3327:22701193,22706229:papier:3327:22707694,2270'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007175982100197056, 'nb_photo': 185, 'list_port_cont': '22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,23063939,23075715,23088205,23090515,23091300,23165099,23185152,23439256,23447349,23450981,23477025,23482453,23501625,23506179,23513856,23526816,24489934,24490324,24491611,24557369,24558582,24558663,24558976,24560239,24569356,24569766', 'assoc_port': '22591582:22592607,22602549:22602563,22614943:22627281,22637672:22637953,22637674:22637866,22643641:22645205,22666515:22667707,22673669:22675222,22676627:22681760,22693033:22698567,22713819:22718099,22727668:22737398,22755525:22757400,22773713:22777257,22777724:22782117,22793928:22794048,22828627:22856073,22835476:22845286,22857008:22863340,22862865:22863023,22874442:22876481,22882318:22883462,22895713:22897223,22896423:22900209,22917826:22925846,22931348:22942115,22951589:22951841,22967489:22978001,23019441:23063939,23052721:23088205,23062405:23090515,23064326:23091300,23075518:23075715,23112649:23165099,23161553:23185152,23266257:23526816,23328664:23439256,23370198:23450981,23370901:23477025,23371000:23482453,23381825:23501625,23408683:23513856,23446969:23447349,23495804:23506179,24463520:24491611,24463881:24490324,24463942:24489934,24513246:24569356,24513454:24569766,24514181:24558582,24514184:24560239,24514384:24558976,24514432:24558663,24514700:24557369', 'assoc_mat': '22591582:pehd:4205:22592607,22602549:pehd:4205:22602563,22614943:pehd:4205:22627281,22637672:pehd:4205:22637953,22637674:pehd:4205:22637866,22643641:pehd:4205:22645205,22666515:pehd:4205:22667707,22673669:pehd:4205:22675222,22676627:pehd:4205:22681760,22693033:pehd:4205:22698567,22713819:pehd:4205:22718099,22727668:pehd:4205:22737398,22755525:pehd:4205:22757400,22773713:pehd:4205:22777257,22777724:pehd:4205:22782117,22793928:pehd:4205:22794048,22828627:pehd:4205:22856073,22835476:pehd:4205:22845286,22857008:pehd:4205:22863340,22862865:pehd:4205:22863023,22874442:pehd:4205:22876481,22882318:pehd:4205:22883462,22895713:pehd:4205:22897223,22896423:pehd:4205:22900209,22917826:pehd:4205:22925846,22931348:pehd:4205:22942115,22951589:pehd:4205:22951841,22967489:pehd:4205:22978001,23019441:pehd:4205:23063939,23052721:pehd:4205:23088205,23062405:pehd:4205:23090515,23064326:pehd:4205:23091300,23075518:pehd:4205:23075715,23112649:pehd:4205:23165099,23161553:pehd:4205:23185152,23266257:pehd:4205:23526816,23328664:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037420608326793393, 'nb_photo': 645, 'list_port_cont': '22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22945496,22988170,22990614,23008507,23089694,23094197,23095171,23186760,23209569,23411325,23479328,23505172,23506523,23507301,23525351,24490055,24490145,24490230,24490248,24490305,24490806,24491575,24515743,24557473,24557756,24557938,24558324,24559123,24559775,24560326,24560612,24560713,24560795,24561384,24562036,24562087,24563431,24565090,24567526,24576598', 'assoc_port': '22604273:22636616,22609799:22634255,22624047:22630368,22640872:22644191,22645327:22645961,22668747:22671023,22683214:22687245,22706231:22707914,22715864:22720104,22727698:22738372,22760876:22763445,22775279:22784787,22814866:22816591,22835896:22854604,22835901:22847721,22858837:22862340,22861704:22864779,22863669:22865864,22879241:22880836,22885096:22889058,22916871:22945496,22963267:22990614,22979636:22988170,23002549:23008507,23024263:23094197,23056326:23089694,23080635:23095171,23157180:23209569,23164742:23186760,23370918:23479328,23386645:23506523,23411038:23411325,23419023:23525351,23487314:23507301,23499045:23505172,24463400:24490806,24463494:24490305,24463899:24490230,24463929:24491575,24464003:24490145,24464038:24490248,24464111:24490055,24512919:24567526,24513076:24565090,24513354:24563431,24513393:24562087,24513539:24562036,24513754:24561384,24513857:24560612,24513862:24560326,24513919:24560795,24513940:24560713,24514080:24559775,24514113:24515743,24514431:24558324,24514481:24559123,24514527:2455775', 'assoc_mat': '22604273:pehd:4203:22636616,22609799:pehd:4203:22634255,22624047:pehd:4203:22630368,22640872:pehd:4203:22644191,22645327:pehd:4203:22645961,22668747:pehd:4203:22671023,22683214:pehd:4203:22687245,22706231:pehd:4203:22707914,22715864:pehd:4203:22720104,22727698:pehd:4203:22738372,22760876:pehd:4203:22763445,22775279:pehd:4203:22784787,22814866:pehd:4203:22816591,22835896:pehd:4203:22854604,22835901:pehd:4203:22847721,22858837:pehd:4203:22862340,22861704:pehd:4203:22864779,22863669:pehd:4203:22865864,22879241:pehd:4203:22880836,22885096:pehd:4203:22889058,22916871:pehd:4203:22945496,22963267:pehd:4203:22990614,22979636:pehd:4203:22988170,23002549:pehd:4203:23008507,23024263:pehd:4203:23094197,23056326:pehd:4203:23089694,23080635:pehd:4203:23095171,23157180:pehd:4203:23209569,23164742:pehd:4203:23186760,23370918:pehd:4203:23479328,23386645:pehd:4203:23506523,23411038:pehd:4203:23411325,23419023:pehd:4203:23525351,23487314:pehd:4203:23507301,23499045:pehd:4203:23505172,24463400:pehd:4203:24490806,24463494:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004365902809767386, 'nb_photo': 503, 'list_port_cont': '22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22915514,22928148,22948603,22956475,22982943,23007832,23007951,23056599,23062372,23067031,23088891,23089563,23094087,23119949,23167001,23182144,23257387,23398674,23439899,23443194,23447363,2344757', 'assoc_port': '22593605:22594346,22593606:22594390,22593610:22594070,22599780:22600125,22600753:22600930,22609801:22610269,22613019:22613352,22617411:22617795,22628391:22629014,22628395:22628690,22637082:22637204,22637676:22637758,22639298:22639703,22641847:22642302,22644527:22644966,22644530:22644861,22644534:22644841,22647190:22647238,22661877:22661922,22662911:22663968,22666517:22666875,22669905:22670076,22672698:22672790,22673666:22674357,22673668:22674107,22676625:22676814,22681470:22686237,22687087:22687792,22693003:22695660,22696407:22696614,22708745:22711034,22712695:22712724,22713828:22715781,22714440:22714559,22720547:22721893,22720553:22721296,22720554:22721058,22727657:22728619,22729018:22738165,22731511:22732509,22731514:22732045,22733593:22733988,22753641:22753881,22755523:22756016,22757921:22758444,22760878:22761336,22763327:22763898,22765035:22765536,22766320:22766554,22769207:22770052,22775277:22775978,22775282:22775451,22781201:22781541,22785918:22786370,22787163:22790685,22793924:22794062,22813691:2281423', 'assoc_mat': '22593605:pehd:4207:22594346,22593606:pehd:4207:22594390,22593610:pehd:4207:22594070,22599780:pehd:4207:22600125,22600753:pehd:4207:22600930,22609801:pehd:4207:22610269,22613019:pehd:4207:22613352,22617411:pehd:4207:22617795,22628391:pehd:4207:22629014,22628395:pehd:4207:22628690,22637082:pehd:4207:22637204,22637676:pehd:4207:22637758,22639298:pehd:4207:22639703,22641847:pehd:4207:22642302,22644527:pehd:4207:22644966,22644530:pehd:4207:22644861,22644534:pehd:4207:22644841,22647190:pehd:4207:22647238,22661877:pehd:4207:22661922,22662911:pehd:4207:22663968,22666517:pehd:4207:22666875,22669905:pehd:4207:22670076,22672698:pehd:4207:22672790,22673666:pehd:4207:22674357,22673668:pehd:4207:22674107,22676625:pehd:4207:22676814,22681470:pehd:4207:22686237,22687087:pehd:4207:22687792,22693003:pehd:4207:22695660,22696407:pehd:4207:22696614,22708745:pehd:4207:22711034,22712695:pehd:4207:22712724,22713828:pehd:4207:22715781,22714440:pehd:4207:22714559,22720547:pehd:4207:22721893,22720553:pehd:4207:22721296,22720554:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007790402393479307, 'nb_photo': 34, 'list_port_cont': '22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,23176377,23489336,24465087,24469592,24470009,24477571,24515518,24556220,24556365,24558424,24559040,24560052,24563945', 'assoc_port': '22594879:22595989,22621387:22621789,22662910:22664459,22669907:22670619,22676624:22677063,22731556:22732109,22743102:22749518,22760877:22761297,22828657:22828938,22843809:22844555,22858840:22858882,22859469:22859538,22860491:22860726,22862459:22862677,22879243:22879643,22901195:22901512,23176164:23176377,23487107:23489336,24463472:24477571,24463757:24465087,24463819:24469592,24463998:24470009,24512737:24563945,24513049:24560052,24513378:24559040,24513593:24558424,24513825:24515518,24514022:24556220,24514259:24556365', 'assoc_mat': '22594879:pehd:4461:22595989,22621387:pehd:4461:22621789,22662910:pehd:4461:22664459,22669907:pehd:4461:22670619,22676624:pehd:4461:22677063,22731556:pehd:4461:22732109,22743102:pehd:4461:22749518,22760877:pehd:4461:22761297,22828657:pehd:4461:22828938,22843809:pehd:4461:22844555,22858840:pehd:4461:22858882,22859469:pehd:4461:22859538,22860491:pehd:4461:22860726,22862459:pehd:4461:22862677,22879243:pehd:4461:22879643,22901195:pehd:4461:22901512,23176164:pehd:4461:23176377,23487107:pehd:4461:23489336,24463472:pehd:4461:24477571,24463757:pehd:4461:24465087,24463819:pehd:4461:24469592,24463998:pehd:4461:24470009,24512737:pehd:4461:24563945,24513049:pehd:4461:24560052,24513378:pehd:4461:24559040,24513593:pehd:4461:24558424,24513825:pehd:4461:24515518,24514022:pehd:4461:24556220,24514259:pehd:4461:24556365'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002701779379929697, 'nb_photo': 3, 'list_port_cont': '23158489,23346170', 'assoc_port': '23157188:23158489,23344698:23346170', 'assoc_mat': '23157188:pehd:3594:23158489,23344698:pehd:3594:23346170'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008590865207859722, 'nb_photo': 1719, 'list_port_cont': '22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22918147,22919991,22926526,22985782,22997874,23077573,23089617,23091836,23344851,23393272,23447601,23504430,23505604,2350588', 'assoc_port': '22594877:22596176,22600724:22604134,22602545:22612204,22604276:22609340,22610907:22620992,22613021:22613234,22614937:22627380,22617412:22630485,22618985:22630491,22624048:22630386,22637077:22637392,22637083:22637530,22637332:22637372,22638529:22639218,22641845:22643597,22641850:22642119,22642864:22644334,22642868:22644425,22644529:22646705,22645330:22645470,22646001:22646069,22647187:22648109,22647191:22647332,22662912:22663890,22666514:22667653,22669908:22684090,22675367:22676965,22675368:22677089,22675371:22677191,22675372:22685652,22681463:22686637,22687091:22695629,22694868:22696539,22694885:22695684,22696946:22699547,22708747:22711332,22711988:22712184,22712694:22713174,22712698:22712809,22714439:22714732,22720546:22720791,22720550:22725026,22723659:22734342,22727658:22737341,22731555:22739671,22731557:22731750,22733592:22744941,22740289:22741198,22743063:22743316,22753642:22755897,22755522:22757456,22757920:22759664,22763326:22765895,22766326:22766593,22771176:22774555,22775280:22779834,22777709:2278210', 'assoc_mat': '22594877:pehd:4200:22596176,22600724:pehd:4200:22604134,22602545:pehd:4200:22612204,22604276:pehd:4200:22609340,22610907:pehd:4200:22620992,22613021:pehd:4200:22613234,22614937:pehd:4200:22627380,22617412:pehd:4200:22630485,22618985:pehd:4200:22630491,22624048:pehd:4200:22630386,22637077:pehd:4200:22637392,22637083:pehd:4200:22637530,22637332:pehd:4200:22637372,22638529:pehd:4200:22639218,22641845:pehd:4200:22643597,22641850:pehd:4200:22642119,22642864:pehd:4200:22644334,22642868:pehd:4200:22644425,22644529:pehd:4200:22646705,22645330:pehd:4200:22645470,22646001:pehd:4200:22646069,22647187:pehd:4200:22648109,22647191:pehd:4200:22647332,22662912:pehd:4200:22663890,22666514:pehd:4200:22667653,22669908:pehd:4200:22684090,22675367:pehd:4200:22676965,22675368:pehd:4200:22677089,22675371:pehd:4200:22677191,22675372:pehd:4200:22685652,22681463:pehd:4200:22686637,22687091:pehd:4200:22695629,22694868:pehd:4200:22696539,22694885:pehd:4200:22695684,22696946:pehd:4200:22699547,22708747:pehd:4200:22711332,22711988:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006344261748773101, 'nb_photo': 1426, 'list_port_cont': '22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22918036,22922669,23003104,23013068,23064861,23107219,23232704,23266790,23329544,23332001,23339681,23345489,23373438,23385227,23412752,23447117,23487904,23488211,24464499,24464547,24464796,24465236,24465266,24465383,2446540', 'assoc_port': '22593609:22593863,22594876:22595974,22600723:22601214,22603046:22603323,22604278:22604591,22607576:22617552,22607578:22607903,22609802:22610161,22610903:22611927,22610905:22611815,22610908:22611616,22614938:22615322,22614939:22625102,22617410:22617854,22617415:22617931,22618983:22629306,22624049:22624755,22628393:22628723,22637081:22637163,22637331:22637368,22637677:22637787,22639299:22639571,22640873:22641104,22643642:22643914,22645325:22645689,22645329:22645486,22646206:22646299,22647186:22647260,22661875:22662649,22661878:22662571,22662913:22663841,22672696:22672892,22672699:22683921,22675373:22675651,22681465:22682422,22681467:22682307,22681471:22681974,22683204:22684018,22687085:22687957,22687092:22687389,22694882:22695360,22696406:22696682,22696945:22697389,22706230:22706784,22707489:22707789,22711986:22712021,22713013:22713270,22714441:22714694,22719539:22719928,22723676:22724305,22729019:22730606,22729023:22730493,22753645:22754087,22760875:22761220,22766334:22766467,22773720:22774546,22781197:2278194', 'assoc_mat': '22593609:pehd:4209:22593863,22594876:pehd:4209:22595974,22600723:pehd:4209:22601214,22603046:pehd:4209:22603323,22604278:pehd:4209:22604591,22607576:pehd:4209:22617552,22607578:pehd:4209:22607903,22609802:pehd:4209:22610161,22610903:pehd:4209:22611927,22610905:pehd:4209:22611815,22610908:pehd:4209:22611616,22614938:pehd:4209:22615322,22614939:pehd:4209:22625102,22617410:pehd:4209:22617854,22617415:pehd:4209:22617931,22618983:pehd:4209:22629306,22624049:pehd:4209:22624755,22628393:pehd:4209:22628723,22637081:pehd:4209:22637163,22637331:pehd:4209:22637368,22637677:pehd:4209:22637787,22639299:pehd:4209:22639571,22640873:pehd:4209:22641104,22643642:pehd:4209:22643914,22645325:pehd:4209:22645689,22645329:pehd:4209:22645486,22646206:pehd:4209:22646299,22647186:pehd:4209:22647260,22661875:pehd:4209:22662649,22661878:pehd:4209:22662571,22662913:pehd:4209:22663841,22672696:pehd:4209:22672892,22672699:pehd:4209:22683921,22675373:pehd:4209:22675651,22681465:pehd:4209:22682422,22681467:pehd:4209:22682307,22681471:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.6114525880171491, 'nb_photo': 23443, 'list_port_cont': '22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22918122,22920495,22925344,22931806,22950015,2295212', 'assoc_port': '22593607:22594159,22594878:22596091,22596778:22597260,22599779:22600168,22600725:22601224,22602546:22602875,22603047:22603310,22604281:22604570,22604285:22604673,22607577:22607882,22610904:22611748,22613020:22613609,22614941:22615584,22617413:22617917,22618986:22619621,22621389:22621917,22637075:22637236,22637329:22637543,22637675:22637883,22638530:22638901,22639300:22639729,22640875:22641079,22641844:22642208,22641848:22642361,22642866:22643265,22643643:22643867,22644532:22644819,22645996:22646141,22646207:22646329,22646699:22646757,22662916:22664731,22668748:22669215,22669906:22670572,22672697:22672984,22673671:22674162,22676626:22677102,22687084:22687861,22687089:22687537,22694854:22695602,22694855:22695470,22694881:22700567,22696405:22696706,22706232:22706884,22711985:22712132,22712696:22712893,22713825:22714110,22714438:22714713,22714442:22714766,22715865:22716172,22719540:22719977,22720545:22721229,22720552:22721092,22727659:22728544,22729021:22730033,22731512:22732169,22740292:22748174,22743077:2274358', 'assoc_mat': '22593607:pehd:4211:22594159,22594878:pehd:4211:22596091,22596778:pehd:4211:22597260,22599779:pehd:4211:22600168,22600725:pehd:4211:22601224,22602546:pehd:4211:22602875,22603047:pehd:4211:22603310,22604281:pehd:4211:22604570,22604285:pehd:4211:22604673,22607577:pehd:4211:22607882,22610904:pehd:4211:22611748,22613020:pehd:4211:22613609,22614941:pehd:4211:22615584,22617413:pehd:4211:22617917,22618986:pehd:4211:22619621,22621389:pehd:4211:22621917,22637075:pehd:4211:22637236,22637329:pehd:4211:22637543,22637675:pehd:4211:22637883,22638530:pehd:4211:22638901,22639300:pehd:4211:22639729,22640875:pehd:4211:22641079,22641844:pehd:4211:22642208,22641848:pehd:4211:22642361,22642866:pehd:4211:22643265,22643643:pehd:4211:22643867,22644532:pehd:4211:22644819,22645996:pehd:4211:22646141,22646207:pehd:4211:22646329,22646699:pehd:4211:22646757,22662916:pehd:4211:22664731,22668748:pehd:4211:22669215,22669906:pehd:4211:22670572,22672697:pehd:4211:22672984,22673671:pehd:4211:22674162,22676626:pehd:4211:22677102,22687084:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007592009767926527, 'nb_photo': 19, 'list_port_cont': '22770703,22882925,22883779,22886534,22897002,22901073,22909346,23439954,23504171,24472609', 'assoc_port': '22769206:22770703,22879242:22883779,22881746:22882925,22882937:22886534,22889833:22901073,22894326:22897002,22894331:22909346,23331057:23439954,23503088:23504171,24463733:24472609', 'assoc_mat': '22769206:pehd:3327:22770703,22879242:pehd:3327:22883779,22881746:pehd:3327:22882925,22882937:pehd:3327:22886534,22889833:pehd:3327:22901073,22894326:pehd:3327:22897002,22894331:pehd:3327:22909346,23331057:pehd:3327:23439954,23503088:pehd:3327:23504171,24463733:pehd:3327:24472609'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005093379644017445, 'nb_photo': 32, 'list_port_cont': '22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,23063949,23091291,23165111,23174301,23439265,23450978,23477014,23509922,23513855,24491621,24558666,24560244,24569354,24569771', 'assoc_port': '22602549:22602565,22637674:22637873,22666515:22667706,22693033:22698568,22713819:22718095,22727668:22737393,22793928:22794046,22835476:22845278,22857008:22863341,23019441:23063949,23064326:23091291,23112649:23165111,23127851:23174301,23328664:23439265,23370198:23450978,23370901:23477014,23408683:23513855,23487313:23509922,24463520:24491621,24513246:24569354,24513454:24569771,24514184:24560244,24514432:24558666', 'assoc_mat': '22602549:pet_clair:4205:22602565,22637674:pet_clair:4205:22637873,22666515:pet_clair:4205:22667706,22693033:pet_clair:4205:22698568,22713819:pet_clair:4205:22718095,22727668:pet_clair:4205:22737393,22793928:pet_clair:4205:22794046,22835476:pet_clair:4205:22845278,22857008:pet_clair:4205:22863341,23019441:pet_clair:4205:23063949,23064326:pet_clair:4205:23091291,23112649:pet_clair:4205:23165111,23127851:pet_clair:4205:23174301,23328664:pet_clair:4205:23439265,23370198:pet_clair:4205:23450978,23370901:pet_clair:4205:23477014,23408683:pet_clair:4205:23513855,23487313:pet_clair:4205:23509922,24463520:pet_clair:4205:24491621,24513246:pet_clair:4205:24569354,24513454:pet_clair:4205:24569771,24514184:pet_clair:4205:24560244,24514432:pet_clair:4205:24558666'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00027245159577622533, 'nb_photo': 22, 'list_port_cont': '22645966,22687234,22720102,22864771,22990628,23411314,23506532,24490061,24490253,24491580,24557480,24560323,24565077,24576602', 'assoc_port': '22645327:22645966,22683214:22687234,22715864:22720102,22861704:22864771,22963267:22990628,23386645:23506532,23411038:23411314,24463929:24491580,24464038:24490253,24464111:24490061,24513076:24565077,24513862:24560323,24514605:24576602,24514753:24557480', 'assoc_mat': '22645327:pet_clair:4203:22645966,22683214:pet_clair:4203:22687234,22715864:pet_clair:4203:22720102,22861704:pet_clair:4203:22864771,22963267:pet_clair:4203:22990628,23386645:pet_clair:4203:23506532,23411038:pet_clair:4203:23411314,24463929:pet_clair:4203:24491580,24464038:pet_clair:4203:24490253,24464111:pet_clair:4203:24490061,24513076:pet_clair:4203:24565077,24513862:pet_clair:4203:24560323,24514605:pet_clair:4203:24576602,24514753:pet_clair:4203:24557480'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020399864688660937, 'nb_photo': 31, 'list_port_cont': '22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22951988,22982945,23126231,23398684,23447367,23475345,23491501,23504063,23504392,23510475,24464716,24555485,24557582,24560283,24560771,24560966,24561402', 'assoc_port': '22613019:22613363,22645328:22645623,22662911:22663961,22669905:22670061,22675369:22675643,22712695:22712715,22720553:22721295,22731509:22733459,22733593:22733977,22927533:22928145,22931349:22931725,22951590:22951988,22982645:22982945,23124145:23126231,23367732:23510475,23388510:23504063,23398529:23398684,23415991:23475345,23446972:23447367,23487139:23491501,23503944:23504392,24464128:24464716,24512565:24560771,24513512:24560966,24513561:24561402,24513570:24560283,24514629:24557582,24514903:24555485', 'assoc_mat': '22613019:pet_clair:4207:22613363,22645328:pet_clair:4207:22645623,22662911:pet_clair:4207:22663961,22669905:pet_clair:4207:22670061,22675369:pet_clair:4207:22675643,22712695:pet_clair:4207:22712715,22720553:pet_clair:4207:22721295,22731509:pet_clair:4207:22733459,22733593:pet_clair:4207:22733977,22927533:pet_clair:4207:22928145,22931349:pet_clair:4207:22931725,22951590:pet_clair:4207:22951988,22982645:pet_clair:4207:22982945,23124145:pet_clair:4207:23126231,23367732:pet_clair:4207:23510475,23388510:pet_clair:4207:23504063,23398529:pet_clair:4207:23398684,23415991:pet_clair:4207:23475345,23446972:pet_clair:4207:23447367,23487139:pet_clair:4207:23491501,23503944:pet_clair:4207:23504392,24464128:pet_clair:4207:24464716,24512565:pet_clair:4207:24560771,24513512:pet_clair:4207:24560966,24513561:pet_clair:4207:24561402,24513570:pet_clair:4207:24560283,24514629:pet_clair:4207:24557582,24514903:pet_clair:4207:24555485'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0022809320641971604, 'nb_photo': 3, 'list_port_cont': '22684127,22696622,24559326', 'assoc_port': '22683217:22684127,22696409:22696622,24513283:24559326', 'assoc_mat': '22683217:pet_clair:4461:22684127,22696409:pet_clair:4461:22696622,24513283:pet_clair:4461:24559326'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.05754028708197191, 'nb_photo': 547, 'list_port_cont': '23158242,23158485,23176751,23255844,23346174,23352112', 'assoc_port': '23157188:23158485,23157192:23158242,23176167:23176751,23254131:23255844,23344698:23346174,23351475:23352112', 'assoc_mat': '23157188:pet_clair:3594:23158485,23157192:pet_clair:3594:23158242,23176167:pet_clair:3594:23176751,23254131:pet_clair:3594:23255844,23344698:pet_clair:3594:23346174,23351475:pet_clair:3594:23352112'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01947754257367523, 'nb_photo': 448, 'list_port_cont': '22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22919984,22985781,23077572,23089618,23091842,23393275,23447609,23505610,23505894,23506148,23507114,23510916,23514772,23515094,23516197,23517618,24464316,24464744,24465032,24465510,24466206,24466705,24467260,24467804,24468182,24468947,24470437,24470719,24470913,24472110,24472445,24473339,24473583,24474171,24474459,24475168,24476202,24476441,24477330,24478603,24479548,24480120,24480196,24481255,24481424,24481951,24482857,24488734,24489293,24489606,24489663,24489889,24513416,24513779,2451413', 'assoc_port': '22600724:22604123,22602545:22612207,22604276:22609343,22610907:22620994,22617412:22630473,22618985:22630493,22637077:22637402,22641845:22643598,22641850:22642112,22642864:22644342,22642868:22644423,22646001:22646059,22647187:22648095,22647191:22647325,22662914:22664081,22666514:22667660,22669908:22684092,22675368:22677091,22681463:22686636,22694868:22696540,22708747:22711338,22712694:22713167,22714439:22714726,22720546:22720787,22720550:22725036,22727658:22737339,22731555:22739662,22733592:22744948,22743063:22743327,22753642:22755900,22757920:22759673,22763326:22765908,22766326:22766585,22771176:22774560,22775280:22779835,22777728:22782649,22781200:22786745,22816846:22817115,22820053:22831476,22820054:22824756,22828629:22856024,22835474:22847927,22843811:22847469,22851169:22851397,22861706:22864919,22861970:22862208,22862477:22862714,22862864:22863011,22863281:22865882,22863285:22865909,22864376:22865829,22876400:22877975,22876404:22878463,22880133:22909455,22880138:22908162,22882321:22882457,22885094:2288891', 'assoc_mat': '22600724:pet_clair:4200:22604123,22602545:pet_clair:4200:22612207,22604276:pet_clair:4200:22609343,22610907:pet_clair:4200:22620994,22617412:pet_clair:4200:22630473,22618985:pet_clair:4200:22630493,22637077:pet_clair:4200:22637402,22641845:pet_clair:4200:22643598,22641850:pet_clair:4200:22642112,22642864:pet_clair:4200:22644342,22642868:pet_clair:4200:22644423,22646001:pet_clair:4200:22646059,22647187:pet_clair:4200:22648095,22647191:pet_clair:4200:22647325,22662914:pet_clair:4200:22664081,22666514:pet_clair:4200:22667660,22669908:pet_clair:4200:22684092,22675368:pet_clair:4200:22677091,22681463:pet_clair:4200:22686636,22694868:pet_clair:4200:22696540,22708747:pet_clair:4200:22711338,22712694:pet_clair:4200:22713167,22714439:pet_clair:4200:22714726,22720546:pet_clair:4200:22720787,22720550:pet_clair:4200:22725036,22727658:pet_clair:4200:22737339,22731555:pet_clair:4200:22739662,22733592:pet_clair:4200:22744948,22743063:pet_clair:4200:22743327,22753642:pet_clair:4200:22755900,22757920:pet_clair:4200:22759673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0357605165597135, 'nb_photo': 59, 'list_port_cont': '22949099,23074691', 'assoc_port': '22948162:22949099,23073358:23074691', 'assoc_mat': '22948162:pet_clair:3594:22949099,23073358:pet_clair:3594:23074691'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012769097854848945, 'nb_photo': 91, 'list_port_cont': '22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114,23488212,24465228,24465272,24465750,24466689,24469798,24471953,24472438,24472494,24473137,24475011,24475182,24514900,24514924,24548234,24548330,24549263,24549689,24550585,24551666,24552594,24552693,24553071,24555674,24555701,24556445,24556665,24556744,24557243,24557498,24557695,24558150,24558212', 'assoc_port': '22603046:22603327,22617415:22617926,22637677:22637788,22639299:22639579,22643642:22643919,22645329:22645479,22647186:22647258,22672699:22683916,22714441:22714688,22760875:22761206,23002556:23003114,23487129:23488212,24463498:24471953,24463574:24475011,24463737:24475182,24463740:24472494,24463746:24472438,24463758:24465272,24463915:24473137,24463940:24469798,24463984:24466689,24464132:24465750,24464169:24465228,24512890:24557695,24512897:24557498,24512972:24558150,24513003:24558212,24513074:24556744,24513125:24556665,24513181:24556445,24513575:24555701,24513629:24555674,24513843:24553071,24513845:24514900,24513888:24552594,24513904:24552693,24514106:24551666,24514291:24514924,24514314:24550585,24514377:24549689,24514482:24549263,24514490:24548330,24514499:24557243,24514536:24548234', 'assoc_mat': '22603046:pet_clair:4209:22603327,22617415:pet_clair:4209:22617926,22637677:pet_clair:4209:22637788,22639299:pet_clair:4209:22639579,22643642:pet_clair:4209:22643919,22645329:pet_clair:4209:22645479,22647186:pet_clair:4209:22647258,22672699:pet_clair:4209:22683916,22714441:pet_clair:4209:22714688,22760875:pet_clair:4209:22761206,23002556:pet_clair:4209:23003114,23487129:pet_clair:4209:23488212,24463498:pet_clair:4209:24471953,24463574:pet_clair:4209:24475011,24463737:pet_clair:4209:24475182,24463740:pet_clair:4209:24472494,24463746:pet_clair:4209:24472438,24463758:pet_clair:4209:24465272,24463915:pet_clair:4209:24473137,24463940:pet_clair:4209:24469798,24463984:pet_clair:4209:24466689,24464132:pet_clair:4209:24465750,24464169:pet_clair:4209:24465228,24512890:pet_clair:4209:24557695,24512897:pet_clair:4209:24557498,24512972:pet_clair:4209:24558150,24513003:pet_clair:4209:24558212,24513074:pet_clair:4209:24556744,24513125:pet_clair:4209:24556665,24513181:pet_clair:4209:24556445,24513575:pet_clair:4209:24555701,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009250233964923838, 'nb_photo': 230, 'list_port_cont': '22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22925339,22950013,22952115,22963772,22980139,22980596,22981053,22984677,23003348,23004200,23026227,23049992,23057129,23057222,23062859,23064961,23065097,23080023,23107567,23111793,23116944,23123405,23143813,23170761,23176788,23179368,23181649,23255616,23267409,23343520,23346783,23368438,23368455,23371924,23372237,23375890,23376027,23379249,23379586,23383920,23384013,23388983,23391757,23413732,23416499,23419415,23420924,23446719,23489830,23490673,23493290,23499495,23504463,23504489,23505525,24464899,24464934,24465431,24466242,24467319,24467449,24468532,24468888,24475679,24486932,24514548,24515206,24515637,24516295,24536905,24537389,24538044,24538147,24538426,24539609,24542982,2454416', 'assoc_port': '22604281:22604575,22607577:22607878,22614941:22615572,22637329:22637557,22638530:22638906,22639300:22639733,22644532:22644816,22645996:22646131,22662916:22664736,22687084:22687864,22687089:22687528,22694855:22695475,22694881:22700577,22711985:22712130,22712696:22712896,22714438:22714719,22731512:22732170,22743077:22743584,22753646:22754157,22755526:22763731,22757922:22758677,22760879:22761613,22771177:22771946,22777727:22778215,22817778:22818582,22817779:22824449,22823155:22832007,22823158:22823252,22828632:22829501,22831636:22832266,22856657:22856880,22859468:22859602,22862860:22863059,22876408:22881983,22881751:22882012,22895715:22895842,22911179:22911752,22925008:22925339,22949537:22950013,22951588:22952115,22963274:22963772,22970360:22980596,22979631:22980139,22980678:22981053,22984207:22984677,23002550:23003348,23003834:23004200,23025701:23026227,23049123:23049992,23056316:23057222,23056332:23057129,23062404:23062859,23064320:23065097,23064325:23064961,23079431:23080023,23106799:23107567,23110961:2311179', 'assoc_mat': '22604281:pet_clair:4211:22604575,22607577:pet_clair:4211:22607878,22614941:pet_clair:4211:22615572,22637329:pet_clair:4211:22637557,22638530:pet_clair:4211:22638906,22639300:pet_clair:4211:22639733,22644532:pet_clair:4211:22644816,22645996:pet_clair:4211:22646131,22662916:pet_clair:4211:22664736,22687084:pet_clair:4211:22687864,22687089:pet_clair:4211:22687528,22694855:pet_clair:4211:22695475,22694881:pet_clair:4211:22700577,22711985:pet_clair:4211:22712130,22712696:pet_clair:4211:22712896,22714438:pet_clair:4211:22714719,22731512:pet_clair:4211:22732170,22743077:pet_clair:4211:22743584,22753646:pet_clair:4211:22754157,22755526:pet_clair:4211:22763731,22757922:pet_clair:4211:22758677,22760879:pet_clair:4211:22761613,22771177:pet_clair:4211:22771946,22777727:pet_clair:4211:22778215,22817778:pet_clair:4211:22818582,22817779:pet_clair:4211:22824449,22823155:pet_clair:4211:22832007,22823158:pet_clair:4211:22823252,22828632:pet_clair:4211:22829501,22831636:pet_clair:4211:22832266,22856657:pet_clair:4211:22856880,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840871746849069, 'nb_photo': 112957, 'list_port_cont': '22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915916,22916135,22917768,22926573,22929967,22930600,2293638', 'assoc_port': '22591583:22592632,22593608:22594926,22596779:22607305,22599781:22600787,22600763:22601569,22602548:22602958,22604279:22605087,22609800:22612831,22609829:22610539,22613018:22628995,22613022:22614565,22614960:22616479,22617414:22618162,22618982:22619852,22621388:22622121,22628388:22629266,22637076:22639827,22637080:22637341,22637327:22637600,22637670:22637997,22639297:22639890,22641849:22642916,22642867:22643281,22644513:22646145,22644528:22645411,22644531:22644949,22645997:22647117,22646002:22646171,22646205:22646443,22646698:22646788,22661873:22665258,22662915:22664933,22669904:22670984,22673667:22676628,22675370:22676772,22683207:22688588,22683212:22686162,22687088:22688619,22688510:22689684,22693036:22696665,22694884:22695639,22696404:22696740,22700429:22701201,22706229:22707688,22708744:22711910,22708746:22710401,22711987:22712300,22713822:22714459,22715863:22716644,22715866:22716570,22719541:22720728,22720551:22725022,22720556:22721550,22727679:22728835,22729016:22731562,22731513:22732985,22733591:2273549', 'assoc_mat': '22591583:pet_clair:3327:22592632,22593608:pet_clair:3327:22594926,22596779:pet_clair:3327:22607305,22599781:pet_clair:3327:22600787,22600763:pet_clair:3327:22601569,22602548:pet_clair:3327:22602958,22604279:pet_clair:3327:22605087,22609800:pet_clair:3327:22612831,22609829:pet_clair:3327:22610539,22613018:pet_clair:3327:22628995,22613022:pet_clair:3327:22614565,22614960:pet_clair:3327:22616479,22617414:pet_clair:3327:22618162,22618982:pet_clair:3327:22619852,22621388:pet_clair:3327:22622121,22628388:pet_clair:3327:22629266,22637076:pet_clair:3327:22639827,22637080:pet_clair:3327:22637341,22637327:pet_clair:3327:22637600,22637670:pet_clair:3327:22637997,22639297:pet_clair:3327:22639890,22641849:pet_clair:3327:22642916,22642867:pet_clair:3327:22643281,22644513:pet_clair:3327:22646145,22644528:pet_clair:3327:22645411,22644531:pet_clair:3327:22644949,22645997:pet_clair:3327:22647117,22646002:pet_clair:3327:22646171,22646205:pet_clair:3327:22646443,22646698:pet_clair:3327:22646788,22661873:pet_clair:3327:22665258,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006893087656621974, 'nb_photo': 1, 'list_port_cont': '23185149', 'assoc_port': '23161553:23185149', 'assoc_mat': '23161553:pet_fonce:4205:23185149'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0020106647884585234, 'nb_photo': 30, 'list_port_cont': '23158232,23158481,23176750,23255851,23346166,23352104', 'assoc_port': '23157188:23158481,23157192:23158232,23176167:23176750,23254131:23255851,23344698:23346166,23351475:23352104', 'assoc_mat': '23157188:pet_fonce:3594:23158481,23157192:pet_fonce:3594:23158232,23176167:pet_fonce:3594:23176750,23254131:pet_fonce:3594:23255851,23344698:pet_fonce:3594:23346166,23351475:pet_fonce:3594:23352104'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001036520282057133, 'nb_photo': 2, 'list_port_cont': '22712802,22714737', 'assoc_port': '22712698:22712802,22714439:22714737', 'assoc_mat': '22712698:pet_fonce:4200:22712802,22714439:pet_fonce:4200:22714737'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0007338969145328453, 'nb_photo': 6, 'list_port_cont': '22949102,23074696', 'assoc_port': '22948162:22949102,23073358:23074696', 'assoc_mat': '22948162:pet_fonce:3594:22949102,23073358:pet_fonce:3594:23074696'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000284593720355617, 'nb_photo': 2, 'list_port_cont': '22832969,24550584', 'assoc_port': '22832671:22832969,24514314:24550584', 'assoc_mat': '22832671:pet_fonce:4209:22832969,24514314:pet_fonce:4209:24550584'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0001804903251725152, 'nb_photo': 5, 'list_port_cont': '22637896,22646137,22712886,22823526,22859613', 'assoc_port': '22637675:22637896,22645996:22646137,22712696:22712886,22823124:22823526,22859468:22859613', 'assoc_mat': '22637675:pet_fonce:4211:22637896,22645996:pet_fonce:4211:22646137,22712696:pet_fonce:4211:22712886,22823124:pet_fonce:4211:22823526,22859468:pet_fonce:4211:22859613'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00472492583209009, 'nb_photo': 18, 'list_port_cont': '22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183,23267033,23448061,23483400,23504177,23509647,23514327,23516865,24475136,24515783', 'assoc_port': '22591583:22592625,22687088:22688623,22838934:22840247,22840148:22840683,22861705:22861863,22876410:22888287,22889833:22901071,23052752:23055183,23266263:23267033,23370986:23483400,23393128:23509647,23411036:23514327,23425107:23516865,23446973:23448061,23503088:23504177,24463981:24475136,24513252:24515783', 'assoc_mat': '22591583:pet_fonce:3327:22592625,22687088:pet_fonce:3327:22688623,22838934:pet_fonce:3327:22840247,22840148:pet_fonce:3327:22840683,22861705:pet_fonce:3327:22861863,22876410:pet_fonce:3327:22888287,22889833:pet_fonce:3327:22901071,23052752:pet_fonce:3327:23055183,23266263:pet_fonce:3327:23267033,23370986:pet_fonce:3327:23483400,23393128:pet_fonce:3327:23509647,23411036:pet_fonce:3327:23514327,23425107:pet_fonce:3327:23516865,23446973:pet_fonce:3327:23448061,23503088:pet_fonce:3327:23504177,24463981:pet_fonce:3327:24475136,24513252:pet_fonce:3327:24515783'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0023061706827960894, 'nb_photo': 4, 'list_port_cont': '22645196,22737389,22925834,23185153', 'assoc_port': '22643641:22645196,22727668:22737389,22917826:22925834,23161553:23185153', 'assoc_mat': '22643641:pet_opaque:4205:22645196,22727668:pet_opaque:4205:22737389,22917826:pet_opaque:4205:22925834,23161553:pet_opaque:4205:23185153'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 7.147902697819055e-05, 'nb_photo': 9, 'list_port_cont': '22671021,22738377,22862345,23008510,23505169,24490062', 'assoc_port': '22668747:22671021,22727698:22738377,22858837:22862345,23002549:23008510,23499045:23505169,24464111:24490062', 'assoc_mat': '22668747:pet_opaque:4203:22671021,22727698:pet_opaque:4203:22738377,22858837:pet_opaque:4203:22862345,23002549:pet_opaque:4203:23008510,23499045:pet_opaque:4203:23505169,24464111:pet_opaque:4203:24490062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004013387529738531, 'nb_photo': 10, 'list_port_cont': '22761338,22777160,22820508,22879883,23088883,23257378,24559376,24564461,24572343,24576422', 'assoc_port': '22760878:22761338,22773717:22777160,22820052:22820508,22879238:22879883,23052742:23088883,23254135:23257378,24512916:24564461,24514060:24572343,24514183:24559376,24514566:24576422', 'assoc_mat': '22760878:pet_opaque:4207:22761338,22773717:pet_opaque:4207:22777160,22820052:pet_opaque:4207:22820508,22879238:pet_opaque:4207:22879883,23052742:pet_opaque:4207:23088883,23254135:pet_opaque:4207:23257378,24512916:pet_opaque:4207:24564461,24514060:pet_opaque:4207:24572343,24514183:pet_opaque:4207:24559376,24514566:pet_opaque:4207:24576422'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035093362094845934, 'nb_photo': 19, 'list_port_cont': '22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928,23489146,24472866,24552941,24554407', 'assoc_port': '22599782:22600149,22614959:22615429,22683217:22684134,22696409:22696633,22720549:22721113,22723677:22724476,22766335:22766482,22771175:22771645,22782355:22782747,22817782:22824305,22861969:22862102,22891520:22891688,23052751:23053928,23488630:23489146,24463925:24472866,24514084:24552941,24514491:24554407', 'assoc_mat': '22599782:pet_opaque:4461:22600149,22614959:pet_opaque:4461:22615429,22683217:pet_opaque:4461:22684134,22696409:pet_opaque:4461:22696633,22720549:pet_opaque:4461:22721113,22723677:pet_opaque:4461:22724476,22766335:pet_opaque:4461:22766482,22771175:pet_opaque:4461:22771645,22782355:pet_opaque:4461:22782747,22817782:pet_opaque:4461:22824305,22861969:pet_opaque:4461:22862102,22891520:pet_opaque:4461:22891688,23052751:pet_opaque:4461:23053928,23488630:pet_opaque:4461:23489146,24463925:pet_opaque:4461:24472866,24514084:pet_opaque:4461:24552941,24514491:pet_opaque:4461:24554407'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002277339830006982, 'nb_photo': 365, 'list_port_cont': '22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22918150,22919985,22926528,22997863,23089623,23091835,23393276,23447604,23504426,23505888,23507109,23507164,23507522,23510908,23514768,23515097,23516184,23517621,23525034,24464311,24465026,24467795,24468185,24469179,24470434,24470720,24472111,24472453,24473330,24473605,24474173,24475162,24476206,24476439,24477325,24478614,24479550,2448013', 'assoc_port': '22594877:22596181,22600724:22604135,22602545:22612200,22604276:22609335,22610907:22620997,22613021:22613228,22617412:22630474,22618985:22630497,22624048:22630379,22637077:22637391,22637083:22637527,22637332:22637380,22638529:22639216,22641850:22642108,22642868:22644424,22644529:22646701,22645330:22645467,22646001:22646062,22647191:22647336,22662912:22663885,22666514:22667663,22675367:22676952,22675368:22677099,22675371:22677199,22675372:22685644,22681463:22686628,22687091:22695626,22694868:22696550,22694885:22695677,22696946:22699552,22708747:22711342,22711988:22712180,22714439:22714736,22720546:22720788,22723659:22734343,22727658:22737345,22731555:22739666,22731557:22731751,22733592:22744945,22743063:22743320,22755522:22757466,22763326:22765903,22766326:22766589,22771176:22774563,22775280:22779825,22777728:22782652,22781200:22786747,22793931:22794085,22816846:22817103,22820053:22831477,22823153:22823595,22828630:22839670,22828631:22839831,22831633:22841180,22835474:22847931,22838962:22839176,22841695:2284201', 'assoc_mat': '22594877:pet_opaque:4200:22596181,22600724:pet_opaque:4200:22604135,22602545:pet_opaque:4200:22612200,22604276:pet_opaque:4200:22609335,22610907:pet_opaque:4200:22620997,22613021:pet_opaque:4200:22613228,22617412:pet_opaque:4200:22630474,22618985:pet_opaque:4200:22630497,22624048:pet_opaque:4200:22630379,22637077:pet_opaque:4200:22637391,22637083:pet_opaque:4200:22637527,22637332:pet_opaque:4200:22637380,22638529:pet_opaque:4200:22639216,22641850:pet_opaque:4200:22642108,22642868:pet_opaque:4200:22644424,22644529:pet_opaque:4200:22646701,22645330:pet_opaque:4200:22645467,22646001:pet_opaque:4200:22646062,22647191:pet_opaque:4200:22647336,22662912:pet_opaque:4200:22663885,22666514:pet_opaque:4200:22667663,22675367:pet_opaque:4200:22676952,22675368:pet_opaque:4200:22677099,22675371:pet_opaque:4200:22677199,22675372:pet_opaque:4200:22685644,22681463:pet_opaque:4200:22686628,22687091:pet_opaque:4200:22695626,22694868:pet_opaque:4200:22696550,22694885:pet_opaque:4200:22695677,22696946:pet_opaque:4200:22699552,2270'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001530802914418798, 'nb_photo': 19, 'list_port_cont': '22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371,23373435,24465397,24544784,24552701,24553602,24553789,24556435', 'assoc_port': '22645329:22645471,22662913:22663838,22672699:22683914,22781197:22781952,22782354:22792001,22823127:22823273,22831634:22831915,22832671:22832961,22863667:22863825,22880119:22880371,23370912:23373435,24464181:24465397,24513181:24556435,24513904:24552701,24514051:24553789,24514109:24553602,24514533:24544784', 'assoc_mat': '22645329:pet_opaque:4209:22645471,22662913:pet_opaque:4209:22663838,22672699:pet_opaque:4209:22683914,22781197:pet_opaque:4209:22781952,22782354:pet_opaque:4209:22792001,22823127:pet_opaque:4209:22823273,22831634:pet_opaque:4209:22831915,22832671:pet_opaque:4209:22832961,22863667:pet_opaque:4209:22863825,22880119:pet_opaque:4209:22880371,23370912:pet_opaque:4209:23373435,24464181:pet_opaque:4209:24465397,24513181:pet_opaque:4209:24556435,24513904:pet_opaque:4209:24552701,24514051:pet_opaque:4209:24553789,24514109:pet_opaque:4209:24553602,24514533:pet_opaque:4209:24544784'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002641290290909307, 'nb_photo': 228, 'list_port_cont': '22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22910359,22911750,22914570,22915519,22915989,22918135,22925340,22931811,22952125,22960974,22980132,22980601,22981056,23003353,23011089,23057124,23062867,23068271,23141903,23143801,23170763,23179363,23180497,23181270,23181652,23188111,23255618,23333701,23341652,23343525,23346788,23356793,23368437,23371244,23375884,23379243,23380022,23384003,23388994,23409031,23413736,23423194,23446720,23488132,23489836,23490699,23494489,23495252,23498598,24465428,24467314,24467385,24467451,24468541,2446889', 'assoc_port': '22594878:22596104,22596778:22597256,22599779:22600167,22602546:22602881,22604285:22604696,22613020:22613606,22617413:22617921,22618986:22619611,22637075:22637225,22637329:22637544,22637675:22637886,22639300:22639730,22642866:22643266,22643643:22643857,22645996:22646128,22646207:22646319,22662916:22664726,22676626:22677111,22687084:22687860,22687089:22687538,22694855:22695469,22706232:22706890,22714438:22714705,22714442:22714757,22715865:22716157,22719540:22719975,22720552:22721100,22740292:22748167,22753643:22754209,22753646:22754155,22755526:22763732,22757922:22758669,22760879:22761619,22771177:22771936,22777727:22778221,22785892:22786473,22817778:22818591,22817779:22824450,22820050:22820552,22828632:22829502,22831636:22832259,22832669:22833293,22835899:22843015,22856657:22856882,22856664:22856851,22858657:22858762,22859468:22859604,22860492:22860801,22862457:22864498,22862860:22863062,22862866:22865030,22876403:22876864,22876408:22881977,22880137:22880517,22882317:22882507,22885097:22885515,22886789:2288767', 'assoc_mat': '22594878:pet_opaque:4211:22596104,22596778:pet_opaque:4211:22597256,22599779:pet_opaque:4211:22600167,22602546:pet_opaque:4211:22602881,22604285:pet_opaque:4211:22604696,22613020:pet_opaque:4211:22613606,22617413:pet_opaque:4211:22617921,22618986:pet_opaque:4211:22619611,22637075:pet_opaque:4211:22637225,22637329:pet_opaque:4211:22637544,22637675:pet_opaque:4211:22637886,22639300:pet_opaque:4211:22639730,22642866:pet_opaque:4211:22643266,22643643:pet_opaque:4211:22643857,22645996:pet_opaque:4211:22646128,22646207:pet_opaque:4211:22646319,22662916:pet_opaque:4211:22664726,22676626:pet_opaque:4211:22677111,22687084:pet_opaque:4211:22687860,22687089:pet_opaque:4211:22687538,22694855:pet_opaque:4211:22695469,22706232:pet_opaque:4211:22706890,22714438:pet_opaque:4211:22714705,22714442:pet_opaque:4211:22714757,22715865:pet_opaque:4211:22716157,22719540:pet_opaque:4211:22719975,22720552:pet_opaque:4211:22721100,22740292:pet_opaque:4211:22748167,22753643:pet_opaque:4211:22754209,22753646:pet_opaque:4211:22754155,2275'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005412725557671378, 'nb_photo': 361, 'list_port_cont': '22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,23014330,23017974,23022457,23022664,23023062,23025787,23032622,23061053,23075852,23094968,23160437,23421543,24464306,24464761,24465190,24465626,24467660,24469966,24470557,24489921,24489980,24490025,24490038,24490051,24490077,24490088,24490094,24490106,24490118,24490185,24490360,24490401,24490420,24490431,24490473,24490520,24490537,24491268,24491274,24513113,24513600,24514581,24556871,24556890,24557107,24557306,24557418,24557432,24557463,24557493,24557564,24557814,24558003,24558014,24558191,24558263,24558519,24558831,24559104,24559204,24559543,24559609,24559637,24559656,24559662,24559975,24560028,24560114,24560432,24560472,24560604,24560680,24560989,24561164,24561208,24561231,24561491,24561672,2456280', 'assoc_port': '22602547:22602574,22609803:22610320,22617409:22620640,22637078:22637220,22637330:22637514,22640871:22641130,22642865:22644522,22644526:22645049,22646208:22646294,22668749:22675048,22681466:22700069,22681469:22700078,22683209:22700014,22688512:22689616,22696408:22696692,22723675:22746297,22743072:22743265,22753644:22754115,22765037:22765977,22773715:22791536,22777704:22779188,22781198:22782016,22817780:22818986,22823123:22823651,22823128:22823339,22828659:22842773,22828661:22828786,22835900:22836459,22840149:22840286,22856656:22856827,22856659:22856812,22858842:22858867,22860493:22860603,22861967:22862077,22863286:22863291,22873139:23014330,22876411:23061053,22880134:23017974,22886792:23075852,22891519:23022457,22893518:23022664,22893523:23023062,22894328:23025787,22920083:23032622,23079432:23094968,23104935:23160437,23279957:23421543,24463443:24491274,24463617:24490185,24463648:24490025,24463665:24489980,24463730:24490537,24463735:24490106,24463755:24490473,24463760:24490401,24463790:24490360,24463827:2449052', 'assoc_mat': '22602547:plastique:3726:22602574,22609803:plastique:3726:22610320,22617409:plastique:3726:22620640,22637078:plastique:3726:22637220,22637330:plastique:3726:22637514,22640871:plastique:3726:22641130,22642865:plastique:3726:22644522,22644526:plastique:3726:22645049,22646208:plastique:3726:22646294,22668749:plastique:3726:22675048,22681466:plastique:3726:22700069,22681469:plastique:3726:22700078,22683209:plastique:3726:22700014,22688512:plastique:3726:22689616,22696408:plastique:3726:22696692,22723675:plastique:3726:22746297,22743072:plastique:3726:22743265,22753644:plastique:3726:22754115,22765037:plastique:3726:22765977,22773715:plastique:3726:22791536,22777704:plastique:3726:22779188,22781198:plastique:3726:22782016,22817780:plastique:3726:22818986,22823123:plastique:3726:22823651,22823128:plastique:3726:22823339,22828659:plastique:3726:22842773,22828661:plastique:3726:22828786,22835900:plastique:3726:22836459,22840149:plastique:3726:22840286,22856656:plastique:3726:22856827,22856659:plastique:3726:22856812,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010570208165580457, 'nb_photo': 1170, 'list_port_cont': '22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,23014328,23017971,23022466,23022670,23023067,23025784,23032625,23075855,23094972,23160432,23421538,24463909,24464302,24464777,24465197,24467654,24469962,24489912,24489990,24489991,24490007,24490026,24490034,24490042,24490071,24490083,24490104,24490116,24490127,24490159,24490207,24490216,24490261,24490359,24490404,24490433,24490476,24490493,24490521,24490541,24490549,24491270,24491273,24513121,24513597,24514596,24515229,24556864,24556897,24556921,24557069,24557106,24557298,24557313,24557424,24557434,24557494,24557739,24557816,24558005,24558009,24558189,24558261,24558449,24558461,24558500,24558528,24558612,24558834,24559107,24559156,24559206,24559542,24559611,24559644,2455965', 'assoc_port': '22602547:22602585,22609803:22610325,22617409:22620633,22637078:22637213,22637330:22637517,22640871:22641132,22642865:22644525,22644526:22645044,22646208:22646287,22668749:22675053,22681466:22700070,22681469:22700077,22683209:22700023,22687083:22687476,22688512:22689622,22696408:22696683,22723675:22746286,22743072:22743268,22753644:22754123,22765037:22765976,22773715:22791537,22777704:22779181,22777726:22778655,22781198:22782018,22813689:22817950,22817780:22818988,22823123:22823655,22823128:22823335,22828659:22842778,22828661:22828781,22835900:22836455,22840149:22840291,22856656:22856830,22856659:22856815,22858842:22858865,22860493:22860612,22861967:22862079,22863286:22863297,22873139:23014328,22880134:23017971,22886792:23075855,22891519:23022466,22893518:23022670,22893523:23023067,22894328:23025784,22920083:23032625,23079432:23094972,23104935:23160432,23279957:23421538,24463443:24491273,24463509:24463909,24463552:24490216,24463564:24490207,24463643:24490159,24463648:24490026,24463665:24489990,24463681:2448999', 'assoc_mat': '22602547:Teint_Dans_La_Masse:3726:22602585,22609803:Teint_Dans_La_Masse:3726:22610325,22617409:Teint_Dans_La_Masse:3726:22620633,22637078:Teint_Dans_La_Masse:3726:22637213,22637330:Teint_Dans_La_Masse:3726:22637517,22640871:Teint_Dans_La_Masse:3726:22641132,22642865:Teint_Dans_La_Masse:3726:22644525,22644526:Teint_Dans_La_Masse:3726:22645044,22646208:Teint_Dans_La_Masse:3726:22646287,22668749:Teint_Dans_La_Masse:3726:22675053,22681466:Teint_Dans_La_Masse:3726:22700070,22681469:Teint_Dans_La_Masse:3726:22700077,22683209:Teint_Dans_La_Masse:3726:22700023,22687083:Teint_Dans_La_Masse:3726:22687476,22688512:Teint_Dans_La_Masse:3726:22689622,22696408:Teint_Dans_La_Masse:3726:22696683,22723675:Teint_Dans_La_Masse:3726:22746286,22743072:Teint_Dans_La_Masse:3726:22743268,22753644:Teint_Dans_La_Masse:3726:22754123,22765037:Teint_Dans_La_Masse:3726:22765976,22773715:Teint_Dans_La_Masse:3726:22791537,22777704:Teint_Dans_La_Masse:3726:22779181,22777726:Teint_Dans_La_Masse:3726:22778655,22781198:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 43055}, 'velours_link': {'flux_dev': 'https://www.fotonower.com/velours/30173738,30173747,30173755,30173766,30173771,30173779,30173788,30173796,30173804,30173812,30173817,30173825?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30173739,30173748,30173756,30173767,30173772,30173780,30173789,30173797,30173805,30173813,30173818,30173826?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pet_clair': 'https://www.fotonower.com/velours/30173740,30173742,30173750,30173758,30173774,30173791,30173799,30173807,30173815,30173820?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173741,30173759,30173760,30173761,30173783,30173828,30173829?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173743,30173751,30173762,30173775,30173784,30173792,30173800,30173808,30173816,30173821?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173744,30173752,30173763,30173769,30173776,30173785,30173793,30173801,30173809,30173822?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173745,30173753,30173764,30173770,30173777,30173782,30173786,30173794,30173802,30173810,30173823?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173746,30173754,30173765,30173778,30173787,30173795,30173803,30173811,30173824?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173749,30173757,30173768,30173773,30173781,30173790,30173798,30173806,30173814,30173819,30173827?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('aluminium', '2025-05', 0.06286875994954752),), (('pet_clair', '2025-05', 0.015040437371051728),), (('film_pedb', '2025-05', 0.25668753050762355),), (('emr', '2025-05', 0.048667114718398664),), (('pehd_pp', '2025-05', 0.05097921411311297),), (('gm', '2025-05', 0.07413570558719307),), (('flux_dev', '2025-05', 0.1953078132554029),), (('ela', '2025-05', 0.035235809956345995),), (('jrm', '2025-05', 0.033846166517650524),)]} 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': ((43055,),), 'unwanted_material_monthly_percentage': ((0.08823835791724856,),), 'material_repartition': (('pet_clair', 3207), ('pehd_pp', 2357), ('film_pedb', 2283), ('emr', 2078), ('flux_dev', 2053), ('gm', 1641), ('jrm', 1325), ('ela', 607), ('aluminium', 362)), 'material_dict': {'pet_clair': 3207, 'pehd_pp': 2357, 'film_pedb': 2283, 'autres': 8066}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 5, 2), 0.10673532115616756, 14), (datetime.date(2025, 5, 3), 0.10462730193993124, 17), (datetime.date(2025, 5, 5), 0.09598343831712897, 15), (datetime.date(2025, 5, 6), 0.1016797005446997, 8), (datetime.date(2025, 5, 7), 0.1117773589895703, 11), (datetime.date(2025, 5, 9), 0.10195323413651206, 18), (datetime.date(2025, 5, 10), 0.10808308097880841, 17), (datetime.date(2025, 5, 12), 0.09848440647192144, 13), (datetime.date(2025, 5, 13), 0.086918563352116, 23), (datetime.date(2025, 5, 14), 0.09224042109652812, 6), (datetime.date(2025, 5, 15), 0.08385838861557736, 20), (datetime.date(2025, 5, 16), 0.0810494732686256, 15), (datetime.date(2025, 5, 19), 0.07941516980825686, 7), (datetime.date(2025, 5, 20), 0.0787194210311741, 38), (datetime.date(2025, 5, 21), 0.06085039619304906, 20), (datetime.date(2025, 5, 22), 0.07565452045539886, 24), (datetime.date(2025, 5, 23), 0.0681783376902154, 24), (datetime.date(2025, 5, 24), 0.07394346873879608, 23), (datetime.date(2025, 5, 26), 0.07825722905212198, 25), (datetime.date(2025, 5, 27), 0.0783061228471122, 35), (datetime.date(2025, 5, 28), 0.07715380660505879, 26), (datetime.date(2025, 5, 30), 0.07956189995213037, 15), (datetime.date(2025, 5, 31), 0.0763484421309583, 32)), 'impurety_average_data_per_hashtag': {'aluminium': ((datetime.date(2025, 5, 2), 0.061310341011663994, 14), (datetime.date(2025, 5, 3), 0.071115316143078, 6), (datetime.date(2025, 5, 5), 0.06671514891418193, 16), (datetime.date(2025, 5, 6), 0.0724892917077486, 18), (datetime.date(2025, 5, 7), 0.06018213331539988, 13), (datetime.date(2025, 5, 9), 0.08427009331888914, 13), (datetime.date(2025, 5, 10), 0.057956941253056324, 12), (datetime.date(2025, 5, 12), 0.07117982852413131, 15), (datetime.date(2025, 5, 13), 0.06594296492481033, 16), (datetime.date(2025, 5, 14), 0.07243823089018489, 14), (datetime.date(2025, 5, 15), 0.06324842424282782, 10), (datetime.date(2025, 5, 16), 0.05599087466296701, 13), (datetime.date(2025, 5, 19), 0.05013716311516844, 17), (datetime.date(2025, 5, 20), 0.0597388693987441, 12), (datetime.date(2025, 5, 22), 0.036277747365457365, 16), (datetime.date(2025, 5, 23), 0.07080651254633641, 15), (datetime.date(2025, 5, 24), 0.03841487806270558, 13), (datetime.date(2025, 5, 26), 0.08101649991979078, 16), (datetime.date(2025, 5, 27), 0.06708606361551636, 24), (datetime.date(2025, 5, 28), 0.0410158905321034, 14), (datetime.date(2025, 5, 30), 0.07391282064717192, 14), (datetime.date(2025, 5, 31), 0.053011079703379364, 13)), 'pet_clair': ((datetime.date(2025, 5, 2), 0.009726104598309852, 24), (datetime.date(2025, 5, 3), 0.009193881547081562, 24), (datetime.date(2025, 5, 5), 0.013341672684728677, 29), (datetime.date(2025, 5, 6), 0.018848101985929643, 23), (datetime.date(2025, 5, 7), 0.012283671226029864, 51), (datetime.date(2025, 5, 9), 0.02235234198111919, 51), (datetime.date(2025, 5, 10), 0.018399873295095594, 47), (datetime.date(2025, 5, 12), 0.03704315844986039, 24), (datetime.date(2025, 5, 13), 0.011898097221540487, 23), (datetime.date(2025, 5, 14), 0.013814939866332851, 25), (datetime.date(2025, 5, 15), 0.022900413856452584, 49), (datetime.date(2025, 5, 16), 0.019216764873239176, 24), (datetime.date(2025, 5, 19), 0.009767289360598407, 7), (datetime.date(2025, 5, 20), 0.010454779199998546, 19), (datetime.date(2025, 5, 21), 0.004194595286304076, 20), (datetime.date(2025, 5, 22), 0.012703072491478994, 26), (datetime.date(2025, 5, 23), 0.011229244596374324, 24), (datetime.date(2025, 5, 24), 0.004530737327219905, 23), (datetime.date(2025, 5, 26), 0.012101190009838123, 46), (datetime.date(2025, 5, 27), 0.012643243178398168, 35), (datetime.date(2025, 5, 28), 0.012470295953141215, 21), (datetime.date(2025, 5, 30), 0.0175990923804349, 15), (datetime.date(2025, 5, 31), 0.013707413333094503, 48)), 'film_pedb': ((datetime.date(2025, 5, 2), 0.2174321516630838, 37), (datetime.date(2025, 5, 3), 0.23736840871277823, 31), (datetime.date(2025, 5, 5), 0.2138765038791346, 25), (datetime.date(2025, 5, 6), 0.21993154001237228, 29), (datetime.date(2025, 5, 7), 0.24601087926700557, 41), (datetime.date(2025, 5, 9), 0.19958780420920216, 18), (datetime.date(2025, 5, 10), 0.2034843612250346, 34), (datetime.date(2025, 5, 12), 0.174346869589991, 25), (datetime.date(2025, 5, 13), 0.2618055170815604, 25), (datetime.date(2025, 5, 14), 0.32123050177356627, 38), (datetime.date(2025, 5, 15), 0.3140537656695529, 41), (datetime.date(2025, 5, 16), 0.314190509922129, 15), (datetime.date(2025, 5, 19), 0.25920948325399035, 39), (datetime.date(2025, 5, 20), 0.2686859545117722, 28), (datetime.date(2025, 5, 21), 0.24508566645917823, 21), (datetime.date(2025, 5, 22), 0.2707228997766373, 32), (datetime.date(2025, 5, 23), 0.2796211952533223, 41), (datetime.date(2025, 5, 24), 0.2593443981029084, 36), (datetime.date(2025, 5, 26), 0.2477091953530368, 43), (datetime.date(2025, 5, 27), 0.2623627471009833, 47), (datetime.date(2025, 5, 28), 0.30134252177018167, 31), (datetime.date(2025, 5, 30), 0.3087635126593314, 46), (datetime.date(2025, 5, 31), 0.3115834522492071, 41)), 'emr': ((datetime.date(2025, 5, 2), 0.0504610727073416, 6), (datetime.date(2025, 5, 3), 0.05272377119917799, 17), (datetime.date(2025, 5, 5), 0.05006305587887183, 5), (datetime.date(2025, 5, 6), 0.04840422898640802, 18), (datetime.date(2025, 5, 7), 0.05263158727296362, 11), (datetime.date(2025, 5, 9), 0.05045318606152251, 16), (datetime.date(2025, 5, 10), 0.050572857278874846, 13), (datetime.date(2025, 5, 12), 0.04837215148676794, 7), (datetime.date(2025, 5, 13), 0.047109889027569976, 9), (datetime.date(2025, 5, 14), 0.04715709280394565, 6), (datetime.date(2025, 5, 15), 0.051553364912423766, 24), (datetime.date(2025, 5, 16), 0.04949832541133051, 21), (datetime.date(2025, 5, 19), 0.044477738544743815, 10), (datetime.date(2025, 5, 20), 0.04033968059890932, 9), (datetime.date(2025, 5, 21), 0.07280273949559271, 5), (datetime.date(2025, 5, 22), 0.048704744593926486, 9), (datetime.date(2025, 5, 23), 0.0421809084736443, 12), (datetime.date(2025, 5, 24), 0.03711552688435248, 28), (datetime.date(2025, 5, 26), 0.03756615937742467, 6), (datetime.date(2025, 5, 27), 0.04647226246157548, 6), (datetime.date(2025, 5, 28), 0.052898497465490094, 26), (datetime.date(2025, 5, 30), 0.054011622648982, 6), (datetime.date(2025, 5, 31), 0.050812128489161036, 32)), 'pehd_pp': ((datetime.date(2025, 5, 2), 0.06327898978786892, 25), (datetime.date(2025, 5, 3), 0.0629882582119359, 17), (datetime.date(2025, 5, 5), 0.06180537807123415, 34), (datetime.date(2025, 5, 6), 0.06143199779867349, 23), (datetime.date(2025, 5, 7), 0.0652778246564408, 17), (datetime.date(2025, 5, 9), 0.0723120958519583, 25), (datetime.date(2025, 5, 10), 0.06651840838100286, 22), (datetime.date(2025, 5, 12), 0.06114363316120156, 25), (datetime.date(2025, 5, 13), 0.05569282520451396, 26), (datetime.date(2025, 5, 14), 0.046478246996436386, 21), (datetime.date(2025, 5, 15), 0.048507720751168076, 37), (datetime.date(2025, 5, 16), 0.042245848782516776, 19), (datetime.date(2025, 5, 19), 0.03771614848071739, 23), (datetime.date(2025, 5, 20), 0.038421420945376955, 37), (datetime.date(2025, 5, 21), 0.03343541342177234, 25), (datetime.date(2025, 5, 22), 0.03627816726213427, 27), (datetime.date(2025, 5, 23), 0.03763212937716621, 24), (datetime.date(2025, 5, 24), 0.03912445226524099, 20), (datetime.date(2025, 5, 26), 0.036607654497259313, 25), (datetime.date(2025, 5, 27), 0.04240007519171103, 24), (datetime.date(2025, 5, 28), 0.046103507458068994, 22), (datetime.date(2025, 5, 30), 0.04377137029391014, 26), (datetime.date(2025, 5, 31), 0.04521101538449966, 40)), 'gm': ((datetime.date(2025, 5, 2), 0.08991433286947842, 5), (datetime.date(2025, 5, 3), 0.10262501013786418, 23), (datetime.date(2025, 5, 5), 0.08314502233010838, 15), (datetime.date(2025, 5, 6), 0.0577186633688702, 8), (datetime.date(2025, 5, 7), 0.06695133344230625, 25), (datetime.date(2025, 5, 9), 0.091766845451898, 7), (datetime.date(2025, 5, 10), 0.04969823371854852, 7), (datetime.date(2025, 5, 12), 0.08555815540704917, 24), (datetime.date(2025, 5, 13), 0.07965123475925538, 11), (datetime.date(2025, 5, 14), 0.07122069258990049, 25), (datetime.date(2025, 5, 15), 0.0656126958182859, 7), (datetime.date(2025, 5, 16), 0.07630090240718172, 25), (datetime.date(2025, 5, 19), 0.08443578599697942, 21), (datetime.date(2025, 5, 20), 0.09563251744768944, 6), (datetime.date(2025, 5, 21), 0.060453409685765805, 20), (datetime.date(2025, 5, 22), 0.06140463734203531, 16), (datetime.date(2025, 5, 23), 0.06040093394830087, 28), (datetime.date(2025, 5, 24), 0.1356249401280531, 8), (datetime.date(2025, 5, 26), 0.10811788902121748, 25), (datetime.date(2025, 5, 27), 0.06641145424277595, 21), (datetime.date(2025, 5, 28), 0.055131421982108825, 22), (datetime.date(2025, 5, 30), 0.04842089575981139, 29), (datetime.date(2025, 5, 31), 0.055024713768220344, 27)), 'flux_dev': ((datetime.date(2025, 5, 2), 0.35086219110610584, 37), (datetime.date(2025, 5, 3), 0.37244937956989016, 17), (datetime.date(2025, 5, 5), 0.31882427932209023, 19), (datetime.date(2025, 5, 6), 0.3346407726669126, 18), (datetime.date(2025, 5, 7), 0.38569846381557765, 20), (datetime.date(2025, 5, 9), 0.37847999881032857, 38), (datetime.date(2025, 5, 10), 0.39844966443739277, 17), (datetime.date(2025, 5, 12), 0.3581027997419971, 10), (datetime.date(2025, 5, 13), 0.17490859653298296, 36), (datetime.date(2025, 5, 14), 0.15302686511245892, 37), (datetime.date(2025, 5, 15), 0.10154018523881293, 20), (datetime.date(2025, 5, 16), 0.10396802048169658, 30), (datetime.date(2025, 5, 19), 0.093315022370734, 8), (datetime.date(2025, 5, 20), 0.08394941455317254, 13), (datetime.date(2025, 5, 21), 0.08637673736318328, 20), (datetime.date(2025, 5, 22), 0.0731510101477914, 24), (datetime.date(2025, 5, 23), 0.07343368240075585, 26), (datetime.date(2025, 5, 24), 0.08627267437107415, 21), (datetime.date(2025, 5, 26), 0.07971743760886052, 6), (datetime.date(2025, 5, 27), 0.0783060244633454, 36), (datetime.date(2025, 5, 28), 0.08880136750798913, 40), (datetime.date(2025, 5, 30), 0.0913400546335484, 37), (datetime.date(2025, 5, 31), 0.09281685058868724, 33)), 'ela': ((datetime.date(2025, 5, 2), 0.02563363458426476, 23), (datetime.date(2025, 5, 3), 0.03212955943902011, 24), (datetime.date(2025, 5, 5), 0.031456636507199945, 21), (datetime.date(2025, 5, 6), 0.03231823047810365, 29), (datetime.date(2025, 5, 7), 0.029484713499010096, 25), (datetime.date(2025, 5, 9), 0.026860337846254075, 28), (datetime.date(2025, 5, 10), 0.02188733836863031, 24), (datetime.date(2025, 5, 12), 0.026328723061122578, 23), (datetime.date(2025, 5, 13), 0.0296950476722891, 39), (datetime.date(2025, 5, 14), 0.039463289638976363, 33), (datetime.date(2025, 5, 15), 0.03773091409203794, 29), (datetime.date(2025, 5, 16), 0.03648488702166231, 34), (datetime.date(2025, 5, 19), 0.02153010150079763, 32), (datetime.date(2025, 5, 20), 0.032167696210078395, 38), (datetime.date(2025, 5, 22), 0.04029657827703467, 37), (datetime.date(2025, 5, 23), 0.04167422373426339, 31), (datetime.date(2025, 5, 24), 0.044578832389701194, 29), (datetime.date(2025, 5, 26), 0.04590245855536037, 16), (datetime.date(2025, 5, 27), 0.04564269967428042, 33), (datetime.date(2025, 5, 28), 0.04736960016924344, 23), (datetime.date(2025, 5, 30), 0.05181937155052377, 27), (datetime.date(2025, 5, 31), 0.04948373245306962, 34)), 'jrm': ((datetime.date(2025, 5, 2), 0.029314057502455772, 33), (datetime.date(2025, 5, 3), 0.03666784716435034, 18), (datetime.date(2025, 5, 5), 0.029366595222536783, 80), (datetime.date(2025, 5, 6), 0.04159143053583245, 42), (datetime.date(2025, 5, 7), 0.026769301715581156, 43), (datetime.date(2025, 5, 9), 0.03059503943860347, 20), (datetime.date(2025, 5, 10), 0.031100364895089046, 19), (datetime.date(2025, 5, 12), 0.049404922806211525, 13), (datetime.date(2025, 5, 13), 0.03338755928890429, 6), (datetime.date(2025, 5, 14), 0.026244861895146788, 11), (datetime.date(2025, 5, 15), 0.03126847773026075, 12), (datetime.date(2025, 5, 16), 0.0323661195063804, 20), (datetime.date(2025, 5, 19), 0.028788479055858948, 17), (datetime.date(2025, 5, 20), 0.04164135550299079, 10), (datetime.date(2025, 5, 21), 0.03467350327926388, 10), (datetime.date(2025, 5, 22), 0.0436833743352572, 5), (datetime.date(2025, 5, 23), 0.03130651822644823, 10), (datetime.date(2025, 5, 24), 0.020021930433192687, 20), (datetime.date(2025, 5, 26), 0.031860705048858184, 13), (datetime.date(2025, 5, 27), 0.02947526039312012, 14), (datetime.date(2025, 5, 28), 0.04578298283359978, 22), (datetime.date(2025, 5, 30), 0.02824962708940139, 45), (datetime.date(2025, 5, 31), 0.030897364071969996, 30))}, 'quality_array': [['-5.156814923051551', '02052025'], ['-5.194682390954027', '03052025'], ['-5.155442834094802', '05052025'], ['-5.163588038692264', '06052025'], ['-5.168547670436151', '07052025'], ['-5.1567878937184215', '09052025'], ['-5.128143647659536', '10052025'], ['-5.162672462440655', '12052025'], ['-5.513555611774448', '13052025'], ['-6.045390248454222', '14052025'], ['-6.091689627433866', '15052025'], ['-5.90624828909919', '16052025'], ['-5.760119881213491', '19052025'], ['-5.720572256971074', '20052025'], ['-5.614857895263705', '21052025'], ['-5.735371511259906', '22052025'], ['-5.746811698514803', '23052025'], ['-5.689879301470482', '24052025'], ['-5.737114925113746', '26052025'], ['-5.825895706352379', '27052025'], ['-5.890147654481886', '28052025'], ['-5.919062470130255', '30052025'], ['-5.885567805333332', '31052025']], 'number_of_batch': ((2316,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002583152917675965, 'nb_photo': 50, 'list_port_cont': '23158241,23158480,23176744,23255848,23346169,23352114', 'assoc_port': '23157188:23158480,23157192:23158241,23176167:23176744,23254131:23255848,23344698:23346169,23351475:23352114', 'assoc_mat': '23157188:autre:3594:23158480,23157192:autre:3594:23158241,23176167:autre:3594:23176744,23254131:autre:3594:23255848,23344698:autre:3594:23346169,23351475:autre:3594:23352114'}, {'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0011747021534148825, 'nb_photo': 8, 'list_port_cont': '22949096,23074697', 'assoc_port': '22948162:22949096,23073358:23074697', 'assoc_mat': '22948162:autre:3594:22949096,23073358:autre:3594:23074697'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004781488710768931, 'nb_photo': 866, 'list_port_cont': '22592626,22594930,22600783,22601566,22602966,22605077,22607300,22610540,22612821,22614568,22616488,22618171,22622118,22628985,22629253,22638008,22639829,22639880,22642912,22643283,22644962,22645414,22646154,22646168,22646444,22647109,22664931,22665260,22670974,22676632,22676781,22686171,22688616,22689692,22695645,22701198,22710394,22711913,22712296,22714461,22716567,22716655,22720735,22721542,22725012,22731564,22732974,22735500,22741278,22764373,22765231,22770708,22772548,22782396,22783543,22791666,22791999,22821245,22823557,22830571,22832782,22833543,22838454,22840243,22840675,22846197,22852371,22856904,22858851,22858944,22861852,22862247,22865915,22877108,22882923,22883772,22886527,22888288,22889665,22896318,22898279,22901061,22909347,22915361,22915924,22916137,22917774,22926567,22929979,22930593,22936394,22936544,22938922,22942821,22945221,22981020,22987865,22988218,22994049,22994874,23002081,23009889,23013188,23055181,23055483,23059062,23059748,23065659,23066039,23075741,23078485,23088490,23089962,2309421', 'assoc_port': '22591583:22592626,22593608:22594930,22596779:22607300,22599781:22600783,22600763:22601566,22602548:22602966,22604279:22605077,22609800:22612821,22609829:22610540,22613018:22628985,22613022:22614568,22614960:22616488,22617414:22618171,22621388:22622118,22628388:22629253,22637076:22639829,22637670:22638008,22639297:22639880,22641849:22642912,22642867:22643283,22644513:22646154,22644528:22645414,22644531:22644962,22645997:22647109,22646002:22646168,22646205:22646444,22661873:22665260,22662915:22664931,22669904:22670974,22673667:22676632,22675370:22676781,22683212:22686171,22687088:22688616,22688510:22689692,22694884:22695645,22700429:22701198,22708744:22711913,22708746:22710394,22711987:22712296,22713822:22714461,22715863:22716655,22715866:22716567,22719541:22720735,22720551:22725012,22720556:22721542,22729016:22731564,22731513:22732974,22733591:22735500,22740290:22741278,22763325:22764373,22763328:22765231,22769206:22770708,22771178:22772548,22781196:22791999,22781199:22782396,22782382:22783543,22787160:2279166', 'assoc_mat': '22591583:autre:3327:22592626,22593608:autre:3327:22594930,22596779:autre:3327:22607300,22599781:autre:3327:22600783,22600763:autre:3327:22601566,22602548:autre:3327:22602966,22604279:autre:3327:22605077,22609800:autre:3327:22612821,22609829:autre:3327:22610540,22613018:autre:3327:22628985,22613022:autre:3327:22614568,22614960:autre:3327:22616488,22617414:autre:3327:22618171,22621388:autre:3327:22622118,22628388:autre:3327:22629253,22637076:autre:3327:22639829,22637670:autre:3327:22638008,22639297:autre:3327:22639880,22641849:autre:3327:22642912,22642867:autre:3327:22643283,22644513:autre:3327:22646154,22644528:autre:3327:22645414,22644531:autre:3327:22644962,22645997:autre:3327:22647109,22646002:autre:3327:22646168,22646205:autre:3327:22646444,22661873:autre:3327:22665260,22662915:autre:3327:22664931,22669904:autre:3327:22670974,22673667:autre:3327:22676632,22675370:autre:3327:22676781,22683212:autre:3327:22686171,22687088:autre:3327:22688616,22688510:autre:3327:22689692,22694884:autre:3327:22695645,22700429:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011370719833444549, 'nb_photo': 507, 'list_port_cont': '22602580,22610317,22620638,22637223,22637513,22641127,22644517,22645042,22646297,22675050,22687478,22689623,22696688,22700018,22700061,22700082,22743267,22746295,22754113,22765969,22778651,22779187,22782011,22791530,22817951,22818990,22823338,22823650,22828777,22836462,22840289,22842772,22856811,22856822,22858864,22860611,22862084,22863289,23014331,23017975,23022460,23022675,23023069,23025785,23032617,23075846,23094963,23160442,23421539,24463907,24464294,24464774,24467651,24469961,24489918,24489983,24489996,24490004,24490024,24490039,24490049,24490082,24490103,24490115,24490121,24490221,24490267,24490357,24490409,24490414,24490428,24490482,24490485,24490522,24490529,24490548,24490551,24490611,24491265,24491272,24513123,24515232,24556869,24556892,24556920,24557071,24557113,24557317,24557416,24557430,24557464,24557488,24557745,24557808,24558181,24558270,24558465,24558498,24558518,24558615,24559109,24559154,24559209,24559539,24559612,24559639,24559653,24559666,24559895,24559925,24559979,24560029,24560119,2456033', 'assoc_port': '22602547:22602580,22609803:22610317,22617409:22620638,22637078:22637223,22637330:22637513,22640871:22641127,22642865:22644517,22644526:22645042,22646208:22646297,22668749:22675050,22681466:22700061,22681469:22700082,22683209:22700018,22687083:22687478,22688512:22689623,22696408:22696688,22723675:22746295,22743072:22743267,22753644:22754113,22765037:22765969,22773715:22791530,22777704:22779187,22777726:22778651,22781198:22782011,22813689:22817951,22817780:22818990,22823123:22823650,22823128:22823338,22828659:22842772,22828661:22828777,22835900:22836462,22840149:22840289,22856656:22856822,22856659:22856811,22858842:22858864,22860493:22860611,22861967:22862084,22863286:22863289,22873139:23014331,22880134:23017975,22886792:23075846,22891519:23022460,22893518:23022675,22893523:23023069,22894328:23025785,22920083:23032617,23079432:23094963,23104935:23160442,23279957:23421539,24463443:24491272,24463446:24490611,24463509:24463907,24463552:24490221,24463634:24490529,24463648:24490024,24463665:24489983,24463681:2448999', 'assoc_mat': '22602547:autre_refus:3726:22602580,22609803:autre_refus:3726:22610317,22617409:autre_refus:3726:22620638,22637078:autre_refus:3726:22637223,22637330:autre_refus:3726:22637513,22640871:autre_refus:3726:22641127,22642865:autre_refus:3726:22644517,22644526:autre_refus:3726:22645042,22646208:autre_refus:3726:22646297,22668749:autre_refus:3726:22675050,22681466:autre_refus:3726:22700061,22681469:autre_refus:3726:22700082,22683209:autre_refus:3726:22700018,22687083:autre_refus:3726:22687478,22688512:autre_refus:3726:22689623,22696408:autre_refus:3726:22696688,22723675:autre_refus:3726:22746295,22743072:autre_refus:3726:22743267,22753644:autre_refus:3726:22754113,22765037:autre_refus:3726:22765969,22773715:autre_refus:3726:22791530,22777704:autre_refus:3726:22779187,22777726:autre_refus:3726:22778651,22781198:autre_refus:3726:22782011,22813689:autre_refus:3726:22817951,22817780:autre_refus:3726:22818990,22823123:autre_refus:3726:22823650,22823128:autre_refus:3726:22823338,22828659:autre_refus:3726:22842772,22828661:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00862818966520215, 'nb_photo': 48, 'list_port_cont': '22647107,22714462,22720730,22758747,22764380,22816527,22823548,22833535,22838451,22856916,22882927,22886536,22888283,22896323,22898283,22901068,22916141,22936539,23065662,23095002,23202348,23491695,23506129,23507258,23510324,23511053,23515222,24466385,24517546,24527311', 'assoc_port': '22645997:22647107,22713822:22714462,22719541:22720730,22757919:22758747,22763325:22764380,22814869:22816527,22823156:22823548,22832670:22833535,22835897:22838451,22856660:22856916,22876410:22888283,22881746:22882927,22882937:22886536,22889833:22901068,22893525:22896323,22895714:22898283,22915799:22916141,22927531:22936539,23019438:23065662,23079397:23095002,23172911:23202348,23372141:23491695,23383826:23506129,23416826:23515222,23487135:23511053,23487267:23510324,23489679:23507258,24464130:24466385,24512735:24527311,24514705:24517546', 'assoc_mat': '22645997:barquette_avec_film:3327:22647107,22713822:barquette_avec_film:3327:22714462,22719541:barquette_avec_film:3327:22720730,22757919:barquette_avec_film:3327:22758747,22763325:barquette_avec_film:3327:22764380,22814869:barquette_avec_film:3327:22816527,22823156:barquette_avec_film:3327:22823548,22832670:barquette_avec_film:3327:22833535,22835897:barquette_avec_film:3327:22838451,22856660:barquette_avec_film:3327:22856916,22876410:barquette_avec_film:3327:22888283,22881746:barquette_avec_film:3327:22882927,22882937:barquette_avec_film:3327:22886536,22889833:barquette_avec_film:3327:22901068,22893525:barquette_avec_film:3327:22896323,22895714:barquette_avec_film:3327:22898283,22915799:barquette_avec_film:3327:22916141,22927531:barquette_avec_film:3327:22936539,23019438:barquette_avec_film:3327:23065662,23079397:barquette_avec_film:3327:23095002,23172911:barquette_avec_film:3327:23202348,23372141:barquette_avec_film:3327:23491695,23383826:barquette_avec_film:3327:23506129,23416826:barquette_avec_film:3327:2'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0012053885293929218, 'nb_photo': 26, 'list_port_cont': '22637869,22637960,22645191,22667710,22675221,22698565,22722806,22777254,22794055,22863025,22863342,22876489,23091293,23174287,23450982,23509913,23513867,24490327,24491608,24558592,24558654', 'assoc_port': '22637672:22637960,22637674:22637869,22643641:22645191,22666515:22667710,22673669:22675221,22693033:22698565,22719525:22722806,22773713:22777254,22793928:22794055,22857008:22863342,22862865:22863025,22874442:22876489,23064326:23091293,23127851:23174287,23370198:23450982,23408683:23513867,23487313:23509913,24463520:24491608,24463881:24490327,24514181:24558592,24514432:24558654', 'assoc_mat': '22637672:barquette_opaque:4205:22637960,22637674:barquette_opaque:4205:22637869,22643641:barquette_opaque:4205:22645191,22666515:barquette_opaque:4205:22667710,22673669:barquette_opaque:4205:22675221,22693033:barquette_opaque:4205:22698565,22719525:barquette_opaque:4205:22722806,22773713:barquette_opaque:4205:22777254,22793928:barquette_opaque:4205:22794055,22857008:barquette_opaque:4205:22863342,22862865:barquette_opaque:4205:22863025,22874442:barquette_opaque:4205:22876489,23064326:barquette_opaque:4205:23091293,23127851:barquette_opaque:4205:23174287,23370198:barquette_opaque:4205:23450982,23408683:barquette_opaque:4205:23513867,23487313:barquette_opaque:4205:23509913,24463520:barquette_opaque:4205:24491608,24463881:barquette_opaque:4205:24490327,24514181:barquette_opaque:4205:24558592,24514432:barquette_opaque:4205:24558654'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012688273011504621, 'nb_photo': 321, 'list_port_cont': '22630375,22634251,22636609,22644203,22645964,22671022,22687242,22707909,22720094,22738385,22763441,22784793,22816588,22847712,22854607,22862338,22864772,22865870,22880845,22889056,22945504,22988183,22990615,23008519,23089682,23095165,23186747,23209568,23411313,23479331,23505167,23506525,23507310,23525350,24490054,24490140,24490237,24490244,24490311,24490793,24491581,24515745,24557758,24557947,24558333,24559126,24559768,24560320,24560619,24560794,24561388,24562035,24562098,24563423,24565081,24567538,24576599', 'assoc_port': '22604273:22636609,22609799:22634251,22624047:22630375,22640872:22644203,22645327:22645964,22668747:22671022,22683214:22687242,22706231:22707909,22715864:22720094,22727698:22738385,22760876:22763441,22775279:22784793,22814866:22816588,22835896:22854607,22835901:22847712,22858837:22862338,22861704:22864772,22863669:22865870,22879241:22880845,22885096:22889056,22916871:22945504,22963267:22990615,22979636:22988183,23002549:23008519,23056326:23089682,23080635:23095165,23157180:23209568,23164742:23186747,23370918:23479331,23386645:23506525,23411038:23411313,23419023:23525350,23487314:23507310,23499045:23505167,24463400:24490793,24463494:24490311,24463899:24490237,24463929:24491581,24464003:24490140,24464038:24490244,24464111:24490054,24512919:24567538,24513076:24565081,24513354:24563423,24513393:24562098,24513539:24562035,24513754:24561388,24513857:24560619,24513862:24560320,24513919:24560794,24514080:24559768,24514113:24515745,24514431:24558333,24514481:24559126,24514527:24557758,24514605:24576599,24514748:2455794', 'assoc_mat': '22604273:barquette_opaque:4203:22636609,22609799:barquette_opaque:4203:22634251,22624047:barquette_opaque:4203:22630375,22640872:barquette_opaque:4203:22644203,22645327:barquette_opaque:4203:22645964,22668747:barquette_opaque:4203:22671022,22683214:barquette_opaque:4203:22687242,22706231:barquette_opaque:4203:22707909,22715864:barquette_opaque:4203:22720094,22727698:barquette_opaque:4203:22738385,22760876:barquette_opaque:4203:22763441,22775279:barquette_opaque:4203:22784793,22814866:barquette_opaque:4203:22816588,22835896:barquette_opaque:4203:22854607,22835901:barquette_opaque:4203:22847712,22858837:barquette_opaque:4203:22862338,22861704:barquette_opaque:4203:22864772,22863669:barquette_opaque:4203:22865870,22879241:barquette_opaque:4203:22880845,22885096:barquette_opaque:4203:22889056,22916871:barquette_opaque:4203:22945504,22963267:barquette_opaque:4203:22990615,22979636:barquette_opaque:4203:22988183,23002549:barquette_opaque:4203:23008519,23056326:barquette_opaque:4203:23089682,23080635:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0016875116165549642, 'nb_photo': 72, 'list_port_cont': '22594068,22600130,22611292,22613362,22639379,22642303,22663962,22670063,22672799,22674111,22674356,22687785,22695665,22709330,22715786,22721060,22732036,22733467,22733529,22753977,22758440,22829357,22839685,22856795,22857876,22864580,22874921,22879884,22880250,22885462,23067024,23473963,23477115,23491490,23492528,23495098,23501523,23503369,24465137,24466104,24466281,24467727,24468425,24468707,24471487,24555831,24556280,24556478,24556611,24557588,24557677,24558574,24559171,24559189,24560633,24561175,24562641,24564757,24564983', 'assoc_port': '22593610:22594068,22599780:22600130,22610902:22611292,22613019:22613362,22639302:22639379,22641847:22642303,22662911:22663962,22669905:22670063,22672698:22672799,22673666:22674356,22673668:22674111,22687087:22687785,22693003:22695665,22708748:22709330,22713828:22715786,22720554:22721060,22731509:22733467,22731510:22733529,22731514:22732036,22753640:22753977,22757921:22758440,22828660:22829357,22838933:22839685,22856662:22856795,22857555:22857876,22864375:22864580,22874458:22874921,22879238:22879884,22880135:22880250,22885093:22885462,23019445:23067024,23381816:23501523,23412440:23477115,23418123:23473963,23487106:23492528,23487139:23491490,23494765:23495098,23503086:23503369,24463408:24471487,24463582:24468707,24463742:24467727,24463743:24466104,24463797:24468425,24463949:24465137,24464133:24466281,24512703:24564757,24512892:24564983,24513321:24562641,24513572:24561175,24513628:24560633,24514114:24559171,24514378:24559189,24514486:24558574,24514538:24557677,24514629:24557588,24514662:24556611,24514752:2455647', 'assoc_mat': '22593610:barquette_opaque:4207:22594068,22599780:barquette_opaque:4207:22600130,22610902:barquette_opaque:4207:22611292,22613019:barquette_opaque:4207:22613362,22639302:barquette_opaque:4207:22639379,22641847:barquette_opaque:4207:22642303,22662911:barquette_opaque:4207:22663962,22669905:barquette_opaque:4207:22670063,22672698:barquette_opaque:4207:22672799,22673666:barquette_opaque:4207:22674356,22673668:barquette_opaque:4207:22674111,22687087:barquette_opaque:4207:22687785,22693003:barquette_opaque:4207:22695665,22708748:barquette_opaque:4207:22709330,22713828:barquette_opaque:4207:22715786,22720554:barquette_opaque:4207:22721060,22731509:barquette_opaque:4207:22733467,22731510:barquette_opaque:4207:22733529,22731514:barquette_opaque:4207:22732036,22753640:barquette_opaque:4207:22753977,22757921:barquette_opaque:4207:22758440,22828660:barquette_opaque:4207:22829357,22838933:barquette_opaque:4207:22839685,22856662:barquette_opaque:4207:22856795,22857555:barquette_opaque:4207:22857876,22864375:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010732735440729977, 'nb_photo': 24, 'list_port_cont': '22607814,22696629,22844342,22901525,23232834,23375601,24467683,24471105,24476554,24548386,24554225,24555651,24560362,24560807', 'assoc_port': '22607579:22607814,22696409:22696629,22843810:22844342,22901195:22901525,23232197:23232834,23375423:23375601,24463640:24467683,24463744:24471105,24463933:24476554,24512929:24560807,24513007:24560362,24514075:24555651,24514479:24548386,24514534:24554225', 'assoc_mat': '22607579:barquette_opaque:4461:22607814,22696409:barquette_opaque:4461:22696629,22843810:barquette_opaque:4461:22844342,22901195:barquette_opaque:4461:22901525,23232197:barquette_opaque:4461:23232834,23375423:barquette_opaque:4461:23375601,24463640:barquette_opaque:4461:24467683,24463744:barquette_opaque:4461:24471105,24463933:barquette_opaque:4461:24476554,24512929:barquette_opaque:4461:24560807,24513007:barquette_opaque:4461:24560362,24514075:barquette_opaque:4461:24555651,24514479:barquette_opaque:4461:24548386,24514534:barquette_opaque:4461:24554225'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.028628792158971933, 'nb_photo': 599, 'list_port_cont': '22596179,22604130,22609336,22613218,22621000,22627388,22630383,22630480,22630494,22637537,22639220,22644336,22644429,22645458,22646067,22646715,22647322,22648097,22663887,22667657,22676962,22677092,22677194,22684094,22685647,22686627,22695618,22695674,22699558,22711334,22712183,22712806,22713171,22714734,22720785,22725031,22731745,22734356,22737338,22739675,22741201,22743322,22744952,22755903,22757464,22759666,22765898,22766595,22774551,22779839,22782093,22782658,22786753,22789447,22791847,22794090,22817110,22823188,22823591,22824754,22831501,22839679,22839836,22841172,22842009,22847464,22847924,22851384,22856027,22858935,22862205,22863009,22863135,22863363,22864922,22865059,22865833,22865850,22865891,22865911,22877974,22878084,22878467,22882460,22883500,22888919,22893426,22894526,22896387,22897420,22908151,22909447,22918156,22919996,22926530,22985769,23077571,23089621,23091838,23393279,23447602,23505607,23506144,23507176,23507518,23510374,23515099,23516191,23517609,23525032,24464307,24464732,24468181,2446917', 'assoc_port': '22594877:22596179,22600724:22604130,22604276:22609336,22610907:22621000,22613021:22613218,22614937:22627388,22617412:22630480,22618985:22630494,22624048:22630383,22637083:22637537,22638529:22639220,22642864:22644336,22642868:22644429,22644529:22646715,22645330:22645458,22646001:22646067,22647187:22648097,22647191:22647322,22662912:22663887,22666514:22667657,22669908:22684094,22675367:22676962,22675368:22677092,22675371:22677194,22675372:22685647,22681463:22686627,22687091:22695618,22694885:22695674,22696946:22699558,22708747:22711334,22711988:22712183,22712694:22713171,22712698:22712806,22714439:22714734,22720546:22720785,22720550:22725031,22723659:22734356,22727658:22737338,22731555:22739675,22731557:22731745,22733592:22744952,22740289:22741201,22743063:22743322,22753642:22755903,22755522:22757464,22757920:22759666,22763326:22765898,22766326:22766595,22771176:22774551,22775280:22779839,22777709:22782093,22777728:22782658,22781200:22786753,22782353:22791847,22785919:22789447,22793931:22794090,22816846:2281711', 'assoc_mat': '22594877:barquette_opaque:4200:22596179,22600724:barquette_opaque:4200:22604130,22604276:barquette_opaque:4200:22609336,22610907:barquette_opaque:4200:22621000,22613021:barquette_opaque:4200:22613218,22614937:barquette_opaque:4200:22627388,22617412:barquette_opaque:4200:22630480,22618985:barquette_opaque:4200:22630494,22624048:barquette_opaque:4200:22630383,22637083:barquette_opaque:4200:22637537,22638529:barquette_opaque:4200:22639220,22642864:barquette_opaque:4200:22644336,22642868:barquette_opaque:4200:22644429,22644529:barquette_opaque:4200:22646715,22645330:barquette_opaque:4200:22645458,22646001:barquette_opaque:4200:22646067,22647187:barquette_opaque:4200:22648097,22647191:barquette_opaque:4200:22647322,22662912:barquette_opaque:4200:22663887,22666514:barquette_opaque:4200:22667657,22669908:barquette_opaque:4200:22684094,22675367:barquette_opaque:4200:22676962,22675368:barquette_opaque:4200:22677092,22675371:barquette_opaque:4200:22677194,22675372:barquette_opaque:4200:22685647,22681463:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0032648950180912692, 'nb_photo': 184, 'list_port_cont': '22595964,22607904,22611814,22617928,22629298,22637356,22637774,22639569,22643911,22645677,22647250,22662565,22663844,22672901,22682303,22682414,22696671,22714697,22719941,22724317,22730610,22754076,22761240,22781939,22792013,22814113,22817092,22823267,22832958,22835682,22856836,22858905,22862015,22863302,22876747,22880369,22890380,22893626,22896678,22918040,22922673,23003105,23013082,23331987,23345496,23385248,23487909,23488213,24464804,24465233,24465269,24465671,24465760,24465785,24466609,24466701,24467299,24467483,24467629,24468598,24468667,24469670,24470176,24470199,24470415,24470841,24470992,24471291,24471308,24471781,24471942,24472629,24473158,24474292,24474393,24475038,24479766,24515015,24516165,24544497,24545541,24545557,24545639,24545921,24547559,24547816,24548508,24548979,24549748,24549907,24550084,24550362,24550579,24551417,24551675,24552001,24553075,24553669,24554391,24554946,24555468,24555518,24555692,24555778,24556434,24557185,24557496,24558164,24558213,24558271,24558382,24559002,24559463', 'assoc_port': '22594876:22595964,22607578:22607904,22610905:22611814,22617415:22617928,22618983:22629298,22637331:22637356,22637677:22637774,22639299:22639569,22643642:22643911,22645325:22645677,22647186:22647250,22661878:22662565,22662913:22663844,22672696:22672901,22681465:22682414,22681467:22682303,22696406:22696671,22714441:22714697,22719539:22719941,22723676:22724317,22729019:22730610,22753645:22754076,22760875:22761240,22781197:22781939,22782354:22792013,22813690:22814113,22816847:22817092,22823127:22823267,22832671:22832958,22835473:22835682,22856661:22856836,22858841:22858905,22861972:22862015,22863282:22863302,22876406:22876747,22880119:22880369,22889832:22890380,22893521:22893626,22896424:22896678,22917827:22918040,22922388:22922673,23002556:23003105,23012445:23013082,23073358:24468667,23331070:23331987,23344611:23345496,23384859:23385248,23487129:23488213,23487318:23487909,24463460:24479766,24463498:24471942,24463537:24471781,24463548:24471291,24463595:24475038,24463597:24471308,24463659:24470992,24463668:2447084', 'assoc_mat': '22594876:barquette_opaque:4209:22595964,22607578:barquette_opaque:4209:22607904,22610905:barquette_opaque:4209:22611814,22617415:barquette_opaque:4209:22617928,22618983:barquette_opaque:4209:22629298,22637331:barquette_opaque:4209:22637356,22637677:barquette_opaque:4209:22637774,22639299:barquette_opaque:4209:22639569,22643642:barquette_opaque:4209:22643911,22645325:barquette_opaque:4209:22645677,22647186:barquette_opaque:4209:22647250,22661878:barquette_opaque:4209:22662565,22662913:barquette_opaque:4209:22663844,22672696:barquette_opaque:4209:22672901,22681465:barquette_opaque:4209:22682414,22681467:barquette_opaque:4209:22682303,22696406:barquette_opaque:4209:22696671,22714441:barquette_opaque:4209:22714697,22719539:barquette_opaque:4209:22719941,22723676:barquette_opaque:4209:22724317,22729019:barquette_opaque:4209:22730610,22753645:barquette_opaque:4209:22754076,22760875:barquette_opaque:4209:22761240,22781197:barquette_opaque:4209:22781939,22782354:barquette_opaque:4209:22792013,22813690:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.016434654859247732, 'nb_photo': 7596, 'list_port_cont': '22594161,22596089,22597263,22600183,22601223,22602880,22603306,22604567,22604692,22607886,22611752,22613607,22615581,22617919,22619624,22621913,22637227,22637546,22637892,22638911,22639732,22641084,22642199,22642354,22643270,22643865,22644814,22646138,22646326,22646770,22664733,22669209,22670570,22672993,22674159,22677103,22687534,22687853,22695483,22695615,22696704,22700570,22706887,22712145,22712897,22714119,22714707,22714756,22716170,22719979,22721095,22721219,22728537,22730029,22732155,22743585,22748164,22754161,22754203,22758675,22761615,22763719,22765749,22771943,22778227,22786466,22816101,22818593,22820562,22823243,22823538,22824455,22829510,22832004,22832265,22833305,22841005,22842124,22843006,22845818,22856862,22856869,22857917,22858761,22859612,22860795,22863061,22863867,22864510,22864563,22865038,22876872,22880529,22881978,22882014,22882514,22883160,22885516,22887656,22887841,22892045,22895827,22895863,22910360,22911753,22914566,22915525,22915992,22918134,22920490,22925350,22931813,22950008,2295212', 'assoc_port': '22593607:22594161,22594878:22596089,22596778:22597263,22599779:22600183,22600725:22601223,22602546:22602880,22603047:22603306,22604281:22604567,22604285:22604692,22607577:22607886,22610904:22611752,22613020:22613607,22614941:22615581,22617413:22617919,22618986:22619624,22621389:22621913,22637075:22637227,22637329:22637546,22637675:22637892,22638530:22638911,22639300:22639732,22640875:22641084,22641844:22642199,22641848:22642354,22642866:22643270,22643643:22643865,22644532:22644814,22645996:22646138,22646207:22646326,22646699:22646770,22662916:22664733,22668748:22669209,22669906:22670570,22672697:22672993,22673671:22674159,22676626:22677103,22687084:22687853,22687089:22687534,22694854:22695615,22694855:22695483,22694881:22700570,22696405:22696704,22706232:22706887,22711985:22712145,22712696:22712897,22713825:22714119,22714438:22714707,22714442:22714756,22715865:22716170,22719540:22719979,22720545:22721219,22720552:22721095,22727659:22728537,22729021:22730029,22731512:22732155,22740292:22748164,22743077:2274358', 'assoc_mat': '22593607:barquette_opaque:4211:22594161,22594878:barquette_opaque:4211:22596089,22596778:barquette_opaque:4211:22597263,22599779:barquette_opaque:4211:22600183,22600725:barquette_opaque:4211:22601223,22602546:barquette_opaque:4211:22602880,22603047:barquette_opaque:4211:22603306,22604281:barquette_opaque:4211:22604567,22604285:barquette_opaque:4211:22604692,22607577:barquette_opaque:4211:22607886,22610904:barquette_opaque:4211:22611752,22613020:barquette_opaque:4211:22613607,22614941:barquette_opaque:4211:22615581,22617413:barquette_opaque:4211:22617919,22618986:barquette_opaque:4211:22619624,22621389:barquette_opaque:4211:22621913,22637075:barquette_opaque:4211:22637227,22637329:barquette_opaque:4211:22637546,22637675:barquette_opaque:4211:22637892,22638530:barquette_opaque:4211:22638911,22639300:barquette_opaque:4211:22639732,22640875:barquette_opaque:4211:22641084,22641844:barquette_opaque:4211:22642199,22641848:barquette_opaque:4211:22642354,22642866:barquette_opaque:4211:22643270,22643643:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00040553258804669576, 'nb_photo': 145, 'list_port_cont': '22594934,22601570,22605076,22607303,22610545,22612829,22618164,22637343,22638002,22639838,22639882,22646447,22664940,22676631,22686164,22696748,22710396,22714470,22721538,22725018,22732973,22764377,22765223,22770712,22776168,22791665,22791986,22816534,22823559,22830567,22832785,22833534,22838449,22840237,22842722,22852372,22861865,22863116,22882924,22886532,22888282,22889656,22896328,22901062,22915919,22916143,22917767,22929969,22930589,22936492,22942820,22970732,22981024,23059742,23065660,23089950,23094209,23094999,23137848,23142968,23149643,23162588,23184889,23185813,23187632,23419393,23422136,23443322,23448063,23478658,23483393,23490445,23491694,23495461,23496758,23505585,23508510,23509636,23510334,23510356,23511051,23511090,23522695,23525822,23544467,24465919,24466391,24467353,24470111,24470750,24472606,24475134,24515280,24515390,24515780,24516175,24516428,24517799,24524774,24526834', 'assoc_port': '22593608:22594934,22596779:22607303,22600763:22601570,22604279:22605076,22609800:22612829,22609829:22610545,22617414:22618164,22637076:22639838,22637080:22637343,22637670:22638002,22639297:22639882,22646205:22646447,22662915:22664940,22673667:22676631,22683212:22686164,22696404:22696748,22708746:22710396,22713822:22714470,22720551:22725018,22720556:22721538,22731513:22732973,22763325:22764377,22763328:22765223,22769206:22770712,22775278:22776168,22781196:22791986,22787160:22791665,22814869:22816534,22823156:22823559,22828628:22830567,22831632:22832785,22832670:22833534,22835472:22852372,22835897:22838449,22838934:22840237,22841696:22842722,22861705:22861865,22862863:22863116,22876410:22888282,22881746:22882924,22882937:22886532,22885089:22889656,22889833:22901062,22893525:22896328,22911178:22915919,22915418:22917767,22915799:22916143,22924964:22929969,22929815:22930589,22931346:22942820,22935793:22936492,22955748:22970732,22970365:22981024,23015443:23059742,23019438:23065660,23056328:23089950,23073350:2313784', 'assoc_mat': '22593608:bouchon:3327:22594934,22596779:bouchon:3327:22607303,22600763:bouchon:3327:22601570,22604279:bouchon:3327:22605076,22609800:bouchon:3327:22612829,22609829:bouchon:3327:22610545,22617414:bouchon:3327:22618164,22637076:bouchon:3327:22639838,22637080:bouchon:3327:22637343,22637670:bouchon:3327:22638002,22639297:bouchon:3327:22639882,22646205:bouchon:3327:22646447,22662915:bouchon:3327:22664940,22673667:bouchon:3327:22676631,22683212:bouchon:3327:22686164,22696404:bouchon:3327:22696748,22708746:bouchon:3327:22710396,22713822:bouchon:3327:22714470,22720551:bouchon:3327:22725018,22720556:bouchon:3327:22721538,22731513:bouchon:3327:22732973,22763325:bouchon:3327:22764377,22763328:bouchon:3327:22765223,22769206:bouchon:3327:22770712,22775278:bouchon:3327:22776168,22781196:bouchon:3327:22791986,22787160:bouchon:3327:22791665,22814869:bouchon:3327:22816534,22823156:bouchon:3327:22823559,22828628:bouchon:3327:22830567,22831632:bouchon:3327:22832785,22832670:bouchon:3327:22833534,22835472:bouchon:3327:22852372,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015675088196567537, 'nb_photo': 558, 'list_port_cont': '22592615,22602571,22627270,22637870,22637967,22645193,22667704,22675215,22681765,22698562,22718092,22722804,22737392,22757398,22777251,22782111,22794056,22845280,22856065,22859425,22863031,22863338,22876491,22883465,22897227,22900217,22925839,22942116,22951830,22978004,23063944,23075710,23088192,23090504,23091287,23165104,23174286,23185150,23439260,23447339,23450983,23477013,23482440,23490786,23501624,23503785,23506187,23509924,23513863,23516453,23526814,24489930,24489966,24490326,24490499,24491615,24557380,24558589,24558664,24558986,24560249,24569349,24569773', 'assoc_port': '22591582:22592615,22602549:22602571,22614943:22627270,22637672:22637967,22637674:22637870,22643641:22645193,22666515:22667704,22673669:22675215,22676627:22681765,22693033:22698562,22713819:22718092,22719525:22722804,22727668:22737392,22755525:22757398,22773713:22777251,22777724:22782111,22793928:22794056,22828627:22856065,22835476:22845280,22856658:22859425,22857008:22863338,22862865:22863031,22874442:22876491,22882318:22883465,22895713:22897227,22896423:22900217,22917826:22925839,22931348:22942116,22951589:22951830,22967489:22978004,23019441:23063944,23052721:23088192,23062405:23090504,23064326:23091287,23075518:23075710,23112649:23165104,23127851:23174286,23161553:23185150,23266257:23526814,23328664:23439260,23370198:23450983,23370901:23477013,23371000:23482440,23372139:23490786,23381825:23501624,23408683:23513863,23424126:23516453,23446969:23447339,23487313:23509924,23495804:23506187,23503087:23503785,24463520:24491615,24463722:24489966,24463777:24490499,24463881:24490326,24463942:24489930,24513246:2456934', 'assoc_mat': '22591582:carton:4205:22592615,22602549:carton:4205:22602571,22614943:carton:4205:22627270,22637672:carton:4205:22637967,22637674:carton:4205:22637870,22643641:carton:4205:22645193,22666515:carton:4205:22667704,22673669:carton:4205:22675215,22676627:carton:4205:22681765,22693033:carton:4205:22698562,22713819:carton:4205:22718092,22719525:carton:4205:22722804,22727668:carton:4205:22737392,22755525:carton:4205:22757398,22773713:carton:4205:22777251,22777724:carton:4205:22782111,22793928:carton:4205:22794056,22828627:carton:4205:22856065,22835476:carton:4205:22845280,22856658:carton:4205:22859425,22857008:carton:4205:22863338,22862865:carton:4205:22863031,22874442:carton:4205:22876491,22882318:carton:4205:22883465,22895713:carton:4205:22897227,22896423:carton:4205:22900217,22917826:carton:4205:22925839,22931348:carton:4205:22942116,22951589:carton:4205:22951830,22967489:carton:4205:22978004,23019441:carton:4205:23063944,23052721:carton:4205:23088192,23062405:carton:4205:23090504,23064326:carton:4205:23091287,2307'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009155443706278764, 'nb_photo': 1360, 'list_port_cont': '22630371,22634256,22636620,22644202,22645969,22671014,22687247,22707906,22720093,22738375,22763442,22784786,22816580,22847719,22854611,22862342,22864778,22865868,22880849,22889057,22945503,22988180,22990616,23008505,23089687,23094182,23095175,23186750,23209573,23411323,23479321,23505168,23506530,23507300,23525365,24490067,24490137,24490231,24490245,24490312,24490805,24491572,24515732,24557483,24557761,24557940,24558332,24559113,24559776,24560321,24560611,24560704,24560797,24561374,24562046,24562092,24563425,24565089,24567534,24576604', 'assoc_port': '22604273:22636620,22609799:22634256,22624047:22630371,22640872:22644202,22645327:22645969,22668747:22671014,22683214:22687247,22706231:22707906,22715864:22720093,22727698:22738375,22760876:22763442,22775279:22784786,22814866:22816580,22835896:22854611,22835901:22847719,22858837:22862342,22861704:22864778,22863669:22865868,22879241:22880849,22885096:22889057,22916871:22945503,22963267:22990616,22979636:22988180,23002549:23008505,23024263:23094182,23056326:23089687,23080635:23095175,23157180:23209573,23164742:23186750,23370918:23479321,23386645:23506530,23411038:23411323,23419023:23525365,23487314:23507300,23499045:23505168,24463400:24490805,24463494:24490312,24463899:24490231,24463929:24491572,24464003:24490137,24464038:24490245,24464111:24490067,24512919:24567534,24513076:24565089,24513354:24563425,24513393:24562092,24513539:24562046,24513754:24561374,24513857:24560611,24513862:24560321,24513919:24560797,24513940:24560704,24514080:24559776,24514113:24515732,24514431:24558332,24514481:24559113,24514527:2455776', 'assoc_mat': '22604273:carton:4203:22636620,22609799:carton:4203:22634256,22624047:carton:4203:22630371,22640872:carton:4203:22644202,22645327:carton:4203:22645969,22668747:carton:4203:22671014,22683214:carton:4203:22687247,22706231:carton:4203:22707906,22715864:carton:4203:22720093,22727698:carton:4203:22738375,22760876:carton:4203:22763442,22775279:carton:4203:22784786,22814866:carton:4203:22816580,22835896:carton:4203:22854611,22835901:carton:4203:22847719,22858837:carton:4203:22862342,22861704:carton:4203:22864778,22863669:carton:4203:22865868,22879241:carton:4203:22880849,22885096:carton:4203:22889057,22916871:carton:4203:22945503,22963267:carton:4203:22990616,22979636:carton:4203:22988180,23002549:carton:4203:23008505,23024263:carton:4203:23094182,23056326:carton:4203:23089687,23080635:carton:4203:23095175,23157180:carton:4203:23209573,23164742:carton:4203:23186750,23370918:carton:4203:23479321,23386645:carton:4203:23506530,23411038:carton:4203:23411323,23419023:carton:4203:23525365,23487314:carton:4203:23507300,2349'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9509914163429355, 'nb_photo': 6631, 'list_port_cont': '22594079,22594342,22594397,22596895,22597312,22600124,22600329,22600920,22603202,22607761,22610267,22611298,22613348,22615155,22617802,22628714,22628999,22637196,22637252,22637757,22639374,22639709,22641090,22642312,22643841,22644664,22644850,22644860,22644977,22645631,22646046,22646096,22647244,22647392,22661925,22663969,22666872,22670072,22672802,22674112,22674362,22675644,22676819,22686223,22687286,22687788,22695411,22695668,22696608,22709337,22711032,22712040,22712721,22713246,22714565,22715782,22721048,22721292,22721891,22721992,22728588,22728634,22732035,22732522,22733461,22733528,22733989,22738168,22753886,22753985,22756022,22758458,22761344,22763909,22765546,22766562,22770063,22775454,22775662,22775973,22777148,22781536,22786360,22790689,22794065,22814239,22816960,22817992,22818296,22820506,22823377,22823482,22829370,22829562,22833055,22833359,22839349,22839633,22839688,22840468,22841950,22842213,22856791,22857864,22858743,22859526,22859658,22861797,22861845,22862052,22862188,22862227,22862997,2286332', 'assoc_port': '22593605:22594342,22593606:22594397,22593610:22594079,22596777:22597312,22596780:22596895,22599778:22600329,22599780:22600124,22600753:22600920,22603049:22603202,22607575:22607761,22609801:22610267,22610902:22611298,22613019:22613348,22614940:22615155,22617411:22617802,22628391:22628999,22628395:22628714,22637079:22637252,22637082:22637196,22637676:22637757,22639298:22639709,22639302:22639374,22640874:22641090,22641847:22642312,22643639:22643841,22644527:22644977,22644530:22644860,22644534:22644850,22644535:22644664,22645328:22645631,22645998:22646096,22645999:22646046,22647189:22647392,22647190:22647244,22661877:22661925,22662911:22663969,22666517:22666872,22669905:22670072,22672698:22672802,22673666:22674362,22673668:22674112,22675369:22675644,22676625:22676819,22681470:22686223,22687087:22687788,22687093:22687286,22693003:22695668,22694883:22695411,22696407:22696608,22708745:22711032,22708748:22709337,22711984:22712040,22712695:22712721,22713014:22713246,22713828:22715782,22714440:22714565,22720547:2272189', 'assoc_mat': '22593605:carton:4207:22594342,22593606:carton:4207:22594397,22593610:carton:4207:22594079,22596777:carton:4207:22597312,22596780:carton:4207:22596895,22599778:carton:4207:22600329,22599780:carton:4207:22600124,22600753:carton:4207:22600920,22603049:carton:4207:22603202,22607575:carton:4207:22607761,22609801:carton:4207:22610267,22610902:carton:4207:22611298,22613019:carton:4207:22613348,22614940:carton:4207:22615155,22617411:carton:4207:22617802,22628391:carton:4207:22628999,22628395:carton:4207:22628714,22637079:carton:4207:22637252,22637082:carton:4207:22637196,22637676:carton:4207:22637757,22639298:carton:4207:22639709,22639302:carton:4207:22639374,22640874:carton:4207:22641090,22641847:carton:4207:22642312,22643639:carton:4207:22643841,22644527:carton:4207:22644977,22644530:carton:4207:22644860,22644534:carton:4207:22644850,22644535:carton:4207:22644664,22645328:carton:4207:22645631,22645998:carton:4207:22646096,22645999:carton:4207:22646046,22647189:carton:4207:22647392,22647190:carton:4207:22647244,2266'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01723054577724035, 'nb_photo': 5554, 'list_port_cont': '22591952,22595984,22600140,22604818,22604886,22607821,22610131,22611407,22615427,22621165,22621797,22637449,22638870,22639672,22642314,22643810,22644724,22645645,22646081,22647274,22664447,22666826,22670626,22674129,22677061,22684133,22687446,22693430,22696623,22697912,22712860,22714072,22717922,22720966,22721123,22724470,22732106,22749521,22756100,22761286,22766468,22771655,22778068,22781430,22782749,22786390,22787665,22811894,22816031,22824307,22828945,22832082,22833096,22839477,22840476,22844328,22844565,22856730,22858873,22859534,22860736,22862094,22862682,22864516,22874896,22876593,22879632,22881585,22881860,22882474,22891915,22893668,22894128,22894695,22901517,22917098,22935153,23013099,23053925,23079963,23176378,23232830,23332234,23370784,23372329,23373180,23375600,23382537,23420735,23487862,23488408,23489141,23489335,24465091,24465162,24465339,24465641,24465807,24465942,24466909,24467166,24467378,24467689,24468373,24468829,24469584,24469827,24470008,24470295,24470874,24471096,24471387,24471689,2447238', 'assoc_port': '22591584:22591952,22594879:22595984,22599782:22600140,22603048:22610131,22604271:22604886,22604283:22604818,22607579:22607821,22610906:22611407,22614959:22615427,22618984:22621165,22621387:22621797,22637328:22637449,22638528:22638870,22639301:22639672,22641846:22642314,22643640:22643810,22644533:22644724,22645326:22645645,22646000:22646081,22647188:22647274,22662910:22664447,22666516:22666826,22669907:22670626,22673670:22674129,22676624:22677061,22683217:22684133,22687090:22687446,22693018:22693430,22696409:22696623,22696947:22697912,22712697:22712860,22713831:22714072,22714437:22717922,22720549:22721123,22720555:22720966,22723677:22724470,22731556:22732106,22743102:22749521,22755524:22756100,22760877:22761286,22765036:22781430,22766335:22766468,22771175:22771655,22777722:22778068,22782355:22782749,22785891:22786390,22787164:22787665,22811660:22811894,22814868:22816031,22817782:22824307,22828657:22828945,22831635:22832082,22832675:22833096,22838937:22839477,22840147:22840476,22843809:22844565,22843810:2284432', 'assoc_mat': '22591584:carton:4461:22591952,22594879:carton:4461:22595984,22599782:carton:4461:22600140,22603048:carton:4461:22610131,22604271:carton:4461:22604886,22604283:carton:4461:22604818,22607579:carton:4461:22607821,22610906:carton:4461:22611407,22614959:carton:4461:22615427,22618984:carton:4461:22621165,22621387:carton:4461:22621797,22637328:carton:4461:22637449,22638528:carton:4461:22638870,22639301:carton:4461:22639672,22641846:carton:4461:22642314,22643640:carton:4461:22643810,22644533:carton:4461:22644724,22645326:carton:4461:22645645,22646000:carton:4461:22646081,22647188:carton:4461:22647274,22662910:carton:4461:22664447,22666516:carton:4461:22666826,22669907:carton:4461:22670626,22673670:carton:4461:22674129,22676624:carton:4461:22677061,22683217:carton:4461:22684133,22687090:carton:4461:22687446,22693018:carton:4461:22693430,22696409:carton:4461:22696623,22696947:carton:4461:22697912,22712697:carton:4461:22712860,22713831:carton:4461:22714072,22714437:carton:4461:22717922,22720549:carton:4461:22721123,2272'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.006633786710956327, 'nb_photo': 132, 'list_port_cont': '23158233,23158488,23176742,23255849,23346165,23352109', 'assoc_port': '23157188:23158488,23157192:23158233,23176167:23176742,23254131:23255849,23344698:23346165,23351475:23352109', 'assoc_mat': '23157188:carton:3594:23158488,23157192:carton:3594:23158233,23176167:carton:3594:23176742,23254131:carton:3594:23255849,23344698:carton:3594:23346165,23351475:carton:3594:23352109'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024849576400401106, 'nb_photo': 3820, 'list_port_cont': '22596185,22604128,22609339,22612198,22613226,22620989,22627383,22630384,22630481,22630503,22637374,22637406,22637536,22639219,22642118,22643586,22644341,22644421,22645455,22646057,22646713,22647324,22648101,22663884,22664082,22667650,22676951,22677086,22677201,22684100,22685643,22686639,22695619,22695673,22696545,22699555,22711337,22712173,22712801,22713169,22714738,22720784,22725032,22731760,22734352,22737335,22739672,22741196,22743323,22744947,22755890,22757459,22759672,22765906,22766594,22774562,22779827,22782102,22782657,22786746,22789441,22791835,22794087,22817112,22823194,22823592,22824757,22831499,22839175,22839666,22839835,22841173,22842008,22847470,22847921,22851392,22856028,22858928,22862200,22862707,22863019,22863136,22863360,22864914,22865048,22865842,22865847,22865887,22865900,22877978,22878076,22878471,22882466,22883505,22888925,22893424,22894528,22896389,22897429,22908161,22909452,22918154,22919993,22926536,22985779,22997871,23077568,23089615,23091829,23344843,23393273,23447612,23504419,2350560', 'assoc_port': '22594877:22596185,22600724:22604128,22602545:22612198,22604276:22609339,22610907:22620989,22613021:22613226,22614937:22627383,22617412:22630481,22618985:22630503,22624048:22630384,22637077:22637406,22637083:22637536,22637332:22637374,22638529:22639219,22641845:22643586,22641850:22642118,22642864:22644341,22642868:22644421,22644529:22646713,22645330:22645455,22646001:22646057,22647187:22648101,22647191:22647324,22662912:22663884,22662914:22664082,22666514:22667650,22669908:22684100,22675367:22676951,22675368:22677086,22675371:22677201,22675372:22685643,22681463:22686639,22687091:22695619,22694868:22696545,22694885:22695673,22696946:22699555,22708747:22711337,22711988:22712173,22712694:22713169,22712698:22712801,22714439:22714738,22720546:22720784,22720550:22725032,22723659:22734352,22727658:22737335,22731555:22739672,22731557:22731760,22733592:22744947,22740289:22741196,22743063:22743323,22753642:22755890,22755522:22757459,22757920:22759672,22763326:22765906,22766326:22766594,22771176:22774562,22775280:2277982', 'assoc_mat': '22594877:carton:4200:22596185,22600724:carton:4200:22604128,22602545:carton:4200:22612198,22604276:carton:4200:22609339,22610907:carton:4200:22620989,22613021:carton:4200:22613226,22614937:carton:4200:22627383,22617412:carton:4200:22630481,22618985:carton:4200:22630503,22624048:carton:4200:22630384,22637077:carton:4200:22637406,22637083:carton:4200:22637536,22637332:carton:4200:22637374,22638529:carton:4200:22639219,22641845:carton:4200:22643586,22641850:carton:4200:22642118,22642864:carton:4200:22644341,22642868:carton:4200:22644421,22644529:carton:4200:22646713,22645330:carton:4200:22645455,22646001:carton:4200:22646057,22647187:carton:4200:22648101,22647191:carton:4200:22647324,22662912:carton:4200:22663884,22662914:carton:4200:22664082,22666514:carton:4200:22667650,22669908:carton:4200:22684100,22675367:carton:4200:22676951,22675368:carton:4200:22677086,22675371:carton:4200:22677201,22675372:carton:4200:22685643,22681463:carton:4200:22686639,22687091:carton:4200:22695619,22694868:carton:4200:22696545,2269'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.010143046676835013, 'nb_photo': 118, 'list_port_cont': '22949103,23074693', 'assoc_port': '22948162:22949103,23073358:23074693', 'assoc_mat': '22948162:carton:3594:22949103,23073358:carton:3594:23074693'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017703724342209026, 'nb_photo': 5642, 'list_port_cont': '22593859,22595976,22601216,22603320,22604585,22607907,22610163,22611633,22611812,22611932,22615321,22617540,22617840,22617925,22624759,22625112,22628732,22629304,22637164,22637358,22637786,22639583,22641116,22643912,22645481,22645687,22646305,22647253,22662568,22662652,22663840,22672893,22675656,22681965,22682302,22682424,22683910,22684013,22687395,22687948,22695350,22696669,22697390,22706786,22707797,22712028,22713266,22714702,22719939,22724302,22730482,22730601,22754074,22761239,22766458,22774536,22781945,22786284,22787603,22792003,22814101,22817100,22823281,22828868,22831921,22832960,22835672,22835680,22839389,22856703,22856848,22858907,22861818,22862016,22862132,22862659,22863056,22863306,22863819,22876742,22880355,22883131,22887366,22887479,22889807,22890023,22890387,22891759,22893627,22896668,22918029,22922666,23003106,23013071,23064853,23107229,23230489,23232700,23266794,23329557,23331989,23339677,23345495,23373430,23385226,23412747,23447112,23487914,23488210,24464506,24464548,24464792,24465237,2446527', 'assoc_port': '22593609:22593859,22594876:22595976,22600723:22601216,22603046:22603320,22604278:22604585,22607576:22617540,22607578:22607907,22609802:22610163,22610903:22611932,22610905:22611812,22610908:22611633,22614938:22615321,22614939:22625112,22617410:22617840,22617415:22617925,22618983:22629304,22624049:22624759,22628393:22628732,22637081:22637164,22637331:22637358,22637677:22637786,22639299:22639583,22640873:22641116,22643642:22643912,22645325:22645687,22645329:22645481,22646206:22646305,22647186:22647253,22661875:22662652,22661878:22662568,22662913:22663840,22672696:22672893,22672699:22683910,22675373:22675656,22681465:22682424,22681467:22682302,22681471:22681965,22683204:22684013,22687085:22687948,22687092:22687395,22694882:22695350,22696406:22696669,22696945:22697390,22706230:22706786,22707489:22707797,22711986:22712028,22713013:22713266,22714441:22714702,22719539:22719939,22723676:22724302,22729019:22730601,22729023:22730482,22753645:22754074,22760875:22761239,22766334:22766458,22773720:22774536,22781197:2278194', 'assoc_mat': '22593609:carton:4209:22593859,22594876:carton:4209:22595976,22600723:carton:4209:22601216,22603046:carton:4209:22603320,22604278:carton:4209:22604585,22607576:carton:4209:22617540,22607578:carton:4209:22607907,22609802:carton:4209:22610163,22610903:carton:4209:22611932,22610905:carton:4209:22611812,22610908:carton:4209:22611633,22614938:carton:4209:22615321,22614939:carton:4209:22625112,22617410:carton:4209:22617840,22617415:carton:4209:22617925,22618983:carton:4209:22629304,22624049:carton:4209:22624759,22628393:carton:4209:22628732,22637081:carton:4209:22637164,22637331:carton:4209:22637358,22637677:carton:4209:22637786,22639299:carton:4209:22639583,22640873:carton:4209:22641116,22643642:carton:4209:22643912,22645325:carton:4209:22645687,22645329:carton:4209:22645481,22646206:carton:4209:22646305,22647186:carton:4209:22647253,22661875:carton:4209:22662652,22661878:carton:4209:22662568,22662913:carton:4209:22663840,22672696:carton:4209:22672893,22672699:carton:4209:22683910,22675373:carton:4209:22675656,2268'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010862946474991456, 'nb_photo': 18652, 'list_port_cont': '22594163,22596092,22597265,22600172,22601225,22602888,22603312,22604583,22604700,22607889,22611736,22613600,22615573,22617908,22619627,22621918,22637232,22637552,22637884,22638896,22639718,22641076,22642198,22642360,22643261,22643854,22644812,22646127,22646318,22646759,22664723,22669206,22670580,22672982,22674164,22677106,22687524,22687856,22695472,22695603,22696703,22700574,22706893,22712135,22712894,22714106,22714708,22714765,22716169,22719970,22721105,22721220,22728551,22730023,22732161,22743592,22748186,22754154,22754205,22758679,22761608,22763722,22765739,22771941,22778223,22786463,22816114,22818594,22820559,22823251,22823525,22824456,22829498,22832012,22832264,22833291,22840994,22842115,22843007,22845820,22856855,22856876,22857923,22858756,22859599,22860794,22863058,22863864,22864502,22864552,22865033,22876858,22880528,22881984,22882017,22882512,22883171,22885521,22887661,22887836,22892040,22895826,22895867,22910371,22911744,22914571,22915515,22915991,22918123,22920491,22925349,22931815,22950005,2295211', 'assoc_port': '22593607:22594163,22594878:22596092,22596778:22597265,22599779:22600172,22600725:22601225,22602546:22602888,22603047:22603312,22604281:22604583,22604285:22604700,22607577:22607889,22610904:22611736,22613020:22613600,22614941:22615573,22617413:22617908,22618986:22619627,22621389:22621918,22637075:22637232,22637329:22637552,22637675:22637884,22638530:22638896,22639300:22639718,22640875:22641076,22641844:22642198,22641848:22642360,22642866:22643261,22643643:22643854,22644532:22644812,22645996:22646127,22646207:22646318,22646699:22646759,22662916:22664723,22668748:22669206,22669906:22670580,22672697:22672982,22673671:22674164,22676626:22677106,22687084:22687856,22687089:22687524,22694854:22695603,22694855:22695472,22694881:22700574,22696405:22696703,22706232:22706893,22711985:22712135,22712696:22712894,22713825:22714106,22714438:22714708,22714442:22714765,22715865:22716169,22719540:22719970,22720545:22721220,22720552:22721105,22727659:22728551,22729021:22730023,22731512:22732161,22740292:22748186,22743077:2274359', 'assoc_mat': '22593607:carton:4211:22594163,22594878:carton:4211:22596092,22596778:carton:4211:22597265,22599779:carton:4211:22600172,22600725:carton:4211:22601225,22602546:carton:4211:22602888,22603047:carton:4211:22603312,22604281:carton:4211:22604583,22604285:carton:4211:22604700,22607577:carton:4211:22607889,22610904:carton:4211:22611736,22613020:carton:4211:22613600,22614941:carton:4211:22615573,22617413:carton:4211:22617908,22618986:carton:4211:22619627,22621389:carton:4211:22621918,22637075:carton:4211:22637232,22637329:carton:4211:22637552,22637675:carton:4211:22637884,22638530:carton:4211:22638896,22639300:carton:4211:22639718,22640875:carton:4211:22641076,22641844:carton:4211:22642198,22641848:carton:4211:22642360,22642866:carton:4211:22643261,22643643:carton:4211:22643854,22644532:carton:4211:22644812,22645996:carton:4211:22646127,22646207:carton:4211:22646318,22646699:carton:4211:22646759,22662916:carton:4211:22664723,22668748:carton:4211:22669206,22669906:carton:4211:22670580,22672697:carton:4211:22672982,2267'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0063816816212655895, 'nb_photo': 310, 'list_port_cont': '22600785,22601565,22610546,22618158,22622113,22628987,22629258,22643291,22644952,22645406,22646155,22646166,22646440,22647112,22670980,22676775,22689689,22707686,22712292,22714460,22716569,22716652,22721541,22725020,22732977,22741275,22754535,22770710,22772545,22776171,22791664,22794795,22821247,22823551,22833538,22840239,22852369,22861861,22862826,22863128,22882929,22883771,22886529,22888278,22889654,22896330,22897007,22898274,22901065,22909354,22915364,22926570,22930602,22936389,22936490,22936535,22938921,22945218,22981027,22986012,22987862,22988215,22994045,22994876,23002083,23009891,23055178,23055484,23059060,23059751,23065666,23066042,23075751,23078481,23089954,23094208,23149650,23162598,23162806,23172794,23185806,23187626,23267030,23356210,23360085,23389123,23422133,23440026,23443328,23443884,23446905,23448064,23448195,23450999,23478668,23482097,23483392,23484350,23490444,23491703,23497270,23500685,23504174,23504688,23505580,23506136,23507363,23508513,23509643,23510318,23510332,23510354,23510444,2351105', 'assoc_port': '22599781:22600785,22600763:22601565,22609829:22610546,22613018:22628987,22617414:22618158,22621388:22622113,22628388:22629258,22642867:22643291,22644513:22646155,22644528:22645406,22644531:22644952,22645997:22647112,22646002:22646166,22646205:22646440,22669904:22670980,22675370:22676775,22688510:22689689,22706229:22707686,22711987:22712292,22713822:22714460,22715863:22716652,22715866:22716569,22720551:22725020,22720556:22721541,22731513:22732977,22740290:22741275,22753647:22754535,22769206:22770710,22771178:22772545,22775278:22776171,22787159:22794795,22787160:22791664,22820051:22821247,22823156:22823551,22832670:22833538,22835472:22852369,22838934:22840239,22861705:22861861,22862458:22862826,22862863:22863128,22876410:22888278,22879242:22883771,22881746:22882929,22882937:22886529,22885089:22889654,22889833:22901065,22893525:22896330,22894326:22897007,22894331:22909354,22895714:22898274,22911180:22915364,22917824:22926570,22925011:22938921,22927531:22936535,22929808:22945218,22929815:22930602,22935793:2293649', 'assoc_mat': '22599781:carton:3327:22600785,22600763:carton:3327:22601565,22609829:carton:3327:22610546,22613018:carton:3327:22628987,22617414:carton:3327:22618158,22621388:carton:3327:22622113,22628388:carton:3327:22629258,22642867:carton:3327:22643291,22644513:carton:3327:22646155,22644528:carton:3327:22645406,22644531:carton:3327:22644952,22645997:carton:3327:22647112,22646002:carton:3327:22646166,22646205:carton:3327:22646440,22669904:carton:3327:22670980,22675370:carton:3327:22676775,22688510:carton:3327:22689689,22706229:carton:3327:22707686,22711987:carton:3327:22712292,22713822:carton:3327:22714460,22715863:carton:3327:22716652,22715866:carton:3327:22716569,22720551:carton:3327:22725020,22720556:carton:3327:22721541,22731513:carton:3327:22732977,22740290:carton:3327:22741275,22753647:carton:3327:22754535,22769206:carton:3327:22770710,22771178:carton:3327:22772545,22775278:carton:3327:22776171,22787159:carton:3327:22794795,22787160:carton:3327:22791664,22820051:carton:3327:22821247,22823156:carton:3327:22823551,2283'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0028935148157135707, 'nb_photo': 78, 'list_port_cont': '22602583,22610321,22620637,22637516,22646292,22675044,22700071,22743273,22746289,22754116,22765979,22779184,22782019,22817953,22823337,22823654,22842768,22860605,22862081,23017980,23022458,23023070,23025788,23421547,24463913,24464310,24465191,24490016,24490048,24490090,24490107,24490123,24490155,24490160,24490187,24490429,24490477,24490536,24513122,24557437,24557485,24557809,24558493,24558618,24559640,24559672,24559734,24559922,24559978,24560383,24560596,24560982,24561161,24561205', 'assoc_port': '22602547:22602583,22609803:22610321,22617409:22620637,22637330:22637516,22646208:22646292,22668749:22675044,22681466:22700071,22723675:22746289,22743072:22743273,22753644:22754116,22765037:22765979,22777704:22779184,22781198:22782019,22813689:22817953,22823123:22823654,22823128:22823337,22828659:22842768,22860493:22860605,22861967:22862081,22880134:23017980,22891519:23022458,22893523:23023070,22894328:23025788,23279957:23421547,24463509:24463913,24463617:24490187,24463634:24490536,24463643:24490160,24463648:24490016,24463731:24490155,24463735:24490107,24463755:24490477,24463920:24490429,24463936:24490123,24463979:24464310,24464115:24490090,24464118:24465191,24464123:24490048,24512758:24513122,24513392:24561161,24513402:24560982,24513405:24561205,24513746:24560596,24513773:24560383,24513909:24559922,24513915:24559734,24514036:24559672,24514053:24559640,24514059:24559978,24514262:24558618,24514282:24558493,24514453:24557809,24514681:24557485,24514790:24557437', 'assoc_mat': '22602547:cartonnette:3726:22602583,22609803:cartonnette:3726:22610321,22617409:cartonnette:3726:22620637,22637330:cartonnette:3726:22637516,22646208:cartonnette:3726:22646292,22668749:cartonnette:3726:22675044,22681466:cartonnette:3726:22700071,22723675:cartonnette:3726:22746289,22743072:cartonnette:3726:22743273,22753644:cartonnette:3726:22754116,22765037:cartonnette:3726:22765979,22777704:cartonnette:3726:22779184,22781198:cartonnette:3726:22782019,22813689:cartonnette:3726:22817953,22823123:cartonnette:3726:22823654,22823128:cartonnette:3726:22823337,22828659:cartonnette:3726:22842768,22860493:cartonnette:3726:22860605,22861967:cartonnette:3726:22862081,22880134:cartonnette:3726:23017980,22891519:cartonnette:3726:23022458,22893523:cartonnette:3726:23023070,22894328:cartonnette:3726:23025788,23279957:cartonnette:3726:23421547,24463509:cartonnette:3726:24463913,24463617:cartonnette:3726:24490187,24463634:cartonnette:3726:24490536,24463643:cartonnette:3726:24490160,24463648:cartonnette:3726:24490016,24463731:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.00786196027103624, 'nb_photo': 242, 'list_port_cont': '22602575,22610322,22620634,22637214,22637512,22641134,22644518,22645046,22646295,22675052,22687475,22689618,22696694,22700021,22700068,22700083,22743262,22746292,22754112,22765978,22779178,22782010,22791533,22817956,22818991,22823340,22828787,22836461,22840285,22842769,22856819,22860606,22862087,22863294,23014324,23017978,23022459,23022667,23023066,23025783,23032621,23075853,23094970,23421548,24464298,24464763,24465625,24469956,24489997,24490096,24490149,24490169,24490175,24490205,24490217,24490262,24490352,24490412,24490434,24490474,24490517,24490559,24491266,24513116,24513603,24514039,24515225,24556862,24556900,24557421,24557429,24557815,24557997,24558017,24558185,24559155,24559213,24559540,24559610,24559657,24559665,24559898,24560026,24560340,24560382,24560428,24560478,24560595,24561213,24563415', 'assoc_port': '22602547:22602575,22609803:22610322,22617409:22620634,22637078:22637214,22637330:22637512,22640871:22641134,22642865:22644518,22644526:22645046,22646208:22646295,22668749:22675052,22681466:22700068,22681469:22700083,22683209:22700021,22687083:22687475,22688512:22689618,22696408:22696694,22723675:22746292,22743072:22743262,22753644:22754112,22765037:22765978,22773715:22791533,22777704:22779178,22781198:22782010,22813689:22817956,22817780:22818991,22823128:22823340,22828659:22842769,22828661:22828787,22835900:22836461,22840149:22840285,22856659:22856819,22860493:22860606,22861967:22862087,22863286:22863294,22873139:23014324,22880134:23017978,22886792:23075853,22891519:23022459,22893518:23022667,22893523:23023066,22894328:23025783,22920083:23032621,23079432:23094970,23279957:23421548,24463552:24490217,24463564:24490205,24463617:24490175,24463643:24490169,24463681:24489997,24463718:24490559,24463731:24490149,24463755:24490474,24463790:24490352,24463827:24490517,24463857:24491266,24463876:24490262,24463898:2449041', 'assoc_mat': '22602547:Carton_brun:3726:22602575,22609803:Carton_brun:3726:22610322,22617409:Carton_brun:3726:22620634,22637078:Carton_brun:3726:22637214,22637330:Carton_brun:3726:22637512,22640871:Carton_brun:3726:22641134,22642865:Carton_brun:3726:22644518,22644526:Carton_brun:3726:22645046,22646208:Carton_brun:3726:22646295,22668749:Carton_brun:3726:22675052,22681466:Carton_brun:3726:22700068,22681469:Carton_brun:3726:22700083,22683209:Carton_brun:3726:22700021,22687083:Carton_brun:3726:22687475,22688512:Carton_brun:3726:22689618,22696408:Carton_brun:3726:22696694,22723675:Carton_brun:3726:22746292,22743072:Carton_brun:3726:22743262,22753644:Carton_brun:3726:22754112,22765037:Carton_brun:3726:22765978,22773715:Carton_brun:3726:22791533,22777704:Carton_brun:3726:22779178,22781198:Carton_brun:3726:22782010,22813689:Carton_brun:3726:22817956,22817780:Carton_brun:3726:22818991,22823128:Carton_brun:3726:22823340,22828659:Carton_brun:3726:22842769,22828661:Carton_brun:3726:22828787,22835900:Carton_brun:3726:22836461,22840149:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006614039777591147, 'nb_photo': 177, 'list_port_cont': '22602579,22610315,22620636,22641136,22644521,22645040,22675051,22687482,22700020,22743263,22746293,22754122,22765973,22791528,22817946,22823345,22823653,22828784,22858870,22860609,22862086,23014329,23017981,23022671,23023061,23025789,23032616,23075850,23094969,23160439,23421541,24463904,24464300,24464778,24465629,24469960,24470553,24489911,24490037,24490085,24490102,24490110,24490423,24490427,24490483,24490523,24490552,24491283,24513119,24513607,24514576,24515231,24556872,24557108,24557425,24557435,24557459,24558259,24558448,24558495,24558837,24559108,24559149,24559535,24559618,24559652,24559661,24559743,24559920,24559976,24560024,24560431,24560601,24560678,24560988,24561215,24561239,24563072,24563407,24563615,24563979,24564496', 'assoc_port': '22602547:22602579,22609803:22610315,22617409:22620636,22640871:22641136,22642865:22644521,22644526:22645040,22668749:22675051,22683209:22700020,22687083:22687482,22723675:22746293,22743072:22743263,22753644:22754122,22765037:22765973,22773715:22791528,22813689:22817946,22823123:22823653,22823128:22823345,22828661:22828784,22858842:22858870,22860493:22860609,22861967:22862086,22873139:23014329,22880134:23017981,22886792:23075850,22893518:23022671,22893523:23023061,22894328:23025789,22920083:23032616,23079432:23094969,23104935:23160439,23279957:23421541,24463443:24491283,24463509:24463904,24463718:24490552,24463735:24490110,24463755:24490483,24463827:24490523,24463898:24490423,24463920:24490427,24463926:24489911,24463930:24470553,24463975:24490102,24463979:24464300,24464004:24469960,24464114:24465629,24464115:24490085,24464127:24490037,24464182:24464778,24512666:24563072,24512687:24564496,24512690:24563979,24512693:24563615,24512758:24513119,24513004:24563407,24513046:24513607,24513231:24561239,24513402:2456098', 'assoc_mat': '22602547:Carton_gris:3726:22602579,22609803:Carton_gris:3726:22610315,22617409:Carton_gris:3726:22620636,22640871:Carton_gris:3726:22641136,22642865:Carton_gris:3726:22644521,22644526:Carton_gris:3726:22645040,22668749:Carton_gris:3726:22675051,22683209:Carton_gris:3726:22700020,22687083:Carton_gris:3726:22687482,22723675:Carton_gris:3726:22746293,22743072:Carton_gris:3726:22743263,22753644:Carton_gris:3726:22754122,22765037:Carton_gris:3726:22765973,22773715:Carton_gris:3726:22791528,22813689:Carton_gris:3726:22817946,22823123:Carton_gris:3726:22823653,22823128:Carton_gris:3726:22823345,22828661:Carton_gris:3726:22828784,22858842:Carton_gris:3726:22858870,22860493:Carton_gris:3726:22860609,22861967:Carton_gris:3726:22862086,22873139:Carton_gris:3726:23014329,22880134:Carton_gris:3726:23017981,22886792:Carton_gris:3726:23075850,22893518:Carton_gris:3726:23022671,22893523:Carton_gris:3726:23023061,22894328:Carton_gris:3726:23025789,22920083:Carton_gris:3726:23032616,23079432:Carton_gris:3726:23094969,23104935:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00426415240477604, 'nb_photo': 140, 'list_port_cont': '22592606,22602567,22627267,22637878,22637954,22645199,22667703,22675212,22681762,22698563,22718104,22737403,22777248,22782109,22794042,22845292,22856076,22859411,22863030,22863352,22876490,22883467,22897232,22900207,22925835,22942111,22951832,23063947,23075725,23090508,23091295,23165110,23174294,23185155,23439264,23450992,23477017,23482454,23490788,23501627,23503773,23506188,23513853,23516452,24489932,24489977,24490325,24490511,24491620,24557379,24558579,24558667,24560240,24569355,24569767', 'assoc_port': '22591582:22592606,22602549:22602567,22614943:22627267,22637672:22637954,22637674:22637878,22643641:22645199,22666515:22667703,22673669:22675212,22676627:22681762,22693033:22698563,22713819:22718104,22727668:22737403,22773713:22777248,22777724:22782109,22793928:22794042,22828627:22856076,22835476:22845292,22856658:22859411,22857008:22863352,22862865:22863030,22874442:22876490,22882318:22883467,22895713:22897232,22896423:22900207,22917826:22925835,22931348:22942111,22951589:22951832,23019441:23063947,23062405:23090508,23064326:23091295,23075518:23075725,23112649:23165110,23127851:23174294,23161553:23185155,23328664:23439264,23370198:23450992,23370901:23477017,23371000:23482454,23372139:23490788,23381825:23501627,23408683:23513853,23424126:23516452,23495804:23506188,23503087:23503773,24463520:24491620,24463722:24489977,24463777:24490511,24463881:24490325,24463942:24489932,24513246:24569355,24513454:24569767,24514181:24558579,24514184:24560240,24514432:24558667,24514700:24557379', 'assoc_mat': '22591582:ela:4205:22592606,22602549:ela:4205:22602567,22614943:ela:4205:22627267,22637672:ela:4205:22637954,22637674:ela:4205:22637878,22643641:ela:4205:22645199,22666515:ela:4205:22667703,22673669:ela:4205:22675212,22676627:ela:4205:22681762,22693033:ela:4205:22698563,22713819:ela:4205:22718104,22727668:ela:4205:22737403,22773713:ela:4205:22777248,22777724:ela:4205:22782109,22793928:ela:4205:22794042,22828627:ela:4205:22856076,22835476:ela:4205:22845292,22856658:ela:4205:22859411,22857008:ela:4205:22863352,22862865:ela:4205:22863030,22874442:ela:4205:22876490,22882318:ela:4205:22883467,22895713:ela:4205:22897232,22896423:ela:4205:22900207,22917826:ela:4205:22925835,22931348:ela:4205:22942111,22951589:ela:4205:22951832,23019441:ela:4205:23063947,23062405:ela:4205:23090508,23064326:ela:4205:23091295,23075518:ela:4205:23075725,23112649:ela:4205:23165110,23127851:ela:4205:23174294,23161553:ela:4205:23185155,23328664:ela:4205:23439264,23370198:ela:4205:23450992,23370901:ela:4205:23477017,23371000:ela:4205:2348245'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9629812112859761, 'nb_photo': 403, 'list_port_cont': '22630372,22634258,22636615,22644194,22645960,22671016,22687235,22707902,22720108,22738379,22763436,22784791,22816586,22847724,22854597,22862346,22864777,22865876,22880843,22889065,22945495,22988168,22990623,23008508,23089696,23094186,23095168,23186749,23209562,23411324,23479325,23505176,23506535,23507309,23525359,24490053,24490130,24490229,24490242,24490310,24490803,24491584,24515747,24557476,24557750,24557944,24558319,24559122,24559764,24560329,24560616,24560710,24560796,24561375,24562039,24562095,24563424,24565082,24567535,24576611', 'assoc_port': '22604273:22636615,22609799:22634258,22624047:22630372,22640872:22644194,22645327:22645960,22668747:22671016,22683214:22687235,22706231:22707902,22715864:22720108,22727698:22738379,22760876:22763436,22775279:22784791,22814866:22816586,22835896:22854597,22835901:22847724,22858837:22862346,22861704:22864777,22863669:22865876,22879241:22880843,22885096:22889065,22916871:22945495,22963267:22990623,22979636:22988168,23002549:23008508,23024263:23094186,23056326:23089696,23080635:23095168,23157180:23209562,23164742:23186749,23370918:23479325,23386645:23506535,23411038:23411324,23419023:23525359,23487314:23507309,23499045:23505176,24463400:24490803,24463494:24490310,24463899:24490229,24463929:24491584,24464003:24490130,24464038:24490242,24464111:24490053,24512919:24567535,24513076:24565082,24513354:24563424,24513393:24562095,24513539:24562039,24513754:24561375,24513857:24560616,24513862:24560329,24513919:24560796,24513940:24560710,24514080:24559764,24514113:24515747,24514431:24558319,24514481:24559122,24514527:2455775', 'assoc_mat': '22604273:ela:4203:22636615,22609799:ela:4203:22634258,22624047:ela:4203:22630372,22640872:ela:4203:22644194,22645327:ela:4203:22645960,22668747:ela:4203:22671016,22683214:ela:4203:22687235,22706231:ela:4203:22707902,22715864:ela:4203:22720108,22727698:ela:4203:22738379,22760876:ela:4203:22763436,22775279:ela:4203:22784791,22814866:ela:4203:22816586,22835896:ela:4203:22854597,22835901:ela:4203:22847724,22858837:ela:4203:22862346,22861704:ela:4203:22864777,22863669:ela:4203:22865876,22879241:ela:4203:22880843,22885096:ela:4203:22889065,22916871:ela:4203:22945495,22963267:ela:4203:22990623,22979636:ela:4203:22988168,23002549:ela:4203:23008508,23024263:ela:4203:23094186,23056326:ela:4203:23089696,23080635:ela:4203:23095168,23157180:ela:4203:23209562,23164742:ela:4203:23186749,23370918:ela:4203:23479325,23386645:ela:4203:23506535,23411038:ela:4203:23411324,23419023:ela:4203:23525359,23487314:ela:4203:23507309,23499045:ela:4203:23505176,24463400:ela:4203:24490803,24463494:ela:4203:24490310,24463899:ela:4203:2449022'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0021653940820339254, 'nb_photo': 172, 'list_port_cont': '22594067,22597300,22600131,22613357,22628689,22637206,22639702,22641099,22642307,22643839,22645635,22646092,22663966,22666881,22670069,22672800,22674105,22674366,22675640,22695656,22696609,22709333,22711041,22712030,22721062,22721297,22721999,22728594,22732033,22732520,22756029,22758436,22761332,22765544,22775458,22775970,22786357,22794060,22817981,22823495,22833369,22839627,22839689,22840466,22859527,22861836,22862176,22862229,22863799,22876713,22877234,22878894,22879890,22882522,22883048,22885467,22895859,22896991,22928152,23170502,23182136,23257379,23443201,23478217,23482401,23489392,23491241,23492535,23498314,23503072,23504052,24464658,24464717,24465377,24466765,24468324,24468422,24468494,24469148,24469708,24471146,24513434,24513895,24556285,24556617,24556851,24557097,24557245,24557930,24557989,24558227,24558531,24559279,24559378,24559390,24559428,24559524,24559854,24560220,24560626,24560765,24562328,24562651,24564890,24565026,24576416', 'assoc_port': '22593610:22594067,22596777:22597300,22599780:22600131,22613019:22613357,22628395:22628689,22637082:22637206,22639298:22639702,22640874:22641099,22641847:22642307,22643639:22643839,22645328:22645635,22645998:22646092,22662911:22663966,22666517:22666881,22669905:22670069,22672698:22672800,22673666:22674366,22673668:22674105,22675369:22675640,22693003:22695656,22696407:22696609,22708745:22711041,22708748:22709333,22711984:22712030,22720548:22721999,22720553:22721297,22720554:22721062,22727656:22728594,22731511:22732520,22731514:22732033,22755523:22756029,22757921:22758436,22760878:22761332,22765035:22765544,22775277:22775970,22775282:22775458,22785918:22786357,22793924:22794060,22816844:22817981,22823125:22823495,22832672:22833369,22838933:22839689,22838936:22839627,22840150:22840466,22859471:22859527,22861707:22861836,22861966:22862229,22861971:22862176,22863671:22863799,22876397:22878894,22876399:22877234,22876413:22876713,22879238:22879890,22882316:22882522,22882938:22883048,22885093:22885467,22895710:2289699', 'assoc_mat': '22593610:ela:4207:22594067,22596777:ela:4207:22597300,22599780:ela:4207:22600131,22613019:ela:4207:22613357,22628395:ela:4207:22628689,22637082:ela:4207:22637206,22639298:ela:4207:22639702,22640874:ela:4207:22641099,22641847:ela:4207:22642307,22643639:ela:4207:22643839,22645328:ela:4207:22645635,22645998:ela:4207:22646092,22662911:ela:4207:22663966,22666517:ela:4207:22666881,22669905:ela:4207:22670069,22672698:ela:4207:22672800,22673666:ela:4207:22674366,22673668:ela:4207:22674105,22675369:ela:4207:22675640,22693003:ela:4207:22695656,22696407:ela:4207:22696609,22708745:ela:4207:22711041,22708748:ela:4207:22709333,22711984:ela:4207:22712030,22720548:ela:4207:22721999,22720553:ela:4207:22721297,22720554:ela:4207:22721062,22727656:ela:4207:22728594,22731511:ela:4207:22732520,22731514:ela:4207:22732033,22755523:ela:4207:22756029,22757921:ela:4207:22758436,22760878:ela:4207:22761332,22765035:ela:4207:22765544,22775277:ela:4207:22775970,22775282:ela:4207:22775458,22785918:ela:4207:22786357,22793924:ela:4207:2279406'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0037258430593767695, 'nb_photo': 15, 'list_port_cont': '22595980,22787675,22862098,22876598,24474007,24515514,24549137,24556369,24557892,24558108', 'assoc_port': '22594879:22595980,22787164:22787675,22861969:22862098,22876414:22876598,24463669:24474007,24513399:24558108,24513569:24557892,24513825:24515514,24514259:24556369,24514744:24549137', 'assoc_mat': '22594879:ela:4461:22595980,22787164:ela:4461:22787675,22861969:ela:4461:22862098,22876414:ela:4461:22876598,24463669:ela:4461:24474007,24513399:ela:4461:24558108,24513569:ela:4461:24557892,24513825:ela:4461:24515514,24514259:ela:4461:24556369,24514744:ela:4461:24549137'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015015216613890338, 'nb_photo': 152, 'list_port_cont': '22613237,22627391,22642117,22644419,22677090,22684099,22686631,22711335,22714725,22725028,22731757,22734349,22737342,22757465,22765910,22794089,22817104,22823588,22851390,22865881,22888917,22897426,22909441,22918142,23077563,23089625,23091830,23393266,23504420,23506143,23514779,23516198,24464736,24465513,24466711,24467803,24468948,24470432,24470908,24471910,24472109,24474174,24475176,24476207,24476433,24477323,24479543,24480131,24480968,24481937,24482863,24489667,24489881,24513421,24556007,24556192,24557327,24557445,24557558,24557591,24557802,24558129,24558401,24558710,24558801,24559082,24559088,24559276,24559407,24559628,24559785,24560450,24560546,24560571,24560845,24560872,24560998,24561098,24561149,24561248,24561947,24563786,24564237,24565608,24565967,24566992,24567742,24567899', 'assoc_port': '22613021:22613237,22614937:22627391,22641850:22642117,22642868:22644419,22669908:22684099,22675368:22677090,22681463:22686631,22708747:22711335,22714439:22714725,22720550:22725028,22723659:22734349,22727658:22737342,22731557:22731757,22755522:22757465,22763326:22765910,22793931:22794089,22816846:22817104,22823153:22823588,22851169:22851390,22863281:22865881,22880133:22909441,22885094:22888917,22895716:22897426,22913784:22918142,23025697:23077563,23052746:23091830,23056323:23089625,23157192:24566992,23176167:24480131,23393129:23393266,23414781:23514779,23422148:23516198,23495810:23506143,23503943:23504420,24463431:24489881,24463495:24489667,24463544:24477323,24463561:24482863,24463676:24476433,24463724:24476207,24463736:24464736,24463820:24479543,24463823:24480968,24463864:24475176,24463916:24467803,24463946:24472109,24463951:24474174,24463987:24471910,24464105:24481937,24464124:24466711,24464131:24470908,24464139:24470432,24464161:24465513,24464175:24468948,24512563:24560872,24512571:24561947,24512676:2456423', 'assoc_mat': '22613021:ela:4200:22613237,22614937:ela:4200:22627391,22641850:ela:4200:22642117,22642868:ela:4200:22644419,22669908:ela:4200:22684099,22675368:ela:4200:22677090,22681463:ela:4200:22686631,22708747:ela:4200:22711335,22714439:ela:4200:22714725,22720550:ela:4200:22725028,22723659:ela:4200:22734349,22727658:ela:4200:22737342,22731557:ela:4200:22731757,22755522:ela:4200:22757465,22763326:ela:4200:22765910,22793931:ela:4200:22794089,22816846:ela:4200:22817104,22823153:ela:4200:22823588,22851169:ela:4200:22851390,22863281:ela:4200:22865881,22880133:ela:4200:22909441,22885094:ela:4200:22888917,22895716:ela:4200:22897426,22913784:ela:4200:22918142,23025697:ela:4200:23077563,23052746:ela:4200:23091830,23056323:ela:4200:23089625,23157192:ela:4200:24566992,23176167:ela:4200:24480131,23393129:ela:4200:23393266,23414781:ela:4200:23514779,23422148:ela:4200:23516198,23495810:ela:4200:23506143,23503943:ela:4200:23504420,24463431:ela:4200:24489881,24463495:ela:4200:24489667,24463544:ela:4200:24477323,24463561:ela:4200:2448286'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0016759941568299003, 'nb_photo': 637, 'list_port_cont': '22593855,22595975,22601205,22603324,22604596,22607909,22611620,22611817,22611933,22617842,22617938,22624753,22625105,22628726,22629300,22637167,22637369,22637775,22639570,22641108,22643920,22645480,22645684,22646310,22647255,22662572,22662664,22672905,22675660,22681968,22682305,22682415,22683924,22684026,22687947,22695356,22696674,22697385,22706795,22712015,22713267,22714696,22719929,22724314,22730494,22730602,22754084,22761218,22766463,22774548,22781944,22787589,22792006,22814099,22817087,22823275,22831917,22832965,22835668,22835687,22839397,22856717,22856840,22858909,22861828,22862014,22862139,22862661,22863057,22863822,22876744,22880367,22883122,22887354,22887488,22890388,22891751,22896673,22918028,22922664,23013083,23064849,23107224,23232712,23266792,23329545,23331990,23345491,23373433,23385228,23412749,23447105,23487906,23488204,24464553,24464800,24465226,24465268,24465398,24465669,24465749,24465788,24466505,24466614,24466691,24466893,24467304,24467484,24467982,24468665,24468715,24469434,24469664,2446973', 'assoc_port': '22593609:22593855,22594876:22595975,22600723:22601205,22603046:22603324,22604278:22604596,22607578:22607909,22610903:22611933,22610905:22611817,22610908:22611620,22614939:22625105,22617410:22617842,22617415:22617938,22618983:22629300,22624049:22624753,22628393:22628726,22637081:22637167,22637331:22637369,22637677:22637775,22639299:22639570,22640873:22641108,22643642:22643920,22645325:22645684,22645329:22645480,22646206:22646310,22647186:22647255,22661875:22662664,22661878:22662572,22672696:22672905,22672699:22683924,22675373:22675660,22681465:22682415,22681467:22682305,22681471:22681968,22683204:22684026,22687085:22687947,22694882:22695356,22696406:22696674,22696945:22697385,22706230:22706795,22711986:22712015,22713013:22713267,22714441:22714696,22719539:22719929,22723676:22724314,22729019:22730602,22729023:22730494,22753645:22754084,22760875:22761218,22766334:22766463,22773720:22774548,22781197:22781944,22782354:22792006,22787162:22787589,22813690:22814099,22816847:22817087,22823127:22823275,22831634:2283191', 'assoc_mat': '22593609:ela:4209:22593855,22594876:ela:4209:22595975,22600723:ela:4209:22601205,22603046:ela:4209:22603324,22604278:ela:4209:22604596,22607578:ela:4209:22607909,22610903:ela:4209:22611933,22610905:ela:4209:22611817,22610908:ela:4209:22611620,22614939:ela:4209:22625105,22617410:ela:4209:22617842,22617415:ela:4209:22617938,22618983:ela:4209:22629300,22624049:ela:4209:22624753,22628393:ela:4209:22628726,22637081:ela:4209:22637167,22637331:ela:4209:22637369,22637677:ela:4209:22637775,22639299:ela:4209:22639570,22640873:ela:4209:22641108,22643642:ela:4209:22643920,22645325:ela:4209:22645684,22645329:ela:4209:22645480,22646206:ela:4209:22646310,22647186:ela:4209:22647255,22661875:ela:4209:22662664,22661878:ela:4209:22662572,22672696:ela:4209:22672905,22672699:ela:4209:22683924,22675373:ela:4209:22675660,22681465:ela:4209:22682415,22681467:ela:4209:22682305,22681471:ela:4209:22681968,22683204:ela:4209:22684026,22687085:ela:4209:22687947,22694882:ela:4209:22695356,22696406:ela:4209:22696674,22696945:ela:4209:2269738'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008421932129138621, 'nb_photo': 1784, 'list_port_cont': '22594153,22596103,22597264,22600177,22601236,22602885,22603307,22604582,22604682,22607877,22611741,22613596,22615587,22617918,22619617,22621920,22637230,22637556,22637890,22638912,22639722,22641085,22642196,22642353,22643274,22643862,22644807,22646136,22646316,22646772,22664721,22669218,22670573,22672991,22674165,22677115,22687533,22687866,22695613,22696702,22700580,22706879,22712137,22712899,22714118,22714710,22714769,22716163,22719974,22721101,22721225,22728538,22730043,22732166,22743589,22748173,22754168,22754215,22758676,22761607,22763727,22765740,22771948,22778220,22786471,22816099,22818583,22820556,22823238,22823524,22824458,22829505,22832003,22832262,22833303,22841000,22842109,22843018,22845807,22856850,22856883,22857932,22858763,22859605,22860802,22863067,22863872,22864497,22864551,22865042,22876859,22880527,22881976,22882011,22882505,22883167,22885517,22887660,22887829,22892052,22895840,22895876,22910361,22911748,22914579,22915527,22915980,22918131,22920487,22925343,22931814,22950010,22952130,2296096', 'assoc_port': '22593607:22594153,22594878:22596103,22596778:22597264,22599779:22600177,22600725:22601236,22602546:22602885,22603047:22603307,22604281:22604582,22604285:22604682,22607577:22607877,22610904:22611741,22613020:22613596,22614941:22615587,22617413:22617918,22618986:22619617,22621389:22621920,22637075:22637230,22637329:22637556,22637675:22637890,22638530:22638912,22639300:22639722,22640875:22641085,22641844:22642196,22641848:22642353,22642866:22643274,22643643:22643862,22644532:22644807,22645996:22646136,22646207:22646316,22646699:22646772,22662916:22664721,22668748:22669218,22669906:22670573,22672697:22672991,22673671:22674165,22676626:22677115,22687084:22687866,22687089:22687533,22694854:22695613,22694881:22700580,22696405:22696702,22706232:22706879,22711985:22712137,22712696:22712899,22713825:22714118,22714438:22714710,22714442:22714769,22715865:22716163,22719540:22719974,22720545:22721225,22720552:22721101,22727659:22728538,22729021:22730043,22731512:22732166,22740292:22748173,22743077:22743589,22753643:2275421', 'assoc_mat': '22593607:ela:4211:22594153,22594878:ela:4211:22596103,22596778:ela:4211:22597264,22599779:ela:4211:22600177,22600725:ela:4211:22601236,22602546:ela:4211:22602885,22603047:ela:4211:22603307,22604281:ela:4211:22604582,22604285:ela:4211:22604682,22607577:ela:4211:22607877,22610904:ela:4211:22611741,22613020:ela:4211:22613596,22614941:ela:4211:22615587,22617413:ela:4211:22617918,22618986:ela:4211:22619617,22621389:ela:4211:22621920,22637075:ela:4211:22637230,22637329:ela:4211:22637556,22637675:ela:4211:22637890,22638530:ela:4211:22638912,22639300:ela:4211:22639722,22640875:ela:4211:22641085,22641844:ela:4211:22642196,22641848:ela:4211:22642353,22642866:ela:4211:22643274,22643643:ela:4211:22643862,22644532:ela:4211:22644807,22645996:ela:4211:22646136,22646207:ela:4211:22646316,22646699:ela:4211:22646772,22662916:ela:4211:22664721,22668748:ela:4211:22669218,22669906:ela:4211:22670573,22672697:ela:4211:22672991,22673671:ela:4211:22674165,22676626:ela:4211:22677115,22687084:ela:4211:22687866,22687089:ela:4211:2268753'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00010475749479824319, 'nb_photo': 95, 'list_port_cont': '22634259,22645959,22671013,22687233,22707915,22720096,22738382,22784790,22816592,22847711,22854609,22862339,22864767,22865872,22880848,22889062,22945494,22988173,22990618,23008517,23089689,23095160,23186754,23209575,23479318,23505179,23507312,24490052,24490316,24491576,24515748,24557482,24557760,24557948,24558325,24559125,24559766,24560328,24560610,24560799,24562088,24563428,24567525', 'assoc_port': '22609799:22634259,22645327:22645959,22668747:22671013,22683214:22687233,22706231:22707915,22715864:22720096,22727698:22738382,22775279:22784790,22814866:22816592,22835896:22854609,22835901:22847711,22858837:22862339,22861704:22864767,22863669:22865872,22879241:22880848,22885096:22889062,22916871:22945494,22963267:22990618,22979636:22988173,23002549:23008517,23056326:23089689,23080635:23095160,23157180:23209575,23164742:23186754,23370918:23479318,23487314:23507312,23499045:23505179,24463494:24490316,24463929:24491576,24464111:24490052,24512919:24567525,24513354:24563428,24513393:24562088,24513857:24560610,24513862:24560328,24513919:24560799,24514080:24559766,24514113:24515748,24514431:24558325,24514481:24559125,24514527:24557760,24514748:24557948,24514753:24557482', 'assoc_mat': '22609799:etiquette:4203:22634259,22645327:etiquette:4203:22645959,22668747:etiquette:4203:22671013,22683214:etiquette:4203:22687233,22706231:etiquette:4203:22707915,22715864:etiquette:4203:22720096,22727698:etiquette:4203:22738382,22775279:etiquette:4203:22784790,22814866:etiquette:4203:22816592,22835896:etiquette:4203:22854609,22835901:etiquette:4203:22847711,22858837:etiquette:4203:22862339,22861704:etiquette:4203:22864767,22863669:etiquette:4203:22865872,22879241:etiquette:4203:22880848,22885096:etiquette:4203:22889062,22916871:etiquette:4203:22945494,22963267:etiquette:4203:22990618,22979636:etiquette:4203:22988173,23002549:etiquette:4203:23008517,23056326:etiquette:4203:23089689,23080635:etiquette:4203:23095160,23157180:etiquette:4203:23209575,23164742:etiquette:4203:23186754,23370918:etiquette:4203:23479318,23487314:etiquette:4203:23507312,23499045:etiquette:4203:23505179,24463494:etiquette:4203:24490316,24463929:etiquette:4203:24491576,24464111:etiquette:4203:24490052,24512919:etiquette:4203:24567525,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0003140477244464987, 'nb_photo': 16, 'list_port_cont': '22611289,22613354,22639715,22646048,22647391,22711031,22766558,22823369,22857867,22893860,23447362,23447568,23493189,24559419,24559520', 'assoc_port': '22610902:22611289,22613019:22613354,22639298:22639715,22645999:22646048,22647189:22647391,22708745:22711031,22766320:22766558,22823154:22823369,22857555:22857867,22893528:22893860,23446596:23447568,23446972:23447362,23487102:23493189,24513871:24559520,24514086:24559419', 'assoc_mat': '22610902:etiquette:4207:22611289,22613019:etiquette:4207:22613354,22639298:etiquette:4207:22639715,22645999:etiquette:4207:22646048,22647189:etiquette:4207:22647391,22708745:etiquette:4207:22711031,22766320:etiquette:4207:22766558,22823154:etiquette:4207:22823369,22857555:etiquette:4207:22857867,22893528:etiquette:4207:22893860,23446596:etiquette:4207:23447568,23446972:etiquette:4207:23447362,23487102:etiquette:4207:23493189,24513871:etiquette:4207:24559520,24514086:etiquette:4207:24559419'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00015014768242328338, 'nb_photo': 11, 'list_port_cont': '22609334,22644427,22684095,22720792,22725033,22774550,22864921,23507167,23510388,24468941,24514154', 'assoc_port': '22604276:22609334,22642868:22644427,22669908:22684095,22720546:22720792,22720550:22725033,22771176:22774550,22861706:22864921,23487203:23510388,23487322:23507167,24464175:24468941,24513411:24514154', 'assoc_mat': '22604276:etiquette:4200:22609334,22642868:etiquette:4200:22644427,22669908:etiquette:4200:22684095,22720546:etiquette:4200:22720792,22720550:etiquette:4200:22725033,22771176:etiquette:4200:22774550,22861706:etiquette:4200:22864921,23487203:etiquette:4200:23510388,23487322:etiquette:4200:23507167,24464175:etiquette:4200:24468941,24513411:etiquette:4200:24514154'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000662248711410801, 'nb_photo': 77, 'list_port_cont': '22595973,22601209,22603332,22607905,22611617,22617932,22624749,22629301,22637785,22641113,22643909,22645477,22646309,22662653,22697394,22706785,22724312,22754079,22761247,22766455,22781941,22787602,22792012,22817095,22832962,22835676,22835692,22858919,22863309,22887357,22890033,22890390,22896676,22918032,23373434,23487910,24465271,24467490,24468659,24470832,24470987,24471306,24471780,24479772,24514676,24544494,24545387,24545511,24548338,24550083,24554437,24554881,24557191,24557232,24558217', 'assoc_port': '22594876:22595973,22600723:22601209,22603046:22603332,22607578:22607905,22610908:22611617,22617415:22617932,22618983:22629301,22624049:22624749,22637677:22637785,22640873:22641113,22643642:22643909,22645329:22645477,22646206:22646309,22661875:22662653,22696945:22697394,22706230:22706785,22723676:22724312,22753645:22754079,22760875:22761247,22766334:22766455,22781197:22781941,22782354:22792012,22787162:22787602,22816847:22817095,22832671:22832962,22835473:22835692,22835475:22835676,22858841:22858919,22863282:22863309,22886794:22887357,22889832:22890390,22889840:22890033,22896424:22896676,22917827:22918032,23073358:24468659,23370912:23373434,23487318:23487910,24463460:24479772,24463537:24471780,24463597:24471306,24463659:24470987,24463668:24470832,24463758:24465271,24464163:24467490,24513003:24558217,24513051:24557191,24513412:24514676,24513758:24554881,24513861:24554437,24514442:24550083,24514490:24548338,24514499:24557232,24514501:24545511,24514762:24545387,24514791:24544494', 'assoc_mat': '22594876:etiquette:4209:22595973,22600723:etiquette:4209:22601209,22603046:etiquette:4209:22603332,22607578:etiquette:4209:22607905,22610908:etiquette:4209:22611617,22617415:etiquette:4209:22617932,22618983:etiquette:4209:22629301,22624049:etiquette:4209:22624749,22637677:etiquette:4209:22637785,22640873:etiquette:4209:22641113,22643642:etiquette:4209:22643909,22645329:etiquette:4209:22645477,22646206:etiquette:4209:22646309,22661875:etiquette:4209:22662653,22696945:etiquette:4209:22697394,22706230:etiquette:4209:22706785,22723676:etiquette:4209:22724312,22753645:etiquette:4209:22754079,22760875:etiquette:4209:22761247,22766334:etiquette:4209:22766455,22781197:etiquette:4209:22781941,22782354:etiquette:4209:22792012,22787162:etiquette:4209:22787602,22816847:etiquette:4209:22817095,22832671:etiquette:4209:22832962,22835473:etiquette:4209:22835692,22835475:etiquette:4209:22835676,22858841:etiquette:4209:22858919,22863282:etiquette:4209:22863309,22886794:etiquette:4209:22887357,22889832:etiquette:4209:22890390,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.7033157832149614e-05, 'nb_photo': 105, 'list_port_cont': '22594157,22596090,22602883,22603301,22613594,22621905,22637891,22642209,22642349,22643866,22644821,22646132,22646327,22646773,22670581,22672992,22677107,22687540,22687867,22695476,22695608,22714706,22714764,22716162,22728541,22730037,22743587,22748169,22754212,22758666,22763728,22786464,22818579,22856861,22858760,22863069,22863879,22864503,22864550,22865037,22876869,22880521,22882510,22883173,22885534,22887837,22892048,22895838,22915518,22920483,22984679,23065100,23105607,23261343,23314838,23376032,23379251,23379590,23413022,23423181,23488143,23488562,24467321,24467380,24468526,24473041,24475250,24476117,24515636,24515910,24537161,24547675', 'assoc_port': '22593607:22594157,22594878:22596090,22602546:22602883,22603047:22603301,22613020:22613594,22621389:22621905,22637675:22637891,22641844:22642209,22641848:22642349,22643643:22643866,22644532:22644821,22645996:22646132,22646207:22646327,22646699:22646773,22669906:22670581,22672697:22672992,22676626:22677107,22687084:22687867,22687089:22687540,22694854:22695608,22694855:22695476,22714438:22714706,22714442:22714764,22715865:22716162,22727659:22728541,22729021:22730037,22740292:22748169,22743077:22743587,22753643:22754212,22755526:22763728,22757922:22758666,22785892:22786464,22817778:22818579,22856664:22856861,22858657:22858760,22862457:22864503,22862860:22863069,22862866:22865037,22863668:22863879,22864379:22864550,22876403:22876869,22880137:22880521,22882317:22882510,22882926:22883173,22885097:22885534,22886786:22887837,22891518:22892048,22895715:22895838,22915416:22915518,22920084:22920483,22984207:22984679,23064320:23065100,23104934:23105607,23260370:23261343,23314653:23314838,23370873:23379590,23370905:2337925', 'assoc_mat': '22593607:etiquette:4211:22594157,22594878:etiquette:4211:22596090,22602546:etiquette:4211:22602883,22603047:etiquette:4211:22603301,22613020:etiquette:4211:22613594,22621389:etiquette:4211:22621905,22637675:etiquette:4211:22637891,22641844:etiquette:4211:22642209,22641848:etiquette:4211:22642349,22643643:etiquette:4211:22643866,22644532:etiquette:4211:22644821,22645996:etiquette:4211:22646132,22646207:etiquette:4211:22646327,22646699:etiquette:4211:22646773,22669906:etiquette:4211:22670581,22672697:etiquette:4211:22672992,22676626:etiquette:4211:22677107,22687084:etiquette:4211:22687867,22687089:etiquette:4211:22687540,22694854:etiquette:4211:22695608,22694855:etiquette:4211:22695476,22714438:etiquette:4211:22714706,22714442:etiquette:4211:22714764,22715865:etiquette:4211:22716162,22727659:etiquette:4211:22728541,22729021:etiquette:4211:22730037,22740292:etiquette:4211:22748169,22743077:etiquette:4211:22743587,22753643:etiquette:4211:22754212,22755526:etiquette:4211:22763728,22757922:etiquette:4211:22758666,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005230237062814904, 'nb_photo': 11, 'list_port_cont': '22616490,22637338,22764376,22770704,22889659,22901074,22970729,23492821,23497278', 'assoc_port': '22614960:22616490,22637080:22637338,22763325:22764376,22769206:22770704,22885089:22889659,22889833:22901074,22955748:22970729,23372169:23492821,23375428:23497278', 'assoc_mat': '22614960:etiquette:3327:22616490,22637080:etiquette:3327:22637338,22763325:etiquette:3327:22764376,22769206:etiquette:3327:22770704,22885089:etiquette:3327:22889659,22889833:etiquette:3327:22901074,22955748:etiquette:3327:22970729,23372169:etiquette:3327:23492821,23375428:etiquette:3327:23497278'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.019552685624644146, 'nb_photo': 804, 'list_port_cont': '22592614,22602560,22627280,22637871,22645202,22667705,22675213,22681763,22698571,22718103,22722809,22737402,22757387,22777244,22782118,22794053,22845282,22856079,22859418,22863032,22863349,22876483,22883470,22897220,22900214,22925847,22942103,22951838,22978011,23063937,23075723,23088193,23090513,23091301,23165098,23174300,23185156,23439259,23447350,23450988,23477026,23482441,23490790,23501639,23503786,23506184,23509910,23513859,23516451,23526818,24489936,24489972,24490328,24490500,24491614,24557366,24558587,24558656,24558978,24560246,24569351,24569763', 'assoc_port': '22591582:22592614,22602549:22602560,22614943:22627280,22637674:22637871,22643641:22645202,22666515:22667705,22673669:22675213,22676627:22681763,22693033:22698571,22713819:22718103,22719525:22722809,22727668:22737402,22755525:22757387,22773713:22777244,22777724:22782118,22793928:22794053,22828627:22856079,22835476:22845282,22856658:22859418,22857008:22863349,22862865:22863032,22874442:22876483,22882318:22883470,22895713:22897220,22896423:22900214,22917826:22925847,22931348:22942103,22951589:22951838,22967489:22978011,23019441:23063937,23052721:23088193,23062405:23090513,23064326:23091301,23075518:23075723,23112649:23165098,23127851:23174300,23161553:23185156,23266257:23526818,23328664:23439259,23370198:23450988,23370901:23477026,23371000:23482441,23372139:23490790,23381825:23501639,23408683:23513859,23424126:23516451,23446969:23447350,23487313:23509910,23495804:23506184,23503087:23503786,24463520:24491614,24463722:24489972,24463777:24490500,24463881:24490328,24463942:24489936,24513246:24569351,24513454:2456976', 'assoc_mat': '22591582:film_plastique:4205:22592614,22602549:film_plastique:4205:22602560,22614943:film_plastique:4205:22627280,22637674:film_plastique:4205:22637871,22643641:film_plastique:4205:22645202,22666515:film_plastique:4205:22667705,22673669:film_plastique:4205:22675213,22676627:film_plastique:4205:22681763,22693033:film_plastique:4205:22698571,22713819:film_plastique:4205:22718103,22719525:film_plastique:4205:22722809,22727668:film_plastique:4205:22737402,22755525:film_plastique:4205:22757387,22773713:film_plastique:4205:22777244,22777724:film_plastique:4205:22782118,22793928:film_plastique:4205:22794053,22828627:film_plastique:4205:22856079,22835476:film_plastique:4205:22845282,22856658:film_plastique:4205:22859418,22857008:film_plastique:4205:22863349,22862865:film_plastique:4205:22863032,22874442:film_plastique:4205:22876483,22882318:film_plastique:4205:22883470,22895713:film_plastique:4205:22897220,22896423:film_plastique:4205:22900214,22917826:film_plastique:4205:22925847,22931348:film_plastique:4205:2294210'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004700335523192969, 'nb_photo': 1090, 'list_port_cont': '22630367,22634252,22636611,22644204,22645963,22671024,22687236,22707903,22720101,22738383,22763437,22784796,22816587,22847723,22854598,22862348,22864781,22865871,22880837,22889063,22945502,22988182,22990617,23008512,23089693,23094194,23095172,23186751,23209563,23411315,23479323,23505180,23506529,23507305,23525361,24490059,24490136,24490228,24490251,24490308,24490796,24491573,24515738,24557471,24557751,24557933,24558320,24559124,24559774,24560330,24560615,24560702,24560792,24561380,24562037,24562091,24563421,24565086,24567529,24576601', 'assoc_port': '22604273:22636611,22609799:22634252,22624047:22630367,22640872:22644204,22645327:22645963,22668747:22671024,22683214:22687236,22706231:22707903,22715864:22720101,22727698:22738383,22760876:22763437,22775279:22784796,22814866:22816587,22835896:22854598,22835901:22847723,22858837:22862348,22861704:22864781,22863669:22865871,22879241:22880837,22885096:22889063,22916871:22945502,22963267:22990617,22979636:22988182,23002549:23008512,23024263:23094194,23056326:23089693,23080635:23095172,23157180:23209563,23164742:23186751,23370918:23479323,23386645:23506529,23411038:23411315,23419023:23525361,23487314:23507305,23499045:23505180,24463400:24490796,24463494:24490308,24463899:24490228,24463929:24491573,24464003:24490136,24464038:24490251,24464111:24490059,24512919:24567529,24513076:24565086,24513354:24563421,24513393:24562091,24513539:24562037,24513754:24561380,24513857:24560615,24513862:24560330,24513919:24560792,24513940:24560702,24514080:24559774,24514113:24515738,24514431:24558320,24514481:24559124,24514527:2455775', 'assoc_mat': '22604273:film_plastique:4203:22636611,22609799:film_plastique:4203:22634252,22624047:film_plastique:4203:22630367,22640872:film_plastique:4203:22644204,22645327:film_plastique:4203:22645963,22668747:film_plastique:4203:22671024,22683214:film_plastique:4203:22687236,22706231:film_plastique:4203:22707903,22715864:film_plastique:4203:22720101,22727698:film_plastique:4203:22738383,22760876:film_plastique:4203:22763437,22775279:film_plastique:4203:22784796,22814866:film_plastique:4203:22816587,22835896:film_plastique:4203:22854598,22835901:film_plastique:4203:22847723,22858837:film_plastique:4203:22862348,22861704:film_plastique:4203:22864781,22863669:film_plastique:4203:22865871,22879241:film_plastique:4203:22880837,22885096:film_plastique:4203:22889063,22916871:film_plastique:4203:22945502,22963267:film_plastique:4203:22990617,22979636:film_plastique:4203:22988182,23002549:film_plastique:4203:23008512,23024263:film_plastique:4203:23094194,23056326:film_plastique:4203:23089693,23080635:film_plastique:4203:2309517'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0028891512693604475, 'nb_photo': 1700, 'list_port_cont': '22594069,22594352,22594386,22596892,22597307,22600128,22600316,22600919,22610268,22611295,22613359,22615150,22617799,22629008,22637209,22637258,22637767,22639375,22639708,22641092,22642299,22643851,22644842,22644856,22644970,22646055,22646090,22647233,22647387,22661918,22663959,22666879,22670064,22672794,22674114,22674352,22675636,22676817,22686226,22687287,22687797,22695416,22695669,22696618,22709339,22711035,22712036,22712713,22713251,22714564,22715792,22721059,22721299,22722004,22728584,22728628,22732034,22732515,22733456,22733537,22733978,22753887,22753982,22756021,22758437,22761335,22763908,22765539,22766560,22770054,22775450,22775614,22775979,22781539,22786364,22790686,22794059,22814233,22816956,22817987,22818298,22820505,22823371,22823497,22829371,22829569,22833056,22833373,22839348,22839690,22840470,22841948,22842211,22856797,22857870,22858749,22859516,22859652,22861799,22861843,22862056,22862183,22862222,22863001,22863323,22863786,22863931,22864570,22874923,22876708,22876999,22877227,22878890,2287961', 'assoc_port': '22593605:22594352,22593606:22594386,22593610:22594069,22596777:22597307,22596780:22596892,22599778:22600316,22599780:22600128,22600753:22600919,22609801:22610268,22610902:22611295,22613019:22613359,22614940:22615150,22617411:22617799,22628391:22629008,22637079:22637258,22637082:22637209,22637676:22637767,22639298:22639708,22639302:22639375,22640874:22641092,22641847:22642299,22643639:22643851,22644527:22644970,22644530:22644856,22644534:22644842,22645998:22646090,22645999:22646055,22647189:22647387,22647190:22647233,22661877:22661918,22662911:22663959,22666517:22666879,22669905:22670064,22672698:22672794,22673666:22674352,22673668:22674114,22675369:22675636,22676625:22676817,22681470:22686226,22687087:22687797,22687093:22687287,22693003:22695669,22694883:22695416,22696407:22696618,22708745:22711035,22708748:22709339,22711984:22712036,22712695:22712713,22713014:22713251,22713828:22715792,22714440:22714564,22720548:22722004,22720553:22721299,22720554:22721059,22727656:22728584,22727657:22728628,22731509:2273345', 'assoc_mat': '22593605:film_plastique:4207:22594352,22593606:film_plastique:4207:22594386,22593610:film_plastique:4207:22594069,22596777:film_plastique:4207:22597307,22596780:film_plastique:4207:22596892,22599778:film_plastique:4207:22600316,22599780:film_plastique:4207:22600128,22600753:film_plastique:4207:22600919,22609801:film_plastique:4207:22610268,22610902:film_plastique:4207:22611295,22613019:film_plastique:4207:22613359,22614940:film_plastique:4207:22615150,22617411:film_plastique:4207:22617799,22628391:film_plastique:4207:22629008,22637079:film_plastique:4207:22637258,22637082:film_plastique:4207:22637209,22637676:film_plastique:4207:22637767,22639298:film_plastique:4207:22639708,22639302:film_plastique:4207:22639375,22640874:film_plastique:4207:22641092,22641847:film_plastique:4207:22642299,22643639:film_plastique:4207:22643851,22644527:film_plastique:4207:22644970,22644530:film_plastique:4207:22644856,22644534:film_plastique:4207:22644842,22645998:film_plastique:4207:22646090,22645999:film_plastique:4207:2264605'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7379723465522257, 'nb_photo': 7077, 'list_port_cont': '22591958,22595979,22600146,22604822,22604878,22607808,22610122,22611427,22615443,22621166,22621794,22637446,22638865,22639677,22642315,22643812,22644728,22645654,22646077,22647272,22664455,22666821,22670603,22674118,22677060,22684124,22687451,22693426,22696631,22697910,22712864,22714086,22717935,22720963,22721116,22724472,22732107,22749522,22756111,22761292,22766481,22771657,22778059,22781431,22782760,22786383,22787679,22811899,22816040,22824304,22828934,22832069,22833106,22839469,22840481,22844338,22844554,22856731,22858877,22859542,22860727,22862103,22862680,22864528,22874897,22876594,22879639,22881579,22881854,22882479,22891683,22891912,22893669,22894124,22894698,22901515,22917094,22935143,23013094,23053926,23079961,23176372,23232840,23332227,23370785,23372325,23373184,23375602,23382545,23420743,23487855,23488398,23489145,23489341,24465103,24465161,24465341,24465648,24465809,24465929,24466903,24467163,24467377,24467700,24468376,24468836,24469582,24469832,24470003,24470306,24470870,24471110,24471378,2447169', 'assoc_port': '22591584:22591958,22594879:22595979,22599782:22600146,22603048:22610122,22604271:22604878,22604283:22604822,22607579:22607808,22610906:22611427,22614959:22615443,22618984:22621166,22621387:22621794,22637328:22637446,22638528:22638865,22639301:22639677,22641846:22642315,22643640:22643812,22644533:22644728,22645326:22645654,22646000:22646077,22647188:22647272,22662910:22664455,22666516:22666821,22669907:22670603,22673670:22674118,22676624:22677060,22683217:22684124,22687090:22687451,22693018:22693426,22696409:22696631,22696947:22697910,22712697:22712864,22713831:22714086,22714437:22717935,22720549:22721116,22720555:22720963,22723677:22724472,22731556:22732107,22743102:22749522,22755524:22756111,22760877:22761292,22765036:22781431,22766335:22766481,22771175:22771657,22777722:22778059,22782355:22782760,22785891:22786383,22787164:22787679,22811660:22811899,22814868:22816040,22817782:22824304,22828657:22828934,22831635:22832069,22832675:22833106,22838937:22839469,22840147:22840481,22843809:22844554,22843810:2284433', 'assoc_mat': '22591584:film_plastique:4461:22591958,22594879:film_plastique:4461:22595979,22599782:film_plastique:4461:22600146,22603048:film_plastique:4461:22610122,22604271:film_plastique:4461:22604878,22604283:film_plastique:4461:22604822,22607579:film_plastique:4461:22607808,22610906:film_plastique:4461:22611427,22614959:film_plastique:4461:22615443,22618984:film_plastique:4461:22621166,22621387:film_plastique:4461:22621794,22637328:film_plastique:4461:22637446,22638528:film_plastique:4461:22638865,22639301:film_plastique:4461:22639677,22641846:film_plastique:4461:22642315,22643640:film_plastique:4461:22643812,22644533:film_plastique:4461:22644728,22645326:film_plastique:4461:22645654,22646000:film_plastique:4461:22646077,22647188:film_plastique:4461:22647272,22662910:film_plastique:4461:22664455,22666516:film_plastique:4461:22666821,22669907:film_plastique:4461:22670603,22673670:film_plastique:4461:22674118,22676624:film_plastique:4461:22677060,22683217:film_plastique:4461:22684124,22687090:film_plastique:4461:2268745'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.025398755264502592, 'nb_photo': 5969, 'list_port_cont': '22596175,22604124,22609333,22612197,22613214,22621004,22627379,22630390,22630472,22630488,22637379,22637397,22637525,22639222,22642109,22643587,22644329,22644417,22645459,22646060,22646712,22647326,22648098,22663896,22664078,22667656,22676964,22677094,22677189,22684104,22685650,22686632,22695625,22695675,22696547,22699549,22711341,22712174,22712814,22713166,22714723,22720781,22725034,22731759,22734354,22737344,22739676,22741204,22743321,22744943,22755891,22757462,22759659,22765899,22766588,22774558,22779840,22782104,22782643,22786744,22789442,22791836,22794077,22817118,22823195,22823601,22824761,22831502,22839183,22839667,22839833,22841185,22842004,22847472,22847919,22851396,22856032,22858932,22862197,22862718,22863010,22863138,22863355,22864913,22865052,22865838,22865851,22865892,22865907,22877979,22878085,22878464,22882452,22883504,22888926,22893415,22894529,22896385,22897424,22908166,22909442,22918146,22919994,22926531,22985778,22997876,23077565,23089628,23091840,23344844,23393270,23447605,23504427,2350559', 'assoc_port': '22594877:22596175,22600724:22604124,22602545:22612197,22604276:22609333,22610907:22621004,22613021:22613214,22614937:22627379,22617412:22630472,22618985:22630488,22624048:22630390,22637077:22637397,22637083:22637525,22637332:22637379,22638529:22639222,22641845:22643587,22641850:22642109,22642864:22644329,22642868:22644417,22644529:22646712,22645330:22645459,22646001:22646060,22647187:22648098,22647191:22647326,22662912:22663896,22662914:22664078,22666514:22667656,22669908:22684104,22675367:22676964,22675368:22677094,22675371:22677189,22675372:22685650,22681463:22686632,22687091:22695625,22694868:22696547,22694885:22695675,22696946:22699549,22708747:22711341,22711988:22712174,22712694:22713166,22712698:22712814,22714439:22714723,22720546:22720781,22720550:22725034,22723659:22734354,22727658:22737344,22731555:22739676,22731557:22731759,22733592:22744943,22740289:22741204,22743063:22743321,22753642:22755891,22755522:22757462,22757920:22759659,22763326:22765899,22766326:22766588,22771176:22774558,22775280:2277984', 'assoc_mat': '22594877:film_plastique:4200:22596175,22600724:film_plastique:4200:22604124,22602545:film_plastique:4200:22612197,22604276:film_plastique:4200:22609333,22610907:film_plastique:4200:22621004,22613021:film_plastique:4200:22613214,22614937:film_plastique:4200:22627379,22617412:film_plastique:4200:22630472,22618985:film_plastique:4200:22630488,22624048:film_plastique:4200:22630390,22637077:film_plastique:4200:22637397,22637083:film_plastique:4200:22637525,22637332:film_plastique:4200:22637379,22638529:film_plastique:4200:22639222,22641845:film_plastique:4200:22643587,22641850:film_plastique:4200:22642109,22642864:film_plastique:4200:22644329,22642868:film_plastique:4200:22644417,22644529:film_plastique:4200:22646712,22645330:film_plastique:4200:22645459,22646001:film_plastique:4200:22646060,22647187:film_plastique:4200:22648098,22647191:film_plastique:4200:22647326,22662912:film_plastique:4200:22663896,22662914:film_plastique:4200:22664078,22666514:film_plastique:4200:22667656,22669908:film_plastique:4200:2268410'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.015146973795452939, 'nb_photo': 1415, 'list_port_cont': '22593857,22595969,22601201,22603325,22604589,22607900,22610152,22611621,22611813,22611928,22615325,22617847,22617940,22624754,22628727,22629293,22637170,22637366,22637781,22639578,22641115,22643923,22645472,22645679,22646304,22647259,22662562,22662663,22663846,22672894,22675663,22681976,22682310,22682413,22683918,22684025,22687398,22687953,22695357,22696673,22697396,22707791,22712019,22713272,22714698,22719940,22724309,22730490,22730608,22754086,22761244,22766465,22781942,22786276,22787593,22792004,22814100,22817093,22823274,22831914,22832966,22835667,22835683,22839396,22856844,22858912,22862020,22862665,22863042,22863817,22876750,22880356,22883119,22887367,22887482,22889804,22890025,22890381,22891758,22896680,22918037,23003107,23064852,23107215,23230488,23232705,23266788,23332000,23339687,23345498,23373432,23385236,23412757,23447108,23487907,23488206,24464491,24464544,24464801,24465234,24465270,24465391,24465396,24465675,24465755,24465787,24466513,24466607,24466690,24466891,24467303,24467482,24467631,2446797', 'assoc_port': '22593609:22593857,22594876:22595969,22600723:22601201,22603046:22603325,22604278:22604589,22607578:22607900,22609802:22610152,22610903:22611928,22610905:22611813,22610908:22611621,22614938:22615325,22617410:22617847,22617415:22617940,22618983:22629293,22624049:22624754,22628393:22628727,22637081:22637170,22637331:22637366,22637677:22637781,22639299:22639578,22640873:22641115,22643642:22643923,22645325:22645679,22645329:22645472,22646206:22646304,22647186:22647259,22661875:22662663,22661878:22662562,22662913:22663846,22672696:22672894,22672699:22683918,22675373:22675663,22681465:22682413,22681467:22682310,22681471:22681976,22683204:22684025,22687085:22687953,22687092:22687398,22694882:22695357,22696406:22696673,22696945:22697396,22707489:22707791,22711986:22712019,22713013:22713272,22714441:22714698,22719539:22719940,22723676:22724309,22729019:22730608,22729023:22730490,22753645:22754086,22760875:22761244,22766334:22766465,22781197:22781942,22782354:22792004,22785905:22786276,22787162:22787593,22813690:2281410', 'assoc_mat': '22593609:film_plastique:4209:22593857,22594876:film_plastique:4209:22595969,22600723:film_plastique:4209:22601201,22603046:film_plastique:4209:22603325,22604278:film_plastique:4209:22604589,22607578:film_plastique:4209:22607900,22609802:film_plastique:4209:22610152,22610903:film_plastique:4209:22611928,22610905:film_plastique:4209:22611813,22610908:film_plastique:4209:22611621,22614938:film_plastique:4209:22615325,22617410:film_plastique:4209:22617847,22617415:film_plastique:4209:22617940,22618983:film_plastique:4209:22629293,22624049:film_plastique:4209:22624754,22628393:film_plastique:4209:22628727,22637081:film_plastique:4209:22637170,22637331:film_plastique:4209:22637366,22637677:film_plastique:4209:22637781,22639299:film_plastique:4209:22639578,22640873:film_plastique:4209:22641115,22643642:film_plastique:4209:22643923,22645325:film_plastique:4209:22645679,22645329:film_plastique:4209:22645472,22646206:film_plastique:4209:22646304,22647186:film_plastique:4209:22647259,22661875:film_plastique:4209:2266266'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.004241615496260238, 'nb_photo': 15177, 'list_port_cont': '22594158,22596102,22597255,22600181,22601221,22602887,22603308,22604572,22604675,22607879,22611738,22613597,22615577,22617922,22619616,22621907,22637231,22637551,22637894,22638902,22639731,22641077,22642206,22642345,22643273,22643868,22644813,22646126,22646328,22646758,22664728,22669212,22670571,22672985,22674163,22677110,22687535,22687857,22695473,22695604,22696712,22700564,22706880,22712142,22712889,22714115,22714704,22714758,22716156,22719980,22721093,22721234,22728542,22730025,22732162,22743590,22748166,22754160,22754204,22758665,22761610,22763733,22765741,22771938,22778224,22786469,22816120,22818590,22820547,22823242,22823527,22824447,22829506,22832011,22832256,22833292,22841002,22842110,22843008,22845819,22856858,22856868,22857916,22858769,22859609,22860796,22863066,22863880,22864504,22864559,22865031,22876861,22880519,22881971,22882024,22882502,22883164,22885518,22887665,22887839,22892049,22895829,22895874,22910365,22911754,22914574,22915531,22915988,22918138,22920493,22925346,22931821,22950019,2295212', 'assoc_port': '22593607:22594158,22594878:22596102,22596778:22597255,22599779:22600181,22600725:22601221,22602546:22602887,22603047:22603308,22604281:22604572,22604285:22604675,22607577:22607879,22610904:22611738,22613020:22613597,22614941:22615577,22617413:22617922,22618986:22619616,22621389:22621907,22637075:22637231,22637329:22637551,22637675:22637894,22638530:22638902,22639300:22639731,22640875:22641077,22641844:22642206,22641848:22642345,22642866:22643273,22643643:22643868,22644532:22644813,22645996:22646126,22646207:22646328,22646699:22646758,22662916:22664728,22668748:22669212,22669906:22670571,22672697:22672985,22673671:22674163,22676626:22677110,22687084:22687857,22687089:22687535,22694854:22695604,22694855:22695473,22694881:22700564,22696405:22696712,22706232:22706880,22711985:22712142,22712696:22712889,22713825:22714115,22714438:22714704,22714442:22714758,22715865:22716156,22719540:22719980,22720545:22721234,22720552:22721093,22727659:22728542,22729021:22730025,22731512:22732162,22740292:22748166,22743077:2274359', 'assoc_mat': '22593607:film_plastique:4211:22594158,22594878:film_plastique:4211:22596102,22596778:film_plastique:4211:22597255,22599779:film_plastique:4211:22600181,22600725:film_plastique:4211:22601221,22602546:film_plastique:4211:22602887,22603047:film_plastique:4211:22603308,22604281:film_plastique:4211:22604572,22604285:film_plastique:4211:22604675,22607577:film_plastique:4211:22607879,22610904:film_plastique:4211:22611738,22613020:film_plastique:4211:22613597,22614941:film_plastique:4211:22615577,22617413:film_plastique:4211:22617922,22618986:film_plastique:4211:22619616,22621389:film_plastique:4211:22621907,22637075:film_plastique:4211:22637231,22637329:film_plastique:4211:22637551,22637675:film_plastique:4211:22637894,22638530:film_plastique:4211:22638902,22639300:film_plastique:4211:22639731,22640875:film_plastique:4211:22641077,22641844:film_plastique:4211:22642206,22641848:film_plastique:4211:22642345,22642866:film_plastique:4211:22643273,22643643:film_plastique:4211:22643868,22644532:film_plastique:4211:2264481'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0032585636494358084, 'nb_photo': 2, 'list_port_cont': '22956462,24559797', 'assoc_port': '22955747:22956462,24514286:24559797', 'assoc_mat': '22955747:kraft:4207:22956462,24514286:kraft:4207:24559797'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0019491715472796489, 'nb_photo': 12, 'list_port_cont': '22743264,23023060,23032618,23421542,24490165,24490435,24490478,24490495,24490516,24558521,24559668', 'assoc_port': '22743072:22743264,22893523:23023060,22920083:23032618,23279957:23421542,24463643:24490165,24463755:24490478,24463799:24490495,24463827:24490516,24463920:24490435,24514036:24559668,24514052:24558521', 'assoc_mat': '22743072:kraft:3726:22743264,22893523:kraft:3726:23023060,22920083:kraft:3726:23032618,23279957:kraft:3726:23421542,24463643:kraft:3726:24490165,24463755:kraft:3726:24490478,24463799:kraft:3726:24490495,24463827:kraft:3726:24490516,24463920:kraft:3726:24490435,24514036:kraft:3726:24559668,24514052:kraft:3726:24558521'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9398026877013612, 'nb_photo': 75, 'list_port_cont': '22592600,22602559,22637879,22637959,22645195,22667713,22675216,22681759,22698570,22718106,22737390,22777253,22794054,22845283,22859422,22863035,22863353,22883477,22897228,22900211,22925841,22942119,22951844,22978009,23063951,23090518,23439261,23450985,23482444,23490784,23503777,23509920,23513857,23516455,23526825,24489976,24490323,24490509,24491613,24557375,24558593,24558661,24558973,24560253,24569344,24569758', 'assoc_port': '22591582:22592600,22602549:22602559,22637672:22637959,22637674:22637879,22643641:22645195,22666515:22667713,22673669:22675216,22676627:22681759,22693033:22698570,22713819:22718106,22727668:22737390,22773713:22777253,22793928:22794054,22835476:22845283,22856658:22859422,22857008:22863353,22862865:22863035,22882318:22883477,22895713:22897228,22896423:22900211,22917826:22925841,22931348:22942119,22951589:22951844,22967489:22978009,23019441:23063951,23062405:23090518,23266257:23526825,23328664:23439261,23370198:23450985,23371000:23482444,23372139:23490784,23408683:23513857,23424126:23516455,23487313:23509920,23503087:23503777,24463520:24491613,24463722:24489976,24463777:24490509,24463881:24490323,24513246:24569344,24513454:24569758,24514181:24558593,24514184:24560253,24514384:24558973,24514432:24558661,24514700:24557375', 'assoc_mat': '22591582:metal:4205:22592600,22602549:metal:4205:22602559,22637672:metal:4205:22637959,22637674:metal:4205:22637879,22643641:metal:4205:22645195,22666515:metal:4205:22667713,22673669:metal:4205:22675216,22676627:metal:4205:22681759,22693033:metal:4205:22698570,22713819:metal:4205:22718106,22727668:metal:4205:22737390,22773713:metal:4205:22777253,22793928:metal:4205:22794054,22835476:metal:4205:22845283,22856658:metal:4205:22859422,22857008:metal:4205:22863353,22862865:metal:4205:22863035,22882318:metal:4205:22883477,22895713:metal:4205:22897228,22896423:metal:4205:22900211,22917826:metal:4205:22925841,22931348:metal:4205:22942119,22951589:metal:4205:22951844,22967489:metal:4205:22978009,23019441:metal:4205:23063951,23062405:metal:4205:23090518,23266257:metal:4205:23526825,23328664:metal:4205:23439261,23370198:metal:4205:23450985,23371000:metal:4205:23482444,23372139:metal:4205:23490784,23408683:metal:4205:23513857,23424126:metal:4205:23516455,23487313:metal:4205:23509920,23503087:metal:4205:23503777,24463520:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0065686122126463724, 'nb_photo': 1070, 'list_port_cont': '22630373,22634261,22636612,22644196,22645973,22671020,22687238,22707911,22720097,22738387,22763430,22784795,22816590,22847720,22854602,22862337,22864776,22865863,22880839,22889064,22945507,22988171,22990624,23008511,23089692,23094184,23095169,23186761,23209567,23411317,23479327,23505171,23506528,23507307,23525356,24490065,24490142,24490234,24490247,24490303,24490801,24491577,24515737,24557479,24557763,24557936,24558327,24559117,24559767,24560327,24560618,24560705,24560800,24561381,24562047,24562094,24563434,24565078,24567523,24576597', 'assoc_port': '22604273:22636612,22609799:22634261,22624047:22630373,22640872:22644196,22645327:22645973,22668747:22671020,22683214:22687238,22706231:22707911,22715864:22720097,22727698:22738387,22760876:22763430,22775279:22784795,22814866:22816590,22835896:22854602,22835901:22847720,22858837:22862337,22861704:22864776,22863669:22865863,22879241:22880839,22885096:22889064,22916871:22945507,22963267:22990624,22979636:22988171,23002549:23008511,23024263:23094184,23056326:23089692,23080635:23095169,23157180:23209567,23164742:23186761,23370918:23479327,23386645:23506528,23411038:23411317,23419023:23525356,23487314:23507307,23499045:23505171,24463400:24490801,24463494:24490303,24463899:24490234,24463929:24491577,24464003:24490142,24464038:24490247,24464111:24490065,24512919:24567523,24513076:24565078,24513354:24563434,24513393:24562094,24513539:24562047,24513754:24561381,24513857:24560618,24513862:24560327,24513919:24560800,24513940:24560705,24514080:24559767,24514113:24515737,24514431:24558327,24514481:24559117,24514527:2455776', 'assoc_mat': '22604273:metal:4203:22636612,22609799:metal:4203:22634261,22624047:metal:4203:22630373,22640872:metal:4203:22644196,22645327:metal:4203:22645973,22668747:metal:4203:22671020,22683214:metal:4203:22687238,22706231:metal:4203:22707911,22715864:metal:4203:22720097,22727698:metal:4203:22738387,22760876:metal:4203:22763430,22775279:metal:4203:22784795,22814866:metal:4203:22816590,22835896:metal:4203:22854602,22835901:metal:4203:22847720,22858837:metal:4203:22862337,22861704:metal:4203:22864776,22863669:metal:4203:22865863,22879241:metal:4203:22880839,22885096:metal:4203:22889064,22916871:metal:4203:22945507,22963267:metal:4203:22990624,22979636:metal:4203:22988171,23002549:metal:4203:23008511,23024263:metal:4203:23094184,23056326:metal:4203:23089692,23080635:metal:4203:23095169,23157180:metal:4203:23209567,23164742:metal:4203:23186761,23370918:metal:4203:23479327,23386645:metal:4203:23506528,23411038:metal:4203:23411317,23419023:metal:4203:23525356,23487314:metal:4203:23507307,23499045:metal:4203:23505171,24463400:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008044712664780978, 'nb_photo': 558, 'list_port_cont': '22594078,22594389,22596894,22597309,22603191,22607766,22613361,22617790,22637202,22637771,22639371,22639713,22641088,22643849,22646049,22647383,22663960,22666870,22670071,22674103,22674351,22675646,22676826,22686228,22687789,22695657,22696606,22709335,22711042,22712042,22712726,22713254,22714555,22715787,22721047,22721304,22728622,22732046,22732524,22733986,22756026,22758462,22761339,22763902,22766556,22775457,22775626,22775983,22814244,22816961,22818290,22823373,22823491,22829363,22833064,22839340,22839696,22840461,22842210,22856798,22857868,22858746,22859513,22859657,22861812,22861841,22862225,22863325,22864579,22874910,22876998,22877240,22879882,22880258,22882364,22882532,22883056,22890288,22893864,22895853,22896988,22915508,22928156,22931723,22948599,22951982,22956470,22982944,23007837,23007961,23056102,23056600,23062384,23067022,23088886,23089561,23094093,23119951,23126234,23166995,23170509,23182135,23257377,23439893,23443192,23447369,23447573,23468974,23473959,23475349,23477108,23478220,23482399,2348811', 'assoc_port': '22593606:22594389,22593610:22594078,22596777:22597309,22596780:22596894,22603049:22603191,22607575:22607766,22613019:22613361,22617411:22617790,22637082:22637202,22637676:22637771,22639298:22639713,22639302:22639371,22640874:22641088,22643639:22643849,22645999:22646049,22647189:22647383,22662911:22663960,22666517:22666870,22669905:22670071,22673666:22674351,22673668:22674103,22675369:22675646,22676625:22676826,22681470:22686228,22687087:22687789,22693003:22695657,22696407:22696606,22708745:22711042,22708748:22709335,22711984:22712042,22712695:22712726,22713014:22713254,22713828:22715787,22714440:22714555,22720553:22721304,22720554:22721047,22727657:22728622,22731511:22732524,22731514:22732046,22733593:22733986,22755523:22756026,22757921:22758462,22760878:22761339,22763327:22763902,22766320:22766556,22775277:22775983,22775281:22775626,22775282:22775457,22813691:22814244,22816845:22816961,22817781:22818290,22823125:22823491,22823154:22823373,22828660:22829363,22832673:22833064,22838933:22839696,22838963:2283934', 'assoc_mat': '22593606:metal:4207:22594389,22593610:metal:4207:22594078,22596777:metal:4207:22597309,22596780:metal:4207:22596894,22603049:metal:4207:22603191,22607575:metal:4207:22607766,22613019:metal:4207:22613361,22617411:metal:4207:22617790,22637082:metal:4207:22637202,22637676:metal:4207:22637771,22639298:metal:4207:22639713,22639302:metal:4207:22639371,22640874:metal:4207:22641088,22643639:metal:4207:22643849,22645999:metal:4207:22646049,22647189:metal:4207:22647383,22662911:metal:4207:22663960,22666517:metal:4207:22666870,22669905:metal:4207:22670071,22673666:metal:4207:22674351,22673668:metal:4207:22674103,22675369:metal:4207:22675646,22676625:metal:4207:22676826,22681470:metal:4207:22686228,22687087:metal:4207:22687789,22693003:metal:4207:22695657,22696407:metal:4207:22696606,22708745:metal:4207:22711042,22708748:metal:4207:22709335,22711984:metal:4207:22712042,22712695:metal:4207:22712726,22713014:metal:4207:22713254,22713828:metal:4207:22715787,22714440:metal:4207:22714555,22720553:metal:4207:22721304,22720554:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007759700865238272, 'nb_photo': 66, 'list_port_cont': '22697907,22720954,22756101,22828937,22864525,22881587,22901520,23013092,23373171,23420734,23487859,24465937,24468364,24468840,24470014,24470296,24471109,24472870,24473762,24474005,24474273,24476544,24513930,24547474,24550622,24550717,24550936,24553199,24554543,24554687,24555251,24555384,24556366,24557619,24558291,24559473,24559819,24560485,24561086,24561689,24563943', 'assoc_port': '22696947:22697907,22720555:22720954,22755524:22756101,22828657:22828937,22864378:22864525,22875783:22881587,22901195:22901520,23012453:23013092,23372137:23373171,23420476:23420734,23487321:23487859,24463567:24474273,24463669:24474005,24463744:24471109,24463751:24473762,24463925:24472870,24463933:24476544,24463945:24470296,24463955:24465937,24463998:24470014,24464089:24468840,24464121:24468364,24512737:24563943,24512750:24513930,24512860:24561689,24512911:24561086,24513053:24560485,24513102:24559819,24513212:24559473,24513375:24558291,24513634:24557619,24514064:24553199,24514235:24555384,24514259:24556366,24514284:24555251,24514299:24554543,24514364:24554687,24514633:24550936,24514655:24550717,24514707:24550622,24514758:24547474', 'assoc_mat': '22696947:metal:4461:22697907,22720555:metal:4461:22720954,22755524:metal:4461:22756101,22828657:metal:4461:22828937,22864378:metal:4461:22864525,22875783:metal:4461:22881587,22901195:metal:4461:22901520,23012453:metal:4461:23013092,23372137:metal:4461:23373171,23420476:metal:4461:23420734,23487321:metal:4461:23487859,24463567:metal:4461:24474273,24463669:metal:4461:24474005,24463744:metal:4461:24471109,24463751:metal:4461:24473762,24463925:metal:4461:24472870,24463933:metal:4461:24476544,24463945:metal:4461:24470296,24463955:metal:4461:24465937,24463998:metal:4461:24470014,24464089:metal:4461:24468840,24464121:metal:4461:24468364,24512737:metal:4461:24563943,24512750:metal:4461:24513930,24512860:metal:4461:24561689,24512911:metal:4461:24561086,24513053:metal:4461:24560485,24513102:metal:4461:24559819,24513212:metal:4461:24559473,24513375:metal:4461:24558291,24513634:metal:4461:24557619,24514064:metal:4461:24553199,24514235:metal:4461:24555384,24514259:metal:4461:24556366,24514284:metal:4461:24555251,24514299:'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0014591756284449793, 'nb_photo': 49, 'list_port_cont': '23158235,23158483,23176748,23255850,23352105', 'assoc_port': '23157188:23158483,23157192:23158235,23176167:23176748,23254131:23255850,23351475:23352105', 'assoc_mat': '23157188:metal:3594:23158483,23157192:metal:3594:23158235,23176167:metal:3594:23176748,23254131:metal:3594:23255850,23351475:metal:3594:23352105'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.16725021038418522, 'nb_photo': 1871, 'list_port_cont': '22596184,22604137,22609332,22612210,22613235,22620999,22627393,22630385,22630483,22630490,22637375,22637394,22637524,22639215,22642120,22643599,22644332,22644431,22645460,22646061,22646703,22647329,22648104,22663883,22664079,22667664,22676960,22677088,22677193,22684097,22685649,22686625,22695633,22695683,22696538,22699557,22711344,22712186,22712812,22713179,22714728,22720793,22725027,22731747,22734353,22737340,22739665,22741205,22743317,22744944,22755894,22757454,22759671,22765901,22766587,22774554,22779830,22782101,22782644,22786750,22789444,22791839,22794082,22817111,22823191,22823590,22824763,22831496,22839177,22839673,22839829,22841177,22842016,22847476,22847926,22851385,22856025,22858936,22862206,22862721,22863016,22863134,22863354,22864915,22865050,22865830,22865860,22865893,22865905,22877972,22878083,22878465,22882463,22883507,22888916,22893417,22894530,22896396,22897418,22908163,22909453,22918157,22919988,22926532,22985776,23077560,23089619,23091841,23447608,23504421,23507120,23507531,23510902,2351762', 'assoc_port': '22594877:22596184,22600724:22604137,22602545:22612210,22604276:22609332,22610907:22620999,22613021:22613235,22614937:22627393,22617412:22630483,22618985:22630490,22624048:22630385,22637077:22637394,22637083:22637524,22637332:22637375,22638529:22639215,22641845:22643599,22641850:22642120,22642864:22644332,22642868:22644431,22644529:22646703,22645330:22645460,22646001:22646061,22647187:22648104,22647191:22647329,22662912:22663883,22662914:22664079,22666514:22667664,22669908:22684097,22675367:22676960,22675368:22677088,22675371:22677193,22675372:22685649,22681463:22686625,22687091:22695633,22694868:22696538,22694885:22695683,22696946:22699557,22708747:22711344,22711988:22712186,22712694:22713179,22712698:22712812,22714439:22714728,22720546:22720793,22720550:22725027,22723659:22734353,22727658:22737340,22731555:22739665,22731557:22731747,22733592:22744944,22740289:22741205,22743063:22743317,22753642:22755894,22755522:22757454,22757920:22759671,22763326:22765901,22766326:22766587,22771176:22774554,22775280:2277983', 'assoc_mat': '22594877:metal:4200:22596184,22600724:metal:4200:22604137,22602545:metal:4200:22612210,22604276:metal:4200:22609332,22610907:metal:4200:22620999,22613021:metal:4200:22613235,22614937:metal:4200:22627393,22617412:metal:4200:22630483,22618985:metal:4200:22630490,22624048:metal:4200:22630385,22637077:metal:4200:22637394,22637083:metal:4200:22637524,22637332:metal:4200:22637375,22638529:metal:4200:22639215,22641845:metal:4200:22643599,22641850:metal:4200:22642120,22642864:metal:4200:22644332,22642868:metal:4200:22644431,22644529:metal:4200:22646703,22645330:metal:4200:22645460,22646001:metal:4200:22646061,22647187:metal:4200:22648104,22647191:metal:4200:22647329,22662912:metal:4200:22663883,22662914:metal:4200:22664079,22666514:metal:4200:22667664,22669908:metal:4200:22684097,22675367:metal:4200:22676960,22675368:metal:4200:22677088,22675371:metal:4200:22677193,22675372:metal:4200:22685649,22681463:metal:4200:22686625,22687091:metal:4200:22695633,22694868:metal:4200:22696538,22694885:metal:4200:22695683,22696946:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0006691626436606563, 'nb_photo': 9, 'list_port_cont': '22949093,23074700', 'assoc_port': '22948162:22949093,23073358:23074700', 'assoc_mat': '22948162:metal:3594:22949093,23073358:metal:3594:23074700'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02091548506990889, 'nb_photo': 605, 'list_port_cont': '22593860,22595965,22601206,22603326,22604584,22607898,22611643,22611807,22611923,22617546,22617937,22624761,22625108,22629297,22637175,22637357,22637779,22639582,22641109,22643916,22645678,22647248,22662560,22662657,22663833,22672900,22675661,22681975,22682313,22682410,22683912,22684023,22687944,22696672,22697382,22706788,22719930,22724304,22730479,22730603,22754077,22761199,22766459,22774540,22781950,22786273,22787591,22814108,22817097,22823269,22831909,22835671,22835685,22839390,22856710,22858910,22861825,22862017,22862668,22863045,22863310,22863824,22876745,22880366,22881813,22887355,22887484,22890035,22890389,22891764,22893636,22896681,22918038,23003100,23013077,23064855,23107220,23266783,23329554,23339679,23345488,23373437,23385231,23412751,23447111,23487905,23488205,24464498,24464791,24465224,24465275,24465380,24465409,24465679,24465754,24465781,24466490,24466507,24466620,24466878,24467494,24467518,24467973,24468606,24468666,24469084,24469663,24469745,24470195,24470414,24470603,24470990,24471081,2447129', 'assoc_port': '22593609:22593860,22594876:22595965,22600723:22601206,22603046:22603326,22604278:22604584,22607576:22617546,22607578:22607898,22610903:22611923,22610905:22611807,22610908:22611643,22614939:22625108,22617415:22617937,22618983:22629297,22624049:22624761,22637081:22637175,22637331:22637357,22637677:22637779,22639299:22639582,22640873:22641109,22643642:22643916,22645325:22645678,22647186:22647248,22661875:22662657,22661878:22662560,22662913:22663833,22672696:22672900,22672699:22683912,22675373:22675661,22681465:22682410,22681467:22682313,22681471:22681975,22683204:22684023,22687085:22687944,22696406:22696672,22696945:22697382,22706230:22706788,22719539:22719930,22723676:22724304,22729019:22730603,22729023:22730479,22753645:22754077,22760875:22761199,22766334:22766459,22773720:22774540,22781197:22781950,22785905:22786273,22787162:22787591,22813690:22814108,22816847:22817097,22823127:22823269,22831634:22831909,22835473:22835685,22835475:22835671,22838935:22839390,22856663:22856710,22858841:22858910,22861708:2286182', 'assoc_mat': '22593609:metal:4209:22593860,22594876:metal:4209:22595965,22600723:metal:4209:22601206,22603046:metal:4209:22603326,22604278:metal:4209:22604584,22607576:metal:4209:22617546,22607578:metal:4209:22607898,22610903:metal:4209:22611923,22610905:metal:4209:22611807,22610908:metal:4209:22611643,22614939:metal:4209:22625108,22617415:metal:4209:22617937,22618983:metal:4209:22629297,22624049:metal:4209:22624761,22637081:metal:4209:22637175,22637331:metal:4209:22637357,22637677:metal:4209:22637779,22639299:metal:4209:22639582,22640873:metal:4209:22641109,22643642:metal:4209:22643916,22645325:metal:4209:22645678,22647186:metal:4209:22647248,22661875:metal:4209:22662657,22661878:metal:4209:22662560,22662913:metal:4209:22663833,22672696:metal:4209:22672900,22672699:metal:4209:22683912,22675373:metal:4209:22675661,22681465:metal:4209:22682410,22681467:metal:4209:22682313,22681471:metal:4209:22681975,22683204:metal:4209:22684023,22687085:metal:4209:22687944,22696406:metal:4209:22696672,22696945:metal:4209:22697382,22706230:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011510800910251202, 'nb_photo': 2850, 'list_port_cont': '22594156,22596097,22597266,22600171,22601226,22602884,22603309,22604568,22604694,22607876,22611739,22613605,22615579,22617912,22619618,22621908,22637239,22637541,22637893,22638905,22639720,22641082,22642200,22642357,22643264,22643859,22644820,22646139,22646323,22646764,22664722,22669208,22670574,22672983,22674156,22677116,22687526,22687863,22695471,22695601,22696697,22700566,22706878,22712131,22712890,22714112,22714712,22714770,22716159,22719982,22721102,22721218,22728548,22730035,22732168,22743599,22748172,22754162,22754202,22758663,22761611,22763726,22765745,22771942,22778218,22786462,22816122,22818595,22820558,22823244,22823534,22824452,22829496,22832005,22832258,22833295,22840997,22842120,22843011,22845814,22856865,22856872,22857922,22858754,22859611,22860800,22863063,22863865,22864506,22864564,22865040,22876875,22880530,22881975,22882020,22882511,22883166,22885520,22887668,22887838,22892053,22895834,22895871,22910376,22911749,22914580,22915530,22915986,22918137,22920486,22925351,22931805,22950012,2295212', 'assoc_port': '22593607:22594156,22594878:22596097,22596778:22597266,22599779:22600171,22600725:22601226,22602546:22602884,22603047:22603309,22604281:22604568,22604285:22604694,22607577:22607876,22610904:22611739,22613020:22613605,22614941:22615579,22617413:22617912,22618986:22619618,22621389:22621908,22637075:22637239,22637329:22637541,22637675:22637893,22638530:22638905,22639300:22639720,22640875:22641082,22641844:22642200,22641848:22642357,22642866:22643264,22643643:22643859,22644532:22644820,22645996:22646139,22646207:22646323,22646699:22646764,22662916:22664722,22668748:22669208,22669906:22670574,22672697:22672983,22673671:22674156,22676626:22677116,22687084:22687863,22687089:22687526,22694854:22695601,22694855:22695471,22694881:22700566,22696405:22696697,22706232:22706878,22711985:22712131,22712696:22712890,22713825:22714112,22714438:22714712,22714442:22714770,22715865:22716159,22719540:22719982,22720545:22721218,22720552:22721102,22727659:22728548,22729021:22730035,22731512:22732168,22740292:22748172,22743077:2274359', 'assoc_mat': '22593607:metal:4211:22594156,22594878:metal:4211:22596097,22596778:metal:4211:22597266,22599779:metal:4211:22600171,22600725:metal:4211:22601226,22602546:metal:4211:22602884,22603047:metal:4211:22603309,22604281:metal:4211:22604568,22604285:metal:4211:22604694,22607577:metal:4211:22607876,22610904:metal:4211:22611739,22613020:metal:4211:22613605,22614941:metal:4211:22615579,22617413:metal:4211:22617912,22618986:metal:4211:22619618,22621389:metal:4211:22621908,22637075:metal:4211:22637239,22637329:metal:4211:22637541,22637675:metal:4211:22637893,22638530:metal:4211:22638905,22639300:metal:4211:22639720,22640875:metal:4211:22641082,22641844:metal:4211:22642200,22641848:metal:4211:22642357,22642866:metal:4211:22643264,22643643:metal:4211:22643859,22644532:metal:4211:22644820,22645996:metal:4211:22646139,22646207:metal:4211:22646323,22646699:metal:4211:22646764,22662916:metal:4211:22664722,22668748:metal:4211:22669208,22669906:metal:4211:22670574,22672697:metal:4211:22672983,22673671:metal:4211:22674156,22676626:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014514971832943842, 'nb_photo': 7, 'list_port_cont': '22936484,22945222,22986011,23013185,23202031,23500683,23505583', 'assoc_port': '22929808:22945222,22935793:22936484,22984226:22986011,22998441:23013185,23172914:23202031,23379559:23500683,23383815:23505583', 'assoc_mat': '22929808:metal:3327:22945222,22935793:metal:3327:22936484,22984226:metal:3327:22986011,22998441:metal:3327:23013185,23172914:metal:3327:23202031,23379559:metal:3327:23500683,23383815:metal:3327:23505583'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.023051097183724882, 'nb_photo': 2826, 'list_port_cont': '22592604,22602573,22627266,22637868,22637961,22645203,22667712,22675225,22681751,22698560,22718097,22722808,22737395,22757394,22777255,22782120,22794045,22845284,22856070,22859413,22863033,22863347,22876484,22883466,22897229,22900204,22925845,22942109,22951836,22978014,23063938,23075718,23088200,23090507,23091297,23165112,23174291,23185160,23439253,23447346,23450991,23477027,23482447,23490777,23501634,23503779,23506181,23509923,23513866,23516450,23526821,24489938,24489974,24490321,24490501,24491606,24557377,24558586,24558658,24558974,24560243,24569348,24569770', 'assoc_port': '22591582:22592604,22602549:22602573,22614943:22627266,22637672:22637961,22637674:22637868,22643641:22645203,22666515:22667712,22673669:22675225,22676627:22681751,22693033:22698560,22713819:22718097,22719525:22722808,22727668:22737395,22755525:22757394,22773713:22777255,22777724:22782120,22793928:22794045,22828627:22856070,22835476:22845284,22856658:22859413,22857008:22863347,22862865:22863033,22874442:22876484,22882318:22883466,22895713:22897229,22896423:22900204,22917826:22925845,22931348:22942109,22951589:22951836,22967489:22978014,23019441:23063938,23052721:23088200,23062405:23090507,23064326:23091297,23075518:23075718,23112649:23165112,23127851:23174291,23161553:23185160,23266257:23526821,23328664:23439253,23370198:23450991,23370901:23477027,23371000:23482447,23372139:23490777,23381825:23501634,23408683:23513866,23424126:23516450,23446969:23447346,23487313:23509923,23495804:23506181,23503087:23503779,24463520:24491606,24463722:24489974,24463777:24490501,24463881:24490321,24463942:24489938,24513246:2456934', 'assoc_mat': '22591582:papier:4205:22592604,22602549:papier:4205:22602573,22614943:papier:4205:22627266,22637672:papier:4205:22637961,22637674:papier:4205:22637868,22643641:papier:4205:22645203,22666515:papier:4205:22667712,22673669:papier:4205:22675225,22676627:papier:4205:22681751,22693033:papier:4205:22698560,22713819:papier:4205:22718097,22719525:papier:4205:22722808,22727668:papier:4205:22737395,22755525:papier:4205:22757394,22773713:papier:4205:22777255,22777724:papier:4205:22782120,22793928:papier:4205:22794045,22828627:papier:4205:22856070,22835476:papier:4205:22845284,22856658:papier:4205:22859413,22857008:papier:4205:22863347,22862865:papier:4205:22863033,22874442:papier:4205:22876484,22882318:papier:4205:22883466,22895713:papier:4205:22897229,22896423:papier:4205:22900204,22917826:papier:4205:22925845,22931348:papier:4205:22942109,22951589:papier:4205:22951836,22967489:papier:4205:22978014,23019441:papier:4205:23063938,23052721:papier:4205:23088200,23062405:papier:4205:23090507,23064326:papier:4205:23091297,2307'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.012816532895231311, 'nb_photo': 6124, 'list_port_cont': '22630378,22634260,22636619,22644192,22645965,22671018,22687239,22707910,22720106,22738376,22763435,22784782,22816578,22847713,22854601,22862352,22864780,22865878,22880847,22889055,22945498,22988169,22990627,23008509,23089695,23094187,23095164,23186757,23209572,23411321,23479319,23505178,23506521,23507303,23525355,24490066,24490131,24490225,24490250,24490304,24490799,24491574,24515746,24557474,24557752,24557941,24558334,24559115,24559761,24560322,24560614,24560712,24560791,24561379,24562048,24562096,24563429,24565083,24567536,24576606', 'assoc_port': '22604273:22636619,22609799:22634260,22624047:22630378,22640872:22644192,22645327:22645965,22668747:22671018,22683214:22687239,22706231:22707910,22715864:22720106,22727698:22738376,22760876:22763435,22775279:22784782,22814866:22816578,22835896:22854601,22835901:22847713,22858837:22862352,22861704:22864780,22863669:22865878,22879241:22880847,22885096:22889055,22916871:22945498,22963267:22990627,22979636:22988169,23002549:23008509,23024263:23094187,23056326:23089695,23080635:23095164,23157180:23209572,23164742:23186757,23370918:23479319,23386645:23506521,23411038:23411321,23419023:23525355,23487314:23507303,23499045:23505178,24463400:24490799,24463494:24490304,24463899:24490225,24463929:24491574,24464003:24490131,24464038:24490250,24464111:24490066,24512919:24567536,24513076:24565083,24513354:24563429,24513393:24562096,24513539:24562048,24513754:24561379,24513857:24560614,24513862:24560322,24513919:24560791,24513940:24560712,24514080:24559761,24514113:24515746,24514431:24558334,24514481:24559115,24514527:2455775', 'assoc_mat': '22604273:papier:4203:22636619,22609799:papier:4203:22634260,22624047:papier:4203:22630378,22640872:papier:4203:22644192,22645327:papier:4203:22645965,22668747:papier:4203:22671018,22683214:papier:4203:22687239,22706231:papier:4203:22707910,22715864:papier:4203:22720106,22727698:papier:4203:22738376,22760876:papier:4203:22763435,22775279:papier:4203:22784782,22814866:papier:4203:22816578,22835896:papier:4203:22854601,22835901:papier:4203:22847713,22858837:papier:4203:22862352,22861704:papier:4203:22864780,22863669:papier:4203:22865878,22879241:papier:4203:22880847,22885096:papier:4203:22889055,22916871:papier:4203:22945498,22963267:papier:4203:22990627,22979636:papier:4203:22988169,23002549:papier:4203:23008509,23024263:papier:4203:23094187,23056326:papier:4203:23089695,23080635:papier:4203:23095164,23157180:papier:4203:23209572,23164742:papier:4203:23186757,23370918:papier:4203:23479319,23386645:papier:4203:23506521,23411038:papier:4203:23411321,23419023:papier:4203:23525355,23487314:papier:4203:23507303,2349'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.03739677816725091, 'nb_photo': 18096, 'list_port_cont': '22594076,22594350,22594398,22596886,22597304,22600129,22600328,22600924,22603194,22607768,22610273,22611301,22613350,22615153,22617797,22628682,22629010,22637208,22637257,22637768,22639382,22639700,22641095,22642311,22643840,22644669,22644853,22644869,22644976,22645634,22646053,22646101,22647231,22647389,22661926,22663973,22666882,22670065,22672795,22674113,22674365,22675638,22676820,22686227,22687293,22687786,22695408,22695666,22696617,22709325,22711027,22712043,22712712,22713256,22714563,22715795,22721056,22721293,22721889,22722002,22728580,22728624,22732038,22732517,22733463,22733534,22733980,22738167,22753880,22753983,22756017,22758448,22761343,22763900,22765538,22766553,22770050,22775464,22775661,22775980,22777151,22781542,22786363,22790694,22794070,22814242,22816967,22817982,22818304,22820509,22823381,22823485,22829358,22829566,22833059,22833368,22839346,22839634,22839687,22840471,22841942,22842220,22856789,22857871,22858747,22859512,22859655,22861804,22861838,22862058,22862184,22862218,22862998,2286332', 'assoc_port': '22593605:22594350,22593606:22594398,22593610:22594076,22596777:22597304,22596780:22596886,22599778:22600328,22599780:22600129,22600753:22600924,22603049:22603194,22607575:22607768,22609801:22610273,22610902:22611301,22613019:22613350,22614940:22615153,22617411:22617797,22628391:22629010,22628395:22628682,22637079:22637257,22637082:22637208,22637676:22637768,22639298:22639700,22639302:22639382,22640874:22641095,22641847:22642311,22643639:22643840,22644527:22644976,22644530:22644869,22644534:22644853,22644535:22644669,22645328:22645634,22645998:22646101,22645999:22646053,22647189:22647389,22647190:22647231,22661877:22661926,22662911:22663973,22666517:22666882,22669905:22670065,22672698:22672795,22673666:22674365,22673668:22674113,22675369:22675638,22676625:22676820,22681470:22686227,22687087:22687786,22687093:22687293,22693003:22695666,22694883:22695408,22696407:22696617,22708745:22711027,22708748:22709325,22711984:22712043,22712695:22712712,22713014:22713256,22713828:22715795,22714440:22714563,22720547:2272188', 'assoc_mat': '22593605:papier:4207:22594350,22593606:papier:4207:22594398,22593610:papier:4207:22594076,22596777:papier:4207:22597304,22596780:papier:4207:22596886,22599778:papier:4207:22600328,22599780:papier:4207:22600129,22600753:papier:4207:22600924,22603049:papier:4207:22603194,22607575:papier:4207:22607768,22609801:papier:4207:22610273,22610902:papier:4207:22611301,22613019:papier:4207:22613350,22614940:papier:4207:22615153,22617411:papier:4207:22617797,22628391:papier:4207:22629010,22628395:papier:4207:22628682,22637079:papier:4207:22637257,22637082:papier:4207:22637208,22637676:papier:4207:22637768,22639298:papier:4207:22639700,22639302:papier:4207:22639382,22640874:papier:4207:22641095,22641847:papier:4207:22642311,22643639:papier:4207:22643840,22644527:papier:4207:22644976,22644530:papier:4207:22644869,22644534:papier:4207:22644853,22644535:papier:4207:22644669,22645328:papier:4207:22645634,22645998:papier:4207:22646101,22645999:papier:4207:22646053,22647189:papier:4207:22647389,22647190:papier:4207:22647231,2266'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.242605734352096, 'nb_photo': 62152, 'list_port_cont': '22591951,22595988,22600144,22604823,22604882,22607815,22610117,22611409,22615431,22621167,22621787,22637451,22638869,22639669,22642318,22643805,22644719,22645649,22646082,22647265,22664458,22666823,22670587,22674126,22677064,22684121,22687456,22693431,22696621,22697911,22712853,22714076,22717924,22720955,22721110,22724477,22732108,22749514,22756110,22761289,22766483,22771651,22778061,22781432,22782757,22786388,22787673,22811905,22816045,22824313,22828948,22832081,22833107,22839471,22840478,22844331,22844558,22856724,22858879,22859528,22860729,22862091,22862688,22864526,22874908,22876601,22879641,22881591,22881862,22882470,22891682,22891911,22893659,22894123,22894693,22901521,22917093,22935139,23013090,23053920,23079956,23176371,23232831,23332222,23370781,23372323,23373178,23375603,23382532,23420741,23487869,23488400,23489139,23489333,24465104,24465159,24465342,24465644,24465805,24465930,24466905,24467178,24467369,24467697,24468370,24468826,24469578,24469831,24470004,24470299,24470882,24471112,24471385,2447169', 'assoc_port': '22591584:22591951,22594879:22595988,22599782:22600144,22603048:22610117,22604271:22604882,22604283:22604823,22607579:22607815,22610906:22611409,22614959:22615431,22618984:22621167,22621387:22621787,22637328:22637451,22638528:22638869,22639301:22639669,22641846:22642318,22643640:22643805,22644533:22644719,22645326:22645649,22646000:22646082,22647188:22647265,22662910:22664458,22666516:22666823,22669907:22670587,22673670:22674126,22676624:22677064,22683217:22684121,22687090:22687456,22693018:22693431,22696409:22696621,22696947:22697911,22712697:22712853,22713831:22714076,22714437:22717924,22720549:22721110,22720555:22720955,22723677:22724477,22731556:22732108,22743102:22749514,22755524:22756110,22760877:22761289,22765036:22781432,22766335:22766483,22771175:22771651,22777722:22778061,22782355:22782757,22785891:22786388,22787164:22787673,22811660:22811905,22814868:22816045,22817782:22824313,22828657:22828948,22831635:22832081,22832675:22833107,22838937:22839471,22840147:22840478,22843809:22844558,22843810:2284433', 'assoc_mat': '22591584:papier:4461:22591951,22594879:papier:4461:22595988,22599782:papier:4461:22600144,22603048:papier:4461:22610117,22604271:papier:4461:22604882,22604283:papier:4461:22604823,22607579:papier:4461:22607815,22610906:papier:4461:22611409,22614959:papier:4461:22615431,22618984:papier:4461:22621167,22621387:papier:4461:22621787,22637328:papier:4461:22637451,22638528:papier:4461:22638869,22639301:papier:4461:22639669,22641846:papier:4461:22642318,22643640:papier:4461:22643805,22644533:papier:4461:22644719,22645326:papier:4461:22645649,22646000:papier:4461:22646082,22647188:papier:4461:22647265,22662910:papier:4461:22664458,22666516:papier:4461:22666823,22669907:papier:4461:22670587,22673670:papier:4461:22674126,22676624:papier:4461:22677064,22683217:papier:4461:22684121,22687090:papier:4461:22687456,22693018:papier:4461:22693431,22696409:papier:4461:22696621,22696947:papier:4461:22697911,22712697:papier:4461:22712853,22713831:papier:4461:22714076,22714437:papier:4461:22717924,22720549:papier:4461:22721110,2272'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.04124850994766089, 'nb_photo': 920, 'list_port_cont': '23158240,23158486,23176746,23255853,23346168,23352108', 'assoc_port': '23157188:23158486,23157192:23158240,23176167:23176746,23254131:23255853,23344698:23346168,23351475:23352108', 'assoc_mat': '23157188:papier:3594:23158486,23157192:papier:3594:23158240,23176167:papier:3594:23176746,23254131:papier:3594:23255853,23344698:papier:3594:23346168,23351475:papier:3594:23352108'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.016044145188928383, 'nb_photo': 6381, 'list_port_cont': '22596173,22604125,22609329,22612196,22613224,22621001,22627385,22630393,22630478,22630498,22637376,22637395,22637526,22639211,22642116,22643595,22644330,22644428,22645466,22646058,22646708,22647328,22648108,22663914,22664092,22667659,22676959,22677093,22677196,22684102,22685641,22686624,22695623,22695680,22696541,22699560,22711336,22712179,22712807,22713170,22714731,22720782,22725035,22731749,22734357,22737334,22739663,22741200,22743325,22744954,22755896,22757453,22759663,22765902,22766583,22774564,22779836,22782105,22782655,22786751,22789445,22791842,22794088,22817108,22823197,22823586,22824767,22831498,22839181,22839668,22839828,22841183,22842006,22847477,22847930,22851386,22856020,22858937,22862202,22862711,22863015,22863139,22863359,22864908,22865060,22865844,22865846,22865884,22865896,22877970,22878071,22878458,22882465,22883499,22888913,22893419,22894531,22896398,22897421,22908160,22909439,22918155,22919990,22926535,22985773,22997866,23077558,23089620,23091843,23344858,23393274,23447611,23504422,2350560', 'assoc_port': '22594877:22596173,22600724:22604125,22602545:22612196,22604276:22609329,22610907:22621001,22613021:22613224,22614937:22627385,22617412:22630478,22618985:22630498,22624048:22630393,22637077:22637395,22637083:22637526,22637332:22637376,22638529:22639211,22641845:22643595,22641850:22642116,22642864:22644330,22642868:22644428,22644529:22646708,22645330:22645466,22646001:22646058,22647187:22648108,22647191:22647328,22662912:22663914,22662914:22664092,22666514:22667659,22669908:22684102,22675367:22676959,22675368:22677093,22675371:22677196,22675372:22685641,22681463:22686624,22687091:22695623,22694868:22696541,22694885:22695680,22696946:22699560,22708747:22711336,22711988:22712179,22712694:22713170,22712698:22712807,22714439:22714731,22720546:22720782,22720550:22725035,22723659:22734357,22727658:22737334,22731555:22739663,22731557:22731749,22733592:22744954,22740289:22741200,22743063:22743325,22753642:22755896,22755522:22757453,22757920:22759663,22763326:22765902,22766326:22766583,22771176:22774564,22775280:2277983', 'assoc_mat': '22594877:papier:4200:22596173,22600724:papier:4200:22604125,22602545:papier:4200:22612196,22604276:papier:4200:22609329,22610907:papier:4200:22621001,22613021:papier:4200:22613224,22614937:papier:4200:22627385,22617412:papier:4200:22630478,22618985:papier:4200:22630498,22624048:papier:4200:22630393,22637077:papier:4200:22637395,22637083:papier:4200:22637526,22637332:papier:4200:22637376,22638529:papier:4200:22639211,22641845:papier:4200:22643595,22641850:papier:4200:22642116,22642864:papier:4200:22644330,22642868:papier:4200:22644428,22644529:papier:4200:22646708,22645330:papier:4200:22645466,22646001:papier:4200:22646058,22647187:papier:4200:22648108,22647191:papier:4200:22647328,22662912:papier:4200:22663914,22662914:papier:4200:22664092,22666514:papier:4200:22667659,22669908:papier:4200:22684102,22675367:papier:4200:22676959,22675368:papier:4200:22677093,22675371:papier:4200:22677196,22675372:papier:4200:22685641,22681463:papier:4200:22686624,22687091:papier:4200:22695623,22694868:papier:4200:22696541,2269'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.12614755203331532, 'nb_photo': 924, 'list_port_cont': '22949097,23074698', 'assoc_port': '22948162:22949097,23073358:23074698', 'assoc_mat': '22948162:papier:3594:22949097,23073358:papier:3594:23074698'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9409872095101457, 'nb_photo': 137737, 'list_port_cont': '22593866,22595978,22601211,22603328,22604595,22607906,22610156,22611636,22611808,22611926,22615314,22617549,22617845,22617929,22624752,22625116,22628720,22629299,22637171,22637365,22637773,22639573,22641117,22643913,22645485,22645690,22646312,22647262,22662566,22662660,22663837,22672895,22675659,22681964,22682306,22682416,22683913,22684024,22687396,22687951,22695353,22696675,22697391,22706796,22707795,22712024,22713269,22714700,22719937,22724306,22730487,22730609,22754073,22761245,22766452,22774547,22781953,22786280,22787599,22792007,22814104,22817089,22823268,22828869,22831911,22832972,22835678,22835693,22839392,22856715,22856835,22858917,22861826,22862018,22862131,22862662,22863046,22863301,22863812,22876743,22880363,22881821,22883118,22887365,22887492,22889808,22890031,22890391,22891755,22893633,22896671,22918034,22922668,23003113,23013069,23064860,23107221,23230493,23232711,23266785,23329551,23331995,23339680,23345483,23373431,23385240,23412742,23447106,23487903,23488207,24464501,24464545,24464799,2446522', 'assoc_port': '22593609:22593866,22594876:22595978,22600723:22601211,22603046:22603328,22604278:22604595,22607576:22617549,22607578:22607906,22609802:22610156,22610903:22611926,22610905:22611808,22610908:22611636,22614938:22615314,22614939:22625116,22617410:22617845,22617415:22617929,22618983:22629299,22624049:22624752,22628393:22628720,22637081:22637171,22637331:22637365,22637677:22637773,22639299:22639573,22640873:22641117,22643642:22643913,22645325:22645690,22645329:22645485,22646206:22646312,22647186:22647262,22661875:22662660,22661878:22662566,22662913:22663837,22672696:22672895,22672699:22683913,22675373:22675659,22681465:22682416,22681467:22682306,22681471:22681964,22683204:22684024,22687085:22687951,22687092:22687396,22694882:22695353,22696406:22696675,22696945:22697391,22706230:22706796,22707489:22707795,22711986:22712024,22713013:22713269,22714441:22714700,22719539:22719937,22723676:22724306,22729019:22730609,22729023:22730487,22753645:22754073,22760875:22761245,22766334:22766452,22773720:22774547,22781197:2278195', 'assoc_mat': '22593609:papier:4209:22593866,22594876:papier:4209:22595978,22600723:papier:4209:22601211,22603046:papier:4209:22603328,22604278:papier:4209:22604595,22607576:papier:4209:22617549,22607578:papier:4209:22607906,22609802:papier:4209:22610156,22610903:papier:4209:22611926,22610905:papier:4209:22611808,22610908:papier:4209:22611636,22614938:papier:4209:22615314,22614939:papier:4209:22625116,22617410:papier:4209:22617845,22617415:papier:4209:22617929,22618983:papier:4209:22629299,22624049:papier:4209:22624752,22628393:papier:4209:22628720,22637081:papier:4209:22637171,22637331:papier:4209:22637365,22637677:papier:4209:22637773,22639299:papier:4209:22639573,22640873:papier:4209:22641117,22643642:papier:4209:22643913,22645325:papier:4209:22645690,22645329:papier:4209:22645485,22646206:papier:4209:22646312,22647186:papier:4209:22647262,22661875:papier:4209:22662660,22661878:papier:4209:22662566,22662913:papier:4209:22663837,22672696:papier:4209:22672895,22672699:papier:4209:22683913,22675373:papier:4209:22675659,2268'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010438880850366618, 'nb_photo': 29237, 'list_port_cont': '22594149,22596088,22597268,22600175,22601232,22602877,22603303,22604569,22604688,22607885,22611744,22613599,22615574,22617915,22619613,22621909,22637224,22637553,22637885,22638903,22639725,22641069,22642205,22642346,22643275,22643863,22644806,22646133,22646324,22646765,22664730,22669219,22670583,22672995,22674152,22677109,22687527,22687868,22695485,22695605,22696705,22700573,22706889,22712136,22712895,22714103,22714718,22714760,22716165,22719973,22721104,22721223,22728536,22730039,22732165,22743595,22748165,22754167,22754208,22758668,22761620,22763734,22765753,22771947,22778219,22786470,22816121,22818588,22820555,22823239,22823529,22824459,22829509,22831999,22832257,22833297,22841003,22842121,22843020,22845809,22856864,22856866,22857926,22858764,22859607,22860803,22863072,22863869,22864513,22864553,22865029,22876871,22880515,22881973,22882025,22882506,22883158,22885522,22887657,22887830,22892031,22895835,22895875,22910363,22911747,22914572,22915529,22915979,22918132,22920496,22925342,22931809,22950016,2295212', 'assoc_port': '22593607:22594149,22594878:22596088,22596778:22597268,22599779:22600175,22600725:22601232,22602546:22602877,22603047:22603303,22604281:22604569,22604285:22604688,22607577:22607885,22610904:22611744,22613020:22613599,22614941:22615574,22617413:22617915,22618986:22619613,22621389:22621909,22637075:22637224,22637329:22637553,22637675:22637885,22638530:22638903,22639300:22639725,22640875:22641069,22641844:22642205,22641848:22642346,22642866:22643275,22643643:22643863,22644532:22644806,22645996:22646133,22646207:22646324,22646699:22646765,22662916:22664730,22668748:22669219,22669906:22670583,22672697:22672995,22673671:22674152,22676626:22677109,22687084:22687868,22687089:22687527,22694854:22695605,22694855:22695485,22694881:22700573,22696405:22696705,22706232:22706889,22711985:22712136,22712696:22712895,22713825:22714103,22714438:22714718,22714442:22714760,22715865:22716165,22719540:22719973,22720545:22721223,22720552:22721104,22727659:22728536,22729021:22730039,22731512:22732165,22740292:22748165,22743077:2274359', 'assoc_mat': '22593607:papier:4211:22594149,22594878:papier:4211:22596088,22596778:papier:4211:22597268,22599779:papier:4211:22600175,22600725:papier:4211:22601232,22602546:papier:4211:22602877,22603047:papier:4211:22603303,22604281:papier:4211:22604569,22604285:papier:4211:22604688,22607577:papier:4211:22607885,22610904:papier:4211:22611744,22613020:papier:4211:22613599,22614941:papier:4211:22615574,22617413:papier:4211:22617915,22618986:papier:4211:22619613,22621389:papier:4211:22621909,22637075:papier:4211:22637224,22637329:papier:4211:22637553,22637675:papier:4211:22637885,22638530:papier:4211:22638903,22639300:papier:4211:22639725,22640875:papier:4211:22641069,22641844:papier:4211:22642205,22641848:papier:4211:22642346,22642866:papier:4211:22643275,22643643:papier:4211:22643863,22644532:papier:4211:22644806,22645996:papier:4211:22646133,22646207:papier:4211:22646324,22646699:papier:4211:22646765,22662916:papier:4211:22664730,22668748:papier:4211:22669219,22669906:papier:4211:22670583,22672697:papier:4211:22672995,2267'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.012422552891064146, 'nb_photo': 823, 'list_port_cont': '22600792,22601575,22602964,22605085,22607294,22610544,22612830,22614564,22616482,22622123,22629255,22637339,22637996,22639828,22639883,22642910,22643285,22644956,22645409,22646157,22646172,22646449,22646783,22647113,22664935,22670973,22676633,22676779,22686166,22688621,22689694,22695647,22701193,22707694,22710395,22711920,22712299,22714465,22716574,22716651,22720732,22721544,22725014,22728824,22731569,22732983,22735491,22741287,22754532,22765227,22770709,22772540,22776170,22782389,22783549,22791668,22794788,22816528,22821242,22823558,22830569,22832792,22833544,22838460,22840238,22840673,22846193,22852378,22856915,22858845,22859644,22861854,22862251,22863381,22878556,22882931,22883769,22886533,22888291,22889657,22896326,22897004,22898271,22901066,22915358,22915926,22916136,22917773,22926574,22929975,22930591,22936495,22936547,22942819,22945217,22970726,22981019,22986003,22987861,22988214,22994037,22994879,23002077,23009884,23013190,23055182,23055482,23059059,23059747,23065672,23066043,23075738,23078488,2308849', 'assoc_port': '22596779:22607294,22599781:22600792,22600763:22601575,22602548:22602964,22604279:22605085,22609800:22612830,22609829:22610544,22613022:22614564,22614960:22616482,22621388:22622123,22628388:22629255,22637076:22639828,22637080:22637339,22637670:22637996,22639297:22639883,22641849:22642910,22642867:22643285,22644513:22646157,22644528:22645409,22644531:22644956,22645997:22647113,22646002:22646172,22646205:22646449,22646698:22646783,22662915:22664935,22669904:22670973,22673667:22676633,22675370:22676779,22683212:22686166,22687088:22688621,22688510:22689694,22694884:22695647,22700429:22701193,22706229:22707694,22708744:22711920,22708746:22710395,22711987:22712299,22713822:22714465,22715863:22716651,22715866:22716574,22719541:22720732,22720551:22725014,22720556:22721544,22727679:22728824,22729016:22731569,22731513:22732983,22733591:22735491,22740290:22741287,22753647:22754532,22763328:22765227,22769206:22770709,22771178:22772540,22775278:22776170,22781199:22782389,22782382:22783549,22787159:22794788,22787160:2279166', 'assoc_mat': '22596779:papier:3327:22607294,22599781:papier:3327:22600792,22600763:papier:3327:22601575,22602548:papier:3327:22602964,22604279:papier:3327:22605085,22609800:papier:3327:22612830,22609829:papier:3327:22610544,22613022:papier:3327:22614564,22614960:papier:3327:22616482,22621388:papier:3327:22622123,22628388:papier:3327:22629255,22637076:papier:3327:22639828,22637080:papier:3327:22637339,22637670:papier:3327:22637996,22639297:papier:3327:22639883,22641849:papier:3327:22642910,22642867:papier:3327:22643285,22644513:papier:3327:22646157,22644528:papier:3327:22645409,22644531:papier:3327:22644956,22645997:papier:3327:22647113,22646002:papier:3327:22646172,22646205:papier:3327:22646449,22646698:papier:3327:22646783,22662915:papier:3327:22664935,22669904:papier:3327:22670973,22673667:papier:3327:22676633,22675370:papier:3327:22676779,22683212:papier:3327:22686166,22687088:papier:3327:22688621,22688510:papier:3327:22689694,22694884:papier:3327:22695647,22700429:papier:3327:22701193,22706229:papier:3327:22707694,2270'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.007175982100197056, 'nb_photo': 185, 'list_port_cont': '22592607,22602563,22627281,22637866,22637953,22645205,22667707,22675222,22681760,22698567,22718099,22737398,22757400,22777257,22782117,22794048,22845286,22856073,22863023,22863340,22876481,22883462,22897223,22900209,22925846,22942115,22951841,22978001,23063939,23075715,23088205,23090515,23091300,23165099,23185152,23439256,23447349,23450981,23477025,23482453,23501625,23506179,23513856,23526816,24489934,24490324,24491611,24557369,24558582,24558663,24558976,24560239,24569356,24569766', 'assoc_port': '22591582:22592607,22602549:22602563,22614943:22627281,22637672:22637953,22637674:22637866,22643641:22645205,22666515:22667707,22673669:22675222,22676627:22681760,22693033:22698567,22713819:22718099,22727668:22737398,22755525:22757400,22773713:22777257,22777724:22782117,22793928:22794048,22828627:22856073,22835476:22845286,22857008:22863340,22862865:22863023,22874442:22876481,22882318:22883462,22895713:22897223,22896423:22900209,22917826:22925846,22931348:22942115,22951589:22951841,22967489:22978001,23019441:23063939,23052721:23088205,23062405:23090515,23064326:23091300,23075518:23075715,23112649:23165099,23161553:23185152,23266257:23526816,23328664:23439256,23370198:23450981,23370901:23477025,23371000:23482453,23381825:23501625,23408683:23513856,23446969:23447349,23495804:23506179,24463520:24491611,24463881:24490324,24463942:24489934,24513246:24569356,24513454:24569766,24514181:24558582,24514184:24560239,24514384:24558976,24514432:24558663,24514700:24557369', 'assoc_mat': '22591582:pehd:4205:22592607,22602549:pehd:4205:22602563,22614943:pehd:4205:22627281,22637672:pehd:4205:22637953,22637674:pehd:4205:22637866,22643641:pehd:4205:22645205,22666515:pehd:4205:22667707,22673669:pehd:4205:22675222,22676627:pehd:4205:22681760,22693033:pehd:4205:22698567,22713819:pehd:4205:22718099,22727668:pehd:4205:22737398,22755525:pehd:4205:22757400,22773713:pehd:4205:22777257,22777724:pehd:4205:22782117,22793928:pehd:4205:22794048,22828627:pehd:4205:22856073,22835476:pehd:4205:22845286,22857008:pehd:4205:22863340,22862865:pehd:4205:22863023,22874442:pehd:4205:22876481,22882318:pehd:4205:22883462,22895713:pehd:4205:22897223,22896423:pehd:4205:22900209,22917826:pehd:4205:22925846,22931348:pehd:4205:22942115,22951589:pehd:4205:22951841,22967489:pehd:4205:22978001,23019441:pehd:4205:23063939,23052721:pehd:4205:23088205,23062405:pehd:4205:23090515,23064326:pehd:4205:23091300,23075518:pehd:4205:23075715,23112649:pehd:4205:23165099,23161553:pehd:4205:23185152,23266257:pehd:4205:23526816,23328664:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0037420608326793393, 'nb_photo': 645, 'list_port_cont': '22630368,22634255,22636616,22644191,22645961,22671023,22687245,22707914,22720104,22738372,22763445,22784787,22816591,22847721,22854604,22862340,22864779,22865864,22880836,22889058,22945496,22988170,22990614,23008507,23089694,23094197,23095171,23186760,23209569,23411325,23479328,23505172,23506523,23507301,23525351,24490055,24490145,24490230,24490248,24490305,24490806,24491575,24515743,24557473,24557756,24557938,24558324,24559123,24559775,24560326,24560612,24560713,24560795,24561384,24562036,24562087,24563431,24565090,24567526,24576598', 'assoc_port': '22604273:22636616,22609799:22634255,22624047:22630368,22640872:22644191,22645327:22645961,22668747:22671023,22683214:22687245,22706231:22707914,22715864:22720104,22727698:22738372,22760876:22763445,22775279:22784787,22814866:22816591,22835896:22854604,22835901:22847721,22858837:22862340,22861704:22864779,22863669:22865864,22879241:22880836,22885096:22889058,22916871:22945496,22963267:22990614,22979636:22988170,23002549:23008507,23024263:23094197,23056326:23089694,23080635:23095171,23157180:23209569,23164742:23186760,23370918:23479328,23386645:23506523,23411038:23411325,23419023:23525351,23487314:23507301,23499045:23505172,24463400:24490806,24463494:24490305,24463899:24490230,24463929:24491575,24464003:24490145,24464038:24490248,24464111:24490055,24512919:24567526,24513076:24565090,24513354:24563431,24513393:24562087,24513539:24562036,24513754:24561384,24513857:24560612,24513862:24560326,24513919:24560795,24513940:24560713,24514080:24559775,24514113:24515743,24514431:24558324,24514481:24559123,24514527:2455775', 'assoc_mat': '22604273:pehd:4203:22636616,22609799:pehd:4203:22634255,22624047:pehd:4203:22630368,22640872:pehd:4203:22644191,22645327:pehd:4203:22645961,22668747:pehd:4203:22671023,22683214:pehd:4203:22687245,22706231:pehd:4203:22707914,22715864:pehd:4203:22720104,22727698:pehd:4203:22738372,22760876:pehd:4203:22763445,22775279:pehd:4203:22784787,22814866:pehd:4203:22816591,22835896:pehd:4203:22854604,22835901:pehd:4203:22847721,22858837:pehd:4203:22862340,22861704:pehd:4203:22864779,22863669:pehd:4203:22865864,22879241:pehd:4203:22880836,22885096:pehd:4203:22889058,22916871:pehd:4203:22945496,22963267:pehd:4203:22990614,22979636:pehd:4203:22988170,23002549:pehd:4203:23008507,23024263:pehd:4203:23094197,23056326:pehd:4203:23089694,23080635:pehd:4203:23095171,23157180:pehd:4203:23209569,23164742:pehd:4203:23186760,23370918:pehd:4203:23479328,23386645:pehd:4203:23506523,23411038:pehd:4203:23411325,23419023:pehd:4203:23525351,23487314:pehd:4203:23507301,23499045:pehd:4203:23505172,24463400:pehd:4203:24490806,24463494:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004365902809767386, 'nb_photo': 503, 'list_port_cont': '22594070,22594346,22594390,22600125,22600930,22610269,22613352,22617795,22628690,22629014,22637204,22637758,22639703,22642302,22644841,22644861,22644966,22647238,22661922,22663968,22666875,22670076,22672790,22674107,22674357,22676814,22686237,22687792,22695660,22696614,22711034,22712724,22714559,22715781,22721058,22721296,22721893,22728619,22732045,22732509,22733988,22738165,22753881,22756016,22758444,22761336,22763898,22765536,22766554,22770052,22775451,22775978,22781541,22786370,22790685,22794062,22814235,22816964,22818297,22820520,22823380,22829570,22833365,22839347,22839632,22839693,22840458,22856801,22857866,22858740,22859524,22859653,22862059,22862994,22863788,22863934,22864568,22874927,22876710,22877002,22877230,22879607,22879880,22880253,22882374,22882520,22885465,22890280,22893861,22894043,22895808,22895855,22915514,22928148,22948603,22956475,22982943,23007832,23007951,23056599,23062372,23067031,23088891,23089563,23094087,23119949,23167001,23182144,23257387,23398674,23439899,23443194,23447363,2344757', 'assoc_port': '22593605:22594346,22593606:22594390,22593610:22594070,22599780:22600125,22600753:22600930,22609801:22610269,22613019:22613352,22617411:22617795,22628391:22629014,22628395:22628690,22637082:22637204,22637676:22637758,22639298:22639703,22641847:22642302,22644527:22644966,22644530:22644861,22644534:22644841,22647190:22647238,22661877:22661922,22662911:22663968,22666517:22666875,22669905:22670076,22672698:22672790,22673666:22674357,22673668:22674107,22676625:22676814,22681470:22686237,22687087:22687792,22693003:22695660,22696407:22696614,22708745:22711034,22712695:22712724,22713828:22715781,22714440:22714559,22720547:22721893,22720553:22721296,22720554:22721058,22727657:22728619,22729018:22738165,22731511:22732509,22731514:22732045,22733593:22733988,22753641:22753881,22755523:22756016,22757921:22758444,22760878:22761336,22763327:22763898,22765035:22765536,22766320:22766554,22769207:22770052,22775277:22775978,22775282:22775451,22781201:22781541,22785918:22786370,22787163:22790685,22793924:22794062,22813691:2281423', 'assoc_mat': '22593605:pehd:4207:22594346,22593606:pehd:4207:22594390,22593610:pehd:4207:22594070,22599780:pehd:4207:22600125,22600753:pehd:4207:22600930,22609801:pehd:4207:22610269,22613019:pehd:4207:22613352,22617411:pehd:4207:22617795,22628391:pehd:4207:22629014,22628395:pehd:4207:22628690,22637082:pehd:4207:22637204,22637676:pehd:4207:22637758,22639298:pehd:4207:22639703,22641847:pehd:4207:22642302,22644527:pehd:4207:22644966,22644530:pehd:4207:22644861,22644534:pehd:4207:22644841,22647190:pehd:4207:22647238,22661877:pehd:4207:22661922,22662911:pehd:4207:22663968,22666517:pehd:4207:22666875,22669905:pehd:4207:22670076,22672698:pehd:4207:22672790,22673666:pehd:4207:22674357,22673668:pehd:4207:22674107,22676625:pehd:4207:22676814,22681470:pehd:4207:22686237,22687087:pehd:4207:22687792,22693003:pehd:4207:22695660,22696407:pehd:4207:22696614,22708745:pehd:4207:22711034,22712695:pehd:4207:22712724,22713828:pehd:4207:22715781,22714440:pehd:4207:22714559,22720547:pehd:4207:22721893,22720553:pehd:4207:22721296,22720554:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007790402393479307, 'nb_photo': 34, 'list_port_cont': '22595989,22621789,22664459,22670619,22677063,22732109,22749518,22761297,22828938,22844555,22858882,22859538,22860726,22862677,22879643,22901512,23176377,23489336,24465087,24469592,24470009,24477571,24515518,24556220,24556365,24558424,24559040,24560052,24563945', 'assoc_port': '22594879:22595989,22621387:22621789,22662910:22664459,22669907:22670619,22676624:22677063,22731556:22732109,22743102:22749518,22760877:22761297,22828657:22828938,22843809:22844555,22858840:22858882,22859469:22859538,22860491:22860726,22862459:22862677,22879243:22879643,22901195:22901512,23176164:23176377,23487107:23489336,24463472:24477571,24463757:24465087,24463819:24469592,24463998:24470009,24512737:24563945,24513049:24560052,24513378:24559040,24513593:24558424,24513825:24515518,24514022:24556220,24514259:24556365', 'assoc_mat': '22594879:pehd:4461:22595989,22621387:pehd:4461:22621789,22662910:pehd:4461:22664459,22669907:pehd:4461:22670619,22676624:pehd:4461:22677063,22731556:pehd:4461:22732109,22743102:pehd:4461:22749518,22760877:pehd:4461:22761297,22828657:pehd:4461:22828938,22843809:pehd:4461:22844555,22858840:pehd:4461:22858882,22859469:pehd:4461:22859538,22860491:pehd:4461:22860726,22862459:pehd:4461:22862677,22879243:pehd:4461:22879643,22901195:pehd:4461:22901512,23176164:pehd:4461:23176377,23487107:pehd:4461:23489336,24463472:pehd:4461:24477571,24463757:pehd:4461:24465087,24463819:pehd:4461:24469592,24463998:pehd:4461:24470009,24512737:pehd:4461:24563945,24513049:pehd:4461:24560052,24513378:pehd:4461:24559040,24513593:pehd:4461:24558424,24513825:pehd:4461:24515518,24514022:pehd:4461:24556220,24514259:pehd:4461:24556365'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.002701779379929697, 'nb_photo': 3, 'list_port_cont': '23158489,23346170', 'assoc_port': '23157188:23158489,23344698:23346170', 'assoc_mat': '23157188:pehd:3594:23158489,23344698:pehd:3594:23346170'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.008590865207859722, 'nb_photo': 1719, 'list_port_cont': '22596176,22604134,22609340,22612204,22613234,22620992,22627380,22630386,22630485,22630491,22637372,22637392,22637530,22639218,22642119,22643597,22644334,22644425,22645470,22646069,22646705,22647332,22648109,22663890,22667653,22676965,22677089,22677191,22684090,22685652,22686637,22695629,22695684,22696539,22699547,22711332,22712184,22712809,22713174,22714732,22720791,22725026,22731750,22734342,22737341,22739671,22741198,22743316,22744941,22755897,22757456,22759664,22765895,22766593,22774555,22779834,22782106,22782648,22786740,22789434,22791848,22794084,22817116,22823196,22823593,22824762,22831479,22839169,22839676,22839830,22841186,22842005,22847478,22847934,22851382,22856022,22858929,22862211,22862708,22863021,22863133,22863362,22864912,22865055,22865836,22865852,22865885,22865910,22877969,22878081,22878457,22882453,22883502,22888914,22893422,22894532,22896392,22897430,22908157,22909448,22918147,22919991,22926526,22985782,22997874,23077573,23089617,23091836,23344851,23393272,23447601,23504430,23505604,2350588', 'assoc_port': '22594877:22596176,22600724:22604134,22602545:22612204,22604276:22609340,22610907:22620992,22613021:22613234,22614937:22627380,22617412:22630485,22618985:22630491,22624048:22630386,22637077:22637392,22637083:22637530,22637332:22637372,22638529:22639218,22641845:22643597,22641850:22642119,22642864:22644334,22642868:22644425,22644529:22646705,22645330:22645470,22646001:22646069,22647187:22648109,22647191:22647332,22662912:22663890,22666514:22667653,22669908:22684090,22675367:22676965,22675368:22677089,22675371:22677191,22675372:22685652,22681463:22686637,22687091:22695629,22694868:22696539,22694885:22695684,22696946:22699547,22708747:22711332,22711988:22712184,22712694:22713174,22712698:22712809,22714439:22714732,22720546:22720791,22720550:22725026,22723659:22734342,22727658:22737341,22731555:22739671,22731557:22731750,22733592:22744941,22740289:22741198,22743063:22743316,22753642:22755897,22755522:22757456,22757920:22759664,22763326:22765895,22766326:22766593,22771176:22774555,22775280:22779834,22777709:2278210', 'assoc_mat': '22594877:pehd:4200:22596176,22600724:pehd:4200:22604134,22602545:pehd:4200:22612204,22604276:pehd:4200:22609340,22610907:pehd:4200:22620992,22613021:pehd:4200:22613234,22614937:pehd:4200:22627380,22617412:pehd:4200:22630485,22618985:pehd:4200:22630491,22624048:pehd:4200:22630386,22637077:pehd:4200:22637392,22637083:pehd:4200:22637530,22637332:pehd:4200:22637372,22638529:pehd:4200:22639218,22641845:pehd:4200:22643597,22641850:pehd:4200:22642119,22642864:pehd:4200:22644334,22642868:pehd:4200:22644425,22644529:pehd:4200:22646705,22645330:pehd:4200:22645470,22646001:pehd:4200:22646069,22647187:pehd:4200:22648109,22647191:pehd:4200:22647332,22662912:pehd:4200:22663890,22666514:pehd:4200:22667653,22669908:pehd:4200:22684090,22675367:pehd:4200:22676965,22675368:pehd:4200:22677089,22675371:pehd:4200:22677191,22675372:pehd:4200:22685652,22681463:pehd:4200:22686637,22687091:pehd:4200:22695629,22694868:pehd:4200:22696539,22694885:pehd:4200:22695684,22696946:pehd:4200:22699547,22708747:pehd:4200:22711332,22711988:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006344261748773101, 'nb_photo': 1426, 'list_port_cont': '22593863,22595974,22601214,22603323,22604591,22607903,22610161,22611616,22611815,22611927,22615322,22617552,22617854,22617931,22624755,22625102,22628723,22629306,22637163,22637368,22637787,22639571,22641104,22643914,22645486,22645689,22646299,22647260,22662571,22662649,22663841,22672892,22675651,22681974,22682307,22682422,22683921,22684018,22687389,22687957,22695360,22696682,22697389,22706784,22707789,22712021,22713270,22714694,22719928,22724305,22730493,22730606,22754087,22761220,22766467,22774546,22781940,22786277,22787590,22792002,22814102,22817098,22823279,22828867,22831916,22832973,22835664,22835681,22839391,22856841,22858914,22861823,22862022,22862124,22862669,22863043,22863307,22863821,22876741,22880370,22881811,22883124,22887363,22887491,22889811,22890037,22890395,22891754,22896675,22918036,22922669,23003104,23013068,23064861,23107219,23232704,23266790,23329544,23332001,23339681,23345489,23373438,23385227,23412752,23447117,23487904,23488211,24464499,24464547,24464796,24465236,24465266,24465383,2446540', 'assoc_port': '22593609:22593863,22594876:22595974,22600723:22601214,22603046:22603323,22604278:22604591,22607576:22617552,22607578:22607903,22609802:22610161,22610903:22611927,22610905:22611815,22610908:22611616,22614938:22615322,22614939:22625102,22617410:22617854,22617415:22617931,22618983:22629306,22624049:22624755,22628393:22628723,22637081:22637163,22637331:22637368,22637677:22637787,22639299:22639571,22640873:22641104,22643642:22643914,22645325:22645689,22645329:22645486,22646206:22646299,22647186:22647260,22661875:22662649,22661878:22662571,22662913:22663841,22672696:22672892,22672699:22683921,22675373:22675651,22681465:22682422,22681467:22682307,22681471:22681974,22683204:22684018,22687085:22687957,22687092:22687389,22694882:22695360,22696406:22696682,22696945:22697389,22706230:22706784,22707489:22707789,22711986:22712021,22713013:22713270,22714441:22714694,22719539:22719928,22723676:22724305,22729019:22730606,22729023:22730493,22753645:22754087,22760875:22761220,22766334:22766467,22773720:22774546,22781197:2278194', 'assoc_mat': '22593609:pehd:4209:22593863,22594876:pehd:4209:22595974,22600723:pehd:4209:22601214,22603046:pehd:4209:22603323,22604278:pehd:4209:22604591,22607576:pehd:4209:22617552,22607578:pehd:4209:22607903,22609802:pehd:4209:22610161,22610903:pehd:4209:22611927,22610905:pehd:4209:22611815,22610908:pehd:4209:22611616,22614938:pehd:4209:22615322,22614939:pehd:4209:22625102,22617410:pehd:4209:22617854,22617415:pehd:4209:22617931,22618983:pehd:4209:22629306,22624049:pehd:4209:22624755,22628393:pehd:4209:22628723,22637081:pehd:4209:22637163,22637331:pehd:4209:22637368,22637677:pehd:4209:22637787,22639299:pehd:4209:22639571,22640873:pehd:4209:22641104,22643642:pehd:4209:22643914,22645325:pehd:4209:22645689,22645329:pehd:4209:22645486,22646206:pehd:4209:22646299,22647186:pehd:4209:22647260,22661875:pehd:4209:22662649,22661878:pehd:4209:22662571,22662913:pehd:4209:22663841,22672696:pehd:4209:22672892,22672699:pehd:4209:22683921,22675373:pehd:4209:22675651,22681465:pehd:4209:22682422,22681467:pehd:4209:22682307,22681471:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.6114525880171491, 'nb_photo': 23443, 'list_port_cont': '22594159,22596091,22597260,22600168,22601224,22602875,22603310,22604570,22604673,22607882,22611748,22613609,22615584,22617917,22619621,22621917,22637236,22637543,22637883,22638901,22639729,22641079,22642208,22642361,22643265,22643867,22644819,22646141,22646329,22646757,22664731,22669215,22670572,22672984,22674162,22677102,22687537,22687861,22695470,22695602,22696706,22700567,22706884,22712132,22712893,22714110,22714713,22714766,22716172,22719977,22721092,22721229,22728544,22730033,22732169,22743583,22748174,22754158,22754199,22758672,22761618,22763720,22765754,22771949,22778213,22786459,22816116,22818581,22820560,22823241,22823532,22824445,22829500,22832014,22832260,22833301,22840998,22842114,22843017,22845810,22856852,22856873,22857918,22858759,22859608,22860806,22863074,22863866,22864512,22864557,22865034,22876866,22880524,22881969,22882023,22882509,22883169,22885536,22887662,22887833,22892027,22895836,22895864,22910373,22911758,22914573,22915524,22915990,22918122,22920495,22925344,22931806,22950015,2295212', 'assoc_port': '22593607:22594159,22594878:22596091,22596778:22597260,22599779:22600168,22600725:22601224,22602546:22602875,22603047:22603310,22604281:22604570,22604285:22604673,22607577:22607882,22610904:22611748,22613020:22613609,22614941:22615584,22617413:22617917,22618986:22619621,22621389:22621917,22637075:22637236,22637329:22637543,22637675:22637883,22638530:22638901,22639300:22639729,22640875:22641079,22641844:22642208,22641848:22642361,22642866:22643265,22643643:22643867,22644532:22644819,22645996:22646141,22646207:22646329,22646699:22646757,22662916:22664731,22668748:22669215,22669906:22670572,22672697:22672984,22673671:22674162,22676626:22677102,22687084:22687861,22687089:22687537,22694854:22695602,22694855:22695470,22694881:22700567,22696405:22696706,22706232:22706884,22711985:22712132,22712696:22712893,22713825:22714110,22714438:22714713,22714442:22714766,22715865:22716172,22719540:22719977,22720545:22721229,22720552:22721092,22727659:22728544,22729021:22730033,22731512:22732169,22740292:22748174,22743077:2274358', 'assoc_mat': '22593607:pehd:4211:22594159,22594878:pehd:4211:22596091,22596778:pehd:4211:22597260,22599779:pehd:4211:22600168,22600725:pehd:4211:22601224,22602546:pehd:4211:22602875,22603047:pehd:4211:22603310,22604281:pehd:4211:22604570,22604285:pehd:4211:22604673,22607577:pehd:4211:22607882,22610904:pehd:4211:22611748,22613020:pehd:4211:22613609,22614941:pehd:4211:22615584,22617413:pehd:4211:22617917,22618986:pehd:4211:22619621,22621389:pehd:4211:22621917,22637075:pehd:4211:22637236,22637329:pehd:4211:22637543,22637675:pehd:4211:22637883,22638530:pehd:4211:22638901,22639300:pehd:4211:22639729,22640875:pehd:4211:22641079,22641844:pehd:4211:22642208,22641848:pehd:4211:22642361,22642866:pehd:4211:22643265,22643643:pehd:4211:22643867,22644532:pehd:4211:22644819,22645996:pehd:4211:22646141,22646207:pehd:4211:22646329,22646699:pehd:4211:22646757,22662916:pehd:4211:22664731,22668748:pehd:4211:22669215,22669906:pehd:4211:22670572,22672697:pehd:4211:22672984,22673671:pehd:4211:22674162,22676626:pehd:4211:22677102,22687084:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.007592009767926527, 'nb_photo': 19, 'list_port_cont': '22770703,22882925,22883779,22886534,22897002,22901073,22909346,23439954,23504171,24472609', 'assoc_port': '22769206:22770703,22879242:22883779,22881746:22882925,22882937:22886534,22889833:22901073,22894326:22897002,22894331:22909346,23331057:23439954,23503088:23504171,24463733:24472609', 'assoc_mat': '22769206:pehd:3327:22770703,22879242:pehd:3327:22883779,22881746:pehd:3327:22882925,22882937:pehd:3327:22886534,22889833:pehd:3327:22901073,22894326:pehd:3327:22897002,22894331:pehd:3327:22909346,23331057:pehd:3327:23439954,23503088:pehd:3327:23504171,24463733:pehd:3327:24472609'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005093379644017445, 'nb_photo': 32, 'list_port_cont': '22602565,22637873,22667706,22698568,22718095,22737393,22794046,22845278,22863341,23063949,23091291,23165111,23174301,23439265,23450978,23477014,23509922,23513855,24491621,24558666,24560244,24569354,24569771', 'assoc_port': '22602549:22602565,22637674:22637873,22666515:22667706,22693033:22698568,22713819:22718095,22727668:22737393,22793928:22794046,22835476:22845278,22857008:22863341,23019441:23063949,23064326:23091291,23112649:23165111,23127851:23174301,23328664:23439265,23370198:23450978,23370901:23477014,23408683:23513855,23487313:23509922,24463520:24491621,24513246:24569354,24513454:24569771,24514184:24560244,24514432:24558666', 'assoc_mat': '22602549:pet_clair:4205:22602565,22637674:pet_clair:4205:22637873,22666515:pet_clair:4205:22667706,22693033:pet_clair:4205:22698568,22713819:pet_clair:4205:22718095,22727668:pet_clair:4205:22737393,22793928:pet_clair:4205:22794046,22835476:pet_clair:4205:22845278,22857008:pet_clair:4205:22863341,23019441:pet_clair:4205:23063949,23064326:pet_clair:4205:23091291,23112649:pet_clair:4205:23165111,23127851:pet_clair:4205:23174301,23328664:pet_clair:4205:23439265,23370198:pet_clair:4205:23450978,23370901:pet_clair:4205:23477014,23408683:pet_clair:4205:23513855,23487313:pet_clair:4205:23509922,24463520:pet_clair:4205:24491621,24513246:pet_clair:4205:24569354,24513454:pet_clair:4205:24569771,24514184:pet_clair:4205:24560244,24514432:pet_clair:4205:24558666'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00027245159577622533, 'nb_photo': 22, 'list_port_cont': '22645966,22687234,22720102,22864771,22990628,23411314,23506532,24490061,24490253,24491580,24557480,24560323,24565077,24576602', 'assoc_port': '22645327:22645966,22683214:22687234,22715864:22720102,22861704:22864771,22963267:22990628,23386645:23506532,23411038:23411314,24463929:24491580,24464038:24490253,24464111:24490061,24513076:24565077,24513862:24560323,24514605:24576602,24514753:24557480', 'assoc_mat': '22645327:pet_clair:4203:22645966,22683214:pet_clair:4203:22687234,22715864:pet_clair:4203:22720102,22861704:pet_clair:4203:22864771,22963267:pet_clair:4203:22990628,23386645:pet_clair:4203:23506532,23411038:pet_clair:4203:23411314,24463929:pet_clair:4203:24491580,24464038:pet_clair:4203:24490253,24464111:pet_clair:4203:24490061,24513076:pet_clair:4203:24565077,24513862:pet_clair:4203:24560323,24514605:pet_clair:4203:24576602,24514753:pet_clair:4203:24557480'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0020399864688660937, 'nb_photo': 31, 'list_port_cont': '22613363,22645623,22663961,22670061,22675643,22712715,22721295,22733459,22733977,22928145,22931725,22951988,22982945,23126231,23398684,23447367,23475345,23491501,23504063,23504392,23510475,24464716,24555485,24557582,24560283,24560771,24560966,24561402', 'assoc_port': '22613019:22613363,22645328:22645623,22662911:22663961,22669905:22670061,22675369:22675643,22712695:22712715,22720553:22721295,22731509:22733459,22733593:22733977,22927533:22928145,22931349:22931725,22951590:22951988,22982645:22982945,23124145:23126231,23367732:23510475,23388510:23504063,23398529:23398684,23415991:23475345,23446972:23447367,23487139:23491501,23503944:23504392,24464128:24464716,24512565:24560771,24513512:24560966,24513561:24561402,24513570:24560283,24514629:24557582,24514903:24555485', 'assoc_mat': '22613019:pet_clair:4207:22613363,22645328:pet_clair:4207:22645623,22662911:pet_clair:4207:22663961,22669905:pet_clair:4207:22670061,22675369:pet_clair:4207:22675643,22712695:pet_clair:4207:22712715,22720553:pet_clair:4207:22721295,22731509:pet_clair:4207:22733459,22733593:pet_clair:4207:22733977,22927533:pet_clair:4207:22928145,22931349:pet_clair:4207:22931725,22951590:pet_clair:4207:22951988,22982645:pet_clair:4207:22982945,23124145:pet_clair:4207:23126231,23367732:pet_clair:4207:23510475,23388510:pet_clair:4207:23504063,23398529:pet_clair:4207:23398684,23415991:pet_clair:4207:23475345,23446972:pet_clair:4207:23447367,23487139:pet_clair:4207:23491501,23503944:pet_clair:4207:23504392,24464128:pet_clair:4207:24464716,24512565:pet_clair:4207:24560771,24513512:pet_clair:4207:24560966,24513561:pet_clair:4207:24561402,24513570:pet_clair:4207:24560283,24514629:pet_clair:4207:24557582,24514903:pet_clair:4207:24555485'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0022809320641971604, 'nb_photo': 3, 'list_port_cont': '22684127,22696622,24559326', 'assoc_port': '22683217:22684127,22696409:22696622,24513283:24559326', 'assoc_mat': '22683217:pet_clair:4461:22684127,22696409:pet_clair:4461:22696622,24513283:pet_clair:4461:24559326'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.05754028708197191, 'nb_photo': 547, 'list_port_cont': '23158242,23158485,23176751,23255844,23346174,23352112', 'assoc_port': '23157188:23158485,23157192:23158242,23176167:23176751,23254131:23255844,23344698:23346174,23351475:23352112', 'assoc_mat': '23157188:pet_clair:3594:23158485,23157192:pet_clair:3594:23158242,23176167:pet_clair:3594:23176751,23254131:pet_clair:3594:23255844,23344698:pet_clair:3594:23346174,23351475:pet_clair:3594:23352112'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01947754257367523, 'nb_photo': 448, 'list_port_cont': '22604123,22609343,22612207,22620994,22630473,22630493,22637402,22642112,22643598,22644342,22644423,22646059,22647325,22648095,22664081,22667660,22677091,22684092,22686636,22696540,22711338,22713167,22714726,22720787,22725036,22737339,22739662,22743327,22744948,22755900,22759673,22765908,22766585,22774560,22779835,22782649,22786745,22817115,22824756,22831476,22847469,22847927,22851397,22856024,22862208,22862714,22863011,22864919,22865829,22865882,22865909,22877975,22878463,22882457,22888918,22893423,22897425,22908162,22909455,22919984,22985781,23077572,23089618,23091842,23393275,23447609,23505610,23505894,23506148,23507114,23510916,23514772,23515094,23516197,23517618,24464316,24464744,24465032,24465510,24466206,24466705,24467260,24467804,24468182,24468947,24470437,24470719,24470913,24472110,24472445,24473339,24473583,24474171,24474459,24475168,24476202,24476441,24477330,24478603,24479548,24480120,24480196,24481255,24481424,24481951,24482857,24488734,24489293,24489606,24489663,24489889,24513416,24513779,2451413', 'assoc_port': '22600724:22604123,22602545:22612207,22604276:22609343,22610907:22620994,22617412:22630473,22618985:22630493,22637077:22637402,22641845:22643598,22641850:22642112,22642864:22644342,22642868:22644423,22646001:22646059,22647187:22648095,22647191:22647325,22662914:22664081,22666514:22667660,22669908:22684092,22675368:22677091,22681463:22686636,22694868:22696540,22708747:22711338,22712694:22713167,22714439:22714726,22720546:22720787,22720550:22725036,22727658:22737339,22731555:22739662,22733592:22744948,22743063:22743327,22753642:22755900,22757920:22759673,22763326:22765908,22766326:22766585,22771176:22774560,22775280:22779835,22777728:22782649,22781200:22786745,22816846:22817115,22820053:22831476,22820054:22824756,22828629:22856024,22835474:22847927,22843811:22847469,22851169:22851397,22861706:22864919,22861970:22862208,22862477:22862714,22862864:22863011,22863281:22865882,22863285:22865909,22864376:22865829,22876400:22877975,22876404:22878463,22880133:22909455,22880138:22908162,22882321:22882457,22885094:2288891', 'assoc_mat': '22600724:pet_clair:4200:22604123,22602545:pet_clair:4200:22612207,22604276:pet_clair:4200:22609343,22610907:pet_clair:4200:22620994,22617412:pet_clair:4200:22630473,22618985:pet_clair:4200:22630493,22637077:pet_clair:4200:22637402,22641845:pet_clair:4200:22643598,22641850:pet_clair:4200:22642112,22642864:pet_clair:4200:22644342,22642868:pet_clair:4200:22644423,22646001:pet_clair:4200:22646059,22647187:pet_clair:4200:22648095,22647191:pet_clair:4200:22647325,22662914:pet_clair:4200:22664081,22666514:pet_clair:4200:22667660,22669908:pet_clair:4200:22684092,22675368:pet_clair:4200:22677091,22681463:pet_clair:4200:22686636,22694868:pet_clair:4200:22696540,22708747:pet_clair:4200:22711338,22712694:pet_clair:4200:22713167,22714439:pet_clair:4200:22714726,22720546:pet_clair:4200:22720787,22720550:pet_clair:4200:22725036,22727658:pet_clair:4200:22737339,22731555:pet_clair:4200:22739662,22733592:pet_clair:4200:22744948,22743063:pet_clair:4200:22743327,22753642:pet_clair:4200:22755900,22757920:pet_clair:4200:22759673,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0357605165597135, 'nb_photo': 59, 'list_port_cont': '22949099,23074691', 'assoc_port': '22948162:22949099,23073358:23074691', 'assoc_mat': '22948162:pet_clair:3594:22949099,23073358:pet_clair:3594:23074691'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012769097854848945, 'nb_photo': 91, 'list_port_cont': '22603327,22617926,22637788,22639579,22643919,22645479,22647258,22683916,22714688,22761206,23003114,23488212,24465228,24465272,24465750,24466689,24469798,24471953,24472438,24472494,24473137,24475011,24475182,24514900,24514924,24548234,24548330,24549263,24549689,24550585,24551666,24552594,24552693,24553071,24555674,24555701,24556445,24556665,24556744,24557243,24557498,24557695,24558150,24558212', 'assoc_port': '22603046:22603327,22617415:22617926,22637677:22637788,22639299:22639579,22643642:22643919,22645329:22645479,22647186:22647258,22672699:22683916,22714441:22714688,22760875:22761206,23002556:23003114,23487129:23488212,24463498:24471953,24463574:24475011,24463737:24475182,24463740:24472494,24463746:24472438,24463758:24465272,24463915:24473137,24463940:24469798,24463984:24466689,24464132:24465750,24464169:24465228,24512890:24557695,24512897:24557498,24512972:24558150,24513003:24558212,24513074:24556744,24513125:24556665,24513181:24556445,24513575:24555701,24513629:24555674,24513843:24553071,24513845:24514900,24513888:24552594,24513904:24552693,24514106:24551666,24514291:24514924,24514314:24550585,24514377:24549689,24514482:24549263,24514490:24548330,24514499:24557243,24514536:24548234', 'assoc_mat': '22603046:pet_clair:4209:22603327,22617415:pet_clair:4209:22617926,22637677:pet_clair:4209:22637788,22639299:pet_clair:4209:22639579,22643642:pet_clair:4209:22643919,22645329:pet_clair:4209:22645479,22647186:pet_clair:4209:22647258,22672699:pet_clair:4209:22683916,22714441:pet_clair:4209:22714688,22760875:pet_clair:4209:22761206,23002556:pet_clair:4209:23003114,23487129:pet_clair:4209:23488212,24463498:pet_clair:4209:24471953,24463574:pet_clair:4209:24475011,24463737:pet_clair:4209:24475182,24463740:pet_clair:4209:24472494,24463746:pet_clair:4209:24472438,24463758:pet_clair:4209:24465272,24463915:pet_clair:4209:24473137,24463940:pet_clair:4209:24469798,24463984:pet_clair:4209:24466689,24464132:pet_clair:4209:24465750,24464169:pet_clair:4209:24465228,24512890:pet_clair:4209:24557695,24512897:pet_clair:4209:24557498,24512972:pet_clair:4209:24558150,24513003:pet_clair:4209:24558212,24513074:pet_clair:4209:24556744,24513125:pet_clair:4209:24556665,24513181:pet_clair:4209:24556445,24513575:pet_clair:4209:24555701,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009250233964923838, 'nb_photo': 230, 'list_port_cont': '22604575,22607878,22615572,22637557,22638906,22639733,22644816,22646131,22664736,22687528,22687864,22695475,22700577,22712130,22712896,22714719,22732170,22743584,22754157,22758677,22761613,22763731,22771946,22778215,22818582,22823252,22824449,22829501,22832007,22832266,22856880,22859602,22863059,22881983,22882012,22895842,22911752,22925339,22950013,22952115,22963772,22980139,22980596,22981053,22984677,23003348,23004200,23026227,23049992,23057129,23057222,23062859,23064961,23065097,23080023,23107567,23111793,23116944,23123405,23143813,23170761,23176788,23179368,23181649,23255616,23267409,23343520,23346783,23368438,23368455,23371924,23372237,23375890,23376027,23379249,23379586,23383920,23384013,23388983,23391757,23413732,23416499,23419415,23420924,23446719,23489830,23490673,23493290,23499495,23504463,23504489,23505525,24464899,24464934,24465431,24466242,24467319,24467449,24468532,24468888,24475679,24486932,24514548,24515206,24515637,24516295,24536905,24537389,24538044,24538147,24538426,24539609,24542982,2454416', 'assoc_port': '22604281:22604575,22607577:22607878,22614941:22615572,22637329:22637557,22638530:22638906,22639300:22639733,22644532:22644816,22645996:22646131,22662916:22664736,22687084:22687864,22687089:22687528,22694855:22695475,22694881:22700577,22711985:22712130,22712696:22712896,22714438:22714719,22731512:22732170,22743077:22743584,22753646:22754157,22755526:22763731,22757922:22758677,22760879:22761613,22771177:22771946,22777727:22778215,22817778:22818582,22817779:22824449,22823155:22832007,22823158:22823252,22828632:22829501,22831636:22832266,22856657:22856880,22859468:22859602,22862860:22863059,22876408:22881983,22881751:22882012,22895715:22895842,22911179:22911752,22925008:22925339,22949537:22950013,22951588:22952115,22963274:22963772,22970360:22980596,22979631:22980139,22980678:22981053,22984207:22984677,23002550:23003348,23003834:23004200,23025701:23026227,23049123:23049992,23056316:23057222,23056332:23057129,23062404:23062859,23064320:23065097,23064325:23064961,23079431:23080023,23106799:23107567,23110961:2311179', 'assoc_mat': '22604281:pet_clair:4211:22604575,22607577:pet_clair:4211:22607878,22614941:pet_clair:4211:22615572,22637329:pet_clair:4211:22637557,22638530:pet_clair:4211:22638906,22639300:pet_clair:4211:22639733,22644532:pet_clair:4211:22644816,22645996:pet_clair:4211:22646131,22662916:pet_clair:4211:22664736,22687084:pet_clair:4211:22687864,22687089:pet_clair:4211:22687528,22694855:pet_clair:4211:22695475,22694881:pet_clair:4211:22700577,22711985:pet_clair:4211:22712130,22712696:pet_clair:4211:22712896,22714438:pet_clair:4211:22714719,22731512:pet_clair:4211:22732170,22743077:pet_clair:4211:22743584,22753646:pet_clair:4211:22754157,22755526:pet_clair:4211:22763731,22757922:pet_clair:4211:22758677,22760879:pet_clair:4211:22761613,22771177:pet_clair:4211:22771946,22777727:pet_clair:4211:22778215,22817778:pet_clair:4211:22818582,22817779:pet_clair:4211:22824449,22823155:pet_clair:4211:22832007,22823158:pet_clair:4211:22823252,22828632:pet_clair:4211:22829501,22831636:pet_clair:4211:22832266,22856657:pet_clair:4211:22856880,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9840871746849069, 'nb_photo': 112957, 'list_port_cont': '22592632,22594926,22600787,22601569,22602958,22605087,22607305,22610539,22612831,22614565,22616479,22618162,22619852,22622121,22628995,22629266,22637341,22637600,22637997,22639827,22639890,22642916,22643281,22644949,22645411,22646145,22646171,22646443,22646788,22647117,22664933,22665258,22670984,22676628,22676772,22686162,22688588,22688619,22689684,22695639,22696665,22696740,22701201,22707688,22710401,22711910,22712300,22714459,22716570,22716644,22720728,22721550,22725022,22728835,22731562,22732985,22735495,22741283,22754542,22758753,22764381,22765232,22770711,22772536,22776167,22782386,22783541,22786729,22791658,22791995,22794786,22816525,22821255,22823549,22830564,22832791,22833532,22838450,22840246,22840670,22842717,22846196,22852376,22856905,22857450,22858849,22858954,22859632,22861864,22862240,22862830,22863119,22863379,22865923,22877105,22878550,22882932,22883775,22886523,22888277,22889663,22896319,22897013,22898272,22901064,22909356,22915357,22915916,22916135,22917768,22926573,22929967,22930600,2293638', 'assoc_port': '22591583:22592632,22593608:22594926,22596779:22607305,22599781:22600787,22600763:22601569,22602548:22602958,22604279:22605087,22609800:22612831,22609829:22610539,22613018:22628995,22613022:22614565,22614960:22616479,22617414:22618162,22618982:22619852,22621388:22622121,22628388:22629266,22637076:22639827,22637080:22637341,22637327:22637600,22637670:22637997,22639297:22639890,22641849:22642916,22642867:22643281,22644513:22646145,22644528:22645411,22644531:22644949,22645997:22647117,22646002:22646171,22646205:22646443,22646698:22646788,22661873:22665258,22662915:22664933,22669904:22670984,22673667:22676628,22675370:22676772,22683207:22688588,22683212:22686162,22687088:22688619,22688510:22689684,22693036:22696665,22694884:22695639,22696404:22696740,22700429:22701201,22706229:22707688,22708744:22711910,22708746:22710401,22711987:22712300,22713822:22714459,22715863:22716644,22715866:22716570,22719541:22720728,22720551:22725022,22720556:22721550,22727679:22728835,22729016:22731562,22731513:22732985,22733591:2273549', 'assoc_mat': '22591583:pet_clair:3327:22592632,22593608:pet_clair:3327:22594926,22596779:pet_clair:3327:22607305,22599781:pet_clair:3327:22600787,22600763:pet_clair:3327:22601569,22602548:pet_clair:3327:22602958,22604279:pet_clair:3327:22605087,22609800:pet_clair:3327:22612831,22609829:pet_clair:3327:22610539,22613018:pet_clair:3327:22628995,22613022:pet_clair:3327:22614565,22614960:pet_clair:3327:22616479,22617414:pet_clair:3327:22618162,22618982:pet_clair:3327:22619852,22621388:pet_clair:3327:22622121,22628388:pet_clair:3327:22629266,22637076:pet_clair:3327:22639827,22637080:pet_clair:3327:22637341,22637327:pet_clair:3327:22637600,22637670:pet_clair:3327:22637997,22639297:pet_clair:3327:22639890,22641849:pet_clair:3327:22642916,22642867:pet_clair:3327:22643281,22644513:pet_clair:3327:22646145,22644528:pet_clair:3327:22645411,22644531:pet_clair:3327:22644949,22645997:pet_clair:3327:22647117,22646002:pet_clair:3327:22646171,22646205:pet_clair:3327:22646443,22646698:pet_clair:3327:22646788,22661873:pet_clair:3327:22665258,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006893087656621974, 'nb_photo': 1, 'list_port_cont': '23185149', 'assoc_port': '23161553:23185149', 'assoc_mat': '23161553:pet_fonce:4205:23185149'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 3594, 'ratio': 0.0020106647884585234, 'nb_photo': 30, 'list_port_cont': '23158232,23158481,23176750,23255851,23346166,23352104', 'assoc_port': '23157188:23158481,23157192:23158232,23176167:23176750,23254131:23255851,23344698:23346166,23351475:23352104', 'assoc_mat': '23157188:pet_fonce:3594:23158481,23157192:pet_fonce:3594:23158232,23176167:pet_fonce:3594:23176750,23254131:pet_fonce:3594:23255851,23344698:pet_fonce:3594:23346166,23351475:pet_fonce:3594:23352104'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001036520282057133, 'nb_photo': 2, 'list_port_cont': '22712802,22714737', 'assoc_port': '22712698:22712802,22714439:22714737', 'assoc_mat': '22712698:pet_fonce:4200:22712802,22714439:pet_fonce:4200:22714737'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0007338969145328453, 'nb_photo': 6, 'list_port_cont': '22949102,23074696', 'assoc_port': '22948162:22949102,23073358:23074696', 'assoc_mat': '22948162:pet_fonce:3594:22949102,23073358:pet_fonce:3594:23074696'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.000284593720355617, 'nb_photo': 2, 'list_port_cont': '22832969,24550584', 'assoc_port': '22832671:22832969,24514314:24550584', 'assoc_mat': '22832671:pet_fonce:4209:22832969,24514314:pet_fonce:4209:24550584'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0001804903251725152, 'nb_photo': 5, 'list_port_cont': '22637896,22646137,22712886,22823526,22859613', 'assoc_port': '22637675:22637896,22645996:22646137,22712696:22712886,22823124:22823526,22859468:22859613', 'assoc_mat': '22637675:pet_fonce:4211:22637896,22645996:pet_fonce:4211:22646137,22712696:pet_fonce:4211:22712886,22823124:pet_fonce:4211:22823526,22859468:pet_fonce:4211:22859613'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00472492583209009, 'nb_photo': 18, 'list_port_cont': '22592625,22688623,22840247,22840683,22861863,22888287,22901071,23055183,23267033,23448061,23483400,23504177,23509647,23514327,23516865,24475136,24515783', 'assoc_port': '22591583:22592625,22687088:22688623,22838934:22840247,22840148:22840683,22861705:22861863,22876410:22888287,22889833:22901071,23052752:23055183,23266263:23267033,23370986:23483400,23393128:23509647,23411036:23514327,23425107:23516865,23446973:23448061,23503088:23504177,24463981:24475136,24513252:24515783', 'assoc_mat': '22591583:pet_fonce:3327:22592625,22687088:pet_fonce:3327:22688623,22838934:pet_fonce:3327:22840247,22840148:pet_fonce:3327:22840683,22861705:pet_fonce:3327:22861863,22876410:pet_fonce:3327:22888287,22889833:pet_fonce:3327:22901071,23052752:pet_fonce:3327:23055183,23266263:pet_fonce:3327:23267033,23370986:pet_fonce:3327:23483400,23393128:pet_fonce:3327:23509647,23411036:pet_fonce:3327:23514327,23425107:pet_fonce:3327:23516865,23446973:pet_fonce:3327:23448061,23503088:pet_fonce:3327:23504177,24463981:pet_fonce:3327:24475136,24513252:pet_fonce:3327:24515783'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0023061706827960894, 'nb_photo': 4, 'list_port_cont': '22645196,22737389,22925834,23185153', 'assoc_port': '22643641:22645196,22727668:22737389,22917826:22925834,23161553:23185153', 'assoc_mat': '22643641:pet_opaque:4205:22645196,22727668:pet_opaque:4205:22737389,22917826:pet_opaque:4205:22925834,23161553:pet_opaque:4205:23185153'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 7.147902697819055e-05, 'nb_photo': 9, 'list_port_cont': '22671021,22738377,22862345,23008510,23505169,24490062', 'assoc_port': '22668747:22671021,22727698:22738377,22858837:22862345,23002549:23008510,23499045:23505169,24464111:24490062', 'assoc_mat': '22668747:pet_opaque:4203:22671021,22727698:pet_opaque:4203:22738377,22858837:pet_opaque:4203:22862345,23002549:pet_opaque:4203:23008510,23499045:pet_opaque:4203:23505169,24464111:pet_opaque:4203:24490062'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004013387529738531, 'nb_photo': 10, 'list_port_cont': '22761338,22777160,22820508,22879883,23088883,23257378,24559376,24564461,24572343,24576422', 'assoc_port': '22760878:22761338,22773717:22777160,22820052:22820508,22879238:22879883,23052742:23088883,23254135:23257378,24512916:24564461,24514060:24572343,24514183:24559376,24514566:24576422', 'assoc_mat': '22760878:pet_opaque:4207:22761338,22773717:pet_opaque:4207:22777160,22820052:pet_opaque:4207:22820508,22879238:pet_opaque:4207:22879883,23052742:pet_opaque:4207:23088883,23254135:pet_opaque:4207:23257378,24512916:pet_opaque:4207:24564461,24514060:pet_opaque:4207:24572343,24514183:pet_opaque:4207:24559376,24514566:pet_opaque:4207:24576422'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0035093362094845934, 'nb_photo': 19, 'list_port_cont': '22600149,22615429,22684134,22696633,22721113,22724476,22766482,22771645,22782747,22824305,22862102,22891688,23053928,23489146,24472866,24552941,24554407', 'assoc_port': '22599782:22600149,22614959:22615429,22683217:22684134,22696409:22696633,22720549:22721113,22723677:22724476,22766335:22766482,22771175:22771645,22782355:22782747,22817782:22824305,22861969:22862102,22891520:22891688,23052751:23053928,23488630:23489146,24463925:24472866,24514084:24552941,24514491:24554407', 'assoc_mat': '22599782:pet_opaque:4461:22600149,22614959:pet_opaque:4461:22615429,22683217:pet_opaque:4461:22684134,22696409:pet_opaque:4461:22696633,22720549:pet_opaque:4461:22721113,22723677:pet_opaque:4461:22724476,22766335:pet_opaque:4461:22766482,22771175:pet_opaque:4461:22771645,22782355:pet_opaque:4461:22782747,22817782:pet_opaque:4461:22824305,22861969:pet_opaque:4461:22862102,22891520:pet_opaque:4461:22891688,23052751:pet_opaque:4461:23053928,23488630:pet_opaque:4461:23489146,24463925:pet_opaque:4461:24472866,24514084:pet_opaque:4461:24552941,24514491:pet_opaque:4461:24554407'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002277339830006982, 'nb_photo': 365, 'list_port_cont': '22596181,22604135,22609335,22612200,22613228,22620997,22630379,22630474,22630497,22637380,22637391,22637527,22639216,22642108,22644424,22645467,22646062,22646701,22647336,22663885,22667663,22676952,22677099,22677199,22685644,22686628,22695626,22695677,22696550,22699552,22711342,22712180,22714736,22720788,22731751,22734343,22737345,22739666,22743320,22744945,22757466,22765903,22766589,22774563,22779825,22782652,22786747,22794085,22817103,22823595,22831477,22839176,22839670,22839831,22841180,22842017,22847474,22847931,22851387,22858926,22862204,22862715,22863012,22863143,22863361,22865057,22865840,22865853,22865886,22865899,22878073,22882454,22888920,22893420,22908158,22909454,22918150,22919985,22926528,22997863,23089623,23091835,23393276,23447604,23504426,23505888,23507109,23507164,23507522,23510908,23514768,23515097,23516184,23517621,23525034,24464311,24465026,24467795,24468185,24469179,24470434,24470720,24472111,24472453,24473330,24473605,24474173,24475162,24476206,24476439,24477325,24478614,24479550,2448013', 'assoc_port': '22594877:22596181,22600724:22604135,22602545:22612200,22604276:22609335,22610907:22620997,22613021:22613228,22617412:22630474,22618985:22630497,22624048:22630379,22637077:22637391,22637083:22637527,22637332:22637380,22638529:22639216,22641850:22642108,22642868:22644424,22644529:22646701,22645330:22645467,22646001:22646062,22647191:22647336,22662912:22663885,22666514:22667663,22675367:22676952,22675368:22677099,22675371:22677199,22675372:22685644,22681463:22686628,22687091:22695626,22694868:22696550,22694885:22695677,22696946:22699552,22708747:22711342,22711988:22712180,22714439:22714736,22720546:22720788,22723659:22734343,22727658:22737345,22731555:22739666,22731557:22731751,22733592:22744945,22743063:22743320,22755522:22757466,22763326:22765903,22766326:22766589,22771176:22774563,22775280:22779825,22777728:22782652,22781200:22786747,22793931:22794085,22816846:22817103,22820053:22831477,22823153:22823595,22828630:22839670,22828631:22839831,22831633:22841180,22835474:22847931,22838962:22839176,22841695:2284201', 'assoc_mat': '22594877:pet_opaque:4200:22596181,22600724:pet_opaque:4200:22604135,22602545:pet_opaque:4200:22612200,22604276:pet_opaque:4200:22609335,22610907:pet_opaque:4200:22620997,22613021:pet_opaque:4200:22613228,22617412:pet_opaque:4200:22630474,22618985:pet_opaque:4200:22630497,22624048:pet_opaque:4200:22630379,22637077:pet_opaque:4200:22637391,22637083:pet_opaque:4200:22637527,22637332:pet_opaque:4200:22637380,22638529:pet_opaque:4200:22639216,22641850:pet_opaque:4200:22642108,22642868:pet_opaque:4200:22644424,22644529:pet_opaque:4200:22646701,22645330:pet_opaque:4200:22645467,22646001:pet_opaque:4200:22646062,22647191:pet_opaque:4200:22647336,22662912:pet_opaque:4200:22663885,22666514:pet_opaque:4200:22667663,22675367:pet_opaque:4200:22676952,22675368:pet_opaque:4200:22677099,22675371:pet_opaque:4200:22677199,22675372:pet_opaque:4200:22685644,22681463:pet_opaque:4200:22686628,22687091:pet_opaque:4200:22695626,22694868:pet_opaque:4200:22696550,22694885:pet_opaque:4200:22695677,22696946:pet_opaque:4200:22699552,2270'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.001530802914418798, 'nb_photo': 19, 'list_port_cont': '22645471,22663838,22683914,22781952,22792001,22823273,22831915,22832961,22863825,22880371,23373435,24465397,24544784,24552701,24553602,24553789,24556435', 'assoc_port': '22645329:22645471,22662913:22663838,22672699:22683914,22781197:22781952,22782354:22792001,22823127:22823273,22831634:22831915,22832671:22832961,22863667:22863825,22880119:22880371,23370912:23373435,24464181:24465397,24513181:24556435,24513904:24552701,24514051:24553789,24514109:24553602,24514533:24544784', 'assoc_mat': '22645329:pet_opaque:4209:22645471,22662913:pet_opaque:4209:22663838,22672699:pet_opaque:4209:22683914,22781197:pet_opaque:4209:22781952,22782354:pet_opaque:4209:22792001,22823127:pet_opaque:4209:22823273,22831634:pet_opaque:4209:22831915,22832671:pet_opaque:4209:22832961,22863667:pet_opaque:4209:22863825,22880119:pet_opaque:4209:22880371,23370912:pet_opaque:4209:23373435,24464181:pet_opaque:4209:24465397,24513181:pet_opaque:4209:24556435,24513904:pet_opaque:4209:24552701,24514051:pet_opaque:4209:24553789,24514109:pet_opaque:4209:24553602,24514533:pet_opaque:4209:24544784'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0002641290290909307, 'nb_photo': 228, 'list_port_cont': '22596104,22597256,22600167,22602881,22604696,22613606,22617921,22619611,22637225,22637544,22637886,22639730,22643266,22643857,22646128,22646319,22664726,22677111,22687538,22687860,22695469,22706890,22714705,22714757,22716157,22719975,22721100,22748167,22754155,22754209,22758669,22761619,22763732,22771936,22778221,22786473,22818591,22820552,22824450,22829502,22832259,22833293,22843015,22856851,22856882,22858762,22859604,22860801,22863062,22864498,22865030,22876864,22880517,22881977,22882507,22885515,22887670,22892050,22895878,22910359,22911750,22914570,22915519,22915989,22918135,22925340,22931811,22952125,22960974,22980132,22980601,22981056,23003353,23011089,23057124,23062867,23068271,23141903,23143801,23170763,23179363,23180497,23181270,23181652,23188111,23255618,23333701,23341652,23343525,23346788,23356793,23368437,23371244,23375884,23379243,23380022,23384003,23388994,23409031,23413736,23423194,23446720,23488132,23489836,23490699,23494489,23495252,23498598,24465428,24467314,24467385,24467451,24468541,2446889', 'assoc_port': '22594878:22596104,22596778:22597256,22599779:22600167,22602546:22602881,22604285:22604696,22613020:22613606,22617413:22617921,22618986:22619611,22637075:22637225,22637329:22637544,22637675:22637886,22639300:22639730,22642866:22643266,22643643:22643857,22645996:22646128,22646207:22646319,22662916:22664726,22676626:22677111,22687084:22687860,22687089:22687538,22694855:22695469,22706232:22706890,22714438:22714705,22714442:22714757,22715865:22716157,22719540:22719975,22720552:22721100,22740292:22748167,22753643:22754209,22753646:22754155,22755526:22763732,22757922:22758669,22760879:22761619,22771177:22771936,22777727:22778221,22785892:22786473,22817778:22818591,22817779:22824450,22820050:22820552,22828632:22829502,22831636:22832259,22832669:22833293,22835899:22843015,22856657:22856882,22856664:22856851,22858657:22858762,22859468:22859604,22860492:22860801,22862457:22864498,22862860:22863062,22862866:22865030,22876403:22876864,22876408:22881977,22880137:22880517,22882317:22882507,22885097:22885515,22886789:2288767', 'assoc_mat': '22594878:pet_opaque:4211:22596104,22596778:pet_opaque:4211:22597256,22599779:pet_opaque:4211:22600167,22602546:pet_opaque:4211:22602881,22604285:pet_opaque:4211:22604696,22613020:pet_opaque:4211:22613606,22617413:pet_opaque:4211:22617921,22618986:pet_opaque:4211:22619611,22637075:pet_opaque:4211:22637225,22637329:pet_opaque:4211:22637544,22637675:pet_opaque:4211:22637886,22639300:pet_opaque:4211:22639730,22642866:pet_opaque:4211:22643266,22643643:pet_opaque:4211:22643857,22645996:pet_opaque:4211:22646128,22646207:pet_opaque:4211:22646319,22662916:pet_opaque:4211:22664726,22676626:pet_opaque:4211:22677111,22687084:pet_opaque:4211:22687860,22687089:pet_opaque:4211:22687538,22694855:pet_opaque:4211:22695469,22706232:pet_opaque:4211:22706890,22714438:pet_opaque:4211:22714705,22714442:pet_opaque:4211:22714757,22715865:pet_opaque:4211:22716157,22719540:pet_opaque:4211:22719975,22720552:pet_opaque:4211:22721100,22740292:pet_opaque:4211:22748167,22753643:pet_opaque:4211:22754209,22753646:pet_opaque:4211:22754155,2275'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005412725557671378, 'nb_photo': 361, 'list_port_cont': '22602574,22610320,22620640,22637220,22637514,22641130,22644522,22645049,22646294,22675048,22689616,22696692,22700014,22700069,22700078,22743265,22746297,22754115,22765977,22779188,22782016,22791536,22818986,22823339,22823651,22828786,22836459,22840286,22842773,22856812,22856827,22858867,22860603,22862077,22863291,23014330,23017974,23022457,23022664,23023062,23025787,23032622,23061053,23075852,23094968,23160437,23421543,24464306,24464761,24465190,24465626,24467660,24469966,24470557,24489921,24489980,24490025,24490038,24490051,24490077,24490088,24490094,24490106,24490118,24490185,24490360,24490401,24490420,24490431,24490473,24490520,24490537,24491268,24491274,24513113,24513600,24514581,24556871,24556890,24557107,24557306,24557418,24557432,24557463,24557493,24557564,24557814,24558003,24558014,24558191,24558263,24558519,24558831,24559104,24559204,24559543,24559609,24559637,24559656,24559662,24559975,24560028,24560114,24560432,24560472,24560604,24560680,24560989,24561164,24561208,24561231,24561491,24561672,2456280', 'assoc_port': '22602547:22602574,22609803:22610320,22617409:22620640,22637078:22637220,22637330:22637514,22640871:22641130,22642865:22644522,22644526:22645049,22646208:22646294,22668749:22675048,22681466:22700069,22681469:22700078,22683209:22700014,22688512:22689616,22696408:22696692,22723675:22746297,22743072:22743265,22753644:22754115,22765037:22765977,22773715:22791536,22777704:22779188,22781198:22782016,22817780:22818986,22823123:22823651,22823128:22823339,22828659:22842773,22828661:22828786,22835900:22836459,22840149:22840286,22856656:22856827,22856659:22856812,22858842:22858867,22860493:22860603,22861967:22862077,22863286:22863291,22873139:23014330,22876411:23061053,22880134:23017974,22886792:23075852,22891519:23022457,22893518:23022664,22893523:23023062,22894328:23025787,22920083:23032622,23079432:23094968,23104935:23160437,23279957:23421543,24463443:24491274,24463617:24490185,24463648:24490025,24463665:24489980,24463730:24490537,24463735:24490106,24463755:24490473,24463760:24490401,24463790:24490360,24463827:2449052', 'assoc_mat': '22602547:plastique:3726:22602574,22609803:plastique:3726:22610320,22617409:plastique:3726:22620640,22637078:plastique:3726:22637220,22637330:plastique:3726:22637514,22640871:plastique:3726:22641130,22642865:plastique:3726:22644522,22644526:plastique:3726:22645049,22646208:plastique:3726:22646294,22668749:plastique:3726:22675048,22681466:plastique:3726:22700069,22681469:plastique:3726:22700078,22683209:plastique:3726:22700014,22688512:plastique:3726:22689616,22696408:plastique:3726:22696692,22723675:plastique:3726:22746297,22743072:plastique:3726:22743265,22753644:plastique:3726:22754115,22765037:plastique:3726:22765977,22773715:plastique:3726:22791536,22777704:plastique:3726:22779188,22781198:plastique:3726:22782016,22817780:plastique:3726:22818986,22823123:plastique:3726:22823651,22823128:plastique:3726:22823339,22828659:plastique:3726:22842773,22828661:plastique:3726:22828786,22835900:plastique:3726:22836459,22840149:plastique:3726:22840286,22856656:plastique:3726:22856827,22856659:plastique:3726:22856812,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010570208165580457, 'nb_photo': 1170, 'list_port_cont': '22602585,22610325,22620633,22637213,22637517,22641132,22644525,22645044,22646287,22675053,22687476,22689622,22696683,22700023,22700070,22700077,22743268,22746286,22754123,22765976,22778655,22779181,22782018,22791537,22817950,22818988,22823335,22823655,22828781,22836455,22840291,22842778,22856815,22856830,22858865,22860612,22862079,22863297,23014328,23017971,23022466,23022670,23023067,23025784,23032625,23075855,23094972,23160432,23421538,24463909,24464302,24464777,24465197,24467654,24469962,24489912,24489990,24489991,24490007,24490026,24490034,24490042,24490071,24490083,24490104,24490116,24490127,24490159,24490207,24490216,24490261,24490359,24490404,24490433,24490476,24490493,24490521,24490541,24490549,24491270,24491273,24513121,24513597,24514596,24515229,24556864,24556897,24556921,24557069,24557106,24557298,24557313,24557424,24557434,24557494,24557739,24557816,24558005,24558009,24558189,24558261,24558449,24558461,24558500,24558528,24558612,24558834,24559107,24559156,24559206,24559542,24559611,24559644,2455965', 'assoc_port': '22602547:22602585,22609803:22610325,22617409:22620633,22637078:22637213,22637330:22637517,22640871:22641132,22642865:22644525,22644526:22645044,22646208:22646287,22668749:22675053,22681466:22700070,22681469:22700077,22683209:22700023,22687083:22687476,22688512:22689622,22696408:22696683,22723675:22746286,22743072:22743268,22753644:22754123,22765037:22765976,22773715:22791537,22777704:22779181,22777726:22778655,22781198:22782018,22813689:22817950,22817780:22818988,22823123:22823655,22823128:22823335,22828659:22842778,22828661:22828781,22835900:22836455,22840149:22840291,22856656:22856830,22856659:22856815,22858842:22858865,22860493:22860612,22861967:22862079,22863286:22863297,22873139:23014328,22880134:23017971,22886792:23075855,22891519:23022466,22893518:23022670,22893523:23023067,22894328:23025784,22920083:23032625,23079432:23094972,23104935:23160432,23279957:23421538,24463443:24491273,24463509:24463909,24463552:24490216,24463564:24490207,24463643:24490159,24463648:24490026,24463665:24489990,24463681:2448999', 'assoc_mat': '22602547:Teint_Dans_La_Masse:3726:22602585,22609803:Teint_Dans_La_Masse:3726:22610325,22617409:Teint_Dans_La_Masse:3726:22620633,22637078:Teint_Dans_La_Masse:3726:22637213,22637330:Teint_Dans_La_Masse:3726:22637517,22640871:Teint_Dans_La_Masse:3726:22641132,22642865:Teint_Dans_La_Masse:3726:22644525,22644526:Teint_Dans_La_Masse:3726:22645044,22646208:Teint_Dans_La_Masse:3726:22646287,22668749:Teint_Dans_La_Masse:3726:22675053,22681466:Teint_Dans_La_Masse:3726:22700070,22681469:Teint_Dans_La_Masse:3726:22700077,22683209:Teint_Dans_La_Masse:3726:22700023,22687083:Teint_Dans_La_Masse:3726:22687476,22688512:Teint_Dans_La_Masse:3726:22689622,22696408:Teint_Dans_La_Masse:3726:22696683,22723675:Teint_Dans_La_Masse:3726:22746286,22743072:Teint_Dans_La_Masse:3726:22743268,22753644:Teint_Dans_La_Masse:3726:22754123,22765037:Teint_Dans_La_Masse:3726:22765976,22773715:Teint_Dans_La_Masse:3726:22791537,22777704:Teint_Dans_La_Masse:3726:22779181,22777726:Teint_Dans_La_Masse:3726:22778655,22781198:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 43055}, 'velours_link': {'flux_dev': 'https://www.fotonower.com/velours/30173738,30173747,30173755,30173766,30173771,30173779,30173788,30173796,30173804,30173812,30173817,30173825?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'gm': 'https://www.fotonower.com/velours/30173739,30173748,30173756,30173767,30173772,30173780,30173789,30173797,30173805,30173813,30173818,30173826?tags=autre,barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pet_clair': 'https://www.fotonower.com/velours/30173740,30173742,30173750,30173758,30173774,30173791,30173799,30173807,30173815,30173820?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173741,30173759,30173760,30173761,30173783,30173828,30173829?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173743,30173751,30173762,30173775,30173784,30173792,30173800,30173808,30173816,30173821?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173744,30173752,30173763,30173769,30173776,30173785,30173793,30173801,30173809,30173822?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173745,30173753,30173764,30173770,30173777,30173782,30173786,30173794,30173802,30173810,30173823?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173746,30173754,30173765,30173778,30173787,30173795,30173803,30173811,30173824?tags=barquette_opaque,carton,ela,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173749,30173757,30173768,30173773,30173781,30173790,30173798,30173806,30173814,30173819,30173827?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('aluminium', '2025-05', 0.06286875994954752),), (('pet_clair', '2025-05', 0.015040437371051728),), (('film_pedb', '2025-05', 0.25668753050762355),), (('emr', '2025-05', 0.048667114718398664),), (('pehd_pp', '2025-05', 0.05097921411311297),), (('gm', '2025-05', 0.07413570558719307),), (('flux_dev', '2025-05', 0.1953078132554029),), (('ela', '2025-05', 0.035235809956345995),), (('jrm', '2025-05', 0.033846166517650524),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_05_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 {'flux_dev': {'autre': ['autre', '0.26%', 50], 'barquette_opaque': ['barquette_opaque', '2.86%', 599], 'carton': ['carton', '2.48%', 3820], 'ela': ['ela', '0.15%', 152], 'etiquette': ['etiquette', '0.02%', 11], 'film_plastique': ['film_plastique', '2.54%', 5969], 'metal': ['metal', '16.73%', 1871], 'papier': ['papier', '1.6%', 6381], 'pehd': ['pehd', '0.86%', 1719], 'pet_clair': ['pet_clair', '1.95%', 448], 'pet_fonce': ['pet_fonce', '0.1%', 2], 'pet_opaque': ['pet_opaque', '0.23%', 365]}, 'gm': {'autre': ['autre', '0.12%', 8], 'barquette_opaque': ['barquette_opaque', '0.33%', 184], 'carton': ['carton', '1.77%', 5642], 'ela': ['ela', '0.17%', 637], 'etiquette': ['etiquette', '0.07%', 77], 'film_plastique': ['film_plastique', '1.51%', 1415], 'metal': ['metal', '2.09%', 605], 'papier': ['papier', '94.1%', 137737], 'pehd': ['pehd', '0.63%', 1426], 'pet_clair': ['pet_clair', '1.28%', 91], 'pet_fonce': ['pet_fonce', '0.03%', 2], 'pet_opaque': ['pet_opaque', '0.15%', 19]}, 'pet_clair': {'autre': ['autre', '0.48%', 866], 'barquette_avec_film': ['barquette_avec_film', '0.86%', 48], 'bouchon': ['bouchon', '0.04%', 145], 'carton': ['carton', '0.64%', 310], 'etiquette': ['etiquette', '0.05%', 11], 'metal': ['metal', '0.15%', 7], 'papier': ['papier', '1.24%', 823], 'pehd': ['pehd', '0.76%', 19], 'pet_clair': ['pet_clair', '98.41%', 112957], 'pet_fonce': ['pet_fonce', '0.47%', 18]}, 'jrm': {'autre_refus': ['autre_refus', '1.14%', 507], 'cartonnette': ['cartonnette', '0.29%', 78], 'Carton_brun': ['Carton_brun', '0.79%', 242], 'Carton_gris': ['Carton_gris', '0.66%', 177], 'kraft': ['kraft', '0.19%', 12], 'plastique': ['plastique', '0.54%', 361], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.06%', 1170]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.12%', 26], 'carton': ['carton', '1.57%', 558], 'ela': ['ela', '0.43%', 140], 'film_plastique': ['film_plastique', '1.96%', 804], 'metal': ['metal', '93.98%', 75], 'papier': ['papier', '2.31%', 2826], 'pehd': ['pehd', '0.72%', 185], 'pet_clair': ['pet_clair', '0.51%', 32], 'pet_fonce': ['pet_fonce', '0.07%', 1], 'pet_opaque': ['pet_opaque', '0.23%', 4]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.13%', 321], 'carton': ['carton', '0.92%', 1360], 'ela': ['ela', '96.3%', 403], 'etiquette': ['etiquette', '0.01%', 95], 'film_plastique': ['film_plastique', '0.47%', 1090], 'metal': ['metal', '0.66%', 1070], 'papier': ['papier', '1.28%', 6124], 'pehd': ['pehd', '0.37%', 645], 'pet_clair': ['pet_clair', '0.03%', 22], 'pet_opaque': ['pet_opaque', '0.01%', 9]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.17%', 72], 'carton': ['carton', '95.1%', 6631], 'ela': ['ela', '0.22%', 172], 'etiquette': ['etiquette', '0.03%', 16], 'film_plastique': ['film_plastique', '0.29%', 1700], 'kraft': ['kraft', '0.33%', 2], 'metal': ['metal', '0.8%', 558], 'papier': ['papier', '3.74%', 18096], 'pehd': ['pehd', '0.44%', 503], 'pet_clair': ['pet_clair', '0.2%', 31], 'pet_opaque': ['pet_opaque', '0.4%', 10]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.07%', 24], 'carton': ['carton', '1.72%', 5554], 'ela': ['ela', '0.37%', 15], 'film_plastique': ['film_plastique', '73.8%', 7077], 'metal': ['metal', '0.78%', 66], 'papier': ['papier', '24.26%', 62152], 'pehd': ['pehd', '0.78%', 34], 'pet_clair': ['pet_clair', '0.23%', 3], 'pet_opaque': ['pet_opaque', '0.35%', 19]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '1.64%', 7596], 'carton': ['carton', '1.09%', 18652], 'ela': ['ela', '0.08%', 1784], 'etiquette': ['etiquette', '0.0%', 105], 'film_plastique': ['film_plastique', '0.42%', 15177], 'metal': ['metal', '1.15%', 2850], 'papier': ['papier', '1.04%', 29237], 'pehd': ['pehd', '61.15%', 23443], 'pet_clair': ['pet_clair', '0.09%', 230], 'pet_fonce': ['pet_fonce', '0.02%', 5], 'pet_opaque': ['pet_opaque', '0.03%', 228]}} 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_05_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 4.65user 5.27system 0:35.10elapsed 28%CPU (0avgtext+0avgdata 188472maxresident)k 5416inputs+2840outputs (0major+59164minor)pagefaults 0swaps