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-04' -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-04 _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 : (1, 30) TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier Working exemple contaminant stat SELECT dri.id FROM MTRPhoto.dashboard_run_ids dri, MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE dp.name= "angers_montee_convoyeur" AND ded.dashboard_place_id=dp.id AND dri.dashboard_entry_day=ded.id AND dri.id=ded.last_run_id AND ded.date >= "2025-04-01" AND ded.date <= "2025-04-30" SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (1934974,1934977,1953427,1934995,1935000,1935006,1935011,1935016,1935022,1935030,1935037,1935044,1935049,1733798,1733485,1738164,1740888,1740646,1743913,1747945,1953433,1755955,1953443,1770276,1770245,1769950) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0015296917197145058, 'nb_photo': 5, 'list_port_cont': '22448924', 'assoc_port': '22448524:22448924', 'assoc_mat': '22448524:autre:3594:22448924'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004818879830564879, 'nb_photo': 693, 'list_port_cont': '21963765,21964605,21976281,21982679,21988615,21990862,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042146,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22067764,22069684,22076457,22077053,22079689,22079921,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22441915,22443629,22445293,22453158,22453749,22456262,22457129,2245968', 'assoc_port': '21963399:21963765,21964372:21964605,21967124:21988615,21969980:21982679,21975313:21990862,21975319:21976281,21976848:21998126,21978922:22005685,21978944:22005806,21980102:22008149,21984249:22012897,21985543:22015724,21996832:21997669,22011451:22033713,22014822:22042146,22014828:22042748,22014840:22095889,22014875:22082870,22014890:22079921,22014897:22046341,22014905:22048309,22019912:22020911,22023872:22025564,22032522:22033940,22035139:22037068,22040125:22054702,22040135:22040784,22042109:22042945,22045050:22046220,22049752:22051164,22051359:22053760,22054521:22055910,22054527:22056157,22054529:22055736,22066731:22067764,22068650:22069684,22071992:22077053,22075835:22076457,22078672:22079689,22086065:22092003,22091319:22112198,22091321:22093334,22096626:22097551,22101541:22107795,22101550:22105064,22126969:22129290,22132582:22132949,22133906:22134775,22137424:22138730,22138710:22140628,22141213:22142069,22142362:22143886,22144307:22147617,22148778:22150074,22150593:22152138,22157943:22159096,22177108:2218193', 'assoc_mat': '21963399:autre:3327:21963765,21964372:autre:3327:21964605,21967124:autre:3327:21988615,21969980:autre:3327:21982679,21975313:autre:3327:21990862,21975319:autre:3327:21976281,21976848:autre:3327:21998126,21978922:autre:3327:22005685,21978944:autre:3327:22005806,21980102:autre:3327:22008149,21984249:autre:3327:22012897,21985543:autre:3327:22015724,21996832:autre:3327:21997669,22011451:autre:3327:22033713,22014822:autre:3327:22042146,22014828:autre:3327:22042748,22014840:autre:3327:22095889,22014875:autre:3327:22082870,22014890:autre:3327:22079921,22014897:autre:3327:22046341,22014905:autre:3327:22048309,22019912:autre:3327:22020911,22023872:autre:3327:22025564,22032522:autre:3327:22033940,22035139:autre:3327:22037068,22040125:autre:3327:22054702,22040135:autre:3327:22040784,22042109:autre:3327:22042945,22045050:autre:3327:22046220,22049752:autre:3327:22051164,22051359:autre:3327:22053760,22054521:autre:3327:22055910,22054527:autre:3327:22056157,22054529:autre:3327:22055736,22066731:autre:3327:22067764,22068650:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010749235440989893, 'nb_photo': 629, 'list_port_cont': '21962929,21967686,21970623,21977412,21979780,21996958,22015337,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22379496,22389546,22403109,22411923,22412545,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22532248,22537009,22543396,22552269,22556364,22560472,22566506,23977006,24045640,24054492,24055172,24055554,24055903,24056764,24058525,24063891,24065199,24065520,24065905,24071636,24071654,24071823,24071929,24076073,24454568,24490563,24490586,24490589,24490602,24490628,24490681,24490699,24490713,24490729,24490766', 'assoc_port': '21962512:21962929,21967188:21967686,21969981:21970623,21976865:21977412,21978938:21979780,21996833:21996958,22014835:22028488,22014845:22028372,22014872:22015337,22018591:22024488,22035138:22051416,22040129:22040788,22051360:22051729,22054522:22055158,22062850:22064645,22073531:22073978,22075836:22076266,22079490:22081436,22096622:22102887,22098017:22098892,22106152:22106679,22131721:22132399,22133905:22134322,22137425:22166959,22148775:22165096,22150595:22159632,22174852:22235726,22185033:22186452,22194156:22195051,22194159:22194604,22206469:22207259,22221035:22225044,22286479:22287108,22299407:22301637,22304113:22306710,22307886:22308219,22309703:22310214,22314656:22314712,22379399:22379496,22388008:22389546,22393285:22412545,22394734:22411923,22402406:22403109,22450301:22450650,22457337:22458372,22459597:22460025,22469829:22469990,22486521:22486692,22486538:22487207,22488165:22488313,22489069:22490155,22494461:22494951,22497685:22497913,22509477:22513086,22531797:22532248,22536495:22537009,22542655:2254339', 'assoc_mat': '21962512:autre_refus:3726:21962929,21967188:autre_refus:3726:21967686,21969981:autre_refus:3726:21970623,21976865:autre_refus:3726:21977412,21978938:autre_refus:3726:21979780,21996833:autre_refus:3726:21996958,22014835:autre_refus:3726:22028488,22014845:autre_refus:3726:22028372,22014872:autre_refus:3726:22015337,22018591:autre_refus:3726:22024488,22035138:autre_refus:3726:22051416,22040129:autre_refus:3726:22040788,22051360:autre_refus:3726:22051729,22054522:autre_refus:3726:22055158,22062850:autre_refus:3726:22064645,22073531:autre_refus:3726:22073978,22075836:autre_refus:3726:22076266,22079490:autre_refus:3726:22081436,22096622:autre_refus:3726:22102887,22098017:autre_refus:3726:22098892,22106152:autre_refus:3726:22106679,22131721:autre_refus:3726:22132399,22133905:autre_refus:3726:22134322,22137425:autre_refus:3726:22166959,22148775:autre_refus:3726:22165096,22150595:autre_refus:3726:22159632,22174852:autre_refus:3726:22235726,22185033:autre_refus:3726:22186452,22194156:autre_refus:3726:22195051,22194159:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011619221593651926, 'nb_photo': 22, 'list_port_cont': '21964594,21976304,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22459872,22498510,22553891,24057235,24068001,24076095,24076370,24095080,24477428,24478005', 'assoc_port': '21964372:21964594,21975319:21976304,22014840:22095876,22014890:22079925,22078672:22079687,22200706:22201870,22307241:22312232,22346407:22346705,22346888:22347417,22388012:22389188,22459599:22459872,22496813:22498510,22552963:22553891,23947546:24057235,23947617:24095080,23949705:24068001,23951121:24076095,23951173:24076370,24463576:24478005,24463619:24477428', 'assoc_mat': '21964372:barquette_avec_film:3327:21964594,21975319:barquette_avec_film:3327:21976304,22014840:barquette_avec_film:3327:22095876,22014890:barquette_avec_film:3327:22079925,22078672:barquette_avec_film:3327:22079687,22200706:barquette_avec_film:3327:22201870,22307241:barquette_avec_film:3327:22312232,22346407:barquette_avec_film:3327:22346705,22346888:barquette_avec_film:3327:22347417,22388012:barquette_avec_film:3327:22389188,22459599:barquette_avec_film:3327:22459872,22496813:barquette_avec_film:3327:22498510,22552963:barquette_avec_film:3327:22553891,23947546:barquette_avec_film:3327:24057235,23947617:barquette_avec_film:3327:24095080,23949705:barquette_avec_film:3327:24068001,23951121:barquette_avec_film:3327:24076095,23951173:barquette_avec_film:3327:24076370,24463576:barquette_avec_film:3327:24478005,24463619:barquette_avec_film:3327:24477428'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009136031047080243, 'nb_photo': 17, 'list_port_cont': '22041315,22046196,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783,23977220,24056849,24059339', 'assoc_port': '22014829:22041315,22014907:22046196,22019910:22053708,22062848:22076379,22076546:22076786,22131718:22153083,22154699:22158494,22191273:22244101,22314653:22314889,22355024:22361625,22379401:22379473,22451710:22454619,22497684:22511783,23934801:23977220,23947712:24056849,23948736:24059339', 'assoc_mat': '22014829:barquette_opaque:4205:22041315,22014907:barquette_opaque:4205:22046196,22019910:barquette_opaque:4205:22053708,22062848:barquette_opaque:4205:22076379,22076546:barquette_opaque:4205:22076786,22131718:barquette_opaque:4205:22153083,22154699:barquette_opaque:4205:22158494,22191273:barquette_opaque:4205:22244101,22314653:barquette_opaque:4205:22314889,22355024:barquette_opaque:4205:22361625,22379401:barquette_opaque:4205:22379473,22451710:barquette_opaque:4205:22454619,22497684:barquette_opaque:4205:22511783,23934801:barquette_opaque:4205:23977220,23947712:barquette_opaque:4205:24056849,23948736:barquette_opaque:4205:24059339'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00139726089642357, 'nb_photo': 262, 'list_port_cont': '21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801,24056834,24060636,24064559,24066204,24076155,24079361,24168501,24490735', 'assoc_port': '21967117:21969304,21978894:22003514,21978946:22005699,22011455:22012125,22014824:22040917,22014888:22064878,22023070:22055546,22035144:22054243,22046564:22053775,22062855:22063561,22076548:22076851,22096625:22097212,22129557:22146613,22141215:22154997,22154698:22164085,22191270:22244156,22210214:22241077,22291941:22295046,22305215:22309859,22314649:22315620,22340395:22348644,22376586:22379355,22386992:22397926,22398077:22399478,22429992:22430544,22443967:22451170,22449976:22450068,22466648:22471540,22494447:22505136,22520613:22520974,22542628:22560993,22556378:22561801,23946469:24168501,23947595:24056834,23948806:24060636,23949371:24064559,23949568:24066204,23951346:24076155,23953532:24079361,24463396:24490735', 'assoc_mat': '21967117:barquette_opaque:4203:21969304,21978894:barquette_opaque:4203:22003514,21978946:barquette_opaque:4203:22005699,22011455:barquette_opaque:4203:22012125,22014824:barquette_opaque:4203:22040917,22014888:barquette_opaque:4203:22064878,22023070:barquette_opaque:4203:22055546,22035144:barquette_opaque:4203:22054243,22046564:barquette_opaque:4203:22053775,22062855:barquette_opaque:4203:22063561,22076548:barquette_opaque:4203:22076851,22096625:barquette_opaque:4203:22097212,22129557:barquette_opaque:4203:22146613,22141215:barquette_opaque:4203:22154997,22154698:barquette_opaque:4203:22164085,22191270:barquette_opaque:4203:22244156,22210214:barquette_opaque:4203:22241077,22291941:barquette_opaque:4203:22295046,22305215:barquette_opaque:4203:22309859,22314649:barquette_opaque:4203:22315620,22340395:barquette_opaque:4203:22348644,22376586:barquette_opaque:4203:22379355,22386992:barquette_opaque:4203:22397926,22398077:barquette_opaque:4203:22399478,22429992:barquette_opaque:4203:22430544,22443967:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001623060384201339, 'nb_photo': 51, 'list_port_cont': '21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22377855,22381681,22390950,22393610,22395070,22452217,22494675,22502955,22534049,22535318,22540538,22544955,23947043,23951606,23953453,23958570,23964421,23964846,23965441,23969140,23973165,23975404,23977952,23980439,23980962,23981283', 'assoc_port': '21963884:21964091,21976868:21997859,21980101:22006376,22014823:22032676,22066735:22066950,22078673:22078978,22091320:22091734,22096628:22097117,22180100:22180582,22183558:22183829,22194162:22194542,22200704:22202612,22211633:22213132,22226570:22227362,22291937:22293176,22291942:22293112,22299408:22300209,22305211:22305905,22376583:22377855,22381324:22381681,22390603:22390950,22393284:22393610,22394735:22395070,22451723:22452217,22494475:22494675,22502411:22502955,22533591:22534049,22534858:22535318,22539826:22540538,22544861:22544955,23946592:23981283,23946611:23980962,23946702:23980439,23946771:23947043,23947375:23977952,23947505:23975404,23947717:23973165,23948846:23969140,23949089:23965441,23949095:23964846,23949116:23964421,23949554:23951606,23951028:23958570,23951249:23953453', 'assoc_mat': '21963884:barquette_opaque:4207:21964091,21976868:barquette_opaque:4207:21997859,21980101:barquette_opaque:4207:22006376,22014823:barquette_opaque:4207:22032676,22066735:barquette_opaque:4207:22066950,22078673:barquette_opaque:4207:22078978,22091320:barquette_opaque:4207:22091734,22096628:barquette_opaque:4207:22097117,22180100:barquette_opaque:4207:22180582,22183558:barquette_opaque:4207:22183829,22194162:barquette_opaque:4207:22194542,22200704:barquette_opaque:4207:22202612,22211633:barquette_opaque:4207:22213132,22226570:barquette_opaque:4207:22227362,22291937:barquette_opaque:4207:22293176,22291942:barquette_opaque:4207:22293112,22299408:barquette_opaque:4207:22300209,22305211:barquette_opaque:4207:22305905,22376583:barquette_opaque:4207:22377855,22381324:barquette_opaque:4207:22381681,22390603:barquette_opaque:4207:22390950,22393284:barquette_opaque:4207:22393610,22394735:barquette_opaque:4207:22395070,22451723:barquette_opaque:4207:22452217,22494475:barquette_opaque:4207:22494675,22502411:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010341773854955803, 'nb_photo': 13, 'list_port_cont': '21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22477633,22487233,22516745,23953294,24479884', 'assoc_port': '21980104:21981591,22029100:22029476,22093119:22093818,22098020:22108865,22153227:22153702,22191271:22192218,22294035:22297450,22400542:22401155,22466649:22477633,22486522:22487233,22513059:22516745,23951069:23953294,24463409:24479884', 'assoc_mat': '21980104:barquette_opaque:4461:21981591,22029100:barquette_opaque:4461:22029476,22093119:barquette_opaque:4461:22093818,22098020:barquette_opaque:4461:22108865,22153227:barquette_opaque:4461:22153702,22191271:barquette_opaque:4461:22192218,22294035:barquette_opaque:4461:22297450,22400542:barquette_opaque:4461:22401155,22466649:barquette_opaque:4461:22477633,22486522:barquette_opaque:4461:22487233,22513059:barquette_opaque:4461:22516745,23951069:barquette_opaque:4461:23953294,24463409:barquette_opaque:4461:24479884'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02543365816797787, 'nb_photo': 768, 'list_port_cont': '21963505,21963754,21970684,21971851,21987230,21996006,22004219,22006331,22007567,22023385,22023821,22027592,22040884,22041946,22042529,22042935,22044165,22044587,22044888,22050963,22051867,22052670,22053693,22053800,22053938,22053966,22053979,22054064,22055106,22056667,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22241921,22242136,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22346374,22346562,22347439,22347713,22350356,22358812,22378614,22378791,22378993,22379425,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22430768,22432537,22433525,22441960,22448401,22452362,22456042,22458250,22459862,22463795,22464629,22465993,22467495,22471232,22472353,2247266', 'assoc_port': '21962513:21963754,21963400:21963505,21967139:21970684,21967186:21971851,21975315:22023385,21976823:21996006,21976866:22023821,21978911:22004219,21978931:22027592,21980100:22006331,21980110:22007567,21984246:22052670,21986993:21987230,22014827:22040884,22014838:22041946,22014878:22042935,22014891:22044165,22014898:22044587,22014902:22044888,22032524:22057726,22035137:22054064,22040123:22053979,22040136:22053966,22042108:22042529,22045047:22053938,22045049:22053800,22049751:22050963,22049755:22056667,22051355:22053693,22051363:22051867,22054528:22055106,22065348:22068776,22068649:22083185,22073532:22074417,22078670:22099681,22088043:22091141,22088051:22091014,22091315:22118600,22091317:22109937,22093114:22118750,22096627:22097333,22101552:22108173,22123322:22123742,22126966:22132979,22129562:22135489,22132587:22138558,22137423:22147405,22141214:22162557,22142356:22148482,22142361:22149502,22144310:22153031,22148779:22169724,22154710:22158868,22154715:22159208,22185028:22241921,22185036:22242136,22191278:2219316', 'assoc_mat': '21962513:barquette_opaque:4200:21963754,21963400:barquette_opaque:4200:21963505,21967139:barquette_opaque:4200:21970684,21967186:barquette_opaque:4200:21971851,21975315:barquette_opaque:4200:22023385,21976823:barquette_opaque:4200:21996006,21976866:barquette_opaque:4200:22023821,21978911:barquette_opaque:4200:22004219,21978931:barquette_opaque:4200:22027592,21980100:barquette_opaque:4200:22006331,21980110:barquette_opaque:4200:22007567,21984246:barquette_opaque:4200:22052670,21986993:barquette_opaque:4200:21987230,22014827:barquette_opaque:4200:22040884,22014838:barquette_opaque:4200:22041946,22014878:barquette_opaque:4200:22042935,22014891:barquette_opaque:4200:22044165,22014898:barquette_opaque:4200:22044587,22014902:barquette_opaque:4200:22044888,22032524:barquette_opaque:4200:22057726,22035137:barquette_opaque:4200:22054064,22040123:barquette_opaque:4200:22053979,22040136:barquette_opaque:4200:22053966,22042108:barquette_opaque:4200:22042529,22045047:barquette_opaque:4200:22053938,22045049:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003563025773799816, 'nb_photo': 213, 'list_port_cont': '21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22014147,22015346,22015668,22015994,22016095,22016672,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22336906,22346649,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22430347,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097,23950637,23951262,23951337,23951534,23952814,23954073,23954455,23955938,23956191,23957366,23957829,23957934,23958046,23958720,23958817,23961772,23965280,24454271,24454637,24454740,24455027,24455289,24455363,24455456,24455617,2445603', 'assoc_port': '21963882:21964198,21967114:21968042,21969983:21970538,21975317:21976112,21976904:21977101,21980117:21981099,21980144:21980940,21984242:21985015,21986987:21987538,21986989:21997643,22013394:22014147,22014842:22016672,22014879:22016095,22014899:22015994,22014904:22015346,22014906:22015668,22023871:22024223,22029099:22029606,22029101:22029296,22038503:22050290,22040133:22040471,22046565:22047093,22049747:22050455,22049749:22051846,22051362:22051690,22054542:22055317,22056819:22057101,22066733:22067260,22075838:22076311,22093116:22093923,22093117:22093801,22096624:22097134,22123324:22123761,22129563:22130060,22133911:22134213,22138713:22139426,22144306:22144719,22154714:22154840,22157944:22158724,22174851:22175515,22180099:22180776,22183560:22184232,22185032:22187413,22185038:22200167,22185039:22200222,22195202:22195658,22210210:22211144,22217464:22217891,22221006:22221532,22299411:22300017,22307235:22307677,22307890:22310453,22309701:22310217,22319403:22319800,22336327:22336906,22346408:22346649,22353972:2235715', 'assoc_mat': '21963882:barquette_opaque:4209:21964198,21967114:barquette_opaque:4209:21968042,21969983:barquette_opaque:4209:21970538,21975317:barquette_opaque:4209:21976112,21976904:barquette_opaque:4209:21977101,21980117:barquette_opaque:4209:21981099,21980144:barquette_opaque:4209:21980940,21984242:barquette_opaque:4209:21985015,21986987:barquette_opaque:4209:21987538,21986989:barquette_opaque:4209:21997643,22013394:barquette_opaque:4209:22014147,22014842:barquette_opaque:4209:22016672,22014879:barquette_opaque:4209:22016095,22014899:barquette_opaque:4209:22015994,22014904:barquette_opaque:4209:22015346,22014906:barquette_opaque:4209:22015668,22023871:barquette_opaque:4209:22024223,22029099:barquette_opaque:4209:22029606,22029101:barquette_opaque:4209:22029296,22038503:barquette_opaque:4209:22050290,22040133:barquette_opaque:4209:22040471,22046565:barquette_opaque:4209:22047093,22049747:barquette_opaque:4209:22050455,22049749:barquette_opaque:4209:22051846,22051362:barquette_opaque:4209:22051690,22054542:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01989397597918742, 'nb_photo': 8617, 'list_port_cont': '21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22014707,22015465,22017311,22020093,22025921,22025964,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22029520,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22185622,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22345487,22352897,22353628,22355846,22371439,22375836,22377497,22378513,22378600,22379552,22379994,22381573,22381590,22385080,2238753', 'assoc_port': '21962514:21963406,21963397:21963585,21963883:21964273,21967132:21970577,21967181:21971875,21967195:21971918,21969979:22020093,21975312:21989546,21975320:21990254,21976850:21997449,21978908:22004066,21978934:22005508,21980103:22007311,21980107:22007777,21980142:22008818,21985545:22014707,21985548:22015465,21986988:22017311,22014825:22026752,22014833:22026680,22014843:22026589,22014874:22026573,22014880:22026454,22014893:22026311,22014896:22026239,22014901:22026178,22024784:22025921,22024789:22025964,22029102:22029520,22031175:22031963,22031177:22031874,22032532:22033384,22038504:22039415,22040126:22040701,22040132:22040622,22042107:22051597,22046566:22050718,22049745:22056374,22049754:22050598,22051354:22052127,22051356:22052024,22054525:22057164,22062853:22063569,22065346:22068753,22066734:22067294,22068648:22069190,22071991:22072734,22073536:22074038,22079487:22080499,22079488:22083642,22079491:22092179,22086017:22094234,22086036:22090615,22091316:22091671,22091318:22091949,22101546:22105431,22121999:2212226', 'assoc_mat': '21962514:barquette_opaque:4211:21963406,21963397:barquette_opaque:4211:21963585,21963883:barquette_opaque:4211:21964273,21967132:barquette_opaque:4211:21970577,21967181:barquette_opaque:4211:21971875,21967195:barquette_opaque:4211:21971918,21969979:barquette_opaque:4211:22020093,21975312:barquette_opaque:4211:21989546,21975320:barquette_opaque:4211:21990254,21976850:barquette_opaque:4211:21997449,21978908:barquette_opaque:4211:22004066,21978934:barquette_opaque:4211:22005508,21980103:barquette_opaque:4211:22007311,21980107:barquette_opaque:4211:22007777,21980142:barquette_opaque:4211:22008818,21985545:barquette_opaque:4211:22014707,21985548:barquette_opaque:4211:22015465,21986988:barquette_opaque:4211:22017311,22014825:barquette_opaque:4211:22026752,22014833:barquette_opaque:4211:22026680,22014843:barquette_opaque:4211:22026589,22014874:barquette_opaque:4211:22026573,22014880:barquette_opaque:4211:22026454,22014893:barquette_opaque:4211:22026311,22014896:barquette_opaque:4211:22026239,22014901:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005929562045369181, 'nb_photo': 183, 'list_port_cont': '21963769,21964604,21976291,21982686,21988606,21990859,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042142,22042741,22048299,22051173,22054704,22055746,22055902,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557,24044273,24045947,24047125,24055962,24062094,24063265,24066223,24066509,24066890,24075118,24075945,24076093,24077881,24079452,24079800,24095073,24174887,24175694,24176583,24455155,24465066,24465422', 'assoc_port': '21963399:21963769,21964372:21964604,21967124:21988606,21969980:21982686,21975313:21990859,21975319:21976291,21976848:21998130,21978922:22005689,21980102:22008150,21980115:22009171,21985543:22015718,22011451:22033720,22013383:22036189,22014822:22042142,22014828:22042741,22014875:22082876,22014905:22048299,22019912:22020906,22023872:22025560,22032522:22033934,22040125:22054704,22040135:22040781,22049752:22051173,22054521:22055902,22054529:22055746,22068650:22069682,22071992:22077054,22078672:22079688,22091319:22112197,22101550:22105063,22132582:22132962,22133906:22134770,22137424:22138724,22150593:22152140,22150597:22151655,22178698:22187178,22178713:22187116,22189238:22190724,22195201:22196311,22200701:22242914,22204329:22242426,22206471:22209136,22217442:22236417,22217452:22234453,22291940:22302590,22295431:22303807,22304110:22309674,22305205:22306113,22346407:22346706,22358429:22358822,22372029:22373033,22374970:22379337,22378454:22378772,22379664:22380047,22381325:22382917,22388012:22389194,22400535:2240585', 'assoc_mat': '21963399:bouchon:3327:21963769,21964372:bouchon:3327:21964604,21967124:bouchon:3327:21988606,21969980:bouchon:3327:21982686,21975313:bouchon:3327:21990859,21975319:bouchon:3327:21976291,21976848:bouchon:3327:21998130,21978922:bouchon:3327:22005689,21980102:bouchon:3327:22008150,21980115:bouchon:3327:22009171,21985543:bouchon:3327:22015718,22011451:bouchon:3327:22033720,22013383:bouchon:3327:22036189,22014822:bouchon:3327:22042142,22014828:bouchon:3327:22042741,22014875:bouchon:3327:22082876,22014905:bouchon:3327:22048299,22019912:bouchon:3327:22020906,22023872:bouchon:3327:22025560,22032522:bouchon:3327:22033934,22040125:bouchon:3327:22054704,22040135:bouchon:3327:22040781,22049752:bouchon:3327:22051173,22054521:bouchon:3327:22055902,22054529:bouchon:3327:22055746,22068650:bouchon:3327:22069682,22071992:bouchon:3327:22077054,22078672:bouchon:3327:22079688,22091319:bouchon:3327:22112197,22101550:bouchon:3327:22105063,22132582:bouchon:3327:22132962,22133906:bouchon:3327:22134770,22137424:bouchon:3327:22138724,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015075141013736993, 'nb_photo': 433, 'list_port_cont': '21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047,23947055,23977226,24055208,24056848,24059329,24064701,24074208,24074570,24078639', 'assoc_port': '21963879:21964192,21967136:21969954,21978909:22026347,21984244:22052395,22014829:22041327,22014907:22046205,22019910:22053697,22038501:22054015,22049748:22051214,22051358:22051706,22062848:22076380,22076546:22076781,22101547:22108083,22131718:22153084,22142360:22149148,22154699:22158482,22174835:22180501,22191273:22244112,22210213:22241244,22211643:22237970,22290550:22292962,22305213:22309536,22314653:22314894,22318028:22318620,22344383:22345057,22355024:22361626,22379401:22379485,22384434:22385698,22390602:22396163,22420201:22422342,22432676:22433709,22444780:22449956,22451710:22454606,22469828:22473514,22479660:22480040,22486523:22487801,22497684:22511786,22509474:22512738,22513057:22516918,22536499:22536634,22550650:22553564,22562905:22565047,23934801:23977226,23946806:23947055,23947388:24055208,23947712:24056848,23948736:24059329,23949473:24064701,23950958:24074208,23951071:24074570,23953445:24078639', 'assoc_mat': '21963879:carton:4205:21964192,21967136:carton:4205:21969954,21978909:carton:4205:22026347,21984244:carton:4205:22052395,22014829:carton:4205:22041327,22014907:carton:4205:22046205,22019910:carton:4205:22053697,22038501:carton:4205:22054015,22049748:carton:4205:22051214,22051358:carton:4205:22051706,22062848:carton:4205:22076380,22076546:carton:4205:22076781,22101547:carton:4205:22108083,22131718:carton:4205:22153084,22142360:carton:4205:22149148,22154699:carton:4205:22158482,22174835:carton:4205:22180501,22191273:carton:4205:22244112,22210213:carton:4205:22241244,22211643:carton:4205:22237970,22290550:carton:4205:22292962,22305213:carton:4205:22309536,22314653:carton:4205:22314894,22318028:carton:4205:22318620,22344383:carton:4205:22345057,22355024:carton:4205:22361626,22379401:carton:4205:22379485,22384434:carton:4205:22385698,22390602:carton:4205:22396163,22420201:carton:4205:22422342,22432676:carton:4205:22433709,22444780:carton:4205:22449956,22451710:carton:4205:22454606,22469828:carton:4205:22473514,2247'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007317395682620384, 'nb_photo': 857, 'list_port_cont': '21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803,24056837,24060649,24064564,24066194,24076147,24079369,24168493,24490746', 'assoc_port': '21967117:21969303,21978894:22003516,21978946:22005709,22011455:22012123,22014824:22040914,22014888:22064874,22023070:22055543,22035144:22054234,22046564:22053779,22062855:22063566,22076548:22076847,22096625:22097209,22129557:22146616,22141215:22155005,22154698:22164098,22191270:22244164,22210214:22241072,22291941:22295043,22305215:22309858,22314649:22315612,22340395:22348636,22376586:22379367,22386992:22397937,22398077:22399477,22429992:22430546,22443967:22451183,22449976:22450055,22466648:22471535,22494447:22505137,22504012:22510430,22520613:22520985,22542628:22560996,22556378:22561803,23946469:24168493,23947595:24056837,23948806:24060649,23949371:24064564,23949568:24066194,23951346:24076147,23953532:24079369,24463396:24490746', 'assoc_mat': '21967117:carton:4203:21969303,21978894:carton:4203:22003516,21978946:carton:4203:22005709,22011455:carton:4203:22012123,22014824:carton:4203:22040914,22014888:carton:4203:22064874,22023070:carton:4203:22055543,22035144:carton:4203:22054234,22046564:carton:4203:22053779,22062855:carton:4203:22063566,22076548:carton:4203:22076847,22096625:carton:4203:22097209,22129557:carton:4203:22146616,22141215:carton:4203:22155005,22154698:carton:4203:22164098,22191270:carton:4203:22244164,22210214:carton:4203:22241072,22291941:carton:4203:22295043,22305215:carton:4203:22309858,22314649:carton:4203:22315612,22340395:carton:4203:22348636,22376586:carton:4203:22379367,22386992:carton:4203:22397937,22398077:carton:4203:22399477,22429992:carton:4203:22430546,22443967:carton:4203:22451183,22449976:carton:4203:22450055,22466648:carton:4203:22471535,22494447:carton:4203:22505137,22504012:carton:4203:22510430,22520613:carton:4203:22520985,22542628:carton:4203:22560996,22556378:carton:4203:22561803,23946469:carton:4203:24168493,2394'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.955586659350464, 'nb_photo': 2966, 'list_port_cont': '21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22015140,22016808,22023123,22025815,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,22298142,22300215,22302316,22305902,22307015,22308161,22317205,22372346,22373594,22377486,22377861,2237873', 'assoc_port': '21963398:21963559,21963881:21964257,21963884:21964103,21963885:21963960,21967145:21970765,21967184:21971457,21967193:21971815,21969982:21970465,21976863:21996824,21976864:21997190,21976868:21997864,21976883:22025815,21976900:22023123,21978888:22003048,21978910:22003904,21978941:22005422,21978949:22005578,21978951:22005620,21980101:22006375,21980112:22007565,21980147:21983035,21985550:21986346,21986991:22016808,22014823:22032677,22014830:22032768,22014834:22032452,22014836:22032208,22014871:22032061,22014884:22015140,22031176:22031485,22032527:22033143,22035140:22036728,22035142:22036289,22035143:22035908,22040130:22040502,22042105:22042597,22045046:22045604,22049746:22050879,22049750:22050364,22049753:22050432,22049757:22050147,22051353:22051586,22054524:22055093,22056821:22057091,22065345:22068691,22066732:22067370,22066735:22066945,22071990:22072665,22073533:22073884,22073534:22073652,22075837:22076182,22078669:22079681,22078671:22079029,22078673:22078967,22086018:22088036,22088046:22090728,22091320:2209173', 'assoc_mat': '21963398:carton:4207:21963559,21963881:carton:4207:21964257,21963884:carton:4207:21964103,21963885:carton:4207:21963960,21967145:carton:4207:21970765,21967184:carton:4207:21971457,21967193:carton:4207:21971815,21969982:carton:4207:21970465,21976863:carton:4207:21996824,21976864:carton:4207:21997190,21976868:carton:4207:21997864,21976883:carton:4207:22025815,21976900:carton:4207:22023123,21978888:carton:4207:22003048,21978910:carton:4207:22003904,21978941:carton:4207:22005422,21978949:carton:4207:22005578,21978951:carton:4207:22005620,21980101:carton:4207:22006375,21980112:carton:4207:22007565,21980147:carton:4207:21983035,21985550:carton:4207:21986346,21986991:carton:4207:22016808,22014823:carton:4207:22032677,22014830:carton:4207:22032768,22014834:carton:4207:22032452,22014836:carton:4207:22032208,22014871:carton:4207:22032061,22014884:carton:4207:22015140,22031176:carton:4207:22031485,22032527:carton:4207:22033143,22035140:carton:4207:22036728,22035142:carton:4207:22036289,22035143:carton:4207:22035908,2204'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01608546037934879, 'nb_photo': 3615, 'list_port_cont': '21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22024162,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22340926,22344801,22347258,22376494,22377543,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22433267,22438554,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,22477630,22487234,22490514,22494835,22497220,22497820,22498676,22499131,22510296,22516746,22518488,22523104,22536183,2253691', 'assoc_port': '21962511:21962862,21963880:21964222,21964371:21964556,21967121:21968796,21967190:21968382,21975318:21975959,21976867:21977452,21978936:21979345,21980104:21981586,21980135:21980646,21980140:21981029,21985538:21986128,21986986:21987688,21996829:21997470,21996831:21997260,22014826:22016513,22014832:22015493,22014873:22015865,22014882:22015782,22014894:22015729,22014900:22015618,22014908:22015515,22023899:22024162,22029100:22029479,22031178:22031832,22035145:22036043,22040127:22040515,22042106:22042483,22045048:22045794,22046567:22051019,22049756:22052007,22051361:22057339,22054526:22055233,22065347:22073897,22068647:22069275,22073535:22073967,22075834:22076346,22076547:22076815,22079489:22080200,22086063:22094619,22088044:22088860,22093119:22093817,22098020:22108868,22122000:22122294,22126964:22127550,22129559:22130122,22132586:22132905,22138711:22147288,22142357:22143057,22144309:22144642,22148777:22149457,22153227:22153705,22164922:22165125,22177109:22178177,22180103:22180728,22183556:22184446,22191271:2219221', 'assoc_mat': '21962511:carton:4461:21962862,21963880:carton:4461:21964222,21964371:carton:4461:21964556,21967121:carton:4461:21968796,21967190:carton:4461:21968382,21975318:carton:4461:21975959,21976867:carton:4461:21977452,21978936:carton:4461:21979345,21980104:carton:4461:21981586,21980135:carton:4461:21980646,21980140:carton:4461:21981029,21985538:carton:4461:21986128,21986986:carton:4461:21987688,21996829:carton:4461:21997470,21996831:carton:4461:21997260,22014826:carton:4461:22016513,22014832:carton:4461:22015493,22014873:carton:4461:22015865,22014882:carton:4461:22015782,22014894:carton:4461:22015729,22014900:carton:4461:22015618,22014908:carton:4461:22015515,22023899:carton:4461:22024162,22029100:carton:4461:22029479,22031178:carton:4461:22031832,22035145:carton:4461:22036043,22040127:carton:4461:22040515,22042106:carton:4461:22042483,22045048:carton:4461:22045794,22046567:carton:4461:22051019,22049756:carton:4461:22052007,22051361:carton:4461:22057339,22054526:carton:4461:22055233,22065347:carton:4461:22073897,2206'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02604115589083413, 'nb_photo': 3706, 'list_port_cont': '21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22013206,22023388,22023816,22027587,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051876,22052664,22053695,22053794,22053933,22053957,22053972,22054069,22055111,22056679,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22241933,22242144,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22346380,22346566,22347432,22347709,22350355,22358807,22378624,22378779,22378986,22379410,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,22397008,22405889,22411842,22422317,22430777,22432527,2243352', 'assoc_port': '21962513:21963748,21963400:21963506,21967129:21969524,21967139:21970679,21967186:21971856,21975315:22023388,21976823:21996020,21976866:22023816,21976906:21977061,21978911:22004220,21978931:22027587,21980100:22006334,21980110:22007581,21984246:22052664,21985540:22013206,21986993:21987223,22014797:22040654,22014827:22040896,22014838:22041945,22014839:22042197,22014876:22042851,22014878:22042942,22014891:22044158,22014898:22044586,22014902:22044887,22014903:22045463,22032524:22057722,22035137:22054069,22040123:22053972,22040136:22053957,22042108:22042519,22045047:22053933,22045049:22053794,22049751:22050954,22049755:22056679,22051355:22053695,22051363:22051876,22054528:22055111,22065348:22068783,22068649:22083182,22073532:22074421,22078670:22099667,22088043:22091145,22088051:22091018,22091315:22118601,22091317:22109942,22093114:22118743,22096627:22097336,22101552:22108175,22123322:22123738,22126966:22132976,22129562:22135498,22132587:22138559,22137423:22147414,22141214:22162558,22142356:22148480,22142359:2214851', 'assoc_mat': '21962513:carton:4200:21963748,21963400:carton:4200:21963506,21967129:carton:4200:21969524,21967139:carton:4200:21970679,21967186:carton:4200:21971856,21975315:carton:4200:22023388,21976823:carton:4200:21996020,21976866:carton:4200:22023816,21976906:carton:4200:21977061,21978911:carton:4200:22004220,21978931:carton:4200:22027587,21980100:carton:4200:22006334,21980110:carton:4200:22007581,21984246:carton:4200:22052664,21985540:carton:4200:22013206,21986993:carton:4200:21987223,22014797:carton:4200:22040654,22014827:carton:4200:22040896,22014838:carton:4200:22041945,22014839:carton:4200:22042197,22014876:carton:4200:22042851,22014878:carton:4200:22042942,22014891:carton:4200:22044158,22014898:carton:4200:22044586,22014902:carton:4200:22044887,22014903:carton:4200:22045463,22032524:carton:4200:22057722,22035137:carton:4200:22054069,22040123:carton:4200:22053972,22040136:carton:4200:22053957,22042108:carton:4200:22042519,22045047:carton:4200:22053933,22045049:carton:4200:22053794,22049751:carton:4200:22050954,2204'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.006570366753472222, 'nb_photo': 16, 'list_port_cont': '22448926', 'assoc_port': '22448524:22448926', 'assoc_mat': '22448524:carton:3594:22448926'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03690459076037486, 'nb_photo': 5315, 'list_port_cont': '21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22014152,22015351,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22024221,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22187420,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22336926,22346653,22357145,22372781,22377467,22379975,22385070,22388475,22390958,22391012,22391818,22398263,22403223,22430333,2243317', 'assoc_port': '21963882:21964206,21967114:21968044,21967142:21974006,21967197:21974246,21969983:21970545,21975316:21976187,21975317:21976108,21976822:21979263,21976869:21978700,21976870:21978409,21976897:21978277,21976904:21977096,21980117:21981100,21980144:21980943,21984242:21985014,21986987:21987529,21986989:21997647,22013394:22014152,22014831:22017223,22014842:22016674,22014846:22016175,22014877:22015936,22014879:22016100,22014886:22015975,22014892:22015920,22014899:22016001,22014904:22015351,22014906:22015670,22018590:24455555,22023871:22024221,22029099:22029607,22029101:22029289,22032529:22033187,22035141:22035770,22038503:22050297,22040133:22040481,22045045:22045568,22046565:22047101,22049747:22050446,22049749:22051844,22049758:22050006,22051357:22052099,22051362:22051698,22054542:22055318,22056819:22057080,22065344:22066229,22066733:22067262,22075838:22076301,22076545:22076806,22086022:22086679,22088049:22088573,22093116:22093926,22093117:22093802,22096624:22097135,22101542:22102780,22123324:22123767,22129563:2213006', 'assoc_mat': '21963882:carton:4209:21964206,21967114:carton:4209:21968044,21967142:carton:4209:21974006,21967197:carton:4209:21974246,21969983:carton:4209:21970545,21975316:carton:4209:21976187,21975317:carton:4209:21976108,21976822:carton:4209:21979263,21976869:carton:4209:21978700,21976870:carton:4209:21978409,21976897:carton:4209:21978277,21976904:carton:4209:21977096,21980117:carton:4209:21981100,21980144:carton:4209:21980943,21984242:carton:4209:21985014,21986987:carton:4209:21987529,21986989:carton:4209:21997647,22013394:carton:4209:22014152,22014831:carton:4209:22017223,22014842:carton:4209:22016674,22014846:carton:4209:22016175,22014877:carton:4209:22015936,22014879:carton:4209:22016100,22014886:carton:4209:22015975,22014892:carton:4209:22015920,22014899:carton:4209:22016001,22014904:carton:4209:22015351,22014906:carton:4209:22015670,22018590:carton:4209:24455555,22023871:carton:4209:22024221,22029099:carton:4209:22029607,22029101:carton:4209:22029289,22032529:carton:4209:22033187,22035141:carton:4209:22035770,2203'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010625966374553639, 'nb_photo': 15401, 'list_port_cont': '21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22014712,22015458,22017315,22020099,22025925,22025966,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22029550,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22185621,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345496,22352908,22353629,22355848,22371431,22375842,22377493,22378521,22378595,22379559,22380000,22381569,22381598,22385074,2238754', 'assoc_port': '21962514:21963407,21963397:21963592,21963883:21964274,21967132:21970586,21967181:21971876,21967195:21971933,21969979:22020099,21975312:21989545,21975320:21990263,21976850:21997447,21978908:22004072,21978934:22005519,21980103:22007317,21980107:22007775,21980142:22008812,21985545:22014712,21985548:22015458,21986988:22017315,22014825:22026737,22014833:22026668,22014843:22026599,22014874:22026575,22014880:22026460,22014893:22026316,22014896:22026243,22014901:22026188,22024784:22025925,22024789:22025966,22029102:22029550,22031175:22031961,22031177:22031871,22032532:22033368,22038504:22039422,22040126:22040700,22040132:22040619,22042107:22051593,22046566:22050703,22049745:22056380,22049754:22050604,22051354:22052122,22051356:22052018,22054525:22057176,22062853:22063571,22065346:22068766,22066734:22067300,22068648:22069188,22071991:22072731,22073536:22074040,22079487:22080501,22079488:22083643,22079491:22092178,22086017:22094249,22086036:22090621,22091316:22091676,22091318:22091937,22101546:22105435,22121999:2212225', 'assoc_mat': '21962514:carton:4211:21963407,21963397:carton:4211:21963592,21963883:carton:4211:21964274,21967132:carton:4211:21970586,21967181:carton:4211:21971876,21967195:carton:4211:21971933,21969979:carton:4211:22020099,21975312:carton:4211:21989545,21975320:carton:4211:21990263,21976850:carton:4211:21997447,21978908:carton:4211:22004072,21978934:carton:4211:22005519,21980103:carton:4211:22007317,21980107:carton:4211:22007775,21980142:carton:4211:22008812,21985545:carton:4211:22014712,21985548:carton:4211:22015458,21986988:carton:4211:22017315,22014825:carton:4211:22026737,22014833:carton:4211:22026668,22014843:carton:4211:22026599,22014874:carton:4211:22026575,22014880:carton:4211:22026460,22014893:carton:4211:22026316,22014896:carton:4211:22026243,22014901:carton:4211:22026188,22024784:carton:4211:22025925,22024789:carton:4211:22025966,22029102:carton:4211:22029550,22031175:carton:4211:22031961,22031177:carton:4211:22031871,22032532:carton:4211:22033368,22038504:carton:4211:22039422,22040126:carton:4211:22040700,2204'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00594310637347956, 'nb_photo': 189, 'list_port_cont': '21963764,21976299,21982689,21988610,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22441908,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559,24045952,24047120,24055964,24056215,24056700,24057236,24059385,24065384,24066887,24075352,24076088,24076369,24076434,24076563,24079250,24079454,24079809,24095068,24164820,24176571,24455158,24465417,24478010,24478346', 'assoc_port': '21963399:21963764,21967124:21988610,21969980:21982689,21975319:21976299,21976848:21998134,21978922:22005688,21980102:22008144,21984249:22012899,22011451:22033711,22014822:22042147,22014828:22042747,22014840:22095883,22014875:22082869,22014890:22079924,22014897:22046336,22014905:22048303,22023872:22025557,22032522:22033936,22035139:22037060,22040125:22054706,22045050:22046216,22051359:22053767,22054523:22057902,22054529:22055747,22066731:22067765,22068650:22069681,22071992:22077050,22078672:22079697,22086065:22091995,22091321:22093325,22098018:22109487,22101541:22107790,22126969:22129283,22132582:22132954,22137424:22138736,22148778:22150079,22150597:22151650,22157943:22159093,22178698:22187170,22183555:22186782,22189238:22190725,22200698:22242971,22200701:22242917,22204329:22242423,22211640:22237235,22217452:22234451,22304110:22309670,22312869:22318880,22346888:22347414,22350610:22358847,22372029:22373034,22378450:22378840,22379664:22380049,22388012:22389187,22390604:22391087,22391205:22395889,22391213:2239249', 'assoc_mat': '21963399:carton:3327:21963764,21967124:carton:3327:21988610,21969980:carton:3327:21982689,21975319:carton:3327:21976299,21976848:carton:3327:21998134,21978922:carton:3327:22005688,21980102:carton:3327:22008144,21984249:carton:3327:22012899,22011451:carton:3327:22033711,22014822:carton:3327:22042147,22014828:carton:3327:22042747,22014840:carton:3327:22095883,22014875:carton:3327:22082869,22014890:carton:3327:22079924,22014897:carton:3327:22046336,22014905:carton:3327:22048303,22023872:carton:3327:22025557,22032522:carton:3327:22033936,22035139:carton:3327:22037060,22040125:carton:3327:22054706,22045050:carton:3327:22046216,22051359:carton:3327:22053767,22054523:carton:3327:22057902,22054529:carton:3327:22055747,22066731:carton:3327:22067765,22068650:carton:3327:22069681,22071992:carton:3327:22077050,22078672:carton:3327:22079697,22086065:carton:3327:22091995,22091321:carton:3327:22093325,22098018:carton:3327:22109487,22101541:carton:3327:22107790,22126969:carton:3327:22129283,22132582:carton:3327:22132954,2213'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0014310084036551645, 'nb_photo': 79, 'list_port_cont': '21967687,21977409,21979784,21996957,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22389545,22403113,22411921,22412547,22460031,22469993,22490158,22497910,22513085,22537000,22556362,22560479,22566507,24054505,24055548,24065211,24065519,24076083,24454239,24454566,24490576,24490579,24490632,24490712', 'assoc_port': '21967188:21967687,21976865:21977409,21978938:21979784,21996833:21996957,22035138:22051417,22040129:22040792,22051360:22051731,22054522:22055162,22062850:22064652,22079490:22081444,22098017:22098900,22131721:22132398,22137425:22166950,22148775:22165093,22150595:22159635,22174852:22235730,22185033:22186443,22194156:22195055,22194159:22194600,22206469:22207260,22221035:22225048,22299407:22301630,22304113:22306709,22307886:22308221,22309703:22310210,22314656:22314704,22388008:22389545,22393285:22412547,22394734:22411921,22402406:22403113,22459597:22460031,22469829:22469993,22489069:22490158,22497685:22497910,22509477:22513085,22536495:22537000,22554335:22560479,22554338:22556362,22566349:22566507,23946672:24076083,23947289:24054505,23947438:24055548,23949519:24065211,23953471:24065519,24454034:24454566,24454048:24454239,24463260:24490712,24463434:24490632,24463531:24490579,24463541:24490576', 'assoc_mat': '21967188:cartonnette:3726:21967687,21976865:cartonnette:3726:21977409,21978938:cartonnette:3726:21979784,21996833:cartonnette:3726:21996957,22035138:cartonnette:3726:22051417,22040129:cartonnette:3726:22040792,22051360:cartonnette:3726:22051731,22054522:cartonnette:3726:22055162,22062850:cartonnette:3726:22064652,22079490:cartonnette:3726:22081444,22098017:cartonnette:3726:22098900,22131721:cartonnette:3726:22132398,22137425:cartonnette:3726:22166950,22148775:cartonnette:3726:22165093,22150595:cartonnette:3726:22159635,22174852:cartonnette:3726:22235730,22185033:cartonnette:3726:22186443,22194156:cartonnette:3726:22195055,22194159:cartonnette:3726:22194600,22206469:cartonnette:3726:22207260,22221035:cartonnette:3726:22225048,22299407:cartonnette:3726:22301630,22304113:cartonnette:3726:22306709,22307886:cartonnette:3726:22308221,22309703:cartonnette:3726:22310210,22314656:cartonnette:3726:22314704,22388008:cartonnette:3726:22389545,22393285:cartonnette:3726:22412547,22394734:cartonnette:3726:22411921,22402406:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006617095875990101, 'nb_photo': 337, 'list_port_cont': '21962938,21967690,21970617,21977418,21979783,21996964,22015344,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22389537,22403114,22411914,22412543,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22537005,22543392,22552273,22556361,22560471,22566501,23977007,24045637,24054495,24055168,24055557,24055894,24056775,24058516,24065206,24065524,24065898,24071629,24071820,24071922,24076080,24454240,24454563,24490580,24490583,24490607,24490675,24490692,24490714,24490722,24490773', 'assoc_port': '21962512:21962938,21967188:21967690,21969981:21970617,21976865:21977418,21978938:21979783,21996833:21996964,22014835:22028485,22014845:22028373,22014872:22015344,22018591:22024486,22035138:22051424,22040129:22040797,22051360:22051730,22054522:22055155,22062850:22064644,22073531:22073985,22075836:22076261,22079490:22081445,22098017:22098893,22106152:22106675,22131721:22132401,22133905:22134323,22137425:22166958,22150595:22159641,22174852:22235727,22185033:22186448,22194156:22195059,22194159:22194602,22206469:22207261,22221035:22225042,22286479:22287115,22299407:22301639,22304113:22306714,22307886:22308215,22309703:22310213,22314656:22314709,22388008:22389537,22393285:22412543,22394734:22411914,22402406:22403114,22450301:22450652,22457337:22458383,22459597:22460030,22469829:22469994,22486521:22486684,22486538:22487212,22488165:22488320,22489069:22490153,22494461:22494953,22497685:22497920,22509477:22513080,22536495:22537005,22542655:22543392,22550651:22552273,22554335:22560471,22554338:22556361,22566349:2256650', 'assoc_mat': '21962512:Carton_brun:3726:21962938,21967188:Carton_brun:3726:21967690,21969981:Carton_brun:3726:21970617,21976865:Carton_brun:3726:21977418,21978938:Carton_brun:3726:21979783,21996833:Carton_brun:3726:21996964,22014835:Carton_brun:3726:22028485,22014845:Carton_brun:3726:22028373,22014872:Carton_brun:3726:22015344,22018591:Carton_brun:3726:22024486,22035138:Carton_brun:3726:22051424,22040129:Carton_brun:3726:22040797,22051360:Carton_brun:3726:22051730,22054522:Carton_brun:3726:22055155,22062850:Carton_brun:3726:22064644,22073531:Carton_brun:3726:22073985,22075836:Carton_brun:3726:22076261,22079490:Carton_brun:3726:22081445,22098017:Carton_brun:3726:22098893,22106152:Carton_brun:3726:22106675,22131721:Carton_brun:3726:22132401,22133905:Carton_brun:3726:22134323,22137425:Carton_brun:3726:22166958,22150595:Carton_brun:3726:22159641,22174852:Carton_brun:3726:22235727,22185033:Carton_brun:3726:22186448,22194156:Carton_brun:3726:22195059,22194159:Carton_brun:3726:22194602,22206469:Carton_brun:3726:22207261,22221035:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004812817966742792, 'nb_photo': 166, 'list_port_cont': '21962936,21967683,21970622,21979776,21996962,22015336,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22379497,22389547,22411920,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22532244,22543395,22552270,22556363,22560476,23977004,24054490,24055174,24055555,24055900,24058528,24065212,24065526,24065899,24071624,24071650,24071830,24454569,24490573,24490709,24490720,24490769', 'assoc_port': '21962512:21962936,21967188:21967683,21969981:21970622,21978938:21979776,21996833:21996962,22014835:22028492,22014872:22015336,22018591:22024490,22040129:22040795,22051360:22051724,22054522:22055159,22062850:22064648,22073531:22073984,22075836:22076265,22079490:22081443,22096622:22102889,22106152:22106685,22131721:22132403,22133905:22134313,22137425:22166960,22148775:22165101,22174852:22235722,22185033:22186442,22194156:22195057,22194159:22194601,22206469:22207265,22221035:22225046,22286479:22287107,22299407:22301633,22307886:22308211,22309703:22310208,22314656:22314707,22379399:22379497,22388008:22389547,22394734:22411920,22450301:22450649,22457337:22458377,22459597:22460027,22469829:22469999,22486521:22486691,22486538:22487208,22488165:22488315,22489069:22490156,22494461:22494952,22497685:22497912,22509477:22513087,22531797:22532244,22542655:22543395,22550651:22552270,22554335:22560476,22554338:22556363,23934796:23977004,23947289:24054490,23947380:24055174,23947438:24055555,23947484:24055900,23948629:2405852', 'assoc_mat': '21962512:Carton_gris:3726:21962936,21967188:Carton_gris:3726:21967683,21969981:Carton_gris:3726:21970622,21978938:Carton_gris:3726:21979776,21996833:Carton_gris:3726:21996962,22014835:Carton_gris:3726:22028492,22014872:Carton_gris:3726:22015336,22018591:Carton_gris:3726:22024490,22040129:Carton_gris:3726:22040795,22051360:Carton_gris:3726:22051724,22054522:Carton_gris:3726:22055159,22062850:Carton_gris:3726:22064648,22073531:Carton_gris:3726:22073984,22075836:Carton_gris:3726:22076265,22079490:Carton_gris:3726:22081443,22096622:Carton_gris:3726:22102889,22106152:Carton_gris:3726:22106685,22131721:Carton_gris:3726:22132403,22133905:Carton_gris:3726:22134313,22137425:Carton_gris:3726:22166960,22148775:Carton_gris:3726:22165101,22174852:Carton_gris:3726:22235722,22185033:Carton_gris:3726:22186442,22194156:Carton_gris:3726:22195057,22194159:Carton_gris:3726:22194601,22206469:Carton_gris:3726:22207265,22221035:Carton_gris:3726:22225046,22286479:Carton_gris:3726:22287107,22299407:Carton_gris:3726:22301633,22307886:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006524553657582049, 'nb_photo': 180, 'list_port_cont': '21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050,23947064,23977224,24055212,24056850,24059331,24064696,24074210,24074580,24078648', 'assoc_port': '21963879:21964186,21967136:21969945,21978909:22026352,21984244:22052396,22014829:22041329,22014907:22046201,22019910:22053702,22038501:22054005,22049748:22051218,22051358:22051712,22062848:22076374,22076546:22076779,22101547:22108075,22131718:22153088,22142360:22149145,22154699:22158483,22174835:22180494,22191273:22244111,22210213:22241245,22211643:22237976,22290550:22292975,22305213:22309513,22314653:22314879,22318028:22318622,22344383:22345045,22355024:22361612,22379401:22379472,22384434:22385701,22390602:22396155,22420201:22422341,22432676:22433704,22444780:22449948,22451710:22454614,22469828:22473519,22479660:22480030,22486523:22487813,22497684:22511789,22509474:22512749,22513057:22516928,22536499:22536628,22550650:22553556,22562905:22565050,23934801:23977224,23946806:23947064,23947388:24055212,23947712:24056850,23948736:24059331,23949473:24064696,23950958:24074210,23951071:24074580,23953445:24078648', 'assoc_mat': '21963879:ela:4205:21964186,21967136:ela:4205:21969945,21978909:ela:4205:22026352,21984244:ela:4205:22052396,22014829:ela:4205:22041329,22014907:ela:4205:22046201,22019910:ela:4205:22053702,22038501:ela:4205:22054005,22049748:ela:4205:22051218,22051358:ela:4205:22051712,22062848:ela:4205:22076374,22076546:ela:4205:22076779,22101547:ela:4205:22108075,22131718:ela:4205:22153088,22142360:ela:4205:22149145,22154699:ela:4205:22158483,22174835:ela:4205:22180494,22191273:ela:4205:22244111,22210213:ela:4205:22241245,22211643:ela:4205:22237976,22290550:ela:4205:22292975,22305213:ela:4205:22309513,22314653:ela:4205:22314879,22318028:ela:4205:22318622,22344383:ela:4205:22345045,22355024:ela:4205:22361612,22379401:ela:4205:22379472,22384434:ela:4205:22385701,22390602:ela:4205:22396155,22420201:ela:4205:22422341,22432676:ela:4205:22433704,22444780:ela:4205:22449948,22451710:ela:4205:22454614,22469828:ela:4205:22473519,22479660:ela:4205:22480030,22486523:ela:4205:22487813,22497684:ela:4205:22511789,22509474:ela:4205:2251274'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9951156431660009, 'nb_photo': 259, 'list_port_cont': '21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802,24056826,24060632,24064563,24066197,24076151,24079359,24168505,24490733', 'assoc_port': '21967117:21969305,21978894:22003520,21978946:22005700,22011455:22012118,22014824:22040905,22014888:22064884,22023070:22055547,22035144:22054241,22046564:22053787,22062855:22063557,22076548:22076853,22096625:22097223,22129557:22146606,22141215:22155003,22154698:22164096,22191270:22244166,22210214:22241086,22291941:22295032,22305215:22309853,22314649:22315615,22340395:22348633,22376586:22379356,22386992:22397927,22398077:22399468,22429992:22430538,22443967:22451172,22449976:22450064,22466648:22471526,22494447:22505140,22504012:22510434,22520613:22520970,22542628:22560982,22556378:22561802,23946469:24168505,23947595:24056826,23948806:24060632,23949371:24064563,23949568:24066197,23951346:24076151,23953532:24079359,24463396:24490733', 'assoc_mat': '21967117:ela:4203:21969305,21978894:ela:4203:22003520,21978946:ela:4203:22005700,22011455:ela:4203:22012118,22014824:ela:4203:22040905,22014888:ela:4203:22064884,22023070:ela:4203:22055547,22035144:ela:4203:22054241,22046564:ela:4203:22053787,22062855:ela:4203:22063557,22076548:ela:4203:22076853,22096625:ela:4203:22097223,22129557:ela:4203:22146606,22141215:ela:4203:22155003,22154698:ela:4203:22164096,22191270:ela:4203:22244166,22210214:ela:4203:22241086,22291941:ela:4203:22295032,22305215:ela:4203:22309853,22314649:ela:4203:22315615,22340395:ela:4203:22348633,22376586:ela:4203:22379356,22386992:ela:4203:22397927,22398077:ela:4203:22399468,22429992:ela:4203:22430538,22443967:ela:4203:22451172,22449976:ela:4203:22450064,22466648:ela:4203:22471526,22494447:ela:4203:22505140,22504012:ela:4203:22510434,22520613:ela:4203:22520970,22542628:ela:4203:22560982,22556378:ela:4203:22561802,23946469:ela:4203:24168505,23947595:ela:4203:24056826,23948806:ela:4203:24060632,23949371:ela:4203:24064563,23949568:ela:4203:2406619'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013426508707113226, 'nb_photo': 154, 'list_port_cont': '21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22015143,22023121,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22372347,22377487,22381060,22381679,22395219,22409542,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369,23947052,23949132,23950970,23951618,23952081,23953452,23955071,23956356,23956553,23958210,23959516,23963916,23964429,23969964,23973156,23973650,23974785,23977249,23977673,23977962,23979473,23980440,23981281,23982273,23982670,23983289,24463700,24470460,24471808,24481065', 'assoc_port': '21963398:21963561,21963881:21964263,21967184:21971465,21969982:21970466,21976863:21996821,21976900:22023121,21978910:22003897,21978941:22005421,21980101:22006363,21980112:22007553,21985550:21986344,22014823:22032672,22014834:22032449,22014884:22015143,22031176:22031487,22035143:22035917,22040130:22040498,22045046:22045609,22049753:22050430,22065345:22068690,22066732:22067375,22066735:22066956,22071990:22072656,22078669:22079678,22078671:22079044,22078673:22078965,22091320:22091735,22096623:22096857,22123320:22123728,22125807:22126022,22129556:22131809,22132583:22133253,22132585:22133050,22132589:22132865,22150592:22151603,22150596:22151137,22154700:22155155,22174850:22175238,22177106:22180982,22177110:22181061,22180100:22180580,22183558:22183828,22194162:22194543,22221009:22222799,22290547:22292887,22291935:22293794,22291937:22293180,22291942:22293103,22299408:22300214,22305207:22307030,22372032:22372347,22376584:22377487,22380802:22381060,22381324:22381679,22394736:22395219,22409349:22409542,22451723:2245221', 'assoc_mat': '21963398:ela:4207:21963561,21963881:ela:4207:21964263,21967184:ela:4207:21971465,21969982:ela:4207:21970466,21976863:ela:4207:21996821,21976900:ela:4207:22023121,21978910:ela:4207:22003897,21978941:ela:4207:22005421,21980101:ela:4207:22006363,21980112:ela:4207:22007553,21985550:ela:4207:21986344,22014823:ela:4207:22032672,22014834:ela:4207:22032449,22014884:ela:4207:22015143,22031176:ela:4207:22031487,22035143:ela:4207:22035917,22040130:ela:4207:22040498,22045046:ela:4207:22045609,22049753:ela:4207:22050430,22065345:ela:4207:22068690,22066732:ela:4207:22067375,22066735:ela:4207:22066956,22071990:ela:4207:22072656,22078669:ela:4207:22079678,22078671:ela:4207:22079044,22078673:ela:4207:22078965,22091320:ela:4207:22091735,22096623:ela:4207:22096857,22123320:ela:4207:22123728,22125807:ela:4207:22126022,22129556:ela:4207:22131809,22132583:ela:4207:22133253,22132585:ela:4207:22133050,22132589:ela:4207:22132865,22150592:ela:4207:22151603,22150596:ela:4207:22151137,22154700:ela:4207:22155155,22174850:ela:4207:2217523'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006063058211472956, 'nb_photo': 13, 'list_port_cont': '21968389,22149461,22292784,22445233,22473912,22556916,22561962,23952701,23953293,23956328,24464611', 'assoc_port': '21967190:21968389,22148777:22149461,22291934:22292784,22444779:22445233,22469833:22473912,22556379:22556916,22561375:22561962,23947805:23956328,23951069:23953293,23951305:23952701,24463468:24464611', 'assoc_mat': '21967190:ela:4461:21968389,22148777:ela:4461:22149461,22291934:ela:4461:22292784,22444779:ela:4461:22445233,22469833:ela:4461:22473912,22556379:ela:4461:22556916,22561375:ela:4461:22561962,23947805:ela:4461:23956328,23951069:ela:4461:23953293,23951305:ela:4461:23952701,24463468:ela:4461:24464611'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001165785547452938, 'nb_photo': 124, 'list_port_cont': '21969521,21970689,21971857,22004224,22007573,22027599,22041936,22042210,22042856,22051871,22052660,22053981,22054058,22055114,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22241929,22242691,22294373,22299452,22347442,22347719,22350370,22378616,22379411,22381727,22395769,22432526,22441956,22447465,22448395,22458274,22465990,22488474,22493794,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687,24044977,24045964,24056394,24058247,24058450,24058491,24058883,24061123,24063948,24064919,24065834,24066461,24075011,24075819,24078556,24078895,24079123,24079255,24173503,24175480,24179974,24454479,24454796,24455062,24485224,24490192,24490790,24490812', 'assoc_port': '21967129:21969521,21967139:21970689,21967186:21971857,21978911:22004224,21978931:22027599,21980110:22007573,21984246:22052660,22014838:22041936,22014839:22042210,22014876:22042856,22035137:22054058,22040123:22053981,22051363:22051871,22054528:22055114,22093114:22118756,22132587:22138556,22137423:22147410,22144310:22153026,22154710:22158877,22185028:22241929,22191278:22193155,22200699:22242691,22204331:22204885,22210211:22241163,22211636:22239598,22222639:22229875,22291938:22294373,22295406:22299452,22331498:22350370,22339071:22347719,22346893:22347442,22372030:22378616,22378317:22379411,22381319:22381727,22393281:22395769,22431117:22432526,22433051:22448395,22439288:22441956,22443964:22447465,22444781:22458274,22462252:22465990,22488171:22488474,22489072:22493794,22497686:22497803,22502414:22506104,22502416:22506969,22513056:22516906,22517562:22524874,22542654:22543792,22544863:22544931,22554337:22556701,22561372:22563687,23946587:24044977,23946638:24173503,23946781:24045964,23947262:24175480,23947584:2405639', 'assoc_mat': '21967129:ela:4200:21969521,21967139:ela:4200:21970689,21967186:ela:4200:21971857,21978911:ela:4200:22004224,21978931:ela:4200:22027599,21980110:ela:4200:22007573,21984246:ela:4200:22052660,22014838:ela:4200:22041936,22014839:ela:4200:22042210,22014876:ela:4200:22042856,22035137:ela:4200:22054058,22040123:ela:4200:22053981,22051363:ela:4200:22051871,22054528:ela:4200:22055114,22093114:ela:4200:22118756,22132587:ela:4200:22138556,22137423:ela:4200:22147410,22144310:ela:4200:22153026,22154710:ela:4200:22158877,22185028:ela:4200:22241929,22191278:ela:4200:22193155,22200699:ela:4200:22242691,22204331:ela:4200:22204885,22210211:ela:4200:22241163,22211636:ela:4200:22239598,22222639:ela:4200:22229875,22291938:ela:4200:22294373,22295406:ela:4200:22299452,22331498:ela:4200:22350370,22339071:ela:4200:22347719,22346893:ela:4200:22347442,22372030:ela:4200:22378616,22378317:ela:4200:22379411,22381319:ela:4200:22381727,22393281:ela:4200:22395769,22431117:ela:4200:22432526,22433051:ela:4200:22448395,22439288:ela:4200:2244195'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004467600508558358, 'nb_photo': 810, 'list_port_cont': '21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22014144,22015359,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22024216,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22187429,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22346652,22357151,22372772,22377470,22379986,22385066,22388472,22390968,22391023,22403221,22430345,22433172,22448537,22450575,22453427,22453630,22456021,22457562,22457897,22458911,22458937,22459722,22460469,22462791,22463857,22463959,22467290,22470471,22470579,22470940,22471867,22490669,2249828', 'assoc_port': '21967114:21968055,21967142:21973970,21967197:21974245,21969983:21970532,21975316:21976199,21975317:21976106,21976822:21979267,21976869:21978694,21976897:21978278,21980117:21981107,21980144:21980929,21984242:21985004,21986987:21987534,22013394:22014144,22014831:22017224,22014842:22016675,22014846:22016178,22014877:22015926,22014879:22016097,22014886:22015973,22014892:22015915,22014899:22015989,22014904:22015359,22014906:22015667,22018590:24455553,22023871:22024216,22029099:22029604,22029101:22029299,22032529:22033205,22035141:22035781,22040133:22040476,22045045:22045563,22046565:22047091,22049747:22050454,22049749:22051852,22049758:22050005,22051357:22052112,22051362:22051692,22054542:22055315,22065344:22066226,22066733:22067261,22075838:22076310,22076545:22076799,22086022:22086683,22088049:22088578,22093116:22093918,22093117:22093809,22096624:22097132,22101542:22102795,22123324:22123768,22129563:22130057,22133911:22134202,22137426:22137987,22138707:22139245,22138713:22139422,22141216:22141682,22144306:2214472', 'assoc_mat': '21967114:ela:4209:21968055,21967142:ela:4209:21973970,21967197:ela:4209:21974245,21969983:ela:4209:21970532,21975316:ela:4209:21976199,21975317:ela:4209:21976106,21976822:ela:4209:21979267,21976869:ela:4209:21978694,21976897:ela:4209:21978278,21980117:ela:4209:21981107,21980144:ela:4209:21980929,21984242:ela:4209:21985004,21986987:ela:4209:21987534,22013394:ela:4209:22014144,22014831:ela:4209:22017224,22014842:ela:4209:22016675,22014846:ela:4209:22016178,22014877:ela:4209:22015926,22014879:ela:4209:22016097,22014886:ela:4209:22015973,22014892:ela:4209:22015915,22014899:ela:4209:22015989,22014904:ela:4209:22015359,22014906:ela:4209:22015667,22018590:ela:4209:24455553,22023871:ela:4209:22024216,22029099:ela:4209:22029604,22029101:ela:4209:22029299,22032529:ela:4209:22033205,22035141:ela:4209:22035781,22040133:ela:4209:22040476,22045045:ela:4209:22045563,22046565:ela:4209:22047091,22049747:ela:4209:22050454,22049749:ela:4209:22051852,22049758:ela:4209:22050005,22051357:ela:4209:22052112,22051362:ela:4209:2205169'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011242990046036515, 'nb_photo': 2608, 'list_port_cont': '21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22014714,22015463,22017319,22020092,22025928,22025965,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22029557,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22185619,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22345488,22352906,22353635,22355855,22371438,22375833,22377492,22378511,22378605,22379551,22379997,22381574,22381584,22385083,2238755', 'assoc_port': '21962514:21963405,21963397:21963584,21963883:21964277,21967132:21970581,21967181:21971863,21967195:21971919,21969979:22020092,21975312:21989544,21975320:21990255,21976850:21997445,21978908:22004070,21978934:22005514,21980103:22007315,21980107:22007772,21980142:22008815,21985545:22014714,21985548:22015463,21986988:22017319,22014825:22026738,22014833:22026675,22014843:22026588,22014874:22026578,22014880:22026457,22014893:22026313,22014896:22026237,22014901:22026179,22024784:22025928,22024789:22025965,22029102:22029557,22031175:22031965,22031177:22031868,22032532:22033369,22038504:22039416,22040126:22040703,22040132:22040609,22042107:22051605,22046566:22050715,22049745:22056381,22049754:22050597,22051354:22052119,22051356:22052023,22054525:22057167,22062853:22063572,22065346:22068751,22066734:22067302,22068648:22069200,22071991:22072727,22073536:22074048,22079487:22080498,22079488:22083636,22079491:22092192,22086017:22094248,22086036:22090616,22091316:22091665,22091318:22091959,22101546:22105439,22121999:2212225', 'assoc_mat': '21962514:ela:4211:21963405,21963397:ela:4211:21963584,21963883:ela:4211:21964277,21967132:ela:4211:21970581,21967181:ela:4211:21971863,21967195:ela:4211:21971919,21969979:ela:4211:22020092,21975312:ela:4211:21989544,21975320:ela:4211:21990255,21976850:ela:4211:21997445,21978908:ela:4211:22004070,21978934:ela:4211:22005514,21980103:ela:4211:22007315,21980107:ela:4211:22007772,21980142:ela:4211:22008815,21985545:ela:4211:22014714,21985548:ela:4211:22015463,21986988:ela:4211:22017319,22014825:ela:4211:22026738,22014833:ela:4211:22026675,22014843:ela:4211:22026588,22014874:ela:4211:22026578,22014880:ela:4211:22026457,22014893:ela:4211:22026313,22014896:ela:4211:22026237,22014901:ela:4211:22026179,22024784:ela:4211:22025928,22024789:ela:4211:22025965,22029102:ela:4211:22029557,22031175:ela:4211:22031965,22031177:ela:4211:22031868,22032532:ela:4211:22033369,22038504:ela:4211:22039416,22040126:ela:4211:22040703,22040132:ela:4211:22040609,22042107:ela:4211:22051605,22046566:ela:4211:22050715,22049745:ela:4211:2205638'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017919972317916833, 'nb_photo': 98, 'list_port_cont': '21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795,24056830,24060639,24064561,24066201,24076159,24079355,24168507,24490747', 'assoc_port': '21967117:21969307,21978894:22003522,22011455:22012111,22014888:22064880,22023070:22055538,22035144:22054233,22046564:22053788,22062855:22063563,22096625:22097220,22129557:22146615,22141215:22155002,22154698:22164093,22191270:22244163,22210214:22241085,22291941:22295039,22305215:22309863,22314649:22315607,22340395:22348631,22398077:22399481,22429992:22430534,22443967:22451173,22449976:22450061,22466648:22471541,22504012:22510432,22520613:22520983,22542628:22560990,22556378:22561795,23946469:24168507,23947595:24056830,23948806:24060639,23949371:24064561,23949568:24066201,23951346:24076159,23953532:24079355,24463396:24490747', 'assoc_mat': '21967117:etiquette:4203:21969307,21978894:etiquette:4203:22003522,22011455:etiquette:4203:22012111,22014888:etiquette:4203:22064880,22023070:etiquette:4203:22055538,22035144:etiquette:4203:22054233,22046564:etiquette:4203:22053788,22062855:etiquette:4203:22063563,22096625:etiquette:4203:22097220,22129557:etiquette:4203:22146615,22141215:etiquette:4203:22155002,22154698:etiquette:4203:22164093,22191270:etiquette:4203:22244163,22210214:etiquette:4203:22241085,22291941:etiquette:4203:22295039,22305215:etiquette:4203:22309863,22314649:etiquette:4203:22315607,22340395:etiquette:4203:22348631,22398077:etiquette:4203:22399481,22429992:etiquette:4203:22430534,22443967:etiquette:4203:22451173,22449976:etiquette:4203:22450061,22466648:etiquette:4203:22471541,22504012:etiquette:4203:22510432,22520613:etiquette:4203:22520983,22542628:etiquette:4203:22560990,22556378:etiquette:4203:22561795,23946469:etiquette:4203:24168507,23947595:etiquette:4203:24056830,23948806:etiquette:4203:24060639,23949371:etiquette:4203:24064561,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00014799009732477836, 'nb_photo': 21, 'list_port_cont': '22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22479981,22491643,22497145,22538055,22548546,23958212,23964420,23977665,23980451,24481056', 'assoc_port': '21978910:22003902,21980101:22006369,22014834:22032459,22042105:22042601,22054524:22055094,22150596:22151140,22200705:22201664,22222655:22228062,22307237:22308164,22479654:22479981,22491289:22491643,22496797:22497145,22537667:22538055,22547214:22548546,23946702:23980451,23947409:23977665,23949116:23964420,23951103:23958212,24463500:24481056', 'assoc_mat': '21978910:etiquette:4207:22003902,21980101:etiquette:4207:22006369,22014834:etiquette:4207:22032459,22042105:etiquette:4207:22042601,22054524:etiquette:4207:22055094,22150596:etiquette:4207:22151140,22200705:etiquette:4207:22201664,22222655:etiquette:4207:22228062,22307237:etiquette:4207:22308164,22479654:etiquette:4207:22479981,22491289:etiquette:4207:22491643,22496797:etiquette:4207:22497145,22537667:etiquette:4207:22538055,22547214:etiquette:4207:22548546,23946702:etiquette:4207:23980451,23947409:etiquette:4207:23977665,23949116:etiquette:4207:23964420,23951103:etiquette:4207:23958212,24463500:etiquette:4207:24481056'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 1.6772930506564936e-05, 'nb_photo': 1, 'list_port_cont': '22538097', 'assoc_port': '22537668:22538097', 'assoc_mat': '22537668:etiquette:4461:22538097'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015512682191465412, 'nb_photo': 19, 'list_port_cont': '21996015,22023380,22040888,22045452,22052669,22055109,22123753,22381107,22411846,22474352,22544943,22570738,24175495,24490350', 'assoc_port': '21975315:22023380,21976823:21996015,21984246:22052669,22014827:22040888,22014903:22045452,22054528:22055109,22123322:22123753,22380800:22381107,22393283:22411846,22469830:22474352,22544863:22544943,22566350:22570738,23947262:24175495,24463376:24490350', 'assoc_mat': '21975315:etiquette:4200:22023380,21976823:etiquette:4200:21996015,21984246:etiquette:4200:22052669,22014827:etiquette:4200:22040888,22014903:etiquette:4200:22045452,22054528:etiquette:4200:22055109,22123322:etiquette:4200:22123753,22380800:etiquette:4200:22381107,22393283:etiquette:4200:22411846,22469830:etiquette:4200:22474352,22544863:etiquette:4200:22544943,22566350:etiquette:4200:22570738,23947262:etiquette:4200:24175495,24463376:etiquette:4200:24490350'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008386211780156041, 'nb_photo': 135, 'list_port_cont': '21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22357153,22385072,22390953,22391019,22403211,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099,23935896,23935927,23947991,23950767,23951166,23951263,23952907,23954084,23956185,24454638,24455290,24455455,24455819,24456373,24464465,24475890,24476875,24478124,24478866,24479109,24479211,24480088,24480164,24480704,24480772,24481503,24481762,24481859,24482568,24482628,24490295', 'assoc_port': '21969983:21970541,21976822:21979262,21980117:21981112,21986987:21987540,22013394:22014146,22014846:22016179,22014892:22015922,22014899:22016004,22014906:22015673,22029099:22029594,22029101:22029288,22032529:22033203,22040133:22040478,22046565:22047092,22051362:22051689,22065344:22066231,22076545:22076804,22096624:22097145,22101542:22102792,22129563:22130067,22133911:22134206,22138713:22139420,22148776:22149422,22157944:22158721,22180099:22180782,22183560:22184236,22206473:22207244,22210210:22211139,22221022:22221838,22290545:22291341,22299411:22300026,22305208:22305854,22305212:22305685,22307235:22307672,22309701:22310219,22312351:22312754,22316766:22317524,22353972:22357153,22384433:22385072,22390605:22390953,22390606:22391019,22402440:22403211,22444777:22448539,22448524:24475890,22450304:22450582,22453057:22453629,22459991:22460470,22463411:22463965,22471234:22471868,22489568:22498281,22497683:22498734,22498539:22498743,22513060:22517414,22517539:22518605,22531798:22532212,22536498:22536878,22542627:2254328', 'assoc_mat': '21969983:etiquette:4209:21970541,21976822:etiquette:4209:21979262,21980117:etiquette:4209:21981112,21986987:etiquette:4209:21987540,22013394:etiquette:4209:22014146,22014846:etiquette:4209:22016179,22014892:etiquette:4209:22015922,22014899:etiquette:4209:22016004,22014906:etiquette:4209:22015673,22029099:etiquette:4209:22029594,22029101:etiquette:4209:22029288,22032529:etiquette:4209:22033203,22040133:etiquette:4209:22040478,22046565:etiquette:4209:22047092,22051362:etiquette:4209:22051689,22065344:etiquette:4209:22066231,22076545:etiquette:4209:22076804,22096624:etiquette:4209:22097145,22101542:etiquette:4209:22102792,22129563:etiquette:4209:22130067,22133911:etiquette:4209:22134206,22138713:etiquette:4209:22139420,22148776:etiquette:4209:22149422,22157944:etiquette:4209:22158721,22180099:etiquette:4209:22180782,22183560:etiquette:4209:22184236,22206473:etiquette:4209:22207244,22210210:etiquette:4209:22211139,22221022:etiquette:4209:22221838,22290545:etiquette:4209:22291341,22299411:etiquette:4209:22300026,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.0296738084605805e-05, 'nb_photo': 176, 'list_port_cont': '21963413,21964272,21971864,21997451,22004073,22007322,22007778,22025922,22026238,22026462,22026590,22029552,22031956,22040614,22040696,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22185628,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352901,22355856,22378514,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22425567,22430376,22432889,22437376,22439801,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22490661,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968,23951751,23952570,23961234,23964612,23966567,24055526,24063481,24078326,24115021,24176835,24454910,24489905', 'assoc_port': '21962514:21963413,21963883:21964272,21967181:21971864,21976850:21997451,21978908:22004073,21980103:22007322,21980107:22007778,22014843:22026590,22014880:22026462,22014896:22026238,22024784:22025922,22029102:22029552,22031175:22031956,22040126:22040696,22040132:22040614,22062853:22063584,22065346:22068767,22071991:22072733,22073536:22074045,22079487:22080509,22126967:22127607,22141217:22141697,22144305:22144841,22150594:22151417,22154691:22155285,22157945:22158586,22185065:22185628,22189217:22189957,22195199:22195671,22195205:22195682,22210185:22210757,22222660:22222977,22226567:22229864,22290548:22291483,22298063:22298633,22301993:22302347,22304108:22306937,22307889:22308367,22309702:22309994,22318030:22318837,22336329:22337038,22340396:22341210,22345136:22345489,22352274:22352901,22355023:22355856,22378312:22378514,22379663:22379995,22381321:22381600,22381322:22381571,22386993:22387543,22388013:22388643,22393282:22394232,22394740:22395430,22420197:22420789,22424907:22425567,22429989:22430376,22432671:2243288', 'assoc_mat': '21962514:etiquette:4211:21963413,21963883:etiquette:4211:21964272,21967181:etiquette:4211:21971864,21976850:etiquette:4211:21997451,21978908:etiquette:4211:22004073,21980103:etiquette:4211:22007322,21980107:etiquette:4211:22007778,22014843:etiquette:4211:22026590,22014880:etiquette:4211:22026462,22014896:etiquette:4211:22026238,22024784:etiquette:4211:22025922,22029102:etiquette:4211:22029552,22031175:etiquette:4211:22031956,22040126:etiquette:4211:22040696,22040132:etiquette:4211:22040614,22062853:etiquette:4211:22063584,22065346:etiquette:4211:22068767,22071991:etiquette:4211:22072733,22073536:etiquette:4211:22074045,22079487:etiquette:4211:22080509,22126967:etiquette:4211:22127607,22141217:etiquette:4211:22141697,22144305:etiquette:4211:22144841,22150594:etiquette:4211:22151417,22154691:etiquette:4211:22155285,22157945:etiquette:4211:22158586,22185065:etiquette:4211:22185628,22189217:etiquette:4211:22189957,22195199:etiquette:4211:22195671,22195205:etiquette:4211:22195682,22210185:etiquette:4211:22210757,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0013085357714266602, 'nb_photo': 10, 'list_port_cont': '22042742,22138737,22147612,22306121,22354655,22441913,22480595,24068006,24075346,24079797', 'assoc_port': '22014828:22042742,22137424:22138737,22144307:22147612,22305205:22306121,22353971:22354655,22440774:22441913,22469827:22480595,23949705:24068006,23950954:24075346,23953469:24079797', 'assoc_mat': '22014828:etiquette:3327:22042742,22137424:etiquette:3327:22138737,22144307:etiquette:3327:22147612,22305205:etiquette:3327:22306121,22353971:etiquette:3327:22354655,22440774:etiquette:3327:22441913,22469827:etiquette:3327:22480595,23949705:etiquette:3327:24068006,23950954:etiquette:3327:24075346,23953469:etiquette:3327:24079797'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014379694061397158, 'nb_photo': 420, 'list_port_cont': '21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560,23977223,24055211,24056841,24059336,24064707,24074205,24074581,24078640', 'assoc_port': '21963879:21964190,21967136:21969957,21978909:22026354,21984244:22052391,22014829:22041320,22014907:22046204,22019910:22053709,22038501:22054012,22049748:22051226,22051358:22051709,22062848:22076366,22076546:22076785,22101547:22108074,22131718:22153075,22142360:22149156,22154699:22158485,22174835:22180502,22191273:22244103,22210213:22241233,22211643:22237964,22290550:22292967,22305213:22309525,22314653:22314883,22318028:22318634,22344383:22345055,22355024:22361616,22379401:22379483,22384434:22385696,22390602:22396156,22420201:22422328,22432676:22433697,22444780:22449941,22451710:22454612,22469828:22473512,22479660:22480035,22486523:22487812,22497684:22511774,22509474:22512736,22513057:22516916,22536499:22536638,22550650:22553560,23934801:23977223,23947388:24055211,23947712:24056841,23948736:24059336,23949473:24064707,23950958:24074205,23951071:24074581,23953445:24078640', 'assoc_mat': '21963879:film_plastique:4205:21964190,21967136:film_plastique:4205:21969957,21978909:film_plastique:4205:22026354,21984244:film_plastique:4205:22052391,22014829:film_plastique:4205:22041320,22014907:film_plastique:4205:22046204,22019910:film_plastique:4205:22053709,22038501:film_plastique:4205:22054012,22049748:film_plastique:4205:22051226,22051358:film_plastique:4205:22051709,22062848:film_plastique:4205:22076366,22076546:film_plastique:4205:22076785,22101547:film_plastique:4205:22108074,22131718:film_plastique:4205:22153075,22142360:film_plastique:4205:22149156,22154699:film_plastique:4205:22158485,22174835:film_plastique:4205:22180502,22191273:film_plastique:4205:22244103,22210213:film_plastique:4205:22241233,22211643:film_plastique:4205:22237964,22290550:film_plastique:4205:22292967,22305213:film_plastique:4205:22309525,22314653:film_plastique:4205:22314883,22318028:film_plastique:4205:22318634,22344383:film_plastique:4205:22345055,22355024:film_plastique:4205:22361616,22379401:film_plastique:4205:2237948'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002766416781866128, 'nb_photo': 475, 'list_port_cont': '21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805,24056838,24060647,24064541,24066196,24076145,24079354,24168494,24490741', 'assoc_port': '21967117:21969310,21978894:22003523,21978946:22005708,22011455:22012121,22014824:22040912,22014888:22064881,22023070:22055549,22035144:22054229,22046564:22053780,22062855:22063551,22076548:22076852,22096625:22097214,22129557:22146614,22141215:22154996,22154698:22164097,22191270:22244154,22210214:22241082,22291941:22295033,22305215:22309852,22314649:22315614,22340395:22348635,22376586:22379358,22386992:22397928,22398077:22399476,22429992:22430535,22443967:22451174,22449976:22450060,22466648:22471537,22494447:22505133,22504012:22510440,22520613:22520978,22542628:22560985,22556378:22561805,23946469:24168494,23947595:24056838,23948806:24060647,23949371:24064541,23949568:24066196,23951346:24076145,23953532:24079354,24463396:24490741', 'assoc_mat': '21967117:film_plastique:4203:21969310,21978894:film_plastique:4203:22003523,21978946:film_plastique:4203:22005708,22011455:film_plastique:4203:22012121,22014824:film_plastique:4203:22040912,22014888:film_plastique:4203:22064881,22023070:film_plastique:4203:22055549,22035144:film_plastique:4203:22054229,22046564:film_plastique:4203:22053780,22062855:film_plastique:4203:22063551,22076548:film_plastique:4203:22076852,22096625:film_plastique:4203:22097214,22129557:film_plastique:4203:22146614,22141215:film_plastique:4203:22154996,22154698:film_plastique:4203:22164097,22191270:film_plastique:4203:22244154,22210214:film_plastique:4203:22241082,22291941:film_plastique:4203:22295033,22305215:film_plastique:4203:22309852,22314649:film_plastique:4203:22315614,22340395:film_plastique:4203:22348635,22376586:film_plastique:4203:22379358,22386992:film_plastique:4203:22397928,22398077:film_plastique:4203:22399476,22429992:film_plastique:4203:22430535,22443967:film_plastique:4203:22451174,22449976:film_plastique:4203:2245006'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031261432225194877, 'nb_photo': 1206, 'list_port_cont': '21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22015145,22016814,22023127,22025821,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,22317206,22372353,22373595,22377485,22378741,22379448,22379458,22379507,22381068,22381694,22387289,2238849', 'assoc_port': '21963398:21963552,21963881:21964264,21963884:21964098,21963885:21963971,21967145:21970762,21967184:21971466,21967193:21971804,21969982:21970463,21976863:21996811,21976864:21997189,21976868:21997863,21976883:22025821,21976900:22023127,21978888:22003050,21978910:22003890,21978941:22005413,21978949:22005583,21978951:22005608,21980101:22006364,21980112:22007558,21980147:21983039,21985550:21986345,21986991:22016814,22014823:22032669,22014830:22032765,22014834:22032446,22014836:22032218,22014871:22032058,22014884:22015145,22031176:22031495,22032527:22033141,22035140:22036729,22035142:22036280,22035143:22035913,22040130:22040497,22042105:22042589,22049746:22050888,22049750:22050367,22049753:22050422,22049757:22050151,22051353:22051576,22054524:22055091,22056821:22057097,22065345:22068695,22066732:22067376,22066735:22066955,22071990:22072666,22073533:22073876,22075837:22076185,22078669:22079673,22078673:22078976,22086018:22088033,22088046:22090726,22091320:22091746,22096623:22096847,22096628:22097129,22101544:2210362', 'assoc_mat': '21963398:film_plastique:4207:21963552,21963881:film_plastique:4207:21964264,21963884:film_plastique:4207:21964098,21963885:film_plastique:4207:21963971,21967145:film_plastique:4207:21970762,21967184:film_plastique:4207:21971466,21967193:film_plastique:4207:21971804,21969982:film_plastique:4207:21970463,21976863:film_plastique:4207:21996811,21976864:film_plastique:4207:21997189,21976868:film_plastique:4207:21997863,21976883:film_plastique:4207:22025821,21976900:film_plastique:4207:22023127,21978888:film_plastique:4207:22003050,21978910:film_plastique:4207:22003890,21978941:film_plastique:4207:22005413,21978949:film_plastique:4207:22005583,21978951:film_plastique:4207:22005608,21980101:film_plastique:4207:22006364,21980112:film_plastique:4207:22007558,21980147:film_plastique:4207:21983039,21985550:film_plastique:4207:21986345,21986991:film_plastique:4207:22016814,22014823:film_plastique:4207:22032669,22014830:film_plastique:4207:22032765,22014834:film_plastique:4207:22032446,22014836:film_plastique:4207:2203221'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7641233877332995, 'nb_photo': 4948, 'list_port_cont': '21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22024168,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22340933,22344795,22347261,22376498,22377542,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22433263,22438561,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,22477620,22487221,22490511,22494839,22497215,22497817,22498669,22499133,22510305,22516737,22518483,22523115,22536180,2253691', 'assoc_port': '21962511:21962853,21963880:21964228,21964371:21964552,21967121:21968803,21967190:21968388,21975318:21975966,21976867:21977457,21978936:21979353,21980104:21981595,21980135:21980644,21980140:21981034,21985538:21986122,21986986:21987692,21996829:21997459,21996831:21997255,22014826:22016505,22014832:22015497,22014873:22015870,22014882:22015774,22014894:22015739,22014900:22015608,22014908:22015512,22023899:22024168,22029100:22029485,22031178:22031844,22035145:22036040,22040127:22040509,22042106:22042485,22045048:22045780,22046567:22051015,22049756:22051988,22051361:22057342,22054526:22055228,22065347:22073901,22068647:22069276,22073535:22073964,22075834:22076338,22076547:22076813,22079489:22080203,22086063:22094630,22088044:22088872,22093119:22093826,22098020:22108867,22122000:22122303,22126964:22127543,22129559:22130117,22132586:22132916,22138711:22147294,22142357:22143052,22144309:22144638,22148777:22149468,22153227:22153704,22164922:22165137,22177109:22178191,22180103:22180727,22183556:22184419,22191271:2219220', 'assoc_mat': '21962511:film_plastique:4461:21962853,21963880:film_plastique:4461:21964228,21964371:film_plastique:4461:21964552,21967121:film_plastique:4461:21968803,21967190:film_plastique:4461:21968388,21975318:film_plastique:4461:21975966,21976867:film_plastique:4461:21977457,21978936:film_plastique:4461:21979353,21980104:film_plastique:4461:21981595,21980135:film_plastique:4461:21980644,21980140:film_plastique:4461:21981034,21985538:film_plastique:4461:21986122,21986986:film_plastique:4461:21987692,21996829:film_plastique:4461:21997459,21996831:film_plastique:4461:21997255,22014826:film_plastique:4461:22016505,22014832:film_plastique:4461:22015497,22014873:film_plastique:4461:22015870,22014882:film_plastique:4461:22015774,22014894:film_plastique:4461:22015739,22014900:film_plastique:4461:22015608,22014908:film_plastique:4461:22015512,22023899:film_plastique:4461:22024168,22029100:film_plastique:4461:22029485,22031178:film_plastique:4461:22031844,22035145:film_plastique:4461:22036040,22040127:film_plastique:4461:2204050'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01967923299693468, 'nb_photo': 4184, 'list_port_cont': '21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22013198,22023391,22023828,22026223,22027588,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051879,22052658,22053688,22053803,22053940,22053960,22053970,22054062,22055103,22056673,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22241931,22242142,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22346384,22346555,22347437,22347710,22350368,22358803,22378615,22378786,22378987,22379424,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,22405891,22411836,22422314,22430771,22432528,2243352', 'assoc_port': '21962513:21963741,21963400:21963513,21967129:21969530,21967139:21970688,21967186:21971858,21975315:22023391,21976823:21996018,21976866:22023828,21976902:22026223,21976906:21977059,21978911:22004231,21978931:22027588,21980100:22006326,21980110:22007569,21984246:22052658,21985540:22013198,21986993:21987229,22014797:22040656,22014827:22040887,22014838:22041937,22014839:22042202,22014876:22042858,22014878:22042934,22014891:22044157,22014898:22044588,22014902:22044883,22014903:22045468,22032524:22057718,22035137:22054062,22040123:22053970,22040136:22053960,22042108:22042530,22045047:22053940,22045049:22053803,22049751:22050961,22049755:22056673,22051355:22053688,22051363:22051879,22054528:22055103,22065348:22068773,22068649:22083188,22073532:22074428,22078670:22099676,22088043:22091138,22088051:22091012,22091315:22118598,22091317:22109934,22093114:22118746,22096627:22097339,22101552:22108168,22123322:22123739,22126966:22132967,22129562:22135495,22132587:22138549,22137423:22147415,22141214:22162556,22142356:2214848', 'assoc_mat': '21962513:film_plastique:4200:21963741,21963400:film_plastique:4200:21963513,21967129:film_plastique:4200:21969530,21967139:film_plastique:4200:21970688,21967186:film_plastique:4200:21971858,21975315:film_plastique:4200:22023391,21976823:film_plastique:4200:21996018,21976866:film_plastique:4200:22023828,21976902:film_plastique:4200:22026223,21976906:film_plastique:4200:21977059,21978911:film_plastique:4200:22004231,21978931:film_plastique:4200:22027588,21980100:film_plastique:4200:22006326,21980110:film_plastique:4200:22007569,21984246:film_plastique:4200:22052658,21985540:film_plastique:4200:22013198,21986993:film_plastique:4200:21987229,22014797:film_plastique:4200:22040656,22014827:film_plastique:4200:22040887,22014838:film_plastique:4200:22041937,22014839:film_plastique:4200:22042202,22014876:film_plastique:4200:22042858,22014878:film_plastique:4200:22042934,22014891:film_plastique:4200:22044157,22014898:film_plastique:4200:22044588,22014902:film_plastique:4200:22044883,22014903:film_plastique:4200:2204546'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01253994539100845, 'nb_photo': 834, 'list_port_cont': '21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22014150,22015349,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22024222,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22187427,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22336924,22346654,22357146,22377464,22379984,22385064,22388487,22390966,22403209,22430338,22433166,22448534,22450571,22453420,22456026,22457570,22457901,22458914,22458927,22459716,22460460,22462792,22463861,22463963,22467295,22470480,22470574,2247093', 'assoc_port': '21963882:21964209,21967114:21968045,21969983:21970542,21975316:21976200,21975317:21976111,21976822:21979258,21976869:21978705,21976897:21978285,21976904:21977095,21980117:21981114,21980144:21980935,21984242:21985002,21986987:21987530,22013394:22014150,22014831:22017234,22014846:22016177,22014877:22015933,22014879:22016096,22014886:22015964,22014892:22015917,22014899:22015992,22014904:22015349,22014906:22015669,22018590:24455551,22023871:22024222,22029099:22029602,22029101:22029291,22032529:22033172,22035141:22035774,22038503:22050301,22040133:22040483,22045045:22045571,22046565:22047090,22049747:22050457,22049749:22051850,22049758:22050003,22051357:22052105,22051362:22051703,22054542:22055309,22056819:22057104,22065344:22066236,22066733:22067264,22075838:22076305,22076545:22076800,22086022:22086676,22088049:22088571,22093116:22093914,22093117:22093811,22096624:22097133,22101542:22102783,22123324:22123769,22129563:22130070,22133911:22134201,22137426:22137995,22138707:22139243,22138713:22139415,22141216:2214167', 'assoc_mat': '21963882:film_plastique:4209:21964209,21967114:film_plastique:4209:21968045,21969983:film_plastique:4209:21970542,21975316:film_plastique:4209:21976200,21975317:film_plastique:4209:21976111,21976822:film_plastique:4209:21979258,21976869:film_plastique:4209:21978705,21976897:film_plastique:4209:21978285,21976904:film_plastique:4209:21977095,21980117:film_plastique:4209:21981114,21980144:film_plastique:4209:21980935,21984242:film_plastique:4209:21985002,21986987:film_plastique:4209:21987530,22013394:film_plastique:4209:22014150,22014831:film_plastique:4209:22017234,22014846:film_plastique:4209:22016177,22014877:film_plastique:4209:22015933,22014879:film_plastique:4209:22016096,22014886:film_plastique:4209:22015964,22014892:film_plastique:4209:22015917,22014899:film_plastique:4209:22015992,22014904:film_plastique:4209:22015349,22014906:film_plastique:4209:22015669,22018590:film_plastique:4209:24455551,22023871:film_plastique:4209:22024222,22029099:film_plastique:4209:22029602,22029101:film_plastique:4209:2202929'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0032941827353012913, 'nb_photo': 9756, 'list_port_cont': '21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22014722,22015453,22017320,22020098,22025931,22025957,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22029554,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22185624,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22345497,22352904,22353626,22355857,22371432,22375845,22377495,22378510,22378608,22379556,22379990,22381580,22381599,22385090,2238755', 'assoc_port': '21962514:21963401,21963397:21963590,21963883:21964267,21967132:21970582,21967181:21971867,21967195:21971924,21969979:22020098,21975312:21989552,21975320:21990253,21976850:21997440,21978908:22004068,21978934:22005516,21980103:22007321,21980107:22007764,21980142:22008820,21985545:22014722,21985548:22015453,21986988:22017320,22014825:22026739,22014833:22026679,22014843:22026591,22014874:22026577,22014880:22026459,22014893:22026314,22014896:22026227,22014901:22026192,22024784:22025931,22024789:22025957,22029102:22029554,22031175:22031954,22031177:22031866,22032532:22033380,22038504:22039417,22040126:22040706,22040132:22040616,22042107:22051595,22046566:22050711,22049745:22056377,22049754:22050605,22051354:22052116,22051356:22052019,22054525:22057163,22062853:22063568,22065346:22068757,22066734:22067299,22068648:22069192,22071991:22072729,22073536:22074047,22079487:22080504,22079488:22083633,22079491:22092187,22086017:22094240,22086036:22090628,22091316:22091664,22091318:22091938,22101546:22105442,22121999:2212225', 'assoc_mat': '21962514:film_plastique:4211:21963401,21963397:film_plastique:4211:21963590,21963883:film_plastique:4211:21964267,21967132:film_plastique:4211:21970582,21967181:film_plastique:4211:21971867,21967195:film_plastique:4211:21971924,21969979:film_plastique:4211:22020098,21975312:film_plastique:4211:21989552,21975320:film_plastique:4211:21990253,21976850:film_plastique:4211:21997440,21978908:film_plastique:4211:22004068,21978934:film_plastique:4211:22005516,21980103:film_plastique:4211:22007321,21980107:film_plastique:4211:22007764,21980142:film_plastique:4211:22008820,21985545:film_plastique:4211:22014722,21985548:film_plastique:4211:22015453,21986988:film_plastique:4211:22017320,22014825:film_plastique:4211:22026739,22014833:film_plastique:4211:22026679,22014843:film_plastique:4211:22026591,22014874:film_plastique:4211:22026577,22014880:film_plastique:4211:22026459,22014893:film_plastique:4211:22026314,22014896:film_plastique:4211:22026227,22014901:film_plastique:4211:22026192,22024784:film_plastique:4211:2202593'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0024596348575114907, 'nb_photo': 1, 'list_port_cont': '22241239', 'assoc_port': '22210213:22241239', 'assoc_mat': '22210213:kraft:4205:22241239'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015938928795372087, 'nb_photo': 24, 'list_port_cont': '21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22460032,22490151,22513083,22556358,24058514,24076074,24490730', 'assoc_port': '21967188:21967681,21969981:21970628,21996833:21996960,22014872:22015342,22035138:22051421,22062850:22064649,22075836:22076268,22106152:22106680,22131721:22132408,22174852:22235725,22286479:22287114,22299407:22301628,22459597:22460032,22489069:22490151,22509477:22513083,22554338:22556358,23946672:24076074,23948629:24058514,24463262:24490730', 'assoc_mat': '21967188:kraft:3726:21967681,21969981:kraft:3726:21970628,21996833:kraft:3726:21996960,22014872:kraft:3726:22015342,22035138:kraft:3726:22051421,22062850:kraft:3726:22064649,22075836:kraft:3726:22076268,22106152:kraft:3726:22106680,22131721:kraft:3726:22132408,22174852:kraft:3726:22235725,22286479:kraft:3726:22287114,22299407:kraft:3726:22301628,22459597:kraft:3726:22460032,22489069:kraft:3726:22490151,22509477:kraft:3726:22513083,22554338:kraft:3726:22556358,23946672:kraft:3726:24076074,23948629:kraft:3726:24058514,24463262:kraft:3726:24490730'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9381317023990426, 'nb_photo': 56, 'list_port_cont': '22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550,24055200,24056845,24059340,24074572,24078649', 'assoc_port': '21978909:22026357,21984244:22052381,22014907:22046202,22019910:22053696,22038501:22054017,22049748:22051227,22051358:22051705,22062848:22076378,22131718:22153081,22142360:22149159,22154699:22158489,22191273:22244104,22210213:22241234,22290550:22292968,22305213:22309514,22314653:22314893,22318028:22318632,22344383:22345048,22379401:22379481,22432676:22433708,22444780:22449949,22479660:22480028,22497684:22511788,22513057:22516927,22536499:22536637,22550650:22553550,23947388:24055200,23947712:24056845,23948736:24059340,23951071:24074572,23953445:24078649', 'assoc_mat': '21978909:metal:4205:22026357,21984244:metal:4205:22052381,22014907:metal:4205:22046202,22019910:metal:4205:22053696,22038501:metal:4205:22054017,22049748:metal:4205:22051227,22051358:metal:4205:22051705,22062848:metal:4205:22076378,22131718:metal:4205:22153081,22142360:metal:4205:22149159,22154699:metal:4205:22158489,22191273:metal:4205:22244104,22210213:metal:4205:22241234,22290550:metal:4205:22292968,22305213:metal:4205:22309514,22314653:metal:4205:22314893,22318028:metal:4205:22318632,22344383:metal:4205:22345048,22379401:metal:4205:22379481,22432676:metal:4205:22433708,22444780:metal:4205:22449949,22479660:metal:4205:22480028,22497684:metal:4205:22511788,22513057:metal:4205:22516927,22536499:metal:4205:22536637,22550650:metal:4205:22553550,23947388:metal:4205:24055200,23947712:metal:4205:24056845,23948736:metal:4205:24059340,23951071:metal:4205:24074572,23953445:metal:4205:24078649'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003436458918000003, 'nb_photo': 503, 'list_port_cont': '21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804,24056829,24060637,24064554,24066198,24076149,24079365,24168496,24490744', 'assoc_port': '21967117:21969296,21978894:22003512,21978946:22005710,22011455:22012113,22014824:22040909,22014888:22064876,22023070:22055550,22035144:22054237,22046564:22053776,22062855:22063559,22076548:22076848,22096625:22097211,22129557:22146608,22141215:22154991,22154698:22164099,22191270:22244151,22210214:22241076,22291941:22295045,22305215:22309857,22314649:22315608,22340395:22348645,22376586:22379364,22386992:22397932,22398077:22399474,22429992:22430539,22443967:22451175,22449976:22450053,22459600:22460277,22466648:22471539,22494447:22505134,22504012:22510425,22520613:22520968,22542628:22560987,22556378:22561804,23946469:24168496,23947595:24056829,23948806:24060637,23949371:24064554,23949568:24066198,23951346:24076149,23953532:24079365,24463396:24490744', 'assoc_mat': '21967117:metal:4203:21969296,21978894:metal:4203:22003512,21978946:metal:4203:22005710,22011455:metal:4203:22012113,22014824:metal:4203:22040909,22014888:metal:4203:22064876,22023070:metal:4203:22055550,22035144:metal:4203:22054237,22046564:metal:4203:22053776,22062855:metal:4203:22063559,22076548:metal:4203:22076848,22096625:metal:4203:22097211,22129557:metal:4203:22146608,22141215:metal:4203:22154991,22154698:metal:4203:22164099,22191270:metal:4203:22244151,22210214:metal:4203:22241076,22291941:metal:4203:22295045,22305215:metal:4203:22309857,22314649:metal:4203:22315608,22340395:metal:4203:22348645,22376586:metal:4203:22379364,22386992:metal:4203:22397932,22398077:metal:4203:22399474,22429992:metal:4203:22430539,22443967:metal:4203:22451175,22449976:metal:4203:22450053,22459600:metal:4203:22460277,22466648:metal:4203:22471539,22494447:metal:4203:22505134,22504012:metal:4203:22510425,22520613:metal:4203:22520968,22542628:metal:4203:22560987,22556378:metal:4203:22561804,23946469:metal:4203:24168496,23947595:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005295479241490945, 'nb_photo': 293, 'list_port_cont': '21964253,21970473,21970763,21971464,21986349,21996822,22005428,22005577,22006365,22025817,22031496,22032211,22032663,22032773,22033153,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22450014,22450026,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,22543501,22548402,22548543,22551016,22559149,22561992,22563372,23949136,23949532,23950969,23951617,23952090,23952978,23953678,23955082,23955658,23956371,23956563,23957081,23958215,2395856', 'assoc_port': '21963881:21964253,21967145:21970763,21967184:21971464,21969982:21970473,21976863:21996822,21976883:22025817,21978941:22005428,21978949:22005577,21980101:22006365,21985550:21986349,22014823:22032663,22014830:22032773,22014836:22032211,22031176:22031496,22032527:22033153,22035142:22036283,22035143:22035920,22040130:22040500,22042105:22042598,22049746:22050889,22049750:22050369,22049753:22050425,22051353:22051579,22056821:22057086,22065345:22068681,22066732:22067366,22066735:22066954,22071990:22072654,22073533:22073877,22075837:22076190,22078669:22079675,22078673:22078973,22096628:22097125,22123320:22123730,22125807:22126018,22129556:22131798,22129560:22131888,22132583:22133260,22132585:22133042,22132589:22132854,22133908:22134220,22133909:22134236,22150592:22151595,22150596:22151143,22154700:22155156,22177106:22180987,22177112:22178915,22180100:22180584,22185030:22185859,22189228:22189453,22194158:22194915,22194162:22194534,22211648:22212809,22222655:22228070,22290547:22292896,22291937:22293175,22291942:2229310', 'assoc_mat': '21963881:metal:4207:21964253,21967145:metal:4207:21970763,21967184:metal:4207:21971464,21969982:metal:4207:21970473,21976863:metal:4207:21996822,21976883:metal:4207:22025817,21978941:metal:4207:22005428,21978949:metal:4207:22005577,21980101:metal:4207:22006365,21985550:metal:4207:21986349,22014823:metal:4207:22032663,22014830:metal:4207:22032773,22014836:metal:4207:22032211,22031176:metal:4207:22031496,22032527:metal:4207:22033153,22035142:metal:4207:22036283,22035143:metal:4207:22035920,22040130:metal:4207:22040500,22042105:metal:4207:22042598,22049746:metal:4207:22050889,22049750:metal:4207:22050369,22049753:metal:4207:22050425,22051353:metal:4207:22051579,22056821:metal:4207:22057086,22065345:metal:4207:22068681,22066732:metal:4207:22067366,22066735:metal:4207:22066954,22071990:metal:4207:22072654,22073533:metal:4207:22073877,22075837:metal:4207:22076190,22078669:metal:4207:22079675,22078673:metal:4207:22078973,22096628:metal:4207:22097125,22123320:metal:4207:22123730,22125807:metal:4207:22126018,22129556:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00483145581940344, 'nb_photo': 20, 'list_port_cont': '21968798,21975968,22015784,22076818,22122298,22212373,22245370,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087,23957312,24464250', 'assoc_port': '21967121:21968798,21975318:21975968,22014882:22015784,22076547:22076818,22122000:22122298,22211638:22212373,22245259:22245370,22380799:22381087,22444779:22445231,22463409:22467440,22494448:22494828,22496795:22497219,22498536:22498680,22517561:22518490,22533593:22536174,22537668:22538087,23949056:23957312,24463436:24464250', 'assoc_mat': '21967121:metal:4461:21968798,21975318:metal:4461:21975968,22014882:metal:4461:22015784,22076547:metal:4461:22076818,22122000:metal:4461:22122298,22211638:metal:4461:22212373,22245259:metal:4461:22245370,22380799:metal:4461:22381087,22444779:metal:4461:22445231,22463409:metal:4461:22467440,22494448:metal:4461:22494828,22496795:metal:4461:22497219,22498536:metal:4461:22498680,22517561:metal:4461:22518490,22533593:metal:4461:22536174,22537668:metal:4461:22538087,23949056:metal:4461:23957312,24463436:metal:4461:24464250'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1703267092527432, 'nb_photo': 1250, 'list_port_cont': '21963498,21970686,21996013,22007579,22040655,22050949,22053686,22053943,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22346376,22346564,22347438,22347716,22350362,22358802,22378618,22378787,22378990,22379420,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,22405899,22411850,22422325,22430763,22432534,22433514,22441969,22448404,22452365,22455393,22456032,22458261,22459858,22463784,22464634,22465992,22467487,22471226,22472362,22472660,22473127,22474355,22475502,22488333,22488430,22488462,22493798,22494280,22494864,22497805,22506111,22506965,22514290,22516904,22519190,22519861,22520060,22520214,2252067', 'assoc_port': '21963400:21963498,21967139:21970686,21976823:21996013,21980110:22007579,22014797:22040655,22045047:22053943,22049751:22050949,22051355:22053686,22065348:22068782,22068649:22083174,22073532:22074414,22078670:22099673,22088043:22091139,22088051:22091009,22091315:22118596,22091317:22109941,22093114:22118749,22096627:22097329,22101552:22108165,22123322:22123752,22126966:22132974,22129562:22135490,22132587:22138557,22137423:22147416,22141214:22162560,22142356:22148478,22142359:22148517,22142361:22149495,22144310:22153020,22148779:22169729,22153226:22156883,22154710:22158878,22154715:22159196,22191278:22193169,22194161:22194996,22200699:22242688,22200702:22242719,22204331:22204877,22210211:22241169,22211636:22239612,22217463:22234431,22222639:22229869,22234729:22234996,22286480:22287927,22286482:22287839,22291938:22294366,22295406:22299453,22301992:22307257,22301998:22302833,22305209:22309485,22307240:22307381,22307242:22321977,22307893:22312893,22312345:22316259,22312866:22321910,22312872:22317576,22316765:2232165', 'assoc_mat': '21963400:metal:4200:21963498,21967139:metal:4200:21970686,21976823:metal:4200:21996013,21980110:metal:4200:22007579,22014797:metal:4200:22040655,22045047:metal:4200:22053943,22049751:metal:4200:22050949,22051355:metal:4200:22053686,22065348:metal:4200:22068782,22068649:metal:4200:22083174,22073532:metal:4200:22074414,22078670:metal:4200:22099673,22088043:metal:4200:22091139,22088051:metal:4200:22091009,22091315:metal:4200:22118596,22091317:metal:4200:22109941,22093114:metal:4200:22118749,22096627:metal:4200:22097329,22101552:metal:4200:22108165,22123322:metal:4200:22123752,22126966:metal:4200:22132974,22129562:metal:4200:22135490,22132587:metal:4200:22138557,22137423:metal:4200:22147416,22141214:metal:4200:22162560,22142356:metal:4200:22148478,22142359:metal:4200:22148517,22142361:metal:4200:22149495,22144310:metal:4200:22153020,22148779:metal:4200:22169729,22153226:metal:4200:22156883,22154710:metal:4200:22158878,22154715:metal:4200:22159196,22191278:metal:4200:22193169,22194161:metal:4200:22194996,22200699:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0012164532696759256, 'nb_photo': 4, 'list_port_cont': '22448929', 'assoc_port': '22448524:22448929', 'assoc_mat': '22448524:metal:3594:22448929'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01637826834420187, 'nb_photo': 448, 'list_port_cont': '21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22014142,22015360,22015672,22015908,22015939,22015958,22016000,22016180,22024217,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22336907,22346648,22372775,22377465,22379972,22390956,22391016,22391823,22403219,22430348,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,22467297,22470477,22470584,22470934,22471873,22490672,22498294,22498732,22498737,22504652,22504812,22512592,22512777,22517405,22518610,22520696,22522218,2253221', 'assoc_port': '21963882:21964205,21967197:21974251,21969983:21970539,21975317:21976115,21976822:21979265,21976869:21978697,21976870:21978402,21980117:21981109,21980144:21980937,21984242:21985007,21986987:21987541,21986989:21997649,22013394:22014142,22014846:22016180,22014877:22015939,22014886:22015958,22014892:22015908,22014899:22016000,22014904:22015360,22014906:22015672,22018590:24455558,22023871:22024217,22029099:22029593,22029101:22029286,22032529:22033174,22038503:22050293,22040133:22040477,22045045:22045576,22051357:22052104,22051362:22051696,22054542:22055304,22056819:22057109,22065344:22066227,22066733:22067259,22075838:22076302,22076545:22076805,22093116:22093920,22096624:22097143,22101542:22102785,22133911:22134208,22137426:22137985,22138707:22139251,22138713:22139429,22141216:22141680,22144306:22144730,22148776:22149428,22154714:22154847,22157944:22158717,22174848:22175464,22174851:22175510,22180099:22180783,22183560:22184228,22185032:22187416,22185038:22200175,22185039:22200221,22195202:22195648,22206473:2220724', 'assoc_mat': '21963882:metal:4209:21964205,21967197:metal:4209:21974251,21969983:metal:4209:21970539,21975317:metal:4209:21976115,21976822:metal:4209:21979265,21976869:metal:4209:21978697,21976870:metal:4209:21978402,21980117:metal:4209:21981109,21980144:metal:4209:21980937,21984242:metal:4209:21985007,21986987:metal:4209:21987541,21986989:metal:4209:21997649,22013394:metal:4209:22014142,22014846:metal:4209:22016180,22014877:metal:4209:22015939,22014886:metal:4209:22015958,22014892:metal:4209:22015908,22014899:metal:4209:22016000,22014904:metal:4209:22015360,22014906:metal:4209:22015672,22018590:metal:4209:24455558,22023871:metal:4209:22024217,22029099:metal:4209:22029593,22029101:metal:4209:22029286,22032529:metal:4209:22033174,22038503:metal:4209:22050293,22040133:metal:4209:22040477,22045045:metal:4209:22045576,22051357:metal:4209:22052104,22051362:metal:4209:22051696,22054542:metal:4209:22055304,22056819:metal:4209:22057109,22065344:metal:4209:22066227,22066733:metal:4209:22067259,22075838:metal:4209:22076302,22076545:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 3.8697088020321506e-05, 'nb_photo': 1, 'list_port_cont': '24055167', 'assoc_port': '23947380:24055167', 'assoc_mat': '23947380:metal:3726:24055167'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011594612059304267, 'nb_photo': 2135, 'list_port_cont': '21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22007324,22007776,22008821,22014718,22015450,22017318,22020094,22025937,22025955,22026184,22026455,22026574,22026600,22026667,22026751,22029558,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22185629,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22345498,22352892,22353632,22355845,22371443,22375841,22377491,22378526,22378601,22379549,22380002,22381568,22381592,22385087,22387545,22388640,22394220,22395429,22398234,2242079', 'assoc_port': '21962514:21963408,21963397:21963593,21963883:21964276,21967132:21970575,21967181:21971866,21967195:21971926,21969979:22020094,21975312:21989553,21975320:21990261,21976850:21997442,21978908:22004077,21980103:22007324,21980107:22007776,21980142:22008821,21985545:22014718,21985548:22015450,21986988:22017318,22014825:22026751,22014833:22026667,22014843:22026600,22014874:22026574,22014880:22026455,22014901:22026184,22024784:22025937,22024789:22025955,22029102:22029558,22031175:22031959,22031177:22031870,22032532:22033382,22038504:22039418,22040126:22040693,22040132:22040623,22042107:22051596,22046566:22050710,22049745:22056371,22049754:22050593,22051354:22052126,22051356:22052025,22054525:22057165,22062853:22063573,22065346:22068762,22066734:22067295,22068648:22069198,22071991:22072740,22073536:22074041,22079487:22080503,22079488:22083638,22079491:22092180,22086017:22094235,22086036:22090624,22091316:22091667,22091318:22091957,22101546:22105432,22121999:22122261,22126967:22127609,22131720:22132324,22138709:2213930', 'assoc_mat': '21962514:metal:4211:21963408,21963397:metal:4211:21963593,21963883:metal:4211:21964276,21967132:metal:4211:21970575,21967181:metal:4211:21971866,21967195:metal:4211:21971926,21969979:metal:4211:22020094,21975312:metal:4211:21989553,21975320:metal:4211:21990261,21976850:metal:4211:21997442,21978908:metal:4211:22004077,21980103:metal:4211:22007324,21980107:metal:4211:22007776,21980142:metal:4211:22008821,21985545:metal:4211:22014718,21985548:metal:4211:22015450,21986988:metal:4211:22017318,22014825:metal:4211:22026751,22014833:metal:4211:22026667,22014843:metal:4211:22026600,22014874:metal:4211:22026574,22014880:metal:4211:22026455,22014901:metal:4211:22026184,22024784:metal:4211:22025937,22024789:metal:4211:22025955,22029102:metal:4211:22029558,22031175:metal:4211:22031959,22031177:metal:4211:22031870,22032532:metal:4211:22033382,22038504:metal:4211:22039418,22040126:metal:4211:22040693,22040132:metal:4211:22040623,22042107:metal:4211:22051596,22046566:metal:4211:22050710,22049745:metal:4211:22056371,22049754:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021725252764949058, 'nb_photo': 2, 'list_port_cont': '22187175,24075950', 'assoc_port': '22178698:22187175,23951088:24075950', 'assoc_mat': '22178698:metal:3327:22187175,23951088:metal:3327:24075950'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02387839669197576, 'nb_photo': 2367, 'list_port_cont': '21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037,23947056,23977227,24055202,24056842,24059334,24064705,24074209,24074577,24078642', 'assoc_port': '21963879:21964183,21967136:21969944,21978909:22026360,21984244:22052392,22014829:22041322,22014907:22046209,22019910:22053698,22038501:22054009,22049748:22051219,22051358:22051707,22062848:22076368,22076546:22076789,22101547:22108085,22131718:22153086,22142360:22149146,22154699:22158487,22174835:22180503,22191273:22244102,22210213:22241246,22211643:22237966,22290550:22292974,22305213:22309516,22314653:22314891,22318028:22318621,22344383:22345052,22355024:22361619,22379401:22379476,22384434:22385703,22390602:22396157,22420201:22422333,22432676:22433701,22444780:22449944,22451710:22454618,22469828:22473516,22479660:22480032,22486523:22487804,22497684:22511776,22509474:22512739,22513057:22516917,22536499:22536640,22550650:22553548,22562905:22565037,23934801:23977227,23946806:23947056,23947388:24055202,23947712:24056842,23948736:24059334,23949473:24064705,23950958:24074209,23951071:24074577,23953445:24078642', 'assoc_mat': '21963879:papier:4205:21964183,21967136:papier:4205:21969944,21978909:papier:4205:22026360,21984244:papier:4205:22052392,22014829:papier:4205:22041322,22014907:papier:4205:22046209,22019910:papier:4205:22053698,22038501:papier:4205:22054009,22049748:papier:4205:22051219,22051358:papier:4205:22051707,22062848:papier:4205:22076368,22076546:papier:4205:22076789,22101547:papier:4205:22108085,22131718:papier:4205:22153086,22142360:papier:4205:22149146,22154699:papier:4205:22158487,22174835:papier:4205:22180503,22191273:papier:4205:22244102,22210213:papier:4205:22241246,22211643:papier:4205:22237966,22290550:papier:4205:22292974,22305213:papier:4205:22309516,22314653:papier:4205:22314891,22318028:papier:4205:22318621,22344383:papier:4205:22345052,22355024:papier:4205:22361619,22379401:papier:4205:22379476,22384434:papier:4205:22385703,22390602:papier:4205:22396157,22420201:papier:4205:22422333,22432676:papier:4205:22433701,22444780:papier:4205:22449944,22451710:papier:4205:22454618,22469828:papier:4205:22473516,2247'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009644950851102922, 'nb_photo': 3446, 'list_port_cont': '21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797,24056833,24060645,24064530,24066199,24076153,24079360,24168502,24490748', 'assoc_port': '21967117:21969302,21978894:22003521,21978946:22005707,22011455:22012109,22014824:22040906,22014888:22064883,22023070:22055540,22035144:22054240,22046564:22053782,22062855:22063552,22076548:22076860,22096625:22097222,22129557:22146609,22141215:22154995,22154698:22164086,22191270:22244152,22210214:22241079,22291941:22295034,22305215:22309861,22314649:22315610,22340395:22348639,22376586:22379359,22386992:22397940,22398077:22399473,22429992:22430540,22443967:22451180,22449976:22450067,22459600:22460278,22466648:22471531,22494447:22505129,22504012:22510428,22520613:22520972,22542628:22560991,22556378:22561797,23946469:24168502,23947595:24056833,23948806:24060645,23949371:24064530,23949568:24066199,23951346:24076153,23953532:24079360,24463396:24490748', 'assoc_mat': '21967117:papier:4203:21969302,21978894:papier:4203:22003521,21978946:papier:4203:22005707,22011455:papier:4203:22012109,22014824:papier:4203:22040906,22014888:papier:4203:22064883,22023070:papier:4203:22055540,22035144:papier:4203:22054240,22046564:papier:4203:22053782,22062855:papier:4203:22063552,22076548:papier:4203:22076860,22096625:papier:4203:22097222,22129557:papier:4203:22146609,22141215:papier:4203:22154995,22154698:papier:4203:22164086,22191270:papier:4203:22244152,22210214:papier:4203:22241079,22291941:papier:4203:22295034,22305215:papier:4203:22309861,22314649:papier:4203:22315610,22340395:papier:4203:22348639,22376586:papier:4203:22379359,22386992:papier:4203:22397940,22398077:papier:4203:22399473,22429992:papier:4203:22430540,22443967:papier:4203:22451180,22449976:papier:4203:22450067,22459600:papier:4203:22460278,22466648:papier:4203:22471531,22494447:papier:4203:22505129,22504012:papier:4203:22510428,22520613:papier:4203:22520972,22542628:papier:4203:22560991,22556378:papier:4203:22561797,2394'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04205219086591165, 'nb_photo': 13730, 'list_port_cont': '21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22015149,22016812,22023124,22025819,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,22298150,22300212,22302303,22305915,22307017,22308168,22317207,22372356,22373588,22377479,22377866,2237874', 'assoc_port': '21963398:21963560,21963881:21964259,21963884:21964102,21963885:21963962,21967145:21970766,21967184:21971458,21967193:21971807,21969982:21970468,21976863:21996816,21976864:21997195,21976868:21997866,21976883:22025819,21976900:22023124,21978888:22003054,21978910:22003898,21978941:22005423,21978949:22005589,21978951:22005621,21980101:22006374,21980112:22007554,21980147:21983019,21985550:21986340,21986991:22016812,22014823:22032670,22014830:22032762,22014834:22032445,22014836:22032212,22014871:22032047,22014884:22015149,22031176:22031486,22032527:22033140,22035140:22036723,22035142:22036281,22035143:22035910,22040130:22040491,22042105:22042593,22045046:22045610,22049746:22050883,22049750:22050366,22049753:22050427,22049757:22050144,22051353:22051577,22054524:22055086,22056821:22057088,22065345:22068684,22066732:22067374,22066735:22066947,22071990:22072652,22073533:22073885,22073534:22073647,22075837:22076176,22078669:22079672,22078671:22079043,22078673:22078977,22086018:22088029,22088046:22090725,22091320:2209173', 'assoc_mat': '21963398:papier:4207:21963560,21963881:papier:4207:21964259,21963884:papier:4207:21964102,21963885:papier:4207:21963962,21967145:papier:4207:21970766,21967184:papier:4207:21971458,21967193:papier:4207:21971807,21969982:papier:4207:21970468,21976863:papier:4207:21996816,21976864:papier:4207:21997195,21976868:papier:4207:21997866,21976883:papier:4207:22025819,21976900:papier:4207:22023124,21978888:papier:4207:22003054,21978910:papier:4207:22003898,21978941:papier:4207:22005423,21978949:papier:4207:22005589,21978951:papier:4207:22005621,21980101:papier:4207:22006374,21980112:papier:4207:22007554,21980147:papier:4207:21983019,21985550:papier:4207:21986340,21986991:papier:4207:22016812,22014823:papier:4207:22032670,22014830:papier:4207:22032762,22014834:papier:4207:22032445,22014836:papier:4207:22032212,22014871:papier:4207:22032047,22014884:papier:4207:22015149,22031176:papier:4207:22031486,22032527:papier:4207:22033140,22035140:papier:4207:22036723,22035142:papier:4207:22036281,22035143:papier:4207:22035910,2204'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21340778440580324, 'nb_photo': 39903, 'list_port_cont': '21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22024161,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22340930,22344800,22347262,22376504,22377539,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22433275,22438559,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,22477635,22487227,22490506,22494825,22497211,22497812,22498668,22499135,22510301,22516750,22518478,22523106,22536169,2253692', 'assoc_port': '21962511:21962854,21963880:21964217,21964371:21964557,21967121:21968810,21967190:21968378,21975318:21975960,21976867:21977454,21978936:21979347,21980104:21981587,21980135:21980650,21980140:21981019,21985538:21986124,21986986:21987689,21996829:21997467,21996831:21997264,22014826:22016514,22014832:22015498,22014873:22015875,22014882:22015777,22014894:22015733,22014900:22015614,22014908:22015508,22023899:22024161,22029100:22029480,22031178:22031839,22035145:22036037,22040127:22040517,22042106:22042492,22045048:22045784,22046567:22051016,22049756:22052000,22051361:22057332,22054526:22055225,22065347:22073889,22068647:22069271,22073535:22073976,22075834:22076343,22076547:22076824,22079489:22080202,22086063:22094622,22088044:22088868,22093119:22093819,22098020:22108866,22122000:22122296,22126964:22127544,22129559:22130120,22132586:22132918,22138711:22147293,22142357:22143063,22144309:22144649,22148777:22149459,22153227:22153697,22164922:22165126,22177109:22178192,22180103:22180737,22183556:22184432,22191271:2219221', 'assoc_mat': '21962511:papier:4461:21962854,21963880:papier:4461:21964217,21964371:papier:4461:21964557,21967121:papier:4461:21968810,21967190:papier:4461:21968378,21975318:papier:4461:21975960,21976867:papier:4461:21977454,21978936:papier:4461:21979347,21980104:papier:4461:21981587,21980135:papier:4461:21980650,21980140:papier:4461:21981019,21985538:papier:4461:21986124,21986986:papier:4461:21987689,21996829:papier:4461:21997467,21996831:papier:4461:21997264,22014826:papier:4461:22016514,22014832:papier:4461:22015498,22014873:papier:4461:22015875,22014882:papier:4461:22015777,22014894:papier:4461:22015733,22014900:papier:4461:22015614,22014908:papier:4461:22015508,22023899:papier:4461:22024161,22029100:papier:4461:22029480,22031178:papier:4461:22031839,22035145:papier:4461:22036037,22040127:papier:4461:22040517,22042106:papier:4461:22042492,22045048:papier:4461:22045784,22046567:papier:4461:22051016,22049756:papier:4461:22052000,22051361:papier:4461:22057332,22054526:papier:4461:22055225,22065347:papier:4461:22073889,2206'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013472068950963737, 'nb_photo': 4267, 'list_port_cont': '21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22013192,22023394,22023814,22027591,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051877,22052662,22053694,22053801,22053939,22053962,22053975,22054057,22055104,22056668,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22241934,22242131,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22346385,22346561,22347428,22347717,22350364,22358798,22378613,22378792,22378992,22379419,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,22397011,22405897,22411843,22422322,22430767,22432539,2243351', 'assoc_port': '21962513:21963745,21963400:21963499,21967129:21969529,21967139:21970681,21967186:21971854,21975315:22023394,21976823:21996014,21976866:22023814,21976906:21977058,21978911:22004218,21978931:22027591,21980100:22006327,21980110:22007571,21984246:22052662,21985540:22013192,21986993:21987228,22014797:22040664,22014827:22040895,22014838:22041938,22014839:22042200,22014876:22042853,22014878:22042928,22014891:22044156,22014898:22044593,22014902:22044876,22014903:22045460,22032524:22057723,22035137:22054057,22040123:22053975,22040136:22053962,22042108:22042517,22045047:22053939,22045049:22053801,22049751:22050953,22049755:22056668,22051355:22053694,22051363:22051877,22054528:22055104,22065348:22068784,22068649:22083176,22073532:22074422,22078670:22099674,22088043:22091143,22088051:22091021,22091315:22118592,22091317:22109930,22093114:22118747,22096627:22097340,22101552:22108163,22123322:22123748,22126966:22132972,22129562:22135501,22132587:22138560,22137423:22147408,22141214:22162552,22142356:22148481,22142359:2214852', 'assoc_mat': '21962513:papier:4200:21963745,21963400:papier:4200:21963499,21967129:papier:4200:21969529,21967139:papier:4200:21970681,21967186:papier:4200:21971854,21975315:papier:4200:22023394,21976823:papier:4200:21996014,21976866:papier:4200:22023814,21976906:papier:4200:21977058,21978911:papier:4200:22004218,21978931:papier:4200:22027591,21980100:papier:4200:22006327,21980110:papier:4200:22007571,21984246:papier:4200:22052662,21985540:papier:4200:22013192,21986993:papier:4200:21987228,22014797:papier:4200:22040664,22014827:papier:4200:22040895,22014838:papier:4200:22041938,22014839:papier:4200:22042200,22014876:papier:4200:22042853,22014878:papier:4200:22042928,22014891:papier:4200:22044156,22014898:papier:4200:22044593,22014902:papier:4200:22044876,22014903:papier:4200:22045460,22032524:papier:4200:22057723,22035137:papier:4200:22054057,22040123:papier:4200:22053975,22040136:papier:4200:22053962,22042108:papier:4200:22042517,22045047:papier:4200:22053939,22045049:papier:4200:22053801,22049751:papier:4200:22050953,2204'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0776624288676698, 'nb_photo': 128, 'list_port_cont': '22448925', 'assoc_port': '22448524:22448925', 'assoc_mat': '22448524:papier:3594:22448925'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9440247572395732, 'nb_photo': 108322, 'list_port_cont': '21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22014151,22015357,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22024220,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22187419,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22336923,22346644,22357152,22372778,22377459,22379977,22385061,22388480,22390957,22391022,22391821,22398264,22403212,2243033', 'assoc_port': '21963882:21964210,21967114:21968057,21967142:21973972,21967197:21974249,21969983:21970543,21975316:21976193,21975317:21976113,21976822:21979257,21976869:21978715,21976870:21978410,21976897:21978273,21976904:21977092,21980117:21981105,21980144:21980941,21984242:21985003,21986987:21987539,21986989:21997657,22013394:22014151,22014831:22017221,22014842:22016665,22014846:22016174,22014877:22015934,22014879:22016105,22014886:22015968,22014892:22015910,22014899:22015999,22014904:22015357,22014906:22015662,22018590:24455548,22023871:22024220,22029099:22029596,22029101:22029297,22032529:22033207,22035141:22035771,22038503:22050299,22040133:22040484,22045045:22045573,22046565:22047088,22049747:22050453,22049749:22051858,22049758:22050010,22051357:22052100,22051362:22051697,22054542:22055305,22056819:22057102,22065344:22066228,22066733:22067265,22075838:22076308,22076545:22076809,22086022:22086681,22088049:22088582,22093116:22093925,22093117:22093799,22096624:22097138,22101542:22102782,22123324:22123759,22129563:2213006', 'assoc_mat': '21963882:papier:4209:21964210,21967114:papier:4209:21968057,21967142:papier:4209:21973972,21967197:papier:4209:21974249,21969983:papier:4209:21970543,21975316:papier:4209:21976193,21975317:papier:4209:21976113,21976822:papier:4209:21979257,21976869:papier:4209:21978715,21976870:papier:4209:21978410,21976897:papier:4209:21978273,21976904:papier:4209:21977092,21980117:papier:4209:21981105,21980144:papier:4209:21980941,21984242:papier:4209:21985003,21986987:papier:4209:21987539,21986989:papier:4209:21997657,22013394:papier:4209:22014151,22014831:papier:4209:22017221,22014842:papier:4209:22016665,22014846:papier:4209:22016174,22014877:papier:4209:22015934,22014879:papier:4209:22016105,22014886:papier:4209:22015968,22014892:papier:4209:22015910,22014899:papier:4209:22015999,22014904:papier:4209:22015357,22014906:papier:4209:22015662,22018590:papier:4209:24455548,22023871:papier:4209:22024220,22029099:papier:4209:22029596,22029101:papier:4209:22029297,22032529:papier:4209:22033207,22035141:papier:4209:22035771,2203'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010280090674861686, 'nb_photo': 24498, 'list_port_cont': '21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22014715,22015451,22017308,22020084,22025924,22025970,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22029533,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22185625,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22345493,22352902,22353636,22355859,22371440,22375844,22377501,22378525,22378606,22379563,22379993,22381575,22381594,22385086,2238754', 'assoc_port': '21962514:21963417,21963397:21963591,21963883:21964269,21967132:21970571,21967181:21971861,21967195:21971920,21969979:22020084,21975312:21989547,21975320:21990259,21976850:21997441,21978908:22004079,21978934:22005509,21980103:22007312,21980107:22007768,21980142:22008814,21985545:22014715,21985548:22015451,21986988:22017308,22014825:22026740,22014833:22026674,22014843:22026597,22014874:22026583,22014880:22026450,22014893:22026322,22014896:22026230,22014901:22026180,22024784:22025924,22024789:22025970,22029102:22029533,22031175:22031960,22031177:22031875,22032532:22033375,22038504:22039408,22040126:22040697,22040132:22040625,22042107:22051600,22046566:22050714,22049745:22056367,22049754:22050603,22051354:22052123,22051356:22052009,22054525:22057172,22062853:22063579,22065346:22068752,22066734:22067286,22068648:22069191,22071991:22072741,22073536:22074053,22079487:22080506,22079488:22083647,22079491:22092184,22086017:22094236,22086036:22090618,22091316:22091677,22091318:22091955,22101546:22105440,22121999:2212225', 'assoc_mat': '21962514:papier:4211:21963417,21963397:papier:4211:21963591,21963883:papier:4211:21964269,21967132:papier:4211:21970571,21967181:papier:4211:21971861,21967195:papier:4211:21971920,21969979:papier:4211:22020084,21975312:papier:4211:21989547,21975320:papier:4211:21990259,21976850:papier:4211:21997441,21978908:papier:4211:22004079,21978934:papier:4211:22005509,21980103:papier:4211:22007312,21980107:papier:4211:22007768,21980142:papier:4211:22008814,21985545:papier:4211:22014715,21985548:papier:4211:22015451,21986988:papier:4211:22017308,22014825:papier:4211:22026740,22014833:papier:4211:22026674,22014843:papier:4211:22026597,22014874:papier:4211:22026583,22014880:papier:4211:22026450,22014893:papier:4211:22026322,22014896:papier:4211:22026230,22014901:papier:4211:22026180,22024784:papier:4211:22025924,22024789:papier:4211:22025970,22029102:papier:4211:22029533,22031175:papier:4211:22031960,22031177:papier:4211:22031875,22032532:papier:4211:22033375,22038504:papier:4211:22039408,22040126:papier:4211:22040697,2204'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.01273093176792145, 'nb_photo': 577, 'list_port_cont': '21963766,21964596,21976303,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22067760,22076461,22077049,22079690,22079933,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22441911,22443633,22445280,22450121,22453151,22453757,22456261,22457131,22459689,22459868,22460920,22463500,22464289,22467728,22470902,22480078,2248059', 'assoc_port': '21963399:21963766,21964372:21964596,21967124:21988607,21975313:21990850,21975319:21976303,21976848:21998133,21978922:22005686,21978944:22005800,21980102:22008152,21984249:22012901,21985543:22015719,22013383:22036193,22014822:22042140,22014828:22042744,22014840:22095881,22014875:22082867,22014890:22079933,22014897:22046334,22014905:22048308,22019912:22020902,22023872:22025561,22035139:22037065,22040125:22054700,22040135:22040782,22042109:22042949,22045050:22046221,22049752:22051172,22051359:22053762,22054523:22057904,22054527:22056155,22066731:22067760,22071992:22077049,22075835:22076461,22078672:22079690,22086065:22091996,22091319:22112203,22096626:22097549,22098018:22109482,22101541:22107797,22122001:22122790,22126969:22129291,22132582:22132953,22133906:22134773,22137424:22138731,22138710:22140624,22141213:22142079,22142362:22143887,22144307:22147618,22148778:22150073,22150593:22152144,22150597:22151652,22157943:22159097,22178698:22187176,22178713:22187102,22180102:22207812,22183555:22186778,22189238:2219072', 'assoc_mat': '21963399:papier:3327:21963766,21964372:papier:3327:21964596,21967124:papier:3327:21988607,21975313:papier:3327:21990850,21975319:papier:3327:21976303,21976848:papier:3327:21998133,21978922:papier:3327:22005686,21978944:papier:3327:22005800,21980102:papier:3327:22008152,21984249:papier:3327:22012901,21985543:papier:3327:22015719,22013383:papier:3327:22036193,22014822:papier:3327:22042140,22014828:papier:3327:22042744,22014840:papier:3327:22095881,22014875:papier:3327:22082867,22014890:papier:3327:22079933,22014897:papier:3327:22046334,22014905:papier:3327:22048308,22019912:papier:3327:22020902,22023872:papier:3327:22025561,22035139:papier:3327:22037065,22040125:papier:3327:22054700,22040135:papier:3327:22040782,22042109:papier:3327:22042949,22045050:papier:3327:22046221,22049752:papier:3327:22051172,22051359:papier:3327:22053762,22054523:papier:3327:22057904,22054527:papier:3327:22056155,22066731:papier:3327:22067760,22071992:papier:3327:22077049,22075835:papier:3327:22076461,22078672:papier:3327:22079690,2208'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00771533710410261, 'nb_photo': 181, 'list_port_cont': '21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044,23947057,23977222,24055206,24056846,24059343,24064703,24074197,24074567,24078646', 'assoc_port': '21967136:21969956,21978909:22026351,21984244:22052385,22014829:22041316,22014907:22046207,22019910:22053705,22038501:22054004,22049748:22051213,22062848:22076375,22076546:22076788,22131718:22153087,22142360:22149155,22154699:22158486,22174835:22180490,22191273:22244107,22210213:22241231,22211643:22237962,22290550:22292969,22305213:22309535,22314653:22314890,22318028:22318631,22344383:22345054,22355024:22361627,22379401:22379474,22384434:22385692,22390602:22396165,22420201:22422336,22432676:22433707,22444780:22449942,22451710:22454615,22469828:22473510,22479660:22480036,22486523:22487805,22497684:22511781,22509474:22512740,22513057:22516913,22536499:22536633,22550650:22553552,22562905:22565044,23934801:23977222,23946806:23947057,23947388:24055206,23947712:24056846,23948736:24059343,23949473:24064703,23950958:24074197,23951071:24074567,23953445:24078646', 'assoc_mat': '21967136:pehd:4205:21969956,21978909:pehd:4205:22026351,21984244:pehd:4205:22052385,22014829:pehd:4205:22041316,22014907:pehd:4205:22046207,22019910:pehd:4205:22053705,22038501:pehd:4205:22054004,22049748:pehd:4205:22051213,22062848:pehd:4205:22076375,22076546:pehd:4205:22076788,22131718:pehd:4205:22153087,22142360:pehd:4205:22149155,22154699:pehd:4205:22158486,22174835:pehd:4205:22180490,22191273:pehd:4205:22244107,22210213:pehd:4205:22241231,22211643:pehd:4205:22237962,22290550:pehd:4205:22292969,22305213:pehd:4205:22309535,22314653:pehd:4205:22314890,22318028:pehd:4205:22318631,22344383:pehd:4205:22345054,22355024:pehd:4205:22361627,22379401:pehd:4205:22379474,22384434:pehd:4205:22385692,22390602:pehd:4205:22396165,22420201:pehd:4205:22422336,22432676:pehd:4205:22433707,22444780:pehd:4205:22449942,22451710:pehd:4205:22454615,22469828:pehd:4205:22473510,22479660:pehd:4205:22480036,22486523:pehd:4205:22487805,22497684:pehd:4205:22511781,22509474:pehd:4205:22512740,22513057:pehd:4205:22516913,22536499:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031570746585071487, 'nb_photo': 415, 'list_port_cont': '21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798,24056831,24060638,24064546,24066208,24076148,24079364,24168499,24490734', 'assoc_port': '21967117:21969309,21978894:22003515,21978946:22005706,22011455:22012112,22014824:22040907,22014888:22064885,22023070:22055541,22035144:22054238,22046564:22053773,22062855:22063556,22076548:22076857,22096625:22097218,22129557:22146602,22141215:22155000,22154698:22164087,22191270:22244161,22210214:22241074,22291941:22295035,22305215:22309860,22314649:22315616,22340395:22348632,22376586:22379363,22386992:22397929,22398077:22399483,22429992:22430548,22443967:22451185,22449976:22450066,22466648:22471534,22494447:22505139,22504012:22510429,22520613:22520980,22542628:22560992,22556378:22561798,23946469:24168499,23947595:24056831,23948806:24060638,23949371:24064546,23949568:24066208,23951346:24076148,23953532:24079364,24463396:24490734', 'assoc_mat': '21967117:pehd:4203:21969309,21978894:pehd:4203:22003515,21978946:pehd:4203:22005706,22011455:pehd:4203:22012112,22014824:pehd:4203:22040907,22014888:pehd:4203:22064885,22023070:pehd:4203:22055541,22035144:pehd:4203:22054238,22046564:pehd:4203:22053773,22062855:pehd:4203:22063556,22076548:pehd:4203:22076857,22096625:pehd:4203:22097218,22129557:pehd:4203:22146602,22141215:pehd:4203:22155000,22154698:pehd:4203:22164087,22191270:pehd:4203:22244161,22210214:pehd:4203:22241074,22291941:pehd:4203:22295035,22305215:pehd:4203:22309860,22314649:pehd:4203:22315616,22340395:pehd:4203:22348632,22376586:pehd:4203:22379363,22386992:pehd:4203:22397929,22398077:pehd:4203:22399483,22429992:pehd:4203:22430548,22443967:pehd:4203:22451185,22449976:pehd:4203:22450066,22466648:pehd:4203:22471534,22494447:pehd:4203:22505139,22504012:pehd:4203:22510429,22520613:pehd:4203:22520980,22542628:pehd:4203:22560992,22556378:pehd:4203:22561798,23946469:pehd:4203:24168499,23947595:pehd:4203:24056831,23948806:pehd:4203:24060638,23949371:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0040109250559209105, 'nb_photo': 318, 'list_port_cont': '21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22015147,22016813,22023134,22031494,22032209,22032664,22032764,22033149,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22450038,22452213,22479976,22487076,22488418,22490340,22491650,22494685,22497141,22498838,22502964,22504423,22513446,22534042,22535321,22538057,22540549,22543498,22544875,22544945,22545006,22548393,22548536,22553387,22558699,22559142,22562000,2394818', 'assoc_port': '21963881:21964262,21967184:21971469,21967193:21971813,21969982:21970469,21976900:22023134,21978910:22003894,21978941:22005424,21978949:22005591,21980101:22006370,21980112:22007562,21985550:21986341,21986991:22016813,22014823:22032664,22014830:22032764,22014836:22032209,22014884:22015147,22031176:22031494,22032527:22033149,22035140:22036727,22035142:22036291,22035143:22035922,22040130:22040501,22042105:22042591,22049746:22050891,22049753:22050426,22049757:22050150,22051353:22051581,22054524:22055098,22065345:22068688,22066732:22067373,22066735:22066944,22071990:22072661,22073534:22073646,22078669:22079680,22078671:22079038,22091320:22091745,22096628:22097118,22101544:22103620,22106153:22106584,22125807:22126015,22129556:22131813,22129560:22131879,22132583:22133256,22132585:22133040,22132589:22132861,22133908:22134233,22150596:22151134,22153224:22153979,22153225:22153418,22154700:22155161,22177106:22180980,22177112:22178916,22180100:22180586,22183558:22183811,22185030:22185865,22189228:22189452,22194158:2219492', 'assoc_mat': '21963881:pehd:4207:21964262,21967184:pehd:4207:21971469,21967193:pehd:4207:21971813,21969982:pehd:4207:21970469,21976900:pehd:4207:22023134,21978910:pehd:4207:22003894,21978941:pehd:4207:22005424,21978949:pehd:4207:22005591,21980101:pehd:4207:22006370,21980112:pehd:4207:22007562,21985550:pehd:4207:21986341,21986991:pehd:4207:22016813,22014823:pehd:4207:22032664,22014830:pehd:4207:22032764,22014836:pehd:4207:22032209,22014884:pehd:4207:22015147,22031176:pehd:4207:22031494,22032527:pehd:4207:22033149,22035140:pehd:4207:22036727,22035142:pehd:4207:22036291,22035143:pehd:4207:22035922,22040130:pehd:4207:22040501,22042105:pehd:4207:22042591,22049746:pehd:4207:22050891,22049753:pehd:4207:22050426,22049757:pehd:4207:22050150,22051353:pehd:4207:22051581,22054524:pehd:4207:22055098,22065345:pehd:4207:22068688,22066732:pehd:4207:22067373,22066735:pehd:4207:22066944,22071990:pehd:4207:22072661,22073534:pehd:4207:22073646,22078669:pehd:4207:22079680,22078671:pehd:4207:22079038,22091320:pehd:4207:22091745,22096628:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005158045257964493, 'nb_photo': 34, 'list_port_cont': '21964553,21980641,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374,23947549,23947831,23948392,23950322,23953289,23956123,23966450,23968059,24454429', 'assoc_port': '21964371:21964553,21980135:21980641,22035145:22036041,22042106:22042495,22051361:22057345,22075834:22076334,22088044:22088862,22129559:22130128,22138711:22147292,22144309:22144644,22153227:22153703,22183556:22184434,22245259:22245376,22346891:22347271,22372031:22376500,22394739:22395315,22440771:22441350,22459994:22460260,22463409:22467426,22486522:22487228,22533593:22536178,22552962:22553374,23946556:23948392,23946584:23947831,23946786:23947549,23948730:23968059,23949207:23950322,23951069:23953289,23951118:23956123,23953281:23966450,24454053:24454429', 'assoc_mat': '21964371:pehd:4461:21964553,21980135:pehd:4461:21980641,22035145:pehd:4461:22036041,22042106:pehd:4461:22042495,22051361:pehd:4461:22057345,22075834:pehd:4461:22076334,22088044:pehd:4461:22088862,22129559:pehd:4461:22130128,22138711:pehd:4461:22147292,22144309:pehd:4461:22144644,22153227:pehd:4461:22153703,22183556:pehd:4461:22184434,22245259:pehd:4461:22245376,22346891:pehd:4461:22347271,22372031:pehd:4461:22376500,22394739:pehd:4461:22395315,22440771:pehd:4461:22441350,22459994:pehd:4461:22460260,22463409:pehd:4461:22467426,22486522:pehd:4461:22487228,22533593:pehd:4461:22536178,22552962:pehd:4461:22553374,23946556:pehd:4461:23948392,23946584:pehd:4461:23947831,23946786:pehd:4461:23947549,23948730:pehd:4461:23968059,23949207:pehd:4461:23950322,23951069:pehd:4461:23953289,23951118:pehd:4461:23956123,23953281:pehd:4461:23966450,24454053:pehd:4461:24454429'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009538966916816976, 'nb_photo': 1853, 'list_port_cont': '21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22013193,22023395,22023823,22026211,22027597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051869,22052671,22053691,22053805,22053945,22053955,22053983,22054063,22055101,22056675,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22241936,22242132,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22346387,22346563,22347435,22347711,22350367,22358804,22378623,22378783,22378994,22379423,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,22422319,22430772,22432530,22433515,2244197', 'assoc_port': '21962513:21963749,21963400:21963504,21967129:21969531,21967139:21970687,21967186:21971855,21975315:22023395,21976823:21996019,21976866:22023823,21976902:22026211,21976906:21977062,21978911:22004221,21978931:22027597,21980100:22006324,21980110:22007577,21984246:22052671,21985540:22013193,21986993:21987221,22014797:22040667,22014827:22040892,22014838:22041942,22014839:22042196,22014876:22042848,22014878:22042939,22014891:22044163,22014898:22044582,22014902:22044881,22014903:22045467,22032524:22057716,22035137:22054063,22040123:22053983,22040136:22053955,22042108:22042520,22045047:22053945,22045049:22053805,22049751:22050962,22049755:22056675,22051355:22053691,22051363:22051869,22054528:22055101,22065348:22068771,22068649:22083181,22073532:22074416,22078670:22099671,22088043:22091133,22088051:22091008,22091315:22118589,22091317:22109938,22093114:22118753,22096627:22097332,22101552:22108167,22123322:22123750,22126966:22132973,22129562:22135491,22132587:22138547,22137423:22147411,22141214:22162561,22142356:2214848', 'assoc_mat': '21962513:pehd:4200:21963749,21963400:pehd:4200:21963504,21967129:pehd:4200:21969531,21967139:pehd:4200:21970687,21967186:pehd:4200:21971855,21975315:pehd:4200:22023395,21976823:pehd:4200:21996019,21976866:pehd:4200:22023823,21976902:pehd:4200:22026211,21976906:pehd:4200:21977062,21978911:pehd:4200:22004221,21978931:pehd:4200:22027597,21980100:pehd:4200:22006324,21980110:pehd:4200:22007577,21984246:pehd:4200:22052671,21985540:pehd:4200:22013193,21986993:pehd:4200:21987221,22014797:pehd:4200:22040667,22014827:pehd:4200:22040892,22014838:pehd:4200:22041942,22014839:pehd:4200:22042196,22014876:pehd:4200:22042848,22014878:pehd:4200:22042939,22014891:pehd:4200:22044163,22014898:pehd:4200:22044582,22014902:pehd:4200:22044881,22014903:pehd:4200:22045467,22032524:pehd:4200:22057716,22035137:pehd:4200:22054063,22040123:pehd:4200:22053983,22040136:pehd:4200:22053955,22042108:pehd:4200:22042520,22045047:pehd:4200:22053945,22045049:pehd:4200:22053805,22049751:pehd:4200:22050962,22049755:pehd:4200:22056675,22051355:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009629521909121938, 'nb_photo': 1364, 'list_port_cont': '21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22014149,22015347,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22024227,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22187418,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22336931,22346642,22357155,22372770,22377457,22379983,22385059,22388473,22390959,22391024,22391819,22403213,22430341,22433181,22448533,22450572,22453418,22453632,22456018,2245757', 'assoc_port': '21963882:21964196,21967114:21968056,21967142:21974004,21967197:21974243,21969983:21970535,21975316:21976201,21975317:21976110,21976822:21979259,21976869:21978690,21976870:21978397,21976897:21978276,21976904:21977103,21980117:21981103,21980144:21980944,21984242:21985012,21986987:21987531,21986989:21997646,22013394:22014149,22014831:22017222,22014842:22016664,22014846:22016172,22014877:22015927,22014879:22016102,22014886:22015978,22014892:22015923,22014899:22016002,22014904:22015347,22014906:22015663,22018590:24455557,22023871:22024227,22029099:22029605,22029101:22029293,22032529:22033169,22035141:22035773,22038503:22050289,22040133:22040473,22045045:22045574,22046565:22047096,22049747:22050447,22049749:22051854,22049758:22050007,22051357:22052109,22051362:22051693,22054542:22055311,22056819:22057084,22065344:22066238,22066733:22067268,22075838:22076307,22076545:22076801,22086022:22086682,22088049:22088577,22093116:22093915,22093117:22093797,22096624:22097141,22101542:22102786,22123324:22123762,22129563:2213005', 'assoc_mat': '21963882:pehd:4209:21964196,21967114:pehd:4209:21968056,21967142:pehd:4209:21974004,21967197:pehd:4209:21974243,21969983:pehd:4209:21970535,21975316:pehd:4209:21976201,21975317:pehd:4209:21976110,21976822:pehd:4209:21979259,21976869:pehd:4209:21978690,21976870:pehd:4209:21978397,21976897:pehd:4209:21978276,21976904:pehd:4209:21977103,21980117:pehd:4209:21981103,21980144:pehd:4209:21980944,21984242:pehd:4209:21985012,21986987:pehd:4209:21987531,21986989:pehd:4209:21997646,22013394:pehd:4209:22014149,22014831:pehd:4209:22017222,22014842:pehd:4209:22016664,22014846:pehd:4209:22016172,22014877:pehd:4209:22015927,22014879:pehd:4209:22016102,22014886:pehd:4209:22015978,22014892:pehd:4209:22015923,22014899:pehd:4209:22016002,22014904:pehd:4209:22015347,22014906:pehd:4209:22015663,22018590:pehd:4209:24455557,22023871:pehd:4209:22024227,22029099:pehd:4209:22029605,22029101:pehd:4209:22029293,22032529:pehd:4209:22033169,22035141:pehd:4209:22035773,22038503:pehd:4209:22050289,22040133:pehd:4209:22040473,22045045:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.7585001029231142, 'nb_photo': 21707, 'list_port_cont': '21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22014713,22015454,22017323,22020097,22025934,22025967,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22029556,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22185633,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345485,22352894,22353638,22355849,22371434,22375834,22377496,22378512,22378607,22379554,22379996,22381572,22381586,22385081,2238754', 'assoc_port': '21962514:21963409,21963397:21963586,21963883:21964270,21967132:21970573,21967181:21971873,21967195:21971932,21969979:22020097,21975312:21989548,21975320:21990262,21976850:21997448,21978908:22004069,21978934:22005522,21980103:22007320,21980107:22007765,21980142:22008822,21985545:22014713,21985548:22015454,21986988:22017323,22014825:22026745,22014833:22026676,22014843:22026601,22014874:22026570,22014880:22026463,22014893:22026319,22014896:22026232,22014901:22026193,22024784:22025934,22024789:22025967,22029102:22029556,22031175:22031957,22031177:22031876,22032532:22033381,22038504:22039423,22040126:22040707,22040132:22040613,22042107:22051603,22046566:22050706,22049745:22056373,22049754:22050602,22051354:22052124,22051356:22052022,22054525:22057170,22062853:22063570,22065346:22068763,22066734:22067288,22068648:22069201,22071991:22072736,22073536:22074051,22079487:22080496,22079488:22083639,22079491:22092182,22086017:22094244,22086036:22090613,22091316:22091666,22091318:22091963,22101546:22105436,22121999:2212225', 'assoc_mat': '21962514:pehd:4211:21963409,21963397:pehd:4211:21963586,21963883:pehd:4211:21964270,21967132:pehd:4211:21970573,21967181:pehd:4211:21971873,21967195:pehd:4211:21971932,21969979:pehd:4211:22020097,21975312:pehd:4211:21989548,21975320:pehd:4211:21990262,21976850:pehd:4211:21997448,21978908:pehd:4211:22004069,21978934:pehd:4211:22005522,21980103:pehd:4211:22007320,21980107:pehd:4211:22007765,21980142:pehd:4211:22008822,21985545:pehd:4211:22014713,21985548:pehd:4211:22015454,21986988:pehd:4211:22017323,22014825:pehd:4211:22026745,22014833:pehd:4211:22026676,22014843:pehd:4211:22026601,22014874:pehd:4211:22026570,22014880:pehd:4211:22026463,22014893:pehd:4211:22026319,22014896:pehd:4211:22026232,22014901:pehd:4211:22026193,22024784:pehd:4211:22025934,22024789:pehd:4211:22025967,22029102:pehd:4211:22029556,22031175:pehd:4211:22031957,22031177:pehd:4211:22031876,22032532:pehd:4211:22033381,22038504:pehd:4211:22039423,22040126:pehd:4211:22040707,22040132:pehd:4211:22040613,22042107:pehd:4211:22051603,22046566:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011165386962269605, 'nb_photo': 4, 'list_port_cont': '22020910,22095884,22347418,24062098', 'assoc_port': '22014840:22095884,22019912:22020910,22346888:22347418,23948726:24062098', 'assoc_mat': '22014840:pehd:3327:22095884,22019912:pehd:3327:22020910,22346888:pehd:3327:22347418,23948726:pehd:3327:24062098'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00405092145353514, 'nb_photo': 33, 'list_port_cont': '22026346,22046194,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566,24055207,24056853,24059341,24064697,24074211,24074569,24078647', 'assoc_port': '21978909:22026346,22014907:22046194,22049748:22051221,22062848:22076376,22142360:22149154,22154699:22158488,22290550:22292973,22314653:22314888,22344383:22345046,22355024:22361624,22486523:22487806,22497684:22511787,22513057:22516926,22536499:22536636,22550650:22553566,23947388:24055207,23947712:24056853,23948736:24059341,23949473:24064697,23950958:24074211,23951071:24074569,23953445:24078647', 'assoc_mat': '21978909:pet_clair:4205:22026346,22014907:pet_clair:4205:22046194,22049748:pet_clair:4205:22051221,22062848:pet_clair:4205:22076376,22142360:pet_clair:4205:22149154,22154699:pet_clair:4205:22158488,22290550:pet_clair:4205:22292973,22314653:pet_clair:4205:22314888,22344383:pet_clair:4205:22345046,22355024:pet_clair:4205:22361624,22486523:pet_clair:4205:22487806,22497684:pet_clair:4205:22511787,22513057:pet_clair:4205:22516926,22536499:pet_clair:4205:22536636,22550650:pet_clair:4205:22553566,23947388:pet_clair:4205:24055207,23947712:pet_clair:4205:24056853,23948736:pet_clair:4205:24059341,23949473:pet_clair:4205:24064697,23950958:pet_clair:4205:24074211,23951071:pet_clair:4205:24074569,23953445:pet_clair:4205:24078647'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001031313059431781, 'nb_photo': 4, 'list_port_cont': '22064877,24064562,24076156,24490740', 'assoc_port': '22014888:22064877,23949371:24064562,23951346:24076156,24463396:24490740', 'assoc_mat': '22014888:pet_clair:4203:22064877,23949371:pet_clair:4203:24064562,23951346:pet_clair:4203:24076156,24463396:pet_clair:4203:24490740'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002175847727569492, 'nb_photo': 21, 'list_port_cont': '21970464,21971460,21971805,22003056,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448,23947040,23952979,23955662,23965452', 'assoc_port': '21967184:21971460,21967193:21971805,21969982:21970464,21978888:22003056,22014830:22032769,22054524:22055096,22088046:22090733,22150592:22151596,22150596:22151145,22180100:22180578,22210183:22211236,22226568:22227439,22301996:22302320,22453054:22453668,22513061:22513448,23946771:23947040,23949089:23965452,23951274:23952979,23953323:23955662', 'assoc_mat': '21967184:pet_clair:4207:21971460,21967193:pet_clair:4207:21971805,21969982:pet_clair:4207:21970464,21978888:pet_clair:4207:22003056,22014830:pet_clair:4207:22032769,22054524:pet_clair:4207:22055096,22088046:pet_clair:4207:22090733,22150592:pet_clair:4207:22151596,22150596:pet_clair:4207:22151145,22180100:pet_clair:4207:22180578,22210183:pet_clair:4207:22211236,22226568:pet_clair:4207:22227439,22301996:pet_clair:4207:22302320,22453054:pet_clair:4207:22453668,22513061:pet_clair:4207:22513448,23946771:pet_clair:4207:23947040,23949089:pet_clair:4207:23965452,23951274:pet_clair:4207:23952979,23953323:pet_clair:4207:23955662'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004445768404066325, 'nb_photo': 3, 'list_port_cont': '22057340,22391721,22516752', 'assoc_port': '22051361:22057340,22391215:22391721,22513059:22516752', 'assoc_mat': '22051361:pet_clair:4461:22057340,22391215:pet_clair:4461:22391721,22513059:pet_clair:4461:22516752'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02843084786391289, 'nb_photo': 340, 'list_port_cont': '21963502,21969519,21971849,21987222,22006320,22023822,22026220,22027594,22040889,22041947,22044162,22044583,22051873,22052667,22053685,22053935,22053954,22053976,22054070,22055102,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22241924,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347712,22350369,22358813,22378619,22389050,22390079,22405892,22430776,22432536,22433526,22447453,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22493796,22494275,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096,24043816,24043929,24044980,24045919,24045969,24054789,24056816,24060294,24063937,24064924,24065832,24066467,24074476,24075008,24075817,24076536,2407855', 'assoc_port': '21963400:21963502,21967129:21969519,21967186:21971849,21976866:22023822,21976902:22026220,21978931:22027594,21980100:22006320,21984246:22052667,21986993:21987222,22014827:22040889,22014838:22041947,22014891:22044162,22014898:22044583,22035137:22054070,22040123:22053976,22040136:22053954,22045047:22053935,22051355:22053685,22051363:22051873,22054528:22055102,22068649:22083189,22073532:22074424,22078670:22099677,22088051:22091019,22091315:22118588,22091317:22109932,22093114:22118758,22096627:22097328,22101552:22108162,22123322:22123749,22126966:22132980,22129562:22135493,22132587:22138553,22137423:22147417,22142356:22148479,22142359:22148521,22142361:22149493,22153226:22156884,22185028:22241924,22191278:22193163,22194161:22195000,22200699:22242693,22204331:22204884,22210211:22241164,22211636:22239611,22222639:22229870,22234729:22234995,22286480:22287937,22291938:22294362,22295406:22299466,22307240:22307383,22307893:22312888,22312866:22321913,22316765:22321661,22331498:22350369,22336328:22346383,22339071:2234771', 'assoc_mat': '21963400:pet_clair:4200:21963502,21967129:pet_clair:4200:21969519,21967186:pet_clair:4200:21971849,21976866:pet_clair:4200:22023822,21976902:pet_clair:4200:22026220,21978931:pet_clair:4200:22027594,21980100:pet_clair:4200:22006320,21984246:pet_clair:4200:22052667,21986993:pet_clair:4200:21987222,22014827:pet_clair:4200:22040889,22014838:pet_clair:4200:22041947,22014891:pet_clair:4200:22044162,22014898:pet_clair:4200:22044583,22035137:pet_clair:4200:22054070,22040123:pet_clair:4200:22053976,22040136:pet_clair:4200:22053954,22045047:pet_clair:4200:22053935,22051355:pet_clair:4200:22053685,22051363:pet_clair:4200:22051873,22054528:pet_clair:4200:22055102,22068649:pet_clair:4200:22083189,22073532:pet_clair:4200:22074424,22078670:pet_clair:4200:22099677,22088051:pet_clair:4200:22091019,22091315:pet_clair:4200:22118588,22091317:pet_clair:4200:22109932,22093114:pet_clair:4200:22118758,22096627:pet_clair:4200:22097328,22101552:pet_clair:4200:22108162,22123322:pet_clair:4200:22123749,22126966:pet_clair:4200:22132980,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.007368525752314813, 'nb_photo': 9, 'list_port_cont': '22448923', 'assoc_port': '22448524:22448923', 'assoc_mat': '22448524:pet_clair:3594:22448923'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003170453138679512, 'nb_photo': 35, 'list_port_cont': '21964211,21981113,22015980,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490675,22544899,23935937,23949500,23954256,23955750,23955933,23956193,23965270,24454275,24455460,24455556,24464477,24475889,24477865,24479105,24480094,24482635', 'assoc_port': '21963882:21964211,21980117:21981113,22014886:22015980,22018590:24455556,22046565:22047087,22056819:22057105,22123324:22123756,22137426:22137988,22183560:22184238,22307235:22307671,22314652:22315046,22319403:22319795,22353972:22357148,22379661:22379982,22384433:22385062,22448524:24475889,22463408:22463850,22489071:22490675,22544864:22544899,23934884:23935937,23947292:23949500,23949104:23965270,23953275:23956193,23953279:23955750,23953435:23955933,23953479:23954256,24453988:24455460,24454085:24454275,24463193:24482635,24463395:24479105,24463410:24480094,24463496:24477865,24463682:24464477', 'assoc_mat': '21963882:pet_clair:4209:21964211,21980117:pet_clair:4209:21981113,22014886:pet_clair:4209:22015980,22018590:pet_clair:4209:24455556,22046565:pet_clair:4209:22047087,22056819:pet_clair:4209:22057105,22123324:pet_clair:4209:22123756,22137426:pet_clair:4209:22137988,22183560:pet_clair:4209:22184238,22307235:pet_clair:4209:22307671,22314652:pet_clair:4209:22315046,22319403:pet_clair:4209:22319795,22353972:pet_clair:4209:22357148,22379661:pet_clair:4209:22379982,22384433:pet_clair:4209:22385062,22448524:pet_clair:4209:24475889,22463408:pet_clair:4209:22463850,22489071:pet_clair:4209:22490675,22544864:pet_clair:4209:22544899,23934884:pet_clair:4209:23935937,23947292:pet_clair:4209:23949500,23949104:pet_clair:4209:23965270,23953275:pet_clair:4209:23956193,23953279:pet_clair:4209:23955750,23953435:pet_clair:4209:23955933,23953479:pet_clair:4209:23954256,24453988:pet_clair:4209:24455460,24454085:pet_clair:4209:24454275,24463193:pet_clair:4209:24482635,24463395:pet_clair:4209:24479105,24463410:pet_clair:4209:24480094,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006454608674992219, 'nb_photo': 122, 'list_port_cont': '21963410,21963583,21964275,21990267,21997443,22004075,22007318,22007773,22008824,22014717,22025956,22026182,22026242,22026584,22040624,22040694,22050717,22051598,22052016,22052130,22056369,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22378523,22378602,22381576,22381589,22394225,22420793,22430454,22437386,22439797,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952,23952575,23954095,23956306,23956965,23957869,23961232,23964606,23978860,24045041,24055538,24061512,24063476,24175415,24176837,24454902,24464848,24484381', 'assoc_port': '21962514:21963410,21963397:21963583,21963883:21964275,21975320:21990267,21976850:21997443,21978908:22004075,21980103:22007318,21980107:22007773,21980142:22008824,21985545:22014717,22014874:22026584,22014896:22026242,22014901:22026182,22024789:22025956,22040126:22040694,22040132:22040624,22042107:22051598,22046566:22050717,22049745:22056369,22051354:22052130,22051356:22052016,22054525:22057171,22086017:22094247,22091316:22091678,22131720:22132332,22144308:22144693,22157945:22158599,22177113:22177948,22183559:22186670,22226567:22229852,22312348:22312608,22312865:22313305,22340396:22341213,22344385:22344829,22345136:22345495,22350589:22353633,22378312:22378523,22378313:22378602,22381321:22381589,22381322:22381576,22393282:22394225,22420197:22420793,22429991:22430454,22436848:22437386,22439265:22439797,22453056:22453645,22457336:22458006,22457340:22457547,22466642:22467513,22468001:22468255,22486524:22487412,22488169:22488231,22491285:22491968,22496823:22498430,22502386:22502905,22517559:22518633,22519957:2252442', 'assoc_mat': '21962514:pet_clair:4211:21963410,21963397:pet_clair:4211:21963583,21963883:pet_clair:4211:21964275,21975320:pet_clair:4211:21990267,21976850:pet_clair:4211:21997443,21978908:pet_clair:4211:22004075,21980103:pet_clair:4211:22007318,21980107:pet_clair:4211:22007773,21980142:pet_clair:4211:22008824,21985545:pet_clair:4211:22014717,22014874:pet_clair:4211:22026584,22014896:pet_clair:4211:22026242,22014901:pet_clair:4211:22026182,22024789:pet_clair:4211:22025956,22040126:pet_clair:4211:22040694,22040132:pet_clair:4211:22040624,22042107:pet_clair:4211:22051598,22046566:pet_clair:4211:22050717,22049745:pet_clair:4211:22056369,22051354:pet_clair:4211:22052130,22051356:pet_clair:4211:22052016,22054525:pet_clair:4211:22057171,22086017:pet_clair:4211:22094247,22091316:pet_clair:4211:22091678,22131720:pet_clair:4211:22132332,22144308:pet_clair:4211:22144693,22157945:pet_clair:4211:22158599,22177113:pet_clair:4211:22177948,22183559:pet_clair:4211:22186670,22226567:pet_clair:4211:22229852,22312348:pet_clair:4211:22312608,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9859241214498703, 'nb_photo': 93157, 'list_port_cont': '21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,22389190,22391082,2239250', 'assoc_port': '21963399:21963757,21964372:21964592,21967124:21988608,21969980:21982681,21975313:21990851,21975319:21976289,21976848:21998125,21978922:22005695,21978944:22005804,21980102:22008139,21980115:22009174,21984249:22012898,21985543:22015717,21996832:21997671,22011451:22033712,22013383:22036192,22014822:22042141,22014828:22042751,22014840:22095885,22014875:22082874,22014890:22079923,22014897:22046332,22014905:22048304,22019912:22020908,22023872:22025556,22032522:22033943,22035139:22037056,22040125:22054696,22040135:22040774,22042109:22042956,22045050:22046211,22049752:22051165,22051359:22053759,22054521:22055906,22054523:22057901,22054527:22056154,22054529:22055734,22066731:22067768,22068650:22069674,22071992:22077046,22075835:22076462,22078672:22079685,22086065:22091993,22091319:22112202,22091321:22093328,22096626:22097557,22098018:22109488,22101541:22107800,22101550:22105061,22122001:22122798,22126969:22129282,22132582:22132952,22133906:22134776,22137424:22138725,22138710:22140629,22141213:22142070,22142362:2214388', 'assoc_mat': '21963399:pet_clair:3327:21963757,21964372:pet_clair:3327:21964592,21967124:pet_clair:3327:21988608,21969980:pet_clair:3327:21982681,21975313:pet_clair:3327:21990851,21975319:pet_clair:3327:21976289,21976848:pet_clair:3327:21998125,21978922:pet_clair:3327:22005695,21978944:pet_clair:3327:22005804,21980102:pet_clair:3327:22008139,21980115:pet_clair:3327:22009174,21984249:pet_clair:3327:22012898,21985543:pet_clair:3327:22015717,21996832:pet_clair:3327:21997671,22011451:pet_clair:3327:22033712,22013383:pet_clair:3327:22036192,22014822:pet_clair:3327:22042141,22014828:pet_clair:3327:22042751,22014840:pet_clair:3327:22095885,22014875:pet_clair:3327:22082874,22014890:pet_clair:3327:22079923,22014897:pet_clair:3327:22046332,22014905:pet_clair:3327:22048304,22019912:pet_clair:3327:22020908,22023872:pet_clair:3327:22025556,22032522:pet_clair:3327:22033943,22035139:pet_clair:3327:22037056,22040125:pet_clair:3327:22054696,22040135:pet_clair:3327:22040774,22042109:pet_clair:3327:22042956,22045050:pet_clair:3327:22046211,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004491463864226392, 'nb_photo': 1, 'list_port_cont': '22361617', 'assoc_port': '22355024:22361617', 'assoc_mat': '22355024:pet_fonce:4205:22361617'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018904705676207618, 'nb_photo': 1, 'list_port_cont': '22201652', 'assoc_port': '22200705:22201652', 'assoc_mat': '22200705:pet_fonce:4207:22201652'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003825351499945357, 'nb_photo': 1, 'list_port_cont': '23957311', 'assoc_port': '23949056:23957311', 'assoc_mat': '23949056:pet_fonce:4461:23957311'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.9261447029784983, 'nb_photo': 1992, 'list_port_cont': '22346558', 'assoc_port': '22346410:22346558', 'assoc_mat': '22346410:pet_fonce:4200:22346558'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.002450855396412037, 'nb_photo': 2, 'list_port_cont': '22448928', 'assoc_port': '22448524:22448928', 'assoc_mat': '22448524:pet_fonce:3594:22448928'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00020903059174965527, 'nb_photo': 6, 'list_port_cont': '22080511,22091670,22092183,22192300,22195695,22535671', 'assoc_port': '22079487:22080511,22079491:22092183,22091316:22091670,22191275:22192300,22195205:22195695,22534859:22535671', 'assoc_mat': '22079487:pet_fonce:4211:22080511,22079491:pet_fonce:4211:22092183,22091316:pet_fonce:4211:22091670,22191275:pet_fonce:4211:22192300,22195205:pet_fonce:4211:22195695,22534859:pet_fonce:4211:22535671'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004688484208808319, 'nb_photo': 14, 'list_port_cont': '22009170,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481,24056212,24057442', 'assoc_port': '21980115:22009170,22014828:22042753,22045050:22046217,22066731:22067758,22071992:22077057,22295403:22307654,22295431:22303810,22305205:22306120,22345137:22345682,22503985:22505176,22558087:22559481,23947371:24056212,23947668:24057442', 'assoc_mat': '21980115:pet_fonce:3327:22009170,22014828:pet_fonce:3327:22042753,22045050:pet_fonce:3327:22046217,22066731:pet_fonce:3327:22067758,22071992:pet_fonce:3327:22077057,22295403:pet_fonce:3327:22307654,22295431:pet_fonce:3327:22303810,22305205:pet_fonce:3327:22306120,22345137:pet_fonce:3327:22345682,22503985:pet_fonce:3327:22505176,22558087:pet_fonce:3327:22559481,23947371:pet_fonce:3327:24056212,23947668:pet_fonce:3327:24057442'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.003684788322733772, 'nb_photo': 2, 'list_port_cont': '22553547,24074202', 'assoc_port': '22550650:22553547,23950958:24074202', 'assoc_mat': '22550650:pet_opaque:4205:22553547,23950958:pet_opaque:4205:24074202'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.588914769780425e-05, 'nb_photo': 3, 'list_port_cont': '22097225,22154992,22450058', 'assoc_port': '22096625:22097225,22141215:22154992,22449976:22450058', 'assoc_mat': '22096625:pet_opaque:4203:22097225,22141215:pet_opaque:4203:22154992,22449976:pet_opaque:4203:22450058'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005035639375587501, 'nb_photo': 13, 'list_port_cont': '22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747,23956557,23963242,23968561,23972806', 'assoc_port': '22031176:22031488,22075837:22076180,22150592:22151599,22378451:22378742,22379396:22379468,22380802:22381073,22394735:22395079,22459601:22459747,23947784:23972806,23948942:23968561,23949291:23963242,23953277:23956557', 'assoc_mat': '22031176:pet_opaque:4207:22031488,22075837:pet_opaque:4207:22076180,22150592:pet_opaque:4207:22151599,22378451:pet_opaque:4207:22378742,22379396:pet_opaque:4207:22379468,22380802:pet_opaque:4207:22381073,22394735:pet_opaque:4207:22395079,22459601:pet_opaque:4207:22459747,23947784:pet_opaque:4207:23972806,23948942:pet_opaque:4207:23968561,23949291:pet_opaque:4207:23963242,23953277:pet_opaque:4207:23956557'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005316269606997555, 'nb_photo': 13, 'list_port_cont': '22055220,22069263,22143059,22184417,22292789,22433273,22438564,22494827,22561961,24464252,24474700,24480727', 'assoc_port': '22054526:22055220,22068647:22069263,22142357:22143059,22183556:22184417,22291934:22292789,22431118:22438564,22433052:22433273,22494448:22494827,22561375:22561961,24463213:24480727,24463436:24464252,24463673:24474700', 'assoc_mat': '22054526:pet_opaque:4461:22055220,22068647:pet_opaque:4461:22069263,22142357:pet_opaque:4461:22143059,22183556:pet_opaque:4461:22184417,22291934:pet_opaque:4461:22292789,22431118:pet_opaque:4461:22438564,22433052:pet_opaque:4461:22433273,22494448:pet_opaque:4461:22494827,22561375:pet_opaque:4461:22561961,24463213:pet_opaque:4461:24480727,24463436:pet_opaque:4461:24464252,24463673:pet_opaque:4461:24474700'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002592762209764235, 'nb_photo': 482, 'list_port_cont': '21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22004215,22006325,22007574,22013197,22023825,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22052673,22053683,22053797,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22242137,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22346379,22346567,22347718,22350359,22358800,22378781,22378981,22379412,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22430773,22432529,22433524,22441963,22447466,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22493806,22494277,22494866,22497794,22506975,2251690', 'assoc_port': '21962513:21963750,21963400:21963500,21967129:21969528,21967139:21970682,21967186:21971845,21976823:21996010,21976866:22023825,21976906:21977060,21978911:22004215,21980100:22006325,21980110:22007574,21984246:22052673,21985540:22013197,21986993:21987225,22014797:22040663,22014827:22040891,22014838:22041934,22014839:22042206,22014898:22044594,22014902:22044885,22014903:22045455,22032524:22057729,22035137:22054061,22040123:22053978,22040136:22053965,22042108:22042523,22045049:22053797,22049751:22050960,22049755:22056672,22051355:22053683,22054528:22055112,22068649:22083183,22073532:22074423,22078670:22099670,22088043:22091142,22088051:22091007,22091315:22118591,22093114:22118757,22096627:22097341,22101552:22108172,22123322:22123746,22126966:22132982,22129562:22135487,22132587:22138548,22137423:22147406,22141214:22162550,22142356:22148471,22142359:22148518,22142361:22149498,22144310:22153022,22148779:22169732,22153226:22156886,22154710:22158870,22154715:22159210,22185036:22242137,22191278:22193164,22194161:2219501', 'assoc_mat': '21962513:pet_opaque:4200:21963750,21963400:pet_opaque:4200:21963500,21967129:pet_opaque:4200:21969528,21967139:pet_opaque:4200:21970682,21967186:pet_opaque:4200:21971845,21976823:pet_opaque:4200:21996010,21976866:pet_opaque:4200:22023825,21976906:pet_opaque:4200:21977060,21978911:pet_opaque:4200:22004215,21980100:pet_opaque:4200:22006325,21980110:pet_opaque:4200:22007574,21984246:pet_opaque:4200:22052673,21985540:pet_opaque:4200:22013197,21986993:pet_opaque:4200:21987225,22014797:pet_opaque:4200:22040663,22014827:pet_opaque:4200:22040891,22014838:pet_opaque:4200:22041934,22014839:pet_opaque:4200:22042206,22014898:pet_opaque:4200:22044594,22014902:pet_opaque:4200:22044885,22014903:pet_opaque:4200:22045455,22032524:pet_opaque:4200:22057729,22035137:pet_opaque:4200:22054061,22040123:pet_opaque:4200:22053978,22040136:pet_opaque:4200:22053965,22042108:pet_opaque:4200:22042523,22045049:pet_opaque:4200:22053797,22049751:pet_opaque:4200:22050960,22049755:pet_opaque:4200:22056672,22051355:pet_opaque:4200:22053683,2205'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0018308316152776867, 'nb_photo': 33, 'list_port_cont': '21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678,23935890,23935933,23947993,23953119,23953332,23954259,24455282,24479213,24480074,24481868,24482637', 'assoc_port': '21976904:21977104,22038503:22050288,22040133:22040474,22049747:22050449,22049749:22051857,22096624:22097146,22148776:22149413,22154714:22154839,22174848:22175463,22195202:22195660,22217464:22217895,22221022:22221841,22376588:22377461,22402440:22403220,22433050:22433174,22503987:22504824,22504014:22504641,22511772:22512581,22552959:22553678,23934884:23935933,23934915:23935890,23946524:23947993,23951108:23953332,23951111:23953119,23953479:23954259,24453996:24455282,24463193:24482637,24463246:24481868,24463405:24479213,24463410:24480074', 'assoc_mat': '21976904:pet_opaque:4209:21977104,22038503:pet_opaque:4209:22050288,22040133:pet_opaque:4209:22040474,22049747:pet_opaque:4209:22050449,22049749:pet_opaque:4209:22051857,22096624:pet_opaque:4209:22097146,22148776:pet_opaque:4209:22149413,22154714:pet_opaque:4209:22154839,22174848:pet_opaque:4209:22175463,22195202:pet_opaque:4209:22195660,22217464:pet_opaque:4209:22217895,22221022:pet_opaque:4209:22221841,22376588:pet_opaque:4209:22377461,22402440:pet_opaque:4209:22403220,22433050:pet_opaque:4209:22433174,22503987:pet_opaque:4209:22504824,22504014:pet_opaque:4209:22504641,22511772:pet_opaque:4209:22512581,22552959:pet_opaque:4209:22553678,23934884:pet_opaque:4209:23935933,23934915:pet_opaque:4209:23935890,23946524:pet_opaque:4209:23947993,23951108:pet_opaque:4209:23953332,23951111:pet_opaque:4209:23953119,23953479:pet_opaque:4209:23954259,24453996:pet_opaque:4209:24455282,24463193:pet_opaque:4209:24482637,24463246:pet_opaque:4209:24481868,24463405:pet_opaque:4209:24479213,24463410:pet_opaque:4209:24480074'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00033117545443129474, 'nb_photo': 262, 'list_port_cont': '21970578,22004074,22007769,22008816,22015457,22017313,22020095,22025927,22025959,22026181,22026234,22026669,22026746,22029559,22031879,22031953,22033376,22040607,22052129,22056370,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22185620,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22352907,22355860,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22490648,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962,23948142,23949165,23952580,23953028,23956304,23957874,23964607,23966160,23969640,23978862,2404505', 'assoc_port': '21967132:21970578,21969979:22020095,21978908:22004074,21980107:22007769,21980142:22008816,21985548:22015457,21986988:22017313,22014825:22026746,22014833:22026669,22014896:22026234,22014901:22026181,22024784:22025927,22024789:22025959,22029102:22029559,22031175:22031953,22031177:22031879,22032532:22033376,22040132:22040607,22049745:22056370,22051354:22052129,22065346:22068755,22071991:22072737,22079488:22083632,22079491:22092188,22101546:22105433,22126967:22127605,22131720:22132330,22144305:22144833,22150594:22151416,22154691:22155287,22157945:22158587,22177113:22177959,22178712:22179540,22183559:22186658,22185065:22185620,22191275:22192296,22195199:22195670,22195205:22195690,22210185:22210747,22222660:22222984,22226567:22229853,22290548:22291492,22294054:22294739,22298063:22298645,22304108:22306927,22312348:22312605,22312865:22313299,22312871:22313068,22314655:22315306,22318030:22318838,22328574:22329442,22336329:22337045,22340396:22341211,22344385:22344858,22352274:22352907,22355023:22355860,22376585:2237750', 'assoc_mat': '21967132:pet_opaque:4211:21970578,21969979:pet_opaque:4211:22020095,21978908:pet_opaque:4211:22004074,21980107:pet_opaque:4211:22007769,21980142:pet_opaque:4211:22008816,21985548:pet_opaque:4211:22015457,21986988:pet_opaque:4211:22017313,22014825:pet_opaque:4211:22026746,22014833:pet_opaque:4211:22026669,22014896:pet_opaque:4211:22026234,22014901:pet_opaque:4211:22026181,22024784:pet_opaque:4211:22025927,22024789:pet_opaque:4211:22025959,22029102:pet_opaque:4211:22029559,22031175:pet_opaque:4211:22031953,22031177:pet_opaque:4211:22031879,22032532:pet_opaque:4211:22033376,22040132:pet_opaque:4211:22040607,22049745:pet_opaque:4211:22056370,22051354:pet_opaque:4211:22052129,22065346:pet_opaque:4211:22068755,22071991:pet_opaque:4211:22072737,22079488:pet_opaque:4211:22083632,22079491:pet_opaque:4211:22092188,22101546:pet_opaque:4211:22105433,22126967:pet_opaque:4211:22127605,22131720:pet_opaque:4211:22132330,22144305:pet_opaque:4211:22144833,22150594:pet_opaque:4211:22151416,22154691:pet_opaque:4211:22155287,2215'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004357032523656563, 'nb_photo': 365, 'list_port_cont': '21962939,21967682,21970619,21977417,21979773,21996965,22015338,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22379487,22389541,22403112,22411917,22412541,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22532250,22537004,22543393,22552271,22556356,22560474,22566497,24045646,24054496,24055164,24055556,24055901,24056768,24058522,24063882,24065201,24065531,24065901,24071626,24071818,24071925,24076078,24454571,24490566,24490582,24490596,24490605,24490630,24490689,24490707,24490717,24490731,24490775', 'assoc_port': '21962512:21962939,21967188:21967682,21969981:21970619,21976865:21977417,21978938:21979773,21996833:21996965,22014835:22028491,22014872:22015338,22018591:22024485,22035138:22051423,22040129:22040790,22051360:22051723,22054522:22055157,22062850:22064643,22073531:22073981,22075836:22076264,22079490:22081442,22098017:22098896,22106152:22106681,22131721:22132406,22133905:22134321,22137425:22166954,22148775:22165092,22150595:22159637,22174852:22235720,22185033:22186446,22194159:22194605,22206469:22207263,22221035:22225037,22286479:22287110,22299407:22301632,22304113:22306706,22307886:22308222,22309703:22310204,22314656:22314713,22379399:22379487,22388008:22389541,22393285:22412541,22394734:22411917,22402406:22403112,22450301:22450646,22457337:22458373,22459597:22460029,22469829:22469998,22486521:22486682,22486538:22487210,22488165:22488316,22489069:22490161,22494461:22494958,22497685:22497915,22509477:22513090,22531797:22532250,22536495:22537004,22542655:22543393,22550651:22552271,22554335:22560474,22554338:2255635', 'assoc_mat': '21962512:plastique:3726:21962939,21967188:plastique:3726:21967682,21969981:plastique:3726:21970619,21976865:plastique:3726:21977417,21978938:plastique:3726:21979773,21996833:plastique:3726:21996965,22014835:plastique:3726:22028491,22014872:plastique:3726:22015338,22018591:plastique:3726:22024485,22035138:plastique:3726:22051423,22040129:plastique:3726:22040790,22051360:plastique:3726:22051723,22054522:plastique:3726:22055157,22062850:plastique:3726:22064643,22073531:plastique:3726:22073981,22075836:plastique:3726:22076264,22079490:plastique:3726:22081442,22098017:plastique:3726:22098896,22106152:plastique:3726:22106681,22131721:plastique:3726:22132406,22133905:plastique:3726:22134321,22137425:plastique:3726:22166954,22148775:plastique:3726:22165092,22150595:plastique:3726:22159637,22174852:plastique:3726:22235720,22185033:plastique:3726:22186446,22194159:plastique:3726:22194605,22206469:plastique:3726:22207263,22221035:plastique:3726:22225037,22286479:plastique:3726:22287110,22299407:plastique:3726:22301632,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011181517524091881, 'nb_photo': 1629, 'list_port_cont': '21962937,21967688,21970618,21977419,21979782,21996959,22015340,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22379495,22389543,22403116,22411916,22412548,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22532245,22537007,22543400,22552267,22556365,22560468,22566496,23977005,24045647,24054497,24055166,24055546,24055897,24056771,24058515,24063886,24065202,24065525,24065906,24071631,24071649,24071819,24071924,24076082,24454241,24454565,24490571,24490574,24490593,24490603,24490634,24490672,24490687,24490698,24490711,24490728,24490776', 'assoc_port': '21962512:21962937,21967188:21967688,21969981:21970618,21976865:21977419,21978938:21979782,21996833:21996959,22014835:22028489,22014845:22028377,22014872:22015340,22018591:22024480,22035138:22051418,22040129:22040791,22051360:22051722,22054522:22055163,22062850:22064653,22073531:22073979,22075836:22076262,22079490:22081437,22096622:22102886,22098017:22098899,22106152:22106682,22131721:22132397,22133905:22134318,22137425:22166953,22148775:22165100,22150595:22159638,22174852:22235721,22185033:22186444,22194156:22195061,22194159:22194599,22206469:22207266,22221035:22225045,22286479:22287113,22299407:22301629,22304113:22306708,22307886:22308220,22309703:22310206,22314656:22314703,22379399:22379495,22388008:22389543,22393285:22412548,22394734:22411916,22402406:22403116,22450301:22450654,22457337:22458374,22459597:22460026,22469829:22469988,22486521:22486683,22486538:22487206,22488165:22488312,22489069:22490162,22494461:22494960,22497685:22497921,22509477:22513084,22531797:22532245,22536495:22537007,22542655:2254340', 'assoc_mat': '21962512:Teint_Dans_La_Masse:3726:21962937,21967188:Teint_Dans_La_Masse:3726:21967688,21969981:Teint_Dans_La_Masse:3726:21970618,21976865:Teint_Dans_La_Masse:3726:21977419,21978938:Teint_Dans_La_Masse:3726:21979782,21996833:Teint_Dans_La_Masse:3726:21996959,22014835:Teint_Dans_La_Masse:3726:22028489,22014845:Teint_Dans_La_Masse:3726:22028377,22014872:Teint_Dans_La_Masse:3726:22015340,22018591:Teint_Dans_La_Masse:3726:22024480,22035138:Teint_Dans_La_Masse:3726:22051418,22040129:Teint_Dans_La_Masse:3726:22040791,22051360:Teint_Dans_La_Masse:3726:22051722,22054522:Teint_Dans_La_Masse:3726:22055163,22062850:Teint_Dans_La_Masse:3726:22064653,22073531:Teint_Dans_La_Masse:3726:22073979,22075836:Teint_Dans_La_Masse:3726:22076262,22079490:Teint_Dans_La_Masse:3726:22081437,22096622:Teint_Dans_La_Masse:3726:22102886,22098017:Teint_Dans_La_Masse:3726:22098899,22106152:Teint_Dans_La_Masse:3726:22106682,22131721:Teint_Dans_La_Masse:3726:22132397,22133905:Teint_Dans_La_Masse:3726:22134318,22137425: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(1934974,1934977,1953427,1934995,1935000,1935006,1935011,1935016,1935022,1935030,1935037,1935044,1935049,1733798,1733485,1738164,1740888,1740646,1743913,1747945,1953433,1755955,1953443,1770276,1770245,1769950)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173643, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448924 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173644, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963765,21964605,21976281,21982679,21988615,21990862,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042146,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22067764,22069684,22076457,22077053,22079689,22079921,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22441915,22443629,22445293,22453158,22453749,22456262,22457129,2245968 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173645, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962929,21967686,21970623,21977412,21979780,21996958,22015337,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22379496,22389546,22403109,22411923,22412545,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22532248,22537009,22543396,22552269,22556364,22560472,22566506,23977006,24045640,24054492,24055172,24055554,24055903,24056764,24058525,24063891,24065199,24065520,24065905,24071636,24071654,24071823,24071929,24076073,24454568,24490563,24490586,24490589,24490602,24490628,24490681,24490699,24490713,24490729,24490766 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173646, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964594,21976304,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22459872,22498510,22553891,24057235,24068001,24076095,24076370,24095080,24477428,24478005 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173647, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22041315,22046196,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783,23977220,24056849,24059339 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173648, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801,24056834,24060636,24064559,24066204,24076155,24079361,24168501,24490735 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173649, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22377855,22381681,22390950,22393610,22395070,22452217,22494675,22502955,22534049,22535318,22540538,22544955,23947043,23951606,23953453,23958570,23964421,23964846,23965441,23969140,23973165,23975404,23977952,23980439,23980962,23981283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173650, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22477633,22487233,22516745,23953294,24479884 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173651, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963505,21963754,21970684,21971851,21987230,21996006,22004219,22006331,22007567,22023385,22023821,22027592,22040884,22041946,22042529,22042935,22044165,22044587,22044888,22050963,22051867,22052670,22053693,22053800,22053938,22053966,22053979,22054064,22055106,22056667,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22241921,22242136,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22346374,22346562,22347439,22347713,22350356,22358812,22378614,22378791,22378993,22379425,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22430768,22432537,22433525,22441960,22448401,22452362,22456042,22458250,22459862,22463795,22464629,22465993,22467495,22471232,22472353,2247266 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173652, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22014147,22015346,22015668,22015994,22016095,22016672,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22336906,22346649,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22430347,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097,23950637,23951262,23951337,23951534,23952814,23954073,23954455,23955938,23956191,23957366,23957829,23957934,23958046,23958720,23958817,23961772,23965280,24454271,24454637,24454740,24455027,24455289,24455363,24455456,24455617,2445603 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173653, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22014707,22015465,22017311,22020093,22025921,22025964,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22029520,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22185622,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22345487,22352897,22353628,22355846,22371439,22375836,22377497,22378513,22378600,22379552,22379994,22381573,22381590,22385080,2238753 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173654, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963769,21964604,21976291,21982686,21988606,21990859,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042142,22042741,22048299,22051173,22054704,22055746,22055902,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557,24044273,24045947,24047125,24055962,24062094,24063265,24066223,24066509,24066890,24075118,24075945,24076093,24077881,24079452,24079800,24095073,24174887,24175694,24176583,24455155,24465066,24465422 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173655, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047,23947055,23977226,24055208,24056848,24059329,24064701,24074208,24074570,24078639 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173656, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803,24056837,24060649,24064564,24066194,24076147,24079369,24168493,24490746 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173657, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22015140,22016808,22023123,22025815,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,22298142,22300215,22302316,22305902,22307015,22308161,22317205,22372346,22373594,22377486,22377861,2237873 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173658, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22024162,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22340926,22344801,22347258,22376494,22377543,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22433267,22438554,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,22477630,22487234,22490514,22494835,22497220,22497820,22498676,22499131,22510296,22516746,22518488,22523104,22536183,2253691 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173659, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22013206,22023388,22023816,22027587,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051876,22052664,22053695,22053794,22053933,22053957,22053972,22054069,22055111,22056679,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22241933,22242144,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22346380,22346566,22347432,22347709,22350355,22358807,22378624,22378779,22378986,22379410,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,22397008,22405889,22411842,22422317,22430777,22432527,2243352 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173660, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448926 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173660, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22014152,22015351,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22024221,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22187420,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22336926,22346653,22357145,22372781,22377467,22379975,22385070,22388475,22390958,22391012,22391818,22398263,22403223,22430333,2243317 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173661, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22014712,22015458,22017315,22020099,22025925,22025966,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22029550,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22185621,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345496,22352908,22353629,22355848,22371431,22375842,22377493,22378521,22378595,22379559,22380000,22381569,22381598,22385074,2238754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173662, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963764,21976299,21982689,21988610,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22441908,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559,24045952,24047120,24055964,24056215,24056700,24057236,24059385,24065384,24066887,24075352,24076088,24076369,24076434,24076563,24079250,24079454,24079809,24095068,24164820,24176571,24455158,24465417,24478010,24478346 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173663, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21967687,21977409,21979784,21996957,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22389545,22403113,22411921,22412547,22460031,22469993,22490158,22497910,22513085,22537000,22556362,22560479,22566507,24054505,24055548,24065211,24065519,24076083,24454239,24454566,24490576,24490579,24490632,24490712 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173664, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962938,21967690,21970617,21977418,21979783,21996964,22015344,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22389537,22403114,22411914,22412543,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22537005,22543392,22552273,22556361,22560471,22566501,23977007,24045637,24054495,24055168,24055557,24055894,24056775,24058516,24065206,24065524,24065898,24071629,24071820,24071922,24076080,24454240,24454563,24490580,24490583,24490607,24490675,24490692,24490714,24490722,24490773 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173665, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962936,21967683,21970622,21979776,21996962,22015336,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22379497,22389547,22411920,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22532244,22543395,22552270,22556363,22560476,23977004,24054490,24055174,24055555,24055900,24058528,24065212,24065526,24065899,24071624,24071650,24071830,24454569,24490573,24490709,24490720,24490769 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173666, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050,23947064,23977224,24055212,24056850,24059331,24064696,24074210,24074580,24078648 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173667, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802,24056826,24060632,24064563,24066197,24076151,24079359,24168505,24490733 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173668, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22015143,22023121,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22372347,22377487,22381060,22381679,22395219,22409542,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369,23947052,23949132,23950970,23951618,23952081,23953452,23955071,23956356,23956553,23958210,23959516,23963916,23964429,23969964,23973156,23973650,23974785,23977249,23977673,23977962,23979473,23980440,23981281,23982273,23982670,23983289,24463700,24470460,24471808,24481065 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173669, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21968389,22149461,22292784,22445233,22473912,22556916,22561962,23952701,23953293,23956328,24464611 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173670, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969521,21970689,21971857,22004224,22007573,22027599,22041936,22042210,22042856,22051871,22052660,22053981,22054058,22055114,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22241929,22242691,22294373,22299452,22347442,22347719,22350370,22378616,22379411,22381727,22395769,22432526,22441956,22447465,22448395,22458274,22465990,22488474,22493794,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687,24044977,24045964,24056394,24058247,24058450,24058491,24058883,24061123,24063948,24064919,24065834,24066461,24075011,24075819,24078556,24078895,24079123,24079255,24173503,24175480,24179974,24454479,24454796,24455062,24485224,24490192,24490790,24490812 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173671, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22014144,22015359,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22024216,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22187429,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22346652,22357151,22372772,22377470,22379986,22385066,22388472,22390968,22391023,22403221,22430345,22433172,22448537,22450575,22453427,22453630,22456021,22457562,22457897,22458911,22458937,22459722,22460469,22462791,22463857,22463959,22467290,22470471,22470579,22470940,22471867,22490669,2249828 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173672, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22014714,22015463,22017319,22020092,22025928,22025965,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22029557,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22185619,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22345488,22352906,22353635,22355855,22371438,22375833,22377492,22378511,22378605,22379551,22379997,22381574,22381584,22385083,2238755 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173673, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795,24056830,24060639,24064561,24066201,24076159,24079355,24168507,24490747 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173674, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22479981,22491643,22497145,22538055,22548546,23958212,23964420,23977665,23980451,24481056 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173675, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22538097 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173676, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21996015,22023380,22040888,22045452,22052669,22055109,22123753,22381107,22411846,22474352,22544943,22570738,24175495,24490350 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173677, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22357153,22385072,22390953,22391019,22403211,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099,23935896,23935927,23947991,23950767,23951166,23951263,23952907,23954084,23956185,24454638,24455290,24455455,24455819,24456373,24464465,24475890,24476875,24478124,24478866,24479109,24479211,24480088,24480164,24480704,24480772,24481503,24481762,24481859,24482568,24482628,24490295 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173678, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963413,21964272,21971864,21997451,22004073,22007322,22007778,22025922,22026238,22026462,22026590,22029552,22031956,22040614,22040696,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22185628,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352901,22355856,22378514,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22425567,22430376,22432889,22437376,22439801,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22490661,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968,23951751,23952570,23961234,23964612,23966567,24055526,24063481,24078326,24115021,24176835,24454910,24489905 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173679, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22042742,22138737,22147612,22306121,22354655,22441913,22480595,24068006,24075346,24079797 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173680, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560,23977223,24055211,24056841,24059336,24064707,24074205,24074581,24078640 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173681, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805,24056838,24060647,24064541,24066196,24076145,24079354,24168494,24490741 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173682, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22015145,22016814,22023127,22025821,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,22317206,22372353,22373595,22377485,22378741,22379448,22379458,22379507,22381068,22381694,22387289,2238849 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173683, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22024168,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22340933,22344795,22347261,22376498,22377542,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22433263,22438561,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,22477620,22487221,22490511,22494839,22497215,22497817,22498669,22499133,22510305,22516737,22518483,22523115,22536180,2253691 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173684, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22013198,22023391,22023828,22026223,22027588,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051879,22052658,22053688,22053803,22053940,22053960,22053970,22054062,22055103,22056673,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22241931,22242142,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22346384,22346555,22347437,22347710,22350368,22358803,22378615,22378786,22378987,22379424,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,22405891,22411836,22422314,22430771,22432528,2243352 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173685, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22014150,22015349,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22024222,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22187427,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22336924,22346654,22357146,22377464,22379984,22385064,22388487,22390966,22403209,22430338,22433166,22448534,22450571,22453420,22456026,22457570,22457901,22458914,22458927,22459716,22460460,22462792,22463861,22463963,22467295,22470480,22470574,2247093 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173686, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22014722,22015453,22017320,22020098,22025931,22025957,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22029554,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22185624,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22345497,22352904,22353626,22355857,22371432,22375845,22377495,22378510,22378608,22379556,22379990,22381580,22381599,22385090,2238755 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173687, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22241239 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173688, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22460032,22490151,22513083,22556358,24058514,24076074,24490730 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173689, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550,24055200,24056845,24059340,24074572,24078649 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173690, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804,24056829,24060637,24064554,24066198,24076149,24079365,24168496,24490744 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173691, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964253,21970473,21970763,21971464,21986349,21996822,22005428,22005577,22006365,22025817,22031496,22032211,22032663,22032773,22033153,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22450014,22450026,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,22543501,22548402,22548543,22551016,22559149,22561992,22563372,23949136,23949532,23950969,23951617,23952090,23952978,23953678,23955082,23955658,23956371,23956563,23957081,23958215,2395856 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173692, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21968798,21975968,22015784,22076818,22122298,22212373,22245370,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087,23957312,24464250 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173693, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963498,21970686,21996013,22007579,22040655,22050949,22053686,22053943,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22346376,22346564,22347438,22347716,22350362,22358802,22378618,22378787,22378990,22379420,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,22405899,22411850,22422325,22430763,22432534,22433514,22441969,22448404,22452365,22455393,22456032,22458261,22459858,22463784,22464634,22465992,22467487,22471226,22472362,22472660,22473127,22474355,22475502,22488333,22488430,22488462,22493798,22494280,22494864,22497805,22506111,22506965,22514290,22516904,22519190,22519861,22520060,22520214,2252067 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173694, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448929 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173694, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22014142,22015360,22015672,22015908,22015939,22015958,22016000,22016180,22024217,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22336907,22346648,22372775,22377465,22379972,22390956,22391016,22391823,22403219,22430348,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,22467297,22470477,22470584,22470934,22471873,22490672,22498294,22498732,22498737,22504652,22504812,22512592,22512777,22517405,22518610,22520696,22522218,2253221 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173695, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24055167 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173696, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22007324,22007776,22008821,22014718,22015450,22017318,22020094,22025937,22025955,22026184,22026455,22026574,22026600,22026667,22026751,22029558,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22185629,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22345498,22352892,22353632,22355845,22371443,22375841,22377491,22378526,22378601,22379549,22380002,22381568,22381592,22385087,22387545,22388640,22394220,22395429,22398234,2242079 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173697, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22187175,24075950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173698, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037,23947056,23977227,24055202,24056842,24059334,24064705,24074209,24074577,24078642 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173699, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797,24056833,24060645,24064530,24066199,24076153,24079360,24168502,24490748 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173700, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22015149,22016812,22023124,22025819,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,22298150,22300212,22302303,22305915,22307017,22308168,22317207,22372356,22373588,22377479,22377866,2237874 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173701, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22024161,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22340930,22344800,22347262,22376504,22377539,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22433275,22438559,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,22477635,22487227,22490506,22494825,22497211,22497812,22498668,22499135,22510301,22516750,22518478,22523106,22536169,2253692 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173702, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22013192,22023394,22023814,22027591,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051877,22052662,22053694,22053801,22053939,22053962,22053975,22054057,22055104,22056668,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22241934,22242131,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22346385,22346561,22347428,22347717,22350364,22358798,22378613,22378792,22378992,22379419,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,22397011,22405897,22411843,22422322,22430767,22432539,2243351 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173703, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448925 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173703, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22014151,22015357,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22024220,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22187419,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22336923,22346644,22357152,22372778,22377459,22379977,22385061,22388480,22390957,22391022,22391821,22398264,22403212,2243033 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173704, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22014715,22015451,22017308,22020084,22025924,22025970,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22029533,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22185625,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22345493,22352902,22353636,22355859,22371440,22375844,22377501,22378525,22378606,22379563,22379993,22381575,22381594,22385086,2238754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173705, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963766,21964596,21976303,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22067760,22076461,22077049,22079690,22079933,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22441911,22443633,22445280,22450121,22453151,22453757,22456261,22457131,22459689,22459868,22460920,22463500,22464289,22467728,22470902,22480078,2248059 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173706, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044,23947057,23977222,24055206,24056846,24059343,24064703,24074197,24074567,24078646 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173707, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798,24056831,24060638,24064546,24066208,24076148,24079364,24168499,24490734 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173708, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22015147,22016813,22023134,22031494,22032209,22032664,22032764,22033149,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22450038,22452213,22479976,22487076,22488418,22490340,22491650,22494685,22497141,22498838,22502964,22504423,22513446,22534042,22535321,22538057,22540549,22543498,22544875,22544945,22545006,22548393,22548536,22553387,22558699,22559142,22562000,2394818 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173709, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964553,21980641,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374,23947549,23947831,23948392,23950322,23953289,23956123,23966450,23968059,24454429 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173710, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22013193,22023395,22023823,22026211,22027597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051869,22052671,22053691,22053805,22053945,22053955,22053983,22054063,22055101,22056675,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22241936,22242132,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22346387,22346563,22347435,22347711,22350367,22358804,22378623,22378783,22378994,22379423,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,22422319,22430772,22432530,22433515,2244197 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173711, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22014149,22015347,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22024227,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22187418,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22336931,22346642,22357155,22372770,22377457,22379983,22385059,22388473,22390959,22391024,22391819,22403213,22430341,22433181,22448533,22450572,22453418,22453632,22456018,2245757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173712, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22014713,22015454,22017323,22020097,22025934,22025967,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22029556,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22185633,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345485,22352894,22353638,22355849,22371434,22375834,22377496,22378512,22378607,22379554,22379996,22381572,22381586,22385081,2238754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173713, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22020910,22095884,22347418,24062098 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173714, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22026346,22046194,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566,24055207,24056853,24059341,24064697,24074211,24074569,24078647 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173715, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22064877,24064562,24076156,24490740 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173716, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21970464,21971460,21971805,22003056,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448,23947040,23952979,23955662,23965452 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173717, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22057340,22391721,22516752 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173718, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963502,21969519,21971849,21987222,22006320,22023822,22026220,22027594,22040889,22041947,22044162,22044583,22051873,22052667,22053685,22053935,22053954,22053976,22054070,22055102,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22241924,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347712,22350369,22358813,22378619,22389050,22390079,22405892,22430776,22432536,22433526,22447453,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22493796,22494275,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096,24043816,24043929,24044980,24045919,24045969,24054789,24056816,24060294,24063937,24064924,24065832,24066467,24074476,24075008,24075817,24076536,2407855 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173719, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448923 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173719, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964211,21981113,22015980,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490675,22544899,23935937,23949500,23954256,23955750,23955933,23956193,23965270,24454275,24455460,24455556,24464477,24475889,24477865,24479105,24480094,24482635 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173720, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963410,21963583,21964275,21990267,21997443,22004075,22007318,22007773,22008824,22014717,22025956,22026182,22026242,22026584,22040624,22040694,22050717,22051598,22052016,22052130,22056369,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22378523,22378602,22381576,22381589,22394225,22420793,22430454,22437386,22439797,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952,23952575,23954095,23956306,23956965,23957869,23961232,23964606,23978860,24045041,24055538,24061512,24063476,24175415,24176837,24454902,24464848,24484381 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173721, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,22389190,22391082,2239250 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173722, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22361617 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173723, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22201652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173724, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23957311 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173725, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22346558 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173726, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448928 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173727, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22080511,22091670,22092183,22192300,22195695,22535671 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173728, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22009170,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481,24056212,24057442 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173729, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22553547,24074202 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173730, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22097225,22154992,22450058 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173731, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747,23956557,23963242,23968561,23972806 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173732, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22055220,22069263,22143059,22184417,22292789,22433273,22438564,22494827,22561961,24464252,24474700,24480727 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173733, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22004215,22006325,22007574,22013197,22023825,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22052673,22053683,22053797,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22242137,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22346379,22346567,22347718,22350359,22358800,22378781,22378981,22379412,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22430773,22432529,22433524,22441963,22447466,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22493806,22494277,22494866,22497794,22506975,2251690 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173734, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678,23935890,23935933,23947993,23953119,23953332,23954259,24455282,24479213,24480074,24481868,24482637 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173735, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21970578,22004074,22007769,22008816,22015457,22017313,22020095,22025927,22025959,22026181,22026234,22026669,22026746,22029559,22031879,22031953,22033376,22040607,22052129,22056370,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22185620,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22352907,22355860,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22490648,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962,23948142,23949165,23952580,23953028,23956304,23957874,23964607,23966160,23969640,23978862,2404505 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173736, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962939,21967682,21970619,21977417,21979773,21996965,22015338,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22379487,22389541,22403112,22411917,22412541,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22532250,22537004,22543393,22552271,22556356,22560474,22566497,24045646,24054496,24055164,24055556,24055901,24056768,24058522,24063882,24065201,24065531,24065901,24071626,24071818,24071925,24076078,24454571,24490566,24490582,24490596,24490605,24490630,24490689,24490707,24490717,24490731,24490775 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173737, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962937,21967688,21970618,21977419,21979782,21996959,22015340,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22379495,22389543,22403116,22411916,22412548,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22532245,22537007,22543400,22552267,22556365,22560468,22566496,23977005,24045647,24054497,24055166,24055546,24055897,24056771,24058515,24063886,24065202,24065525,24065906,24071631,24071649,24071819,24071924,24076082,24454241,24454565,24490571,24490574,24490593,24490603,24490634,24490672,24490687,24490698,24490711,24490728,24490776 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for gm : https://www.fotonower.com/velours/30173643,30173652,30173660,30173671,30173677,30173685,30173694,30173703,30173711,30173719,30173726,30173734?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/30173644,30173646,30173654,30173662,30173679,30173697,30173705,30173713,30173721,30173728?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/30173645,30173663,30173664,30173665,30173688,30173695,30173736,30173737?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173647,30173655,30173666,30173680,30173687,30173689,30173698,30173706,30173714,30173722,30173729?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173648,30173656,30173667,30173673,30173681,30173690,30173699,30173707,30173715,30173730?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/30173649,30173657,30173668,30173674,30173682,30173691,30173700,30173708,30173716,30173723,30173731?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173650,30173658,30173669,30173675,30173683,30173692,30173701,30173709,30173717,30173724,30173732?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173651,30173659,30173670,30173676,30173684,30173693,30173702,30173710,30173718,30173725,30173733?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173653,30173661,30173672,30173678,30173686,30173696,30173704,30173712,30173720,30173727,30173735?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Fonction SLA_MENSUEL nb_day : (1, 30) TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier place_id : 36 month : 04 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-04 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-04%') and created_at like '%2025-04%'))); nb_day : (1, 30) after unwanted_material_data We return tuple() but get_coverage_data_from_list_of_date return unexpectedly data from stuff in error with raspi=0 so we force here ! after coverage_data SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where ded.dashboard_place_id = 36 and month(ded.date) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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) = 04 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 '%042025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-04-01 : dt_date_just_month_year : 2025-04-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-04-01" AND ded.date <= "2025-04-30" SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (1934974,1934977,1953427,1934995,1935000,1935006,1935011,1935016,1935022,1935030,1935037,1935044,1935049,1733798,1733485,1738164,1740888,1740646,1743913,1747945,1953433,1755955,1953443,1770276,1770245,1769950) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0015296917197145058, 'nb_photo': 5, 'list_port_cont': '22448924', 'assoc_port': '22448524:22448924', 'assoc_mat': '22448524:autre:3594:22448924'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004818879830564879, 'nb_photo': 693, 'list_port_cont': '21963765,21964605,21976281,21982679,21988615,21990862,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042146,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22067764,22069684,22076457,22077053,22079689,22079921,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22441915,22443629,22445293,22453158,22453749,22456262,22457129,2245968', 'assoc_port': '21963399:21963765,21964372:21964605,21967124:21988615,21969980:21982679,21975313:21990862,21975319:21976281,21976848:21998126,21978922:22005685,21978944:22005806,21980102:22008149,21984249:22012897,21985543:22015724,21996832:21997669,22011451:22033713,22014822:22042146,22014828:22042748,22014840:22095889,22014875:22082870,22014890:22079921,22014897:22046341,22014905:22048309,22019912:22020911,22023872:22025564,22032522:22033940,22035139:22037068,22040125:22054702,22040135:22040784,22042109:22042945,22045050:22046220,22049752:22051164,22051359:22053760,22054521:22055910,22054527:22056157,22054529:22055736,22066731:22067764,22068650:22069684,22071992:22077053,22075835:22076457,22078672:22079689,22086065:22092003,22091319:22112198,22091321:22093334,22096626:22097551,22101541:22107795,22101550:22105064,22126969:22129290,22132582:22132949,22133906:22134775,22137424:22138730,22138710:22140628,22141213:22142069,22142362:22143886,22144307:22147617,22148778:22150074,22150593:22152138,22157943:22159096,22177108:2218193', 'assoc_mat': '21963399:autre:3327:21963765,21964372:autre:3327:21964605,21967124:autre:3327:21988615,21969980:autre:3327:21982679,21975313:autre:3327:21990862,21975319:autre:3327:21976281,21976848:autre:3327:21998126,21978922:autre:3327:22005685,21978944:autre:3327:22005806,21980102:autre:3327:22008149,21984249:autre:3327:22012897,21985543:autre:3327:22015724,21996832:autre:3327:21997669,22011451:autre:3327:22033713,22014822:autre:3327:22042146,22014828:autre:3327:22042748,22014840:autre:3327:22095889,22014875:autre:3327:22082870,22014890:autre:3327:22079921,22014897:autre:3327:22046341,22014905:autre:3327:22048309,22019912:autre:3327:22020911,22023872:autre:3327:22025564,22032522:autre:3327:22033940,22035139:autre:3327:22037068,22040125:autre:3327:22054702,22040135:autre:3327:22040784,22042109:autre:3327:22042945,22045050:autre:3327:22046220,22049752:autre:3327:22051164,22051359:autre:3327:22053760,22054521:autre:3327:22055910,22054527:autre:3327:22056157,22054529:autre:3327:22055736,22066731:autre:3327:22067764,22068650:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010749235440989893, 'nb_photo': 629, 'list_port_cont': '21962929,21967686,21970623,21977412,21979780,21996958,22015337,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22379496,22389546,22403109,22411923,22412545,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22532248,22537009,22543396,22552269,22556364,22560472,22566506,23977006,24045640,24054492,24055172,24055554,24055903,24056764,24058525,24063891,24065199,24065520,24065905,24071636,24071654,24071823,24071929,24076073,24454568,24490563,24490586,24490589,24490602,24490628,24490681,24490699,24490713,24490729,24490766', 'assoc_port': '21962512:21962929,21967188:21967686,21969981:21970623,21976865:21977412,21978938:21979780,21996833:21996958,22014835:22028488,22014845:22028372,22014872:22015337,22018591:22024488,22035138:22051416,22040129:22040788,22051360:22051729,22054522:22055158,22062850:22064645,22073531:22073978,22075836:22076266,22079490:22081436,22096622:22102887,22098017:22098892,22106152:22106679,22131721:22132399,22133905:22134322,22137425:22166959,22148775:22165096,22150595:22159632,22174852:22235726,22185033:22186452,22194156:22195051,22194159:22194604,22206469:22207259,22221035:22225044,22286479:22287108,22299407:22301637,22304113:22306710,22307886:22308219,22309703:22310214,22314656:22314712,22379399:22379496,22388008:22389546,22393285:22412545,22394734:22411923,22402406:22403109,22450301:22450650,22457337:22458372,22459597:22460025,22469829:22469990,22486521:22486692,22486538:22487207,22488165:22488313,22489069:22490155,22494461:22494951,22497685:22497913,22509477:22513086,22531797:22532248,22536495:22537009,22542655:2254339', 'assoc_mat': '21962512:autre_refus:3726:21962929,21967188:autre_refus:3726:21967686,21969981:autre_refus:3726:21970623,21976865:autre_refus:3726:21977412,21978938:autre_refus:3726:21979780,21996833:autre_refus:3726:21996958,22014835:autre_refus:3726:22028488,22014845:autre_refus:3726:22028372,22014872:autre_refus:3726:22015337,22018591:autre_refus:3726:22024488,22035138:autre_refus:3726:22051416,22040129:autre_refus:3726:22040788,22051360:autre_refus:3726:22051729,22054522:autre_refus:3726:22055158,22062850:autre_refus:3726:22064645,22073531:autre_refus:3726:22073978,22075836:autre_refus:3726:22076266,22079490:autre_refus:3726:22081436,22096622:autre_refus:3726:22102887,22098017:autre_refus:3726:22098892,22106152:autre_refus:3726:22106679,22131721:autre_refus:3726:22132399,22133905:autre_refus:3726:22134322,22137425:autre_refus:3726:22166959,22148775:autre_refus:3726:22165096,22150595:autre_refus:3726:22159632,22174852:autre_refus:3726:22235726,22185033:autre_refus:3726:22186452,22194156:autre_refus:3726:22195051,22194159:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011619221593651926, 'nb_photo': 22, 'list_port_cont': '21964594,21976304,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22459872,22498510,22553891,24057235,24068001,24076095,24076370,24095080,24477428,24478005', 'assoc_port': '21964372:21964594,21975319:21976304,22014840:22095876,22014890:22079925,22078672:22079687,22200706:22201870,22307241:22312232,22346407:22346705,22346888:22347417,22388012:22389188,22459599:22459872,22496813:22498510,22552963:22553891,23947546:24057235,23947617:24095080,23949705:24068001,23951121:24076095,23951173:24076370,24463576:24478005,24463619:24477428', 'assoc_mat': '21964372:barquette_avec_film:3327:21964594,21975319:barquette_avec_film:3327:21976304,22014840:barquette_avec_film:3327:22095876,22014890:barquette_avec_film:3327:22079925,22078672:barquette_avec_film:3327:22079687,22200706:barquette_avec_film:3327:22201870,22307241:barquette_avec_film:3327:22312232,22346407:barquette_avec_film:3327:22346705,22346888:barquette_avec_film:3327:22347417,22388012:barquette_avec_film:3327:22389188,22459599:barquette_avec_film:3327:22459872,22496813:barquette_avec_film:3327:22498510,22552963:barquette_avec_film:3327:22553891,23947546:barquette_avec_film:3327:24057235,23947617:barquette_avec_film:3327:24095080,23949705:barquette_avec_film:3327:24068001,23951121:barquette_avec_film:3327:24076095,23951173:barquette_avec_film:3327:24076370,24463576:barquette_avec_film:3327:24478005,24463619:barquette_avec_film:3327:24477428'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009136031047080243, 'nb_photo': 17, 'list_port_cont': '22041315,22046196,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783,23977220,24056849,24059339', 'assoc_port': '22014829:22041315,22014907:22046196,22019910:22053708,22062848:22076379,22076546:22076786,22131718:22153083,22154699:22158494,22191273:22244101,22314653:22314889,22355024:22361625,22379401:22379473,22451710:22454619,22497684:22511783,23934801:23977220,23947712:24056849,23948736:24059339', 'assoc_mat': '22014829:barquette_opaque:4205:22041315,22014907:barquette_opaque:4205:22046196,22019910:barquette_opaque:4205:22053708,22062848:barquette_opaque:4205:22076379,22076546:barquette_opaque:4205:22076786,22131718:barquette_opaque:4205:22153083,22154699:barquette_opaque:4205:22158494,22191273:barquette_opaque:4205:22244101,22314653:barquette_opaque:4205:22314889,22355024:barquette_opaque:4205:22361625,22379401:barquette_opaque:4205:22379473,22451710:barquette_opaque:4205:22454619,22497684:barquette_opaque:4205:22511783,23934801:barquette_opaque:4205:23977220,23947712:barquette_opaque:4205:24056849,23948736:barquette_opaque:4205:24059339'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00139726089642357, 'nb_photo': 262, 'list_port_cont': '21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801,24056834,24060636,24064559,24066204,24076155,24079361,24168501,24490735', 'assoc_port': '21967117:21969304,21978894:22003514,21978946:22005699,22011455:22012125,22014824:22040917,22014888:22064878,22023070:22055546,22035144:22054243,22046564:22053775,22062855:22063561,22076548:22076851,22096625:22097212,22129557:22146613,22141215:22154997,22154698:22164085,22191270:22244156,22210214:22241077,22291941:22295046,22305215:22309859,22314649:22315620,22340395:22348644,22376586:22379355,22386992:22397926,22398077:22399478,22429992:22430544,22443967:22451170,22449976:22450068,22466648:22471540,22494447:22505136,22520613:22520974,22542628:22560993,22556378:22561801,23946469:24168501,23947595:24056834,23948806:24060636,23949371:24064559,23949568:24066204,23951346:24076155,23953532:24079361,24463396:24490735', 'assoc_mat': '21967117:barquette_opaque:4203:21969304,21978894:barquette_opaque:4203:22003514,21978946:barquette_opaque:4203:22005699,22011455:barquette_opaque:4203:22012125,22014824:barquette_opaque:4203:22040917,22014888:barquette_opaque:4203:22064878,22023070:barquette_opaque:4203:22055546,22035144:barquette_opaque:4203:22054243,22046564:barquette_opaque:4203:22053775,22062855:barquette_opaque:4203:22063561,22076548:barquette_opaque:4203:22076851,22096625:barquette_opaque:4203:22097212,22129557:barquette_opaque:4203:22146613,22141215:barquette_opaque:4203:22154997,22154698:barquette_opaque:4203:22164085,22191270:barquette_opaque:4203:22244156,22210214:barquette_opaque:4203:22241077,22291941:barquette_opaque:4203:22295046,22305215:barquette_opaque:4203:22309859,22314649:barquette_opaque:4203:22315620,22340395:barquette_opaque:4203:22348644,22376586:barquette_opaque:4203:22379355,22386992:barquette_opaque:4203:22397926,22398077:barquette_opaque:4203:22399478,22429992:barquette_opaque:4203:22430544,22443967:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001623060384201339, 'nb_photo': 51, 'list_port_cont': '21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22377855,22381681,22390950,22393610,22395070,22452217,22494675,22502955,22534049,22535318,22540538,22544955,23947043,23951606,23953453,23958570,23964421,23964846,23965441,23969140,23973165,23975404,23977952,23980439,23980962,23981283', 'assoc_port': '21963884:21964091,21976868:21997859,21980101:22006376,22014823:22032676,22066735:22066950,22078673:22078978,22091320:22091734,22096628:22097117,22180100:22180582,22183558:22183829,22194162:22194542,22200704:22202612,22211633:22213132,22226570:22227362,22291937:22293176,22291942:22293112,22299408:22300209,22305211:22305905,22376583:22377855,22381324:22381681,22390603:22390950,22393284:22393610,22394735:22395070,22451723:22452217,22494475:22494675,22502411:22502955,22533591:22534049,22534858:22535318,22539826:22540538,22544861:22544955,23946592:23981283,23946611:23980962,23946702:23980439,23946771:23947043,23947375:23977952,23947505:23975404,23947717:23973165,23948846:23969140,23949089:23965441,23949095:23964846,23949116:23964421,23949554:23951606,23951028:23958570,23951249:23953453', 'assoc_mat': '21963884:barquette_opaque:4207:21964091,21976868:barquette_opaque:4207:21997859,21980101:barquette_opaque:4207:22006376,22014823:barquette_opaque:4207:22032676,22066735:barquette_opaque:4207:22066950,22078673:barquette_opaque:4207:22078978,22091320:barquette_opaque:4207:22091734,22096628:barquette_opaque:4207:22097117,22180100:barquette_opaque:4207:22180582,22183558:barquette_opaque:4207:22183829,22194162:barquette_opaque:4207:22194542,22200704:barquette_opaque:4207:22202612,22211633:barquette_opaque:4207:22213132,22226570:barquette_opaque:4207:22227362,22291937:barquette_opaque:4207:22293176,22291942:barquette_opaque:4207:22293112,22299408:barquette_opaque:4207:22300209,22305211:barquette_opaque:4207:22305905,22376583:barquette_opaque:4207:22377855,22381324:barquette_opaque:4207:22381681,22390603:barquette_opaque:4207:22390950,22393284:barquette_opaque:4207:22393610,22394735:barquette_opaque:4207:22395070,22451723:barquette_opaque:4207:22452217,22494475:barquette_opaque:4207:22494675,22502411:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010341773854955803, 'nb_photo': 13, 'list_port_cont': '21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22477633,22487233,22516745,23953294,24479884', 'assoc_port': '21980104:21981591,22029100:22029476,22093119:22093818,22098020:22108865,22153227:22153702,22191271:22192218,22294035:22297450,22400542:22401155,22466649:22477633,22486522:22487233,22513059:22516745,23951069:23953294,24463409:24479884', 'assoc_mat': '21980104:barquette_opaque:4461:21981591,22029100:barquette_opaque:4461:22029476,22093119:barquette_opaque:4461:22093818,22098020:barquette_opaque:4461:22108865,22153227:barquette_opaque:4461:22153702,22191271:barquette_opaque:4461:22192218,22294035:barquette_opaque:4461:22297450,22400542:barquette_opaque:4461:22401155,22466649:barquette_opaque:4461:22477633,22486522:barquette_opaque:4461:22487233,22513059:barquette_opaque:4461:22516745,23951069:barquette_opaque:4461:23953294,24463409:barquette_opaque:4461:24479884'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02543365816797787, 'nb_photo': 768, 'list_port_cont': '21963505,21963754,21970684,21971851,21987230,21996006,22004219,22006331,22007567,22023385,22023821,22027592,22040884,22041946,22042529,22042935,22044165,22044587,22044888,22050963,22051867,22052670,22053693,22053800,22053938,22053966,22053979,22054064,22055106,22056667,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22241921,22242136,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22346374,22346562,22347439,22347713,22350356,22358812,22378614,22378791,22378993,22379425,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22430768,22432537,22433525,22441960,22448401,22452362,22456042,22458250,22459862,22463795,22464629,22465993,22467495,22471232,22472353,2247266', 'assoc_port': '21962513:21963754,21963400:21963505,21967139:21970684,21967186:21971851,21975315:22023385,21976823:21996006,21976866:22023821,21978911:22004219,21978931:22027592,21980100:22006331,21980110:22007567,21984246:22052670,21986993:21987230,22014827:22040884,22014838:22041946,22014878:22042935,22014891:22044165,22014898:22044587,22014902:22044888,22032524:22057726,22035137:22054064,22040123:22053979,22040136:22053966,22042108:22042529,22045047:22053938,22045049:22053800,22049751:22050963,22049755:22056667,22051355:22053693,22051363:22051867,22054528:22055106,22065348:22068776,22068649:22083185,22073532:22074417,22078670:22099681,22088043:22091141,22088051:22091014,22091315:22118600,22091317:22109937,22093114:22118750,22096627:22097333,22101552:22108173,22123322:22123742,22126966:22132979,22129562:22135489,22132587:22138558,22137423:22147405,22141214:22162557,22142356:22148482,22142361:22149502,22144310:22153031,22148779:22169724,22154710:22158868,22154715:22159208,22185028:22241921,22185036:22242136,22191278:2219316', 'assoc_mat': '21962513:barquette_opaque:4200:21963754,21963400:barquette_opaque:4200:21963505,21967139:barquette_opaque:4200:21970684,21967186:barquette_opaque:4200:21971851,21975315:barquette_opaque:4200:22023385,21976823:barquette_opaque:4200:21996006,21976866:barquette_opaque:4200:22023821,21978911:barquette_opaque:4200:22004219,21978931:barquette_opaque:4200:22027592,21980100:barquette_opaque:4200:22006331,21980110:barquette_opaque:4200:22007567,21984246:barquette_opaque:4200:22052670,21986993:barquette_opaque:4200:21987230,22014827:barquette_opaque:4200:22040884,22014838:barquette_opaque:4200:22041946,22014878:barquette_opaque:4200:22042935,22014891:barquette_opaque:4200:22044165,22014898:barquette_opaque:4200:22044587,22014902:barquette_opaque:4200:22044888,22032524:barquette_opaque:4200:22057726,22035137:barquette_opaque:4200:22054064,22040123:barquette_opaque:4200:22053979,22040136:barquette_opaque:4200:22053966,22042108:barquette_opaque:4200:22042529,22045047:barquette_opaque:4200:22053938,22045049:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003563025773799816, 'nb_photo': 213, 'list_port_cont': '21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22014147,22015346,22015668,22015994,22016095,22016672,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22336906,22346649,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22430347,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097,23950637,23951262,23951337,23951534,23952814,23954073,23954455,23955938,23956191,23957366,23957829,23957934,23958046,23958720,23958817,23961772,23965280,24454271,24454637,24454740,24455027,24455289,24455363,24455456,24455617,2445603', 'assoc_port': '21963882:21964198,21967114:21968042,21969983:21970538,21975317:21976112,21976904:21977101,21980117:21981099,21980144:21980940,21984242:21985015,21986987:21987538,21986989:21997643,22013394:22014147,22014842:22016672,22014879:22016095,22014899:22015994,22014904:22015346,22014906:22015668,22023871:22024223,22029099:22029606,22029101:22029296,22038503:22050290,22040133:22040471,22046565:22047093,22049747:22050455,22049749:22051846,22051362:22051690,22054542:22055317,22056819:22057101,22066733:22067260,22075838:22076311,22093116:22093923,22093117:22093801,22096624:22097134,22123324:22123761,22129563:22130060,22133911:22134213,22138713:22139426,22144306:22144719,22154714:22154840,22157944:22158724,22174851:22175515,22180099:22180776,22183560:22184232,22185032:22187413,22185038:22200167,22185039:22200222,22195202:22195658,22210210:22211144,22217464:22217891,22221006:22221532,22299411:22300017,22307235:22307677,22307890:22310453,22309701:22310217,22319403:22319800,22336327:22336906,22346408:22346649,22353972:2235715', 'assoc_mat': '21963882:barquette_opaque:4209:21964198,21967114:barquette_opaque:4209:21968042,21969983:barquette_opaque:4209:21970538,21975317:barquette_opaque:4209:21976112,21976904:barquette_opaque:4209:21977101,21980117:barquette_opaque:4209:21981099,21980144:barquette_opaque:4209:21980940,21984242:barquette_opaque:4209:21985015,21986987:barquette_opaque:4209:21987538,21986989:barquette_opaque:4209:21997643,22013394:barquette_opaque:4209:22014147,22014842:barquette_opaque:4209:22016672,22014879:barquette_opaque:4209:22016095,22014899:barquette_opaque:4209:22015994,22014904:barquette_opaque:4209:22015346,22014906:barquette_opaque:4209:22015668,22023871:barquette_opaque:4209:22024223,22029099:barquette_opaque:4209:22029606,22029101:barquette_opaque:4209:22029296,22038503:barquette_opaque:4209:22050290,22040133:barquette_opaque:4209:22040471,22046565:barquette_opaque:4209:22047093,22049747:barquette_opaque:4209:22050455,22049749:barquette_opaque:4209:22051846,22051362:barquette_opaque:4209:22051690,22054542:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01989397597918742, 'nb_photo': 8617, 'list_port_cont': '21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22014707,22015465,22017311,22020093,22025921,22025964,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22029520,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22185622,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22345487,22352897,22353628,22355846,22371439,22375836,22377497,22378513,22378600,22379552,22379994,22381573,22381590,22385080,2238753', 'assoc_port': '21962514:21963406,21963397:21963585,21963883:21964273,21967132:21970577,21967181:21971875,21967195:21971918,21969979:22020093,21975312:21989546,21975320:21990254,21976850:21997449,21978908:22004066,21978934:22005508,21980103:22007311,21980107:22007777,21980142:22008818,21985545:22014707,21985548:22015465,21986988:22017311,22014825:22026752,22014833:22026680,22014843:22026589,22014874:22026573,22014880:22026454,22014893:22026311,22014896:22026239,22014901:22026178,22024784:22025921,22024789:22025964,22029102:22029520,22031175:22031963,22031177:22031874,22032532:22033384,22038504:22039415,22040126:22040701,22040132:22040622,22042107:22051597,22046566:22050718,22049745:22056374,22049754:22050598,22051354:22052127,22051356:22052024,22054525:22057164,22062853:22063569,22065346:22068753,22066734:22067294,22068648:22069190,22071991:22072734,22073536:22074038,22079487:22080499,22079488:22083642,22079491:22092179,22086017:22094234,22086036:22090615,22091316:22091671,22091318:22091949,22101546:22105431,22121999:2212226', 'assoc_mat': '21962514:barquette_opaque:4211:21963406,21963397:barquette_opaque:4211:21963585,21963883:barquette_opaque:4211:21964273,21967132:barquette_opaque:4211:21970577,21967181:barquette_opaque:4211:21971875,21967195:barquette_opaque:4211:21971918,21969979:barquette_opaque:4211:22020093,21975312:barquette_opaque:4211:21989546,21975320:barquette_opaque:4211:21990254,21976850:barquette_opaque:4211:21997449,21978908:barquette_opaque:4211:22004066,21978934:barquette_opaque:4211:22005508,21980103:barquette_opaque:4211:22007311,21980107:barquette_opaque:4211:22007777,21980142:barquette_opaque:4211:22008818,21985545:barquette_opaque:4211:22014707,21985548:barquette_opaque:4211:22015465,21986988:barquette_opaque:4211:22017311,22014825:barquette_opaque:4211:22026752,22014833:barquette_opaque:4211:22026680,22014843:barquette_opaque:4211:22026589,22014874:barquette_opaque:4211:22026573,22014880:barquette_opaque:4211:22026454,22014893:barquette_opaque:4211:22026311,22014896:barquette_opaque:4211:22026239,22014901:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005929562045369181, 'nb_photo': 183, 'list_port_cont': '21963769,21964604,21976291,21982686,21988606,21990859,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042142,22042741,22048299,22051173,22054704,22055746,22055902,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557,24044273,24045947,24047125,24055962,24062094,24063265,24066223,24066509,24066890,24075118,24075945,24076093,24077881,24079452,24079800,24095073,24174887,24175694,24176583,24455155,24465066,24465422', 'assoc_port': '21963399:21963769,21964372:21964604,21967124:21988606,21969980:21982686,21975313:21990859,21975319:21976291,21976848:21998130,21978922:22005689,21980102:22008150,21980115:22009171,21985543:22015718,22011451:22033720,22013383:22036189,22014822:22042142,22014828:22042741,22014875:22082876,22014905:22048299,22019912:22020906,22023872:22025560,22032522:22033934,22040125:22054704,22040135:22040781,22049752:22051173,22054521:22055902,22054529:22055746,22068650:22069682,22071992:22077054,22078672:22079688,22091319:22112197,22101550:22105063,22132582:22132962,22133906:22134770,22137424:22138724,22150593:22152140,22150597:22151655,22178698:22187178,22178713:22187116,22189238:22190724,22195201:22196311,22200701:22242914,22204329:22242426,22206471:22209136,22217442:22236417,22217452:22234453,22291940:22302590,22295431:22303807,22304110:22309674,22305205:22306113,22346407:22346706,22358429:22358822,22372029:22373033,22374970:22379337,22378454:22378772,22379664:22380047,22381325:22382917,22388012:22389194,22400535:2240585', 'assoc_mat': '21963399:bouchon:3327:21963769,21964372:bouchon:3327:21964604,21967124:bouchon:3327:21988606,21969980:bouchon:3327:21982686,21975313:bouchon:3327:21990859,21975319:bouchon:3327:21976291,21976848:bouchon:3327:21998130,21978922:bouchon:3327:22005689,21980102:bouchon:3327:22008150,21980115:bouchon:3327:22009171,21985543:bouchon:3327:22015718,22011451:bouchon:3327:22033720,22013383:bouchon:3327:22036189,22014822:bouchon:3327:22042142,22014828:bouchon:3327:22042741,22014875:bouchon:3327:22082876,22014905:bouchon:3327:22048299,22019912:bouchon:3327:22020906,22023872:bouchon:3327:22025560,22032522:bouchon:3327:22033934,22040125:bouchon:3327:22054704,22040135:bouchon:3327:22040781,22049752:bouchon:3327:22051173,22054521:bouchon:3327:22055902,22054529:bouchon:3327:22055746,22068650:bouchon:3327:22069682,22071992:bouchon:3327:22077054,22078672:bouchon:3327:22079688,22091319:bouchon:3327:22112197,22101550:bouchon:3327:22105063,22132582:bouchon:3327:22132962,22133906:bouchon:3327:22134770,22137424:bouchon:3327:22138724,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015075141013736993, 'nb_photo': 433, 'list_port_cont': '21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047,23947055,23977226,24055208,24056848,24059329,24064701,24074208,24074570,24078639', 'assoc_port': '21963879:21964192,21967136:21969954,21978909:22026347,21984244:22052395,22014829:22041327,22014907:22046205,22019910:22053697,22038501:22054015,22049748:22051214,22051358:22051706,22062848:22076380,22076546:22076781,22101547:22108083,22131718:22153084,22142360:22149148,22154699:22158482,22174835:22180501,22191273:22244112,22210213:22241244,22211643:22237970,22290550:22292962,22305213:22309536,22314653:22314894,22318028:22318620,22344383:22345057,22355024:22361626,22379401:22379485,22384434:22385698,22390602:22396163,22420201:22422342,22432676:22433709,22444780:22449956,22451710:22454606,22469828:22473514,22479660:22480040,22486523:22487801,22497684:22511786,22509474:22512738,22513057:22516918,22536499:22536634,22550650:22553564,22562905:22565047,23934801:23977226,23946806:23947055,23947388:24055208,23947712:24056848,23948736:24059329,23949473:24064701,23950958:24074208,23951071:24074570,23953445:24078639', 'assoc_mat': '21963879:carton:4205:21964192,21967136:carton:4205:21969954,21978909:carton:4205:22026347,21984244:carton:4205:22052395,22014829:carton:4205:22041327,22014907:carton:4205:22046205,22019910:carton:4205:22053697,22038501:carton:4205:22054015,22049748:carton:4205:22051214,22051358:carton:4205:22051706,22062848:carton:4205:22076380,22076546:carton:4205:22076781,22101547:carton:4205:22108083,22131718:carton:4205:22153084,22142360:carton:4205:22149148,22154699:carton:4205:22158482,22174835:carton:4205:22180501,22191273:carton:4205:22244112,22210213:carton:4205:22241244,22211643:carton:4205:22237970,22290550:carton:4205:22292962,22305213:carton:4205:22309536,22314653:carton:4205:22314894,22318028:carton:4205:22318620,22344383:carton:4205:22345057,22355024:carton:4205:22361626,22379401:carton:4205:22379485,22384434:carton:4205:22385698,22390602:carton:4205:22396163,22420201:carton:4205:22422342,22432676:carton:4205:22433709,22444780:carton:4205:22449956,22451710:carton:4205:22454606,22469828:carton:4205:22473514,2247'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007317395682620384, 'nb_photo': 857, 'list_port_cont': '21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803,24056837,24060649,24064564,24066194,24076147,24079369,24168493,24490746', 'assoc_port': '21967117:21969303,21978894:22003516,21978946:22005709,22011455:22012123,22014824:22040914,22014888:22064874,22023070:22055543,22035144:22054234,22046564:22053779,22062855:22063566,22076548:22076847,22096625:22097209,22129557:22146616,22141215:22155005,22154698:22164098,22191270:22244164,22210214:22241072,22291941:22295043,22305215:22309858,22314649:22315612,22340395:22348636,22376586:22379367,22386992:22397937,22398077:22399477,22429992:22430546,22443967:22451183,22449976:22450055,22466648:22471535,22494447:22505137,22504012:22510430,22520613:22520985,22542628:22560996,22556378:22561803,23946469:24168493,23947595:24056837,23948806:24060649,23949371:24064564,23949568:24066194,23951346:24076147,23953532:24079369,24463396:24490746', 'assoc_mat': '21967117:carton:4203:21969303,21978894:carton:4203:22003516,21978946:carton:4203:22005709,22011455:carton:4203:22012123,22014824:carton:4203:22040914,22014888:carton:4203:22064874,22023070:carton:4203:22055543,22035144:carton:4203:22054234,22046564:carton:4203:22053779,22062855:carton:4203:22063566,22076548:carton:4203:22076847,22096625:carton:4203:22097209,22129557:carton:4203:22146616,22141215:carton:4203:22155005,22154698:carton:4203:22164098,22191270:carton:4203:22244164,22210214:carton:4203:22241072,22291941:carton:4203:22295043,22305215:carton:4203:22309858,22314649:carton:4203:22315612,22340395:carton:4203:22348636,22376586:carton:4203:22379367,22386992:carton:4203:22397937,22398077:carton:4203:22399477,22429992:carton:4203:22430546,22443967:carton:4203:22451183,22449976:carton:4203:22450055,22466648:carton:4203:22471535,22494447:carton:4203:22505137,22504012:carton:4203:22510430,22520613:carton:4203:22520985,22542628:carton:4203:22560996,22556378:carton:4203:22561803,23946469:carton:4203:24168493,2394'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.955586659350464, 'nb_photo': 2966, 'list_port_cont': '21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22015140,22016808,22023123,22025815,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,22298142,22300215,22302316,22305902,22307015,22308161,22317205,22372346,22373594,22377486,22377861,2237873', 'assoc_port': '21963398:21963559,21963881:21964257,21963884:21964103,21963885:21963960,21967145:21970765,21967184:21971457,21967193:21971815,21969982:21970465,21976863:21996824,21976864:21997190,21976868:21997864,21976883:22025815,21976900:22023123,21978888:22003048,21978910:22003904,21978941:22005422,21978949:22005578,21978951:22005620,21980101:22006375,21980112:22007565,21980147:21983035,21985550:21986346,21986991:22016808,22014823:22032677,22014830:22032768,22014834:22032452,22014836:22032208,22014871:22032061,22014884:22015140,22031176:22031485,22032527:22033143,22035140:22036728,22035142:22036289,22035143:22035908,22040130:22040502,22042105:22042597,22045046:22045604,22049746:22050879,22049750:22050364,22049753:22050432,22049757:22050147,22051353:22051586,22054524:22055093,22056821:22057091,22065345:22068691,22066732:22067370,22066735:22066945,22071990:22072665,22073533:22073884,22073534:22073652,22075837:22076182,22078669:22079681,22078671:22079029,22078673:22078967,22086018:22088036,22088046:22090728,22091320:2209173', 'assoc_mat': '21963398:carton:4207:21963559,21963881:carton:4207:21964257,21963884:carton:4207:21964103,21963885:carton:4207:21963960,21967145:carton:4207:21970765,21967184:carton:4207:21971457,21967193:carton:4207:21971815,21969982:carton:4207:21970465,21976863:carton:4207:21996824,21976864:carton:4207:21997190,21976868:carton:4207:21997864,21976883:carton:4207:22025815,21976900:carton:4207:22023123,21978888:carton:4207:22003048,21978910:carton:4207:22003904,21978941:carton:4207:22005422,21978949:carton:4207:22005578,21978951:carton:4207:22005620,21980101:carton:4207:22006375,21980112:carton:4207:22007565,21980147:carton:4207:21983035,21985550:carton:4207:21986346,21986991:carton:4207:22016808,22014823:carton:4207:22032677,22014830:carton:4207:22032768,22014834:carton:4207:22032452,22014836:carton:4207:22032208,22014871:carton:4207:22032061,22014884:carton:4207:22015140,22031176:carton:4207:22031485,22032527:carton:4207:22033143,22035140:carton:4207:22036728,22035142:carton:4207:22036289,22035143:carton:4207:22035908,2204'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01608546037934879, 'nb_photo': 3615, 'list_port_cont': '21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22024162,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22340926,22344801,22347258,22376494,22377543,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22433267,22438554,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,22477630,22487234,22490514,22494835,22497220,22497820,22498676,22499131,22510296,22516746,22518488,22523104,22536183,2253691', 'assoc_port': '21962511:21962862,21963880:21964222,21964371:21964556,21967121:21968796,21967190:21968382,21975318:21975959,21976867:21977452,21978936:21979345,21980104:21981586,21980135:21980646,21980140:21981029,21985538:21986128,21986986:21987688,21996829:21997470,21996831:21997260,22014826:22016513,22014832:22015493,22014873:22015865,22014882:22015782,22014894:22015729,22014900:22015618,22014908:22015515,22023899:22024162,22029100:22029479,22031178:22031832,22035145:22036043,22040127:22040515,22042106:22042483,22045048:22045794,22046567:22051019,22049756:22052007,22051361:22057339,22054526:22055233,22065347:22073897,22068647:22069275,22073535:22073967,22075834:22076346,22076547:22076815,22079489:22080200,22086063:22094619,22088044:22088860,22093119:22093817,22098020:22108868,22122000:22122294,22126964:22127550,22129559:22130122,22132586:22132905,22138711:22147288,22142357:22143057,22144309:22144642,22148777:22149457,22153227:22153705,22164922:22165125,22177109:22178177,22180103:22180728,22183556:22184446,22191271:2219221', 'assoc_mat': '21962511:carton:4461:21962862,21963880:carton:4461:21964222,21964371:carton:4461:21964556,21967121:carton:4461:21968796,21967190:carton:4461:21968382,21975318:carton:4461:21975959,21976867:carton:4461:21977452,21978936:carton:4461:21979345,21980104:carton:4461:21981586,21980135:carton:4461:21980646,21980140:carton:4461:21981029,21985538:carton:4461:21986128,21986986:carton:4461:21987688,21996829:carton:4461:21997470,21996831:carton:4461:21997260,22014826:carton:4461:22016513,22014832:carton:4461:22015493,22014873:carton:4461:22015865,22014882:carton:4461:22015782,22014894:carton:4461:22015729,22014900:carton:4461:22015618,22014908:carton:4461:22015515,22023899:carton:4461:22024162,22029100:carton:4461:22029479,22031178:carton:4461:22031832,22035145:carton:4461:22036043,22040127:carton:4461:22040515,22042106:carton:4461:22042483,22045048:carton:4461:22045794,22046567:carton:4461:22051019,22049756:carton:4461:22052007,22051361:carton:4461:22057339,22054526:carton:4461:22055233,22065347:carton:4461:22073897,2206'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02604115589083413, 'nb_photo': 3706, 'list_port_cont': '21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22013206,22023388,22023816,22027587,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051876,22052664,22053695,22053794,22053933,22053957,22053972,22054069,22055111,22056679,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22241933,22242144,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22346380,22346566,22347432,22347709,22350355,22358807,22378624,22378779,22378986,22379410,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,22397008,22405889,22411842,22422317,22430777,22432527,2243352', 'assoc_port': '21962513:21963748,21963400:21963506,21967129:21969524,21967139:21970679,21967186:21971856,21975315:22023388,21976823:21996020,21976866:22023816,21976906:21977061,21978911:22004220,21978931:22027587,21980100:22006334,21980110:22007581,21984246:22052664,21985540:22013206,21986993:21987223,22014797:22040654,22014827:22040896,22014838:22041945,22014839:22042197,22014876:22042851,22014878:22042942,22014891:22044158,22014898:22044586,22014902:22044887,22014903:22045463,22032524:22057722,22035137:22054069,22040123:22053972,22040136:22053957,22042108:22042519,22045047:22053933,22045049:22053794,22049751:22050954,22049755:22056679,22051355:22053695,22051363:22051876,22054528:22055111,22065348:22068783,22068649:22083182,22073532:22074421,22078670:22099667,22088043:22091145,22088051:22091018,22091315:22118601,22091317:22109942,22093114:22118743,22096627:22097336,22101552:22108175,22123322:22123738,22126966:22132976,22129562:22135498,22132587:22138559,22137423:22147414,22141214:22162558,22142356:22148480,22142359:2214851', 'assoc_mat': '21962513:carton:4200:21963748,21963400:carton:4200:21963506,21967129:carton:4200:21969524,21967139:carton:4200:21970679,21967186:carton:4200:21971856,21975315:carton:4200:22023388,21976823:carton:4200:21996020,21976866:carton:4200:22023816,21976906:carton:4200:21977061,21978911:carton:4200:22004220,21978931:carton:4200:22027587,21980100:carton:4200:22006334,21980110:carton:4200:22007581,21984246:carton:4200:22052664,21985540:carton:4200:22013206,21986993:carton:4200:21987223,22014797:carton:4200:22040654,22014827:carton:4200:22040896,22014838:carton:4200:22041945,22014839:carton:4200:22042197,22014876:carton:4200:22042851,22014878:carton:4200:22042942,22014891:carton:4200:22044158,22014898:carton:4200:22044586,22014902:carton:4200:22044887,22014903:carton:4200:22045463,22032524:carton:4200:22057722,22035137:carton:4200:22054069,22040123:carton:4200:22053972,22040136:carton:4200:22053957,22042108:carton:4200:22042519,22045047:carton:4200:22053933,22045049:carton:4200:22053794,22049751:carton:4200:22050954,2204'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.006570366753472222, 'nb_photo': 16, 'list_port_cont': '22448926', 'assoc_port': '22448524:22448926', 'assoc_mat': '22448524:carton:3594:22448926'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03690459076037486, 'nb_photo': 5315, 'list_port_cont': '21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22014152,22015351,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22024221,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22187420,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22336926,22346653,22357145,22372781,22377467,22379975,22385070,22388475,22390958,22391012,22391818,22398263,22403223,22430333,2243317', 'assoc_port': '21963882:21964206,21967114:21968044,21967142:21974006,21967197:21974246,21969983:21970545,21975316:21976187,21975317:21976108,21976822:21979263,21976869:21978700,21976870:21978409,21976897:21978277,21976904:21977096,21980117:21981100,21980144:21980943,21984242:21985014,21986987:21987529,21986989:21997647,22013394:22014152,22014831:22017223,22014842:22016674,22014846:22016175,22014877:22015936,22014879:22016100,22014886:22015975,22014892:22015920,22014899:22016001,22014904:22015351,22014906:22015670,22018590:24455555,22023871:22024221,22029099:22029607,22029101:22029289,22032529:22033187,22035141:22035770,22038503:22050297,22040133:22040481,22045045:22045568,22046565:22047101,22049747:22050446,22049749:22051844,22049758:22050006,22051357:22052099,22051362:22051698,22054542:22055318,22056819:22057080,22065344:22066229,22066733:22067262,22075838:22076301,22076545:22076806,22086022:22086679,22088049:22088573,22093116:22093926,22093117:22093802,22096624:22097135,22101542:22102780,22123324:22123767,22129563:2213006', 'assoc_mat': '21963882:carton:4209:21964206,21967114:carton:4209:21968044,21967142:carton:4209:21974006,21967197:carton:4209:21974246,21969983:carton:4209:21970545,21975316:carton:4209:21976187,21975317:carton:4209:21976108,21976822:carton:4209:21979263,21976869:carton:4209:21978700,21976870:carton:4209:21978409,21976897:carton:4209:21978277,21976904:carton:4209:21977096,21980117:carton:4209:21981100,21980144:carton:4209:21980943,21984242:carton:4209:21985014,21986987:carton:4209:21987529,21986989:carton:4209:21997647,22013394:carton:4209:22014152,22014831:carton:4209:22017223,22014842:carton:4209:22016674,22014846:carton:4209:22016175,22014877:carton:4209:22015936,22014879:carton:4209:22016100,22014886:carton:4209:22015975,22014892:carton:4209:22015920,22014899:carton:4209:22016001,22014904:carton:4209:22015351,22014906:carton:4209:22015670,22018590:carton:4209:24455555,22023871:carton:4209:22024221,22029099:carton:4209:22029607,22029101:carton:4209:22029289,22032529:carton:4209:22033187,22035141:carton:4209:22035770,2203'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010625966374553639, 'nb_photo': 15401, 'list_port_cont': '21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22014712,22015458,22017315,22020099,22025925,22025966,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22029550,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22185621,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345496,22352908,22353629,22355848,22371431,22375842,22377493,22378521,22378595,22379559,22380000,22381569,22381598,22385074,2238754', 'assoc_port': '21962514:21963407,21963397:21963592,21963883:21964274,21967132:21970586,21967181:21971876,21967195:21971933,21969979:22020099,21975312:21989545,21975320:21990263,21976850:21997447,21978908:22004072,21978934:22005519,21980103:22007317,21980107:22007775,21980142:22008812,21985545:22014712,21985548:22015458,21986988:22017315,22014825:22026737,22014833:22026668,22014843:22026599,22014874:22026575,22014880:22026460,22014893:22026316,22014896:22026243,22014901:22026188,22024784:22025925,22024789:22025966,22029102:22029550,22031175:22031961,22031177:22031871,22032532:22033368,22038504:22039422,22040126:22040700,22040132:22040619,22042107:22051593,22046566:22050703,22049745:22056380,22049754:22050604,22051354:22052122,22051356:22052018,22054525:22057176,22062853:22063571,22065346:22068766,22066734:22067300,22068648:22069188,22071991:22072731,22073536:22074040,22079487:22080501,22079488:22083643,22079491:22092178,22086017:22094249,22086036:22090621,22091316:22091676,22091318:22091937,22101546:22105435,22121999:2212225', 'assoc_mat': '21962514:carton:4211:21963407,21963397:carton:4211:21963592,21963883:carton:4211:21964274,21967132:carton:4211:21970586,21967181:carton:4211:21971876,21967195:carton:4211:21971933,21969979:carton:4211:22020099,21975312:carton:4211:21989545,21975320:carton:4211:21990263,21976850:carton:4211:21997447,21978908:carton:4211:22004072,21978934:carton:4211:22005519,21980103:carton:4211:22007317,21980107:carton:4211:22007775,21980142:carton:4211:22008812,21985545:carton:4211:22014712,21985548:carton:4211:22015458,21986988:carton:4211:22017315,22014825:carton:4211:22026737,22014833:carton:4211:22026668,22014843:carton:4211:22026599,22014874:carton:4211:22026575,22014880:carton:4211:22026460,22014893:carton:4211:22026316,22014896:carton:4211:22026243,22014901:carton:4211:22026188,22024784:carton:4211:22025925,22024789:carton:4211:22025966,22029102:carton:4211:22029550,22031175:carton:4211:22031961,22031177:carton:4211:22031871,22032532:carton:4211:22033368,22038504:carton:4211:22039422,22040126:carton:4211:22040700,2204'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00594310637347956, 'nb_photo': 189, 'list_port_cont': '21963764,21976299,21982689,21988610,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22441908,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559,24045952,24047120,24055964,24056215,24056700,24057236,24059385,24065384,24066887,24075352,24076088,24076369,24076434,24076563,24079250,24079454,24079809,24095068,24164820,24176571,24455158,24465417,24478010,24478346', 'assoc_port': '21963399:21963764,21967124:21988610,21969980:21982689,21975319:21976299,21976848:21998134,21978922:22005688,21980102:22008144,21984249:22012899,22011451:22033711,22014822:22042147,22014828:22042747,22014840:22095883,22014875:22082869,22014890:22079924,22014897:22046336,22014905:22048303,22023872:22025557,22032522:22033936,22035139:22037060,22040125:22054706,22045050:22046216,22051359:22053767,22054523:22057902,22054529:22055747,22066731:22067765,22068650:22069681,22071992:22077050,22078672:22079697,22086065:22091995,22091321:22093325,22098018:22109487,22101541:22107790,22126969:22129283,22132582:22132954,22137424:22138736,22148778:22150079,22150597:22151650,22157943:22159093,22178698:22187170,22183555:22186782,22189238:22190725,22200698:22242971,22200701:22242917,22204329:22242423,22211640:22237235,22217452:22234451,22304110:22309670,22312869:22318880,22346888:22347414,22350610:22358847,22372029:22373034,22378450:22378840,22379664:22380049,22388012:22389187,22390604:22391087,22391205:22395889,22391213:2239249', 'assoc_mat': '21963399:carton:3327:21963764,21967124:carton:3327:21988610,21969980:carton:3327:21982689,21975319:carton:3327:21976299,21976848:carton:3327:21998134,21978922:carton:3327:22005688,21980102:carton:3327:22008144,21984249:carton:3327:22012899,22011451:carton:3327:22033711,22014822:carton:3327:22042147,22014828:carton:3327:22042747,22014840:carton:3327:22095883,22014875:carton:3327:22082869,22014890:carton:3327:22079924,22014897:carton:3327:22046336,22014905:carton:3327:22048303,22023872:carton:3327:22025557,22032522:carton:3327:22033936,22035139:carton:3327:22037060,22040125:carton:3327:22054706,22045050:carton:3327:22046216,22051359:carton:3327:22053767,22054523:carton:3327:22057902,22054529:carton:3327:22055747,22066731:carton:3327:22067765,22068650:carton:3327:22069681,22071992:carton:3327:22077050,22078672:carton:3327:22079697,22086065:carton:3327:22091995,22091321:carton:3327:22093325,22098018:carton:3327:22109487,22101541:carton:3327:22107790,22126969:carton:3327:22129283,22132582:carton:3327:22132954,2213'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0014310084036551645, 'nb_photo': 79, 'list_port_cont': '21967687,21977409,21979784,21996957,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22389545,22403113,22411921,22412547,22460031,22469993,22490158,22497910,22513085,22537000,22556362,22560479,22566507,24054505,24055548,24065211,24065519,24076083,24454239,24454566,24490576,24490579,24490632,24490712', 'assoc_port': '21967188:21967687,21976865:21977409,21978938:21979784,21996833:21996957,22035138:22051417,22040129:22040792,22051360:22051731,22054522:22055162,22062850:22064652,22079490:22081444,22098017:22098900,22131721:22132398,22137425:22166950,22148775:22165093,22150595:22159635,22174852:22235730,22185033:22186443,22194156:22195055,22194159:22194600,22206469:22207260,22221035:22225048,22299407:22301630,22304113:22306709,22307886:22308221,22309703:22310210,22314656:22314704,22388008:22389545,22393285:22412547,22394734:22411921,22402406:22403113,22459597:22460031,22469829:22469993,22489069:22490158,22497685:22497910,22509477:22513085,22536495:22537000,22554335:22560479,22554338:22556362,22566349:22566507,23946672:24076083,23947289:24054505,23947438:24055548,23949519:24065211,23953471:24065519,24454034:24454566,24454048:24454239,24463260:24490712,24463434:24490632,24463531:24490579,24463541:24490576', 'assoc_mat': '21967188:cartonnette:3726:21967687,21976865:cartonnette:3726:21977409,21978938:cartonnette:3726:21979784,21996833:cartonnette:3726:21996957,22035138:cartonnette:3726:22051417,22040129:cartonnette:3726:22040792,22051360:cartonnette:3726:22051731,22054522:cartonnette:3726:22055162,22062850:cartonnette:3726:22064652,22079490:cartonnette:3726:22081444,22098017:cartonnette:3726:22098900,22131721:cartonnette:3726:22132398,22137425:cartonnette:3726:22166950,22148775:cartonnette:3726:22165093,22150595:cartonnette:3726:22159635,22174852:cartonnette:3726:22235730,22185033:cartonnette:3726:22186443,22194156:cartonnette:3726:22195055,22194159:cartonnette:3726:22194600,22206469:cartonnette:3726:22207260,22221035:cartonnette:3726:22225048,22299407:cartonnette:3726:22301630,22304113:cartonnette:3726:22306709,22307886:cartonnette:3726:22308221,22309703:cartonnette:3726:22310210,22314656:cartonnette:3726:22314704,22388008:cartonnette:3726:22389545,22393285:cartonnette:3726:22412547,22394734:cartonnette:3726:22411921,22402406:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006617095875990101, 'nb_photo': 337, 'list_port_cont': '21962938,21967690,21970617,21977418,21979783,21996964,22015344,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22389537,22403114,22411914,22412543,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22537005,22543392,22552273,22556361,22560471,22566501,23977007,24045637,24054495,24055168,24055557,24055894,24056775,24058516,24065206,24065524,24065898,24071629,24071820,24071922,24076080,24454240,24454563,24490580,24490583,24490607,24490675,24490692,24490714,24490722,24490773', 'assoc_port': '21962512:21962938,21967188:21967690,21969981:21970617,21976865:21977418,21978938:21979783,21996833:21996964,22014835:22028485,22014845:22028373,22014872:22015344,22018591:22024486,22035138:22051424,22040129:22040797,22051360:22051730,22054522:22055155,22062850:22064644,22073531:22073985,22075836:22076261,22079490:22081445,22098017:22098893,22106152:22106675,22131721:22132401,22133905:22134323,22137425:22166958,22150595:22159641,22174852:22235727,22185033:22186448,22194156:22195059,22194159:22194602,22206469:22207261,22221035:22225042,22286479:22287115,22299407:22301639,22304113:22306714,22307886:22308215,22309703:22310213,22314656:22314709,22388008:22389537,22393285:22412543,22394734:22411914,22402406:22403114,22450301:22450652,22457337:22458383,22459597:22460030,22469829:22469994,22486521:22486684,22486538:22487212,22488165:22488320,22489069:22490153,22494461:22494953,22497685:22497920,22509477:22513080,22536495:22537005,22542655:22543392,22550651:22552273,22554335:22560471,22554338:22556361,22566349:2256650', 'assoc_mat': '21962512:Carton_brun:3726:21962938,21967188:Carton_brun:3726:21967690,21969981:Carton_brun:3726:21970617,21976865:Carton_brun:3726:21977418,21978938:Carton_brun:3726:21979783,21996833:Carton_brun:3726:21996964,22014835:Carton_brun:3726:22028485,22014845:Carton_brun:3726:22028373,22014872:Carton_brun:3726:22015344,22018591:Carton_brun:3726:22024486,22035138:Carton_brun:3726:22051424,22040129:Carton_brun:3726:22040797,22051360:Carton_brun:3726:22051730,22054522:Carton_brun:3726:22055155,22062850:Carton_brun:3726:22064644,22073531:Carton_brun:3726:22073985,22075836:Carton_brun:3726:22076261,22079490:Carton_brun:3726:22081445,22098017:Carton_brun:3726:22098893,22106152:Carton_brun:3726:22106675,22131721:Carton_brun:3726:22132401,22133905:Carton_brun:3726:22134323,22137425:Carton_brun:3726:22166958,22150595:Carton_brun:3726:22159641,22174852:Carton_brun:3726:22235727,22185033:Carton_brun:3726:22186448,22194156:Carton_brun:3726:22195059,22194159:Carton_brun:3726:22194602,22206469:Carton_brun:3726:22207261,22221035:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004812817966742792, 'nb_photo': 166, 'list_port_cont': '21962936,21967683,21970622,21979776,21996962,22015336,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22379497,22389547,22411920,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22532244,22543395,22552270,22556363,22560476,23977004,24054490,24055174,24055555,24055900,24058528,24065212,24065526,24065899,24071624,24071650,24071830,24454569,24490573,24490709,24490720,24490769', 'assoc_port': '21962512:21962936,21967188:21967683,21969981:21970622,21978938:21979776,21996833:21996962,22014835:22028492,22014872:22015336,22018591:22024490,22040129:22040795,22051360:22051724,22054522:22055159,22062850:22064648,22073531:22073984,22075836:22076265,22079490:22081443,22096622:22102889,22106152:22106685,22131721:22132403,22133905:22134313,22137425:22166960,22148775:22165101,22174852:22235722,22185033:22186442,22194156:22195057,22194159:22194601,22206469:22207265,22221035:22225046,22286479:22287107,22299407:22301633,22307886:22308211,22309703:22310208,22314656:22314707,22379399:22379497,22388008:22389547,22394734:22411920,22450301:22450649,22457337:22458377,22459597:22460027,22469829:22469999,22486521:22486691,22486538:22487208,22488165:22488315,22489069:22490156,22494461:22494952,22497685:22497912,22509477:22513087,22531797:22532244,22542655:22543395,22550651:22552270,22554335:22560476,22554338:22556363,23934796:23977004,23947289:24054490,23947380:24055174,23947438:24055555,23947484:24055900,23948629:2405852', 'assoc_mat': '21962512:Carton_gris:3726:21962936,21967188:Carton_gris:3726:21967683,21969981:Carton_gris:3726:21970622,21978938:Carton_gris:3726:21979776,21996833:Carton_gris:3726:21996962,22014835:Carton_gris:3726:22028492,22014872:Carton_gris:3726:22015336,22018591:Carton_gris:3726:22024490,22040129:Carton_gris:3726:22040795,22051360:Carton_gris:3726:22051724,22054522:Carton_gris:3726:22055159,22062850:Carton_gris:3726:22064648,22073531:Carton_gris:3726:22073984,22075836:Carton_gris:3726:22076265,22079490:Carton_gris:3726:22081443,22096622:Carton_gris:3726:22102889,22106152:Carton_gris:3726:22106685,22131721:Carton_gris:3726:22132403,22133905:Carton_gris:3726:22134313,22137425:Carton_gris:3726:22166960,22148775:Carton_gris:3726:22165101,22174852:Carton_gris:3726:22235722,22185033:Carton_gris:3726:22186442,22194156:Carton_gris:3726:22195057,22194159:Carton_gris:3726:22194601,22206469:Carton_gris:3726:22207265,22221035:Carton_gris:3726:22225046,22286479:Carton_gris:3726:22287107,22299407:Carton_gris:3726:22301633,22307886:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006524553657582049, 'nb_photo': 180, 'list_port_cont': '21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050,23947064,23977224,24055212,24056850,24059331,24064696,24074210,24074580,24078648', 'assoc_port': '21963879:21964186,21967136:21969945,21978909:22026352,21984244:22052396,22014829:22041329,22014907:22046201,22019910:22053702,22038501:22054005,22049748:22051218,22051358:22051712,22062848:22076374,22076546:22076779,22101547:22108075,22131718:22153088,22142360:22149145,22154699:22158483,22174835:22180494,22191273:22244111,22210213:22241245,22211643:22237976,22290550:22292975,22305213:22309513,22314653:22314879,22318028:22318622,22344383:22345045,22355024:22361612,22379401:22379472,22384434:22385701,22390602:22396155,22420201:22422341,22432676:22433704,22444780:22449948,22451710:22454614,22469828:22473519,22479660:22480030,22486523:22487813,22497684:22511789,22509474:22512749,22513057:22516928,22536499:22536628,22550650:22553556,22562905:22565050,23934801:23977224,23946806:23947064,23947388:24055212,23947712:24056850,23948736:24059331,23949473:24064696,23950958:24074210,23951071:24074580,23953445:24078648', 'assoc_mat': '21963879:ela:4205:21964186,21967136:ela:4205:21969945,21978909:ela:4205:22026352,21984244:ela:4205:22052396,22014829:ela:4205:22041329,22014907:ela:4205:22046201,22019910:ela:4205:22053702,22038501:ela:4205:22054005,22049748:ela:4205:22051218,22051358:ela:4205:22051712,22062848:ela:4205:22076374,22076546:ela:4205:22076779,22101547:ela:4205:22108075,22131718:ela:4205:22153088,22142360:ela:4205:22149145,22154699:ela:4205:22158483,22174835:ela:4205:22180494,22191273:ela:4205:22244111,22210213:ela:4205:22241245,22211643:ela:4205:22237976,22290550:ela:4205:22292975,22305213:ela:4205:22309513,22314653:ela:4205:22314879,22318028:ela:4205:22318622,22344383:ela:4205:22345045,22355024:ela:4205:22361612,22379401:ela:4205:22379472,22384434:ela:4205:22385701,22390602:ela:4205:22396155,22420201:ela:4205:22422341,22432676:ela:4205:22433704,22444780:ela:4205:22449948,22451710:ela:4205:22454614,22469828:ela:4205:22473519,22479660:ela:4205:22480030,22486523:ela:4205:22487813,22497684:ela:4205:22511789,22509474:ela:4205:2251274'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9951156431660009, 'nb_photo': 259, 'list_port_cont': '21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802,24056826,24060632,24064563,24066197,24076151,24079359,24168505,24490733', 'assoc_port': '21967117:21969305,21978894:22003520,21978946:22005700,22011455:22012118,22014824:22040905,22014888:22064884,22023070:22055547,22035144:22054241,22046564:22053787,22062855:22063557,22076548:22076853,22096625:22097223,22129557:22146606,22141215:22155003,22154698:22164096,22191270:22244166,22210214:22241086,22291941:22295032,22305215:22309853,22314649:22315615,22340395:22348633,22376586:22379356,22386992:22397927,22398077:22399468,22429992:22430538,22443967:22451172,22449976:22450064,22466648:22471526,22494447:22505140,22504012:22510434,22520613:22520970,22542628:22560982,22556378:22561802,23946469:24168505,23947595:24056826,23948806:24060632,23949371:24064563,23949568:24066197,23951346:24076151,23953532:24079359,24463396:24490733', 'assoc_mat': '21967117:ela:4203:21969305,21978894:ela:4203:22003520,21978946:ela:4203:22005700,22011455:ela:4203:22012118,22014824:ela:4203:22040905,22014888:ela:4203:22064884,22023070:ela:4203:22055547,22035144:ela:4203:22054241,22046564:ela:4203:22053787,22062855:ela:4203:22063557,22076548:ela:4203:22076853,22096625:ela:4203:22097223,22129557:ela:4203:22146606,22141215:ela:4203:22155003,22154698:ela:4203:22164096,22191270:ela:4203:22244166,22210214:ela:4203:22241086,22291941:ela:4203:22295032,22305215:ela:4203:22309853,22314649:ela:4203:22315615,22340395:ela:4203:22348633,22376586:ela:4203:22379356,22386992:ela:4203:22397927,22398077:ela:4203:22399468,22429992:ela:4203:22430538,22443967:ela:4203:22451172,22449976:ela:4203:22450064,22466648:ela:4203:22471526,22494447:ela:4203:22505140,22504012:ela:4203:22510434,22520613:ela:4203:22520970,22542628:ela:4203:22560982,22556378:ela:4203:22561802,23946469:ela:4203:24168505,23947595:ela:4203:24056826,23948806:ela:4203:24060632,23949371:ela:4203:24064563,23949568:ela:4203:2406619'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013426508707113226, 'nb_photo': 154, 'list_port_cont': '21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22015143,22023121,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22372347,22377487,22381060,22381679,22395219,22409542,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369,23947052,23949132,23950970,23951618,23952081,23953452,23955071,23956356,23956553,23958210,23959516,23963916,23964429,23969964,23973156,23973650,23974785,23977249,23977673,23977962,23979473,23980440,23981281,23982273,23982670,23983289,24463700,24470460,24471808,24481065', 'assoc_port': '21963398:21963561,21963881:21964263,21967184:21971465,21969982:21970466,21976863:21996821,21976900:22023121,21978910:22003897,21978941:22005421,21980101:22006363,21980112:22007553,21985550:21986344,22014823:22032672,22014834:22032449,22014884:22015143,22031176:22031487,22035143:22035917,22040130:22040498,22045046:22045609,22049753:22050430,22065345:22068690,22066732:22067375,22066735:22066956,22071990:22072656,22078669:22079678,22078671:22079044,22078673:22078965,22091320:22091735,22096623:22096857,22123320:22123728,22125807:22126022,22129556:22131809,22132583:22133253,22132585:22133050,22132589:22132865,22150592:22151603,22150596:22151137,22154700:22155155,22174850:22175238,22177106:22180982,22177110:22181061,22180100:22180580,22183558:22183828,22194162:22194543,22221009:22222799,22290547:22292887,22291935:22293794,22291937:22293180,22291942:22293103,22299408:22300214,22305207:22307030,22372032:22372347,22376584:22377487,22380802:22381060,22381324:22381679,22394736:22395219,22409349:22409542,22451723:2245221', 'assoc_mat': '21963398:ela:4207:21963561,21963881:ela:4207:21964263,21967184:ela:4207:21971465,21969982:ela:4207:21970466,21976863:ela:4207:21996821,21976900:ela:4207:22023121,21978910:ela:4207:22003897,21978941:ela:4207:22005421,21980101:ela:4207:22006363,21980112:ela:4207:22007553,21985550:ela:4207:21986344,22014823:ela:4207:22032672,22014834:ela:4207:22032449,22014884:ela:4207:22015143,22031176:ela:4207:22031487,22035143:ela:4207:22035917,22040130:ela:4207:22040498,22045046:ela:4207:22045609,22049753:ela:4207:22050430,22065345:ela:4207:22068690,22066732:ela:4207:22067375,22066735:ela:4207:22066956,22071990:ela:4207:22072656,22078669:ela:4207:22079678,22078671:ela:4207:22079044,22078673:ela:4207:22078965,22091320:ela:4207:22091735,22096623:ela:4207:22096857,22123320:ela:4207:22123728,22125807:ela:4207:22126022,22129556:ela:4207:22131809,22132583:ela:4207:22133253,22132585:ela:4207:22133050,22132589:ela:4207:22132865,22150592:ela:4207:22151603,22150596:ela:4207:22151137,22154700:ela:4207:22155155,22174850:ela:4207:2217523'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006063058211472956, 'nb_photo': 13, 'list_port_cont': '21968389,22149461,22292784,22445233,22473912,22556916,22561962,23952701,23953293,23956328,24464611', 'assoc_port': '21967190:21968389,22148777:22149461,22291934:22292784,22444779:22445233,22469833:22473912,22556379:22556916,22561375:22561962,23947805:23956328,23951069:23953293,23951305:23952701,24463468:24464611', 'assoc_mat': '21967190:ela:4461:21968389,22148777:ela:4461:22149461,22291934:ela:4461:22292784,22444779:ela:4461:22445233,22469833:ela:4461:22473912,22556379:ela:4461:22556916,22561375:ela:4461:22561962,23947805:ela:4461:23956328,23951069:ela:4461:23953293,23951305:ela:4461:23952701,24463468:ela:4461:24464611'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001165785547452938, 'nb_photo': 124, 'list_port_cont': '21969521,21970689,21971857,22004224,22007573,22027599,22041936,22042210,22042856,22051871,22052660,22053981,22054058,22055114,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22241929,22242691,22294373,22299452,22347442,22347719,22350370,22378616,22379411,22381727,22395769,22432526,22441956,22447465,22448395,22458274,22465990,22488474,22493794,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687,24044977,24045964,24056394,24058247,24058450,24058491,24058883,24061123,24063948,24064919,24065834,24066461,24075011,24075819,24078556,24078895,24079123,24079255,24173503,24175480,24179974,24454479,24454796,24455062,24485224,24490192,24490790,24490812', 'assoc_port': '21967129:21969521,21967139:21970689,21967186:21971857,21978911:22004224,21978931:22027599,21980110:22007573,21984246:22052660,22014838:22041936,22014839:22042210,22014876:22042856,22035137:22054058,22040123:22053981,22051363:22051871,22054528:22055114,22093114:22118756,22132587:22138556,22137423:22147410,22144310:22153026,22154710:22158877,22185028:22241929,22191278:22193155,22200699:22242691,22204331:22204885,22210211:22241163,22211636:22239598,22222639:22229875,22291938:22294373,22295406:22299452,22331498:22350370,22339071:22347719,22346893:22347442,22372030:22378616,22378317:22379411,22381319:22381727,22393281:22395769,22431117:22432526,22433051:22448395,22439288:22441956,22443964:22447465,22444781:22458274,22462252:22465990,22488171:22488474,22489072:22493794,22497686:22497803,22502414:22506104,22502416:22506969,22513056:22516906,22517562:22524874,22542654:22543792,22544863:22544931,22554337:22556701,22561372:22563687,23946587:24044977,23946638:24173503,23946781:24045964,23947262:24175480,23947584:2405639', 'assoc_mat': '21967129:ela:4200:21969521,21967139:ela:4200:21970689,21967186:ela:4200:21971857,21978911:ela:4200:22004224,21978931:ela:4200:22027599,21980110:ela:4200:22007573,21984246:ela:4200:22052660,22014838:ela:4200:22041936,22014839:ela:4200:22042210,22014876:ela:4200:22042856,22035137:ela:4200:22054058,22040123:ela:4200:22053981,22051363:ela:4200:22051871,22054528:ela:4200:22055114,22093114:ela:4200:22118756,22132587:ela:4200:22138556,22137423:ela:4200:22147410,22144310:ela:4200:22153026,22154710:ela:4200:22158877,22185028:ela:4200:22241929,22191278:ela:4200:22193155,22200699:ela:4200:22242691,22204331:ela:4200:22204885,22210211:ela:4200:22241163,22211636:ela:4200:22239598,22222639:ela:4200:22229875,22291938:ela:4200:22294373,22295406:ela:4200:22299452,22331498:ela:4200:22350370,22339071:ela:4200:22347719,22346893:ela:4200:22347442,22372030:ela:4200:22378616,22378317:ela:4200:22379411,22381319:ela:4200:22381727,22393281:ela:4200:22395769,22431117:ela:4200:22432526,22433051:ela:4200:22448395,22439288:ela:4200:2244195'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004467600508558358, 'nb_photo': 810, 'list_port_cont': '21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22014144,22015359,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22024216,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22187429,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22346652,22357151,22372772,22377470,22379986,22385066,22388472,22390968,22391023,22403221,22430345,22433172,22448537,22450575,22453427,22453630,22456021,22457562,22457897,22458911,22458937,22459722,22460469,22462791,22463857,22463959,22467290,22470471,22470579,22470940,22471867,22490669,2249828', 'assoc_port': '21967114:21968055,21967142:21973970,21967197:21974245,21969983:21970532,21975316:21976199,21975317:21976106,21976822:21979267,21976869:21978694,21976897:21978278,21980117:21981107,21980144:21980929,21984242:21985004,21986987:21987534,22013394:22014144,22014831:22017224,22014842:22016675,22014846:22016178,22014877:22015926,22014879:22016097,22014886:22015973,22014892:22015915,22014899:22015989,22014904:22015359,22014906:22015667,22018590:24455553,22023871:22024216,22029099:22029604,22029101:22029299,22032529:22033205,22035141:22035781,22040133:22040476,22045045:22045563,22046565:22047091,22049747:22050454,22049749:22051852,22049758:22050005,22051357:22052112,22051362:22051692,22054542:22055315,22065344:22066226,22066733:22067261,22075838:22076310,22076545:22076799,22086022:22086683,22088049:22088578,22093116:22093918,22093117:22093809,22096624:22097132,22101542:22102795,22123324:22123768,22129563:22130057,22133911:22134202,22137426:22137987,22138707:22139245,22138713:22139422,22141216:22141682,22144306:2214472', 'assoc_mat': '21967114:ela:4209:21968055,21967142:ela:4209:21973970,21967197:ela:4209:21974245,21969983:ela:4209:21970532,21975316:ela:4209:21976199,21975317:ela:4209:21976106,21976822:ela:4209:21979267,21976869:ela:4209:21978694,21976897:ela:4209:21978278,21980117:ela:4209:21981107,21980144:ela:4209:21980929,21984242:ela:4209:21985004,21986987:ela:4209:21987534,22013394:ela:4209:22014144,22014831:ela:4209:22017224,22014842:ela:4209:22016675,22014846:ela:4209:22016178,22014877:ela:4209:22015926,22014879:ela:4209:22016097,22014886:ela:4209:22015973,22014892:ela:4209:22015915,22014899:ela:4209:22015989,22014904:ela:4209:22015359,22014906:ela:4209:22015667,22018590:ela:4209:24455553,22023871:ela:4209:22024216,22029099:ela:4209:22029604,22029101:ela:4209:22029299,22032529:ela:4209:22033205,22035141:ela:4209:22035781,22040133:ela:4209:22040476,22045045:ela:4209:22045563,22046565:ela:4209:22047091,22049747:ela:4209:22050454,22049749:ela:4209:22051852,22049758:ela:4209:22050005,22051357:ela:4209:22052112,22051362:ela:4209:2205169'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011242990046036515, 'nb_photo': 2608, 'list_port_cont': '21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22014714,22015463,22017319,22020092,22025928,22025965,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22029557,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22185619,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22345488,22352906,22353635,22355855,22371438,22375833,22377492,22378511,22378605,22379551,22379997,22381574,22381584,22385083,2238755', 'assoc_port': '21962514:21963405,21963397:21963584,21963883:21964277,21967132:21970581,21967181:21971863,21967195:21971919,21969979:22020092,21975312:21989544,21975320:21990255,21976850:21997445,21978908:22004070,21978934:22005514,21980103:22007315,21980107:22007772,21980142:22008815,21985545:22014714,21985548:22015463,21986988:22017319,22014825:22026738,22014833:22026675,22014843:22026588,22014874:22026578,22014880:22026457,22014893:22026313,22014896:22026237,22014901:22026179,22024784:22025928,22024789:22025965,22029102:22029557,22031175:22031965,22031177:22031868,22032532:22033369,22038504:22039416,22040126:22040703,22040132:22040609,22042107:22051605,22046566:22050715,22049745:22056381,22049754:22050597,22051354:22052119,22051356:22052023,22054525:22057167,22062853:22063572,22065346:22068751,22066734:22067302,22068648:22069200,22071991:22072727,22073536:22074048,22079487:22080498,22079488:22083636,22079491:22092192,22086017:22094248,22086036:22090616,22091316:22091665,22091318:22091959,22101546:22105439,22121999:2212225', 'assoc_mat': '21962514:ela:4211:21963405,21963397:ela:4211:21963584,21963883:ela:4211:21964277,21967132:ela:4211:21970581,21967181:ela:4211:21971863,21967195:ela:4211:21971919,21969979:ela:4211:22020092,21975312:ela:4211:21989544,21975320:ela:4211:21990255,21976850:ela:4211:21997445,21978908:ela:4211:22004070,21978934:ela:4211:22005514,21980103:ela:4211:22007315,21980107:ela:4211:22007772,21980142:ela:4211:22008815,21985545:ela:4211:22014714,21985548:ela:4211:22015463,21986988:ela:4211:22017319,22014825:ela:4211:22026738,22014833:ela:4211:22026675,22014843:ela:4211:22026588,22014874:ela:4211:22026578,22014880:ela:4211:22026457,22014893:ela:4211:22026313,22014896:ela:4211:22026237,22014901:ela:4211:22026179,22024784:ela:4211:22025928,22024789:ela:4211:22025965,22029102:ela:4211:22029557,22031175:ela:4211:22031965,22031177:ela:4211:22031868,22032532:ela:4211:22033369,22038504:ela:4211:22039416,22040126:ela:4211:22040703,22040132:ela:4211:22040609,22042107:ela:4211:22051605,22046566:ela:4211:22050715,22049745:ela:4211:2205638'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017919972317916833, 'nb_photo': 98, 'list_port_cont': '21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795,24056830,24060639,24064561,24066201,24076159,24079355,24168507,24490747', 'assoc_port': '21967117:21969307,21978894:22003522,22011455:22012111,22014888:22064880,22023070:22055538,22035144:22054233,22046564:22053788,22062855:22063563,22096625:22097220,22129557:22146615,22141215:22155002,22154698:22164093,22191270:22244163,22210214:22241085,22291941:22295039,22305215:22309863,22314649:22315607,22340395:22348631,22398077:22399481,22429992:22430534,22443967:22451173,22449976:22450061,22466648:22471541,22504012:22510432,22520613:22520983,22542628:22560990,22556378:22561795,23946469:24168507,23947595:24056830,23948806:24060639,23949371:24064561,23949568:24066201,23951346:24076159,23953532:24079355,24463396:24490747', 'assoc_mat': '21967117:etiquette:4203:21969307,21978894:etiquette:4203:22003522,22011455:etiquette:4203:22012111,22014888:etiquette:4203:22064880,22023070:etiquette:4203:22055538,22035144:etiquette:4203:22054233,22046564:etiquette:4203:22053788,22062855:etiquette:4203:22063563,22096625:etiquette:4203:22097220,22129557:etiquette:4203:22146615,22141215:etiquette:4203:22155002,22154698:etiquette:4203:22164093,22191270:etiquette:4203:22244163,22210214:etiquette:4203:22241085,22291941:etiquette:4203:22295039,22305215:etiquette:4203:22309863,22314649:etiquette:4203:22315607,22340395:etiquette:4203:22348631,22398077:etiquette:4203:22399481,22429992:etiquette:4203:22430534,22443967:etiquette:4203:22451173,22449976:etiquette:4203:22450061,22466648:etiquette:4203:22471541,22504012:etiquette:4203:22510432,22520613:etiquette:4203:22520983,22542628:etiquette:4203:22560990,22556378:etiquette:4203:22561795,23946469:etiquette:4203:24168507,23947595:etiquette:4203:24056830,23948806:etiquette:4203:24060639,23949371:etiquette:4203:24064561,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00014799009732477836, 'nb_photo': 21, 'list_port_cont': '22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22479981,22491643,22497145,22538055,22548546,23958212,23964420,23977665,23980451,24481056', 'assoc_port': '21978910:22003902,21980101:22006369,22014834:22032459,22042105:22042601,22054524:22055094,22150596:22151140,22200705:22201664,22222655:22228062,22307237:22308164,22479654:22479981,22491289:22491643,22496797:22497145,22537667:22538055,22547214:22548546,23946702:23980451,23947409:23977665,23949116:23964420,23951103:23958212,24463500:24481056', 'assoc_mat': '21978910:etiquette:4207:22003902,21980101:etiquette:4207:22006369,22014834:etiquette:4207:22032459,22042105:etiquette:4207:22042601,22054524:etiquette:4207:22055094,22150596:etiquette:4207:22151140,22200705:etiquette:4207:22201664,22222655:etiquette:4207:22228062,22307237:etiquette:4207:22308164,22479654:etiquette:4207:22479981,22491289:etiquette:4207:22491643,22496797:etiquette:4207:22497145,22537667:etiquette:4207:22538055,22547214:etiquette:4207:22548546,23946702:etiquette:4207:23980451,23947409:etiquette:4207:23977665,23949116:etiquette:4207:23964420,23951103:etiquette:4207:23958212,24463500:etiquette:4207:24481056'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 1.6772930506564936e-05, 'nb_photo': 1, 'list_port_cont': '22538097', 'assoc_port': '22537668:22538097', 'assoc_mat': '22537668:etiquette:4461:22538097'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015512682191465412, 'nb_photo': 19, 'list_port_cont': '21996015,22023380,22040888,22045452,22052669,22055109,22123753,22381107,22411846,22474352,22544943,22570738,24175495,24490350', 'assoc_port': '21975315:22023380,21976823:21996015,21984246:22052669,22014827:22040888,22014903:22045452,22054528:22055109,22123322:22123753,22380800:22381107,22393283:22411846,22469830:22474352,22544863:22544943,22566350:22570738,23947262:24175495,24463376:24490350', 'assoc_mat': '21975315:etiquette:4200:22023380,21976823:etiquette:4200:21996015,21984246:etiquette:4200:22052669,22014827:etiquette:4200:22040888,22014903:etiquette:4200:22045452,22054528:etiquette:4200:22055109,22123322:etiquette:4200:22123753,22380800:etiquette:4200:22381107,22393283:etiquette:4200:22411846,22469830:etiquette:4200:22474352,22544863:etiquette:4200:22544943,22566350:etiquette:4200:22570738,23947262:etiquette:4200:24175495,24463376:etiquette:4200:24490350'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008386211780156041, 'nb_photo': 135, 'list_port_cont': '21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22357153,22385072,22390953,22391019,22403211,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099,23935896,23935927,23947991,23950767,23951166,23951263,23952907,23954084,23956185,24454638,24455290,24455455,24455819,24456373,24464465,24475890,24476875,24478124,24478866,24479109,24479211,24480088,24480164,24480704,24480772,24481503,24481762,24481859,24482568,24482628,24490295', 'assoc_port': '21969983:21970541,21976822:21979262,21980117:21981112,21986987:21987540,22013394:22014146,22014846:22016179,22014892:22015922,22014899:22016004,22014906:22015673,22029099:22029594,22029101:22029288,22032529:22033203,22040133:22040478,22046565:22047092,22051362:22051689,22065344:22066231,22076545:22076804,22096624:22097145,22101542:22102792,22129563:22130067,22133911:22134206,22138713:22139420,22148776:22149422,22157944:22158721,22180099:22180782,22183560:22184236,22206473:22207244,22210210:22211139,22221022:22221838,22290545:22291341,22299411:22300026,22305208:22305854,22305212:22305685,22307235:22307672,22309701:22310219,22312351:22312754,22316766:22317524,22353972:22357153,22384433:22385072,22390605:22390953,22390606:22391019,22402440:22403211,22444777:22448539,22448524:24475890,22450304:22450582,22453057:22453629,22459991:22460470,22463411:22463965,22471234:22471868,22489568:22498281,22497683:22498734,22498539:22498743,22513060:22517414,22517539:22518605,22531798:22532212,22536498:22536878,22542627:2254328', 'assoc_mat': '21969983:etiquette:4209:21970541,21976822:etiquette:4209:21979262,21980117:etiquette:4209:21981112,21986987:etiquette:4209:21987540,22013394:etiquette:4209:22014146,22014846:etiquette:4209:22016179,22014892:etiquette:4209:22015922,22014899:etiquette:4209:22016004,22014906:etiquette:4209:22015673,22029099:etiquette:4209:22029594,22029101:etiquette:4209:22029288,22032529:etiquette:4209:22033203,22040133:etiquette:4209:22040478,22046565:etiquette:4209:22047092,22051362:etiquette:4209:22051689,22065344:etiquette:4209:22066231,22076545:etiquette:4209:22076804,22096624:etiquette:4209:22097145,22101542:etiquette:4209:22102792,22129563:etiquette:4209:22130067,22133911:etiquette:4209:22134206,22138713:etiquette:4209:22139420,22148776:etiquette:4209:22149422,22157944:etiquette:4209:22158721,22180099:etiquette:4209:22180782,22183560:etiquette:4209:22184236,22206473:etiquette:4209:22207244,22210210:etiquette:4209:22211139,22221022:etiquette:4209:22221838,22290545:etiquette:4209:22291341,22299411:etiquette:4209:22300026,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.0296738084605805e-05, 'nb_photo': 176, 'list_port_cont': '21963413,21964272,21971864,21997451,22004073,22007322,22007778,22025922,22026238,22026462,22026590,22029552,22031956,22040614,22040696,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22185628,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352901,22355856,22378514,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22425567,22430376,22432889,22437376,22439801,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22490661,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968,23951751,23952570,23961234,23964612,23966567,24055526,24063481,24078326,24115021,24176835,24454910,24489905', 'assoc_port': '21962514:21963413,21963883:21964272,21967181:21971864,21976850:21997451,21978908:22004073,21980103:22007322,21980107:22007778,22014843:22026590,22014880:22026462,22014896:22026238,22024784:22025922,22029102:22029552,22031175:22031956,22040126:22040696,22040132:22040614,22062853:22063584,22065346:22068767,22071991:22072733,22073536:22074045,22079487:22080509,22126967:22127607,22141217:22141697,22144305:22144841,22150594:22151417,22154691:22155285,22157945:22158586,22185065:22185628,22189217:22189957,22195199:22195671,22195205:22195682,22210185:22210757,22222660:22222977,22226567:22229864,22290548:22291483,22298063:22298633,22301993:22302347,22304108:22306937,22307889:22308367,22309702:22309994,22318030:22318837,22336329:22337038,22340396:22341210,22345136:22345489,22352274:22352901,22355023:22355856,22378312:22378514,22379663:22379995,22381321:22381600,22381322:22381571,22386993:22387543,22388013:22388643,22393282:22394232,22394740:22395430,22420197:22420789,22424907:22425567,22429989:22430376,22432671:2243288', 'assoc_mat': '21962514:etiquette:4211:21963413,21963883:etiquette:4211:21964272,21967181:etiquette:4211:21971864,21976850:etiquette:4211:21997451,21978908:etiquette:4211:22004073,21980103:etiquette:4211:22007322,21980107:etiquette:4211:22007778,22014843:etiquette:4211:22026590,22014880:etiquette:4211:22026462,22014896:etiquette:4211:22026238,22024784:etiquette:4211:22025922,22029102:etiquette:4211:22029552,22031175:etiquette:4211:22031956,22040126:etiquette:4211:22040696,22040132:etiquette:4211:22040614,22062853:etiquette:4211:22063584,22065346:etiquette:4211:22068767,22071991:etiquette:4211:22072733,22073536:etiquette:4211:22074045,22079487:etiquette:4211:22080509,22126967:etiquette:4211:22127607,22141217:etiquette:4211:22141697,22144305:etiquette:4211:22144841,22150594:etiquette:4211:22151417,22154691:etiquette:4211:22155285,22157945:etiquette:4211:22158586,22185065:etiquette:4211:22185628,22189217:etiquette:4211:22189957,22195199:etiquette:4211:22195671,22195205:etiquette:4211:22195682,22210185:etiquette:4211:22210757,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0013085357714266602, 'nb_photo': 10, 'list_port_cont': '22042742,22138737,22147612,22306121,22354655,22441913,22480595,24068006,24075346,24079797', 'assoc_port': '22014828:22042742,22137424:22138737,22144307:22147612,22305205:22306121,22353971:22354655,22440774:22441913,22469827:22480595,23949705:24068006,23950954:24075346,23953469:24079797', 'assoc_mat': '22014828:etiquette:3327:22042742,22137424:etiquette:3327:22138737,22144307:etiquette:3327:22147612,22305205:etiquette:3327:22306121,22353971:etiquette:3327:22354655,22440774:etiquette:3327:22441913,22469827:etiquette:3327:22480595,23949705:etiquette:3327:24068006,23950954:etiquette:3327:24075346,23953469:etiquette:3327:24079797'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014379694061397158, 'nb_photo': 420, 'list_port_cont': '21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560,23977223,24055211,24056841,24059336,24064707,24074205,24074581,24078640', 'assoc_port': '21963879:21964190,21967136:21969957,21978909:22026354,21984244:22052391,22014829:22041320,22014907:22046204,22019910:22053709,22038501:22054012,22049748:22051226,22051358:22051709,22062848:22076366,22076546:22076785,22101547:22108074,22131718:22153075,22142360:22149156,22154699:22158485,22174835:22180502,22191273:22244103,22210213:22241233,22211643:22237964,22290550:22292967,22305213:22309525,22314653:22314883,22318028:22318634,22344383:22345055,22355024:22361616,22379401:22379483,22384434:22385696,22390602:22396156,22420201:22422328,22432676:22433697,22444780:22449941,22451710:22454612,22469828:22473512,22479660:22480035,22486523:22487812,22497684:22511774,22509474:22512736,22513057:22516916,22536499:22536638,22550650:22553560,23934801:23977223,23947388:24055211,23947712:24056841,23948736:24059336,23949473:24064707,23950958:24074205,23951071:24074581,23953445:24078640', 'assoc_mat': '21963879:film_plastique:4205:21964190,21967136:film_plastique:4205:21969957,21978909:film_plastique:4205:22026354,21984244:film_plastique:4205:22052391,22014829:film_plastique:4205:22041320,22014907:film_plastique:4205:22046204,22019910:film_plastique:4205:22053709,22038501:film_plastique:4205:22054012,22049748:film_plastique:4205:22051226,22051358:film_plastique:4205:22051709,22062848:film_plastique:4205:22076366,22076546:film_plastique:4205:22076785,22101547:film_plastique:4205:22108074,22131718:film_plastique:4205:22153075,22142360:film_plastique:4205:22149156,22154699:film_plastique:4205:22158485,22174835:film_plastique:4205:22180502,22191273:film_plastique:4205:22244103,22210213:film_plastique:4205:22241233,22211643:film_plastique:4205:22237964,22290550:film_plastique:4205:22292967,22305213:film_plastique:4205:22309525,22314653:film_plastique:4205:22314883,22318028:film_plastique:4205:22318634,22344383:film_plastique:4205:22345055,22355024:film_plastique:4205:22361616,22379401:film_plastique:4205:2237948'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002766416781866128, 'nb_photo': 475, 'list_port_cont': '21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805,24056838,24060647,24064541,24066196,24076145,24079354,24168494,24490741', 'assoc_port': '21967117:21969310,21978894:22003523,21978946:22005708,22011455:22012121,22014824:22040912,22014888:22064881,22023070:22055549,22035144:22054229,22046564:22053780,22062855:22063551,22076548:22076852,22096625:22097214,22129557:22146614,22141215:22154996,22154698:22164097,22191270:22244154,22210214:22241082,22291941:22295033,22305215:22309852,22314649:22315614,22340395:22348635,22376586:22379358,22386992:22397928,22398077:22399476,22429992:22430535,22443967:22451174,22449976:22450060,22466648:22471537,22494447:22505133,22504012:22510440,22520613:22520978,22542628:22560985,22556378:22561805,23946469:24168494,23947595:24056838,23948806:24060647,23949371:24064541,23949568:24066196,23951346:24076145,23953532:24079354,24463396:24490741', 'assoc_mat': '21967117:film_plastique:4203:21969310,21978894:film_plastique:4203:22003523,21978946:film_plastique:4203:22005708,22011455:film_plastique:4203:22012121,22014824:film_plastique:4203:22040912,22014888:film_plastique:4203:22064881,22023070:film_plastique:4203:22055549,22035144:film_plastique:4203:22054229,22046564:film_plastique:4203:22053780,22062855:film_plastique:4203:22063551,22076548:film_plastique:4203:22076852,22096625:film_plastique:4203:22097214,22129557:film_plastique:4203:22146614,22141215:film_plastique:4203:22154996,22154698:film_plastique:4203:22164097,22191270:film_plastique:4203:22244154,22210214:film_plastique:4203:22241082,22291941:film_plastique:4203:22295033,22305215:film_plastique:4203:22309852,22314649:film_plastique:4203:22315614,22340395:film_plastique:4203:22348635,22376586:film_plastique:4203:22379358,22386992:film_plastique:4203:22397928,22398077:film_plastique:4203:22399476,22429992:film_plastique:4203:22430535,22443967:film_plastique:4203:22451174,22449976:film_plastique:4203:2245006'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031261432225194877, 'nb_photo': 1206, 'list_port_cont': '21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22015145,22016814,22023127,22025821,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,22317206,22372353,22373595,22377485,22378741,22379448,22379458,22379507,22381068,22381694,22387289,2238849', 'assoc_port': '21963398:21963552,21963881:21964264,21963884:21964098,21963885:21963971,21967145:21970762,21967184:21971466,21967193:21971804,21969982:21970463,21976863:21996811,21976864:21997189,21976868:21997863,21976883:22025821,21976900:22023127,21978888:22003050,21978910:22003890,21978941:22005413,21978949:22005583,21978951:22005608,21980101:22006364,21980112:22007558,21980147:21983039,21985550:21986345,21986991:22016814,22014823:22032669,22014830:22032765,22014834:22032446,22014836:22032218,22014871:22032058,22014884:22015145,22031176:22031495,22032527:22033141,22035140:22036729,22035142:22036280,22035143:22035913,22040130:22040497,22042105:22042589,22049746:22050888,22049750:22050367,22049753:22050422,22049757:22050151,22051353:22051576,22054524:22055091,22056821:22057097,22065345:22068695,22066732:22067376,22066735:22066955,22071990:22072666,22073533:22073876,22075837:22076185,22078669:22079673,22078673:22078976,22086018:22088033,22088046:22090726,22091320:22091746,22096623:22096847,22096628:22097129,22101544:2210362', 'assoc_mat': '21963398:film_plastique:4207:21963552,21963881:film_plastique:4207:21964264,21963884:film_plastique:4207:21964098,21963885:film_plastique:4207:21963971,21967145:film_plastique:4207:21970762,21967184:film_plastique:4207:21971466,21967193:film_plastique:4207:21971804,21969982:film_plastique:4207:21970463,21976863:film_plastique:4207:21996811,21976864:film_plastique:4207:21997189,21976868:film_plastique:4207:21997863,21976883:film_plastique:4207:22025821,21976900:film_plastique:4207:22023127,21978888:film_plastique:4207:22003050,21978910:film_plastique:4207:22003890,21978941:film_plastique:4207:22005413,21978949:film_plastique:4207:22005583,21978951:film_plastique:4207:22005608,21980101:film_plastique:4207:22006364,21980112:film_plastique:4207:22007558,21980147:film_plastique:4207:21983039,21985550:film_plastique:4207:21986345,21986991:film_plastique:4207:22016814,22014823:film_plastique:4207:22032669,22014830:film_plastique:4207:22032765,22014834:film_plastique:4207:22032446,22014836:film_plastique:4207:2203221'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7641233877332995, 'nb_photo': 4948, 'list_port_cont': '21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22024168,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22340933,22344795,22347261,22376498,22377542,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22433263,22438561,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,22477620,22487221,22490511,22494839,22497215,22497817,22498669,22499133,22510305,22516737,22518483,22523115,22536180,2253691', 'assoc_port': '21962511:21962853,21963880:21964228,21964371:21964552,21967121:21968803,21967190:21968388,21975318:21975966,21976867:21977457,21978936:21979353,21980104:21981595,21980135:21980644,21980140:21981034,21985538:21986122,21986986:21987692,21996829:21997459,21996831:21997255,22014826:22016505,22014832:22015497,22014873:22015870,22014882:22015774,22014894:22015739,22014900:22015608,22014908:22015512,22023899:22024168,22029100:22029485,22031178:22031844,22035145:22036040,22040127:22040509,22042106:22042485,22045048:22045780,22046567:22051015,22049756:22051988,22051361:22057342,22054526:22055228,22065347:22073901,22068647:22069276,22073535:22073964,22075834:22076338,22076547:22076813,22079489:22080203,22086063:22094630,22088044:22088872,22093119:22093826,22098020:22108867,22122000:22122303,22126964:22127543,22129559:22130117,22132586:22132916,22138711:22147294,22142357:22143052,22144309:22144638,22148777:22149468,22153227:22153704,22164922:22165137,22177109:22178191,22180103:22180727,22183556:22184419,22191271:2219220', 'assoc_mat': '21962511:film_plastique:4461:21962853,21963880:film_plastique:4461:21964228,21964371:film_plastique:4461:21964552,21967121:film_plastique:4461:21968803,21967190:film_plastique:4461:21968388,21975318:film_plastique:4461:21975966,21976867:film_plastique:4461:21977457,21978936:film_plastique:4461:21979353,21980104:film_plastique:4461:21981595,21980135:film_plastique:4461:21980644,21980140:film_plastique:4461:21981034,21985538:film_plastique:4461:21986122,21986986:film_plastique:4461:21987692,21996829:film_plastique:4461:21997459,21996831:film_plastique:4461:21997255,22014826:film_plastique:4461:22016505,22014832:film_plastique:4461:22015497,22014873:film_plastique:4461:22015870,22014882:film_plastique:4461:22015774,22014894:film_plastique:4461:22015739,22014900:film_plastique:4461:22015608,22014908:film_plastique:4461:22015512,22023899:film_plastique:4461:22024168,22029100:film_plastique:4461:22029485,22031178:film_plastique:4461:22031844,22035145:film_plastique:4461:22036040,22040127:film_plastique:4461:2204050'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01967923299693468, 'nb_photo': 4184, 'list_port_cont': '21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22013198,22023391,22023828,22026223,22027588,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051879,22052658,22053688,22053803,22053940,22053960,22053970,22054062,22055103,22056673,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22241931,22242142,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22346384,22346555,22347437,22347710,22350368,22358803,22378615,22378786,22378987,22379424,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,22405891,22411836,22422314,22430771,22432528,2243352', 'assoc_port': '21962513:21963741,21963400:21963513,21967129:21969530,21967139:21970688,21967186:21971858,21975315:22023391,21976823:21996018,21976866:22023828,21976902:22026223,21976906:21977059,21978911:22004231,21978931:22027588,21980100:22006326,21980110:22007569,21984246:22052658,21985540:22013198,21986993:21987229,22014797:22040656,22014827:22040887,22014838:22041937,22014839:22042202,22014876:22042858,22014878:22042934,22014891:22044157,22014898:22044588,22014902:22044883,22014903:22045468,22032524:22057718,22035137:22054062,22040123:22053970,22040136:22053960,22042108:22042530,22045047:22053940,22045049:22053803,22049751:22050961,22049755:22056673,22051355:22053688,22051363:22051879,22054528:22055103,22065348:22068773,22068649:22083188,22073532:22074428,22078670:22099676,22088043:22091138,22088051:22091012,22091315:22118598,22091317:22109934,22093114:22118746,22096627:22097339,22101552:22108168,22123322:22123739,22126966:22132967,22129562:22135495,22132587:22138549,22137423:22147415,22141214:22162556,22142356:2214848', 'assoc_mat': '21962513:film_plastique:4200:21963741,21963400:film_plastique:4200:21963513,21967129:film_plastique:4200:21969530,21967139:film_plastique:4200:21970688,21967186:film_plastique:4200:21971858,21975315:film_plastique:4200:22023391,21976823:film_plastique:4200:21996018,21976866:film_plastique:4200:22023828,21976902:film_plastique:4200:22026223,21976906:film_plastique:4200:21977059,21978911:film_plastique:4200:22004231,21978931:film_plastique:4200:22027588,21980100:film_plastique:4200:22006326,21980110:film_plastique:4200:22007569,21984246:film_plastique:4200:22052658,21985540:film_plastique:4200:22013198,21986993:film_plastique:4200:21987229,22014797:film_plastique:4200:22040656,22014827:film_plastique:4200:22040887,22014838:film_plastique:4200:22041937,22014839:film_plastique:4200:22042202,22014876:film_plastique:4200:22042858,22014878:film_plastique:4200:22042934,22014891:film_plastique:4200:22044157,22014898:film_plastique:4200:22044588,22014902:film_plastique:4200:22044883,22014903:film_plastique:4200:2204546'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01253994539100845, 'nb_photo': 834, 'list_port_cont': '21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22014150,22015349,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22024222,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22187427,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22336924,22346654,22357146,22377464,22379984,22385064,22388487,22390966,22403209,22430338,22433166,22448534,22450571,22453420,22456026,22457570,22457901,22458914,22458927,22459716,22460460,22462792,22463861,22463963,22467295,22470480,22470574,2247093', 'assoc_port': '21963882:21964209,21967114:21968045,21969983:21970542,21975316:21976200,21975317:21976111,21976822:21979258,21976869:21978705,21976897:21978285,21976904:21977095,21980117:21981114,21980144:21980935,21984242:21985002,21986987:21987530,22013394:22014150,22014831:22017234,22014846:22016177,22014877:22015933,22014879:22016096,22014886:22015964,22014892:22015917,22014899:22015992,22014904:22015349,22014906:22015669,22018590:24455551,22023871:22024222,22029099:22029602,22029101:22029291,22032529:22033172,22035141:22035774,22038503:22050301,22040133:22040483,22045045:22045571,22046565:22047090,22049747:22050457,22049749:22051850,22049758:22050003,22051357:22052105,22051362:22051703,22054542:22055309,22056819:22057104,22065344:22066236,22066733:22067264,22075838:22076305,22076545:22076800,22086022:22086676,22088049:22088571,22093116:22093914,22093117:22093811,22096624:22097133,22101542:22102783,22123324:22123769,22129563:22130070,22133911:22134201,22137426:22137995,22138707:22139243,22138713:22139415,22141216:2214167', 'assoc_mat': '21963882:film_plastique:4209:21964209,21967114:film_plastique:4209:21968045,21969983:film_plastique:4209:21970542,21975316:film_plastique:4209:21976200,21975317:film_plastique:4209:21976111,21976822:film_plastique:4209:21979258,21976869:film_plastique:4209:21978705,21976897:film_plastique:4209:21978285,21976904:film_plastique:4209:21977095,21980117:film_plastique:4209:21981114,21980144:film_plastique:4209:21980935,21984242:film_plastique:4209:21985002,21986987:film_plastique:4209:21987530,22013394:film_plastique:4209:22014150,22014831:film_plastique:4209:22017234,22014846:film_plastique:4209:22016177,22014877:film_plastique:4209:22015933,22014879:film_plastique:4209:22016096,22014886:film_plastique:4209:22015964,22014892:film_plastique:4209:22015917,22014899:film_plastique:4209:22015992,22014904:film_plastique:4209:22015349,22014906:film_plastique:4209:22015669,22018590:film_plastique:4209:24455551,22023871:film_plastique:4209:22024222,22029099:film_plastique:4209:22029602,22029101:film_plastique:4209:2202929'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0032941827353012913, 'nb_photo': 9756, 'list_port_cont': '21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22014722,22015453,22017320,22020098,22025931,22025957,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22029554,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22185624,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22345497,22352904,22353626,22355857,22371432,22375845,22377495,22378510,22378608,22379556,22379990,22381580,22381599,22385090,2238755', 'assoc_port': '21962514:21963401,21963397:21963590,21963883:21964267,21967132:21970582,21967181:21971867,21967195:21971924,21969979:22020098,21975312:21989552,21975320:21990253,21976850:21997440,21978908:22004068,21978934:22005516,21980103:22007321,21980107:22007764,21980142:22008820,21985545:22014722,21985548:22015453,21986988:22017320,22014825:22026739,22014833:22026679,22014843:22026591,22014874:22026577,22014880:22026459,22014893:22026314,22014896:22026227,22014901:22026192,22024784:22025931,22024789:22025957,22029102:22029554,22031175:22031954,22031177:22031866,22032532:22033380,22038504:22039417,22040126:22040706,22040132:22040616,22042107:22051595,22046566:22050711,22049745:22056377,22049754:22050605,22051354:22052116,22051356:22052019,22054525:22057163,22062853:22063568,22065346:22068757,22066734:22067299,22068648:22069192,22071991:22072729,22073536:22074047,22079487:22080504,22079488:22083633,22079491:22092187,22086017:22094240,22086036:22090628,22091316:22091664,22091318:22091938,22101546:22105442,22121999:2212225', 'assoc_mat': '21962514:film_plastique:4211:21963401,21963397:film_plastique:4211:21963590,21963883:film_plastique:4211:21964267,21967132:film_plastique:4211:21970582,21967181:film_plastique:4211:21971867,21967195:film_plastique:4211:21971924,21969979:film_plastique:4211:22020098,21975312:film_plastique:4211:21989552,21975320:film_plastique:4211:21990253,21976850:film_plastique:4211:21997440,21978908:film_plastique:4211:22004068,21978934:film_plastique:4211:22005516,21980103:film_plastique:4211:22007321,21980107:film_plastique:4211:22007764,21980142:film_plastique:4211:22008820,21985545:film_plastique:4211:22014722,21985548:film_plastique:4211:22015453,21986988:film_plastique:4211:22017320,22014825:film_plastique:4211:22026739,22014833:film_plastique:4211:22026679,22014843:film_plastique:4211:22026591,22014874:film_plastique:4211:22026577,22014880:film_plastique:4211:22026459,22014893:film_plastique:4211:22026314,22014896:film_plastique:4211:22026227,22014901:film_plastique:4211:22026192,22024784:film_plastique:4211:2202593'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0024596348575114907, 'nb_photo': 1, 'list_port_cont': '22241239', 'assoc_port': '22210213:22241239', 'assoc_mat': '22210213:kraft:4205:22241239'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015938928795372087, 'nb_photo': 24, 'list_port_cont': '21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22460032,22490151,22513083,22556358,24058514,24076074,24490730', 'assoc_port': '21967188:21967681,21969981:21970628,21996833:21996960,22014872:22015342,22035138:22051421,22062850:22064649,22075836:22076268,22106152:22106680,22131721:22132408,22174852:22235725,22286479:22287114,22299407:22301628,22459597:22460032,22489069:22490151,22509477:22513083,22554338:22556358,23946672:24076074,23948629:24058514,24463262:24490730', 'assoc_mat': '21967188:kraft:3726:21967681,21969981:kraft:3726:21970628,21996833:kraft:3726:21996960,22014872:kraft:3726:22015342,22035138:kraft:3726:22051421,22062850:kraft:3726:22064649,22075836:kraft:3726:22076268,22106152:kraft:3726:22106680,22131721:kraft:3726:22132408,22174852:kraft:3726:22235725,22286479:kraft:3726:22287114,22299407:kraft:3726:22301628,22459597:kraft:3726:22460032,22489069:kraft:3726:22490151,22509477:kraft:3726:22513083,22554338:kraft:3726:22556358,23946672:kraft:3726:24076074,23948629:kraft:3726:24058514,24463262:kraft:3726:24490730'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9381317023990426, 'nb_photo': 56, 'list_port_cont': '22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550,24055200,24056845,24059340,24074572,24078649', 'assoc_port': '21978909:22026357,21984244:22052381,22014907:22046202,22019910:22053696,22038501:22054017,22049748:22051227,22051358:22051705,22062848:22076378,22131718:22153081,22142360:22149159,22154699:22158489,22191273:22244104,22210213:22241234,22290550:22292968,22305213:22309514,22314653:22314893,22318028:22318632,22344383:22345048,22379401:22379481,22432676:22433708,22444780:22449949,22479660:22480028,22497684:22511788,22513057:22516927,22536499:22536637,22550650:22553550,23947388:24055200,23947712:24056845,23948736:24059340,23951071:24074572,23953445:24078649', 'assoc_mat': '21978909:metal:4205:22026357,21984244:metal:4205:22052381,22014907:metal:4205:22046202,22019910:metal:4205:22053696,22038501:metal:4205:22054017,22049748:metal:4205:22051227,22051358:metal:4205:22051705,22062848:metal:4205:22076378,22131718:metal:4205:22153081,22142360:metal:4205:22149159,22154699:metal:4205:22158489,22191273:metal:4205:22244104,22210213:metal:4205:22241234,22290550:metal:4205:22292968,22305213:metal:4205:22309514,22314653:metal:4205:22314893,22318028:metal:4205:22318632,22344383:metal:4205:22345048,22379401:metal:4205:22379481,22432676:metal:4205:22433708,22444780:metal:4205:22449949,22479660:metal:4205:22480028,22497684:metal:4205:22511788,22513057:metal:4205:22516927,22536499:metal:4205:22536637,22550650:metal:4205:22553550,23947388:metal:4205:24055200,23947712:metal:4205:24056845,23948736:metal:4205:24059340,23951071:metal:4205:24074572,23953445:metal:4205:24078649'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003436458918000003, 'nb_photo': 503, 'list_port_cont': '21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804,24056829,24060637,24064554,24066198,24076149,24079365,24168496,24490744', 'assoc_port': '21967117:21969296,21978894:22003512,21978946:22005710,22011455:22012113,22014824:22040909,22014888:22064876,22023070:22055550,22035144:22054237,22046564:22053776,22062855:22063559,22076548:22076848,22096625:22097211,22129557:22146608,22141215:22154991,22154698:22164099,22191270:22244151,22210214:22241076,22291941:22295045,22305215:22309857,22314649:22315608,22340395:22348645,22376586:22379364,22386992:22397932,22398077:22399474,22429992:22430539,22443967:22451175,22449976:22450053,22459600:22460277,22466648:22471539,22494447:22505134,22504012:22510425,22520613:22520968,22542628:22560987,22556378:22561804,23946469:24168496,23947595:24056829,23948806:24060637,23949371:24064554,23949568:24066198,23951346:24076149,23953532:24079365,24463396:24490744', 'assoc_mat': '21967117:metal:4203:21969296,21978894:metal:4203:22003512,21978946:metal:4203:22005710,22011455:metal:4203:22012113,22014824:metal:4203:22040909,22014888:metal:4203:22064876,22023070:metal:4203:22055550,22035144:metal:4203:22054237,22046564:metal:4203:22053776,22062855:metal:4203:22063559,22076548:metal:4203:22076848,22096625:metal:4203:22097211,22129557:metal:4203:22146608,22141215:metal:4203:22154991,22154698:metal:4203:22164099,22191270:metal:4203:22244151,22210214:metal:4203:22241076,22291941:metal:4203:22295045,22305215:metal:4203:22309857,22314649:metal:4203:22315608,22340395:metal:4203:22348645,22376586:metal:4203:22379364,22386992:metal:4203:22397932,22398077:metal:4203:22399474,22429992:metal:4203:22430539,22443967:metal:4203:22451175,22449976:metal:4203:22450053,22459600:metal:4203:22460277,22466648:metal:4203:22471539,22494447:metal:4203:22505134,22504012:metal:4203:22510425,22520613:metal:4203:22520968,22542628:metal:4203:22560987,22556378:metal:4203:22561804,23946469:metal:4203:24168496,23947595:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005295479241490945, 'nb_photo': 293, 'list_port_cont': '21964253,21970473,21970763,21971464,21986349,21996822,22005428,22005577,22006365,22025817,22031496,22032211,22032663,22032773,22033153,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22450014,22450026,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,22543501,22548402,22548543,22551016,22559149,22561992,22563372,23949136,23949532,23950969,23951617,23952090,23952978,23953678,23955082,23955658,23956371,23956563,23957081,23958215,2395856', 'assoc_port': '21963881:21964253,21967145:21970763,21967184:21971464,21969982:21970473,21976863:21996822,21976883:22025817,21978941:22005428,21978949:22005577,21980101:22006365,21985550:21986349,22014823:22032663,22014830:22032773,22014836:22032211,22031176:22031496,22032527:22033153,22035142:22036283,22035143:22035920,22040130:22040500,22042105:22042598,22049746:22050889,22049750:22050369,22049753:22050425,22051353:22051579,22056821:22057086,22065345:22068681,22066732:22067366,22066735:22066954,22071990:22072654,22073533:22073877,22075837:22076190,22078669:22079675,22078673:22078973,22096628:22097125,22123320:22123730,22125807:22126018,22129556:22131798,22129560:22131888,22132583:22133260,22132585:22133042,22132589:22132854,22133908:22134220,22133909:22134236,22150592:22151595,22150596:22151143,22154700:22155156,22177106:22180987,22177112:22178915,22180100:22180584,22185030:22185859,22189228:22189453,22194158:22194915,22194162:22194534,22211648:22212809,22222655:22228070,22290547:22292896,22291937:22293175,22291942:2229310', 'assoc_mat': '21963881:metal:4207:21964253,21967145:metal:4207:21970763,21967184:metal:4207:21971464,21969982:metal:4207:21970473,21976863:metal:4207:21996822,21976883:metal:4207:22025817,21978941:metal:4207:22005428,21978949:metal:4207:22005577,21980101:metal:4207:22006365,21985550:metal:4207:21986349,22014823:metal:4207:22032663,22014830:metal:4207:22032773,22014836:metal:4207:22032211,22031176:metal:4207:22031496,22032527:metal:4207:22033153,22035142:metal:4207:22036283,22035143:metal:4207:22035920,22040130:metal:4207:22040500,22042105:metal:4207:22042598,22049746:metal:4207:22050889,22049750:metal:4207:22050369,22049753:metal:4207:22050425,22051353:metal:4207:22051579,22056821:metal:4207:22057086,22065345:metal:4207:22068681,22066732:metal:4207:22067366,22066735:metal:4207:22066954,22071990:metal:4207:22072654,22073533:metal:4207:22073877,22075837:metal:4207:22076190,22078669:metal:4207:22079675,22078673:metal:4207:22078973,22096628:metal:4207:22097125,22123320:metal:4207:22123730,22125807:metal:4207:22126018,22129556:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00483145581940344, 'nb_photo': 20, 'list_port_cont': '21968798,21975968,22015784,22076818,22122298,22212373,22245370,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087,23957312,24464250', 'assoc_port': '21967121:21968798,21975318:21975968,22014882:22015784,22076547:22076818,22122000:22122298,22211638:22212373,22245259:22245370,22380799:22381087,22444779:22445231,22463409:22467440,22494448:22494828,22496795:22497219,22498536:22498680,22517561:22518490,22533593:22536174,22537668:22538087,23949056:23957312,24463436:24464250', 'assoc_mat': '21967121:metal:4461:21968798,21975318:metal:4461:21975968,22014882:metal:4461:22015784,22076547:metal:4461:22076818,22122000:metal:4461:22122298,22211638:metal:4461:22212373,22245259:metal:4461:22245370,22380799:metal:4461:22381087,22444779:metal:4461:22445231,22463409:metal:4461:22467440,22494448:metal:4461:22494828,22496795:metal:4461:22497219,22498536:metal:4461:22498680,22517561:metal:4461:22518490,22533593:metal:4461:22536174,22537668:metal:4461:22538087,23949056:metal:4461:23957312,24463436:metal:4461:24464250'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1703267092527432, 'nb_photo': 1250, 'list_port_cont': '21963498,21970686,21996013,22007579,22040655,22050949,22053686,22053943,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22346376,22346564,22347438,22347716,22350362,22358802,22378618,22378787,22378990,22379420,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,22405899,22411850,22422325,22430763,22432534,22433514,22441969,22448404,22452365,22455393,22456032,22458261,22459858,22463784,22464634,22465992,22467487,22471226,22472362,22472660,22473127,22474355,22475502,22488333,22488430,22488462,22493798,22494280,22494864,22497805,22506111,22506965,22514290,22516904,22519190,22519861,22520060,22520214,2252067', 'assoc_port': '21963400:21963498,21967139:21970686,21976823:21996013,21980110:22007579,22014797:22040655,22045047:22053943,22049751:22050949,22051355:22053686,22065348:22068782,22068649:22083174,22073532:22074414,22078670:22099673,22088043:22091139,22088051:22091009,22091315:22118596,22091317:22109941,22093114:22118749,22096627:22097329,22101552:22108165,22123322:22123752,22126966:22132974,22129562:22135490,22132587:22138557,22137423:22147416,22141214:22162560,22142356:22148478,22142359:22148517,22142361:22149495,22144310:22153020,22148779:22169729,22153226:22156883,22154710:22158878,22154715:22159196,22191278:22193169,22194161:22194996,22200699:22242688,22200702:22242719,22204331:22204877,22210211:22241169,22211636:22239612,22217463:22234431,22222639:22229869,22234729:22234996,22286480:22287927,22286482:22287839,22291938:22294366,22295406:22299453,22301992:22307257,22301998:22302833,22305209:22309485,22307240:22307381,22307242:22321977,22307893:22312893,22312345:22316259,22312866:22321910,22312872:22317576,22316765:2232165', 'assoc_mat': '21963400:metal:4200:21963498,21967139:metal:4200:21970686,21976823:metal:4200:21996013,21980110:metal:4200:22007579,22014797:metal:4200:22040655,22045047:metal:4200:22053943,22049751:metal:4200:22050949,22051355:metal:4200:22053686,22065348:metal:4200:22068782,22068649:metal:4200:22083174,22073532:metal:4200:22074414,22078670:metal:4200:22099673,22088043:metal:4200:22091139,22088051:metal:4200:22091009,22091315:metal:4200:22118596,22091317:metal:4200:22109941,22093114:metal:4200:22118749,22096627:metal:4200:22097329,22101552:metal:4200:22108165,22123322:metal:4200:22123752,22126966:metal:4200:22132974,22129562:metal:4200:22135490,22132587:metal:4200:22138557,22137423:metal:4200:22147416,22141214:metal:4200:22162560,22142356:metal:4200:22148478,22142359:metal:4200:22148517,22142361:metal:4200:22149495,22144310:metal:4200:22153020,22148779:metal:4200:22169729,22153226:metal:4200:22156883,22154710:metal:4200:22158878,22154715:metal:4200:22159196,22191278:metal:4200:22193169,22194161:metal:4200:22194996,22200699:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0012164532696759256, 'nb_photo': 4, 'list_port_cont': '22448929', 'assoc_port': '22448524:22448929', 'assoc_mat': '22448524:metal:3594:22448929'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01637826834420187, 'nb_photo': 448, 'list_port_cont': '21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22014142,22015360,22015672,22015908,22015939,22015958,22016000,22016180,22024217,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22336907,22346648,22372775,22377465,22379972,22390956,22391016,22391823,22403219,22430348,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,22467297,22470477,22470584,22470934,22471873,22490672,22498294,22498732,22498737,22504652,22504812,22512592,22512777,22517405,22518610,22520696,22522218,2253221', 'assoc_port': '21963882:21964205,21967197:21974251,21969983:21970539,21975317:21976115,21976822:21979265,21976869:21978697,21976870:21978402,21980117:21981109,21980144:21980937,21984242:21985007,21986987:21987541,21986989:21997649,22013394:22014142,22014846:22016180,22014877:22015939,22014886:22015958,22014892:22015908,22014899:22016000,22014904:22015360,22014906:22015672,22018590:24455558,22023871:22024217,22029099:22029593,22029101:22029286,22032529:22033174,22038503:22050293,22040133:22040477,22045045:22045576,22051357:22052104,22051362:22051696,22054542:22055304,22056819:22057109,22065344:22066227,22066733:22067259,22075838:22076302,22076545:22076805,22093116:22093920,22096624:22097143,22101542:22102785,22133911:22134208,22137426:22137985,22138707:22139251,22138713:22139429,22141216:22141680,22144306:22144730,22148776:22149428,22154714:22154847,22157944:22158717,22174848:22175464,22174851:22175510,22180099:22180783,22183560:22184228,22185032:22187416,22185038:22200175,22185039:22200221,22195202:22195648,22206473:2220724', 'assoc_mat': '21963882:metal:4209:21964205,21967197:metal:4209:21974251,21969983:metal:4209:21970539,21975317:metal:4209:21976115,21976822:metal:4209:21979265,21976869:metal:4209:21978697,21976870:metal:4209:21978402,21980117:metal:4209:21981109,21980144:metal:4209:21980937,21984242:metal:4209:21985007,21986987:metal:4209:21987541,21986989:metal:4209:21997649,22013394:metal:4209:22014142,22014846:metal:4209:22016180,22014877:metal:4209:22015939,22014886:metal:4209:22015958,22014892:metal:4209:22015908,22014899:metal:4209:22016000,22014904:metal:4209:22015360,22014906:metal:4209:22015672,22018590:metal:4209:24455558,22023871:metal:4209:22024217,22029099:metal:4209:22029593,22029101:metal:4209:22029286,22032529:metal:4209:22033174,22038503:metal:4209:22050293,22040133:metal:4209:22040477,22045045:metal:4209:22045576,22051357:metal:4209:22052104,22051362:metal:4209:22051696,22054542:metal:4209:22055304,22056819:metal:4209:22057109,22065344:metal:4209:22066227,22066733:metal:4209:22067259,22075838:metal:4209:22076302,22076545:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 3.8697088020321506e-05, 'nb_photo': 1, 'list_port_cont': '24055167', 'assoc_port': '23947380:24055167', 'assoc_mat': '23947380:metal:3726:24055167'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011594612059304267, 'nb_photo': 2135, 'list_port_cont': '21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22007324,22007776,22008821,22014718,22015450,22017318,22020094,22025937,22025955,22026184,22026455,22026574,22026600,22026667,22026751,22029558,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22185629,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22345498,22352892,22353632,22355845,22371443,22375841,22377491,22378526,22378601,22379549,22380002,22381568,22381592,22385087,22387545,22388640,22394220,22395429,22398234,2242079', 'assoc_port': '21962514:21963408,21963397:21963593,21963883:21964276,21967132:21970575,21967181:21971866,21967195:21971926,21969979:22020094,21975312:21989553,21975320:21990261,21976850:21997442,21978908:22004077,21980103:22007324,21980107:22007776,21980142:22008821,21985545:22014718,21985548:22015450,21986988:22017318,22014825:22026751,22014833:22026667,22014843:22026600,22014874:22026574,22014880:22026455,22014901:22026184,22024784:22025937,22024789:22025955,22029102:22029558,22031175:22031959,22031177:22031870,22032532:22033382,22038504:22039418,22040126:22040693,22040132:22040623,22042107:22051596,22046566:22050710,22049745:22056371,22049754:22050593,22051354:22052126,22051356:22052025,22054525:22057165,22062853:22063573,22065346:22068762,22066734:22067295,22068648:22069198,22071991:22072740,22073536:22074041,22079487:22080503,22079488:22083638,22079491:22092180,22086017:22094235,22086036:22090624,22091316:22091667,22091318:22091957,22101546:22105432,22121999:22122261,22126967:22127609,22131720:22132324,22138709:2213930', 'assoc_mat': '21962514:metal:4211:21963408,21963397:metal:4211:21963593,21963883:metal:4211:21964276,21967132:metal:4211:21970575,21967181:metal:4211:21971866,21967195:metal:4211:21971926,21969979:metal:4211:22020094,21975312:metal:4211:21989553,21975320:metal:4211:21990261,21976850:metal:4211:21997442,21978908:metal:4211:22004077,21980103:metal:4211:22007324,21980107:metal:4211:22007776,21980142:metal:4211:22008821,21985545:metal:4211:22014718,21985548:metal:4211:22015450,21986988:metal:4211:22017318,22014825:metal:4211:22026751,22014833:metal:4211:22026667,22014843:metal:4211:22026600,22014874:metal:4211:22026574,22014880:metal:4211:22026455,22014901:metal:4211:22026184,22024784:metal:4211:22025937,22024789:metal:4211:22025955,22029102:metal:4211:22029558,22031175:metal:4211:22031959,22031177:metal:4211:22031870,22032532:metal:4211:22033382,22038504:metal:4211:22039418,22040126:metal:4211:22040693,22040132:metal:4211:22040623,22042107:metal:4211:22051596,22046566:metal:4211:22050710,22049745:metal:4211:22056371,22049754:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021725252764949058, 'nb_photo': 2, 'list_port_cont': '22187175,24075950', 'assoc_port': '22178698:22187175,23951088:24075950', 'assoc_mat': '22178698:metal:3327:22187175,23951088:metal:3327:24075950'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02387839669197576, 'nb_photo': 2367, 'list_port_cont': '21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037,23947056,23977227,24055202,24056842,24059334,24064705,24074209,24074577,24078642', 'assoc_port': '21963879:21964183,21967136:21969944,21978909:22026360,21984244:22052392,22014829:22041322,22014907:22046209,22019910:22053698,22038501:22054009,22049748:22051219,22051358:22051707,22062848:22076368,22076546:22076789,22101547:22108085,22131718:22153086,22142360:22149146,22154699:22158487,22174835:22180503,22191273:22244102,22210213:22241246,22211643:22237966,22290550:22292974,22305213:22309516,22314653:22314891,22318028:22318621,22344383:22345052,22355024:22361619,22379401:22379476,22384434:22385703,22390602:22396157,22420201:22422333,22432676:22433701,22444780:22449944,22451710:22454618,22469828:22473516,22479660:22480032,22486523:22487804,22497684:22511776,22509474:22512739,22513057:22516917,22536499:22536640,22550650:22553548,22562905:22565037,23934801:23977227,23946806:23947056,23947388:24055202,23947712:24056842,23948736:24059334,23949473:24064705,23950958:24074209,23951071:24074577,23953445:24078642', 'assoc_mat': '21963879:papier:4205:21964183,21967136:papier:4205:21969944,21978909:papier:4205:22026360,21984244:papier:4205:22052392,22014829:papier:4205:22041322,22014907:papier:4205:22046209,22019910:papier:4205:22053698,22038501:papier:4205:22054009,22049748:papier:4205:22051219,22051358:papier:4205:22051707,22062848:papier:4205:22076368,22076546:papier:4205:22076789,22101547:papier:4205:22108085,22131718:papier:4205:22153086,22142360:papier:4205:22149146,22154699:papier:4205:22158487,22174835:papier:4205:22180503,22191273:papier:4205:22244102,22210213:papier:4205:22241246,22211643:papier:4205:22237966,22290550:papier:4205:22292974,22305213:papier:4205:22309516,22314653:papier:4205:22314891,22318028:papier:4205:22318621,22344383:papier:4205:22345052,22355024:papier:4205:22361619,22379401:papier:4205:22379476,22384434:papier:4205:22385703,22390602:papier:4205:22396157,22420201:papier:4205:22422333,22432676:papier:4205:22433701,22444780:papier:4205:22449944,22451710:papier:4205:22454618,22469828:papier:4205:22473516,2247'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009644950851102922, 'nb_photo': 3446, 'list_port_cont': '21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797,24056833,24060645,24064530,24066199,24076153,24079360,24168502,24490748', 'assoc_port': '21967117:21969302,21978894:22003521,21978946:22005707,22011455:22012109,22014824:22040906,22014888:22064883,22023070:22055540,22035144:22054240,22046564:22053782,22062855:22063552,22076548:22076860,22096625:22097222,22129557:22146609,22141215:22154995,22154698:22164086,22191270:22244152,22210214:22241079,22291941:22295034,22305215:22309861,22314649:22315610,22340395:22348639,22376586:22379359,22386992:22397940,22398077:22399473,22429992:22430540,22443967:22451180,22449976:22450067,22459600:22460278,22466648:22471531,22494447:22505129,22504012:22510428,22520613:22520972,22542628:22560991,22556378:22561797,23946469:24168502,23947595:24056833,23948806:24060645,23949371:24064530,23949568:24066199,23951346:24076153,23953532:24079360,24463396:24490748', 'assoc_mat': '21967117:papier:4203:21969302,21978894:papier:4203:22003521,21978946:papier:4203:22005707,22011455:papier:4203:22012109,22014824:papier:4203:22040906,22014888:papier:4203:22064883,22023070:papier:4203:22055540,22035144:papier:4203:22054240,22046564:papier:4203:22053782,22062855:papier:4203:22063552,22076548:papier:4203:22076860,22096625:papier:4203:22097222,22129557:papier:4203:22146609,22141215:papier:4203:22154995,22154698:papier:4203:22164086,22191270:papier:4203:22244152,22210214:papier:4203:22241079,22291941:papier:4203:22295034,22305215:papier:4203:22309861,22314649:papier:4203:22315610,22340395:papier:4203:22348639,22376586:papier:4203:22379359,22386992:papier:4203:22397940,22398077:papier:4203:22399473,22429992:papier:4203:22430540,22443967:papier:4203:22451180,22449976:papier:4203:22450067,22459600:papier:4203:22460278,22466648:papier:4203:22471531,22494447:papier:4203:22505129,22504012:papier:4203:22510428,22520613:papier:4203:22520972,22542628:papier:4203:22560991,22556378:papier:4203:22561797,2394'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04205219086591165, 'nb_photo': 13730, 'list_port_cont': '21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22015149,22016812,22023124,22025819,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,22298150,22300212,22302303,22305915,22307017,22308168,22317207,22372356,22373588,22377479,22377866,2237874', 'assoc_port': '21963398:21963560,21963881:21964259,21963884:21964102,21963885:21963962,21967145:21970766,21967184:21971458,21967193:21971807,21969982:21970468,21976863:21996816,21976864:21997195,21976868:21997866,21976883:22025819,21976900:22023124,21978888:22003054,21978910:22003898,21978941:22005423,21978949:22005589,21978951:22005621,21980101:22006374,21980112:22007554,21980147:21983019,21985550:21986340,21986991:22016812,22014823:22032670,22014830:22032762,22014834:22032445,22014836:22032212,22014871:22032047,22014884:22015149,22031176:22031486,22032527:22033140,22035140:22036723,22035142:22036281,22035143:22035910,22040130:22040491,22042105:22042593,22045046:22045610,22049746:22050883,22049750:22050366,22049753:22050427,22049757:22050144,22051353:22051577,22054524:22055086,22056821:22057088,22065345:22068684,22066732:22067374,22066735:22066947,22071990:22072652,22073533:22073885,22073534:22073647,22075837:22076176,22078669:22079672,22078671:22079043,22078673:22078977,22086018:22088029,22088046:22090725,22091320:2209173', 'assoc_mat': '21963398:papier:4207:21963560,21963881:papier:4207:21964259,21963884:papier:4207:21964102,21963885:papier:4207:21963962,21967145:papier:4207:21970766,21967184:papier:4207:21971458,21967193:papier:4207:21971807,21969982:papier:4207:21970468,21976863:papier:4207:21996816,21976864:papier:4207:21997195,21976868:papier:4207:21997866,21976883:papier:4207:22025819,21976900:papier:4207:22023124,21978888:papier:4207:22003054,21978910:papier:4207:22003898,21978941:papier:4207:22005423,21978949:papier:4207:22005589,21978951:papier:4207:22005621,21980101:papier:4207:22006374,21980112:papier:4207:22007554,21980147:papier:4207:21983019,21985550:papier:4207:21986340,21986991:papier:4207:22016812,22014823:papier:4207:22032670,22014830:papier:4207:22032762,22014834:papier:4207:22032445,22014836:papier:4207:22032212,22014871:papier:4207:22032047,22014884:papier:4207:22015149,22031176:papier:4207:22031486,22032527:papier:4207:22033140,22035140:papier:4207:22036723,22035142:papier:4207:22036281,22035143:papier:4207:22035910,2204'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21340778440580324, 'nb_photo': 39903, 'list_port_cont': '21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22024161,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22340930,22344800,22347262,22376504,22377539,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22433275,22438559,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,22477635,22487227,22490506,22494825,22497211,22497812,22498668,22499135,22510301,22516750,22518478,22523106,22536169,2253692', 'assoc_port': '21962511:21962854,21963880:21964217,21964371:21964557,21967121:21968810,21967190:21968378,21975318:21975960,21976867:21977454,21978936:21979347,21980104:21981587,21980135:21980650,21980140:21981019,21985538:21986124,21986986:21987689,21996829:21997467,21996831:21997264,22014826:22016514,22014832:22015498,22014873:22015875,22014882:22015777,22014894:22015733,22014900:22015614,22014908:22015508,22023899:22024161,22029100:22029480,22031178:22031839,22035145:22036037,22040127:22040517,22042106:22042492,22045048:22045784,22046567:22051016,22049756:22052000,22051361:22057332,22054526:22055225,22065347:22073889,22068647:22069271,22073535:22073976,22075834:22076343,22076547:22076824,22079489:22080202,22086063:22094622,22088044:22088868,22093119:22093819,22098020:22108866,22122000:22122296,22126964:22127544,22129559:22130120,22132586:22132918,22138711:22147293,22142357:22143063,22144309:22144649,22148777:22149459,22153227:22153697,22164922:22165126,22177109:22178192,22180103:22180737,22183556:22184432,22191271:2219221', 'assoc_mat': '21962511:papier:4461:21962854,21963880:papier:4461:21964217,21964371:papier:4461:21964557,21967121:papier:4461:21968810,21967190:papier:4461:21968378,21975318:papier:4461:21975960,21976867:papier:4461:21977454,21978936:papier:4461:21979347,21980104:papier:4461:21981587,21980135:papier:4461:21980650,21980140:papier:4461:21981019,21985538:papier:4461:21986124,21986986:papier:4461:21987689,21996829:papier:4461:21997467,21996831:papier:4461:21997264,22014826:papier:4461:22016514,22014832:papier:4461:22015498,22014873:papier:4461:22015875,22014882:papier:4461:22015777,22014894:papier:4461:22015733,22014900:papier:4461:22015614,22014908:papier:4461:22015508,22023899:papier:4461:22024161,22029100:papier:4461:22029480,22031178:papier:4461:22031839,22035145:papier:4461:22036037,22040127:papier:4461:22040517,22042106:papier:4461:22042492,22045048:papier:4461:22045784,22046567:papier:4461:22051016,22049756:papier:4461:22052000,22051361:papier:4461:22057332,22054526:papier:4461:22055225,22065347:papier:4461:22073889,2206'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013472068950963737, 'nb_photo': 4267, 'list_port_cont': '21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22013192,22023394,22023814,22027591,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051877,22052662,22053694,22053801,22053939,22053962,22053975,22054057,22055104,22056668,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22241934,22242131,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22346385,22346561,22347428,22347717,22350364,22358798,22378613,22378792,22378992,22379419,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,22397011,22405897,22411843,22422322,22430767,22432539,2243351', 'assoc_port': '21962513:21963745,21963400:21963499,21967129:21969529,21967139:21970681,21967186:21971854,21975315:22023394,21976823:21996014,21976866:22023814,21976906:21977058,21978911:22004218,21978931:22027591,21980100:22006327,21980110:22007571,21984246:22052662,21985540:22013192,21986993:21987228,22014797:22040664,22014827:22040895,22014838:22041938,22014839:22042200,22014876:22042853,22014878:22042928,22014891:22044156,22014898:22044593,22014902:22044876,22014903:22045460,22032524:22057723,22035137:22054057,22040123:22053975,22040136:22053962,22042108:22042517,22045047:22053939,22045049:22053801,22049751:22050953,22049755:22056668,22051355:22053694,22051363:22051877,22054528:22055104,22065348:22068784,22068649:22083176,22073532:22074422,22078670:22099674,22088043:22091143,22088051:22091021,22091315:22118592,22091317:22109930,22093114:22118747,22096627:22097340,22101552:22108163,22123322:22123748,22126966:22132972,22129562:22135501,22132587:22138560,22137423:22147408,22141214:22162552,22142356:22148481,22142359:2214852', 'assoc_mat': '21962513:papier:4200:21963745,21963400:papier:4200:21963499,21967129:papier:4200:21969529,21967139:papier:4200:21970681,21967186:papier:4200:21971854,21975315:papier:4200:22023394,21976823:papier:4200:21996014,21976866:papier:4200:22023814,21976906:papier:4200:21977058,21978911:papier:4200:22004218,21978931:papier:4200:22027591,21980100:papier:4200:22006327,21980110:papier:4200:22007571,21984246:papier:4200:22052662,21985540:papier:4200:22013192,21986993:papier:4200:21987228,22014797:papier:4200:22040664,22014827:papier:4200:22040895,22014838:papier:4200:22041938,22014839:papier:4200:22042200,22014876:papier:4200:22042853,22014878:papier:4200:22042928,22014891:papier:4200:22044156,22014898:papier:4200:22044593,22014902:papier:4200:22044876,22014903:papier:4200:22045460,22032524:papier:4200:22057723,22035137:papier:4200:22054057,22040123:papier:4200:22053975,22040136:papier:4200:22053962,22042108:papier:4200:22042517,22045047:papier:4200:22053939,22045049:papier:4200:22053801,22049751:papier:4200:22050953,2204'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0776624288676698, 'nb_photo': 128, 'list_port_cont': '22448925', 'assoc_port': '22448524:22448925', 'assoc_mat': '22448524:papier:3594:22448925'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9440247572395732, 'nb_photo': 108322, 'list_port_cont': '21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22014151,22015357,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22024220,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22187419,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22336923,22346644,22357152,22372778,22377459,22379977,22385061,22388480,22390957,22391022,22391821,22398264,22403212,2243033', 'assoc_port': '21963882:21964210,21967114:21968057,21967142:21973972,21967197:21974249,21969983:21970543,21975316:21976193,21975317:21976113,21976822:21979257,21976869:21978715,21976870:21978410,21976897:21978273,21976904:21977092,21980117:21981105,21980144:21980941,21984242:21985003,21986987:21987539,21986989:21997657,22013394:22014151,22014831:22017221,22014842:22016665,22014846:22016174,22014877:22015934,22014879:22016105,22014886:22015968,22014892:22015910,22014899:22015999,22014904:22015357,22014906:22015662,22018590:24455548,22023871:22024220,22029099:22029596,22029101:22029297,22032529:22033207,22035141:22035771,22038503:22050299,22040133:22040484,22045045:22045573,22046565:22047088,22049747:22050453,22049749:22051858,22049758:22050010,22051357:22052100,22051362:22051697,22054542:22055305,22056819:22057102,22065344:22066228,22066733:22067265,22075838:22076308,22076545:22076809,22086022:22086681,22088049:22088582,22093116:22093925,22093117:22093799,22096624:22097138,22101542:22102782,22123324:22123759,22129563:2213006', 'assoc_mat': '21963882:papier:4209:21964210,21967114:papier:4209:21968057,21967142:papier:4209:21973972,21967197:papier:4209:21974249,21969983:papier:4209:21970543,21975316:papier:4209:21976193,21975317:papier:4209:21976113,21976822:papier:4209:21979257,21976869:papier:4209:21978715,21976870:papier:4209:21978410,21976897:papier:4209:21978273,21976904:papier:4209:21977092,21980117:papier:4209:21981105,21980144:papier:4209:21980941,21984242:papier:4209:21985003,21986987:papier:4209:21987539,21986989:papier:4209:21997657,22013394:papier:4209:22014151,22014831:papier:4209:22017221,22014842:papier:4209:22016665,22014846:papier:4209:22016174,22014877:papier:4209:22015934,22014879:papier:4209:22016105,22014886:papier:4209:22015968,22014892:papier:4209:22015910,22014899:papier:4209:22015999,22014904:papier:4209:22015357,22014906:papier:4209:22015662,22018590:papier:4209:24455548,22023871:papier:4209:22024220,22029099:papier:4209:22029596,22029101:papier:4209:22029297,22032529:papier:4209:22033207,22035141:papier:4209:22035771,2203'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010280090674861686, 'nb_photo': 24498, 'list_port_cont': '21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22014715,22015451,22017308,22020084,22025924,22025970,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22029533,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22185625,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22345493,22352902,22353636,22355859,22371440,22375844,22377501,22378525,22378606,22379563,22379993,22381575,22381594,22385086,2238754', 'assoc_port': '21962514:21963417,21963397:21963591,21963883:21964269,21967132:21970571,21967181:21971861,21967195:21971920,21969979:22020084,21975312:21989547,21975320:21990259,21976850:21997441,21978908:22004079,21978934:22005509,21980103:22007312,21980107:22007768,21980142:22008814,21985545:22014715,21985548:22015451,21986988:22017308,22014825:22026740,22014833:22026674,22014843:22026597,22014874:22026583,22014880:22026450,22014893:22026322,22014896:22026230,22014901:22026180,22024784:22025924,22024789:22025970,22029102:22029533,22031175:22031960,22031177:22031875,22032532:22033375,22038504:22039408,22040126:22040697,22040132:22040625,22042107:22051600,22046566:22050714,22049745:22056367,22049754:22050603,22051354:22052123,22051356:22052009,22054525:22057172,22062853:22063579,22065346:22068752,22066734:22067286,22068648:22069191,22071991:22072741,22073536:22074053,22079487:22080506,22079488:22083647,22079491:22092184,22086017:22094236,22086036:22090618,22091316:22091677,22091318:22091955,22101546:22105440,22121999:2212225', 'assoc_mat': '21962514:papier:4211:21963417,21963397:papier:4211:21963591,21963883:papier:4211:21964269,21967132:papier:4211:21970571,21967181:papier:4211:21971861,21967195:papier:4211:21971920,21969979:papier:4211:22020084,21975312:papier:4211:21989547,21975320:papier:4211:21990259,21976850:papier:4211:21997441,21978908:papier:4211:22004079,21978934:papier:4211:22005509,21980103:papier:4211:22007312,21980107:papier:4211:22007768,21980142:papier:4211:22008814,21985545:papier:4211:22014715,21985548:papier:4211:22015451,21986988:papier:4211:22017308,22014825:papier:4211:22026740,22014833:papier:4211:22026674,22014843:papier:4211:22026597,22014874:papier:4211:22026583,22014880:papier:4211:22026450,22014893:papier:4211:22026322,22014896:papier:4211:22026230,22014901:papier:4211:22026180,22024784:papier:4211:22025924,22024789:papier:4211:22025970,22029102:papier:4211:22029533,22031175:papier:4211:22031960,22031177:papier:4211:22031875,22032532:papier:4211:22033375,22038504:papier:4211:22039408,22040126:papier:4211:22040697,2204'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.01273093176792145, 'nb_photo': 577, 'list_port_cont': '21963766,21964596,21976303,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22067760,22076461,22077049,22079690,22079933,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22441911,22443633,22445280,22450121,22453151,22453757,22456261,22457131,22459689,22459868,22460920,22463500,22464289,22467728,22470902,22480078,2248059', 'assoc_port': '21963399:21963766,21964372:21964596,21967124:21988607,21975313:21990850,21975319:21976303,21976848:21998133,21978922:22005686,21978944:22005800,21980102:22008152,21984249:22012901,21985543:22015719,22013383:22036193,22014822:22042140,22014828:22042744,22014840:22095881,22014875:22082867,22014890:22079933,22014897:22046334,22014905:22048308,22019912:22020902,22023872:22025561,22035139:22037065,22040125:22054700,22040135:22040782,22042109:22042949,22045050:22046221,22049752:22051172,22051359:22053762,22054523:22057904,22054527:22056155,22066731:22067760,22071992:22077049,22075835:22076461,22078672:22079690,22086065:22091996,22091319:22112203,22096626:22097549,22098018:22109482,22101541:22107797,22122001:22122790,22126969:22129291,22132582:22132953,22133906:22134773,22137424:22138731,22138710:22140624,22141213:22142079,22142362:22143887,22144307:22147618,22148778:22150073,22150593:22152144,22150597:22151652,22157943:22159097,22178698:22187176,22178713:22187102,22180102:22207812,22183555:22186778,22189238:2219072', 'assoc_mat': '21963399:papier:3327:21963766,21964372:papier:3327:21964596,21967124:papier:3327:21988607,21975313:papier:3327:21990850,21975319:papier:3327:21976303,21976848:papier:3327:21998133,21978922:papier:3327:22005686,21978944:papier:3327:22005800,21980102:papier:3327:22008152,21984249:papier:3327:22012901,21985543:papier:3327:22015719,22013383:papier:3327:22036193,22014822:papier:3327:22042140,22014828:papier:3327:22042744,22014840:papier:3327:22095881,22014875:papier:3327:22082867,22014890:papier:3327:22079933,22014897:papier:3327:22046334,22014905:papier:3327:22048308,22019912:papier:3327:22020902,22023872:papier:3327:22025561,22035139:papier:3327:22037065,22040125:papier:3327:22054700,22040135:papier:3327:22040782,22042109:papier:3327:22042949,22045050:papier:3327:22046221,22049752:papier:3327:22051172,22051359:papier:3327:22053762,22054523:papier:3327:22057904,22054527:papier:3327:22056155,22066731:papier:3327:22067760,22071992:papier:3327:22077049,22075835:papier:3327:22076461,22078672:papier:3327:22079690,2208'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00771533710410261, 'nb_photo': 181, 'list_port_cont': '21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044,23947057,23977222,24055206,24056846,24059343,24064703,24074197,24074567,24078646', 'assoc_port': '21967136:21969956,21978909:22026351,21984244:22052385,22014829:22041316,22014907:22046207,22019910:22053705,22038501:22054004,22049748:22051213,22062848:22076375,22076546:22076788,22131718:22153087,22142360:22149155,22154699:22158486,22174835:22180490,22191273:22244107,22210213:22241231,22211643:22237962,22290550:22292969,22305213:22309535,22314653:22314890,22318028:22318631,22344383:22345054,22355024:22361627,22379401:22379474,22384434:22385692,22390602:22396165,22420201:22422336,22432676:22433707,22444780:22449942,22451710:22454615,22469828:22473510,22479660:22480036,22486523:22487805,22497684:22511781,22509474:22512740,22513057:22516913,22536499:22536633,22550650:22553552,22562905:22565044,23934801:23977222,23946806:23947057,23947388:24055206,23947712:24056846,23948736:24059343,23949473:24064703,23950958:24074197,23951071:24074567,23953445:24078646', 'assoc_mat': '21967136:pehd:4205:21969956,21978909:pehd:4205:22026351,21984244:pehd:4205:22052385,22014829:pehd:4205:22041316,22014907:pehd:4205:22046207,22019910:pehd:4205:22053705,22038501:pehd:4205:22054004,22049748:pehd:4205:22051213,22062848:pehd:4205:22076375,22076546:pehd:4205:22076788,22131718:pehd:4205:22153087,22142360:pehd:4205:22149155,22154699:pehd:4205:22158486,22174835:pehd:4205:22180490,22191273:pehd:4205:22244107,22210213:pehd:4205:22241231,22211643:pehd:4205:22237962,22290550:pehd:4205:22292969,22305213:pehd:4205:22309535,22314653:pehd:4205:22314890,22318028:pehd:4205:22318631,22344383:pehd:4205:22345054,22355024:pehd:4205:22361627,22379401:pehd:4205:22379474,22384434:pehd:4205:22385692,22390602:pehd:4205:22396165,22420201:pehd:4205:22422336,22432676:pehd:4205:22433707,22444780:pehd:4205:22449942,22451710:pehd:4205:22454615,22469828:pehd:4205:22473510,22479660:pehd:4205:22480036,22486523:pehd:4205:22487805,22497684:pehd:4205:22511781,22509474:pehd:4205:22512740,22513057:pehd:4205:22516913,22536499:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031570746585071487, 'nb_photo': 415, 'list_port_cont': '21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798,24056831,24060638,24064546,24066208,24076148,24079364,24168499,24490734', 'assoc_port': '21967117:21969309,21978894:22003515,21978946:22005706,22011455:22012112,22014824:22040907,22014888:22064885,22023070:22055541,22035144:22054238,22046564:22053773,22062855:22063556,22076548:22076857,22096625:22097218,22129557:22146602,22141215:22155000,22154698:22164087,22191270:22244161,22210214:22241074,22291941:22295035,22305215:22309860,22314649:22315616,22340395:22348632,22376586:22379363,22386992:22397929,22398077:22399483,22429992:22430548,22443967:22451185,22449976:22450066,22466648:22471534,22494447:22505139,22504012:22510429,22520613:22520980,22542628:22560992,22556378:22561798,23946469:24168499,23947595:24056831,23948806:24060638,23949371:24064546,23949568:24066208,23951346:24076148,23953532:24079364,24463396:24490734', 'assoc_mat': '21967117:pehd:4203:21969309,21978894:pehd:4203:22003515,21978946:pehd:4203:22005706,22011455:pehd:4203:22012112,22014824:pehd:4203:22040907,22014888:pehd:4203:22064885,22023070:pehd:4203:22055541,22035144:pehd:4203:22054238,22046564:pehd:4203:22053773,22062855:pehd:4203:22063556,22076548:pehd:4203:22076857,22096625:pehd:4203:22097218,22129557:pehd:4203:22146602,22141215:pehd:4203:22155000,22154698:pehd:4203:22164087,22191270:pehd:4203:22244161,22210214:pehd:4203:22241074,22291941:pehd:4203:22295035,22305215:pehd:4203:22309860,22314649:pehd:4203:22315616,22340395:pehd:4203:22348632,22376586:pehd:4203:22379363,22386992:pehd:4203:22397929,22398077:pehd:4203:22399483,22429992:pehd:4203:22430548,22443967:pehd:4203:22451185,22449976:pehd:4203:22450066,22466648:pehd:4203:22471534,22494447:pehd:4203:22505139,22504012:pehd:4203:22510429,22520613:pehd:4203:22520980,22542628:pehd:4203:22560992,22556378:pehd:4203:22561798,23946469:pehd:4203:24168499,23947595:pehd:4203:24056831,23948806:pehd:4203:24060638,23949371:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0040109250559209105, 'nb_photo': 318, 'list_port_cont': '21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22015147,22016813,22023134,22031494,22032209,22032664,22032764,22033149,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22450038,22452213,22479976,22487076,22488418,22490340,22491650,22494685,22497141,22498838,22502964,22504423,22513446,22534042,22535321,22538057,22540549,22543498,22544875,22544945,22545006,22548393,22548536,22553387,22558699,22559142,22562000,2394818', 'assoc_port': '21963881:21964262,21967184:21971469,21967193:21971813,21969982:21970469,21976900:22023134,21978910:22003894,21978941:22005424,21978949:22005591,21980101:22006370,21980112:22007562,21985550:21986341,21986991:22016813,22014823:22032664,22014830:22032764,22014836:22032209,22014884:22015147,22031176:22031494,22032527:22033149,22035140:22036727,22035142:22036291,22035143:22035922,22040130:22040501,22042105:22042591,22049746:22050891,22049753:22050426,22049757:22050150,22051353:22051581,22054524:22055098,22065345:22068688,22066732:22067373,22066735:22066944,22071990:22072661,22073534:22073646,22078669:22079680,22078671:22079038,22091320:22091745,22096628:22097118,22101544:22103620,22106153:22106584,22125807:22126015,22129556:22131813,22129560:22131879,22132583:22133256,22132585:22133040,22132589:22132861,22133908:22134233,22150596:22151134,22153224:22153979,22153225:22153418,22154700:22155161,22177106:22180980,22177112:22178916,22180100:22180586,22183558:22183811,22185030:22185865,22189228:22189452,22194158:2219492', 'assoc_mat': '21963881:pehd:4207:21964262,21967184:pehd:4207:21971469,21967193:pehd:4207:21971813,21969982:pehd:4207:21970469,21976900:pehd:4207:22023134,21978910:pehd:4207:22003894,21978941:pehd:4207:22005424,21978949:pehd:4207:22005591,21980101:pehd:4207:22006370,21980112:pehd:4207:22007562,21985550:pehd:4207:21986341,21986991:pehd:4207:22016813,22014823:pehd:4207:22032664,22014830:pehd:4207:22032764,22014836:pehd:4207:22032209,22014884:pehd:4207:22015147,22031176:pehd:4207:22031494,22032527:pehd:4207:22033149,22035140:pehd:4207:22036727,22035142:pehd:4207:22036291,22035143:pehd:4207:22035922,22040130:pehd:4207:22040501,22042105:pehd:4207:22042591,22049746:pehd:4207:22050891,22049753:pehd:4207:22050426,22049757:pehd:4207:22050150,22051353:pehd:4207:22051581,22054524:pehd:4207:22055098,22065345:pehd:4207:22068688,22066732:pehd:4207:22067373,22066735:pehd:4207:22066944,22071990:pehd:4207:22072661,22073534:pehd:4207:22073646,22078669:pehd:4207:22079680,22078671:pehd:4207:22079038,22091320:pehd:4207:22091745,22096628:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005158045257964493, 'nb_photo': 34, 'list_port_cont': '21964553,21980641,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374,23947549,23947831,23948392,23950322,23953289,23956123,23966450,23968059,24454429', 'assoc_port': '21964371:21964553,21980135:21980641,22035145:22036041,22042106:22042495,22051361:22057345,22075834:22076334,22088044:22088862,22129559:22130128,22138711:22147292,22144309:22144644,22153227:22153703,22183556:22184434,22245259:22245376,22346891:22347271,22372031:22376500,22394739:22395315,22440771:22441350,22459994:22460260,22463409:22467426,22486522:22487228,22533593:22536178,22552962:22553374,23946556:23948392,23946584:23947831,23946786:23947549,23948730:23968059,23949207:23950322,23951069:23953289,23951118:23956123,23953281:23966450,24454053:24454429', 'assoc_mat': '21964371:pehd:4461:21964553,21980135:pehd:4461:21980641,22035145:pehd:4461:22036041,22042106:pehd:4461:22042495,22051361:pehd:4461:22057345,22075834:pehd:4461:22076334,22088044:pehd:4461:22088862,22129559:pehd:4461:22130128,22138711:pehd:4461:22147292,22144309:pehd:4461:22144644,22153227:pehd:4461:22153703,22183556:pehd:4461:22184434,22245259:pehd:4461:22245376,22346891:pehd:4461:22347271,22372031:pehd:4461:22376500,22394739:pehd:4461:22395315,22440771:pehd:4461:22441350,22459994:pehd:4461:22460260,22463409:pehd:4461:22467426,22486522:pehd:4461:22487228,22533593:pehd:4461:22536178,22552962:pehd:4461:22553374,23946556:pehd:4461:23948392,23946584:pehd:4461:23947831,23946786:pehd:4461:23947549,23948730:pehd:4461:23968059,23949207:pehd:4461:23950322,23951069:pehd:4461:23953289,23951118:pehd:4461:23956123,23953281:pehd:4461:23966450,24454053:pehd:4461:24454429'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009538966916816976, 'nb_photo': 1853, 'list_port_cont': '21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22013193,22023395,22023823,22026211,22027597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051869,22052671,22053691,22053805,22053945,22053955,22053983,22054063,22055101,22056675,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22241936,22242132,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22346387,22346563,22347435,22347711,22350367,22358804,22378623,22378783,22378994,22379423,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,22422319,22430772,22432530,22433515,2244197', 'assoc_port': '21962513:21963749,21963400:21963504,21967129:21969531,21967139:21970687,21967186:21971855,21975315:22023395,21976823:21996019,21976866:22023823,21976902:22026211,21976906:21977062,21978911:22004221,21978931:22027597,21980100:22006324,21980110:22007577,21984246:22052671,21985540:22013193,21986993:21987221,22014797:22040667,22014827:22040892,22014838:22041942,22014839:22042196,22014876:22042848,22014878:22042939,22014891:22044163,22014898:22044582,22014902:22044881,22014903:22045467,22032524:22057716,22035137:22054063,22040123:22053983,22040136:22053955,22042108:22042520,22045047:22053945,22045049:22053805,22049751:22050962,22049755:22056675,22051355:22053691,22051363:22051869,22054528:22055101,22065348:22068771,22068649:22083181,22073532:22074416,22078670:22099671,22088043:22091133,22088051:22091008,22091315:22118589,22091317:22109938,22093114:22118753,22096627:22097332,22101552:22108167,22123322:22123750,22126966:22132973,22129562:22135491,22132587:22138547,22137423:22147411,22141214:22162561,22142356:2214848', 'assoc_mat': '21962513:pehd:4200:21963749,21963400:pehd:4200:21963504,21967129:pehd:4200:21969531,21967139:pehd:4200:21970687,21967186:pehd:4200:21971855,21975315:pehd:4200:22023395,21976823:pehd:4200:21996019,21976866:pehd:4200:22023823,21976902:pehd:4200:22026211,21976906:pehd:4200:21977062,21978911:pehd:4200:22004221,21978931:pehd:4200:22027597,21980100:pehd:4200:22006324,21980110:pehd:4200:22007577,21984246:pehd:4200:22052671,21985540:pehd:4200:22013193,21986993:pehd:4200:21987221,22014797:pehd:4200:22040667,22014827:pehd:4200:22040892,22014838:pehd:4200:22041942,22014839:pehd:4200:22042196,22014876:pehd:4200:22042848,22014878:pehd:4200:22042939,22014891:pehd:4200:22044163,22014898:pehd:4200:22044582,22014902:pehd:4200:22044881,22014903:pehd:4200:22045467,22032524:pehd:4200:22057716,22035137:pehd:4200:22054063,22040123:pehd:4200:22053983,22040136:pehd:4200:22053955,22042108:pehd:4200:22042520,22045047:pehd:4200:22053945,22045049:pehd:4200:22053805,22049751:pehd:4200:22050962,22049755:pehd:4200:22056675,22051355:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009629521909121938, 'nb_photo': 1364, 'list_port_cont': '21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22014149,22015347,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22024227,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22187418,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22336931,22346642,22357155,22372770,22377457,22379983,22385059,22388473,22390959,22391024,22391819,22403213,22430341,22433181,22448533,22450572,22453418,22453632,22456018,2245757', 'assoc_port': '21963882:21964196,21967114:21968056,21967142:21974004,21967197:21974243,21969983:21970535,21975316:21976201,21975317:21976110,21976822:21979259,21976869:21978690,21976870:21978397,21976897:21978276,21976904:21977103,21980117:21981103,21980144:21980944,21984242:21985012,21986987:21987531,21986989:21997646,22013394:22014149,22014831:22017222,22014842:22016664,22014846:22016172,22014877:22015927,22014879:22016102,22014886:22015978,22014892:22015923,22014899:22016002,22014904:22015347,22014906:22015663,22018590:24455557,22023871:22024227,22029099:22029605,22029101:22029293,22032529:22033169,22035141:22035773,22038503:22050289,22040133:22040473,22045045:22045574,22046565:22047096,22049747:22050447,22049749:22051854,22049758:22050007,22051357:22052109,22051362:22051693,22054542:22055311,22056819:22057084,22065344:22066238,22066733:22067268,22075838:22076307,22076545:22076801,22086022:22086682,22088049:22088577,22093116:22093915,22093117:22093797,22096624:22097141,22101542:22102786,22123324:22123762,22129563:2213005', 'assoc_mat': '21963882:pehd:4209:21964196,21967114:pehd:4209:21968056,21967142:pehd:4209:21974004,21967197:pehd:4209:21974243,21969983:pehd:4209:21970535,21975316:pehd:4209:21976201,21975317:pehd:4209:21976110,21976822:pehd:4209:21979259,21976869:pehd:4209:21978690,21976870:pehd:4209:21978397,21976897:pehd:4209:21978276,21976904:pehd:4209:21977103,21980117:pehd:4209:21981103,21980144:pehd:4209:21980944,21984242:pehd:4209:21985012,21986987:pehd:4209:21987531,21986989:pehd:4209:21997646,22013394:pehd:4209:22014149,22014831:pehd:4209:22017222,22014842:pehd:4209:22016664,22014846:pehd:4209:22016172,22014877:pehd:4209:22015927,22014879:pehd:4209:22016102,22014886:pehd:4209:22015978,22014892:pehd:4209:22015923,22014899:pehd:4209:22016002,22014904:pehd:4209:22015347,22014906:pehd:4209:22015663,22018590:pehd:4209:24455557,22023871:pehd:4209:22024227,22029099:pehd:4209:22029605,22029101:pehd:4209:22029293,22032529:pehd:4209:22033169,22035141:pehd:4209:22035773,22038503:pehd:4209:22050289,22040133:pehd:4209:22040473,22045045:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.7585001029231142, 'nb_photo': 21707, 'list_port_cont': '21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22014713,22015454,22017323,22020097,22025934,22025967,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22029556,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22185633,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345485,22352894,22353638,22355849,22371434,22375834,22377496,22378512,22378607,22379554,22379996,22381572,22381586,22385081,2238754', 'assoc_port': '21962514:21963409,21963397:21963586,21963883:21964270,21967132:21970573,21967181:21971873,21967195:21971932,21969979:22020097,21975312:21989548,21975320:21990262,21976850:21997448,21978908:22004069,21978934:22005522,21980103:22007320,21980107:22007765,21980142:22008822,21985545:22014713,21985548:22015454,21986988:22017323,22014825:22026745,22014833:22026676,22014843:22026601,22014874:22026570,22014880:22026463,22014893:22026319,22014896:22026232,22014901:22026193,22024784:22025934,22024789:22025967,22029102:22029556,22031175:22031957,22031177:22031876,22032532:22033381,22038504:22039423,22040126:22040707,22040132:22040613,22042107:22051603,22046566:22050706,22049745:22056373,22049754:22050602,22051354:22052124,22051356:22052022,22054525:22057170,22062853:22063570,22065346:22068763,22066734:22067288,22068648:22069201,22071991:22072736,22073536:22074051,22079487:22080496,22079488:22083639,22079491:22092182,22086017:22094244,22086036:22090613,22091316:22091666,22091318:22091963,22101546:22105436,22121999:2212225', 'assoc_mat': '21962514:pehd:4211:21963409,21963397:pehd:4211:21963586,21963883:pehd:4211:21964270,21967132:pehd:4211:21970573,21967181:pehd:4211:21971873,21967195:pehd:4211:21971932,21969979:pehd:4211:22020097,21975312:pehd:4211:21989548,21975320:pehd:4211:21990262,21976850:pehd:4211:21997448,21978908:pehd:4211:22004069,21978934:pehd:4211:22005522,21980103:pehd:4211:22007320,21980107:pehd:4211:22007765,21980142:pehd:4211:22008822,21985545:pehd:4211:22014713,21985548:pehd:4211:22015454,21986988:pehd:4211:22017323,22014825:pehd:4211:22026745,22014833:pehd:4211:22026676,22014843:pehd:4211:22026601,22014874:pehd:4211:22026570,22014880:pehd:4211:22026463,22014893:pehd:4211:22026319,22014896:pehd:4211:22026232,22014901:pehd:4211:22026193,22024784:pehd:4211:22025934,22024789:pehd:4211:22025967,22029102:pehd:4211:22029556,22031175:pehd:4211:22031957,22031177:pehd:4211:22031876,22032532:pehd:4211:22033381,22038504:pehd:4211:22039423,22040126:pehd:4211:22040707,22040132:pehd:4211:22040613,22042107:pehd:4211:22051603,22046566:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011165386962269605, 'nb_photo': 4, 'list_port_cont': '22020910,22095884,22347418,24062098', 'assoc_port': '22014840:22095884,22019912:22020910,22346888:22347418,23948726:24062098', 'assoc_mat': '22014840:pehd:3327:22095884,22019912:pehd:3327:22020910,22346888:pehd:3327:22347418,23948726:pehd:3327:24062098'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00405092145353514, 'nb_photo': 33, 'list_port_cont': '22026346,22046194,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566,24055207,24056853,24059341,24064697,24074211,24074569,24078647', 'assoc_port': '21978909:22026346,22014907:22046194,22049748:22051221,22062848:22076376,22142360:22149154,22154699:22158488,22290550:22292973,22314653:22314888,22344383:22345046,22355024:22361624,22486523:22487806,22497684:22511787,22513057:22516926,22536499:22536636,22550650:22553566,23947388:24055207,23947712:24056853,23948736:24059341,23949473:24064697,23950958:24074211,23951071:24074569,23953445:24078647', 'assoc_mat': '21978909:pet_clair:4205:22026346,22014907:pet_clair:4205:22046194,22049748:pet_clair:4205:22051221,22062848:pet_clair:4205:22076376,22142360:pet_clair:4205:22149154,22154699:pet_clair:4205:22158488,22290550:pet_clair:4205:22292973,22314653:pet_clair:4205:22314888,22344383:pet_clair:4205:22345046,22355024:pet_clair:4205:22361624,22486523:pet_clair:4205:22487806,22497684:pet_clair:4205:22511787,22513057:pet_clair:4205:22516926,22536499:pet_clair:4205:22536636,22550650:pet_clair:4205:22553566,23947388:pet_clair:4205:24055207,23947712:pet_clair:4205:24056853,23948736:pet_clair:4205:24059341,23949473:pet_clair:4205:24064697,23950958:pet_clair:4205:24074211,23951071:pet_clair:4205:24074569,23953445:pet_clair:4205:24078647'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001031313059431781, 'nb_photo': 4, 'list_port_cont': '22064877,24064562,24076156,24490740', 'assoc_port': '22014888:22064877,23949371:24064562,23951346:24076156,24463396:24490740', 'assoc_mat': '22014888:pet_clair:4203:22064877,23949371:pet_clair:4203:24064562,23951346:pet_clair:4203:24076156,24463396:pet_clair:4203:24490740'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002175847727569492, 'nb_photo': 21, 'list_port_cont': '21970464,21971460,21971805,22003056,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448,23947040,23952979,23955662,23965452', 'assoc_port': '21967184:21971460,21967193:21971805,21969982:21970464,21978888:22003056,22014830:22032769,22054524:22055096,22088046:22090733,22150592:22151596,22150596:22151145,22180100:22180578,22210183:22211236,22226568:22227439,22301996:22302320,22453054:22453668,22513061:22513448,23946771:23947040,23949089:23965452,23951274:23952979,23953323:23955662', 'assoc_mat': '21967184:pet_clair:4207:21971460,21967193:pet_clair:4207:21971805,21969982:pet_clair:4207:21970464,21978888:pet_clair:4207:22003056,22014830:pet_clair:4207:22032769,22054524:pet_clair:4207:22055096,22088046:pet_clair:4207:22090733,22150592:pet_clair:4207:22151596,22150596:pet_clair:4207:22151145,22180100:pet_clair:4207:22180578,22210183:pet_clair:4207:22211236,22226568:pet_clair:4207:22227439,22301996:pet_clair:4207:22302320,22453054:pet_clair:4207:22453668,22513061:pet_clair:4207:22513448,23946771:pet_clair:4207:23947040,23949089:pet_clair:4207:23965452,23951274:pet_clair:4207:23952979,23953323:pet_clair:4207:23955662'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004445768404066325, 'nb_photo': 3, 'list_port_cont': '22057340,22391721,22516752', 'assoc_port': '22051361:22057340,22391215:22391721,22513059:22516752', 'assoc_mat': '22051361:pet_clair:4461:22057340,22391215:pet_clair:4461:22391721,22513059:pet_clair:4461:22516752'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02843084786391289, 'nb_photo': 340, 'list_port_cont': '21963502,21969519,21971849,21987222,22006320,22023822,22026220,22027594,22040889,22041947,22044162,22044583,22051873,22052667,22053685,22053935,22053954,22053976,22054070,22055102,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22241924,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347712,22350369,22358813,22378619,22389050,22390079,22405892,22430776,22432536,22433526,22447453,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22493796,22494275,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096,24043816,24043929,24044980,24045919,24045969,24054789,24056816,24060294,24063937,24064924,24065832,24066467,24074476,24075008,24075817,24076536,2407855', 'assoc_port': '21963400:21963502,21967129:21969519,21967186:21971849,21976866:22023822,21976902:22026220,21978931:22027594,21980100:22006320,21984246:22052667,21986993:21987222,22014827:22040889,22014838:22041947,22014891:22044162,22014898:22044583,22035137:22054070,22040123:22053976,22040136:22053954,22045047:22053935,22051355:22053685,22051363:22051873,22054528:22055102,22068649:22083189,22073532:22074424,22078670:22099677,22088051:22091019,22091315:22118588,22091317:22109932,22093114:22118758,22096627:22097328,22101552:22108162,22123322:22123749,22126966:22132980,22129562:22135493,22132587:22138553,22137423:22147417,22142356:22148479,22142359:22148521,22142361:22149493,22153226:22156884,22185028:22241924,22191278:22193163,22194161:22195000,22200699:22242693,22204331:22204884,22210211:22241164,22211636:22239611,22222639:22229870,22234729:22234995,22286480:22287937,22291938:22294362,22295406:22299466,22307240:22307383,22307893:22312888,22312866:22321913,22316765:22321661,22331498:22350369,22336328:22346383,22339071:2234771', 'assoc_mat': '21963400:pet_clair:4200:21963502,21967129:pet_clair:4200:21969519,21967186:pet_clair:4200:21971849,21976866:pet_clair:4200:22023822,21976902:pet_clair:4200:22026220,21978931:pet_clair:4200:22027594,21980100:pet_clair:4200:22006320,21984246:pet_clair:4200:22052667,21986993:pet_clair:4200:21987222,22014827:pet_clair:4200:22040889,22014838:pet_clair:4200:22041947,22014891:pet_clair:4200:22044162,22014898:pet_clair:4200:22044583,22035137:pet_clair:4200:22054070,22040123:pet_clair:4200:22053976,22040136:pet_clair:4200:22053954,22045047:pet_clair:4200:22053935,22051355:pet_clair:4200:22053685,22051363:pet_clair:4200:22051873,22054528:pet_clair:4200:22055102,22068649:pet_clair:4200:22083189,22073532:pet_clair:4200:22074424,22078670:pet_clair:4200:22099677,22088051:pet_clair:4200:22091019,22091315:pet_clair:4200:22118588,22091317:pet_clair:4200:22109932,22093114:pet_clair:4200:22118758,22096627:pet_clair:4200:22097328,22101552:pet_clair:4200:22108162,22123322:pet_clair:4200:22123749,22126966:pet_clair:4200:22132980,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.007368525752314813, 'nb_photo': 9, 'list_port_cont': '22448923', 'assoc_port': '22448524:22448923', 'assoc_mat': '22448524:pet_clair:3594:22448923'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003170453138679512, 'nb_photo': 35, 'list_port_cont': '21964211,21981113,22015980,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490675,22544899,23935937,23949500,23954256,23955750,23955933,23956193,23965270,24454275,24455460,24455556,24464477,24475889,24477865,24479105,24480094,24482635', 'assoc_port': '21963882:21964211,21980117:21981113,22014886:22015980,22018590:24455556,22046565:22047087,22056819:22057105,22123324:22123756,22137426:22137988,22183560:22184238,22307235:22307671,22314652:22315046,22319403:22319795,22353972:22357148,22379661:22379982,22384433:22385062,22448524:24475889,22463408:22463850,22489071:22490675,22544864:22544899,23934884:23935937,23947292:23949500,23949104:23965270,23953275:23956193,23953279:23955750,23953435:23955933,23953479:23954256,24453988:24455460,24454085:24454275,24463193:24482635,24463395:24479105,24463410:24480094,24463496:24477865,24463682:24464477', 'assoc_mat': '21963882:pet_clair:4209:21964211,21980117:pet_clair:4209:21981113,22014886:pet_clair:4209:22015980,22018590:pet_clair:4209:24455556,22046565:pet_clair:4209:22047087,22056819:pet_clair:4209:22057105,22123324:pet_clair:4209:22123756,22137426:pet_clair:4209:22137988,22183560:pet_clair:4209:22184238,22307235:pet_clair:4209:22307671,22314652:pet_clair:4209:22315046,22319403:pet_clair:4209:22319795,22353972:pet_clair:4209:22357148,22379661:pet_clair:4209:22379982,22384433:pet_clair:4209:22385062,22448524:pet_clair:4209:24475889,22463408:pet_clair:4209:22463850,22489071:pet_clair:4209:22490675,22544864:pet_clair:4209:22544899,23934884:pet_clair:4209:23935937,23947292:pet_clair:4209:23949500,23949104:pet_clair:4209:23965270,23953275:pet_clair:4209:23956193,23953279:pet_clair:4209:23955750,23953435:pet_clair:4209:23955933,23953479:pet_clair:4209:23954256,24453988:pet_clair:4209:24455460,24454085:pet_clair:4209:24454275,24463193:pet_clair:4209:24482635,24463395:pet_clair:4209:24479105,24463410:pet_clair:4209:24480094,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006454608674992219, 'nb_photo': 122, 'list_port_cont': '21963410,21963583,21964275,21990267,21997443,22004075,22007318,22007773,22008824,22014717,22025956,22026182,22026242,22026584,22040624,22040694,22050717,22051598,22052016,22052130,22056369,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22378523,22378602,22381576,22381589,22394225,22420793,22430454,22437386,22439797,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952,23952575,23954095,23956306,23956965,23957869,23961232,23964606,23978860,24045041,24055538,24061512,24063476,24175415,24176837,24454902,24464848,24484381', 'assoc_port': '21962514:21963410,21963397:21963583,21963883:21964275,21975320:21990267,21976850:21997443,21978908:22004075,21980103:22007318,21980107:22007773,21980142:22008824,21985545:22014717,22014874:22026584,22014896:22026242,22014901:22026182,22024789:22025956,22040126:22040694,22040132:22040624,22042107:22051598,22046566:22050717,22049745:22056369,22051354:22052130,22051356:22052016,22054525:22057171,22086017:22094247,22091316:22091678,22131720:22132332,22144308:22144693,22157945:22158599,22177113:22177948,22183559:22186670,22226567:22229852,22312348:22312608,22312865:22313305,22340396:22341213,22344385:22344829,22345136:22345495,22350589:22353633,22378312:22378523,22378313:22378602,22381321:22381589,22381322:22381576,22393282:22394225,22420197:22420793,22429991:22430454,22436848:22437386,22439265:22439797,22453056:22453645,22457336:22458006,22457340:22457547,22466642:22467513,22468001:22468255,22486524:22487412,22488169:22488231,22491285:22491968,22496823:22498430,22502386:22502905,22517559:22518633,22519957:2252442', 'assoc_mat': '21962514:pet_clair:4211:21963410,21963397:pet_clair:4211:21963583,21963883:pet_clair:4211:21964275,21975320:pet_clair:4211:21990267,21976850:pet_clair:4211:21997443,21978908:pet_clair:4211:22004075,21980103:pet_clair:4211:22007318,21980107:pet_clair:4211:22007773,21980142:pet_clair:4211:22008824,21985545:pet_clair:4211:22014717,22014874:pet_clair:4211:22026584,22014896:pet_clair:4211:22026242,22014901:pet_clair:4211:22026182,22024789:pet_clair:4211:22025956,22040126:pet_clair:4211:22040694,22040132:pet_clair:4211:22040624,22042107:pet_clair:4211:22051598,22046566:pet_clair:4211:22050717,22049745:pet_clair:4211:22056369,22051354:pet_clair:4211:22052130,22051356:pet_clair:4211:22052016,22054525:pet_clair:4211:22057171,22086017:pet_clair:4211:22094247,22091316:pet_clair:4211:22091678,22131720:pet_clair:4211:22132332,22144308:pet_clair:4211:22144693,22157945:pet_clair:4211:22158599,22177113:pet_clair:4211:22177948,22183559:pet_clair:4211:22186670,22226567:pet_clair:4211:22229852,22312348:pet_clair:4211:22312608,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9859241214498703, 'nb_photo': 93157, 'list_port_cont': '21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,22389190,22391082,2239250', 'assoc_port': '21963399:21963757,21964372:21964592,21967124:21988608,21969980:21982681,21975313:21990851,21975319:21976289,21976848:21998125,21978922:22005695,21978944:22005804,21980102:22008139,21980115:22009174,21984249:22012898,21985543:22015717,21996832:21997671,22011451:22033712,22013383:22036192,22014822:22042141,22014828:22042751,22014840:22095885,22014875:22082874,22014890:22079923,22014897:22046332,22014905:22048304,22019912:22020908,22023872:22025556,22032522:22033943,22035139:22037056,22040125:22054696,22040135:22040774,22042109:22042956,22045050:22046211,22049752:22051165,22051359:22053759,22054521:22055906,22054523:22057901,22054527:22056154,22054529:22055734,22066731:22067768,22068650:22069674,22071992:22077046,22075835:22076462,22078672:22079685,22086065:22091993,22091319:22112202,22091321:22093328,22096626:22097557,22098018:22109488,22101541:22107800,22101550:22105061,22122001:22122798,22126969:22129282,22132582:22132952,22133906:22134776,22137424:22138725,22138710:22140629,22141213:22142070,22142362:2214388', 'assoc_mat': '21963399:pet_clair:3327:21963757,21964372:pet_clair:3327:21964592,21967124:pet_clair:3327:21988608,21969980:pet_clair:3327:21982681,21975313:pet_clair:3327:21990851,21975319:pet_clair:3327:21976289,21976848:pet_clair:3327:21998125,21978922:pet_clair:3327:22005695,21978944:pet_clair:3327:22005804,21980102:pet_clair:3327:22008139,21980115:pet_clair:3327:22009174,21984249:pet_clair:3327:22012898,21985543:pet_clair:3327:22015717,21996832:pet_clair:3327:21997671,22011451:pet_clair:3327:22033712,22013383:pet_clair:3327:22036192,22014822:pet_clair:3327:22042141,22014828:pet_clair:3327:22042751,22014840:pet_clair:3327:22095885,22014875:pet_clair:3327:22082874,22014890:pet_clair:3327:22079923,22014897:pet_clair:3327:22046332,22014905:pet_clair:3327:22048304,22019912:pet_clair:3327:22020908,22023872:pet_clair:3327:22025556,22032522:pet_clair:3327:22033943,22035139:pet_clair:3327:22037056,22040125:pet_clair:3327:22054696,22040135:pet_clair:3327:22040774,22042109:pet_clair:3327:22042956,22045050:pet_clair:3327:22046211,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004491463864226392, 'nb_photo': 1, 'list_port_cont': '22361617', 'assoc_port': '22355024:22361617', 'assoc_mat': '22355024:pet_fonce:4205:22361617'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018904705676207618, 'nb_photo': 1, 'list_port_cont': '22201652', 'assoc_port': '22200705:22201652', 'assoc_mat': '22200705:pet_fonce:4207:22201652'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003825351499945357, 'nb_photo': 1, 'list_port_cont': '23957311', 'assoc_port': '23949056:23957311', 'assoc_mat': '23949056:pet_fonce:4461:23957311'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.9261447029784983, 'nb_photo': 1992, 'list_port_cont': '22346558', 'assoc_port': '22346410:22346558', 'assoc_mat': '22346410:pet_fonce:4200:22346558'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.002450855396412037, 'nb_photo': 2, 'list_port_cont': '22448928', 'assoc_port': '22448524:22448928', 'assoc_mat': '22448524:pet_fonce:3594:22448928'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00020903059174965527, 'nb_photo': 6, 'list_port_cont': '22080511,22091670,22092183,22192300,22195695,22535671', 'assoc_port': '22079487:22080511,22079491:22092183,22091316:22091670,22191275:22192300,22195205:22195695,22534859:22535671', 'assoc_mat': '22079487:pet_fonce:4211:22080511,22079491:pet_fonce:4211:22092183,22091316:pet_fonce:4211:22091670,22191275:pet_fonce:4211:22192300,22195205:pet_fonce:4211:22195695,22534859:pet_fonce:4211:22535671'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004688484208808319, 'nb_photo': 14, 'list_port_cont': '22009170,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481,24056212,24057442', 'assoc_port': '21980115:22009170,22014828:22042753,22045050:22046217,22066731:22067758,22071992:22077057,22295403:22307654,22295431:22303810,22305205:22306120,22345137:22345682,22503985:22505176,22558087:22559481,23947371:24056212,23947668:24057442', 'assoc_mat': '21980115:pet_fonce:3327:22009170,22014828:pet_fonce:3327:22042753,22045050:pet_fonce:3327:22046217,22066731:pet_fonce:3327:22067758,22071992:pet_fonce:3327:22077057,22295403:pet_fonce:3327:22307654,22295431:pet_fonce:3327:22303810,22305205:pet_fonce:3327:22306120,22345137:pet_fonce:3327:22345682,22503985:pet_fonce:3327:22505176,22558087:pet_fonce:3327:22559481,23947371:pet_fonce:3327:24056212,23947668:pet_fonce:3327:24057442'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.003684788322733772, 'nb_photo': 2, 'list_port_cont': '22553547,24074202', 'assoc_port': '22550650:22553547,23950958:24074202', 'assoc_mat': '22550650:pet_opaque:4205:22553547,23950958:pet_opaque:4205:24074202'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.588914769780425e-05, 'nb_photo': 3, 'list_port_cont': '22097225,22154992,22450058', 'assoc_port': '22096625:22097225,22141215:22154992,22449976:22450058', 'assoc_mat': '22096625:pet_opaque:4203:22097225,22141215:pet_opaque:4203:22154992,22449976:pet_opaque:4203:22450058'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005035639375587501, 'nb_photo': 13, 'list_port_cont': '22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747,23956557,23963242,23968561,23972806', 'assoc_port': '22031176:22031488,22075837:22076180,22150592:22151599,22378451:22378742,22379396:22379468,22380802:22381073,22394735:22395079,22459601:22459747,23947784:23972806,23948942:23968561,23949291:23963242,23953277:23956557', 'assoc_mat': '22031176:pet_opaque:4207:22031488,22075837:pet_opaque:4207:22076180,22150592:pet_opaque:4207:22151599,22378451:pet_opaque:4207:22378742,22379396:pet_opaque:4207:22379468,22380802:pet_opaque:4207:22381073,22394735:pet_opaque:4207:22395079,22459601:pet_opaque:4207:22459747,23947784:pet_opaque:4207:23972806,23948942:pet_opaque:4207:23968561,23949291:pet_opaque:4207:23963242,23953277:pet_opaque:4207:23956557'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005316269606997555, 'nb_photo': 13, 'list_port_cont': '22055220,22069263,22143059,22184417,22292789,22433273,22438564,22494827,22561961,24464252,24474700,24480727', 'assoc_port': '22054526:22055220,22068647:22069263,22142357:22143059,22183556:22184417,22291934:22292789,22431118:22438564,22433052:22433273,22494448:22494827,22561375:22561961,24463213:24480727,24463436:24464252,24463673:24474700', 'assoc_mat': '22054526:pet_opaque:4461:22055220,22068647:pet_opaque:4461:22069263,22142357:pet_opaque:4461:22143059,22183556:pet_opaque:4461:22184417,22291934:pet_opaque:4461:22292789,22431118:pet_opaque:4461:22438564,22433052:pet_opaque:4461:22433273,22494448:pet_opaque:4461:22494827,22561375:pet_opaque:4461:22561961,24463213:pet_opaque:4461:24480727,24463436:pet_opaque:4461:24464252,24463673:pet_opaque:4461:24474700'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002592762209764235, 'nb_photo': 482, 'list_port_cont': '21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22004215,22006325,22007574,22013197,22023825,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22052673,22053683,22053797,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22242137,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22346379,22346567,22347718,22350359,22358800,22378781,22378981,22379412,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22430773,22432529,22433524,22441963,22447466,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22493806,22494277,22494866,22497794,22506975,2251690', 'assoc_port': '21962513:21963750,21963400:21963500,21967129:21969528,21967139:21970682,21967186:21971845,21976823:21996010,21976866:22023825,21976906:21977060,21978911:22004215,21980100:22006325,21980110:22007574,21984246:22052673,21985540:22013197,21986993:21987225,22014797:22040663,22014827:22040891,22014838:22041934,22014839:22042206,22014898:22044594,22014902:22044885,22014903:22045455,22032524:22057729,22035137:22054061,22040123:22053978,22040136:22053965,22042108:22042523,22045049:22053797,22049751:22050960,22049755:22056672,22051355:22053683,22054528:22055112,22068649:22083183,22073532:22074423,22078670:22099670,22088043:22091142,22088051:22091007,22091315:22118591,22093114:22118757,22096627:22097341,22101552:22108172,22123322:22123746,22126966:22132982,22129562:22135487,22132587:22138548,22137423:22147406,22141214:22162550,22142356:22148471,22142359:22148518,22142361:22149498,22144310:22153022,22148779:22169732,22153226:22156886,22154710:22158870,22154715:22159210,22185036:22242137,22191278:22193164,22194161:2219501', 'assoc_mat': '21962513:pet_opaque:4200:21963750,21963400:pet_opaque:4200:21963500,21967129:pet_opaque:4200:21969528,21967139:pet_opaque:4200:21970682,21967186:pet_opaque:4200:21971845,21976823:pet_opaque:4200:21996010,21976866:pet_opaque:4200:22023825,21976906:pet_opaque:4200:21977060,21978911:pet_opaque:4200:22004215,21980100:pet_opaque:4200:22006325,21980110:pet_opaque:4200:22007574,21984246:pet_opaque:4200:22052673,21985540:pet_opaque:4200:22013197,21986993:pet_opaque:4200:21987225,22014797:pet_opaque:4200:22040663,22014827:pet_opaque:4200:22040891,22014838:pet_opaque:4200:22041934,22014839:pet_opaque:4200:22042206,22014898:pet_opaque:4200:22044594,22014902:pet_opaque:4200:22044885,22014903:pet_opaque:4200:22045455,22032524:pet_opaque:4200:22057729,22035137:pet_opaque:4200:22054061,22040123:pet_opaque:4200:22053978,22040136:pet_opaque:4200:22053965,22042108:pet_opaque:4200:22042523,22045049:pet_opaque:4200:22053797,22049751:pet_opaque:4200:22050960,22049755:pet_opaque:4200:22056672,22051355:pet_opaque:4200:22053683,2205'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0018308316152776867, 'nb_photo': 33, 'list_port_cont': '21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678,23935890,23935933,23947993,23953119,23953332,23954259,24455282,24479213,24480074,24481868,24482637', 'assoc_port': '21976904:21977104,22038503:22050288,22040133:22040474,22049747:22050449,22049749:22051857,22096624:22097146,22148776:22149413,22154714:22154839,22174848:22175463,22195202:22195660,22217464:22217895,22221022:22221841,22376588:22377461,22402440:22403220,22433050:22433174,22503987:22504824,22504014:22504641,22511772:22512581,22552959:22553678,23934884:23935933,23934915:23935890,23946524:23947993,23951108:23953332,23951111:23953119,23953479:23954259,24453996:24455282,24463193:24482637,24463246:24481868,24463405:24479213,24463410:24480074', 'assoc_mat': '21976904:pet_opaque:4209:21977104,22038503:pet_opaque:4209:22050288,22040133:pet_opaque:4209:22040474,22049747:pet_opaque:4209:22050449,22049749:pet_opaque:4209:22051857,22096624:pet_opaque:4209:22097146,22148776:pet_opaque:4209:22149413,22154714:pet_opaque:4209:22154839,22174848:pet_opaque:4209:22175463,22195202:pet_opaque:4209:22195660,22217464:pet_opaque:4209:22217895,22221022:pet_opaque:4209:22221841,22376588:pet_opaque:4209:22377461,22402440:pet_opaque:4209:22403220,22433050:pet_opaque:4209:22433174,22503987:pet_opaque:4209:22504824,22504014:pet_opaque:4209:22504641,22511772:pet_opaque:4209:22512581,22552959:pet_opaque:4209:22553678,23934884:pet_opaque:4209:23935933,23934915:pet_opaque:4209:23935890,23946524:pet_opaque:4209:23947993,23951108:pet_opaque:4209:23953332,23951111:pet_opaque:4209:23953119,23953479:pet_opaque:4209:23954259,24453996:pet_opaque:4209:24455282,24463193:pet_opaque:4209:24482637,24463246:pet_opaque:4209:24481868,24463405:pet_opaque:4209:24479213,24463410:pet_opaque:4209:24480074'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00033117545443129474, 'nb_photo': 262, 'list_port_cont': '21970578,22004074,22007769,22008816,22015457,22017313,22020095,22025927,22025959,22026181,22026234,22026669,22026746,22029559,22031879,22031953,22033376,22040607,22052129,22056370,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22185620,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22352907,22355860,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22490648,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962,23948142,23949165,23952580,23953028,23956304,23957874,23964607,23966160,23969640,23978862,2404505', 'assoc_port': '21967132:21970578,21969979:22020095,21978908:22004074,21980107:22007769,21980142:22008816,21985548:22015457,21986988:22017313,22014825:22026746,22014833:22026669,22014896:22026234,22014901:22026181,22024784:22025927,22024789:22025959,22029102:22029559,22031175:22031953,22031177:22031879,22032532:22033376,22040132:22040607,22049745:22056370,22051354:22052129,22065346:22068755,22071991:22072737,22079488:22083632,22079491:22092188,22101546:22105433,22126967:22127605,22131720:22132330,22144305:22144833,22150594:22151416,22154691:22155287,22157945:22158587,22177113:22177959,22178712:22179540,22183559:22186658,22185065:22185620,22191275:22192296,22195199:22195670,22195205:22195690,22210185:22210747,22222660:22222984,22226567:22229853,22290548:22291492,22294054:22294739,22298063:22298645,22304108:22306927,22312348:22312605,22312865:22313299,22312871:22313068,22314655:22315306,22318030:22318838,22328574:22329442,22336329:22337045,22340396:22341211,22344385:22344858,22352274:22352907,22355023:22355860,22376585:2237750', 'assoc_mat': '21967132:pet_opaque:4211:21970578,21969979:pet_opaque:4211:22020095,21978908:pet_opaque:4211:22004074,21980107:pet_opaque:4211:22007769,21980142:pet_opaque:4211:22008816,21985548:pet_opaque:4211:22015457,21986988:pet_opaque:4211:22017313,22014825:pet_opaque:4211:22026746,22014833:pet_opaque:4211:22026669,22014896:pet_opaque:4211:22026234,22014901:pet_opaque:4211:22026181,22024784:pet_opaque:4211:22025927,22024789:pet_opaque:4211:22025959,22029102:pet_opaque:4211:22029559,22031175:pet_opaque:4211:22031953,22031177:pet_opaque:4211:22031879,22032532:pet_opaque:4211:22033376,22040132:pet_opaque:4211:22040607,22049745:pet_opaque:4211:22056370,22051354:pet_opaque:4211:22052129,22065346:pet_opaque:4211:22068755,22071991:pet_opaque:4211:22072737,22079488:pet_opaque:4211:22083632,22079491:pet_opaque:4211:22092188,22101546:pet_opaque:4211:22105433,22126967:pet_opaque:4211:22127605,22131720:pet_opaque:4211:22132330,22144305:pet_opaque:4211:22144833,22150594:pet_opaque:4211:22151416,22154691:pet_opaque:4211:22155287,2215'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004357032523656563, 'nb_photo': 365, 'list_port_cont': '21962939,21967682,21970619,21977417,21979773,21996965,22015338,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22379487,22389541,22403112,22411917,22412541,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22532250,22537004,22543393,22552271,22556356,22560474,22566497,24045646,24054496,24055164,24055556,24055901,24056768,24058522,24063882,24065201,24065531,24065901,24071626,24071818,24071925,24076078,24454571,24490566,24490582,24490596,24490605,24490630,24490689,24490707,24490717,24490731,24490775', 'assoc_port': '21962512:21962939,21967188:21967682,21969981:21970619,21976865:21977417,21978938:21979773,21996833:21996965,22014835:22028491,22014872:22015338,22018591:22024485,22035138:22051423,22040129:22040790,22051360:22051723,22054522:22055157,22062850:22064643,22073531:22073981,22075836:22076264,22079490:22081442,22098017:22098896,22106152:22106681,22131721:22132406,22133905:22134321,22137425:22166954,22148775:22165092,22150595:22159637,22174852:22235720,22185033:22186446,22194159:22194605,22206469:22207263,22221035:22225037,22286479:22287110,22299407:22301632,22304113:22306706,22307886:22308222,22309703:22310204,22314656:22314713,22379399:22379487,22388008:22389541,22393285:22412541,22394734:22411917,22402406:22403112,22450301:22450646,22457337:22458373,22459597:22460029,22469829:22469998,22486521:22486682,22486538:22487210,22488165:22488316,22489069:22490161,22494461:22494958,22497685:22497915,22509477:22513090,22531797:22532250,22536495:22537004,22542655:22543393,22550651:22552271,22554335:22560474,22554338:2255635', 'assoc_mat': '21962512:plastique:3726:21962939,21967188:plastique:3726:21967682,21969981:plastique:3726:21970619,21976865:plastique:3726:21977417,21978938:plastique:3726:21979773,21996833:plastique:3726:21996965,22014835:plastique:3726:22028491,22014872:plastique:3726:22015338,22018591:plastique:3726:22024485,22035138:plastique:3726:22051423,22040129:plastique:3726:22040790,22051360:plastique:3726:22051723,22054522:plastique:3726:22055157,22062850:plastique:3726:22064643,22073531:plastique:3726:22073981,22075836:plastique:3726:22076264,22079490:plastique:3726:22081442,22098017:plastique:3726:22098896,22106152:plastique:3726:22106681,22131721:plastique:3726:22132406,22133905:plastique:3726:22134321,22137425:plastique:3726:22166954,22148775:plastique:3726:22165092,22150595:plastique:3726:22159637,22174852:plastique:3726:22235720,22185033:plastique:3726:22186446,22194159:plastique:3726:22194605,22206469:plastique:3726:22207263,22221035:plastique:3726:22225037,22286479:plastique:3726:22287110,22299407:plastique:3726:22301632,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011181517524091881, 'nb_photo': 1629, 'list_port_cont': '21962937,21967688,21970618,21977419,21979782,21996959,22015340,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22379495,22389543,22403116,22411916,22412548,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22532245,22537007,22543400,22552267,22556365,22560468,22566496,23977005,24045647,24054497,24055166,24055546,24055897,24056771,24058515,24063886,24065202,24065525,24065906,24071631,24071649,24071819,24071924,24076082,24454241,24454565,24490571,24490574,24490593,24490603,24490634,24490672,24490687,24490698,24490711,24490728,24490776', 'assoc_port': '21962512:21962937,21967188:21967688,21969981:21970618,21976865:21977419,21978938:21979782,21996833:21996959,22014835:22028489,22014845:22028377,22014872:22015340,22018591:22024480,22035138:22051418,22040129:22040791,22051360:22051722,22054522:22055163,22062850:22064653,22073531:22073979,22075836:22076262,22079490:22081437,22096622:22102886,22098017:22098899,22106152:22106682,22131721:22132397,22133905:22134318,22137425:22166953,22148775:22165100,22150595:22159638,22174852:22235721,22185033:22186444,22194156:22195061,22194159:22194599,22206469:22207266,22221035:22225045,22286479:22287113,22299407:22301629,22304113:22306708,22307886:22308220,22309703:22310206,22314656:22314703,22379399:22379495,22388008:22389543,22393285:22412548,22394734:22411916,22402406:22403116,22450301:22450654,22457337:22458374,22459597:22460026,22469829:22469988,22486521:22486683,22486538:22487206,22488165:22488312,22489069:22490162,22494461:22494960,22497685:22497921,22509477:22513084,22531797:22532245,22536495:22537007,22542655:2254340', 'assoc_mat': '21962512:Teint_Dans_La_Masse:3726:21962937,21967188:Teint_Dans_La_Masse:3726:21967688,21969981:Teint_Dans_La_Masse:3726:21970618,21976865:Teint_Dans_La_Masse:3726:21977419,21978938:Teint_Dans_La_Masse:3726:21979782,21996833:Teint_Dans_La_Masse:3726:21996959,22014835:Teint_Dans_La_Masse:3726:22028489,22014845:Teint_Dans_La_Masse:3726:22028377,22014872:Teint_Dans_La_Masse:3726:22015340,22018591:Teint_Dans_La_Masse:3726:22024480,22035138:Teint_Dans_La_Masse:3726:22051418,22040129:Teint_Dans_La_Masse:3726:22040791,22051360:Teint_Dans_La_Masse:3726:22051722,22054522:Teint_Dans_La_Masse:3726:22055163,22062850:Teint_Dans_La_Masse:3726:22064653,22073531:Teint_Dans_La_Masse:3726:22073979,22075836:Teint_Dans_La_Masse:3726:22076262,22079490:Teint_Dans_La_Masse:3726:22081437,22096622:Teint_Dans_La_Masse:3726:22102886,22098017:Teint_Dans_La_Masse:3726:22098899,22106152:Teint_Dans_La_Masse:3726:22106682,22131721:Teint_Dans_La_Masse:3726:22132397,22133905:Teint_Dans_La_Masse:3726:22134318,22137425: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(1934974,1934977,1953427,1934995,1935000,1935006,1935011,1935016,1935022,1935030,1935037,1935044,1935049,1733798,1733485,1738164,1740888,1740646,1743913,1747945,1953433,1755955,1953443,1770276,1770245,1769950)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173643, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448924 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173644, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963765,21964605,21976281,21982679,21988615,21990862,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042146,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22067764,22069684,22076457,22077053,22079689,22079921,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22441915,22443629,22445293,22453158,22453749,22456262,22457129,2245968 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173645, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962929,21967686,21970623,21977412,21979780,21996958,22015337,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22379496,22389546,22403109,22411923,22412545,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22532248,22537009,22543396,22552269,22556364,22560472,22566506,23977006,24045640,24054492,24055172,24055554,24055903,24056764,24058525,24063891,24065199,24065520,24065905,24071636,24071654,24071823,24071929,24076073,24454568,24490563,24490586,24490589,24490602,24490628,24490681,24490699,24490713,24490729,24490766 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173646, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964594,21976304,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22459872,22498510,22553891,24057235,24068001,24076095,24076370,24095080,24477428,24478005 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173647, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22041315,22046196,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783,23977220,24056849,24059339 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173648, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801,24056834,24060636,24064559,24066204,24076155,24079361,24168501,24490735 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173649, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22377855,22381681,22390950,22393610,22395070,22452217,22494675,22502955,22534049,22535318,22540538,22544955,23947043,23951606,23953453,23958570,23964421,23964846,23965441,23969140,23973165,23975404,23977952,23980439,23980962,23981283 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173650, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22477633,22487233,22516745,23953294,24479884 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173651, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963505,21963754,21970684,21971851,21987230,21996006,22004219,22006331,22007567,22023385,22023821,22027592,22040884,22041946,22042529,22042935,22044165,22044587,22044888,22050963,22051867,22052670,22053693,22053800,22053938,22053966,22053979,22054064,22055106,22056667,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22241921,22242136,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22346374,22346562,22347439,22347713,22350356,22358812,22378614,22378791,22378993,22379425,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22430768,22432537,22433525,22441960,22448401,22452362,22456042,22458250,22459862,22463795,22464629,22465993,22467495,22471232,22472353,2247266 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173652, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22014147,22015346,22015668,22015994,22016095,22016672,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22336906,22346649,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22430347,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097,23950637,23951262,23951337,23951534,23952814,23954073,23954455,23955938,23956191,23957366,23957829,23957934,23958046,23958720,23958817,23961772,23965280,24454271,24454637,24454740,24455027,24455289,24455363,24455456,24455617,2445603 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173653, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22014707,22015465,22017311,22020093,22025921,22025964,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22029520,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22185622,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22345487,22352897,22353628,22355846,22371439,22375836,22377497,22378513,22378600,22379552,22379994,22381573,22381590,22385080,2238753 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173654, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963769,21964604,21976291,21982686,21988606,21990859,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042142,22042741,22048299,22051173,22054704,22055746,22055902,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557,24044273,24045947,24047125,24055962,24062094,24063265,24066223,24066509,24066890,24075118,24075945,24076093,24077881,24079452,24079800,24095073,24174887,24175694,24176583,24455155,24465066,24465422 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173655, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047,23947055,23977226,24055208,24056848,24059329,24064701,24074208,24074570,24078639 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173656, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803,24056837,24060649,24064564,24066194,24076147,24079369,24168493,24490746 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173657, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22015140,22016808,22023123,22025815,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,22298142,22300215,22302316,22305902,22307015,22308161,22317205,22372346,22373594,22377486,22377861,2237873 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173658, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22024162,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22340926,22344801,22347258,22376494,22377543,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22433267,22438554,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,22477630,22487234,22490514,22494835,22497220,22497820,22498676,22499131,22510296,22516746,22518488,22523104,22536183,2253691 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173659, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22013206,22023388,22023816,22027587,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051876,22052664,22053695,22053794,22053933,22053957,22053972,22054069,22055111,22056679,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22241933,22242144,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22346380,22346566,22347432,22347709,22350355,22358807,22378624,22378779,22378986,22379410,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,22397008,22405889,22411842,22422317,22430777,22432527,2243352 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173660, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448926 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173660, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22014152,22015351,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22024221,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22187420,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22336926,22346653,22357145,22372781,22377467,22379975,22385070,22388475,22390958,22391012,22391818,22398263,22403223,22430333,2243317 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173661, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22014712,22015458,22017315,22020099,22025925,22025966,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22029550,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22185621,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345496,22352908,22353629,22355848,22371431,22375842,22377493,22378521,22378595,22379559,22380000,22381569,22381598,22385074,2238754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173662, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963764,21976299,21982689,21988610,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22441908,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559,24045952,24047120,24055964,24056215,24056700,24057236,24059385,24065384,24066887,24075352,24076088,24076369,24076434,24076563,24079250,24079454,24079809,24095068,24164820,24176571,24455158,24465417,24478010,24478346 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173663, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21967687,21977409,21979784,21996957,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22389545,22403113,22411921,22412547,22460031,22469993,22490158,22497910,22513085,22537000,22556362,22560479,22566507,24054505,24055548,24065211,24065519,24076083,24454239,24454566,24490576,24490579,24490632,24490712 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173664, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962938,21967690,21970617,21977418,21979783,21996964,22015344,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22389537,22403114,22411914,22412543,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22537005,22543392,22552273,22556361,22560471,22566501,23977007,24045637,24054495,24055168,24055557,24055894,24056775,24058516,24065206,24065524,24065898,24071629,24071820,24071922,24076080,24454240,24454563,24490580,24490583,24490607,24490675,24490692,24490714,24490722,24490773 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173665, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962936,21967683,21970622,21979776,21996962,22015336,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22379497,22389547,22411920,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22532244,22543395,22552270,22556363,22560476,23977004,24054490,24055174,24055555,24055900,24058528,24065212,24065526,24065899,24071624,24071650,24071830,24454569,24490573,24490709,24490720,24490769 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173666, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050,23947064,23977224,24055212,24056850,24059331,24064696,24074210,24074580,24078648 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173667, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802,24056826,24060632,24064563,24066197,24076151,24079359,24168505,24490733 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173668, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22015143,22023121,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22372347,22377487,22381060,22381679,22395219,22409542,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369,23947052,23949132,23950970,23951618,23952081,23953452,23955071,23956356,23956553,23958210,23959516,23963916,23964429,23969964,23973156,23973650,23974785,23977249,23977673,23977962,23979473,23980440,23981281,23982273,23982670,23983289,24463700,24470460,24471808,24481065 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173669, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21968389,22149461,22292784,22445233,22473912,22556916,22561962,23952701,23953293,23956328,24464611 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173670, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969521,21970689,21971857,22004224,22007573,22027599,22041936,22042210,22042856,22051871,22052660,22053981,22054058,22055114,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22241929,22242691,22294373,22299452,22347442,22347719,22350370,22378616,22379411,22381727,22395769,22432526,22441956,22447465,22448395,22458274,22465990,22488474,22493794,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687,24044977,24045964,24056394,24058247,24058450,24058491,24058883,24061123,24063948,24064919,24065834,24066461,24075011,24075819,24078556,24078895,24079123,24079255,24173503,24175480,24179974,24454479,24454796,24455062,24485224,24490192,24490790,24490812 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173671, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22014144,22015359,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22024216,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22187429,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22346652,22357151,22372772,22377470,22379986,22385066,22388472,22390968,22391023,22403221,22430345,22433172,22448537,22450575,22453427,22453630,22456021,22457562,22457897,22458911,22458937,22459722,22460469,22462791,22463857,22463959,22467290,22470471,22470579,22470940,22471867,22490669,2249828 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173672, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22014714,22015463,22017319,22020092,22025928,22025965,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22029557,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22185619,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22345488,22352906,22353635,22355855,22371438,22375833,22377492,22378511,22378605,22379551,22379997,22381574,22381584,22385083,2238755 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173673, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795,24056830,24060639,24064561,24066201,24076159,24079355,24168507,24490747 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173674, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22479981,22491643,22497145,22538055,22548546,23958212,23964420,23977665,23980451,24481056 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173675, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22538097 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173676, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21996015,22023380,22040888,22045452,22052669,22055109,22123753,22381107,22411846,22474352,22544943,22570738,24175495,24490350 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173677, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22357153,22385072,22390953,22391019,22403211,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099,23935896,23935927,23947991,23950767,23951166,23951263,23952907,23954084,23956185,24454638,24455290,24455455,24455819,24456373,24464465,24475890,24476875,24478124,24478866,24479109,24479211,24480088,24480164,24480704,24480772,24481503,24481762,24481859,24482568,24482628,24490295 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173678, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963413,21964272,21971864,21997451,22004073,22007322,22007778,22025922,22026238,22026462,22026590,22029552,22031956,22040614,22040696,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22185628,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352901,22355856,22378514,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22425567,22430376,22432889,22437376,22439801,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22490661,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968,23951751,23952570,23961234,23964612,23966567,24055526,24063481,24078326,24115021,24176835,24454910,24489905 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173679, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22042742,22138737,22147612,22306121,22354655,22441913,22480595,24068006,24075346,24079797 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173680, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560,23977223,24055211,24056841,24059336,24064707,24074205,24074581,24078640 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173681, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805,24056838,24060647,24064541,24066196,24076145,24079354,24168494,24490741 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173682, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22015145,22016814,22023127,22025821,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,22317206,22372353,22373595,22377485,22378741,22379448,22379458,22379507,22381068,22381694,22387289,2238849 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173683, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22024168,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22340933,22344795,22347261,22376498,22377542,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22433263,22438561,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,22477620,22487221,22490511,22494839,22497215,22497817,22498669,22499133,22510305,22516737,22518483,22523115,22536180,2253691 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173684, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22013198,22023391,22023828,22026223,22027588,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051879,22052658,22053688,22053803,22053940,22053960,22053970,22054062,22055103,22056673,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22241931,22242142,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22346384,22346555,22347437,22347710,22350368,22358803,22378615,22378786,22378987,22379424,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,22405891,22411836,22422314,22430771,22432528,2243352 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173685, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22014150,22015349,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22024222,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22187427,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22336924,22346654,22357146,22377464,22379984,22385064,22388487,22390966,22403209,22430338,22433166,22448534,22450571,22453420,22456026,22457570,22457901,22458914,22458927,22459716,22460460,22462792,22463861,22463963,22467295,22470480,22470574,2247093 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173686, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22014722,22015453,22017320,22020098,22025931,22025957,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22029554,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22185624,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22345497,22352904,22353626,22355857,22371432,22375845,22377495,22378510,22378608,22379556,22379990,22381580,22381599,22385090,2238755 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173687, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22241239 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173688, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22460032,22490151,22513083,22556358,24058514,24076074,24490730 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173689, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550,24055200,24056845,24059340,24074572,24078649 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173690, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804,24056829,24060637,24064554,24066198,24076149,24079365,24168496,24490744 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173691, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964253,21970473,21970763,21971464,21986349,21996822,22005428,22005577,22006365,22025817,22031496,22032211,22032663,22032773,22033153,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22450014,22450026,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,22543501,22548402,22548543,22551016,22559149,22561992,22563372,23949136,23949532,23950969,23951617,23952090,23952978,23953678,23955082,23955658,23956371,23956563,23957081,23958215,2395856 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173692, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21968798,21975968,22015784,22076818,22122298,22212373,22245370,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087,23957312,24464250 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173693, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963498,21970686,21996013,22007579,22040655,22050949,22053686,22053943,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22346376,22346564,22347438,22347716,22350362,22358802,22378618,22378787,22378990,22379420,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,22405899,22411850,22422325,22430763,22432534,22433514,22441969,22448404,22452365,22455393,22456032,22458261,22459858,22463784,22464634,22465992,22467487,22471226,22472362,22472660,22473127,22474355,22475502,22488333,22488430,22488462,22493798,22494280,22494864,22497805,22506111,22506965,22514290,22516904,22519190,22519861,22520060,22520214,2252067 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173694, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448929 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173694, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22014142,22015360,22015672,22015908,22015939,22015958,22016000,22016180,22024217,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22336907,22346648,22372775,22377465,22379972,22390956,22391016,22391823,22403219,22430348,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,22467297,22470477,22470584,22470934,22471873,22490672,22498294,22498732,22498737,22504652,22504812,22512592,22512777,22517405,22518610,22520696,22522218,2253221 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173695, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (24055167 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173696, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22007324,22007776,22008821,22014718,22015450,22017318,22020094,22025937,22025955,22026184,22026455,22026574,22026600,22026667,22026751,22029558,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22185629,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22345498,22352892,22353632,22355845,22371443,22375841,22377491,22378526,22378601,22379549,22380002,22381568,22381592,22385087,22387545,22388640,22394220,22395429,22398234,2242079 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173697, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22187175,24075950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173698, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037,23947056,23977227,24055202,24056842,24059334,24064705,24074209,24074577,24078642 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173699, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797,24056833,24060645,24064530,24066199,24076153,24079360,24168502,24490748 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173700, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22015149,22016812,22023124,22025819,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,22298150,22300212,22302303,22305915,22307017,22308168,22317207,22372356,22373588,22377479,22377866,2237874 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173701, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22024161,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22340930,22344800,22347262,22376504,22377539,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22433275,22438559,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,22477635,22487227,22490506,22494825,22497211,22497812,22498668,22499135,22510301,22516750,22518478,22523106,22536169,2253692 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173702, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22013192,22023394,22023814,22027591,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051877,22052662,22053694,22053801,22053939,22053962,22053975,22054057,22055104,22056668,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22241934,22242131,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22346385,22346561,22347428,22347717,22350364,22358798,22378613,22378792,22378992,22379419,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,22397011,22405897,22411843,22422322,22430767,22432539,2243351 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173703, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448925 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173703, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22014151,22015357,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22024220,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22187419,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22336923,22346644,22357152,22372778,22377459,22379977,22385061,22388480,22390957,22391022,22391821,22398264,22403212,2243033 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173704, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22014715,22015451,22017308,22020084,22025924,22025970,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22029533,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22185625,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22345493,22352902,22353636,22355859,22371440,22375844,22377501,22378525,22378606,22379563,22379993,22381575,22381594,22385086,2238754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173705, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963766,21964596,21976303,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22067760,22076461,22077049,22079690,22079933,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22441911,22443633,22445280,22450121,22453151,22453757,22456261,22457131,22459689,22459868,22460920,22463500,22464289,22467728,22470902,22480078,2248059 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173706, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044,23947057,23977222,24055206,24056846,24059343,24064703,24074197,24074567,24078646 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173707, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798,24056831,24060638,24064546,24066208,24076148,24079364,24168499,24490734 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173708, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22015147,22016813,22023134,22031494,22032209,22032664,22032764,22033149,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22450038,22452213,22479976,22487076,22488418,22490340,22491650,22494685,22497141,22498838,22502964,22504423,22513446,22534042,22535321,22538057,22540549,22543498,22544875,22544945,22545006,22548393,22548536,22553387,22558699,22559142,22562000,2394818 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173709, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964553,21980641,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374,23947549,23947831,23948392,23950322,23953289,23956123,23966450,23968059,24454429 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173710, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22013193,22023395,22023823,22026211,22027597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051869,22052671,22053691,22053805,22053945,22053955,22053983,22054063,22055101,22056675,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22241936,22242132,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22346387,22346563,22347435,22347711,22350367,22358804,22378623,22378783,22378994,22379423,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,22422319,22430772,22432530,22433515,2244197 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173711, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22014149,22015347,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22024227,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22187418,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22336931,22346642,22357155,22372770,22377457,22379983,22385059,22388473,22390959,22391024,22391819,22403213,22430341,22433181,22448533,22450572,22453418,22453632,22456018,2245757 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173712, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22014713,22015454,22017323,22020097,22025934,22025967,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22029556,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22185633,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345485,22352894,22353638,22355849,22371434,22375834,22377496,22378512,22378607,22379554,22379996,22381572,22381586,22385081,2238754 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173713, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22020910,22095884,22347418,24062098 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173714, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22026346,22046194,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566,24055207,24056853,24059341,24064697,24074211,24074569,24078647 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173715, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22064877,24064562,24076156,24490740 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173716, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21970464,21971460,21971805,22003056,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448,23947040,23952979,23955662,23965452 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173717, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22057340,22391721,22516752 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173718, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963502,21969519,21971849,21987222,22006320,22023822,22026220,22027594,22040889,22041947,22044162,22044583,22051873,22052667,22053685,22053935,22053954,22053976,22054070,22055102,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22241924,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347712,22350369,22358813,22378619,22389050,22390079,22405892,22430776,22432536,22433526,22447453,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22493796,22494275,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096,24043816,24043929,24044980,24045919,24045969,24054789,24056816,24060294,24063937,24064924,24065832,24066467,24074476,24075008,24075817,24076536,2407855 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173719, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448923 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173719, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21964211,21981113,22015980,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490675,22544899,23935937,23949500,23954256,23955750,23955933,23956193,23965270,24454275,24455460,24455556,24464477,24475889,24477865,24479105,24480094,24482635 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173720, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963410,21963583,21964275,21990267,21997443,22004075,22007318,22007773,22008824,22014717,22025956,22026182,22026242,22026584,22040624,22040694,22050717,22051598,22052016,22052130,22056369,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22378523,22378602,22381576,22381589,22394225,22420793,22430454,22437386,22439797,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952,23952575,23954095,23956306,23956965,23957869,23961232,23964606,23978860,24045041,24055538,24061512,24063476,24175415,24176837,24454902,24464848,24484381 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173721, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,22389190,22391082,2239250 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173722, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22361617 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173723, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22201652 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173724, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (23957311 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173725, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22346558 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173726, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22448928 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173727, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22080511,22091670,22092183,22192300,22195695,22535671 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173728, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22009170,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481,24056212,24057442 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173729, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22553547,24074202 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173730, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22097225,22154992,22450058 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173731, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747,23956557,23963242,23968561,23972806 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173732, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (22055220,22069263,22143059,22184417,22292789,22433273,22438564,22494827,22561961,24464252,24474700,24480727 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173733, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22004215,22006325,22007574,22013197,22023825,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22052673,22053683,22053797,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22242137,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22346379,22346567,22347718,22350359,22358800,22378781,22378981,22379412,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22430773,22432529,22433524,22441963,22447466,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22493806,22494277,22494866,22497794,22506975,2251690 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173734, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678,23935890,23935933,23947993,23953119,23953332,23954259,24455282,24479213,24480074,24481868,24482637 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173735, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21970578,22004074,22007769,22008816,22015457,22017313,22020095,22025927,22025959,22026181,22026234,22026669,22026746,22029559,22031879,22031953,22033376,22040607,22052129,22056370,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22185620,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22352907,22355860,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22490648,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962,23948142,23949165,23952580,23953028,23956304,23957874,23964607,23966160,23969640,23978862,2404505 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173736, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962939,21967682,21970619,21977417,21979773,21996965,22015338,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22379487,22389541,22403112,22411917,22412541,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22532250,22537004,22543393,22552271,22556356,22560474,22566497,24045646,24054496,24055164,24055556,24055901,24056768,24058522,24063882,24065201,24065531,24065901,24071626,24071818,24071925,24076078,24454571,24490566,24490582,24490596,24490605,24490630,24490689,24490707,24490717,24490731,24490775 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173737, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21962937,21967688,21970618,21977419,21979782,21996959,22015340,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22379495,22389543,22403116,22411916,22412548,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22532245,22537007,22543400,22552267,22556365,22560468,22566496,23977005,24045647,24054497,24055166,24055546,24055897,24056771,24058515,24063886,24065202,24065525,24065906,24071631,24071649,24071819,24071924,24076082,24454241,24454565,24490571,24490574,24490593,24490603,24490634,24490672,24490687,24490698,24490711,24490728,24490776 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for gm : https://www.fotonower.com/velours/30173643,30173652,30173660,30173671,30173677,30173685,30173694,30173703,30173711,30173719,30173726,30173734?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/30173644,30173646,30173654,30173662,30173679,30173697,30173705,30173713,30173721,30173728?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/30173645,30173663,30173664,30173665,30173688,30173695,30173736,30173737?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173647,30173655,30173666,30173680,30173687,30173689,30173698,30173706,30173714,30173722,30173729?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30173648,30173656,30173667,30173673,30173681,30173690,30173699,30173707,30173715,30173730?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/30173649,30173657,30173668,30173674,30173682,30173691,30173700,30173708,30173716,30173723,30173731?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173650,30173658,30173669,30173675,30173683,30173692,30173701,30173709,30173717,30173724,30173732?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173651,30173659,30173670,30173676,30173684,30173693,30173702,30173710,30173718,30173725,30173733?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30173653,30173661,30173672,30173678,30173686,30173696,30173704,30173712,30173720,30173727,30173735?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque after get_hostname_from_raspi 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-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______flux_dev' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pehd_pp' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : aluminium hasthag that could be used but not yet : _______metal,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______aluminium' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') 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-04-01' and date <= '2025-04-30') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-04-01' and date <= '2025-04-30') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((28735,),), 'unwanted_material_monthly_percentage': ((0.08568302061150089,),), 'material_repartition': (('pet_clair', 2093), ('film_pedb', 1556), ('pehd_pp', 1527), ('flux_dev', 1245), ('gm', 1195), ('emr', 1181), ('jrm', 1014), ('ela', 453), ('aluminium', 244)), 'material_dict': {'pet_clair': 2093, 'film_pedb': 1556, 'pehd_pp': 1527, 'autres': 5332}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 4, 1), 0.07526696074570886, 19), (datetime.date(2025, 4, 2), 0.06933744224965964, 14), (datetime.date(2025, 4, 3), 0.08174486843721634, 20), (datetime.date(2025, 4, 4), 0.07862373119756123, 23), (datetime.date(2025, 4, 7), 0.07604384400762304, 22), (datetime.date(2025, 4, 8), 0.061818024212577906, 7), (datetime.date(2025, 4, 9), 0.07998084858387651, 21), (datetime.date(2025, 4, 10), 0.0733056310991927, 14), (datetime.date(2025, 4, 11), 0.07059078737275858, 54), (datetime.date(2025, 4, 15), 0.07045969398308598, 18), (datetime.date(2025, 4, 16), 0.10165947779031204, 14), (datetime.date(2025, 4, 17), 0.10690315075627256, 18), (datetime.date(2025, 4, 18), 0.08717545049899914, 9), (datetime.date(2025, 4, 19), 0.09020080363613306, 52), (datetime.date(2025, 4, 22), 0.09691729457106167, 38), (datetime.date(2025, 4, 23), 0.07062674245494019, 245), (datetime.date(2025, 4, 24), 0.0906529797210499, 20), (datetime.date(2025, 4, 25), 0.07975008732431396, 21), (datetime.date(2025, 4, 28), 0.09575468300196122, 32), (datetime.date(2025, 4, 29), 0.09908524873673975, 32), (datetime.date(2025, 4, 30), 0.10424334220697316, 35)), 'impurety_average_data_per_hashtag': {'film_pedb': ((datetime.date(2025, 4, 1), 0.2580091169585227, 19), (datetime.date(2025, 4, 2), 0.2279547052048945, 29), (datetime.date(2025, 4, 3), 0.24029692846315168, 31), (datetime.date(2025, 4, 4), 0.23064958978676098, 35), (datetime.date(2025, 4, 7), 0.2366786524032243, 32), (datetime.date(2025, 4, 8), 0.23469675996211814, 7), (datetime.date(2025, 4, 9), 0.24144008934461714, 26), (datetime.date(2025, 4, 10), 0.23801134116226724, 19), (datetime.date(2025, 4, 11), 0.22124093030216088, 31), (datetime.date(2025, 4, 15), 0.22474229195263143, 35), (datetime.date(2025, 4, 16), 0.2601432679653031, 23), (datetime.date(2025, 4, 17), 0.21663906235152228, 41), (datetime.date(2025, 4, 18), 0.2182593708767142, 31), (datetime.date(2025, 4, 19), 0.09020080363613306, 52), (datetime.date(2025, 4, 22), 0.22129952587831522, 35), (datetime.date(2025, 4, 23), 0.23220190925408896, 29), (datetime.date(2025, 4, 24), 0.23113290522695026, 35), (datetime.date(2025, 4, 25), 0.24106330429317865, 27), (datetime.date(2025, 4, 28), 0.24711864621659585, 28), (datetime.date(2025, 4, 29), 0.19865042709965142, 34), (datetime.date(2025, 4, 30), 0.21844204017953878, 35)), 'jrm': ((datetime.date(2025, 4, 1), 0.0361486699801691, 36), (datetime.date(2025, 4, 2), 0.03570513523568381, 36), (datetime.date(2025, 4, 3), 0.03355934694590119, 39), (datetime.date(2025, 4, 4), 0.026299625965472542, 39), (datetime.date(2025, 4, 7), 0.04282772830636225, 39), (datetime.date(2025, 4, 8), 0.03468573706166247, 7), (datetime.date(2025, 4, 9), 0.03156154806256403, 35), (datetime.date(2025, 4, 10), 0.0326970298265053, 37), (datetime.date(2025, 4, 11), 0.04210874507681031, 38), (datetime.date(2025, 4, 15), 0.038869036648755455, 37), (datetime.date(2025, 4, 16), 0.03952888064878487, 37), (datetime.date(2025, 4, 17), 0.037195866794835324, 42), (datetime.date(2025, 4, 18), 0.03631479763930006, 38), (datetime.date(2025, 4, 22), 0.03727231174001546, 38), (datetime.date(2025, 4, 23), 0.032093227146210636, 34), (datetime.date(2025, 4, 24), 0.03344102368134325, 32), (datetime.date(2025, 4, 25), 0.040636712853754475, 15), (datetime.date(2025, 4, 28), 0.03044152568934978, 17), (datetime.date(2025, 4, 29), 0.038054835254250144, 32), (datetime.date(2025, 4, 30), 0.030706216711884834, 29)), 'flux_dev': ((datetime.date(2025, 4, 1), 0.07553451296657396, 20), (datetime.date(2025, 4, 2), 0.07253476886299993, 19), (datetime.date(2025, 4, 3), 0.09587488510730234, 19), (datetime.date(2025, 4, 4), 0.07478997972294682, 31), (datetime.date(2025, 4, 7), 0.07826271613261422, 20), (datetime.date(2025, 4, 8), 0.0821145212613053, 38), (datetime.date(2025, 4, 9), 0.07073314955445714, 15), (datetime.date(2025, 4, 10), 0.07789673393759698, 32), (datetime.date(2025, 4, 11), 0.08377859792418786, 6), (datetime.date(2025, 4, 15), 0.07453879701893998, 33), (datetime.date(2025, 4, 16), 0.3156034731282071, 36), (datetime.date(2025, 4, 17), 0.33265077841897406, 22), (datetime.date(2025, 4, 18), 0.262245120424144, 34), (datetime.date(2025, 4, 22), 0.30255254518140207, 13), (datetime.date(2025, 4, 23), 0.07613323109350106, 17), (datetime.date(2025, 4, 24), 0.28343598447187585, 22), (datetime.date(2025, 4, 25), 0.09103469771415167, 21), (datetime.date(2025, 4, 28), 0.22975211103557686, 38), (datetime.date(2025, 4, 29), 0.3508858674671814, 19), (datetime.date(2025, 4, 30), 0.38578698302346426, 21)), 'pehd_pp': ((datetime.date(2025, 4, 1), 0.04439264324712885, 16), (datetime.date(2025, 4, 2), 0.045250774034305066, 20), (datetime.date(2025, 4, 3), 0.0481949027935874, 22), (datetime.date(2025, 4, 4), 0.05041811786738448, 20), (datetime.date(2025, 4, 7), 0.04468311175330055, 27), (datetime.date(2025, 4, 8), 0.04674679465912868, 22), (datetime.date(2025, 4, 9), 0.0452096944221771, 21), (datetime.date(2025, 4, 10), 0.04849838142632171, 14), (datetime.date(2025, 4, 11), 0.047566679781490546, 22), (datetime.date(2025, 4, 15), 0.048196025331770774, 19), (datetime.date(2025, 4, 16), 0.06025043329587489, 20), (datetime.date(2025, 4, 17), 0.06306877154588045, 18), (datetime.date(2025, 4, 18), 0.06636297386683407, 27), (datetime.date(2025, 4, 22), 0.05976639921573083, 25), (datetime.date(2025, 4, 23), 0.04364096278753748, 20), (datetime.date(2025, 4, 24), 0.058626983702124935, 20), (datetime.date(2025, 4, 25), 0.04880761483164487, 19), (datetime.date(2025, 4, 28), 0.06635740947541358, 17), (datetime.date(2025, 4, 29), 0.058618061148800804, 23), (datetime.date(2025, 4, 30), 0.0630522135813212, 20)), 'aluminium': ((datetime.date(2025, 4, 1), 0.05779183648647396, 8), (datetime.date(2025, 4, 2), 0.05036376005197818, 8), (datetime.date(2025, 4, 3), 0.06256261929312333, 15), (datetime.date(2025, 4, 4), 0.05792009282037841, 16), (datetime.date(2025, 4, 7), 0.05916398922797051, 15), (datetime.date(2025, 4, 8), 0.05148167137473975, 12), (datetime.date(2025, 4, 9), 0.08560383446626432, 13), (datetime.date(2025, 4, 10), 0.05649950243185614, 9), (datetime.date(2025, 4, 11), 0.06740296258583503, 10), (datetime.date(2025, 4, 15), 0.06313151352587583, 19), (datetime.date(2025, 4, 16), 0.03983790897256403, 14), (datetime.date(2025, 4, 17), 0.06608242577151166, 17), (datetime.date(2025, 4, 18), 0.05281073563468756, 9), (datetime.date(2025, 4, 22), 0.06145783828196864, 15), (datetime.date(2025, 4, 23), 0.06423072977902605, 12), (datetime.date(2025, 4, 24), 0.05790615493978847, 13), (datetime.date(2025, 4, 25), 0.06590741141588151, 15), (datetime.date(2025, 4, 28), 0.07912808457389178, 16), (datetime.date(2025, 4, 29), 0.07068518941779013, 15), (datetime.date(2025, 4, 30), 0.07151352871966549, 14)), 'emr': ((datetime.date(2025, 4, 1), 0.05439369942304783, 12), (datetime.date(2025, 4, 2), 0.05190166941044285, 11), (datetime.date(2025, 4, 3), 0.051346977623019194, 14), (datetime.date(2025, 4, 4), 0.053245497085310525, 15), (datetime.date(2025, 4, 7), 0.050127627281038485, 22), (datetime.date(2025, 4, 8), 0.051099366624482556, 7), (datetime.date(2025, 4, 9), 0.05008844788448784, 21), (datetime.date(2025, 4, 10), 0.05868895493715631, 32), (datetime.date(2025, 4, 11), 0.05670278768829542, 26), (datetime.date(2025, 4, 15), 0.04584609063635159, 6), (datetime.date(2025, 4, 16), 0.05748830053398134, 9), (datetime.date(2025, 4, 17), 0.05533454220835337, 20), (datetime.date(2025, 4, 18), 0.05074941503972775, 9), (datetime.date(2025, 4, 22), 0.04930521135321853, 16), (datetime.date(2025, 4, 23), 0.04255172405146244, 9), (datetime.date(2025, 4, 24), 0.048645724370653794, 9), (datetime.date(2025, 4, 25), 0.0456163515058803, 6), (datetime.date(2025, 4, 28), 0.05484768518330438, 8), (datetime.date(2025, 4, 29), 0.05311890885211622, 11), (datetime.date(2025, 4, 30), 0.05303135622116695, 12)), 'pet_clair': ((datetime.date(2025, 4, 1), 0.020974540751188746, 50), (datetime.date(2025, 4, 2), 0.010287254416891602, 56), (datetime.date(2025, 4, 3), 0.009050384964447444, 44), (datetime.date(2025, 4, 4), 0.02150218491715681, 23), (datetime.date(2025, 4, 7), 0.024545827610320963, 49), (datetime.date(2025, 4, 8), 0.013620477823750383, 53), (datetime.date(2025, 4, 9), 0.01882623910543784, 17), (datetime.date(2025, 4, 10), 0.019300741804393697, 28), (datetime.date(2025, 4, 11), 0.010423019884083437, 54), (datetime.date(2025, 4, 15), 0.008858128564310577, 49), (datetime.date(2025, 4, 16), 0.018351096000292694, 54), (datetime.date(2025, 4, 17), 0.018037762038559967, 24), (datetime.date(2025, 4, 18), 0.013149734510967924, 24), (datetime.date(2025, 4, 22), 0.014833704332738305, 24), (datetime.date(2025, 4, 23), 0.007441335786884912, 41), (datetime.date(2025, 4, 24), 0.012140322493363822, 24), (datetime.date(2025, 4, 25), 0.01256946916270984, 25), (datetime.date(2025, 4, 28), 0.012666428212204888, 32), (datetime.date(2025, 4, 29), 0.010413571324216222, 43), (datetime.date(2025, 4, 30), 0.011845386446396934, 24)), 'gm': ((datetime.date(2025, 4, 1), 0.06302484063889525, 24), (datetime.date(2025, 4, 2), 0.07779503549627921, 14), (datetime.date(2025, 4, 3), 0.09468722993415275, 20), (datetime.date(2025, 4, 4), 0.08555549679853548, 25), (datetime.date(2025, 4, 7), 0.07601054360859609, 10), (datetime.date(2025, 4, 8), 0.04376541623435694, 25), (datetime.date(2025, 4, 9), 0.06104676485552953, 10), (datetime.date(2025, 4, 10), 0.06097257946209513, 12), (datetime.date(2025, 4, 11), 0.07313010826062852, 26), (datetime.date(2025, 4, 15), 0.09595248585561766, 18), (datetime.date(2025, 4, 16), 0.06314028557821091, 14), (datetime.date(2025, 4, 17), 0.08527417252841692, 31), (datetime.date(2025, 4, 18), 0.08764165156959666, 9), (datetime.date(2025, 4, 22), 0.07717546326174755, 22), (datetime.date(2025, 4, 23), 0.06895123855859658, 245), (datetime.date(2025, 4, 24), 0.07367502413923671, 23), (datetime.date(2025, 4, 25), 0.08433793166114525, 13), (datetime.date(2025, 4, 28), 0.09245703488615849, 27), (datetime.date(2025, 4, 29), 0.07696059063025786, 7), (datetime.date(2025, 4, 30), 0.08310669547430184, 26)), 'ela': ((datetime.date(2025, 4, 1), 0.037916463262727435, 25), (datetime.date(2025, 4, 2), 0.0284318567767476, 34), (datetime.date(2025, 4, 3), 0.03089815624398044, 25), (datetime.date(2025, 4, 4), 0.02102122905485662, 36), (datetime.date(2025, 4, 7), 0.03293854961841974, 22), (datetime.date(2025, 4, 8), 0.024217577999072277, 32), (datetime.date(2025, 4, 9), 0.021758463683246628, 15), (datetime.date(2025, 4, 10), 0.027455577655473087, 32), (datetime.date(2025, 4, 11), 0.02320269561923108, 25), (datetime.date(2025, 4, 15), 0.025910832523952793, 21), (datetime.date(2025, 4, 16), 0.020627179347707292, 30), (datetime.date(2025, 4, 17), 0.03089357925653266, 30), (datetime.date(2025, 4, 18), 0.02522569645830096, 22), (datetime.date(2025, 4, 22), 0.026546094524111972, 30), (datetime.date(2025, 4, 23), 0.022593322875320013, 30), (datetime.date(2025, 4, 24), 0.027653565963100445, 24), (datetime.date(2025, 4, 25), 0.027201928074035785, 35), (datetime.date(2025, 4, 28), 0.019887853582819838, 37), (datetime.date(2025, 4, 29), 0.02342423854881606, 30), (datetime.date(2025, 4, 30), 0.02828989267221904, 29))}, 'quality_array': [['-5.21384275441211', '01042025'], ['-5.182725064827935', '02042025'], ['-5.242283026161012', '03042025'], ['-5.174044820559189', '04042025'], ['-5.189962587511423', '07042025'], ['-5.21122601929714', '08042025'], ['-5.147690665397949', '09042025'], ['-5.189993423551405', '10042025'], ['-5.17490885329772', '11042025'], ['-5.169435775736813', '15042025'], ['-5.185074101883467', '16042025'], ['-5.187560490026458', '17042025'], ['-5.206238645517409', '18042025'], ['-4.35933950661387', '19042025'], ['-5.192195838933275', '22042025'], ['-5.120200051982325', '23042025'], ['-5.1272327034217104', '24042025'], ['-5.187313336228046', '25042025'], ['-5.183042428821725', '28042025'], ['-5.141952474689677', '29042025'], ['-5.151260845380861', '30042025']], 'number_of_batch': ((1771,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0015296917197145058, 'nb_photo': 5, 'list_port_cont': '22448924', 'assoc_port': '22448524:22448924', 'assoc_mat': '22448524:autre:3594:22448924'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004818879830564879, 'nb_photo': 693, 'list_port_cont': '21963765,21964605,21976281,21982679,21988615,21990862,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042146,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22067764,22069684,22076457,22077053,22079689,22079921,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22441915,22443629,22445293,22453158,22453749,22456262,22457129,2245968', 'assoc_port': '21963399:21963765,21964372:21964605,21967124:21988615,21969980:21982679,21975313:21990862,21975319:21976281,21976848:21998126,21978922:22005685,21978944:22005806,21980102:22008149,21984249:22012897,21985543:22015724,21996832:21997669,22011451:22033713,22014822:22042146,22014828:22042748,22014840:22095889,22014875:22082870,22014890:22079921,22014897:22046341,22014905:22048309,22019912:22020911,22023872:22025564,22032522:22033940,22035139:22037068,22040125:22054702,22040135:22040784,22042109:22042945,22045050:22046220,22049752:22051164,22051359:22053760,22054521:22055910,22054527:22056157,22054529:22055736,22066731:22067764,22068650:22069684,22071992:22077053,22075835:22076457,22078672:22079689,22086065:22092003,22091319:22112198,22091321:22093334,22096626:22097551,22101541:22107795,22101550:22105064,22126969:22129290,22132582:22132949,22133906:22134775,22137424:22138730,22138710:22140628,22141213:22142069,22142362:22143886,22144307:22147617,22148778:22150074,22150593:22152138,22157943:22159096,22177108:2218193', 'assoc_mat': '21963399:autre:3327:21963765,21964372:autre:3327:21964605,21967124:autre:3327:21988615,21969980:autre:3327:21982679,21975313:autre:3327:21990862,21975319:autre:3327:21976281,21976848:autre:3327:21998126,21978922:autre:3327:22005685,21978944:autre:3327:22005806,21980102:autre:3327:22008149,21984249:autre:3327:22012897,21985543:autre:3327:22015724,21996832:autre:3327:21997669,22011451:autre:3327:22033713,22014822:autre:3327:22042146,22014828:autre:3327:22042748,22014840:autre:3327:22095889,22014875:autre:3327:22082870,22014890:autre:3327:22079921,22014897:autre:3327:22046341,22014905:autre:3327:22048309,22019912:autre:3327:22020911,22023872:autre:3327:22025564,22032522:autre:3327:22033940,22035139:autre:3327:22037068,22040125:autre:3327:22054702,22040135:autre:3327:22040784,22042109:autre:3327:22042945,22045050:autre:3327:22046220,22049752:autre:3327:22051164,22051359:autre:3327:22053760,22054521:autre:3327:22055910,22054527:autre:3327:22056157,22054529:autre:3327:22055736,22066731:autre:3327:22067764,22068650:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010749235440989893, 'nb_photo': 629, 'list_port_cont': '21962929,21967686,21970623,21977412,21979780,21996958,22015337,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22379496,22389546,22403109,22411923,22412545,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22532248,22537009,22543396,22552269,22556364,22560472,22566506,23977006,24045640,24054492,24055172,24055554,24055903,24056764,24058525,24063891,24065199,24065520,24065905,24071636,24071654,24071823,24071929,24076073,24454568,24490563,24490586,24490589,24490602,24490628,24490681,24490699,24490713,24490729,24490766', 'assoc_port': '21962512:21962929,21967188:21967686,21969981:21970623,21976865:21977412,21978938:21979780,21996833:21996958,22014835:22028488,22014845:22028372,22014872:22015337,22018591:22024488,22035138:22051416,22040129:22040788,22051360:22051729,22054522:22055158,22062850:22064645,22073531:22073978,22075836:22076266,22079490:22081436,22096622:22102887,22098017:22098892,22106152:22106679,22131721:22132399,22133905:22134322,22137425:22166959,22148775:22165096,22150595:22159632,22174852:22235726,22185033:22186452,22194156:22195051,22194159:22194604,22206469:22207259,22221035:22225044,22286479:22287108,22299407:22301637,22304113:22306710,22307886:22308219,22309703:22310214,22314656:22314712,22379399:22379496,22388008:22389546,22393285:22412545,22394734:22411923,22402406:22403109,22450301:22450650,22457337:22458372,22459597:22460025,22469829:22469990,22486521:22486692,22486538:22487207,22488165:22488313,22489069:22490155,22494461:22494951,22497685:22497913,22509477:22513086,22531797:22532248,22536495:22537009,22542655:2254339', 'assoc_mat': '21962512:autre_refus:3726:21962929,21967188:autre_refus:3726:21967686,21969981:autre_refus:3726:21970623,21976865:autre_refus:3726:21977412,21978938:autre_refus:3726:21979780,21996833:autre_refus:3726:21996958,22014835:autre_refus:3726:22028488,22014845:autre_refus:3726:22028372,22014872:autre_refus:3726:22015337,22018591:autre_refus:3726:22024488,22035138:autre_refus:3726:22051416,22040129:autre_refus:3726:22040788,22051360:autre_refus:3726:22051729,22054522:autre_refus:3726:22055158,22062850:autre_refus:3726:22064645,22073531:autre_refus:3726:22073978,22075836:autre_refus:3726:22076266,22079490:autre_refus:3726:22081436,22096622:autre_refus:3726:22102887,22098017:autre_refus:3726:22098892,22106152:autre_refus:3726:22106679,22131721:autre_refus:3726:22132399,22133905:autre_refus:3726:22134322,22137425:autre_refus:3726:22166959,22148775:autre_refus:3726:22165096,22150595:autre_refus:3726:22159632,22174852:autre_refus:3726:22235726,22185033:autre_refus:3726:22186452,22194156:autre_refus:3726:22195051,22194159:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011619221593651926, 'nb_photo': 22, 'list_port_cont': '21964594,21976304,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22459872,22498510,22553891,24057235,24068001,24076095,24076370,24095080,24477428,24478005', 'assoc_port': '21964372:21964594,21975319:21976304,22014840:22095876,22014890:22079925,22078672:22079687,22200706:22201870,22307241:22312232,22346407:22346705,22346888:22347417,22388012:22389188,22459599:22459872,22496813:22498510,22552963:22553891,23947546:24057235,23947617:24095080,23949705:24068001,23951121:24076095,23951173:24076370,24463576:24478005,24463619:24477428', 'assoc_mat': '21964372:barquette_avec_film:3327:21964594,21975319:barquette_avec_film:3327:21976304,22014840:barquette_avec_film:3327:22095876,22014890:barquette_avec_film:3327:22079925,22078672:barquette_avec_film:3327:22079687,22200706:barquette_avec_film:3327:22201870,22307241:barquette_avec_film:3327:22312232,22346407:barquette_avec_film:3327:22346705,22346888:barquette_avec_film:3327:22347417,22388012:barquette_avec_film:3327:22389188,22459599:barquette_avec_film:3327:22459872,22496813:barquette_avec_film:3327:22498510,22552963:barquette_avec_film:3327:22553891,23947546:barquette_avec_film:3327:24057235,23947617:barquette_avec_film:3327:24095080,23949705:barquette_avec_film:3327:24068001,23951121:barquette_avec_film:3327:24076095,23951173:barquette_avec_film:3327:24076370,24463576:barquette_avec_film:3327:24478005,24463619:barquette_avec_film:3327:24477428'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009136031047080243, 'nb_photo': 17, 'list_port_cont': '22041315,22046196,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783,23977220,24056849,24059339', 'assoc_port': '22014829:22041315,22014907:22046196,22019910:22053708,22062848:22076379,22076546:22076786,22131718:22153083,22154699:22158494,22191273:22244101,22314653:22314889,22355024:22361625,22379401:22379473,22451710:22454619,22497684:22511783,23934801:23977220,23947712:24056849,23948736:24059339', 'assoc_mat': '22014829:barquette_opaque:4205:22041315,22014907:barquette_opaque:4205:22046196,22019910:barquette_opaque:4205:22053708,22062848:barquette_opaque:4205:22076379,22076546:barquette_opaque:4205:22076786,22131718:barquette_opaque:4205:22153083,22154699:barquette_opaque:4205:22158494,22191273:barquette_opaque:4205:22244101,22314653:barquette_opaque:4205:22314889,22355024:barquette_opaque:4205:22361625,22379401:barquette_opaque:4205:22379473,22451710:barquette_opaque:4205:22454619,22497684:barquette_opaque:4205:22511783,23934801:barquette_opaque:4205:23977220,23947712:barquette_opaque:4205:24056849,23948736:barquette_opaque:4205:24059339'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00139726089642357, 'nb_photo': 262, 'list_port_cont': '21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801,24056834,24060636,24064559,24066204,24076155,24079361,24168501,24490735', 'assoc_port': '21967117:21969304,21978894:22003514,21978946:22005699,22011455:22012125,22014824:22040917,22014888:22064878,22023070:22055546,22035144:22054243,22046564:22053775,22062855:22063561,22076548:22076851,22096625:22097212,22129557:22146613,22141215:22154997,22154698:22164085,22191270:22244156,22210214:22241077,22291941:22295046,22305215:22309859,22314649:22315620,22340395:22348644,22376586:22379355,22386992:22397926,22398077:22399478,22429992:22430544,22443967:22451170,22449976:22450068,22466648:22471540,22494447:22505136,22520613:22520974,22542628:22560993,22556378:22561801,23946469:24168501,23947595:24056834,23948806:24060636,23949371:24064559,23949568:24066204,23951346:24076155,23953532:24079361,24463396:24490735', 'assoc_mat': '21967117:barquette_opaque:4203:21969304,21978894:barquette_opaque:4203:22003514,21978946:barquette_opaque:4203:22005699,22011455:barquette_opaque:4203:22012125,22014824:barquette_opaque:4203:22040917,22014888:barquette_opaque:4203:22064878,22023070:barquette_opaque:4203:22055546,22035144:barquette_opaque:4203:22054243,22046564:barquette_opaque:4203:22053775,22062855:barquette_opaque:4203:22063561,22076548:barquette_opaque:4203:22076851,22096625:barquette_opaque:4203:22097212,22129557:barquette_opaque:4203:22146613,22141215:barquette_opaque:4203:22154997,22154698:barquette_opaque:4203:22164085,22191270:barquette_opaque:4203:22244156,22210214:barquette_opaque:4203:22241077,22291941:barquette_opaque:4203:22295046,22305215:barquette_opaque:4203:22309859,22314649:barquette_opaque:4203:22315620,22340395:barquette_opaque:4203:22348644,22376586:barquette_opaque:4203:22379355,22386992:barquette_opaque:4203:22397926,22398077:barquette_opaque:4203:22399478,22429992:barquette_opaque:4203:22430544,22443967:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001623060384201339, 'nb_photo': 51, 'list_port_cont': '21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22377855,22381681,22390950,22393610,22395070,22452217,22494675,22502955,22534049,22535318,22540538,22544955,23947043,23951606,23953453,23958570,23964421,23964846,23965441,23969140,23973165,23975404,23977952,23980439,23980962,23981283', 'assoc_port': '21963884:21964091,21976868:21997859,21980101:22006376,22014823:22032676,22066735:22066950,22078673:22078978,22091320:22091734,22096628:22097117,22180100:22180582,22183558:22183829,22194162:22194542,22200704:22202612,22211633:22213132,22226570:22227362,22291937:22293176,22291942:22293112,22299408:22300209,22305211:22305905,22376583:22377855,22381324:22381681,22390603:22390950,22393284:22393610,22394735:22395070,22451723:22452217,22494475:22494675,22502411:22502955,22533591:22534049,22534858:22535318,22539826:22540538,22544861:22544955,23946592:23981283,23946611:23980962,23946702:23980439,23946771:23947043,23947375:23977952,23947505:23975404,23947717:23973165,23948846:23969140,23949089:23965441,23949095:23964846,23949116:23964421,23949554:23951606,23951028:23958570,23951249:23953453', 'assoc_mat': '21963884:barquette_opaque:4207:21964091,21976868:barquette_opaque:4207:21997859,21980101:barquette_opaque:4207:22006376,22014823:barquette_opaque:4207:22032676,22066735:barquette_opaque:4207:22066950,22078673:barquette_opaque:4207:22078978,22091320:barquette_opaque:4207:22091734,22096628:barquette_opaque:4207:22097117,22180100:barquette_opaque:4207:22180582,22183558:barquette_opaque:4207:22183829,22194162:barquette_opaque:4207:22194542,22200704:barquette_opaque:4207:22202612,22211633:barquette_opaque:4207:22213132,22226570:barquette_opaque:4207:22227362,22291937:barquette_opaque:4207:22293176,22291942:barquette_opaque:4207:22293112,22299408:barquette_opaque:4207:22300209,22305211:barquette_opaque:4207:22305905,22376583:barquette_opaque:4207:22377855,22381324:barquette_opaque:4207:22381681,22390603:barquette_opaque:4207:22390950,22393284:barquette_opaque:4207:22393610,22394735:barquette_opaque:4207:22395070,22451723:barquette_opaque:4207:22452217,22494475:barquette_opaque:4207:22494675,22502411:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010341773854955803, 'nb_photo': 13, 'list_port_cont': '21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22477633,22487233,22516745,23953294,24479884', 'assoc_port': '21980104:21981591,22029100:22029476,22093119:22093818,22098020:22108865,22153227:22153702,22191271:22192218,22294035:22297450,22400542:22401155,22466649:22477633,22486522:22487233,22513059:22516745,23951069:23953294,24463409:24479884', 'assoc_mat': '21980104:barquette_opaque:4461:21981591,22029100:barquette_opaque:4461:22029476,22093119:barquette_opaque:4461:22093818,22098020:barquette_opaque:4461:22108865,22153227:barquette_opaque:4461:22153702,22191271:barquette_opaque:4461:22192218,22294035:barquette_opaque:4461:22297450,22400542:barquette_opaque:4461:22401155,22466649:barquette_opaque:4461:22477633,22486522:barquette_opaque:4461:22487233,22513059:barquette_opaque:4461:22516745,23951069:barquette_opaque:4461:23953294,24463409:barquette_opaque:4461:24479884'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02543365816797787, 'nb_photo': 768, 'list_port_cont': '21963505,21963754,21970684,21971851,21987230,21996006,22004219,22006331,22007567,22023385,22023821,22027592,22040884,22041946,22042529,22042935,22044165,22044587,22044888,22050963,22051867,22052670,22053693,22053800,22053938,22053966,22053979,22054064,22055106,22056667,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22241921,22242136,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22346374,22346562,22347439,22347713,22350356,22358812,22378614,22378791,22378993,22379425,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22430768,22432537,22433525,22441960,22448401,22452362,22456042,22458250,22459862,22463795,22464629,22465993,22467495,22471232,22472353,2247266', 'assoc_port': '21962513:21963754,21963400:21963505,21967139:21970684,21967186:21971851,21975315:22023385,21976823:21996006,21976866:22023821,21978911:22004219,21978931:22027592,21980100:22006331,21980110:22007567,21984246:22052670,21986993:21987230,22014827:22040884,22014838:22041946,22014878:22042935,22014891:22044165,22014898:22044587,22014902:22044888,22032524:22057726,22035137:22054064,22040123:22053979,22040136:22053966,22042108:22042529,22045047:22053938,22045049:22053800,22049751:22050963,22049755:22056667,22051355:22053693,22051363:22051867,22054528:22055106,22065348:22068776,22068649:22083185,22073532:22074417,22078670:22099681,22088043:22091141,22088051:22091014,22091315:22118600,22091317:22109937,22093114:22118750,22096627:22097333,22101552:22108173,22123322:22123742,22126966:22132979,22129562:22135489,22132587:22138558,22137423:22147405,22141214:22162557,22142356:22148482,22142361:22149502,22144310:22153031,22148779:22169724,22154710:22158868,22154715:22159208,22185028:22241921,22185036:22242136,22191278:2219316', 'assoc_mat': '21962513:barquette_opaque:4200:21963754,21963400:barquette_opaque:4200:21963505,21967139:barquette_opaque:4200:21970684,21967186:barquette_opaque:4200:21971851,21975315:barquette_opaque:4200:22023385,21976823:barquette_opaque:4200:21996006,21976866:barquette_opaque:4200:22023821,21978911:barquette_opaque:4200:22004219,21978931:barquette_opaque:4200:22027592,21980100:barquette_opaque:4200:22006331,21980110:barquette_opaque:4200:22007567,21984246:barquette_opaque:4200:22052670,21986993:barquette_opaque:4200:21987230,22014827:barquette_opaque:4200:22040884,22014838:barquette_opaque:4200:22041946,22014878:barquette_opaque:4200:22042935,22014891:barquette_opaque:4200:22044165,22014898:barquette_opaque:4200:22044587,22014902:barquette_opaque:4200:22044888,22032524:barquette_opaque:4200:22057726,22035137:barquette_opaque:4200:22054064,22040123:barquette_opaque:4200:22053979,22040136:barquette_opaque:4200:22053966,22042108:barquette_opaque:4200:22042529,22045047:barquette_opaque:4200:22053938,22045049:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003563025773799816, 'nb_photo': 213, 'list_port_cont': '21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22014147,22015346,22015668,22015994,22016095,22016672,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22336906,22346649,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22430347,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097,23950637,23951262,23951337,23951534,23952814,23954073,23954455,23955938,23956191,23957366,23957829,23957934,23958046,23958720,23958817,23961772,23965280,24454271,24454637,24454740,24455027,24455289,24455363,24455456,24455617,2445603', 'assoc_port': '21963882:21964198,21967114:21968042,21969983:21970538,21975317:21976112,21976904:21977101,21980117:21981099,21980144:21980940,21984242:21985015,21986987:21987538,21986989:21997643,22013394:22014147,22014842:22016672,22014879:22016095,22014899:22015994,22014904:22015346,22014906:22015668,22023871:22024223,22029099:22029606,22029101:22029296,22038503:22050290,22040133:22040471,22046565:22047093,22049747:22050455,22049749:22051846,22051362:22051690,22054542:22055317,22056819:22057101,22066733:22067260,22075838:22076311,22093116:22093923,22093117:22093801,22096624:22097134,22123324:22123761,22129563:22130060,22133911:22134213,22138713:22139426,22144306:22144719,22154714:22154840,22157944:22158724,22174851:22175515,22180099:22180776,22183560:22184232,22185032:22187413,22185038:22200167,22185039:22200222,22195202:22195658,22210210:22211144,22217464:22217891,22221006:22221532,22299411:22300017,22307235:22307677,22307890:22310453,22309701:22310217,22319403:22319800,22336327:22336906,22346408:22346649,22353972:2235715', 'assoc_mat': '21963882:barquette_opaque:4209:21964198,21967114:barquette_opaque:4209:21968042,21969983:barquette_opaque:4209:21970538,21975317:barquette_opaque:4209:21976112,21976904:barquette_opaque:4209:21977101,21980117:barquette_opaque:4209:21981099,21980144:barquette_opaque:4209:21980940,21984242:barquette_opaque:4209:21985015,21986987:barquette_opaque:4209:21987538,21986989:barquette_opaque:4209:21997643,22013394:barquette_opaque:4209:22014147,22014842:barquette_opaque:4209:22016672,22014879:barquette_opaque:4209:22016095,22014899:barquette_opaque:4209:22015994,22014904:barquette_opaque:4209:22015346,22014906:barquette_opaque:4209:22015668,22023871:barquette_opaque:4209:22024223,22029099:barquette_opaque:4209:22029606,22029101:barquette_opaque:4209:22029296,22038503:barquette_opaque:4209:22050290,22040133:barquette_opaque:4209:22040471,22046565:barquette_opaque:4209:22047093,22049747:barquette_opaque:4209:22050455,22049749:barquette_opaque:4209:22051846,22051362:barquette_opaque:4209:22051690,22054542:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01989397597918742, 'nb_photo': 8617, 'list_port_cont': '21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22014707,22015465,22017311,22020093,22025921,22025964,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22029520,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22185622,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22345487,22352897,22353628,22355846,22371439,22375836,22377497,22378513,22378600,22379552,22379994,22381573,22381590,22385080,2238753', 'assoc_port': '21962514:21963406,21963397:21963585,21963883:21964273,21967132:21970577,21967181:21971875,21967195:21971918,21969979:22020093,21975312:21989546,21975320:21990254,21976850:21997449,21978908:22004066,21978934:22005508,21980103:22007311,21980107:22007777,21980142:22008818,21985545:22014707,21985548:22015465,21986988:22017311,22014825:22026752,22014833:22026680,22014843:22026589,22014874:22026573,22014880:22026454,22014893:22026311,22014896:22026239,22014901:22026178,22024784:22025921,22024789:22025964,22029102:22029520,22031175:22031963,22031177:22031874,22032532:22033384,22038504:22039415,22040126:22040701,22040132:22040622,22042107:22051597,22046566:22050718,22049745:22056374,22049754:22050598,22051354:22052127,22051356:22052024,22054525:22057164,22062853:22063569,22065346:22068753,22066734:22067294,22068648:22069190,22071991:22072734,22073536:22074038,22079487:22080499,22079488:22083642,22079491:22092179,22086017:22094234,22086036:22090615,22091316:22091671,22091318:22091949,22101546:22105431,22121999:2212226', 'assoc_mat': '21962514:barquette_opaque:4211:21963406,21963397:barquette_opaque:4211:21963585,21963883:barquette_opaque:4211:21964273,21967132:barquette_opaque:4211:21970577,21967181:barquette_opaque:4211:21971875,21967195:barquette_opaque:4211:21971918,21969979:barquette_opaque:4211:22020093,21975312:barquette_opaque:4211:21989546,21975320:barquette_opaque:4211:21990254,21976850:barquette_opaque:4211:21997449,21978908:barquette_opaque:4211:22004066,21978934:barquette_opaque:4211:22005508,21980103:barquette_opaque:4211:22007311,21980107:barquette_opaque:4211:22007777,21980142:barquette_opaque:4211:22008818,21985545:barquette_opaque:4211:22014707,21985548:barquette_opaque:4211:22015465,21986988:barquette_opaque:4211:22017311,22014825:barquette_opaque:4211:22026752,22014833:barquette_opaque:4211:22026680,22014843:barquette_opaque:4211:22026589,22014874:barquette_opaque:4211:22026573,22014880:barquette_opaque:4211:22026454,22014893:barquette_opaque:4211:22026311,22014896:barquette_opaque:4211:22026239,22014901:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005929562045369181, 'nb_photo': 183, 'list_port_cont': '21963769,21964604,21976291,21982686,21988606,21990859,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042142,22042741,22048299,22051173,22054704,22055746,22055902,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557,24044273,24045947,24047125,24055962,24062094,24063265,24066223,24066509,24066890,24075118,24075945,24076093,24077881,24079452,24079800,24095073,24174887,24175694,24176583,24455155,24465066,24465422', 'assoc_port': '21963399:21963769,21964372:21964604,21967124:21988606,21969980:21982686,21975313:21990859,21975319:21976291,21976848:21998130,21978922:22005689,21980102:22008150,21980115:22009171,21985543:22015718,22011451:22033720,22013383:22036189,22014822:22042142,22014828:22042741,22014875:22082876,22014905:22048299,22019912:22020906,22023872:22025560,22032522:22033934,22040125:22054704,22040135:22040781,22049752:22051173,22054521:22055902,22054529:22055746,22068650:22069682,22071992:22077054,22078672:22079688,22091319:22112197,22101550:22105063,22132582:22132962,22133906:22134770,22137424:22138724,22150593:22152140,22150597:22151655,22178698:22187178,22178713:22187116,22189238:22190724,22195201:22196311,22200701:22242914,22204329:22242426,22206471:22209136,22217442:22236417,22217452:22234453,22291940:22302590,22295431:22303807,22304110:22309674,22305205:22306113,22346407:22346706,22358429:22358822,22372029:22373033,22374970:22379337,22378454:22378772,22379664:22380047,22381325:22382917,22388012:22389194,22400535:2240585', 'assoc_mat': '21963399:bouchon:3327:21963769,21964372:bouchon:3327:21964604,21967124:bouchon:3327:21988606,21969980:bouchon:3327:21982686,21975313:bouchon:3327:21990859,21975319:bouchon:3327:21976291,21976848:bouchon:3327:21998130,21978922:bouchon:3327:22005689,21980102:bouchon:3327:22008150,21980115:bouchon:3327:22009171,21985543:bouchon:3327:22015718,22011451:bouchon:3327:22033720,22013383:bouchon:3327:22036189,22014822:bouchon:3327:22042142,22014828:bouchon:3327:22042741,22014875:bouchon:3327:22082876,22014905:bouchon:3327:22048299,22019912:bouchon:3327:22020906,22023872:bouchon:3327:22025560,22032522:bouchon:3327:22033934,22040125:bouchon:3327:22054704,22040135:bouchon:3327:22040781,22049752:bouchon:3327:22051173,22054521:bouchon:3327:22055902,22054529:bouchon:3327:22055746,22068650:bouchon:3327:22069682,22071992:bouchon:3327:22077054,22078672:bouchon:3327:22079688,22091319:bouchon:3327:22112197,22101550:bouchon:3327:22105063,22132582:bouchon:3327:22132962,22133906:bouchon:3327:22134770,22137424:bouchon:3327:22138724,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015075141013736993, 'nb_photo': 433, 'list_port_cont': '21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047,23947055,23977226,24055208,24056848,24059329,24064701,24074208,24074570,24078639', 'assoc_port': '21963879:21964192,21967136:21969954,21978909:22026347,21984244:22052395,22014829:22041327,22014907:22046205,22019910:22053697,22038501:22054015,22049748:22051214,22051358:22051706,22062848:22076380,22076546:22076781,22101547:22108083,22131718:22153084,22142360:22149148,22154699:22158482,22174835:22180501,22191273:22244112,22210213:22241244,22211643:22237970,22290550:22292962,22305213:22309536,22314653:22314894,22318028:22318620,22344383:22345057,22355024:22361626,22379401:22379485,22384434:22385698,22390602:22396163,22420201:22422342,22432676:22433709,22444780:22449956,22451710:22454606,22469828:22473514,22479660:22480040,22486523:22487801,22497684:22511786,22509474:22512738,22513057:22516918,22536499:22536634,22550650:22553564,22562905:22565047,23934801:23977226,23946806:23947055,23947388:24055208,23947712:24056848,23948736:24059329,23949473:24064701,23950958:24074208,23951071:24074570,23953445:24078639', 'assoc_mat': '21963879:carton:4205:21964192,21967136:carton:4205:21969954,21978909:carton:4205:22026347,21984244:carton:4205:22052395,22014829:carton:4205:22041327,22014907:carton:4205:22046205,22019910:carton:4205:22053697,22038501:carton:4205:22054015,22049748:carton:4205:22051214,22051358:carton:4205:22051706,22062848:carton:4205:22076380,22076546:carton:4205:22076781,22101547:carton:4205:22108083,22131718:carton:4205:22153084,22142360:carton:4205:22149148,22154699:carton:4205:22158482,22174835:carton:4205:22180501,22191273:carton:4205:22244112,22210213:carton:4205:22241244,22211643:carton:4205:22237970,22290550:carton:4205:22292962,22305213:carton:4205:22309536,22314653:carton:4205:22314894,22318028:carton:4205:22318620,22344383:carton:4205:22345057,22355024:carton:4205:22361626,22379401:carton:4205:22379485,22384434:carton:4205:22385698,22390602:carton:4205:22396163,22420201:carton:4205:22422342,22432676:carton:4205:22433709,22444780:carton:4205:22449956,22451710:carton:4205:22454606,22469828:carton:4205:22473514,2247'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007317395682620384, 'nb_photo': 857, 'list_port_cont': '21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803,24056837,24060649,24064564,24066194,24076147,24079369,24168493,24490746', 'assoc_port': '21967117:21969303,21978894:22003516,21978946:22005709,22011455:22012123,22014824:22040914,22014888:22064874,22023070:22055543,22035144:22054234,22046564:22053779,22062855:22063566,22076548:22076847,22096625:22097209,22129557:22146616,22141215:22155005,22154698:22164098,22191270:22244164,22210214:22241072,22291941:22295043,22305215:22309858,22314649:22315612,22340395:22348636,22376586:22379367,22386992:22397937,22398077:22399477,22429992:22430546,22443967:22451183,22449976:22450055,22466648:22471535,22494447:22505137,22504012:22510430,22520613:22520985,22542628:22560996,22556378:22561803,23946469:24168493,23947595:24056837,23948806:24060649,23949371:24064564,23949568:24066194,23951346:24076147,23953532:24079369,24463396:24490746', 'assoc_mat': '21967117:carton:4203:21969303,21978894:carton:4203:22003516,21978946:carton:4203:22005709,22011455:carton:4203:22012123,22014824:carton:4203:22040914,22014888:carton:4203:22064874,22023070:carton:4203:22055543,22035144:carton:4203:22054234,22046564:carton:4203:22053779,22062855:carton:4203:22063566,22076548:carton:4203:22076847,22096625:carton:4203:22097209,22129557:carton:4203:22146616,22141215:carton:4203:22155005,22154698:carton:4203:22164098,22191270:carton:4203:22244164,22210214:carton:4203:22241072,22291941:carton:4203:22295043,22305215:carton:4203:22309858,22314649:carton:4203:22315612,22340395:carton:4203:22348636,22376586:carton:4203:22379367,22386992:carton:4203:22397937,22398077:carton:4203:22399477,22429992:carton:4203:22430546,22443967:carton:4203:22451183,22449976:carton:4203:22450055,22466648:carton:4203:22471535,22494447:carton:4203:22505137,22504012:carton:4203:22510430,22520613:carton:4203:22520985,22542628:carton:4203:22560996,22556378:carton:4203:22561803,23946469:carton:4203:24168493,2394'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.955586659350464, 'nb_photo': 2966, 'list_port_cont': '21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22015140,22016808,22023123,22025815,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,22298142,22300215,22302316,22305902,22307015,22308161,22317205,22372346,22373594,22377486,22377861,2237873', 'assoc_port': '21963398:21963559,21963881:21964257,21963884:21964103,21963885:21963960,21967145:21970765,21967184:21971457,21967193:21971815,21969982:21970465,21976863:21996824,21976864:21997190,21976868:21997864,21976883:22025815,21976900:22023123,21978888:22003048,21978910:22003904,21978941:22005422,21978949:22005578,21978951:22005620,21980101:22006375,21980112:22007565,21980147:21983035,21985550:21986346,21986991:22016808,22014823:22032677,22014830:22032768,22014834:22032452,22014836:22032208,22014871:22032061,22014884:22015140,22031176:22031485,22032527:22033143,22035140:22036728,22035142:22036289,22035143:22035908,22040130:22040502,22042105:22042597,22045046:22045604,22049746:22050879,22049750:22050364,22049753:22050432,22049757:22050147,22051353:22051586,22054524:22055093,22056821:22057091,22065345:22068691,22066732:22067370,22066735:22066945,22071990:22072665,22073533:22073884,22073534:22073652,22075837:22076182,22078669:22079681,22078671:22079029,22078673:22078967,22086018:22088036,22088046:22090728,22091320:2209173', 'assoc_mat': '21963398:carton:4207:21963559,21963881:carton:4207:21964257,21963884:carton:4207:21964103,21963885:carton:4207:21963960,21967145:carton:4207:21970765,21967184:carton:4207:21971457,21967193:carton:4207:21971815,21969982:carton:4207:21970465,21976863:carton:4207:21996824,21976864:carton:4207:21997190,21976868:carton:4207:21997864,21976883:carton:4207:22025815,21976900:carton:4207:22023123,21978888:carton:4207:22003048,21978910:carton:4207:22003904,21978941:carton:4207:22005422,21978949:carton:4207:22005578,21978951:carton:4207:22005620,21980101:carton:4207:22006375,21980112:carton:4207:22007565,21980147:carton:4207:21983035,21985550:carton:4207:21986346,21986991:carton:4207:22016808,22014823:carton:4207:22032677,22014830:carton:4207:22032768,22014834:carton:4207:22032452,22014836:carton:4207:22032208,22014871:carton:4207:22032061,22014884:carton:4207:22015140,22031176:carton:4207:22031485,22032527:carton:4207:22033143,22035140:carton:4207:22036728,22035142:carton:4207:22036289,22035143:carton:4207:22035908,2204'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01608546037934879, 'nb_photo': 3615, 'list_port_cont': '21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22024162,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22340926,22344801,22347258,22376494,22377543,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22433267,22438554,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,22477630,22487234,22490514,22494835,22497220,22497820,22498676,22499131,22510296,22516746,22518488,22523104,22536183,2253691', 'assoc_port': '21962511:21962862,21963880:21964222,21964371:21964556,21967121:21968796,21967190:21968382,21975318:21975959,21976867:21977452,21978936:21979345,21980104:21981586,21980135:21980646,21980140:21981029,21985538:21986128,21986986:21987688,21996829:21997470,21996831:21997260,22014826:22016513,22014832:22015493,22014873:22015865,22014882:22015782,22014894:22015729,22014900:22015618,22014908:22015515,22023899:22024162,22029100:22029479,22031178:22031832,22035145:22036043,22040127:22040515,22042106:22042483,22045048:22045794,22046567:22051019,22049756:22052007,22051361:22057339,22054526:22055233,22065347:22073897,22068647:22069275,22073535:22073967,22075834:22076346,22076547:22076815,22079489:22080200,22086063:22094619,22088044:22088860,22093119:22093817,22098020:22108868,22122000:22122294,22126964:22127550,22129559:22130122,22132586:22132905,22138711:22147288,22142357:22143057,22144309:22144642,22148777:22149457,22153227:22153705,22164922:22165125,22177109:22178177,22180103:22180728,22183556:22184446,22191271:2219221', 'assoc_mat': '21962511:carton:4461:21962862,21963880:carton:4461:21964222,21964371:carton:4461:21964556,21967121:carton:4461:21968796,21967190:carton:4461:21968382,21975318:carton:4461:21975959,21976867:carton:4461:21977452,21978936:carton:4461:21979345,21980104:carton:4461:21981586,21980135:carton:4461:21980646,21980140:carton:4461:21981029,21985538:carton:4461:21986128,21986986:carton:4461:21987688,21996829:carton:4461:21997470,21996831:carton:4461:21997260,22014826:carton:4461:22016513,22014832:carton:4461:22015493,22014873:carton:4461:22015865,22014882:carton:4461:22015782,22014894:carton:4461:22015729,22014900:carton:4461:22015618,22014908:carton:4461:22015515,22023899:carton:4461:22024162,22029100:carton:4461:22029479,22031178:carton:4461:22031832,22035145:carton:4461:22036043,22040127:carton:4461:22040515,22042106:carton:4461:22042483,22045048:carton:4461:22045794,22046567:carton:4461:22051019,22049756:carton:4461:22052007,22051361:carton:4461:22057339,22054526:carton:4461:22055233,22065347:carton:4461:22073897,2206'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02604115589083413, 'nb_photo': 3706, 'list_port_cont': '21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22013206,22023388,22023816,22027587,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051876,22052664,22053695,22053794,22053933,22053957,22053972,22054069,22055111,22056679,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22241933,22242144,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22346380,22346566,22347432,22347709,22350355,22358807,22378624,22378779,22378986,22379410,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,22397008,22405889,22411842,22422317,22430777,22432527,2243352', 'assoc_port': '21962513:21963748,21963400:21963506,21967129:21969524,21967139:21970679,21967186:21971856,21975315:22023388,21976823:21996020,21976866:22023816,21976906:21977061,21978911:22004220,21978931:22027587,21980100:22006334,21980110:22007581,21984246:22052664,21985540:22013206,21986993:21987223,22014797:22040654,22014827:22040896,22014838:22041945,22014839:22042197,22014876:22042851,22014878:22042942,22014891:22044158,22014898:22044586,22014902:22044887,22014903:22045463,22032524:22057722,22035137:22054069,22040123:22053972,22040136:22053957,22042108:22042519,22045047:22053933,22045049:22053794,22049751:22050954,22049755:22056679,22051355:22053695,22051363:22051876,22054528:22055111,22065348:22068783,22068649:22083182,22073532:22074421,22078670:22099667,22088043:22091145,22088051:22091018,22091315:22118601,22091317:22109942,22093114:22118743,22096627:22097336,22101552:22108175,22123322:22123738,22126966:22132976,22129562:22135498,22132587:22138559,22137423:22147414,22141214:22162558,22142356:22148480,22142359:2214851', 'assoc_mat': '21962513:carton:4200:21963748,21963400:carton:4200:21963506,21967129:carton:4200:21969524,21967139:carton:4200:21970679,21967186:carton:4200:21971856,21975315:carton:4200:22023388,21976823:carton:4200:21996020,21976866:carton:4200:22023816,21976906:carton:4200:21977061,21978911:carton:4200:22004220,21978931:carton:4200:22027587,21980100:carton:4200:22006334,21980110:carton:4200:22007581,21984246:carton:4200:22052664,21985540:carton:4200:22013206,21986993:carton:4200:21987223,22014797:carton:4200:22040654,22014827:carton:4200:22040896,22014838:carton:4200:22041945,22014839:carton:4200:22042197,22014876:carton:4200:22042851,22014878:carton:4200:22042942,22014891:carton:4200:22044158,22014898:carton:4200:22044586,22014902:carton:4200:22044887,22014903:carton:4200:22045463,22032524:carton:4200:22057722,22035137:carton:4200:22054069,22040123:carton:4200:22053972,22040136:carton:4200:22053957,22042108:carton:4200:22042519,22045047:carton:4200:22053933,22045049:carton:4200:22053794,22049751:carton:4200:22050954,2204'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.006570366753472222, 'nb_photo': 16, 'list_port_cont': '22448926', 'assoc_port': '22448524:22448926', 'assoc_mat': '22448524:carton:3594:22448926'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03690459076037486, 'nb_photo': 5315, 'list_port_cont': '21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22014152,22015351,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22024221,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22187420,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22336926,22346653,22357145,22372781,22377467,22379975,22385070,22388475,22390958,22391012,22391818,22398263,22403223,22430333,2243317', 'assoc_port': '21963882:21964206,21967114:21968044,21967142:21974006,21967197:21974246,21969983:21970545,21975316:21976187,21975317:21976108,21976822:21979263,21976869:21978700,21976870:21978409,21976897:21978277,21976904:21977096,21980117:21981100,21980144:21980943,21984242:21985014,21986987:21987529,21986989:21997647,22013394:22014152,22014831:22017223,22014842:22016674,22014846:22016175,22014877:22015936,22014879:22016100,22014886:22015975,22014892:22015920,22014899:22016001,22014904:22015351,22014906:22015670,22018590:24455555,22023871:22024221,22029099:22029607,22029101:22029289,22032529:22033187,22035141:22035770,22038503:22050297,22040133:22040481,22045045:22045568,22046565:22047101,22049747:22050446,22049749:22051844,22049758:22050006,22051357:22052099,22051362:22051698,22054542:22055318,22056819:22057080,22065344:22066229,22066733:22067262,22075838:22076301,22076545:22076806,22086022:22086679,22088049:22088573,22093116:22093926,22093117:22093802,22096624:22097135,22101542:22102780,22123324:22123767,22129563:2213006', 'assoc_mat': '21963882:carton:4209:21964206,21967114:carton:4209:21968044,21967142:carton:4209:21974006,21967197:carton:4209:21974246,21969983:carton:4209:21970545,21975316:carton:4209:21976187,21975317:carton:4209:21976108,21976822:carton:4209:21979263,21976869:carton:4209:21978700,21976870:carton:4209:21978409,21976897:carton:4209:21978277,21976904:carton:4209:21977096,21980117:carton:4209:21981100,21980144:carton:4209:21980943,21984242:carton:4209:21985014,21986987:carton:4209:21987529,21986989:carton:4209:21997647,22013394:carton:4209:22014152,22014831:carton:4209:22017223,22014842:carton:4209:22016674,22014846:carton:4209:22016175,22014877:carton:4209:22015936,22014879:carton:4209:22016100,22014886:carton:4209:22015975,22014892:carton:4209:22015920,22014899:carton:4209:22016001,22014904:carton:4209:22015351,22014906:carton:4209:22015670,22018590:carton:4209:24455555,22023871:carton:4209:22024221,22029099:carton:4209:22029607,22029101:carton:4209:22029289,22032529:carton:4209:22033187,22035141:carton:4209:22035770,2203'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010625966374553639, 'nb_photo': 15401, 'list_port_cont': '21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22014712,22015458,22017315,22020099,22025925,22025966,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22029550,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22185621,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345496,22352908,22353629,22355848,22371431,22375842,22377493,22378521,22378595,22379559,22380000,22381569,22381598,22385074,2238754', 'assoc_port': '21962514:21963407,21963397:21963592,21963883:21964274,21967132:21970586,21967181:21971876,21967195:21971933,21969979:22020099,21975312:21989545,21975320:21990263,21976850:21997447,21978908:22004072,21978934:22005519,21980103:22007317,21980107:22007775,21980142:22008812,21985545:22014712,21985548:22015458,21986988:22017315,22014825:22026737,22014833:22026668,22014843:22026599,22014874:22026575,22014880:22026460,22014893:22026316,22014896:22026243,22014901:22026188,22024784:22025925,22024789:22025966,22029102:22029550,22031175:22031961,22031177:22031871,22032532:22033368,22038504:22039422,22040126:22040700,22040132:22040619,22042107:22051593,22046566:22050703,22049745:22056380,22049754:22050604,22051354:22052122,22051356:22052018,22054525:22057176,22062853:22063571,22065346:22068766,22066734:22067300,22068648:22069188,22071991:22072731,22073536:22074040,22079487:22080501,22079488:22083643,22079491:22092178,22086017:22094249,22086036:22090621,22091316:22091676,22091318:22091937,22101546:22105435,22121999:2212225', 'assoc_mat': '21962514:carton:4211:21963407,21963397:carton:4211:21963592,21963883:carton:4211:21964274,21967132:carton:4211:21970586,21967181:carton:4211:21971876,21967195:carton:4211:21971933,21969979:carton:4211:22020099,21975312:carton:4211:21989545,21975320:carton:4211:21990263,21976850:carton:4211:21997447,21978908:carton:4211:22004072,21978934:carton:4211:22005519,21980103:carton:4211:22007317,21980107:carton:4211:22007775,21980142:carton:4211:22008812,21985545:carton:4211:22014712,21985548:carton:4211:22015458,21986988:carton:4211:22017315,22014825:carton:4211:22026737,22014833:carton:4211:22026668,22014843:carton:4211:22026599,22014874:carton:4211:22026575,22014880:carton:4211:22026460,22014893:carton:4211:22026316,22014896:carton:4211:22026243,22014901:carton:4211:22026188,22024784:carton:4211:22025925,22024789:carton:4211:22025966,22029102:carton:4211:22029550,22031175:carton:4211:22031961,22031177:carton:4211:22031871,22032532:carton:4211:22033368,22038504:carton:4211:22039422,22040126:carton:4211:22040700,2204'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00594310637347956, 'nb_photo': 189, 'list_port_cont': '21963764,21976299,21982689,21988610,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22441908,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559,24045952,24047120,24055964,24056215,24056700,24057236,24059385,24065384,24066887,24075352,24076088,24076369,24076434,24076563,24079250,24079454,24079809,24095068,24164820,24176571,24455158,24465417,24478010,24478346', 'assoc_port': '21963399:21963764,21967124:21988610,21969980:21982689,21975319:21976299,21976848:21998134,21978922:22005688,21980102:22008144,21984249:22012899,22011451:22033711,22014822:22042147,22014828:22042747,22014840:22095883,22014875:22082869,22014890:22079924,22014897:22046336,22014905:22048303,22023872:22025557,22032522:22033936,22035139:22037060,22040125:22054706,22045050:22046216,22051359:22053767,22054523:22057902,22054529:22055747,22066731:22067765,22068650:22069681,22071992:22077050,22078672:22079697,22086065:22091995,22091321:22093325,22098018:22109487,22101541:22107790,22126969:22129283,22132582:22132954,22137424:22138736,22148778:22150079,22150597:22151650,22157943:22159093,22178698:22187170,22183555:22186782,22189238:22190725,22200698:22242971,22200701:22242917,22204329:22242423,22211640:22237235,22217452:22234451,22304110:22309670,22312869:22318880,22346888:22347414,22350610:22358847,22372029:22373034,22378450:22378840,22379664:22380049,22388012:22389187,22390604:22391087,22391205:22395889,22391213:2239249', 'assoc_mat': '21963399:carton:3327:21963764,21967124:carton:3327:21988610,21969980:carton:3327:21982689,21975319:carton:3327:21976299,21976848:carton:3327:21998134,21978922:carton:3327:22005688,21980102:carton:3327:22008144,21984249:carton:3327:22012899,22011451:carton:3327:22033711,22014822:carton:3327:22042147,22014828:carton:3327:22042747,22014840:carton:3327:22095883,22014875:carton:3327:22082869,22014890:carton:3327:22079924,22014897:carton:3327:22046336,22014905:carton:3327:22048303,22023872:carton:3327:22025557,22032522:carton:3327:22033936,22035139:carton:3327:22037060,22040125:carton:3327:22054706,22045050:carton:3327:22046216,22051359:carton:3327:22053767,22054523:carton:3327:22057902,22054529:carton:3327:22055747,22066731:carton:3327:22067765,22068650:carton:3327:22069681,22071992:carton:3327:22077050,22078672:carton:3327:22079697,22086065:carton:3327:22091995,22091321:carton:3327:22093325,22098018:carton:3327:22109487,22101541:carton:3327:22107790,22126969:carton:3327:22129283,22132582:carton:3327:22132954,2213'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0014310084036551645, 'nb_photo': 79, 'list_port_cont': '21967687,21977409,21979784,21996957,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22389545,22403113,22411921,22412547,22460031,22469993,22490158,22497910,22513085,22537000,22556362,22560479,22566507,24054505,24055548,24065211,24065519,24076083,24454239,24454566,24490576,24490579,24490632,24490712', 'assoc_port': '21967188:21967687,21976865:21977409,21978938:21979784,21996833:21996957,22035138:22051417,22040129:22040792,22051360:22051731,22054522:22055162,22062850:22064652,22079490:22081444,22098017:22098900,22131721:22132398,22137425:22166950,22148775:22165093,22150595:22159635,22174852:22235730,22185033:22186443,22194156:22195055,22194159:22194600,22206469:22207260,22221035:22225048,22299407:22301630,22304113:22306709,22307886:22308221,22309703:22310210,22314656:22314704,22388008:22389545,22393285:22412547,22394734:22411921,22402406:22403113,22459597:22460031,22469829:22469993,22489069:22490158,22497685:22497910,22509477:22513085,22536495:22537000,22554335:22560479,22554338:22556362,22566349:22566507,23946672:24076083,23947289:24054505,23947438:24055548,23949519:24065211,23953471:24065519,24454034:24454566,24454048:24454239,24463260:24490712,24463434:24490632,24463531:24490579,24463541:24490576', 'assoc_mat': '21967188:cartonnette:3726:21967687,21976865:cartonnette:3726:21977409,21978938:cartonnette:3726:21979784,21996833:cartonnette:3726:21996957,22035138:cartonnette:3726:22051417,22040129:cartonnette:3726:22040792,22051360:cartonnette:3726:22051731,22054522:cartonnette:3726:22055162,22062850:cartonnette:3726:22064652,22079490:cartonnette:3726:22081444,22098017:cartonnette:3726:22098900,22131721:cartonnette:3726:22132398,22137425:cartonnette:3726:22166950,22148775:cartonnette:3726:22165093,22150595:cartonnette:3726:22159635,22174852:cartonnette:3726:22235730,22185033:cartonnette:3726:22186443,22194156:cartonnette:3726:22195055,22194159:cartonnette:3726:22194600,22206469:cartonnette:3726:22207260,22221035:cartonnette:3726:22225048,22299407:cartonnette:3726:22301630,22304113:cartonnette:3726:22306709,22307886:cartonnette:3726:22308221,22309703:cartonnette:3726:22310210,22314656:cartonnette:3726:22314704,22388008:cartonnette:3726:22389545,22393285:cartonnette:3726:22412547,22394734:cartonnette:3726:22411921,22402406:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006617095875990101, 'nb_photo': 337, 'list_port_cont': '21962938,21967690,21970617,21977418,21979783,21996964,22015344,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22389537,22403114,22411914,22412543,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22537005,22543392,22552273,22556361,22560471,22566501,23977007,24045637,24054495,24055168,24055557,24055894,24056775,24058516,24065206,24065524,24065898,24071629,24071820,24071922,24076080,24454240,24454563,24490580,24490583,24490607,24490675,24490692,24490714,24490722,24490773', 'assoc_port': '21962512:21962938,21967188:21967690,21969981:21970617,21976865:21977418,21978938:21979783,21996833:21996964,22014835:22028485,22014845:22028373,22014872:22015344,22018591:22024486,22035138:22051424,22040129:22040797,22051360:22051730,22054522:22055155,22062850:22064644,22073531:22073985,22075836:22076261,22079490:22081445,22098017:22098893,22106152:22106675,22131721:22132401,22133905:22134323,22137425:22166958,22150595:22159641,22174852:22235727,22185033:22186448,22194156:22195059,22194159:22194602,22206469:22207261,22221035:22225042,22286479:22287115,22299407:22301639,22304113:22306714,22307886:22308215,22309703:22310213,22314656:22314709,22388008:22389537,22393285:22412543,22394734:22411914,22402406:22403114,22450301:22450652,22457337:22458383,22459597:22460030,22469829:22469994,22486521:22486684,22486538:22487212,22488165:22488320,22489069:22490153,22494461:22494953,22497685:22497920,22509477:22513080,22536495:22537005,22542655:22543392,22550651:22552273,22554335:22560471,22554338:22556361,22566349:2256650', 'assoc_mat': '21962512:Carton_brun:3726:21962938,21967188:Carton_brun:3726:21967690,21969981:Carton_brun:3726:21970617,21976865:Carton_brun:3726:21977418,21978938:Carton_brun:3726:21979783,21996833:Carton_brun:3726:21996964,22014835:Carton_brun:3726:22028485,22014845:Carton_brun:3726:22028373,22014872:Carton_brun:3726:22015344,22018591:Carton_brun:3726:22024486,22035138:Carton_brun:3726:22051424,22040129:Carton_brun:3726:22040797,22051360:Carton_brun:3726:22051730,22054522:Carton_brun:3726:22055155,22062850:Carton_brun:3726:22064644,22073531:Carton_brun:3726:22073985,22075836:Carton_brun:3726:22076261,22079490:Carton_brun:3726:22081445,22098017:Carton_brun:3726:22098893,22106152:Carton_brun:3726:22106675,22131721:Carton_brun:3726:22132401,22133905:Carton_brun:3726:22134323,22137425:Carton_brun:3726:22166958,22150595:Carton_brun:3726:22159641,22174852:Carton_brun:3726:22235727,22185033:Carton_brun:3726:22186448,22194156:Carton_brun:3726:22195059,22194159:Carton_brun:3726:22194602,22206469:Carton_brun:3726:22207261,22221035:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004812817966742792, 'nb_photo': 166, 'list_port_cont': '21962936,21967683,21970622,21979776,21996962,22015336,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22379497,22389547,22411920,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22532244,22543395,22552270,22556363,22560476,23977004,24054490,24055174,24055555,24055900,24058528,24065212,24065526,24065899,24071624,24071650,24071830,24454569,24490573,24490709,24490720,24490769', 'assoc_port': '21962512:21962936,21967188:21967683,21969981:21970622,21978938:21979776,21996833:21996962,22014835:22028492,22014872:22015336,22018591:22024490,22040129:22040795,22051360:22051724,22054522:22055159,22062850:22064648,22073531:22073984,22075836:22076265,22079490:22081443,22096622:22102889,22106152:22106685,22131721:22132403,22133905:22134313,22137425:22166960,22148775:22165101,22174852:22235722,22185033:22186442,22194156:22195057,22194159:22194601,22206469:22207265,22221035:22225046,22286479:22287107,22299407:22301633,22307886:22308211,22309703:22310208,22314656:22314707,22379399:22379497,22388008:22389547,22394734:22411920,22450301:22450649,22457337:22458377,22459597:22460027,22469829:22469999,22486521:22486691,22486538:22487208,22488165:22488315,22489069:22490156,22494461:22494952,22497685:22497912,22509477:22513087,22531797:22532244,22542655:22543395,22550651:22552270,22554335:22560476,22554338:22556363,23934796:23977004,23947289:24054490,23947380:24055174,23947438:24055555,23947484:24055900,23948629:2405852', 'assoc_mat': '21962512:Carton_gris:3726:21962936,21967188:Carton_gris:3726:21967683,21969981:Carton_gris:3726:21970622,21978938:Carton_gris:3726:21979776,21996833:Carton_gris:3726:21996962,22014835:Carton_gris:3726:22028492,22014872:Carton_gris:3726:22015336,22018591:Carton_gris:3726:22024490,22040129:Carton_gris:3726:22040795,22051360:Carton_gris:3726:22051724,22054522:Carton_gris:3726:22055159,22062850:Carton_gris:3726:22064648,22073531:Carton_gris:3726:22073984,22075836:Carton_gris:3726:22076265,22079490:Carton_gris:3726:22081443,22096622:Carton_gris:3726:22102889,22106152:Carton_gris:3726:22106685,22131721:Carton_gris:3726:22132403,22133905:Carton_gris:3726:22134313,22137425:Carton_gris:3726:22166960,22148775:Carton_gris:3726:22165101,22174852:Carton_gris:3726:22235722,22185033:Carton_gris:3726:22186442,22194156:Carton_gris:3726:22195057,22194159:Carton_gris:3726:22194601,22206469:Carton_gris:3726:22207265,22221035:Carton_gris:3726:22225046,22286479:Carton_gris:3726:22287107,22299407:Carton_gris:3726:22301633,22307886:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006524553657582049, 'nb_photo': 180, 'list_port_cont': '21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050,23947064,23977224,24055212,24056850,24059331,24064696,24074210,24074580,24078648', 'assoc_port': '21963879:21964186,21967136:21969945,21978909:22026352,21984244:22052396,22014829:22041329,22014907:22046201,22019910:22053702,22038501:22054005,22049748:22051218,22051358:22051712,22062848:22076374,22076546:22076779,22101547:22108075,22131718:22153088,22142360:22149145,22154699:22158483,22174835:22180494,22191273:22244111,22210213:22241245,22211643:22237976,22290550:22292975,22305213:22309513,22314653:22314879,22318028:22318622,22344383:22345045,22355024:22361612,22379401:22379472,22384434:22385701,22390602:22396155,22420201:22422341,22432676:22433704,22444780:22449948,22451710:22454614,22469828:22473519,22479660:22480030,22486523:22487813,22497684:22511789,22509474:22512749,22513057:22516928,22536499:22536628,22550650:22553556,22562905:22565050,23934801:23977224,23946806:23947064,23947388:24055212,23947712:24056850,23948736:24059331,23949473:24064696,23950958:24074210,23951071:24074580,23953445:24078648', 'assoc_mat': '21963879:ela:4205:21964186,21967136:ela:4205:21969945,21978909:ela:4205:22026352,21984244:ela:4205:22052396,22014829:ela:4205:22041329,22014907:ela:4205:22046201,22019910:ela:4205:22053702,22038501:ela:4205:22054005,22049748:ela:4205:22051218,22051358:ela:4205:22051712,22062848:ela:4205:22076374,22076546:ela:4205:22076779,22101547:ela:4205:22108075,22131718:ela:4205:22153088,22142360:ela:4205:22149145,22154699:ela:4205:22158483,22174835:ela:4205:22180494,22191273:ela:4205:22244111,22210213:ela:4205:22241245,22211643:ela:4205:22237976,22290550:ela:4205:22292975,22305213:ela:4205:22309513,22314653:ela:4205:22314879,22318028:ela:4205:22318622,22344383:ela:4205:22345045,22355024:ela:4205:22361612,22379401:ela:4205:22379472,22384434:ela:4205:22385701,22390602:ela:4205:22396155,22420201:ela:4205:22422341,22432676:ela:4205:22433704,22444780:ela:4205:22449948,22451710:ela:4205:22454614,22469828:ela:4205:22473519,22479660:ela:4205:22480030,22486523:ela:4205:22487813,22497684:ela:4205:22511789,22509474:ela:4205:2251274'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9951156431660009, 'nb_photo': 259, 'list_port_cont': '21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802,24056826,24060632,24064563,24066197,24076151,24079359,24168505,24490733', 'assoc_port': '21967117:21969305,21978894:22003520,21978946:22005700,22011455:22012118,22014824:22040905,22014888:22064884,22023070:22055547,22035144:22054241,22046564:22053787,22062855:22063557,22076548:22076853,22096625:22097223,22129557:22146606,22141215:22155003,22154698:22164096,22191270:22244166,22210214:22241086,22291941:22295032,22305215:22309853,22314649:22315615,22340395:22348633,22376586:22379356,22386992:22397927,22398077:22399468,22429992:22430538,22443967:22451172,22449976:22450064,22466648:22471526,22494447:22505140,22504012:22510434,22520613:22520970,22542628:22560982,22556378:22561802,23946469:24168505,23947595:24056826,23948806:24060632,23949371:24064563,23949568:24066197,23951346:24076151,23953532:24079359,24463396:24490733', 'assoc_mat': '21967117:ela:4203:21969305,21978894:ela:4203:22003520,21978946:ela:4203:22005700,22011455:ela:4203:22012118,22014824:ela:4203:22040905,22014888:ela:4203:22064884,22023070:ela:4203:22055547,22035144:ela:4203:22054241,22046564:ela:4203:22053787,22062855:ela:4203:22063557,22076548:ela:4203:22076853,22096625:ela:4203:22097223,22129557:ela:4203:22146606,22141215:ela:4203:22155003,22154698:ela:4203:22164096,22191270:ela:4203:22244166,22210214:ela:4203:22241086,22291941:ela:4203:22295032,22305215:ela:4203:22309853,22314649:ela:4203:22315615,22340395:ela:4203:22348633,22376586:ela:4203:22379356,22386992:ela:4203:22397927,22398077:ela:4203:22399468,22429992:ela:4203:22430538,22443967:ela:4203:22451172,22449976:ela:4203:22450064,22466648:ela:4203:22471526,22494447:ela:4203:22505140,22504012:ela:4203:22510434,22520613:ela:4203:22520970,22542628:ela:4203:22560982,22556378:ela:4203:22561802,23946469:ela:4203:24168505,23947595:ela:4203:24056826,23948806:ela:4203:24060632,23949371:ela:4203:24064563,23949568:ela:4203:2406619'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013426508707113226, 'nb_photo': 154, 'list_port_cont': '21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22015143,22023121,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22372347,22377487,22381060,22381679,22395219,22409542,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369,23947052,23949132,23950970,23951618,23952081,23953452,23955071,23956356,23956553,23958210,23959516,23963916,23964429,23969964,23973156,23973650,23974785,23977249,23977673,23977962,23979473,23980440,23981281,23982273,23982670,23983289,24463700,24470460,24471808,24481065', 'assoc_port': '21963398:21963561,21963881:21964263,21967184:21971465,21969982:21970466,21976863:21996821,21976900:22023121,21978910:22003897,21978941:22005421,21980101:22006363,21980112:22007553,21985550:21986344,22014823:22032672,22014834:22032449,22014884:22015143,22031176:22031487,22035143:22035917,22040130:22040498,22045046:22045609,22049753:22050430,22065345:22068690,22066732:22067375,22066735:22066956,22071990:22072656,22078669:22079678,22078671:22079044,22078673:22078965,22091320:22091735,22096623:22096857,22123320:22123728,22125807:22126022,22129556:22131809,22132583:22133253,22132585:22133050,22132589:22132865,22150592:22151603,22150596:22151137,22154700:22155155,22174850:22175238,22177106:22180982,22177110:22181061,22180100:22180580,22183558:22183828,22194162:22194543,22221009:22222799,22290547:22292887,22291935:22293794,22291937:22293180,22291942:22293103,22299408:22300214,22305207:22307030,22372032:22372347,22376584:22377487,22380802:22381060,22381324:22381679,22394736:22395219,22409349:22409542,22451723:2245221', 'assoc_mat': '21963398:ela:4207:21963561,21963881:ela:4207:21964263,21967184:ela:4207:21971465,21969982:ela:4207:21970466,21976863:ela:4207:21996821,21976900:ela:4207:22023121,21978910:ela:4207:22003897,21978941:ela:4207:22005421,21980101:ela:4207:22006363,21980112:ela:4207:22007553,21985550:ela:4207:21986344,22014823:ela:4207:22032672,22014834:ela:4207:22032449,22014884:ela:4207:22015143,22031176:ela:4207:22031487,22035143:ela:4207:22035917,22040130:ela:4207:22040498,22045046:ela:4207:22045609,22049753:ela:4207:22050430,22065345:ela:4207:22068690,22066732:ela:4207:22067375,22066735:ela:4207:22066956,22071990:ela:4207:22072656,22078669:ela:4207:22079678,22078671:ela:4207:22079044,22078673:ela:4207:22078965,22091320:ela:4207:22091735,22096623:ela:4207:22096857,22123320:ela:4207:22123728,22125807:ela:4207:22126022,22129556:ela:4207:22131809,22132583:ela:4207:22133253,22132585:ela:4207:22133050,22132589:ela:4207:22132865,22150592:ela:4207:22151603,22150596:ela:4207:22151137,22154700:ela:4207:22155155,22174850:ela:4207:2217523'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006063058211472956, 'nb_photo': 13, 'list_port_cont': '21968389,22149461,22292784,22445233,22473912,22556916,22561962,23952701,23953293,23956328,24464611', 'assoc_port': '21967190:21968389,22148777:22149461,22291934:22292784,22444779:22445233,22469833:22473912,22556379:22556916,22561375:22561962,23947805:23956328,23951069:23953293,23951305:23952701,24463468:24464611', 'assoc_mat': '21967190:ela:4461:21968389,22148777:ela:4461:22149461,22291934:ela:4461:22292784,22444779:ela:4461:22445233,22469833:ela:4461:22473912,22556379:ela:4461:22556916,22561375:ela:4461:22561962,23947805:ela:4461:23956328,23951069:ela:4461:23953293,23951305:ela:4461:23952701,24463468:ela:4461:24464611'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001165785547452938, 'nb_photo': 124, 'list_port_cont': '21969521,21970689,21971857,22004224,22007573,22027599,22041936,22042210,22042856,22051871,22052660,22053981,22054058,22055114,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22241929,22242691,22294373,22299452,22347442,22347719,22350370,22378616,22379411,22381727,22395769,22432526,22441956,22447465,22448395,22458274,22465990,22488474,22493794,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687,24044977,24045964,24056394,24058247,24058450,24058491,24058883,24061123,24063948,24064919,24065834,24066461,24075011,24075819,24078556,24078895,24079123,24079255,24173503,24175480,24179974,24454479,24454796,24455062,24485224,24490192,24490790,24490812', 'assoc_port': '21967129:21969521,21967139:21970689,21967186:21971857,21978911:22004224,21978931:22027599,21980110:22007573,21984246:22052660,22014838:22041936,22014839:22042210,22014876:22042856,22035137:22054058,22040123:22053981,22051363:22051871,22054528:22055114,22093114:22118756,22132587:22138556,22137423:22147410,22144310:22153026,22154710:22158877,22185028:22241929,22191278:22193155,22200699:22242691,22204331:22204885,22210211:22241163,22211636:22239598,22222639:22229875,22291938:22294373,22295406:22299452,22331498:22350370,22339071:22347719,22346893:22347442,22372030:22378616,22378317:22379411,22381319:22381727,22393281:22395769,22431117:22432526,22433051:22448395,22439288:22441956,22443964:22447465,22444781:22458274,22462252:22465990,22488171:22488474,22489072:22493794,22497686:22497803,22502414:22506104,22502416:22506969,22513056:22516906,22517562:22524874,22542654:22543792,22544863:22544931,22554337:22556701,22561372:22563687,23946587:24044977,23946638:24173503,23946781:24045964,23947262:24175480,23947584:2405639', 'assoc_mat': '21967129:ela:4200:21969521,21967139:ela:4200:21970689,21967186:ela:4200:21971857,21978911:ela:4200:22004224,21978931:ela:4200:22027599,21980110:ela:4200:22007573,21984246:ela:4200:22052660,22014838:ela:4200:22041936,22014839:ela:4200:22042210,22014876:ela:4200:22042856,22035137:ela:4200:22054058,22040123:ela:4200:22053981,22051363:ela:4200:22051871,22054528:ela:4200:22055114,22093114:ela:4200:22118756,22132587:ela:4200:22138556,22137423:ela:4200:22147410,22144310:ela:4200:22153026,22154710:ela:4200:22158877,22185028:ela:4200:22241929,22191278:ela:4200:22193155,22200699:ela:4200:22242691,22204331:ela:4200:22204885,22210211:ela:4200:22241163,22211636:ela:4200:22239598,22222639:ela:4200:22229875,22291938:ela:4200:22294373,22295406:ela:4200:22299452,22331498:ela:4200:22350370,22339071:ela:4200:22347719,22346893:ela:4200:22347442,22372030:ela:4200:22378616,22378317:ela:4200:22379411,22381319:ela:4200:22381727,22393281:ela:4200:22395769,22431117:ela:4200:22432526,22433051:ela:4200:22448395,22439288:ela:4200:2244195'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004467600508558358, 'nb_photo': 810, 'list_port_cont': '21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22014144,22015359,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22024216,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22187429,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22346652,22357151,22372772,22377470,22379986,22385066,22388472,22390968,22391023,22403221,22430345,22433172,22448537,22450575,22453427,22453630,22456021,22457562,22457897,22458911,22458937,22459722,22460469,22462791,22463857,22463959,22467290,22470471,22470579,22470940,22471867,22490669,2249828', 'assoc_port': '21967114:21968055,21967142:21973970,21967197:21974245,21969983:21970532,21975316:21976199,21975317:21976106,21976822:21979267,21976869:21978694,21976897:21978278,21980117:21981107,21980144:21980929,21984242:21985004,21986987:21987534,22013394:22014144,22014831:22017224,22014842:22016675,22014846:22016178,22014877:22015926,22014879:22016097,22014886:22015973,22014892:22015915,22014899:22015989,22014904:22015359,22014906:22015667,22018590:24455553,22023871:22024216,22029099:22029604,22029101:22029299,22032529:22033205,22035141:22035781,22040133:22040476,22045045:22045563,22046565:22047091,22049747:22050454,22049749:22051852,22049758:22050005,22051357:22052112,22051362:22051692,22054542:22055315,22065344:22066226,22066733:22067261,22075838:22076310,22076545:22076799,22086022:22086683,22088049:22088578,22093116:22093918,22093117:22093809,22096624:22097132,22101542:22102795,22123324:22123768,22129563:22130057,22133911:22134202,22137426:22137987,22138707:22139245,22138713:22139422,22141216:22141682,22144306:2214472', 'assoc_mat': '21967114:ela:4209:21968055,21967142:ela:4209:21973970,21967197:ela:4209:21974245,21969983:ela:4209:21970532,21975316:ela:4209:21976199,21975317:ela:4209:21976106,21976822:ela:4209:21979267,21976869:ela:4209:21978694,21976897:ela:4209:21978278,21980117:ela:4209:21981107,21980144:ela:4209:21980929,21984242:ela:4209:21985004,21986987:ela:4209:21987534,22013394:ela:4209:22014144,22014831:ela:4209:22017224,22014842:ela:4209:22016675,22014846:ela:4209:22016178,22014877:ela:4209:22015926,22014879:ela:4209:22016097,22014886:ela:4209:22015973,22014892:ela:4209:22015915,22014899:ela:4209:22015989,22014904:ela:4209:22015359,22014906:ela:4209:22015667,22018590:ela:4209:24455553,22023871:ela:4209:22024216,22029099:ela:4209:22029604,22029101:ela:4209:22029299,22032529:ela:4209:22033205,22035141:ela:4209:22035781,22040133:ela:4209:22040476,22045045:ela:4209:22045563,22046565:ela:4209:22047091,22049747:ela:4209:22050454,22049749:ela:4209:22051852,22049758:ela:4209:22050005,22051357:ela:4209:22052112,22051362:ela:4209:2205169'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011242990046036515, 'nb_photo': 2608, 'list_port_cont': '21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22014714,22015463,22017319,22020092,22025928,22025965,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22029557,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22185619,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22345488,22352906,22353635,22355855,22371438,22375833,22377492,22378511,22378605,22379551,22379997,22381574,22381584,22385083,2238755', 'assoc_port': '21962514:21963405,21963397:21963584,21963883:21964277,21967132:21970581,21967181:21971863,21967195:21971919,21969979:22020092,21975312:21989544,21975320:21990255,21976850:21997445,21978908:22004070,21978934:22005514,21980103:22007315,21980107:22007772,21980142:22008815,21985545:22014714,21985548:22015463,21986988:22017319,22014825:22026738,22014833:22026675,22014843:22026588,22014874:22026578,22014880:22026457,22014893:22026313,22014896:22026237,22014901:22026179,22024784:22025928,22024789:22025965,22029102:22029557,22031175:22031965,22031177:22031868,22032532:22033369,22038504:22039416,22040126:22040703,22040132:22040609,22042107:22051605,22046566:22050715,22049745:22056381,22049754:22050597,22051354:22052119,22051356:22052023,22054525:22057167,22062853:22063572,22065346:22068751,22066734:22067302,22068648:22069200,22071991:22072727,22073536:22074048,22079487:22080498,22079488:22083636,22079491:22092192,22086017:22094248,22086036:22090616,22091316:22091665,22091318:22091959,22101546:22105439,22121999:2212225', 'assoc_mat': '21962514:ela:4211:21963405,21963397:ela:4211:21963584,21963883:ela:4211:21964277,21967132:ela:4211:21970581,21967181:ela:4211:21971863,21967195:ela:4211:21971919,21969979:ela:4211:22020092,21975312:ela:4211:21989544,21975320:ela:4211:21990255,21976850:ela:4211:21997445,21978908:ela:4211:22004070,21978934:ela:4211:22005514,21980103:ela:4211:22007315,21980107:ela:4211:22007772,21980142:ela:4211:22008815,21985545:ela:4211:22014714,21985548:ela:4211:22015463,21986988:ela:4211:22017319,22014825:ela:4211:22026738,22014833:ela:4211:22026675,22014843:ela:4211:22026588,22014874:ela:4211:22026578,22014880:ela:4211:22026457,22014893:ela:4211:22026313,22014896:ela:4211:22026237,22014901:ela:4211:22026179,22024784:ela:4211:22025928,22024789:ela:4211:22025965,22029102:ela:4211:22029557,22031175:ela:4211:22031965,22031177:ela:4211:22031868,22032532:ela:4211:22033369,22038504:ela:4211:22039416,22040126:ela:4211:22040703,22040132:ela:4211:22040609,22042107:ela:4211:22051605,22046566:ela:4211:22050715,22049745:ela:4211:2205638'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017919972317916833, 'nb_photo': 98, 'list_port_cont': '21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795,24056830,24060639,24064561,24066201,24076159,24079355,24168507,24490747', 'assoc_port': '21967117:21969307,21978894:22003522,22011455:22012111,22014888:22064880,22023070:22055538,22035144:22054233,22046564:22053788,22062855:22063563,22096625:22097220,22129557:22146615,22141215:22155002,22154698:22164093,22191270:22244163,22210214:22241085,22291941:22295039,22305215:22309863,22314649:22315607,22340395:22348631,22398077:22399481,22429992:22430534,22443967:22451173,22449976:22450061,22466648:22471541,22504012:22510432,22520613:22520983,22542628:22560990,22556378:22561795,23946469:24168507,23947595:24056830,23948806:24060639,23949371:24064561,23949568:24066201,23951346:24076159,23953532:24079355,24463396:24490747', 'assoc_mat': '21967117:etiquette:4203:21969307,21978894:etiquette:4203:22003522,22011455:etiquette:4203:22012111,22014888:etiquette:4203:22064880,22023070:etiquette:4203:22055538,22035144:etiquette:4203:22054233,22046564:etiquette:4203:22053788,22062855:etiquette:4203:22063563,22096625:etiquette:4203:22097220,22129557:etiquette:4203:22146615,22141215:etiquette:4203:22155002,22154698:etiquette:4203:22164093,22191270:etiquette:4203:22244163,22210214:etiquette:4203:22241085,22291941:etiquette:4203:22295039,22305215:etiquette:4203:22309863,22314649:etiquette:4203:22315607,22340395:etiquette:4203:22348631,22398077:etiquette:4203:22399481,22429992:etiquette:4203:22430534,22443967:etiquette:4203:22451173,22449976:etiquette:4203:22450061,22466648:etiquette:4203:22471541,22504012:etiquette:4203:22510432,22520613:etiquette:4203:22520983,22542628:etiquette:4203:22560990,22556378:etiquette:4203:22561795,23946469:etiquette:4203:24168507,23947595:etiquette:4203:24056830,23948806:etiquette:4203:24060639,23949371:etiquette:4203:24064561,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00014799009732477836, 'nb_photo': 21, 'list_port_cont': '22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22479981,22491643,22497145,22538055,22548546,23958212,23964420,23977665,23980451,24481056', 'assoc_port': '21978910:22003902,21980101:22006369,22014834:22032459,22042105:22042601,22054524:22055094,22150596:22151140,22200705:22201664,22222655:22228062,22307237:22308164,22479654:22479981,22491289:22491643,22496797:22497145,22537667:22538055,22547214:22548546,23946702:23980451,23947409:23977665,23949116:23964420,23951103:23958212,24463500:24481056', 'assoc_mat': '21978910:etiquette:4207:22003902,21980101:etiquette:4207:22006369,22014834:etiquette:4207:22032459,22042105:etiquette:4207:22042601,22054524:etiquette:4207:22055094,22150596:etiquette:4207:22151140,22200705:etiquette:4207:22201664,22222655:etiquette:4207:22228062,22307237:etiquette:4207:22308164,22479654:etiquette:4207:22479981,22491289:etiquette:4207:22491643,22496797:etiquette:4207:22497145,22537667:etiquette:4207:22538055,22547214:etiquette:4207:22548546,23946702:etiquette:4207:23980451,23947409:etiquette:4207:23977665,23949116:etiquette:4207:23964420,23951103:etiquette:4207:23958212,24463500:etiquette:4207:24481056'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 1.6772930506564936e-05, 'nb_photo': 1, 'list_port_cont': '22538097', 'assoc_port': '22537668:22538097', 'assoc_mat': '22537668:etiquette:4461:22538097'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015512682191465412, 'nb_photo': 19, 'list_port_cont': '21996015,22023380,22040888,22045452,22052669,22055109,22123753,22381107,22411846,22474352,22544943,22570738,24175495,24490350', 'assoc_port': '21975315:22023380,21976823:21996015,21984246:22052669,22014827:22040888,22014903:22045452,22054528:22055109,22123322:22123753,22380800:22381107,22393283:22411846,22469830:22474352,22544863:22544943,22566350:22570738,23947262:24175495,24463376:24490350', 'assoc_mat': '21975315:etiquette:4200:22023380,21976823:etiquette:4200:21996015,21984246:etiquette:4200:22052669,22014827:etiquette:4200:22040888,22014903:etiquette:4200:22045452,22054528:etiquette:4200:22055109,22123322:etiquette:4200:22123753,22380800:etiquette:4200:22381107,22393283:etiquette:4200:22411846,22469830:etiquette:4200:22474352,22544863:etiquette:4200:22544943,22566350:etiquette:4200:22570738,23947262:etiquette:4200:24175495,24463376:etiquette:4200:24490350'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008386211780156041, 'nb_photo': 135, 'list_port_cont': '21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22357153,22385072,22390953,22391019,22403211,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099,23935896,23935927,23947991,23950767,23951166,23951263,23952907,23954084,23956185,24454638,24455290,24455455,24455819,24456373,24464465,24475890,24476875,24478124,24478866,24479109,24479211,24480088,24480164,24480704,24480772,24481503,24481762,24481859,24482568,24482628,24490295', 'assoc_port': '21969983:21970541,21976822:21979262,21980117:21981112,21986987:21987540,22013394:22014146,22014846:22016179,22014892:22015922,22014899:22016004,22014906:22015673,22029099:22029594,22029101:22029288,22032529:22033203,22040133:22040478,22046565:22047092,22051362:22051689,22065344:22066231,22076545:22076804,22096624:22097145,22101542:22102792,22129563:22130067,22133911:22134206,22138713:22139420,22148776:22149422,22157944:22158721,22180099:22180782,22183560:22184236,22206473:22207244,22210210:22211139,22221022:22221838,22290545:22291341,22299411:22300026,22305208:22305854,22305212:22305685,22307235:22307672,22309701:22310219,22312351:22312754,22316766:22317524,22353972:22357153,22384433:22385072,22390605:22390953,22390606:22391019,22402440:22403211,22444777:22448539,22448524:24475890,22450304:22450582,22453057:22453629,22459991:22460470,22463411:22463965,22471234:22471868,22489568:22498281,22497683:22498734,22498539:22498743,22513060:22517414,22517539:22518605,22531798:22532212,22536498:22536878,22542627:2254328', 'assoc_mat': '21969983:etiquette:4209:21970541,21976822:etiquette:4209:21979262,21980117:etiquette:4209:21981112,21986987:etiquette:4209:21987540,22013394:etiquette:4209:22014146,22014846:etiquette:4209:22016179,22014892:etiquette:4209:22015922,22014899:etiquette:4209:22016004,22014906:etiquette:4209:22015673,22029099:etiquette:4209:22029594,22029101:etiquette:4209:22029288,22032529:etiquette:4209:22033203,22040133:etiquette:4209:22040478,22046565:etiquette:4209:22047092,22051362:etiquette:4209:22051689,22065344:etiquette:4209:22066231,22076545:etiquette:4209:22076804,22096624:etiquette:4209:22097145,22101542:etiquette:4209:22102792,22129563:etiquette:4209:22130067,22133911:etiquette:4209:22134206,22138713:etiquette:4209:22139420,22148776:etiquette:4209:22149422,22157944:etiquette:4209:22158721,22180099:etiquette:4209:22180782,22183560:etiquette:4209:22184236,22206473:etiquette:4209:22207244,22210210:etiquette:4209:22211139,22221022:etiquette:4209:22221838,22290545:etiquette:4209:22291341,22299411:etiquette:4209:22300026,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.0296738084605805e-05, 'nb_photo': 176, 'list_port_cont': '21963413,21964272,21971864,21997451,22004073,22007322,22007778,22025922,22026238,22026462,22026590,22029552,22031956,22040614,22040696,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22185628,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352901,22355856,22378514,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22425567,22430376,22432889,22437376,22439801,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22490661,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968,23951751,23952570,23961234,23964612,23966567,24055526,24063481,24078326,24115021,24176835,24454910,24489905', 'assoc_port': '21962514:21963413,21963883:21964272,21967181:21971864,21976850:21997451,21978908:22004073,21980103:22007322,21980107:22007778,22014843:22026590,22014880:22026462,22014896:22026238,22024784:22025922,22029102:22029552,22031175:22031956,22040126:22040696,22040132:22040614,22062853:22063584,22065346:22068767,22071991:22072733,22073536:22074045,22079487:22080509,22126967:22127607,22141217:22141697,22144305:22144841,22150594:22151417,22154691:22155285,22157945:22158586,22185065:22185628,22189217:22189957,22195199:22195671,22195205:22195682,22210185:22210757,22222660:22222977,22226567:22229864,22290548:22291483,22298063:22298633,22301993:22302347,22304108:22306937,22307889:22308367,22309702:22309994,22318030:22318837,22336329:22337038,22340396:22341210,22345136:22345489,22352274:22352901,22355023:22355856,22378312:22378514,22379663:22379995,22381321:22381600,22381322:22381571,22386993:22387543,22388013:22388643,22393282:22394232,22394740:22395430,22420197:22420789,22424907:22425567,22429989:22430376,22432671:2243288', 'assoc_mat': '21962514:etiquette:4211:21963413,21963883:etiquette:4211:21964272,21967181:etiquette:4211:21971864,21976850:etiquette:4211:21997451,21978908:etiquette:4211:22004073,21980103:etiquette:4211:22007322,21980107:etiquette:4211:22007778,22014843:etiquette:4211:22026590,22014880:etiquette:4211:22026462,22014896:etiquette:4211:22026238,22024784:etiquette:4211:22025922,22029102:etiquette:4211:22029552,22031175:etiquette:4211:22031956,22040126:etiquette:4211:22040696,22040132:etiquette:4211:22040614,22062853:etiquette:4211:22063584,22065346:etiquette:4211:22068767,22071991:etiquette:4211:22072733,22073536:etiquette:4211:22074045,22079487:etiquette:4211:22080509,22126967:etiquette:4211:22127607,22141217:etiquette:4211:22141697,22144305:etiquette:4211:22144841,22150594:etiquette:4211:22151417,22154691:etiquette:4211:22155285,22157945:etiquette:4211:22158586,22185065:etiquette:4211:22185628,22189217:etiquette:4211:22189957,22195199:etiquette:4211:22195671,22195205:etiquette:4211:22195682,22210185:etiquette:4211:22210757,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0013085357714266602, 'nb_photo': 10, 'list_port_cont': '22042742,22138737,22147612,22306121,22354655,22441913,22480595,24068006,24075346,24079797', 'assoc_port': '22014828:22042742,22137424:22138737,22144307:22147612,22305205:22306121,22353971:22354655,22440774:22441913,22469827:22480595,23949705:24068006,23950954:24075346,23953469:24079797', 'assoc_mat': '22014828:etiquette:3327:22042742,22137424:etiquette:3327:22138737,22144307:etiquette:3327:22147612,22305205:etiquette:3327:22306121,22353971:etiquette:3327:22354655,22440774:etiquette:3327:22441913,22469827:etiquette:3327:22480595,23949705:etiquette:3327:24068006,23950954:etiquette:3327:24075346,23953469:etiquette:3327:24079797'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014379694061397158, 'nb_photo': 420, 'list_port_cont': '21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560,23977223,24055211,24056841,24059336,24064707,24074205,24074581,24078640', 'assoc_port': '21963879:21964190,21967136:21969957,21978909:22026354,21984244:22052391,22014829:22041320,22014907:22046204,22019910:22053709,22038501:22054012,22049748:22051226,22051358:22051709,22062848:22076366,22076546:22076785,22101547:22108074,22131718:22153075,22142360:22149156,22154699:22158485,22174835:22180502,22191273:22244103,22210213:22241233,22211643:22237964,22290550:22292967,22305213:22309525,22314653:22314883,22318028:22318634,22344383:22345055,22355024:22361616,22379401:22379483,22384434:22385696,22390602:22396156,22420201:22422328,22432676:22433697,22444780:22449941,22451710:22454612,22469828:22473512,22479660:22480035,22486523:22487812,22497684:22511774,22509474:22512736,22513057:22516916,22536499:22536638,22550650:22553560,23934801:23977223,23947388:24055211,23947712:24056841,23948736:24059336,23949473:24064707,23950958:24074205,23951071:24074581,23953445:24078640', 'assoc_mat': '21963879:film_plastique:4205:21964190,21967136:film_plastique:4205:21969957,21978909:film_plastique:4205:22026354,21984244:film_plastique:4205:22052391,22014829:film_plastique:4205:22041320,22014907:film_plastique:4205:22046204,22019910:film_plastique:4205:22053709,22038501:film_plastique:4205:22054012,22049748:film_plastique:4205:22051226,22051358:film_plastique:4205:22051709,22062848:film_plastique:4205:22076366,22076546:film_plastique:4205:22076785,22101547:film_plastique:4205:22108074,22131718:film_plastique:4205:22153075,22142360:film_plastique:4205:22149156,22154699:film_plastique:4205:22158485,22174835:film_plastique:4205:22180502,22191273:film_plastique:4205:22244103,22210213:film_plastique:4205:22241233,22211643:film_plastique:4205:22237964,22290550:film_plastique:4205:22292967,22305213:film_plastique:4205:22309525,22314653:film_plastique:4205:22314883,22318028:film_plastique:4205:22318634,22344383:film_plastique:4205:22345055,22355024:film_plastique:4205:22361616,22379401:film_plastique:4205:2237948'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002766416781866128, 'nb_photo': 475, 'list_port_cont': '21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805,24056838,24060647,24064541,24066196,24076145,24079354,24168494,24490741', 'assoc_port': '21967117:21969310,21978894:22003523,21978946:22005708,22011455:22012121,22014824:22040912,22014888:22064881,22023070:22055549,22035144:22054229,22046564:22053780,22062855:22063551,22076548:22076852,22096625:22097214,22129557:22146614,22141215:22154996,22154698:22164097,22191270:22244154,22210214:22241082,22291941:22295033,22305215:22309852,22314649:22315614,22340395:22348635,22376586:22379358,22386992:22397928,22398077:22399476,22429992:22430535,22443967:22451174,22449976:22450060,22466648:22471537,22494447:22505133,22504012:22510440,22520613:22520978,22542628:22560985,22556378:22561805,23946469:24168494,23947595:24056838,23948806:24060647,23949371:24064541,23949568:24066196,23951346:24076145,23953532:24079354,24463396:24490741', 'assoc_mat': '21967117:film_plastique:4203:21969310,21978894:film_plastique:4203:22003523,21978946:film_plastique:4203:22005708,22011455:film_plastique:4203:22012121,22014824:film_plastique:4203:22040912,22014888:film_plastique:4203:22064881,22023070:film_plastique:4203:22055549,22035144:film_plastique:4203:22054229,22046564:film_plastique:4203:22053780,22062855:film_plastique:4203:22063551,22076548:film_plastique:4203:22076852,22096625:film_plastique:4203:22097214,22129557:film_plastique:4203:22146614,22141215:film_plastique:4203:22154996,22154698:film_plastique:4203:22164097,22191270:film_plastique:4203:22244154,22210214:film_plastique:4203:22241082,22291941:film_plastique:4203:22295033,22305215:film_plastique:4203:22309852,22314649:film_plastique:4203:22315614,22340395:film_plastique:4203:22348635,22376586:film_plastique:4203:22379358,22386992:film_plastique:4203:22397928,22398077:film_plastique:4203:22399476,22429992:film_plastique:4203:22430535,22443967:film_plastique:4203:22451174,22449976:film_plastique:4203:2245006'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031261432225194877, 'nb_photo': 1206, 'list_port_cont': '21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22015145,22016814,22023127,22025821,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,22317206,22372353,22373595,22377485,22378741,22379448,22379458,22379507,22381068,22381694,22387289,2238849', 'assoc_port': '21963398:21963552,21963881:21964264,21963884:21964098,21963885:21963971,21967145:21970762,21967184:21971466,21967193:21971804,21969982:21970463,21976863:21996811,21976864:21997189,21976868:21997863,21976883:22025821,21976900:22023127,21978888:22003050,21978910:22003890,21978941:22005413,21978949:22005583,21978951:22005608,21980101:22006364,21980112:22007558,21980147:21983039,21985550:21986345,21986991:22016814,22014823:22032669,22014830:22032765,22014834:22032446,22014836:22032218,22014871:22032058,22014884:22015145,22031176:22031495,22032527:22033141,22035140:22036729,22035142:22036280,22035143:22035913,22040130:22040497,22042105:22042589,22049746:22050888,22049750:22050367,22049753:22050422,22049757:22050151,22051353:22051576,22054524:22055091,22056821:22057097,22065345:22068695,22066732:22067376,22066735:22066955,22071990:22072666,22073533:22073876,22075837:22076185,22078669:22079673,22078673:22078976,22086018:22088033,22088046:22090726,22091320:22091746,22096623:22096847,22096628:22097129,22101544:2210362', 'assoc_mat': '21963398:film_plastique:4207:21963552,21963881:film_plastique:4207:21964264,21963884:film_plastique:4207:21964098,21963885:film_plastique:4207:21963971,21967145:film_plastique:4207:21970762,21967184:film_plastique:4207:21971466,21967193:film_plastique:4207:21971804,21969982:film_plastique:4207:21970463,21976863:film_plastique:4207:21996811,21976864:film_plastique:4207:21997189,21976868:film_plastique:4207:21997863,21976883:film_plastique:4207:22025821,21976900:film_plastique:4207:22023127,21978888:film_plastique:4207:22003050,21978910:film_plastique:4207:22003890,21978941:film_plastique:4207:22005413,21978949:film_plastique:4207:22005583,21978951:film_plastique:4207:22005608,21980101:film_plastique:4207:22006364,21980112:film_plastique:4207:22007558,21980147:film_plastique:4207:21983039,21985550:film_plastique:4207:21986345,21986991:film_plastique:4207:22016814,22014823:film_plastique:4207:22032669,22014830:film_plastique:4207:22032765,22014834:film_plastique:4207:22032446,22014836:film_plastique:4207:2203221'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7641233877332995, 'nb_photo': 4948, 'list_port_cont': '21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22024168,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22340933,22344795,22347261,22376498,22377542,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22433263,22438561,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,22477620,22487221,22490511,22494839,22497215,22497817,22498669,22499133,22510305,22516737,22518483,22523115,22536180,2253691', 'assoc_port': '21962511:21962853,21963880:21964228,21964371:21964552,21967121:21968803,21967190:21968388,21975318:21975966,21976867:21977457,21978936:21979353,21980104:21981595,21980135:21980644,21980140:21981034,21985538:21986122,21986986:21987692,21996829:21997459,21996831:21997255,22014826:22016505,22014832:22015497,22014873:22015870,22014882:22015774,22014894:22015739,22014900:22015608,22014908:22015512,22023899:22024168,22029100:22029485,22031178:22031844,22035145:22036040,22040127:22040509,22042106:22042485,22045048:22045780,22046567:22051015,22049756:22051988,22051361:22057342,22054526:22055228,22065347:22073901,22068647:22069276,22073535:22073964,22075834:22076338,22076547:22076813,22079489:22080203,22086063:22094630,22088044:22088872,22093119:22093826,22098020:22108867,22122000:22122303,22126964:22127543,22129559:22130117,22132586:22132916,22138711:22147294,22142357:22143052,22144309:22144638,22148777:22149468,22153227:22153704,22164922:22165137,22177109:22178191,22180103:22180727,22183556:22184419,22191271:2219220', 'assoc_mat': '21962511:film_plastique:4461:21962853,21963880:film_plastique:4461:21964228,21964371:film_plastique:4461:21964552,21967121:film_plastique:4461:21968803,21967190:film_plastique:4461:21968388,21975318:film_plastique:4461:21975966,21976867:film_plastique:4461:21977457,21978936:film_plastique:4461:21979353,21980104:film_plastique:4461:21981595,21980135:film_plastique:4461:21980644,21980140:film_plastique:4461:21981034,21985538:film_plastique:4461:21986122,21986986:film_plastique:4461:21987692,21996829:film_plastique:4461:21997459,21996831:film_plastique:4461:21997255,22014826:film_plastique:4461:22016505,22014832:film_plastique:4461:22015497,22014873:film_plastique:4461:22015870,22014882:film_plastique:4461:22015774,22014894:film_plastique:4461:22015739,22014900:film_plastique:4461:22015608,22014908:film_plastique:4461:22015512,22023899:film_plastique:4461:22024168,22029100:film_plastique:4461:22029485,22031178:film_plastique:4461:22031844,22035145:film_plastique:4461:22036040,22040127:film_plastique:4461:2204050'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01967923299693468, 'nb_photo': 4184, 'list_port_cont': '21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22013198,22023391,22023828,22026223,22027588,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051879,22052658,22053688,22053803,22053940,22053960,22053970,22054062,22055103,22056673,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22241931,22242142,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22346384,22346555,22347437,22347710,22350368,22358803,22378615,22378786,22378987,22379424,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,22405891,22411836,22422314,22430771,22432528,2243352', 'assoc_port': '21962513:21963741,21963400:21963513,21967129:21969530,21967139:21970688,21967186:21971858,21975315:22023391,21976823:21996018,21976866:22023828,21976902:22026223,21976906:21977059,21978911:22004231,21978931:22027588,21980100:22006326,21980110:22007569,21984246:22052658,21985540:22013198,21986993:21987229,22014797:22040656,22014827:22040887,22014838:22041937,22014839:22042202,22014876:22042858,22014878:22042934,22014891:22044157,22014898:22044588,22014902:22044883,22014903:22045468,22032524:22057718,22035137:22054062,22040123:22053970,22040136:22053960,22042108:22042530,22045047:22053940,22045049:22053803,22049751:22050961,22049755:22056673,22051355:22053688,22051363:22051879,22054528:22055103,22065348:22068773,22068649:22083188,22073532:22074428,22078670:22099676,22088043:22091138,22088051:22091012,22091315:22118598,22091317:22109934,22093114:22118746,22096627:22097339,22101552:22108168,22123322:22123739,22126966:22132967,22129562:22135495,22132587:22138549,22137423:22147415,22141214:22162556,22142356:2214848', 'assoc_mat': '21962513:film_plastique:4200:21963741,21963400:film_plastique:4200:21963513,21967129:film_plastique:4200:21969530,21967139:film_plastique:4200:21970688,21967186:film_plastique:4200:21971858,21975315:film_plastique:4200:22023391,21976823:film_plastique:4200:21996018,21976866:film_plastique:4200:22023828,21976902:film_plastique:4200:22026223,21976906:film_plastique:4200:21977059,21978911:film_plastique:4200:22004231,21978931:film_plastique:4200:22027588,21980100:film_plastique:4200:22006326,21980110:film_plastique:4200:22007569,21984246:film_plastique:4200:22052658,21985540:film_plastique:4200:22013198,21986993:film_plastique:4200:21987229,22014797:film_plastique:4200:22040656,22014827:film_plastique:4200:22040887,22014838:film_plastique:4200:22041937,22014839:film_plastique:4200:22042202,22014876:film_plastique:4200:22042858,22014878:film_plastique:4200:22042934,22014891:film_plastique:4200:22044157,22014898:film_plastique:4200:22044588,22014902:film_plastique:4200:22044883,22014903:film_plastique:4200:2204546'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01253994539100845, 'nb_photo': 834, 'list_port_cont': '21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22014150,22015349,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22024222,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22187427,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22336924,22346654,22357146,22377464,22379984,22385064,22388487,22390966,22403209,22430338,22433166,22448534,22450571,22453420,22456026,22457570,22457901,22458914,22458927,22459716,22460460,22462792,22463861,22463963,22467295,22470480,22470574,2247093', 'assoc_port': '21963882:21964209,21967114:21968045,21969983:21970542,21975316:21976200,21975317:21976111,21976822:21979258,21976869:21978705,21976897:21978285,21976904:21977095,21980117:21981114,21980144:21980935,21984242:21985002,21986987:21987530,22013394:22014150,22014831:22017234,22014846:22016177,22014877:22015933,22014879:22016096,22014886:22015964,22014892:22015917,22014899:22015992,22014904:22015349,22014906:22015669,22018590:24455551,22023871:22024222,22029099:22029602,22029101:22029291,22032529:22033172,22035141:22035774,22038503:22050301,22040133:22040483,22045045:22045571,22046565:22047090,22049747:22050457,22049749:22051850,22049758:22050003,22051357:22052105,22051362:22051703,22054542:22055309,22056819:22057104,22065344:22066236,22066733:22067264,22075838:22076305,22076545:22076800,22086022:22086676,22088049:22088571,22093116:22093914,22093117:22093811,22096624:22097133,22101542:22102783,22123324:22123769,22129563:22130070,22133911:22134201,22137426:22137995,22138707:22139243,22138713:22139415,22141216:2214167', 'assoc_mat': '21963882:film_plastique:4209:21964209,21967114:film_plastique:4209:21968045,21969983:film_plastique:4209:21970542,21975316:film_plastique:4209:21976200,21975317:film_plastique:4209:21976111,21976822:film_plastique:4209:21979258,21976869:film_plastique:4209:21978705,21976897:film_plastique:4209:21978285,21976904:film_plastique:4209:21977095,21980117:film_plastique:4209:21981114,21980144:film_plastique:4209:21980935,21984242:film_plastique:4209:21985002,21986987:film_plastique:4209:21987530,22013394:film_plastique:4209:22014150,22014831:film_plastique:4209:22017234,22014846:film_plastique:4209:22016177,22014877:film_plastique:4209:22015933,22014879:film_plastique:4209:22016096,22014886:film_plastique:4209:22015964,22014892:film_plastique:4209:22015917,22014899:film_plastique:4209:22015992,22014904:film_plastique:4209:22015349,22014906:film_plastique:4209:22015669,22018590:film_plastique:4209:24455551,22023871:film_plastique:4209:22024222,22029099:film_plastique:4209:22029602,22029101:film_plastique:4209:2202929'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0032941827353012913, 'nb_photo': 9756, 'list_port_cont': '21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22014722,22015453,22017320,22020098,22025931,22025957,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22029554,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22185624,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22345497,22352904,22353626,22355857,22371432,22375845,22377495,22378510,22378608,22379556,22379990,22381580,22381599,22385090,2238755', 'assoc_port': '21962514:21963401,21963397:21963590,21963883:21964267,21967132:21970582,21967181:21971867,21967195:21971924,21969979:22020098,21975312:21989552,21975320:21990253,21976850:21997440,21978908:22004068,21978934:22005516,21980103:22007321,21980107:22007764,21980142:22008820,21985545:22014722,21985548:22015453,21986988:22017320,22014825:22026739,22014833:22026679,22014843:22026591,22014874:22026577,22014880:22026459,22014893:22026314,22014896:22026227,22014901:22026192,22024784:22025931,22024789:22025957,22029102:22029554,22031175:22031954,22031177:22031866,22032532:22033380,22038504:22039417,22040126:22040706,22040132:22040616,22042107:22051595,22046566:22050711,22049745:22056377,22049754:22050605,22051354:22052116,22051356:22052019,22054525:22057163,22062853:22063568,22065346:22068757,22066734:22067299,22068648:22069192,22071991:22072729,22073536:22074047,22079487:22080504,22079488:22083633,22079491:22092187,22086017:22094240,22086036:22090628,22091316:22091664,22091318:22091938,22101546:22105442,22121999:2212225', 'assoc_mat': '21962514:film_plastique:4211:21963401,21963397:film_plastique:4211:21963590,21963883:film_plastique:4211:21964267,21967132:film_plastique:4211:21970582,21967181:film_plastique:4211:21971867,21967195:film_plastique:4211:21971924,21969979:film_plastique:4211:22020098,21975312:film_plastique:4211:21989552,21975320:film_plastique:4211:21990253,21976850:film_plastique:4211:21997440,21978908:film_plastique:4211:22004068,21978934:film_plastique:4211:22005516,21980103:film_plastique:4211:22007321,21980107:film_plastique:4211:22007764,21980142:film_plastique:4211:22008820,21985545:film_plastique:4211:22014722,21985548:film_plastique:4211:22015453,21986988:film_plastique:4211:22017320,22014825:film_plastique:4211:22026739,22014833:film_plastique:4211:22026679,22014843:film_plastique:4211:22026591,22014874:film_plastique:4211:22026577,22014880:film_plastique:4211:22026459,22014893:film_plastique:4211:22026314,22014896:film_plastique:4211:22026227,22014901:film_plastique:4211:22026192,22024784:film_plastique:4211:2202593'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0024596348575114907, 'nb_photo': 1, 'list_port_cont': '22241239', 'assoc_port': '22210213:22241239', 'assoc_mat': '22210213:kraft:4205:22241239'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015938928795372087, 'nb_photo': 24, 'list_port_cont': '21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22460032,22490151,22513083,22556358,24058514,24076074,24490730', 'assoc_port': '21967188:21967681,21969981:21970628,21996833:21996960,22014872:22015342,22035138:22051421,22062850:22064649,22075836:22076268,22106152:22106680,22131721:22132408,22174852:22235725,22286479:22287114,22299407:22301628,22459597:22460032,22489069:22490151,22509477:22513083,22554338:22556358,23946672:24076074,23948629:24058514,24463262:24490730', 'assoc_mat': '21967188:kraft:3726:21967681,21969981:kraft:3726:21970628,21996833:kraft:3726:21996960,22014872:kraft:3726:22015342,22035138:kraft:3726:22051421,22062850:kraft:3726:22064649,22075836:kraft:3726:22076268,22106152:kraft:3726:22106680,22131721:kraft:3726:22132408,22174852:kraft:3726:22235725,22286479:kraft:3726:22287114,22299407:kraft:3726:22301628,22459597:kraft:3726:22460032,22489069:kraft:3726:22490151,22509477:kraft:3726:22513083,22554338:kraft:3726:22556358,23946672:kraft:3726:24076074,23948629:kraft:3726:24058514,24463262:kraft:3726:24490730'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9381317023990426, 'nb_photo': 56, 'list_port_cont': '22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550,24055200,24056845,24059340,24074572,24078649', 'assoc_port': '21978909:22026357,21984244:22052381,22014907:22046202,22019910:22053696,22038501:22054017,22049748:22051227,22051358:22051705,22062848:22076378,22131718:22153081,22142360:22149159,22154699:22158489,22191273:22244104,22210213:22241234,22290550:22292968,22305213:22309514,22314653:22314893,22318028:22318632,22344383:22345048,22379401:22379481,22432676:22433708,22444780:22449949,22479660:22480028,22497684:22511788,22513057:22516927,22536499:22536637,22550650:22553550,23947388:24055200,23947712:24056845,23948736:24059340,23951071:24074572,23953445:24078649', 'assoc_mat': '21978909:metal:4205:22026357,21984244:metal:4205:22052381,22014907:metal:4205:22046202,22019910:metal:4205:22053696,22038501:metal:4205:22054017,22049748:metal:4205:22051227,22051358:metal:4205:22051705,22062848:metal:4205:22076378,22131718:metal:4205:22153081,22142360:metal:4205:22149159,22154699:metal:4205:22158489,22191273:metal:4205:22244104,22210213:metal:4205:22241234,22290550:metal:4205:22292968,22305213:metal:4205:22309514,22314653:metal:4205:22314893,22318028:metal:4205:22318632,22344383:metal:4205:22345048,22379401:metal:4205:22379481,22432676:metal:4205:22433708,22444780:metal:4205:22449949,22479660:metal:4205:22480028,22497684:metal:4205:22511788,22513057:metal:4205:22516927,22536499:metal:4205:22536637,22550650:metal:4205:22553550,23947388:metal:4205:24055200,23947712:metal:4205:24056845,23948736:metal:4205:24059340,23951071:metal:4205:24074572,23953445:metal:4205:24078649'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003436458918000003, 'nb_photo': 503, 'list_port_cont': '21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804,24056829,24060637,24064554,24066198,24076149,24079365,24168496,24490744', 'assoc_port': '21967117:21969296,21978894:22003512,21978946:22005710,22011455:22012113,22014824:22040909,22014888:22064876,22023070:22055550,22035144:22054237,22046564:22053776,22062855:22063559,22076548:22076848,22096625:22097211,22129557:22146608,22141215:22154991,22154698:22164099,22191270:22244151,22210214:22241076,22291941:22295045,22305215:22309857,22314649:22315608,22340395:22348645,22376586:22379364,22386992:22397932,22398077:22399474,22429992:22430539,22443967:22451175,22449976:22450053,22459600:22460277,22466648:22471539,22494447:22505134,22504012:22510425,22520613:22520968,22542628:22560987,22556378:22561804,23946469:24168496,23947595:24056829,23948806:24060637,23949371:24064554,23949568:24066198,23951346:24076149,23953532:24079365,24463396:24490744', 'assoc_mat': '21967117:metal:4203:21969296,21978894:metal:4203:22003512,21978946:metal:4203:22005710,22011455:metal:4203:22012113,22014824:metal:4203:22040909,22014888:metal:4203:22064876,22023070:metal:4203:22055550,22035144:metal:4203:22054237,22046564:metal:4203:22053776,22062855:metal:4203:22063559,22076548:metal:4203:22076848,22096625:metal:4203:22097211,22129557:metal:4203:22146608,22141215:metal:4203:22154991,22154698:metal:4203:22164099,22191270:metal:4203:22244151,22210214:metal:4203:22241076,22291941:metal:4203:22295045,22305215:metal:4203:22309857,22314649:metal:4203:22315608,22340395:metal:4203:22348645,22376586:metal:4203:22379364,22386992:metal:4203:22397932,22398077:metal:4203:22399474,22429992:metal:4203:22430539,22443967:metal:4203:22451175,22449976:metal:4203:22450053,22459600:metal:4203:22460277,22466648:metal:4203:22471539,22494447:metal:4203:22505134,22504012:metal:4203:22510425,22520613:metal:4203:22520968,22542628:metal:4203:22560987,22556378:metal:4203:22561804,23946469:metal:4203:24168496,23947595:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005295479241490945, 'nb_photo': 293, 'list_port_cont': '21964253,21970473,21970763,21971464,21986349,21996822,22005428,22005577,22006365,22025817,22031496,22032211,22032663,22032773,22033153,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22450014,22450026,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,22543501,22548402,22548543,22551016,22559149,22561992,22563372,23949136,23949532,23950969,23951617,23952090,23952978,23953678,23955082,23955658,23956371,23956563,23957081,23958215,2395856', 'assoc_port': '21963881:21964253,21967145:21970763,21967184:21971464,21969982:21970473,21976863:21996822,21976883:22025817,21978941:22005428,21978949:22005577,21980101:22006365,21985550:21986349,22014823:22032663,22014830:22032773,22014836:22032211,22031176:22031496,22032527:22033153,22035142:22036283,22035143:22035920,22040130:22040500,22042105:22042598,22049746:22050889,22049750:22050369,22049753:22050425,22051353:22051579,22056821:22057086,22065345:22068681,22066732:22067366,22066735:22066954,22071990:22072654,22073533:22073877,22075837:22076190,22078669:22079675,22078673:22078973,22096628:22097125,22123320:22123730,22125807:22126018,22129556:22131798,22129560:22131888,22132583:22133260,22132585:22133042,22132589:22132854,22133908:22134220,22133909:22134236,22150592:22151595,22150596:22151143,22154700:22155156,22177106:22180987,22177112:22178915,22180100:22180584,22185030:22185859,22189228:22189453,22194158:22194915,22194162:22194534,22211648:22212809,22222655:22228070,22290547:22292896,22291937:22293175,22291942:2229310', 'assoc_mat': '21963881:metal:4207:21964253,21967145:metal:4207:21970763,21967184:metal:4207:21971464,21969982:metal:4207:21970473,21976863:metal:4207:21996822,21976883:metal:4207:22025817,21978941:metal:4207:22005428,21978949:metal:4207:22005577,21980101:metal:4207:22006365,21985550:metal:4207:21986349,22014823:metal:4207:22032663,22014830:metal:4207:22032773,22014836:metal:4207:22032211,22031176:metal:4207:22031496,22032527:metal:4207:22033153,22035142:metal:4207:22036283,22035143:metal:4207:22035920,22040130:metal:4207:22040500,22042105:metal:4207:22042598,22049746:metal:4207:22050889,22049750:metal:4207:22050369,22049753:metal:4207:22050425,22051353:metal:4207:22051579,22056821:metal:4207:22057086,22065345:metal:4207:22068681,22066732:metal:4207:22067366,22066735:metal:4207:22066954,22071990:metal:4207:22072654,22073533:metal:4207:22073877,22075837:metal:4207:22076190,22078669:metal:4207:22079675,22078673:metal:4207:22078973,22096628:metal:4207:22097125,22123320:metal:4207:22123730,22125807:metal:4207:22126018,22129556:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00483145581940344, 'nb_photo': 20, 'list_port_cont': '21968798,21975968,22015784,22076818,22122298,22212373,22245370,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087,23957312,24464250', 'assoc_port': '21967121:21968798,21975318:21975968,22014882:22015784,22076547:22076818,22122000:22122298,22211638:22212373,22245259:22245370,22380799:22381087,22444779:22445231,22463409:22467440,22494448:22494828,22496795:22497219,22498536:22498680,22517561:22518490,22533593:22536174,22537668:22538087,23949056:23957312,24463436:24464250', 'assoc_mat': '21967121:metal:4461:21968798,21975318:metal:4461:21975968,22014882:metal:4461:22015784,22076547:metal:4461:22076818,22122000:metal:4461:22122298,22211638:metal:4461:22212373,22245259:metal:4461:22245370,22380799:metal:4461:22381087,22444779:metal:4461:22445231,22463409:metal:4461:22467440,22494448:metal:4461:22494828,22496795:metal:4461:22497219,22498536:metal:4461:22498680,22517561:metal:4461:22518490,22533593:metal:4461:22536174,22537668:metal:4461:22538087,23949056:metal:4461:23957312,24463436:metal:4461:24464250'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1703267092527432, 'nb_photo': 1250, 'list_port_cont': '21963498,21970686,21996013,22007579,22040655,22050949,22053686,22053943,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22346376,22346564,22347438,22347716,22350362,22358802,22378618,22378787,22378990,22379420,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,22405899,22411850,22422325,22430763,22432534,22433514,22441969,22448404,22452365,22455393,22456032,22458261,22459858,22463784,22464634,22465992,22467487,22471226,22472362,22472660,22473127,22474355,22475502,22488333,22488430,22488462,22493798,22494280,22494864,22497805,22506111,22506965,22514290,22516904,22519190,22519861,22520060,22520214,2252067', 'assoc_port': '21963400:21963498,21967139:21970686,21976823:21996013,21980110:22007579,22014797:22040655,22045047:22053943,22049751:22050949,22051355:22053686,22065348:22068782,22068649:22083174,22073532:22074414,22078670:22099673,22088043:22091139,22088051:22091009,22091315:22118596,22091317:22109941,22093114:22118749,22096627:22097329,22101552:22108165,22123322:22123752,22126966:22132974,22129562:22135490,22132587:22138557,22137423:22147416,22141214:22162560,22142356:22148478,22142359:22148517,22142361:22149495,22144310:22153020,22148779:22169729,22153226:22156883,22154710:22158878,22154715:22159196,22191278:22193169,22194161:22194996,22200699:22242688,22200702:22242719,22204331:22204877,22210211:22241169,22211636:22239612,22217463:22234431,22222639:22229869,22234729:22234996,22286480:22287927,22286482:22287839,22291938:22294366,22295406:22299453,22301992:22307257,22301998:22302833,22305209:22309485,22307240:22307381,22307242:22321977,22307893:22312893,22312345:22316259,22312866:22321910,22312872:22317576,22316765:2232165', 'assoc_mat': '21963400:metal:4200:21963498,21967139:metal:4200:21970686,21976823:metal:4200:21996013,21980110:metal:4200:22007579,22014797:metal:4200:22040655,22045047:metal:4200:22053943,22049751:metal:4200:22050949,22051355:metal:4200:22053686,22065348:metal:4200:22068782,22068649:metal:4200:22083174,22073532:metal:4200:22074414,22078670:metal:4200:22099673,22088043:metal:4200:22091139,22088051:metal:4200:22091009,22091315:metal:4200:22118596,22091317:metal:4200:22109941,22093114:metal:4200:22118749,22096627:metal:4200:22097329,22101552:metal:4200:22108165,22123322:metal:4200:22123752,22126966:metal:4200:22132974,22129562:metal:4200:22135490,22132587:metal:4200:22138557,22137423:metal:4200:22147416,22141214:metal:4200:22162560,22142356:metal:4200:22148478,22142359:metal:4200:22148517,22142361:metal:4200:22149495,22144310:metal:4200:22153020,22148779:metal:4200:22169729,22153226:metal:4200:22156883,22154710:metal:4200:22158878,22154715:metal:4200:22159196,22191278:metal:4200:22193169,22194161:metal:4200:22194996,22200699:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0012164532696759256, 'nb_photo': 4, 'list_port_cont': '22448929', 'assoc_port': '22448524:22448929', 'assoc_mat': '22448524:metal:3594:22448929'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01637826834420187, 'nb_photo': 448, 'list_port_cont': '21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22014142,22015360,22015672,22015908,22015939,22015958,22016000,22016180,22024217,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22336907,22346648,22372775,22377465,22379972,22390956,22391016,22391823,22403219,22430348,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,22467297,22470477,22470584,22470934,22471873,22490672,22498294,22498732,22498737,22504652,22504812,22512592,22512777,22517405,22518610,22520696,22522218,2253221', 'assoc_port': '21963882:21964205,21967197:21974251,21969983:21970539,21975317:21976115,21976822:21979265,21976869:21978697,21976870:21978402,21980117:21981109,21980144:21980937,21984242:21985007,21986987:21987541,21986989:21997649,22013394:22014142,22014846:22016180,22014877:22015939,22014886:22015958,22014892:22015908,22014899:22016000,22014904:22015360,22014906:22015672,22018590:24455558,22023871:22024217,22029099:22029593,22029101:22029286,22032529:22033174,22038503:22050293,22040133:22040477,22045045:22045576,22051357:22052104,22051362:22051696,22054542:22055304,22056819:22057109,22065344:22066227,22066733:22067259,22075838:22076302,22076545:22076805,22093116:22093920,22096624:22097143,22101542:22102785,22133911:22134208,22137426:22137985,22138707:22139251,22138713:22139429,22141216:22141680,22144306:22144730,22148776:22149428,22154714:22154847,22157944:22158717,22174848:22175464,22174851:22175510,22180099:22180783,22183560:22184228,22185032:22187416,22185038:22200175,22185039:22200221,22195202:22195648,22206473:2220724', 'assoc_mat': '21963882:metal:4209:21964205,21967197:metal:4209:21974251,21969983:metal:4209:21970539,21975317:metal:4209:21976115,21976822:metal:4209:21979265,21976869:metal:4209:21978697,21976870:metal:4209:21978402,21980117:metal:4209:21981109,21980144:metal:4209:21980937,21984242:metal:4209:21985007,21986987:metal:4209:21987541,21986989:metal:4209:21997649,22013394:metal:4209:22014142,22014846:metal:4209:22016180,22014877:metal:4209:22015939,22014886:metal:4209:22015958,22014892:metal:4209:22015908,22014899:metal:4209:22016000,22014904:metal:4209:22015360,22014906:metal:4209:22015672,22018590:metal:4209:24455558,22023871:metal:4209:22024217,22029099:metal:4209:22029593,22029101:metal:4209:22029286,22032529:metal:4209:22033174,22038503:metal:4209:22050293,22040133:metal:4209:22040477,22045045:metal:4209:22045576,22051357:metal:4209:22052104,22051362:metal:4209:22051696,22054542:metal:4209:22055304,22056819:metal:4209:22057109,22065344:metal:4209:22066227,22066733:metal:4209:22067259,22075838:metal:4209:22076302,22076545:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 3.8697088020321506e-05, 'nb_photo': 1, 'list_port_cont': '24055167', 'assoc_port': '23947380:24055167', 'assoc_mat': '23947380:metal:3726:24055167'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011594612059304267, 'nb_photo': 2135, 'list_port_cont': '21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22007324,22007776,22008821,22014718,22015450,22017318,22020094,22025937,22025955,22026184,22026455,22026574,22026600,22026667,22026751,22029558,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22185629,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22345498,22352892,22353632,22355845,22371443,22375841,22377491,22378526,22378601,22379549,22380002,22381568,22381592,22385087,22387545,22388640,22394220,22395429,22398234,2242079', 'assoc_port': '21962514:21963408,21963397:21963593,21963883:21964276,21967132:21970575,21967181:21971866,21967195:21971926,21969979:22020094,21975312:21989553,21975320:21990261,21976850:21997442,21978908:22004077,21980103:22007324,21980107:22007776,21980142:22008821,21985545:22014718,21985548:22015450,21986988:22017318,22014825:22026751,22014833:22026667,22014843:22026600,22014874:22026574,22014880:22026455,22014901:22026184,22024784:22025937,22024789:22025955,22029102:22029558,22031175:22031959,22031177:22031870,22032532:22033382,22038504:22039418,22040126:22040693,22040132:22040623,22042107:22051596,22046566:22050710,22049745:22056371,22049754:22050593,22051354:22052126,22051356:22052025,22054525:22057165,22062853:22063573,22065346:22068762,22066734:22067295,22068648:22069198,22071991:22072740,22073536:22074041,22079487:22080503,22079488:22083638,22079491:22092180,22086017:22094235,22086036:22090624,22091316:22091667,22091318:22091957,22101546:22105432,22121999:22122261,22126967:22127609,22131720:22132324,22138709:2213930', 'assoc_mat': '21962514:metal:4211:21963408,21963397:metal:4211:21963593,21963883:metal:4211:21964276,21967132:metal:4211:21970575,21967181:metal:4211:21971866,21967195:metal:4211:21971926,21969979:metal:4211:22020094,21975312:metal:4211:21989553,21975320:metal:4211:21990261,21976850:metal:4211:21997442,21978908:metal:4211:22004077,21980103:metal:4211:22007324,21980107:metal:4211:22007776,21980142:metal:4211:22008821,21985545:metal:4211:22014718,21985548:metal:4211:22015450,21986988:metal:4211:22017318,22014825:metal:4211:22026751,22014833:metal:4211:22026667,22014843:metal:4211:22026600,22014874:metal:4211:22026574,22014880:metal:4211:22026455,22014901:metal:4211:22026184,22024784:metal:4211:22025937,22024789:metal:4211:22025955,22029102:metal:4211:22029558,22031175:metal:4211:22031959,22031177:metal:4211:22031870,22032532:metal:4211:22033382,22038504:metal:4211:22039418,22040126:metal:4211:22040693,22040132:metal:4211:22040623,22042107:metal:4211:22051596,22046566:metal:4211:22050710,22049745:metal:4211:22056371,22049754:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021725252764949058, 'nb_photo': 2, 'list_port_cont': '22187175,24075950', 'assoc_port': '22178698:22187175,23951088:24075950', 'assoc_mat': '22178698:metal:3327:22187175,23951088:metal:3327:24075950'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02387839669197576, 'nb_photo': 2367, 'list_port_cont': '21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037,23947056,23977227,24055202,24056842,24059334,24064705,24074209,24074577,24078642', 'assoc_port': '21963879:21964183,21967136:21969944,21978909:22026360,21984244:22052392,22014829:22041322,22014907:22046209,22019910:22053698,22038501:22054009,22049748:22051219,22051358:22051707,22062848:22076368,22076546:22076789,22101547:22108085,22131718:22153086,22142360:22149146,22154699:22158487,22174835:22180503,22191273:22244102,22210213:22241246,22211643:22237966,22290550:22292974,22305213:22309516,22314653:22314891,22318028:22318621,22344383:22345052,22355024:22361619,22379401:22379476,22384434:22385703,22390602:22396157,22420201:22422333,22432676:22433701,22444780:22449944,22451710:22454618,22469828:22473516,22479660:22480032,22486523:22487804,22497684:22511776,22509474:22512739,22513057:22516917,22536499:22536640,22550650:22553548,22562905:22565037,23934801:23977227,23946806:23947056,23947388:24055202,23947712:24056842,23948736:24059334,23949473:24064705,23950958:24074209,23951071:24074577,23953445:24078642', 'assoc_mat': '21963879:papier:4205:21964183,21967136:papier:4205:21969944,21978909:papier:4205:22026360,21984244:papier:4205:22052392,22014829:papier:4205:22041322,22014907:papier:4205:22046209,22019910:papier:4205:22053698,22038501:papier:4205:22054009,22049748:papier:4205:22051219,22051358:papier:4205:22051707,22062848:papier:4205:22076368,22076546:papier:4205:22076789,22101547:papier:4205:22108085,22131718:papier:4205:22153086,22142360:papier:4205:22149146,22154699:papier:4205:22158487,22174835:papier:4205:22180503,22191273:papier:4205:22244102,22210213:papier:4205:22241246,22211643:papier:4205:22237966,22290550:papier:4205:22292974,22305213:papier:4205:22309516,22314653:papier:4205:22314891,22318028:papier:4205:22318621,22344383:papier:4205:22345052,22355024:papier:4205:22361619,22379401:papier:4205:22379476,22384434:papier:4205:22385703,22390602:papier:4205:22396157,22420201:papier:4205:22422333,22432676:papier:4205:22433701,22444780:papier:4205:22449944,22451710:papier:4205:22454618,22469828:papier:4205:22473516,2247'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009644950851102922, 'nb_photo': 3446, 'list_port_cont': '21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797,24056833,24060645,24064530,24066199,24076153,24079360,24168502,24490748', 'assoc_port': '21967117:21969302,21978894:22003521,21978946:22005707,22011455:22012109,22014824:22040906,22014888:22064883,22023070:22055540,22035144:22054240,22046564:22053782,22062855:22063552,22076548:22076860,22096625:22097222,22129557:22146609,22141215:22154995,22154698:22164086,22191270:22244152,22210214:22241079,22291941:22295034,22305215:22309861,22314649:22315610,22340395:22348639,22376586:22379359,22386992:22397940,22398077:22399473,22429992:22430540,22443967:22451180,22449976:22450067,22459600:22460278,22466648:22471531,22494447:22505129,22504012:22510428,22520613:22520972,22542628:22560991,22556378:22561797,23946469:24168502,23947595:24056833,23948806:24060645,23949371:24064530,23949568:24066199,23951346:24076153,23953532:24079360,24463396:24490748', 'assoc_mat': '21967117:papier:4203:21969302,21978894:papier:4203:22003521,21978946:papier:4203:22005707,22011455:papier:4203:22012109,22014824:papier:4203:22040906,22014888:papier:4203:22064883,22023070:papier:4203:22055540,22035144:papier:4203:22054240,22046564:papier:4203:22053782,22062855:papier:4203:22063552,22076548:papier:4203:22076860,22096625:papier:4203:22097222,22129557:papier:4203:22146609,22141215:papier:4203:22154995,22154698:papier:4203:22164086,22191270:papier:4203:22244152,22210214:papier:4203:22241079,22291941:papier:4203:22295034,22305215:papier:4203:22309861,22314649:papier:4203:22315610,22340395:papier:4203:22348639,22376586:papier:4203:22379359,22386992:papier:4203:22397940,22398077:papier:4203:22399473,22429992:papier:4203:22430540,22443967:papier:4203:22451180,22449976:papier:4203:22450067,22459600:papier:4203:22460278,22466648:papier:4203:22471531,22494447:papier:4203:22505129,22504012:papier:4203:22510428,22520613:papier:4203:22520972,22542628:papier:4203:22560991,22556378:papier:4203:22561797,2394'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04205219086591165, 'nb_photo': 13730, 'list_port_cont': '21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22015149,22016812,22023124,22025819,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,22298150,22300212,22302303,22305915,22307017,22308168,22317207,22372356,22373588,22377479,22377866,2237874', 'assoc_port': '21963398:21963560,21963881:21964259,21963884:21964102,21963885:21963962,21967145:21970766,21967184:21971458,21967193:21971807,21969982:21970468,21976863:21996816,21976864:21997195,21976868:21997866,21976883:22025819,21976900:22023124,21978888:22003054,21978910:22003898,21978941:22005423,21978949:22005589,21978951:22005621,21980101:22006374,21980112:22007554,21980147:21983019,21985550:21986340,21986991:22016812,22014823:22032670,22014830:22032762,22014834:22032445,22014836:22032212,22014871:22032047,22014884:22015149,22031176:22031486,22032527:22033140,22035140:22036723,22035142:22036281,22035143:22035910,22040130:22040491,22042105:22042593,22045046:22045610,22049746:22050883,22049750:22050366,22049753:22050427,22049757:22050144,22051353:22051577,22054524:22055086,22056821:22057088,22065345:22068684,22066732:22067374,22066735:22066947,22071990:22072652,22073533:22073885,22073534:22073647,22075837:22076176,22078669:22079672,22078671:22079043,22078673:22078977,22086018:22088029,22088046:22090725,22091320:2209173', 'assoc_mat': '21963398:papier:4207:21963560,21963881:papier:4207:21964259,21963884:papier:4207:21964102,21963885:papier:4207:21963962,21967145:papier:4207:21970766,21967184:papier:4207:21971458,21967193:papier:4207:21971807,21969982:papier:4207:21970468,21976863:papier:4207:21996816,21976864:papier:4207:21997195,21976868:papier:4207:21997866,21976883:papier:4207:22025819,21976900:papier:4207:22023124,21978888:papier:4207:22003054,21978910:papier:4207:22003898,21978941:papier:4207:22005423,21978949:papier:4207:22005589,21978951:papier:4207:22005621,21980101:papier:4207:22006374,21980112:papier:4207:22007554,21980147:papier:4207:21983019,21985550:papier:4207:21986340,21986991:papier:4207:22016812,22014823:papier:4207:22032670,22014830:papier:4207:22032762,22014834:papier:4207:22032445,22014836:papier:4207:22032212,22014871:papier:4207:22032047,22014884:papier:4207:22015149,22031176:papier:4207:22031486,22032527:papier:4207:22033140,22035140:papier:4207:22036723,22035142:papier:4207:22036281,22035143:papier:4207:22035910,2204'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21340778440580324, 'nb_photo': 39903, 'list_port_cont': '21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22024161,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22340930,22344800,22347262,22376504,22377539,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22433275,22438559,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,22477635,22487227,22490506,22494825,22497211,22497812,22498668,22499135,22510301,22516750,22518478,22523106,22536169,2253692', 'assoc_port': '21962511:21962854,21963880:21964217,21964371:21964557,21967121:21968810,21967190:21968378,21975318:21975960,21976867:21977454,21978936:21979347,21980104:21981587,21980135:21980650,21980140:21981019,21985538:21986124,21986986:21987689,21996829:21997467,21996831:21997264,22014826:22016514,22014832:22015498,22014873:22015875,22014882:22015777,22014894:22015733,22014900:22015614,22014908:22015508,22023899:22024161,22029100:22029480,22031178:22031839,22035145:22036037,22040127:22040517,22042106:22042492,22045048:22045784,22046567:22051016,22049756:22052000,22051361:22057332,22054526:22055225,22065347:22073889,22068647:22069271,22073535:22073976,22075834:22076343,22076547:22076824,22079489:22080202,22086063:22094622,22088044:22088868,22093119:22093819,22098020:22108866,22122000:22122296,22126964:22127544,22129559:22130120,22132586:22132918,22138711:22147293,22142357:22143063,22144309:22144649,22148777:22149459,22153227:22153697,22164922:22165126,22177109:22178192,22180103:22180737,22183556:22184432,22191271:2219221', 'assoc_mat': '21962511:papier:4461:21962854,21963880:papier:4461:21964217,21964371:papier:4461:21964557,21967121:papier:4461:21968810,21967190:papier:4461:21968378,21975318:papier:4461:21975960,21976867:papier:4461:21977454,21978936:papier:4461:21979347,21980104:papier:4461:21981587,21980135:papier:4461:21980650,21980140:papier:4461:21981019,21985538:papier:4461:21986124,21986986:papier:4461:21987689,21996829:papier:4461:21997467,21996831:papier:4461:21997264,22014826:papier:4461:22016514,22014832:papier:4461:22015498,22014873:papier:4461:22015875,22014882:papier:4461:22015777,22014894:papier:4461:22015733,22014900:papier:4461:22015614,22014908:papier:4461:22015508,22023899:papier:4461:22024161,22029100:papier:4461:22029480,22031178:papier:4461:22031839,22035145:papier:4461:22036037,22040127:papier:4461:22040517,22042106:papier:4461:22042492,22045048:papier:4461:22045784,22046567:papier:4461:22051016,22049756:papier:4461:22052000,22051361:papier:4461:22057332,22054526:papier:4461:22055225,22065347:papier:4461:22073889,2206'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013472068950963737, 'nb_photo': 4267, 'list_port_cont': '21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22013192,22023394,22023814,22027591,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051877,22052662,22053694,22053801,22053939,22053962,22053975,22054057,22055104,22056668,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22241934,22242131,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22346385,22346561,22347428,22347717,22350364,22358798,22378613,22378792,22378992,22379419,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,22397011,22405897,22411843,22422322,22430767,22432539,2243351', 'assoc_port': '21962513:21963745,21963400:21963499,21967129:21969529,21967139:21970681,21967186:21971854,21975315:22023394,21976823:21996014,21976866:22023814,21976906:21977058,21978911:22004218,21978931:22027591,21980100:22006327,21980110:22007571,21984246:22052662,21985540:22013192,21986993:21987228,22014797:22040664,22014827:22040895,22014838:22041938,22014839:22042200,22014876:22042853,22014878:22042928,22014891:22044156,22014898:22044593,22014902:22044876,22014903:22045460,22032524:22057723,22035137:22054057,22040123:22053975,22040136:22053962,22042108:22042517,22045047:22053939,22045049:22053801,22049751:22050953,22049755:22056668,22051355:22053694,22051363:22051877,22054528:22055104,22065348:22068784,22068649:22083176,22073532:22074422,22078670:22099674,22088043:22091143,22088051:22091021,22091315:22118592,22091317:22109930,22093114:22118747,22096627:22097340,22101552:22108163,22123322:22123748,22126966:22132972,22129562:22135501,22132587:22138560,22137423:22147408,22141214:22162552,22142356:22148481,22142359:2214852', 'assoc_mat': '21962513:papier:4200:21963745,21963400:papier:4200:21963499,21967129:papier:4200:21969529,21967139:papier:4200:21970681,21967186:papier:4200:21971854,21975315:papier:4200:22023394,21976823:papier:4200:21996014,21976866:papier:4200:22023814,21976906:papier:4200:21977058,21978911:papier:4200:22004218,21978931:papier:4200:22027591,21980100:papier:4200:22006327,21980110:papier:4200:22007571,21984246:papier:4200:22052662,21985540:papier:4200:22013192,21986993:papier:4200:21987228,22014797:papier:4200:22040664,22014827:papier:4200:22040895,22014838:papier:4200:22041938,22014839:papier:4200:22042200,22014876:papier:4200:22042853,22014878:papier:4200:22042928,22014891:papier:4200:22044156,22014898:papier:4200:22044593,22014902:papier:4200:22044876,22014903:papier:4200:22045460,22032524:papier:4200:22057723,22035137:papier:4200:22054057,22040123:papier:4200:22053975,22040136:papier:4200:22053962,22042108:papier:4200:22042517,22045047:papier:4200:22053939,22045049:papier:4200:22053801,22049751:papier:4200:22050953,2204'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0776624288676698, 'nb_photo': 128, 'list_port_cont': '22448925', 'assoc_port': '22448524:22448925', 'assoc_mat': '22448524:papier:3594:22448925'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9440247572395732, 'nb_photo': 108322, 'list_port_cont': '21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22014151,22015357,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22024220,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22187419,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22336923,22346644,22357152,22372778,22377459,22379977,22385061,22388480,22390957,22391022,22391821,22398264,22403212,2243033', 'assoc_port': '21963882:21964210,21967114:21968057,21967142:21973972,21967197:21974249,21969983:21970543,21975316:21976193,21975317:21976113,21976822:21979257,21976869:21978715,21976870:21978410,21976897:21978273,21976904:21977092,21980117:21981105,21980144:21980941,21984242:21985003,21986987:21987539,21986989:21997657,22013394:22014151,22014831:22017221,22014842:22016665,22014846:22016174,22014877:22015934,22014879:22016105,22014886:22015968,22014892:22015910,22014899:22015999,22014904:22015357,22014906:22015662,22018590:24455548,22023871:22024220,22029099:22029596,22029101:22029297,22032529:22033207,22035141:22035771,22038503:22050299,22040133:22040484,22045045:22045573,22046565:22047088,22049747:22050453,22049749:22051858,22049758:22050010,22051357:22052100,22051362:22051697,22054542:22055305,22056819:22057102,22065344:22066228,22066733:22067265,22075838:22076308,22076545:22076809,22086022:22086681,22088049:22088582,22093116:22093925,22093117:22093799,22096624:22097138,22101542:22102782,22123324:22123759,22129563:2213006', 'assoc_mat': '21963882:papier:4209:21964210,21967114:papier:4209:21968057,21967142:papier:4209:21973972,21967197:papier:4209:21974249,21969983:papier:4209:21970543,21975316:papier:4209:21976193,21975317:papier:4209:21976113,21976822:papier:4209:21979257,21976869:papier:4209:21978715,21976870:papier:4209:21978410,21976897:papier:4209:21978273,21976904:papier:4209:21977092,21980117:papier:4209:21981105,21980144:papier:4209:21980941,21984242:papier:4209:21985003,21986987:papier:4209:21987539,21986989:papier:4209:21997657,22013394:papier:4209:22014151,22014831:papier:4209:22017221,22014842:papier:4209:22016665,22014846:papier:4209:22016174,22014877:papier:4209:22015934,22014879:papier:4209:22016105,22014886:papier:4209:22015968,22014892:papier:4209:22015910,22014899:papier:4209:22015999,22014904:papier:4209:22015357,22014906:papier:4209:22015662,22018590:papier:4209:24455548,22023871:papier:4209:22024220,22029099:papier:4209:22029596,22029101:papier:4209:22029297,22032529:papier:4209:22033207,22035141:papier:4209:22035771,2203'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010280090674861686, 'nb_photo': 24498, 'list_port_cont': '21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22014715,22015451,22017308,22020084,22025924,22025970,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22029533,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22185625,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22345493,22352902,22353636,22355859,22371440,22375844,22377501,22378525,22378606,22379563,22379993,22381575,22381594,22385086,2238754', 'assoc_port': '21962514:21963417,21963397:21963591,21963883:21964269,21967132:21970571,21967181:21971861,21967195:21971920,21969979:22020084,21975312:21989547,21975320:21990259,21976850:21997441,21978908:22004079,21978934:22005509,21980103:22007312,21980107:22007768,21980142:22008814,21985545:22014715,21985548:22015451,21986988:22017308,22014825:22026740,22014833:22026674,22014843:22026597,22014874:22026583,22014880:22026450,22014893:22026322,22014896:22026230,22014901:22026180,22024784:22025924,22024789:22025970,22029102:22029533,22031175:22031960,22031177:22031875,22032532:22033375,22038504:22039408,22040126:22040697,22040132:22040625,22042107:22051600,22046566:22050714,22049745:22056367,22049754:22050603,22051354:22052123,22051356:22052009,22054525:22057172,22062853:22063579,22065346:22068752,22066734:22067286,22068648:22069191,22071991:22072741,22073536:22074053,22079487:22080506,22079488:22083647,22079491:22092184,22086017:22094236,22086036:22090618,22091316:22091677,22091318:22091955,22101546:22105440,22121999:2212225', 'assoc_mat': '21962514:papier:4211:21963417,21963397:papier:4211:21963591,21963883:papier:4211:21964269,21967132:papier:4211:21970571,21967181:papier:4211:21971861,21967195:papier:4211:21971920,21969979:papier:4211:22020084,21975312:papier:4211:21989547,21975320:papier:4211:21990259,21976850:papier:4211:21997441,21978908:papier:4211:22004079,21978934:papier:4211:22005509,21980103:papier:4211:22007312,21980107:papier:4211:22007768,21980142:papier:4211:22008814,21985545:papier:4211:22014715,21985548:papier:4211:22015451,21986988:papier:4211:22017308,22014825:papier:4211:22026740,22014833:papier:4211:22026674,22014843:papier:4211:22026597,22014874:papier:4211:22026583,22014880:papier:4211:22026450,22014893:papier:4211:22026322,22014896:papier:4211:22026230,22014901:papier:4211:22026180,22024784:papier:4211:22025924,22024789:papier:4211:22025970,22029102:papier:4211:22029533,22031175:papier:4211:22031960,22031177:papier:4211:22031875,22032532:papier:4211:22033375,22038504:papier:4211:22039408,22040126:papier:4211:22040697,2204'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.01273093176792145, 'nb_photo': 577, 'list_port_cont': '21963766,21964596,21976303,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22067760,22076461,22077049,22079690,22079933,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22441911,22443633,22445280,22450121,22453151,22453757,22456261,22457131,22459689,22459868,22460920,22463500,22464289,22467728,22470902,22480078,2248059', 'assoc_port': '21963399:21963766,21964372:21964596,21967124:21988607,21975313:21990850,21975319:21976303,21976848:21998133,21978922:22005686,21978944:22005800,21980102:22008152,21984249:22012901,21985543:22015719,22013383:22036193,22014822:22042140,22014828:22042744,22014840:22095881,22014875:22082867,22014890:22079933,22014897:22046334,22014905:22048308,22019912:22020902,22023872:22025561,22035139:22037065,22040125:22054700,22040135:22040782,22042109:22042949,22045050:22046221,22049752:22051172,22051359:22053762,22054523:22057904,22054527:22056155,22066731:22067760,22071992:22077049,22075835:22076461,22078672:22079690,22086065:22091996,22091319:22112203,22096626:22097549,22098018:22109482,22101541:22107797,22122001:22122790,22126969:22129291,22132582:22132953,22133906:22134773,22137424:22138731,22138710:22140624,22141213:22142079,22142362:22143887,22144307:22147618,22148778:22150073,22150593:22152144,22150597:22151652,22157943:22159097,22178698:22187176,22178713:22187102,22180102:22207812,22183555:22186778,22189238:2219072', 'assoc_mat': '21963399:papier:3327:21963766,21964372:papier:3327:21964596,21967124:papier:3327:21988607,21975313:papier:3327:21990850,21975319:papier:3327:21976303,21976848:papier:3327:21998133,21978922:papier:3327:22005686,21978944:papier:3327:22005800,21980102:papier:3327:22008152,21984249:papier:3327:22012901,21985543:papier:3327:22015719,22013383:papier:3327:22036193,22014822:papier:3327:22042140,22014828:papier:3327:22042744,22014840:papier:3327:22095881,22014875:papier:3327:22082867,22014890:papier:3327:22079933,22014897:papier:3327:22046334,22014905:papier:3327:22048308,22019912:papier:3327:22020902,22023872:papier:3327:22025561,22035139:papier:3327:22037065,22040125:papier:3327:22054700,22040135:papier:3327:22040782,22042109:papier:3327:22042949,22045050:papier:3327:22046221,22049752:papier:3327:22051172,22051359:papier:3327:22053762,22054523:papier:3327:22057904,22054527:papier:3327:22056155,22066731:papier:3327:22067760,22071992:papier:3327:22077049,22075835:papier:3327:22076461,22078672:papier:3327:22079690,2208'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00771533710410261, 'nb_photo': 181, 'list_port_cont': '21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044,23947057,23977222,24055206,24056846,24059343,24064703,24074197,24074567,24078646', 'assoc_port': '21967136:21969956,21978909:22026351,21984244:22052385,22014829:22041316,22014907:22046207,22019910:22053705,22038501:22054004,22049748:22051213,22062848:22076375,22076546:22076788,22131718:22153087,22142360:22149155,22154699:22158486,22174835:22180490,22191273:22244107,22210213:22241231,22211643:22237962,22290550:22292969,22305213:22309535,22314653:22314890,22318028:22318631,22344383:22345054,22355024:22361627,22379401:22379474,22384434:22385692,22390602:22396165,22420201:22422336,22432676:22433707,22444780:22449942,22451710:22454615,22469828:22473510,22479660:22480036,22486523:22487805,22497684:22511781,22509474:22512740,22513057:22516913,22536499:22536633,22550650:22553552,22562905:22565044,23934801:23977222,23946806:23947057,23947388:24055206,23947712:24056846,23948736:24059343,23949473:24064703,23950958:24074197,23951071:24074567,23953445:24078646', 'assoc_mat': '21967136:pehd:4205:21969956,21978909:pehd:4205:22026351,21984244:pehd:4205:22052385,22014829:pehd:4205:22041316,22014907:pehd:4205:22046207,22019910:pehd:4205:22053705,22038501:pehd:4205:22054004,22049748:pehd:4205:22051213,22062848:pehd:4205:22076375,22076546:pehd:4205:22076788,22131718:pehd:4205:22153087,22142360:pehd:4205:22149155,22154699:pehd:4205:22158486,22174835:pehd:4205:22180490,22191273:pehd:4205:22244107,22210213:pehd:4205:22241231,22211643:pehd:4205:22237962,22290550:pehd:4205:22292969,22305213:pehd:4205:22309535,22314653:pehd:4205:22314890,22318028:pehd:4205:22318631,22344383:pehd:4205:22345054,22355024:pehd:4205:22361627,22379401:pehd:4205:22379474,22384434:pehd:4205:22385692,22390602:pehd:4205:22396165,22420201:pehd:4205:22422336,22432676:pehd:4205:22433707,22444780:pehd:4205:22449942,22451710:pehd:4205:22454615,22469828:pehd:4205:22473510,22479660:pehd:4205:22480036,22486523:pehd:4205:22487805,22497684:pehd:4205:22511781,22509474:pehd:4205:22512740,22513057:pehd:4205:22516913,22536499:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031570746585071487, 'nb_photo': 415, 'list_port_cont': '21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798,24056831,24060638,24064546,24066208,24076148,24079364,24168499,24490734', 'assoc_port': '21967117:21969309,21978894:22003515,21978946:22005706,22011455:22012112,22014824:22040907,22014888:22064885,22023070:22055541,22035144:22054238,22046564:22053773,22062855:22063556,22076548:22076857,22096625:22097218,22129557:22146602,22141215:22155000,22154698:22164087,22191270:22244161,22210214:22241074,22291941:22295035,22305215:22309860,22314649:22315616,22340395:22348632,22376586:22379363,22386992:22397929,22398077:22399483,22429992:22430548,22443967:22451185,22449976:22450066,22466648:22471534,22494447:22505139,22504012:22510429,22520613:22520980,22542628:22560992,22556378:22561798,23946469:24168499,23947595:24056831,23948806:24060638,23949371:24064546,23949568:24066208,23951346:24076148,23953532:24079364,24463396:24490734', 'assoc_mat': '21967117:pehd:4203:21969309,21978894:pehd:4203:22003515,21978946:pehd:4203:22005706,22011455:pehd:4203:22012112,22014824:pehd:4203:22040907,22014888:pehd:4203:22064885,22023070:pehd:4203:22055541,22035144:pehd:4203:22054238,22046564:pehd:4203:22053773,22062855:pehd:4203:22063556,22076548:pehd:4203:22076857,22096625:pehd:4203:22097218,22129557:pehd:4203:22146602,22141215:pehd:4203:22155000,22154698:pehd:4203:22164087,22191270:pehd:4203:22244161,22210214:pehd:4203:22241074,22291941:pehd:4203:22295035,22305215:pehd:4203:22309860,22314649:pehd:4203:22315616,22340395:pehd:4203:22348632,22376586:pehd:4203:22379363,22386992:pehd:4203:22397929,22398077:pehd:4203:22399483,22429992:pehd:4203:22430548,22443967:pehd:4203:22451185,22449976:pehd:4203:22450066,22466648:pehd:4203:22471534,22494447:pehd:4203:22505139,22504012:pehd:4203:22510429,22520613:pehd:4203:22520980,22542628:pehd:4203:22560992,22556378:pehd:4203:22561798,23946469:pehd:4203:24168499,23947595:pehd:4203:24056831,23948806:pehd:4203:24060638,23949371:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0040109250559209105, 'nb_photo': 318, 'list_port_cont': '21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22015147,22016813,22023134,22031494,22032209,22032664,22032764,22033149,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22450038,22452213,22479976,22487076,22488418,22490340,22491650,22494685,22497141,22498838,22502964,22504423,22513446,22534042,22535321,22538057,22540549,22543498,22544875,22544945,22545006,22548393,22548536,22553387,22558699,22559142,22562000,2394818', 'assoc_port': '21963881:21964262,21967184:21971469,21967193:21971813,21969982:21970469,21976900:22023134,21978910:22003894,21978941:22005424,21978949:22005591,21980101:22006370,21980112:22007562,21985550:21986341,21986991:22016813,22014823:22032664,22014830:22032764,22014836:22032209,22014884:22015147,22031176:22031494,22032527:22033149,22035140:22036727,22035142:22036291,22035143:22035922,22040130:22040501,22042105:22042591,22049746:22050891,22049753:22050426,22049757:22050150,22051353:22051581,22054524:22055098,22065345:22068688,22066732:22067373,22066735:22066944,22071990:22072661,22073534:22073646,22078669:22079680,22078671:22079038,22091320:22091745,22096628:22097118,22101544:22103620,22106153:22106584,22125807:22126015,22129556:22131813,22129560:22131879,22132583:22133256,22132585:22133040,22132589:22132861,22133908:22134233,22150596:22151134,22153224:22153979,22153225:22153418,22154700:22155161,22177106:22180980,22177112:22178916,22180100:22180586,22183558:22183811,22185030:22185865,22189228:22189452,22194158:2219492', 'assoc_mat': '21963881:pehd:4207:21964262,21967184:pehd:4207:21971469,21967193:pehd:4207:21971813,21969982:pehd:4207:21970469,21976900:pehd:4207:22023134,21978910:pehd:4207:22003894,21978941:pehd:4207:22005424,21978949:pehd:4207:22005591,21980101:pehd:4207:22006370,21980112:pehd:4207:22007562,21985550:pehd:4207:21986341,21986991:pehd:4207:22016813,22014823:pehd:4207:22032664,22014830:pehd:4207:22032764,22014836:pehd:4207:22032209,22014884:pehd:4207:22015147,22031176:pehd:4207:22031494,22032527:pehd:4207:22033149,22035140:pehd:4207:22036727,22035142:pehd:4207:22036291,22035143:pehd:4207:22035922,22040130:pehd:4207:22040501,22042105:pehd:4207:22042591,22049746:pehd:4207:22050891,22049753:pehd:4207:22050426,22049757:pehd:4207:22050150,22051353:pehd:4207:22051581,22054524:pehd:4207:22055098,22065345:pehd:4207:22068688,22066732:pehd:4207:22067373,22066735:pehd:4207:22066944,22071990:pehd:4207:22072661,22073534:pehd:4207:22073646,22078669:pehd:4207:22079680,22078671:pehd:4207:22079038,22091320:pehd:4207:22091745,22096628:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005158045257964493, 'nb_photo': 34, 'list_port_cont': '21964553,21980641,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374,23947549,23947831,23948392,23950322,23953289,23956123,23966450,23968059,24454429', 'assoc_port': '21964371:21964553,21980135:21980641,22035145:22036041,22042106:22042495,22051361:22057345,22075834:22076334,22088044:22088862,22129559:22130128,22138711:22147292,22144309:22144644,22153227:22153703,22183556:22184434,22245259:22245376,22346891:22347271,22372031:22376500,22394739:22395315,22440771:22441350,22459994:22460260,22463409:22467426,22486522:22487228,22533593:22536178,22552962:22553374,23946556:23948392,23946584:23947831,23946786:23947549,23948730:23968059,23949207:23950322,23951069:23953289,23951118:23956123,23953281:23966450,24454053:24454429', 'assoc_mat': '21964371:pehd:4461:21964553,21980135:pehd:4461:21980641,22035145:pehd:4461:22036041,22042106:pehd:4461:22042495,22051361:pehd:4461:22057345,22075834:pehd:4461:22076334,22088044:pehd:4461:22088862,22129559:pehd:4461:22130128,22138711:pehd:4461:22147292,22144309:pehd:4461:22144644,22153227:pehd:4461:22153703,22183556:pehd:4461:22184434,22245259:pehd:4461:22245376,22346891:pehd:4461:22347271,22372031:pehd:4461:22376500,22394739:pehd:4461:22395315,22440771:pehd:4461:22441350,22459994:pehd:4461:22460260,22463409:pehd:4461:22467426,22486522:pehd:4461:22487228,22533593:pehd:4461:22536178,22552962:pehd:4461:22553374,23946556:pehd:4461:23948392,23946584:pehd:4461:23947831,23946786:pehd:4461:23947549,23948730:pehd:4461:23968059,23949207:pehd:4461:23950322,23951069:pehd:4461:23953289,23951118:pehd:4461:23956123,23953281:pehd:4461:23966450,24454053:pehd:4461:24454429'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009538966916816976, 'nb_photo': 1853, 'list_port_cont': '21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22013193,22023395,22023823,22026211,22027597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051869,22052671,22053691,22053805,22053945,22053955,22053983,22054063,22055101,22056675,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22241936,22242132,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22346387,22346563,22347435,22347711,22350367,22358804,22378623,22378783,22378994,22379423,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,22422319,22430772,22432530,22433515,2244197', 'assoc_port': '21962513:21963749,21963400:21963504,21967129:21969531,21967139:21970687,21967186:21971855,21975315:22023395,21976823:21996019,21976866:22023823,21976902:22026211,21976906:21977062,21978911:22004221,21978931:22027597,21980100:22006324,21980110:22007577,21984246:22052671,21985540:22013193,21986993:21987221,22014797:22040667,22014827:22040892,22014838:22041942,22014839:22042196,22014876:22042848,22014878:22042939,22014891:22044163,22014898:22044582,22014902:22044881,22014903:22045467,22032524:22057716,22035137:22054063,22040123:22053983,22040136:22053955,22042108:22042520,22045047:22053945,22045049:22053805,22049751:22050962,22049755:22056675,22051355:22053691,22051363:22051869,22054528:22055101,22065348:22068771,22068649:22083181,22073532:22074416,22078670:22099671,22088043:22091133,22088051:22091008,22091315:22118589,22091317:22109938,22093114:22118753,22096627:22097332,22101552:22108167,22123322:22123750,22126966:22132973,22129562:22135491,22132587:22138547,22137423:22147411,22141214:22162561,22142356:2214848', 'assoc_mat': '21962513:pehd:4200:21963749,21963400:pehd:4200:21963504,21967129:pehd:4200:21969531,21967139:pehd:4200:21970687,21967186:pehd:4200:21971855,21975315:pehd:4200:22023395,21976823:pehd:4200:21996019,21976866:pehd:4200:22023823,21976902:pehd:4200:22026211,21976906:pehd:4200:21977062,21978911:pehd:4200:22004221,21978931:pehd:4200:22027597,21980100:pehd:4200:22006324,21980110:pehd:4200:22007577,21984246:pehd:4200:22052671,21985540:pehd:4200:22013193,21986993:pehd:4200:21987221,22014797:pehd:4200:22040667,22014827:pehd:4200:22040892,22014838:pehd:4200:22041942,22014839:pehd:4200:22042196,22014876:pehd:4200:22042848,22014878:pehd:4200:22042939,22014891:pehd:4200:22044163,22014898:pehd:4200:22044582,22014902:pehd:4200:22044881,22014903:pehd:4200:22045467,22032524:pehd:4200:22057716,22035137:pehd:4200:22054063,22040123:pehd:4200:22053983,22040136:pehd:4200:22053955,22042108:pehd:4200:22042520,22045047:pehd:4200:22053945,22045049:pehd:4200:22053805,22049751:pehd:4200:22050962,22049755:pehd:4200:22056675,22051355:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009629521909121938, 'nb_photo': 1364, 'list_port_cont': '21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22014149,22015347,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22024227,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22187418,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22336931,22346642,22357155,22372770,22377457,22379983,22385059,22388473,22390959,22391024,22391819,22403213,22430341,22433181,22448533,22450572,22453418,22453632,22456018,2245757', 'assoc_port': '21963882:21964196,21967114:21968056,21967142:21974004,21967197:21974243,21969983:21970535,21975316:21976201,21975317:21976110,21976822:21979259,21976869:21978690,21976870:21978397,21976897:21978276,21976904:21977103,21980117:21981103,21980144:21980944,21984242:21985012,21986987:21987531,21986989:21997646,22013394:22014149,22014831:22017222,22014842:22016664,22014846:22016172,22014877:22015927,22014879:22016102,22014886:22015978,22014892:22015923,22014899:22016002,22014904:22015347,22014906:22015663,22018590:24455557,22023871:22024227,22029099:22029605,22029101:22029293,22032529:22033169,22035141:22035773,22038503:22050289,22040133:22040473,22045045:22045574,22046565:22047096,22049747:22050447,22049749:22051854,22049758:22050007,22051357:22052109,22051362:22051693,22054542:22055311,22056819:22057084,22065344:22066238,22066733:22067268,22075838:22076307,22076545:22076801,22086022:22086682,22088049:22088577,22093116:22093915,22093117:22093797,22096624:22097141,22101542:22102786,22123324:22123762,22129563:2213005', 'assoc_mat': '21963882:pehd:4209:21964196,21967114:pehd:4209:21968056,21967142:pehd:4209:21974004,21967197:pehd:4209:21974243,21969983:pehd:4209:21970535,21975316:pehd:4209:21976201,21975317:pehd:4209:21976110,21976822:pehd:4209:21979259,21976869:pehd:4209:21978690,21976870:pehd:4209:21978397,21976897:pehd:4209:21978276,21976904:pehd:4209:21977103,21980117:pehd:4209:21981103,21980144:pehd:4209:21980944,21984242:pehd:4209:21985012,21986987:pehd:4209:21987531,21986989:pehd:4209:21997646,22013394:pehd:4209:22014149,22014831:pehd:4209:22017222,22014842:pehd:4209:22016664,22014846:pehd:4209:22016172,22014877:pehd:4209:22015927,22014879:pehd:4209:22016102,22014886:pehd:4209:22015978,22014892:pehd:4209:22015923,22014899:pehd:4209:22016002,22014904:pehd:4209:22015347,22014906:pehd:4209:22015663,22018590:pehd:4209:24455557,22023871:pehd:4209:22024227,22029099:pehd:4209:22029605,22029101:pehd:4209:22029293,22032529:pehd:4209:22033169,22035141:pehd:4209:22035773,22038503:pehd:4209:22050289,22040133:pehd:4209:22040473,22045045:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.7585001029231142, 'nb_photo': 21707, 'list_port_cont': '21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22014713,22015454,22017323,22020097,22025934,22025967,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22029556,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22185633,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345485,22352894,22353638,22355849,22371434,22375834,22377496,22378512,22378607,22379554,22379996,22381572,22381586,22385081,2238754', 'assoc_port': '21962514:21963409,21963397:21963586,21963883:21964270,21967132:21970573,21967181:21971873,21967195:21971932,21969979:22020097,21975312:21989548,21975320:21990262,21976850:21997448,21978908:22004069,21978934:22005522,21980103:22007320,21980107:22007765,21980142:22008822,21985545:22014713,21985548:22015454,21986988:22017323,22014825:22026745,22014833:22026676,22014843:22026601,22014874:22026570,22014880:22026463,22014893:22026319,22014896:22026232,22014901:22026193,22024784:22025934,22024789:22025967,22029102:22029556,22031175:22031957,22031177:22031876,22032532:22033381,22038504:22039423,22040126:22040707,22040132:22040613,22042107:22051603,22046566:22050706,22049745:22056373,22049754:22050602,22051354:22052124,22051356:22052022,22054525:22057170,22062853:22063570,22065346:22068763,22066734:22067288,22068648:22069201,22071991:22072736,22073536:22074051,22079487:22080496,22079488:22083639,22079491:22092182,22086017:22094244,22086036:22090613,22091316:22091666,22091318:22091963,22101546:22105436,22121999:2212225', 'assoc_mat': '21962514:pehd:4211:21963409,21963397:pehd:4211:21963586,21963883:pehd:4211:21964270,21967132:pehd:4211:21970573,21967181:pehd:4211:21971873,21967195:pehd:4211:21971932,21969979:pehd:4211:22020097,21975312:pehd:4211:21989548,21975320:pehd:4211:21990262,21976850:pehd:4211:21997448,21978908:pehd:4211:22004069,21978934:pehd:4211:22005522,21980103:pehd:4211:22007320,21980107:pehd:4211:22007765,21980142:pehd:4211:22008822,21985545:pehd:4211:22014713,21985548:pehd:4211:22015454,21986988:pehd:4211:22017323,22014825:pehd:4211:22026745,22014833:pehd:4211:22026676,22014843:pehd:4211:22026601,22014874:pehd:4211:22026570,22014880:pehd:4211:22026463,22014893:pehd:4211:22026319,22014896:pehd:4211:22026232,22014901:pehd:4211:22026193,22024784:pehd:4211:22025934,22024789:pehd:4211:22025967,22029102:pehd:4211:22029556,22031175:pehd:4211:22031957,22031177:pehd:4211:22031876,22032532:pehd:4211:22033381,22038504:pehd:4211:22039423,22040126:pehd:4211:22040707,22040132:pehd:4211:22040613,22042107:pehd:4211:22051603,22046566:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011165386962269605, 'nb_photo': 4, 'list_port_cont': '22020910,22095884,22347418,24062098', 'assoc_port': '22014840:22095884,22019912:22020910,22346888:22347418,23948726:24062098', 'assoc_mat': '22014840:pehd:3327:22095884,22019912:pehd:3327:22020910,22346888:pehd:3327:22347418,23948726:pehd:3327:24062098'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00405092145353514, 'nb_photo': 33, 'list_port_cont': '22026346,22046194,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566,24055207,24056853,24059341,24064697,24074211,24074569,24078647', 'assoc_port': '21978909:22026346,22014907:22046194,22049748:22051221,22062848:22076376,22142360:22149154,22154699:22158488,22290550:22292973,22314653:22314888,22344383:22345046,22355024:22361624,22486523:22487806,22497684:22511787,22513057:22516926,22536499:22536636,22550650:22553566,23947388:24055207,23947712:24056853,23948736:24059341,23949473:24064697,23950958:24074211,23951071:24074569,23953445:24078647', 'assoc_mat': '21978909:pet_clair:4205:22026346,22014907:pet_clair:4205:22046194,22049748:pet_clair:4205:22051221,22062848:pet_clair:4205:22076376,22142360:pet_clair:4205:22149154,22154699:pet_clair:4205:22158488,22290550:pet_clair:4205:22292973,22314653:pet_clair:4205:22314888,22344383:pet_clair:4205:22345046,22355024:pet_clair:4205:22361624,22486523:pet_clair:4205:22487806,22497684:pet_clair:4205:22511787,22513057:pet_clair:4205:22516926,22536499:pet_clair:4205:22536636,22550650:pet_clair:4205:22553566,23947388:pet_clair:4205:24055207,23947712:pet_clair:4205:24056853,23948736:pet_clair:4205:24059341,23949473:pet_clair:4205:24064697,23950958:pet_clair:4205:24074211,23951071:pet_clair:4205:24074569,23953445:pet_clair:4205:24078647'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001031313059431781, 'nb_photo': 4, 'list_port_cont': '22064877,24064562,24076156,24490740', 'assoc_port': '22014888:22064877,23949371:24064562,23951346:24076156,24463396:24490740', 'assoc_mat': '22014888:pet_clair:4203:22064877,23949371:pet_clair:4203:24064562,23951346:pet_clair:4203:24076156,24463396:pet_clair:4203:24490740'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002175847727569492, 'nb_photo': 21, 'list_port_cont': '21970464,21971460,21971805,22003056,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448,23947040,23952979,23955662,23965452', 'assoc_port': '21967184:21971460,21967193:21971805,21969982:21970464,21978888:22003056,22014830:22032769,22054524:22055096,22088046:22090733,22150592:22151596,22150596:22151145,22180100:22180578,22210183:22211236,22226568:22227439,22301996:22302320,22453054:22453668,22513061:22513448,23946771:23947040,23949089:23965452,23951274:23952979,23953323:23955662', 'assoc_mat': '21967184:pet_clair:4207:21971460,21967193:pet_clair:4207:21971805,21969982:pet_clair:4207:21970464,21978888:pet_clair:4207:22003056,22014830:pet_clair:4207:22032769,22054524:pet_clair:4207:22055096,22088046:pet_clair:4207:22090733,22150592:pet_clair:4207:22151596,22150596:pet_clair:4207:22151145,22180100:pet_clair:4207:22180578,22210183:pet_clair:4207:22211236,22226568:pet_clair:4207:22227439,22301996:pet_clair:4207:22302320,22453054:pet_clair:4207:22453668,22513061:pet_clair:4207:22513448,23946771:pet_clair:4207:23947040,23949089:pet_clair:4207:23965452,23951274:pet_clair:4207:23952979,23953323:pet_clair:4207:23955662'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004445768404066325, 'nb_photo': 3, 'list_port_cont': '22057340,22391721,22516752', 'assoc_port': '22051361:22057340,22391215:22391721,22513059:22516752', 'assoc_mat': '22051361:pet_clair:4461:22057340,22391215:pet_clair:4461:22391721,22513059:pet_clair:4461:22516752'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02843084786391289, 'nb_photo': 340, 'list_port_cont': '21963502,21969519,21971849,21987222,22006320,22023822,22026220,22027594,22040889,22041947,22044162,22044583,22051873,22052667,22053685,22053935,22053954,22053976,22054070,22055102,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22241924,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347712,22350369,22358813,22378619,22389050,22390079,22405892,22430776,22432536,22433526,22447453,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22493796,22494275,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096,24043816,24043929,24044980,24045919,24045969,24054789,24056816,24060294,24063937,24064924,24065832,24066467,24074476,24075008,24075817,24076536,2407855', 'assoc_port': '21963400:21963502,21967129:21969519,21967186:21971849,21976866:22023822,21976902:22026220,21978931:22027594,21980100:22006320,21984246:22052667,21986993:21987222,22014827:22040889,22014838:22041947,22014891:22044162,22014898:22044583,22035137:22054070,22040123:22053976,22040136:22053954,22045047:22053935,22051355:22053685,22051363:22051873,22054528:22055102,22068649:22083189,22073532:22074424,22078670:22099677,22088051:22091019,22091315:22118588,22091317:22109932,22093114:22118758,22096627:22097328,22101552:22108162,22123322:22123749,22126966:22132980,22129562:22135493,22132587:22138553,22137423:22147417,22142356:22148479,22142359:22148521,22142361:22149493,22153226:22156884,22185028:22241924,22191278:22193163,22194161:22195000,22200699:22242693,22204331:22204884,22210211:22241164,22211636:22239611,22222639:22229870,22234729:22234995,22286480:22287937,22291938:22294362,22295406:22299466,22307240:22307383,22307893:22312888,22312866:22321913,22316765:22321661,22331498:22350369,22336328:22346383,22339071:2234771', 'assoc_mat': '21963400:pet_clair:4200:21963502,21967129:pet_clair:4200:21969519,21967186:pet_clair:4200:21971849,21976866:pet_clair:4200:22023822,21976902:pet_clair:4200:22026220,21978931:pet_clair:4200:22027594,21980100:pet_clair:4200:22006320,21984246:pet_clair:4200:22052667,21986993:pet_clair:4200:21987222,22014827:pet_clair:4200:22040889,22014838:pet_clair:4200:22041947,22014891:pet_clair:4200:22044162,22014898:pet_clair:4200:22044583,22035137:pet_clair:4200:22054070,22040123:pet_clair:4200:22053976,22040136:pet_clair:4200:22053954,22045047:pet_clair:4200:22053935,22051355:pet_clair:4200:22053685,22051363:pet_clair:4200:22051873,22054528:pet_clair:4200:22055102,22068649:pet_clair:4200:22083189,22073532:pet_clair:4200:22074424,22078670:pet_clair:4200:22099677,22088051:pet_clair:4200:22091019,22091315:pet_clair:4200:22118588,22091317:pet_clair:4200:22109932,22093114:pet_clair:4200:22118758,22096627:pet_clair:4200:22097328,22101552:pet_clair:4200:22108162,22123322:pet_clair:4200:22123749,22126966:pet_clair:4200:22132980,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.007368525752314813, 'nb_photo': 9, 'list_port_cont': '22448923', 'assoc_port': '22448524:22448923', 'assoc_mat': '22448524:pet_clair:3594:22448923'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003170453138679512, 'nb_photo': 35, 'list_port_cont': '21964211,21981113,22015980,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490675,22544899,23935937,23949500,23954256,23955750,23955933,23956193,23965270,24454275,24455460,24455556,24464477,24475889,24477865,24479105,24480094,24482635', 'assoc_port': '21963882:21964211,21980117:21981113,22014886:22015980,22018590:24455556,22046565:22047087,22056819:22057105,22123324:22123756,22137426:22137988,22183560:22184238,22307235:22307671,22314652:22315046,22319403:22319795,22353972:22357148,22379661:22379982,22384433:22385062,22448524:24475889,22463408:22463850,22489071:22490675,22544864:22544899,23934884:23935937,23947292:23949500,23949104:23965270,23953275:23956193,23953279:23955750,23953435:23955933,23953479:23954256,24453988:24455460,24454085:24454275,24463193:24482635,24463395:24479105,24463410:24480094,24463496:24477865,24463682:24464477', 'assoc_mat': '21963882:pet_clair:4209:21964211,21980117:pet_clair:4209:21981113,22014886:pet_clair:4209:22015980,22018590:pet_clair:4209:24455556,22046565:pet_clair:4209:22047087,22056819:pet_clair:4209:22057105,22123324:pet_clair:4209:22123756,22137426:pet_clair:4209:22137988,22183560:pet_clair:4209:22184238,22307235:pet_clair:4209:22307671,22314652:pet_clair:4209:22315046,22319403:pet_clair:4209:22319795,22353972:pet_clair:4209:22357148,22379661:pet_clair:4209:22379982,22384433:pet_clair:4209:22385062,22448524:pet_clair:4209:24475889,22463408:pet_clair:4209:22463850,22489071:pet_clair:4209:22490675,22544864:pet_clair:4209:22544899,23934884:pet_clair:4209:23935937,23947292:pet_clair:4209:23949500,23949104:pet_clair:4209:23965270,23953275:pet_clair:4209:23956193,23953279:pet_clair:4209:23955750,23953435:pet_clair:4209:23955933,23953479:pet_clair:4209:23954256,24453988:pet_clair:4209:24455460,24454085:pet_clair:4209:24454275,24463193:pet_clair:4209:24482635,24463395:pet_clair:4209:24479105,24463410:pet_clair:4209:24480094,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006454608674992219, 'nb_photo': 122, 'list_port_cont': '21963410,21963583,21964275,21990267,21997443,22004075,22007318,22007773,22008824,22014717,22025956,22026182,22026242,22026584,22040624,22040694,22050717,22051598,22052016,22052130,22056369,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22378523,22378602,22381576,22381589,22394225,22420793,22430454,22437386,22439797,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952,23952575,23954095,23956306,23956965,23957869,23961232,23964606,23978860,24045041,24055538,24061512,24063476,24175415,24176837,24454902,24464848,24484381', 'assoc_port': '21962514:21963410,21963397:21963583,21963883:21964275,21975320:21990267,21976850:21997443,21978908:22004075,21980103:22007318,21980107:22007773,21980142:22008824,21985545:22014717,22014874:22026584,22014896:22026242,22014901:22026182,22024789:22025956,22040126:22040694,22040132:22040624,22042107:22051598,22046566:22050717,22049745:22056369,22051354:22052130,22051356:22052016,22054525:22057171,22086017:22094247,22091316:22091678,22131720:22132332,22144308:22144693,22157945:22158599,22177113:22177948,22183559:22186670,22226567:22229852,22312348:22312608,22312865:22313305,22340396:22341213,22344385:22344829,22345136:22345495,22350589:22353633,22378312:22378523,22378313:22378602,22381321:22381589,22381322:22381576,22393282:22394225,22420197:22420793,22429991:22430454,22436848:22437386,22439265:22439797,22453056:22453645,22457336:22458006,22457340:22457547,22466642:22467513,22468001:22468255,22486524:22487412,22488169:22488231,22491285:22491968,22496823:22498430,22502386:22502905,22517559:22518633,22519957:2252442', 'assoc_mat': '21962514:pet_clair:4211:21963410,21963397:pet_clair:4211:21963583,21963883:pet_clair:4211:21964275,21975320:pet_clair:4211:21990267,21976850:pet_clair:4211:21997443,21978908:pet_clair:4211:22004075,21980103:pet_clair:4211:22007318,21980107:pet_clair:4211:22007773,21980142:pet_clair:4211:22008824,21985545:pet_clair:4211:22014717,22014874:pet_clair:4211:22026584,22014896:pet_clair:4211:22026242,22014901:pet_clair:4211:22026182,22024789:pet_clair:4211:22025956,22040126:pet_clair:4211:22040694,22040132:pet_clair:4211:22040624,22042107:pet_clair:4211:22051598,22046566:pet_clair:4211:22050717,22049745:pet_clair:4211:22056369,22051354:pet_clair:4211:22052130,22051356:pet_clair:4211:22052016,22054525:pet_clair:4211:22057171,22086017:pet_clair:4211:22094247,22091316:pet_clair:4211:22091678,22131720:pet_clair:4211:22132332,22144308:pet_clair:4211:22144693,22157945:pet_clair:4211:22158599,22177113:pet_clair:4211:22177948,22183559:pet_clair:4211:22186670,22226567:pet_clair:4211:22229852,22312348:pet_clair:4211:22312608,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9859241214498703, 'nb_photo': 93157, 'list_port_cont': '21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,22389190,22391082,2239250', 'assoc_port': '21963399:21963757,21964372:21964592,21967124:21988608,21969980:21982681,21975313:21990851,21975319:21976289,21976848:21998125,21978922:22005695,21978944:22005804,21980102:22008139,21980115:22009174,21984249:22012898,21985543:22015717,21996832:21997671,22011451:22033712,22013383:22036192,22014822:22042141,22014828:22042751,22014840:22095885,22014875:22082874,22014890:22079923,22014897:22046332,22014905:22048304,22019912:22020908,22023872:22025556,22032522:22033943,22035139:22037056,22040125:22054696,22040135:22040774,22042109:22042956,22045050:22046211,22049752:22051165,22051359:22053759,22054521:22055906,22054523:22057901,22054527:22056154,22054529:22055734,22066731:22067768,22068650:22069674,22071992:22077046,22075835:22076462,22078672:22079685,22086065:22091993,22091319:22112202,22091321:22093328,22096626:22097557,22098018:22109488,22101541:22107800,22101550:22105061,22122001:22122798,22126969:22129282,22132582:22132952,22133906:22134776,22137424:22138725,22138710:22140629,22141213:22142070,22142362:2214388', 'assoc_mat': '21963399:pet_clair:3327:21963757,21964372:pet_clair:3327:21964592,21967124:pet_clair:3327:21988608,21969980:pet_clair:3327:21982681,21975313:pet_clair:3327:21990851,21975319:pet_clair:3327:21976289,21976848:pet_clair:3327:21998125,21978922:pet_clair:3327:22005695,21978944:pet_clair:3327:22005804,21980102:pet_clair:3327:22008139,21980115:pet_clair:3327:22009174,21984249:pet_clair:3327:22012898,21985543:pet_clair:3327:22015717,21996832:pet_clair:3327:21997671,22011451:pet_clair:3327:22033712,22013383:pet_clair:3327:22036192,22014822:pet_clair:3327:22042141,22014828:pet_clair:3327:22042751,22014840:pet_clair:3327:22095885,22014875:pet_clair:3327:22082874,22014890:pet_clair:3327:22079923,22014897:pet_clair:3327:22046332,22014905:pet_clair:3327:22048304,22019912:pet_clair:3327:22020908,22023872:pet_clair:3327:22025556,22032522:pet_clair:3327:22033943,22035139:pet_clair:3327:22037056,22040125:pet_clair:3327:22054696,22040135:pet_clair:3327:22040774,22042109:pet_clair:3327:22042956,22045050:pet_clair:3327:22046211,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004491463864226392, 'nb_photo': 1, 'list_port_cont': '22361617', 'assoc_port': '22355024:22361617', 'assoc_mat': '22355024:pet_fonce:4205:22361617'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018904705676207618, 'nb_photo': 1, 'list_port_cont': '22201652', 'assoc_port': '22200705:22201652', 'assoc_mat': '22200705:pet_fonce:4207:22201652'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003825351499945357, 'nb_photo': 1, 'list_port_cont': '23957311', 'assoc_port': '23949056:23957311', 'assoc_mat': '23949056:pet_fonce:4461:23957311'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.9261447029784983, 'nb_photo': 1992, 'list_port_cont': '22346558', 'assoc_port': '22346410:22346558', 'assoc_mat': '22346410:pet_fonce:4200:22346558'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.002450855396412037, 'nb_photo': 2, 'list_port_cont': '22448928', 'assoc_port': '22448524:22448928', 'assoc_mat': '22448524:pet_fonce:3594:22448928'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00020903059174965527, 'nb_photo': 6, 'list_port_cont': '22080511,22091670,22092183,22192300,22195695,22535671', 'assoc_port': '22079487:22080511,22079491:22092183,22091316:22091670,22191275:22192300,22195205:22195695,22534859:22535671', 'assoc_mat': '22079487:pet_fonce:4211:22080511,22079491:pet_fonce:4211:22092183,22091316:pet_fonce:4211:22091670,22191275:pet_fonce:4211:22192300,22195205:pet_fonce:4211:22195695,22534859:pet_fonce:4211:22535671'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004688484208808319, 'nb_photo': 14, 'list_port_cont': '22009170,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481,24056212,24057442', 'assoc_port': '21980115:22009170,22014828:22042753,22045050:22046217,22066731:22067758,22071992:22077057,22295403:22307654,22295431:22303810,22305205:22306120,22345137:22345682,22503985:22505176,22558087:22559481,23947371:24056212,23947668:24057442', 'assoc_mat': '21980115:pet_fonce:3327:22009170,22014828:pet_fonce:3327:22042753,22045050:pet_fonce:3327:22046217,22066731:pet_fonce:3327:22067758,22071992:pet_fonce:3327:22077057,22295403:pet_fonce:3327:22307654,22295431:pet_fonce:3327:22303810,22305205:pet_fonce:3327:22306120,22345137:pet_fonce:3327:22345682,22503985:pet_fonce:3327:22505176,22558087:pet_fonce:3327:22559481,23947371:pet_fonce:3327:24056212,23947668:pet_fonce:3327:24057442'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.003684788322733772, 'nb_photo': 2, 'list_port_cont': '22553547,24074202', 'assoc_port': '22550650:22553547,23950958:24074202', 'assoc_mat': '22550650:pet_opaque:4205:22553547,23950958:pet_opaque:4205:24074202'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.588914769780425e-05, 'nb_photo': 3, 'list_port_cont': '22097225,22154992,22450058', 'assoc_port': '22096625:22097225,22141215:22154992,22449976:22450058', 'assoc_mat': '22096625:pet_opaque:4203:22097225,22141215:pet_opaque:4203:22154992,22449976:pet_opaque:4203:22450058'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005035639375587501, 'nb_photo': 13, 'list_port_cont': '22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747,23956557,23963242,23968561,23972806', 'assoc_port': '22031176:22031488,22075837:22076180,22150592:22151599,22378451:22378742,22379396:22379468,22380802:22381073,22394735:22395079,22459601:22459747,23947784:23972806,23948942:23968561,23949291:23963242,23953277:23956557', 'assoc_mat': '22031176:pet_opaque:4207:22031488,22075837:pet_opaque:4207:22076180,22150592:pet_opaque:4207:22151599,22378451:pet_opaque:4207:22378742,22379396:pet_opaque:4207:22379468,22380802:pet_opaque:4207:22381073,22394735:pet_opaque:4207:22395079,22459601:pet_opaque:4207:22459747,23947784:pet_opaque:4207:23972806,23948942:pet_opaque:4207:23968561,23949291:pet_opaque:4207:23963242,23953277:pet_opaque:4207:23956557'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005316269606997555, 'nb_photo': 13, 'list_port_cont': '22055220,22069263,22143059,22184417,22292789,22433273,22438564,22494827,22561961,24464252,24474700,24480727', 'assoc_port': '22054526:22055220,22068647:22069263,22142357:22143059,22183556:22184417,22291934:22292789,22431118:22438564,22433052:22433273,22494448:22494827,22561375:22561961,24463213:24480727,24463436:24464252,24463673:24474700', 'assoc_mat': '22054526:pet_opaque:4461:22055220,22068647:pet_opaque:4461:22069263,22142357:pet_opaque:4461:22143059,22183556:pet_opaque:4461:22184417,22291934:pet_opaque:4461:22292789,22431118:pet_opaque:4461:22438564,22433052:pet_opaque:4461:22433273,22494448:pet_opaque:4461:22494827,22561375:pet_opaque:4461:22561961,24463213:pet_opaque:4461:24480727,24463436:pet_opaque:4461:24464252,24463673:pet_opaque:4461:24474700'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002592762209764235, 'nb_photo': 482, 'list_port_cont': '21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22004215,22006325,22007574,22013197,22023825,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22052673,22053683,22053797,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22242137,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22346379,22346567,22347718,22350359,22358800,22378781,22378981,22379412,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22430773,22432529,22433524,22441963,22447466,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22493806,22494277,22494866,22497794,22506975,2251690', 'assoc_port': '21962513:21963750,21963400:21963500,21967129:21969528,21967139:21970682,21967186:21971845,21976823:21996010,21976866:22023825,21976906:21977060,21978911:22004215,21980100:22006325,21980110:22007574,21984246:22052673,21985540:22013197,21986993:21987225,22014797:22040663,22014827:22040891,22014838:22041934,22014839:22042206,22014898:22044594,22014902:22044885,22014903:22045455,22032524:22057729,22035137:22054061,22040123:22053978,22040136:22053965,22042108:22042523,22045049:22053797,22049751:22050960,22049755:22056672,22051355:22053683,22054528:22055112,22068649:22083183,22073532:22074423,22078670:22099670,22088043:22091142,22088051:22091007,22091315:22118591,22093114:22118757,22096627:22097341,22101552:22108172,22123322:22123746,22126966:22132982,22129562:22135487,22132587:22138548,22137423:22147406,22141214:22162550,22142356:22148471,22142359:22148518,22142361:22149498,22144310:22153022,22148779:22169732,22153226:22156886,22154710:22158870,22154715:22159210,22185036:22242137,22191278:22193164,22194161:2219501', 'assoc_mat': '21962513:pet_opaque:4200:21963750,21963400:pet_opaque:4200:21963500,21967129:pet_opaque:4200:21969528,21967139:pet_opaque:4200:21970682,21967186:pet_opaque:4200:21971845,21976823:pet_opaque:4200:21996010,21976866:pet_opaque:4200:22023825,21976906:pet_opaque:4200:21977060,21978911:pet_opaque:4200:22004215,21980100:pet_opaque:4200:22006325,21980110:pet_opaque:4200:22007574,21984246:pet_opaque:4200:22052673,21985540:pet_opaque:4200:22013197,21986993:pet_opaque:4200:21987225,22014797:pet_opaque:4200:22040663,22014827:pet_opaque:4200:22040891,22014838:pet_opaque:4200:22041934,22014839:pet_opaque:4200:22042206,22014898:pet_opaque:4200:22044594,22014902:pet_opaque:4200:22044885,22014903:pet_opaque:4200:22045455,22032524:pet_opaque:4200:22057729,22035137:pet_opaque:4200:22054061,22040123:pet_opaque:4200:22053978,22040136:pet_opaque:4200:22053965,22042108:pet_opaque:4200:22042523,22045049:pet_opaque:4200:22053797,22049751:pet_opaque:4200:22050960,22049755:pet_opaque:4200:22056672,22051355:pet_opaque:4200:22053683,2205'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0018308316152776867, 'nb_photo': 33, 'list_port_cont': '21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678,23935890,23935933,23947993,23953119,23953332,23954259,24455282,24479213,24480074,24481868,24482637', 'assoc_port': '21976904:21977104,22038503:22050288,22040133:22040474,22049747:22050449,22049749:22051857,22096624:22097146,22148776:22149413,22154714:22154839,22174848:22175463,22195202:22195660,22217464:22217895,22221022:22221841,22376588:22377461,22402440:22403220,22433050:22433174,22503987:22504824,22504014:22504641,22511772:22512581,22552959:22553678,23934884:23935933,23934915:23935890,23946524:23947993,23951108:23953332,23951111:23953119,23953479:23954259,24453996:24455282,24463193:24482637,24463246:24481868,24463405:24479213,24463410:24480074', 'assoc_mat': '21976904:pet_opaque:4209:21977104,22038503:pet_opaque:4209:22050288,22040133:pet_opaque:4209:22040474,22049747:pet_opaque:4209:22050449,22049749:pet_opaque:4209:22051857,22096624:pet_opaque:4209:22097146,22148776:pet_opaque:4209:22149413,22154714:pet_opaque:4209:22154839,22174848:pet_opaque:4209:22175463,22195202:pet_opaque:4209:22195660,22217464:pet_opaque:4209:22217895,22221022:pet_opaque:4209:22221841,22376588:pet_opaque:4209:22377461,22402440:pet_opaque:4209:22403220,22433050:pet_opaque:4209:22433174,22503987:pet_opaque:4209:22504824,22504014:pet_opaque:4209:22504641,22511772:pet_opaque:4209:22512581,22552959:pet_opaque:4209:22553678,23934884:pet_opaque:4209:23935933,23934915:pet_opaque:4209:23935890,23946524:pet_opaque:4209:23947993,23951108:pet_opaque:4209:23953332,23951111:pet_opaque:4209:23953119,23953479:pet_opaque:4209:23954259,24453996:pet_opaque:4209:24455282,24463193:pet_opaque:4209:24482637,24463246:pet_opaque:4209:24481868,24463405:pet_opaque:4209:24479213,24463410:pet_opaque:4209:24480074'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00033117545443129474, 'nb_photo': 262, 'list_port_cont': '21970578,22004074,22007769,22008816,22015457,22017313,22020095,22025927,22025959,22026181,22026234,22026669,22026746,22029559,22031879,22031953,22033376,22040607,22052129,22056370,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22185620,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22352907,22355860,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22490648,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962,23948142,23949165,23952580,23953028,23956304,23957874,23964607,23966160,23969640,23978862,2404505', 'assoc_port': '21967132:21970578,21969979:22020095,21978908:22004074,21980107:22007769,21980142:22008816,21985548:22015457,21986988:22017313,22014825:22026746,22014833:22026669,22014896:22026234,22014901:22026181,22024784:22025927,22024789:22025959,22029102:22029559,22031175:22031953,22031177:22031879,22032532:22033376,22040132:22040607,22049745:22056370,22051354:22052129,22065346:22068755,22071991:22072737,22079488:22083632,22079491:22092188,22101546:22105433,22126967:22127605,22131720:22132330,22144305:22144833,22150594:22151416,22154691:22155287,22157945:22158587,22177113:22177959,22178712:22179540,22183559:22186658,22185065:22185620,22191275:22192296,22195199:22195670,22195205:22195690,22210185:22210747,22222660:22222984,22226567:22229853,22290548:22291492,22294054:22294739,22298063:22298645,22304108:22306927,22312348:22312605,22312865:22313299,22312871:22313068,22314655:22315306,22318030:22318838,22328574:22329442,22336329:22337045,22340396:22341211,22344385:22344858,22352274:22352907,22355023:22355860,22376585:2237750', 'assoc_mat': '21967132:pet_opaque:4211:21970578,21969979:pet_opaque:4211:22020095,21978908:pet_opaque:4211:22004074,21980107:pet_opaque:4211:22007769,21980142:pet_opaque:4211:22008816,21985548:pet_opaque:4211:22015457,21986988:pet_opaque:4211:22017313,22014825:pet_opaque:4211:22026746,22014833:pet_opaque:4211:22026669,22014896:pet_opaque:4211:22026234,22014901:pet_opaque:4211:22026181,22024784:pet_opaque:4211:22025927,22024789:pet_opaque:4211:22025959,22029102:pet_opaque:4211:22029559,22031175:pet_opaque:4211:22031953,22031177:pet_opaque:4211:22031879,22032532:pet_opaque:4211:22033376,22040132:pet_opaque:4211:22040607,22049745:pet_opaque:4211:22056370,22051354:pet_opaque:4211:22052129,22065346:pet_opaque:4211:22068755,22071991:pet_opaque:4211:22072737,22079488:pet_opaque:4211:22083632,22079491:pet_opaque:4211:22092188,22101546:pet_opaque:4211:22105433,22126967:pet_opaque:4211:22127605,22131720:pet_opaque:4211:22132330,22144305:pet_opaque:4211:22144833,22150594:pet_opaque:4211:22151416,22154691:pet_opaque:4211:22155287,2215'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004357032523656563, 'nb_photo': 365, 'list_port_cont': '21962939,21967682,21970619,21977417,21979773,21996965,22015338,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22379487,22389541,22403112,22411917,22412541,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22532250,22537004,22543393,22552271,22556356,22560474,22566497,24045646,24054496,24055164,24055556,24055901,24056768,24058522,24063882,24065201,24065531,24065901,24071626,24071818,24071925,24076078,24454571,24490566,24490582,24490596,24490605,24490630,24490689,24490707,24490717,24490731,24490775', 'assoc_port': '21962512:21962939,21967188:21967682,21969981:21970619,21976865:21977417,21978938:21979773,21996833:21996965,22014835:22028491,22014872:22015338,22018591:22024485,22035138:22051423,22040129:22040790,22051360:22051723,22054522:22055157,22062850:22064643,22073531:22073981,22075836:22076264,22079490:22081442,22098017:22098896,22106152:22106681,22131721:22132406,22133905:22134321,22137425:22166954,22148775:22165092,22150595:22159637,22174852:22235720,22185033:22186446,22194159:22194605,22206469:22207263,22221035:22225037,22286479:22287110,22299407:22301632,22304113:22306706,22307886:22308222,22309703:22310204,22314656:22314713,22379399:22379487,22388008:22389541,22393285:22412541,22394734:22411917,22402406:22403112,22450301:22450646,22457337:22458373,22459597:22460029,22469829:22469998,22486521:22486682,22486538:22487210,22488165:22488316,22489069:22490161,22494461:22494958,22497685:22497915,22509477:22513090,22531797:22532250,22536495:22537004,22542655:22543393,22550651:22552271,22554335:22560474,22554338:2255635', 'assoc_mat': '21962512:plastique:3726:21962939,21967188:plastique:3726:21967682,21969981:plastique:3726:21970619,21976865:plastique:3726:21977417,21978938:plastique:3726:21979773,21996833:plastique:3726:21996965,22014835:plastique:3726:22028491,22014872:plastique:3726:22015338,22018591:plastique:3726:22024485,22035138:plastique:3726:22051423,22040129:plastique:3726:22040790,22051360:plastique:3726:22051723,22054522:plastique:3726:22055157,22062850:plastique:3726:22064643,22073531:plastique:3726:22073981,22075836:plastique:3726:22076264,22079490:plastique:3726:22081442,22098017:plastique:3726:22098896,22106152:plastique:3726:22106681,22131721:plastique:3726:22132406,22133905:plastique:3726:22134321,22137425:plastique:3726:22166954,22148775:plastique:3726:22165092,22150595:plastique:3726:22159637,22174852:plastique:3726:22235720,22185033:plastique:3726:22186446,22194159:plastique:3726:22194605,22206469:plastique:3726:22207263,22221035:plastique:3726:22225037,22286479:plastique:3726:22287110,22299407:plastique:3726:22301632,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011181517524091881, 'nb_photo': 1629, 'list_port_cont': '21962937,21967688,21970618,21977419,21979782,21996959,22015340,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22379495,22389543,22403116,22411916,22412548,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22532245,22537007,22543400,22552267,22556365,22560468,22566496,23977005,24045647,24054497,24055166,24055546,24055897,24056771,24058515,24063886,24065202,24065525,24065906,24071631,24071649,24071819,24071924,24076082,24454241,24454565,24490571,24490574,24490593,24490603,24490634,24490672,24490687,24490698,24490711,24490728,24490776', 'assoc_port': '21962512:21962937,21967188:21967688,21969981:21970618,21976865:21977419,21978938:21979782,21996833:21996959,22014835:22028489,22014845:22028377,22014872:22015340,22018591:22024480,22035138:22051418,22040129:22040791,22051360:22051722,22054522:22055163,22062850:22064653,22073531:22073979,22075836:22076262,22079490:22081437,22096622:22102886,22098017:22098899,22106152:22106682,22131721:22132397,22133905:22134318,22137425:22166953,22148775:22165100,22150595:22159638,22174852:22235721,22185033:22186444,22194156:22195061,22194159:22194599,22206469:22207266,22221035:22225045,22286479:22287113,22299407:22301629,22304113:22306708,22307886:22308220,22309703:22310206,22314656:22314703,22379399:22379495,22388008:22389543,22393285:22412548,22394734:22411916,22402406:22403116,22450301:22450654,22457337:22458374,22459597:22460026,22469829:22469988,22486521:22486683,22486538:22487206,22488165:22488312,22489069:22490162,22494461:22494960,22497685:22497921,22509477:22513084,22531797:22532245,22536495:22537007,22542655:2254340', 'assoc_mat': '21962512:Teint_Dans_La_Masse:3726:21962937,21967188:Teint_Dans_La_Masse:3726:21967688,21969981:Teint_Dans_La_Masse:3726:21970618,21976865:Teint_Dans_La_Masse:3726:21977419,21978938:Teint_Dans_La_Masse:3726:21979782,21996833:Teint_Dans_La_Masse:3726:21996959,22014835:Teint_Dans_La_Masse:3726:22028489,22014845:Teint_Dans_La_Masse:3726:22028377,22014872:Teint_Dans_La_Masse:3726:22015340,22018591:Teint_Dans_La_Masse:3726:22024480,22035138:Teint_Dans_La_Masse:3726:22051418,22040129:Teint_Dans_La_Masse:3726:22040791,22051360:Teint_Dans_La_Masse:3726:22051722,22054522:Teint_Dans_La_Masse:3726:22055163,22062850:Teint_Dans_La_Masse:3726:22064653,22073531:Teint_Dans_La_Masse:3726:22073979,22075836:Teint_Dans_La_Masse:3726:22076262,22079490:Teint_Dans_La_Masse:3726:22081437,22096622:Teint_Dans_La_Masse:3726:22102886,22098017:Teint_Dans_La_Masse:3726:22098899,22106152:Teint_Dans_La_Masse:3726:22106682,22131721:Teint_Dans_La_Masse:3726:22132397,22133905:Teint_Dans_La_Masse:3726:22134318,22137425:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 34358}, 'velours_link': {'gm': 'https://www.fotonower.com/velours/30173643,30173652,30173660,30173671,30173677,30173685,30173694,30173703,30173711,30173719,30173726,30173734?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/30173644,30173646,30173654,30173662,30173679,30173697,30173705,30173713,30173721,30173728?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173645,30173663,30173664,30173665,30173688,30173695,30173736,30173737?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173647,30173655,30173666,30173680,30173687,30173689,30173698,30173706,30173714,30173722,30173729?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173648,30173656,30173667,30173673,30173681,30173690,30173699,30173707,30173715,30173730?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173649,30173657,30173668,30173674,30173682,30173691,30173700,30173708,30173716,30173723,30173731?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173650,30173658,30173669,30173675,30173683,30173692,30173701,30173709,30173717,30173724,30173732?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173651,30173659,30173670,30173676,30173684,30173693,30173702,30173710,30173718,30173725,30173733?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173653,30173661,30173672,30173678,30173686,30173696,30173704,30173712,30173720,30173727,30173735?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('film_pedb', '2025-04', 0.2293890495389466),), (('jrm', '2025-04', 0.035838716992180636),), (('flux_dev', '2025-04', 0.1872178503743561),), (('pehd_pp', '2025-04', 0.05432900990350421),), (('aluminium', '2025-04', 0.06107586930184124),), (('emr', '2025-04', 0.05256004168359554),), (('pet_clair', '2025-04', 0.013848944899863654),), (('gm', '2025-04', 0.07834233331369034),), (('ela', '2025-04', 0.026098521410278405),)]} 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': ((28735,),), 'unwanted_material_monthly_percentage': ((0.08568302061150089,),), 'material_repartition': (('pet_clair', 2093), ('film_pedb', 1556), ('pehd_pp', 1527), ('flux_dev', 1245), ('gm', 1195), ('emr', 1181), ('jrm', 1014), ('ela', 453), ('aluminium', 244)), 'material_dict': {'pet_clair': 2093, 'film_pedb': 1556, 'pehd_pp': 1527, 'autres': 5332}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 4, 1), 0.07526696074570886, 19), (datetime.date(2025, 4, 2), 0.06933744224965964, 14), (datetime.date(2025, 4, 3), 0.08174486843721634, 20), (datetime.date(2025, 4, 4), 0.07862373119756123, 23), (datetime.date(2025, 4, 7), 0.07604384400762304, 22), (datetime.date(2025, 4, 8), 0.061818024212577906, 7), (datetime.date(2025, 4, 9), 0.07998084858387651, 21), (datetime.date(2025, 4, 10), 0.0733056310991927, 14), (datetime.date(2025, 4, 11), 0.07059078737275858, 54), (datetime.date(2025, 4, 15), 0.07045969398308598, 18), (datetime.date(2025, 4, 16), 0.10165947779031204, 14), (datetime.date(2025, 4, 17), 0.10690315075627256, 18), (datetime.date(2025, 4, 18), 0.08717545049899914, 9), (datetime.date(2025, 4, 19), 0.09020080363613306, 52), (datetime.date(2025, 4, 22), 0.09691729457106167, 38), (datetime.date(2025, 4, 23), 0.07062674245494019, 245), (datetime.date(2025, 4, 24), 0.0906529797210499, 20), (datetime.date(2025, 4, 25), 0.07975008732431396, 21), (datetime.date(2025, 4, 28), 0.09575468300196122, 32), (datetime.date(2025, 4, 29), 0.09908524873673975, 32), (datetime.date(2025, 4, 30), 0.10424334220697316, 35)), 'impurety_average_data_per_hashtag': {'film_pedb': ((datetime.date(2025, 4, 1), 0.2580091169585227, 19), (datetime.date(2025, 4, 2), 0.2279547052048945, 29), (datetime.date(2025, 4, 3), 0.24029692846315168, 31), (datetime.date(2025, 4, 4), 0.23064958978676098, 35), (datetime.date(2025, 4, 7), 0.2366786524032243, 32), (datetime.date(2025, 4, 8), 0.23469675996211814, 7), (datetime.date(2025, 4, 9), 0.24144008934461714, 26), (datetime.date(2025, 4, 10), 0.23801134116226724, 19), (datetime.date(2025, 4, 11), 0.22124093030216088, 31), (datetime.date(2025, 4, 15), 0.22474229195263143, 35), (datetime.date(2025, 4, 16), 0.2601432679653031, 23), (datetime.date(2025, 4, 17), 0.21663906235152228, 41), (datetime.date(2025, 4, 18), 0.2182593708767142, 31), (datetime.date(2025, 4, 19), 0.09020080363613306, 52), (datetime.date(2025, 4, 22), 0.22129952587831522, 35), (datetime.date(2025, 4, 23), 0.23220190925408896, 29), (datetime.date(2025, 4, 24), 0.23113290522695026, 35), (datetime.date(2025, 4, 25), 0.24106330429317865, 27), (datetime.date(2025, 4, 28), 0.24711864621659585, 28), (datetime.date(2025, 4, 29), 0.19865042709965142, 34), (datetime.date(2025, 4, 30), 0.21844204017953878, 35)), 'jrm': ((datetime.date(2025, 4, 1), 0.0361486699801691, 36), (datetime.date(2025, 4, 2), 0.03570513523568381, 36), (datetime.date(2025, 4, 3), 0.03355934694590119, 39), (datetime.date(2025, 4, 4), 0.026299625965472542, 39), (datetime.date(2025, 4, 7), 0.04282772830636225, 39), (datetime.date(2025, 4, 8), 0.03468573706166247, 7), (datetime.date(2025, 4, 9), 0.03156154806256403, 35), (datetime.date(2025, 4, 10), 0.0326970298265053, 37), (datetime.date(2025, 4, 11), 0.04210874507681031, 38), (datetime.date(2025, 4, 15), 0.038869036648755455, 37), (datetime.date(2025, 4, 16), 0.03952888064878487, 37), (datetime.date(2025, 4, 17), 0.037195866794835324, 42), (datetime.date(2025, 4, 18), 0.03631479763930006, 38), (datetime.date(2025, 4, 22), 0.03727231174001546, 38), (datetime.date(2025, 4, 23), 0.032093227146210636, 34), (datetime.date(2025, 4, 24), 0.03344102368134325, 32), (datetime.date(2025, 4, 25), 0.040636712853754475, 15), (datetime.date(2025, 4, 28), 0.03044152568934978, 17), (datetime.date(2025, 4, 29), 0.038054835254250144, 32), (datetime.date(2025, 4, 30), 0.030706216711884834, 29)), 'flux_dev': ((datetime.date(2025, 4, 1), 0.07553451296657396, 20), (datetime.date(2025, 4, 2), 0.07253476886299993, 19), (datetime.date(2025, 4, 3), 0.09587488510730234, 19), (datetime.date(2025, 4, 4), 0.07478997972294682, 31), (datetime.date(2025, 4, 7), 0.07826271613261422, 20), (datetime.date(2025, 4, 8), 0.0821145212613053, 38), (datetime.date(2025, 4, 9), 0.07073314955445714, 15), (datetime.date(2025, 4, 10), 0.07789673393759698, 32), (datetime.date(2025, 4, 11), 0.08377859792418786, 6), (datetime.date(2025, 4, 15), 0.07453879701893998, 33), (datetime.date(2025, 4, 16), 0.3156034731282071, 36), (datetime.date(2025, 4, 17), 0.33265077841897406, 22), (datetime.date(2025, 4, 18), 0.262245120424144, 34), (datetime.date(2025, 4, 22), 0.30255254518140207, 13), (datetime.date(2025, 4, 23), 0.07613323109350106, 17), (datetime.date(2025, 4, 24), 0.28343598447187585, 22), (datetime.date(2025, 4, 25), 0.09103469771415167, 21), (datetime.date(2025, 4, 28), 0.22975211103557686, 38), (datetime.date(2025, 4, 29), 0.3508858674671814, 19), (datetime.date(2025, 4, 30), 0.38578698302346426, 21)), 'pehd_pp': ((datetime.date(2025, 4, 1), 0.04439264324712885, 16), (datetime.date(2025, 4, 2), 0.045250774034305066, 20), (datetime.date(2025, 4, 3), 0.0481949027935874, 22), (datetime.date(2025, 4, 4), 0.05041811786738448, 20), (datetime.date(2025, 4, 7), 0.04468311175330055, 27), (datetime.date(2025, 4, 8), 0.04674679465912868, 22), (datetime.date(2025, 4, 9), 0.0452096944221771, 21), (datetime.date(2025, 4, 10), 0.04849838142632171, 14), (datetime.date(2025, 4, 11), 0.047566679781490546, 22), (datetime.date(2025, 4, 15), 0.048196025331770774, 19), (datetime.date(2025, 4, 16), 0.06025043329587489, 20), (datetime.date(2025, 4, 17), 0.06306877154588045, 18), (datetime.date(2025, 4, 18), 0.06636297386683407, 27), (datetime.date(2025, 4, 22), 0.05976639921573083, 25), (datetime.date(2025, 4, 23), 0.04364096278753748, 20), (datetime.date(2025, 4, 24), 0.058626983702124935, 20), (datetime.date(2025, 4, 25), 0.04880761483164487, 19), (datetime.date(2025, 4, 28), 0.06635740947541358, 17), (datetime.date(2025, 4, 29), 0.058618061148800804, 23), (datetime.date(2025, 4, 30), 0.0630522135813212, 20)), 'aluminium': ((datetime.date(2025, 4, 1), 0.05779183648647396, 8), (datetime.date(2025, 4, 2), 0.05036376005197818, 8), (datetime.date(2025, 4, 3), 0.06256261929312333, 15), (datetime.date(2025, 4, 4), 0.05792009282037841, 16), (datetime.date(2025, 4, 7), 0.05916398922797051, 15), (datetime.date(2025, 4, 8), 0.05148167137473975, 12), (datetime.date(2025, 4, 9), 0.08560383446626432, 13), (datetime.date(2025, 4, 10), 0.05649950243185614, 9), (datetime.date(2025, 4, 11), 0.06740296258583503, 10), (datetime.date(2025, 4, 15), 0.06313151352587583, 19), (datetime.date(2025, 4, 16), 0.03983790897256403, 14), (datetime.date(2025, 4, 17), 0.06608242577151166, 17), (datetime.date(2025, 4, 18), 0.05281073563468756, 9), (datetime.date(2025, 4, 22), 0.06145783828196864, 15), (datetime.date(2025, 4, 23), 0.06423072977902605, 12), (datetime.date(2025, 4, 24), 0.05790615493978847, 13), (datetime.date(2025, 4, 25), 0.06590741141588151, 15), (datetime.date(2025, 4, 28), 0.07912808457389178, 16), (datetime.date(2025, 4, 29), 0.07068518941779013, 15), (datetime.date(2025, 4, 30), 0.07151352871966549, 14)), 'emr': ((datetime.date(2025, 4, 1), 0.05439369942304783, 12), (datetime.date(2025, 4, 2), 0.05190166941044285, 11), (datetime.date(2025, 4, 3), 0.051346977623019194, 14), (datetime.date(2025, 4, 4), 0.053245497085310525, 15), (datetime.date(2025, 4, 7), 0.050127627281038485, 22), (datetime.date(2025, 4, 8), 0.051099366624482556, 7), (datetime.date(2025, 4, 9), 0.05008844788448784, 21), (datetime.date(2025, 4, 10), 0.05868895493715631, 32), (datetime.date(2025, 4, 11), 0.05670278768829542, 26), (datetime.date(2025, 4, 15), 0.04584609063635159, 6), (datetime.date(2025, 4, 16), 0.05748830053398134, 9), (datetime.date(2025, 4, 17), 0.05533454220835337, 20), (datetime.date(2025, 4, 18), 0.05074941503972775, 9), (datetime.date(2025, 4, 22), 0.04930521135321853, 16), (datetime.date(2025, 4, 23), 0.04255172405146244, 9), (datetime.date(2025, 4, 24), 0.048645724370653794, 9), (datetime.date(2025, 4, 25), 0.0456163515058803, 6), (datetime.date(2025, 4, 28), 0.05484768518330438, 8), (datetime.date(2025, 4, 29), 0.05311890885211622, 11), (datetime.date(2025, 4, 30), 0.05303135622116695, 12)), 'pet_clair': ((datetime.date(2025, 4, 1), 0.020974540751188746, 50), (datetime.date(2025, 4, 2), 0.010287254416891602, 56), (datetime.date(2025, 4, 3), 0.009050384964447444, 44), (datetime.date(2025, 4, 4), 0.02150218491715681, 23), (datetime.date(2025, 4, 7), 0.024545827610320963, 49), (datetime.date(2025, 4, 8), 0.013620477823750383, 53), (datetime.date(2025, 4, 9), 0.01882623910543784, 17), (datetime.date(2025, 4, 10), 0.019300741804393697, 28), (datetime.date(2025, 4, 11), 0.010423019884083437, 54), (datetime.date(2025, 4, 15), 0.008858128564310577, 49), (datetime.date(2025, 4, 16), 0.018351096000292694, 54), (datetime.date(2025, 4, 17), 0.018037762038559967, 24), (datetime.date(2025, 4, 18), 0.013149734510967924, 24), (datetime.date(2025, 4, 22), 0.014833704332738305, 24), (datetime.date(2025, 4, 23), 0.007441335786884912, 41), (datetime.date(2025, 4, 24), 0.012140322493363822, 24), (datetime.date(2025, 4, 25), 0.01256946916270984, 25), (datetime.date(2025, 4, 28), 0.012666428212204888, 32), (datetime.date(2025, 4, 29), 0.010413571324216222, 43), (datetime.date(2025, 4, 30), 0.011845386446396934, 24)), 'gm': ((datetime.date(2025, 4, 1), 0.06302484063889525, 24), (datetime.date(2025, 4, 2), 0.07779503549627921, 14), (datetime.date(2025, 4, 3), 0.09468722993415275, 20), (datetime.date(2025, 4, 4), 0.08555549679853548, 25), (datetime.date(2025, 4, 7), 0.07601054360859609, 10), (datetime.date(2025, 4, 8), 0.04376541623435694, 25), (datetime.date(2025, 4, 9), 0.06104676485552953, 10), (datetime.date(2025, 4, 10), 0.06097257946209513, 12), (datetime.date(2025, 4, 11), 0.07313010826062852, 26), (datetime.date(2025, 4, 15), 0.09595248585561766, 18), (datetime.date(2025, 4, 16), 0.06314028557821091, 14), (datetime.date(2025, 4, 17), 0.08527417252841692, 31), (datetime.date(2025, 4, 18), 0.08764165156959666, 9), (datetime.date(2025, 4, 22), 0.07717546326174755, 22), (datetime.date(2025, 4, 23), 0.06895123855859658, 245), (datetime.date(2025, 4, 24), 0.07367502413923671, 23), (datetime.date(2025, 4, 25), 0.08433793166114525, 13), (datetime.date(2025, 4, 28), 0.09245703488615849, 27), (datetime.date(2025, 4, 29), 0.07696059063025786, 7), (datetime.date(2025, 4, 30), 0.08310669547430184, 26)), 'ela': ((datetime.date(2025, 4, 1), 0.037916463262727435, 25), (datetime.date(2025, 4, 2), 0.0284318567767476, 34), (datetime.date(2025, 4, 3), 0.03089815624398044, 25), (datetime.date(2025, 4, 4), 0.02102122905485662, 36), (datetime.date(2025, 4, 7), 0.03293854961841974, 22), (datetime.date(2025, 4, 8), 0.024217577999072277, 32), (datetime.date(2025, 4, 9), 0.021758463683246628, 15), (datetime.date(2025, 4, 10), 0.027455577655473087, 32), (datetime.date(2025, 4, 11), 0.02320269561923108, 25), (datetime.date(2025, 4, 15), 0.025910832523952793, 21), (datetime.date(2025, 4, 16), 0.020627179347707292, 30), (datetime.date(2025, 4, 17), 0.03089357925653266, 30), (datetime.date(2025, 4, 18), 0.02522569645830096, 22), (datetime.date(2025, 4, 22), 0.026546094524111972, 30), (datetime.date(2025, 4, 23), 0.022593322875320013, 30), (datetime.date(2025, 4, 24), 0.027653565963100445, 24), (datetime.date(2025, 4, 25), 0.027201928074035785, 35), (datetime.date(2025, 4, 28), 0.019887853582819838, 37), (datetime.date(2025, 4, 29), 0.02342423854881606, 30), (datetime.date(2025, 4, 30), 0.02828989267221904, 29))}, 'quality_array': [['-5.21384275441211', '01042025'], ['-5.182725064827935', '02042025'], ['-5.242283026161012', '03042025'], ['-5.174044820559189', '04042025'], ['-5.189962587511423', '07042025'], ['-5.21122601929714', '08042025'], ['-5.147690665397949', '09042025'], ['-5.189993423551405', '10042025'], ['-5.17490885329772', '11042025'], ['-5.169435775736813', '15042025'], ['-5.185074101883467', '16042025'], ['-5.187560490026458', '17042025'], ['-5.206238645517409', '18042025'], ['-4.35933950661387', '19042025'], ['-5.192195838933275', '22042025'], ['-5.120200051982325', '23042025'], ['-5.1272327034217104', '24042025'], ['-5.187313336228046', '25042025'], ['-5.183042428821725', '28042025'], ['-5.141952474689677', '29042025'], ['-5.151260845380861', '30042025']], 'number_of_batch': ((1771,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0015296917197145058, 'nb_photo': 5, 'list_port_cont': '22448924', 'assoc_port': '22448524:22448924', 'assoc_mat': '22448524:autre:3594:22448924'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004818879830564879, 'nb_photo': 693, 'list_port_cont': '21963765,21964605,21976281,21982679,21988615,21990862,21997669,21998126,22005685,22005806,22008149,22012897,22015724,22020911,22025564,22033713,22033940,22037068,22040784,22042146,22042748,22042945,22046220,22046341,22048309,22051164,22053760,22054702,22055736,22055910,22056157,22067764,22069684,22076457,22077053,22079689,22079921,22082870,22092003,22093334,22095889,22097551,22105064,22107795,22112198,22129290,22132949,22134775,22138730,22140628,22142069,22143886,22147617,22150074,22152138,22159096,22181931,22187117,22190722,22196309,22207807,22209139,22223413,22229895,22234450,22236411,22237238,22242983,22302591,22302786,22303808,22306112,22307661,22308462,22309673,22313217,22317216,22317627,22317840,22340142,22345684,22346425,22346701,22347419,22347578,22353377,22354646,22356548,22358825,22358835,22373035,22378773,22379339,22380043,22382923,22389185,22392508,22395584,22395890,22402320,22405852,22426470,22428611,22429871,22432420,22433665,22441915,22443629,22445293,22453158,22453749,22456262,22457129,2245968', 'assoc_port': '21963399:21963765,21964372:21964605,21967124:21988615,21969980:21982679,21975313:21990862,21975319:21976281,21976848:21998126,21978922:22005685,21978944:22005806,21980102:22008149,21984249:22012897,21985543:22015724,21996832:21997669,22011451:22033713,22014822:22042146,22014828:22042748,22014840:22095889,22014875:22082870,22014890:22079921,22014897:22046341,22014905:22048309,22019912:22020911,22023872:22025564,22032522:22033940,22035139:22037068,22040125:22054702,22040135:22040784,22042109:22042945,22045050:22046220,22049752:22051164,22051359:22053760,22054521:22055910,22054527:22056157,22054529:22055736,22066731:22067764,22068650:22069684,22071992:22077053,22075835:22076457,22078672:22079689,22086065:22092003,22091319:22112198,22091321:22093334,22096626:22097551,22101541:22107795,22101550:22105064,22126969:22129290,22132582:22132949,22133906:22134775,22137424:22138730,22138710:22140628,22141213:22142069,22142362:22143886,22144307:22147617,22148778:22150074,22150593:22152138,22157943:22159096,22177108:2218193', 'assoc_mat': '21963399:autre:3327:21963765,21964372:autre:3327:21964605,21967124:autre:3327:21988615,21969980:autre:3327:21982679,21975313:autre:3327:21990862,21975319:autre:3327:21976281,21976848:autre:3327:21998126,21978922:autre:3327:22005685,21978944:autre:3327:22005806,21980102:autre:3327:22008149,21984249:autre:3327:22012897,21985543:autre:3327:22015724,21996832:autre:3327:21997669,22011451:autre:3327:22033713,22014822:autre:3327:22042146,22014828:autre:3327:22042748,22014840:autre:3327:22095889,22014875:autre:3327:22082870,22014890:autre:3327:22079921,22014897:autre:3327:22046341,22014905:autre:3327:22048309,22019912:autre:3327:22020911,22023872:autre:3327:22025564,22032522:autre:3327:22033940,22035139:autre:3327:22037068,22040125:autre:3327:22054702,22040135:autre:3327:22040784,22042109:autre:3327:22042945,22045050:autre:3327:22046220,22049752:autre:3327:22051164,22051359:autre:3327:22053760,22054521:autre:3327:22055910,22054527:autre:3327:22056157,22054529:autre:3327:22055736,22066731:autre:3327:22067764,22068650:'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010749235440989893, 'nb_photo': 629, 'list_port_cont': '21962929,21967686,21970623,21977412,21979780,21996958,22015337,22024488,22028372,22028488,22040788,22051416,22051729,22055158,22064645,22073978,22076266,22081436,22098892,22102887,22106679,22132399,22134322,22159632,22165096,22166959,22186452,22194604,22195051,22207259,22225044,22235726,22287108,22301637,22306710,22308219,22310214,22314712,22379496,22389546,22403109,22411923,22412545,22450650,22458372,22460025,22469990,22486692,22487207,22488313,22490155,22494951,22497913,22513086,22532248,22537009,22543396,22552269,22556364,22560472,22566506,23977006,24045640,24054492,24055172,24055554,24055903,24056764,24058525,24063891,24065199,24065520,24065905,24071636,24071654,24071823,24071929,24076073,24454568,24490563,24490586,24490589,24490602,24490628,24490681,24490699,24490713,24490729,24490766', 'assoc_port': '21962512:21962929,21967188:21967686,21969981:21970623,21976865:21977412,21978938:21979780,21996833:21996958,22014835:22028488,22014845:22028372,22014872:22015337,22018591:22024488,22035138:22051416,22040129:22040788,22051360:22051729,22054522:22055158,22062850:22064645,22073531:22073978,22075836:22076266,22079490:22081436,22096622:22102887,22098017:22098892,22106152:22106679,22131721:22132399,22133905:22134322,22137425:22166959,22148775:22165096,22150595:22159632,22174852:22235726,22185033:22186452,22194156:22195051,22194159:22194604,22206469:22207259,22221035:22225044,22286479:22287108,22299407:22301637,22304113:22306710,22307886:22308219,22309703:22310214,22314656:22314712,22379399:22379496,22388008:22389546,22393285:22412545,22394734:22411923,22402406:22403109,22450301:22450650,22457337:22458372,22459597:22460025,22469829:22469990,22486521:22486692,22486538:22487207,22488165:22488313,22489069:22490155,22494461:22494951,22497685:22497913,22509477:22513086,22531797:22532248,22536495:22537009,22542655:2254339', 'assoc_mat': '21962512:autre_refus:3726:21962929,21967188:autre_refus:3726:21967686,21969981:autre_refus:3726:21970623,21976865:autre_refus:3726:21977412,21978938:autre_refus:3726:21979780,21996833:autre_refus:3726:21996958,22014835:autre_refus:3726:22028488,22014845:autre_refus:3726:22028372,22014872:autre_refus:3726:22015337,22018591:autre_refus:3726:22024488,22035138:autre_refus:3726:22051416,22040129:autre_refus:3726:22040788,22051360:autre_refus:3726:22051729,22054522:autre_refus:3726:22055158,22062850:autre_refus:3726:22064645,22073531:autre_refus:3726:22073978,22075836:autre_refus:3726:22076266,22079490:autre_refus:3726:22081436,22096622:autre_refus:3726:22102887,22098017:autre_refus:3726:22098892,22106152:autre_refus:3726:22106679,22131721:autre_refus:3726:22132399,22133905:autre_refus:3726:22134322,22137425:autre_refus:3726:22166959,22148775:autre_refus:3726:22165096,22150595:autre_refus:3726:22159632,22174852:autre_refus:3726:22235726,22185033:autre_refus:3726:22186452,22194156:autre_refus:3726:22195051,22194159:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011619221593651926, 'nb_photo': 22, 'list_port_cont': '21964594,21976304,22079687,22079925,22095876,22201870,22312232,22346705,22347417,22389188,22459872,22498510,22553891,24057235,24068001,24076095,24076370,24095080,24477428,24478005', 'assoc_port': '21964372:21964594,21975319:21976304,22014840:22095876,22014890:22079925,22078672:22079687,22200706:22201870,22307241:22312232,22346407:22346705,22346888:22347417,22388012:22389188,22459599:22459872,22496813:22498510,22552963:22553891,23947546:24057235,23947617:24095080,23949705:24068001,23951121:24076095,23951173:24076370,24463576:24478005,24463619:24477428', 'assoc_mat': '21964372:barquette_avec_film:3327:21964594,21975319:barquette_avec_film:3327:21976304,22014840:barquette_avec_film:3327:22095876,22014890:barquette_avec_film:3327:22079925,22078672:barquette_avec_film:3327:22079687,22200706:barquette_avec_film:3327:22201870,22307241:barquette_avec_film:3327:22312232,22346407:barquette_avec_film:3327:22346705,22346888:barquette_avec_film:3327:22347417,22388012:barquette_avec_film:3327:22389188,22459599:barquette_avec_film:3327:22459872,22496813:barquette_avec_film:3327:22498510,22552963:barquette_avec_film:3327:22553891,23947546:barquette_avec_film:3327:24057235,23947617:barquette_avec_film:3327:24095080,23949705:barquette_avec_film:3327:24068001,23951121:barquette_avec_film:3327:24076095,23951173:barquette_avec_film:3327:24076370,24463576:barquette_avec_film:3327:24478005,24463619:barquette_avec_film:3327:24477428'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0009136031047080243, 'nb_photo': 17, 'list_port_cont': '22041315,22046196,22053708,22076379,22076786,22153083,22158494,22244101,22314889,22361625,22379473,22454619,22511783,23977220,24056849,24059339', 'assoc_port': '22014829:22041315,22014907:22046196,22019910:22053708,22062848:22076379,22076546:22076786,22131718:22153083,22154699:22158494,22191273:22244101,22314653:22314889,22355024:22361625,22379401:22379473,22451710:22454619,22497684:22511783,23934801:23977220,23947712:24056849,23948736:24059339', 'assoc_mat': '22014829:barquette_opaque:4205:22041315,22014907:barquette_opaque:4205:22046196,22019910:barquette_opaque:4205:22053708,22062848:barquette_opaque:4205:22076379,22076546:barquette_opaque:4205:22076786,22131718:barquette_opaque:4205:22153083,22154699:barquette_opaque:4205:22158494,22191273:barquette_opaque:4205:22244101,22314653:barquette_opaque:4205:22314889,22355024:barquette_opaque:4205:22361625,22379401:barquette_opaque:4205:22379473,22451710:barquette_opaque:4205:22454619,22497684:barquette_opaque:4205:22511783,23934801:barquette_opaque:4205:23977220,23947712:barquette_opaque:4205:24056849,23948736:barquette_opaque:4205:24059339'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00139726089642357, 'nb_photo': 262, 'list_port_cont': '21969304,22003514,22005699,22012125,22040917,22053775,22054243,22055546,22063561,22064878,22076851,22097212,22146613,22154997,22164085,22241077,22244156,22295046,22309859,22315620,22348644,22379355,22397926,22399478,22430544,22450068,22451170,22471540,22505136,22520974,22560993,22561801,24056834,24060636,24064559,24066204,24076155,24079361,24168501,24490735', 'assoc_port': '21967117:21969304,21978894:22003514,21978946:22005699,22011455:22012125,22014824:22040917,22014888:22064878,22023070:22055546,22035144:22054243,22046564:22053775,22062855:22063561,22076548:22076851,22096625:22097212,22129557:22146613,22141215:22154997,22154698:22164085,22191270:22244156,22210214:22241077,22291941:22295046,22305215:22309859,22314649:22315620,22340395:22348644,22376586:22379355,22386992:22397926,22398077:22399478,22429992:22430544,22443967:22451170,22449976:22450068,22466648:22471540,22494447:22505136,22520613:22520974,22542628:22560993,22556378:22561801,23946469:24168501,23947595:24056834,23948806:24060636,23949371:24064559,23949568:24066204,23951346:24076155,23953532:24079361,24463396:24490735', 'assoc_mat': '21967117:barquette_opaque:4203:21969304,21978894:barquette_opaque:4203:22003514,21978946:barquette_opaque:4203:22005699,22011455:barquette_opaque:4203:22012125,22014824:barquette_opaque:4203:22040917,22014888:barquette_opaque:4203:22064878,22023070:barquette_opaque:4203:22055546,22035144:barquette_opaque:4203:22054243,22046564:barquette_opaque:4203:22053775,22062855:barquette_opaque:4203:22063561,22076548:barquette_opaque:4203:22076851,22096625:barquette_opaque:4203:22097212,22129557:barquette_opaque:4203:22146613,22141215:barquette_opaque:4203:22154997,22154698:barquette_opaque:4203:22164085,22191270:barquette_opaque:4203:22244156,22210214:barquette_opaque:4203:22241077,22291941:barquette_opaque:4203:22295046,22305215:barquette_opaque:4203:22309859,22314649:barquette_opaque:4203:22315620,22340395:barquette_opaque:4203:22348644,22376586:barquette_opaque:4203:22379355,22386992:barquette_opaque:4203:22397926,22398077:barquette_opaque:4203:22399478,22429992:barquette_opaque:4203:22430544,22443967:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.001623060384201339, 'nb_photo': 51, 'list_port_cont': '21964091,21997859,22006376,22032676,22066950,22078978,22091734,22097117,22180582,22183829,22194542,22202612,22213132,22227362,22293112,22293176,22300209,22305905,22377855,22381681,22390950,22393610,22395070,22452217,22494675,22502955,22534049,22535318,22540538,22544955,23947043,23951606,23953453,23958570,23964421,23964846,23965441,23969140,23973165,23975404,23977952,23980439,23980962,23981283', 'assoc_port': '21963884:21964091,21976868:21997859,21980101:22006376,22014823:22032676,22066735:22066950,22078673:22078978,22091320:22091734,22096628:22097117,22180100:22180582,22183558:22183829,22194162:22194542,22200704:22202612,22211633:22213132,22226570:22227362,22291937:22293176,22291942:22293112,22299408:22300209,22305211:22305905,22376583:22377855,22381324:22381681,22390603:22390950,22393284:22393610,22394735:22395070,22451723:22452217,22494475:22494675,22502411:22502955,22533591:22534049,22534858:22535318,22539826:22540538,22544861:22544955,23946592:23981283,23946611:23980962,23946702:23980439,23946771:23947043,23947375:23977952,23947505:23975404,23947717:23973165,23948846:23969140,23949089:23965441,23949095:23964846,23949116:23964421,23949554:23951606,23951028:23958570,23951249:23953453', 'assoc_mat': '21963884:barquette_opaque:4207:21964091,21976868:barquette_opaque:4207:21997859,21980101:barquette_opaque:4207:22006376,22014823:barquette_opaque:4207:22032676,22066735:barquette_opaque:4207:22066950,22078673:barquette_opaque:4207:22078978,22091320:barquette_opaque:4207:22091734,22096628:barquette_opaque:4207:22097117,22180100:barquette_opaque:4207:22180582,22183558:barquette_opaque:4207:22183829,22194162:barquette_opaque:4207:22194542,22200704:barquette_opaque:4207:22202612,22211633:barquette_opaque:4207:22213132,22226570:barquette_opaque:4207:22227362,22291937:barquette_opaque:4207:22293176,22291942:barquette_opaque:4207:22293112,22299408:barquette_opaque:4207:22300209,22305211:barquette_opaque:4207:22305905,22376583:barquette_opaque:4207:22377855,22381324:barquette_opaque:4207:22381681,22390603:barquette_opaque:4207:22390950,22393284:barquette_opaque:4207:22393610,22394735:barquette_opaque:4207:22395070,22451723:barquette_opaque:4207:22452217,22494475:barquette_opaque:4207:22494675,22502411:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010341773854955803, 'nb_photo': 13, 'list_port_cont': '21981591,22029476,22093818,22108865,22153702,22192218,22297450,22401155,22477633,22487233,22516745,23953294,24479884', 'assoc_port': '21980104:21981591,22029100:22029476,22093119:22093818,22098020:22108865,22153227:22153702,22191271:22192218,22294035:22297450,22400542:22401155,22466649:22477633,22486522:22487233,22513059:22516745,23951069:23953294,24463409:24479884', 'assoc_mat': '21980104:barquette_opaque:4461:21981591,22029100:barquette_opaque:4461:22029476,22093119:barquette_opaque:4461:22093818,22098020:barquette_opaque:4461:22108865,22153227:barquette_opaque:4461:22153702,22191271:barquette_opaque:4461:22192218,22294035:barquette_opaque:4461:22297450,22400542:barquette_opaque:4461:22401155,22466649:barquette_opaque:4461:22477633,22486522:barquette_opaque:4461:22487233,22513059:barquette_opaque:4461:22516745,23951069:barquette_opaque:4461:23953294,24463409:barquette_opaque:4461:24479884'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02543365816797787, 'nb_photo': 768, 'list_port_cont': '21963505,21963754,21970684,21971851,21987230,21996006,22004219,22006331,22007567,22023385,22023821,22027592,22040884,22041946,22042529,22042935,22044165,22044587,22044888,22050963,22051867,22052670,22053693,22053800,22053938,22053966,22053979,22054064,22055106,22056667,22057726,22068776,22074417,22083185,22091014,22091141,22097333,22099681,22108173,22109937,22118600,22118750,22123742,22132979,22135489,22138558,22147405,22148482,22149502,22153031,22158868,22159208,22162557,22169724,22193168,22195009,22204882,22229874,22234435,22234987,22239608,22241167,22241921,22242136,22242694,22242717,22287936,22294360,22299459,22302846,22307266,22309494,22312897,22316262,22317569,22321656,22321921,22321965,22346374,22346562,22347439,22347713,22350356,22358812,22378614,22378791,22378993,22379425,22380063,22381118,22381723,22389053,22390080,22395766,22397014,22405893,22411835,22422316,22430768,22432537,22433525,22441960,22448401,22452362,22456042,22458250,22459862,22463795,22464629,22465993,22467495,22471232,22472353,2247266', 'assoc_port': '21962513:21963754,21963400:21963505,21967139:21970684,21967186:21971851,21975315:22023385,21976823:21996006,21976866:22023821,21978911:22004219,21978931:22027592,21980100:22006331,21980110:22007567,21984246:22052670,21986993:21987230,22014827:22040884,22014838:22041946,22014878:22042935,22014891:22044165,22014898:22044587,22014902:22044888,22032524:22057726,22035137:22054064,22040123:22053979,22040136:22053966,22042108:22042529,22045047:22053938,22045049:22053800,22049751:22050963,22049755:22056667,22051355:22053693,22051363:22051867,22054528:22055106,22065348:22068776,22068649:22083185,22073532:22074417,22078670:22099681,22088043:22091141,22088051:22091014,22091315:22118600,22091317:22109937,22093114:22118750,22096627:22097333,22101552:22108173,22123322:22123742,22126966:22132979,22129562:22135489,22132587:22138558,22137423:22147405,22141214:22162557,22142356:22148482,22142361:22149502,22144310:22153031,22148779:22169724,22154710:22158868,22154715:22159208,22185028:22241921,22185036:22242136,22191278:2219316', 'assoc_mat': '21962513:barquette_opaque:4200:21963754,21963400:barquette_opaque:4200:21963505,21967139:barquette_opaque:4200:21970684,21967186:barquette_opaque:4200:21971851,21975315:barquette_opaque:4200:22023385,21976823:barquette_opaque:4200:21996006,21976866:barquette_opaque:4200:22023821,21978911:barquette_opaque:4200:22004219,21978931:barquette_opaque:4200:22027592,21980100:barquette_opaque:4200:22006331,21980110:barquette_opaque:4200:22007567,21984246:barquette_opaque:4200:22052670,21986993:barquette_opaque:4200:21987230,22014827:barquette_opaque:4200:22040884,22014838:barquette_opaque:4200:22041946,22014878:barquette_opaque:4200:22042935,22014891:barquette_opaque:4200:22044165,22014898:barquette_opaque:4200:22044587,22014902:barquette_opaque:4200:22044888,22032524:barquette_opaque:4200:22057726,22035137:barquette_opaque:4200:22054064,22040123:barquette_opaque:4200:22053979,22040136:barquette_opaque:4200:22053966,22042108:barquette_opaque:4200:22042529,22045047:barquette_opaque:4200:22053938,22045049:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003563025773799816, 'nb_photo': 213, 'list_port_cont': '21964198,21968042,21970538,21976112,21977101,21980940,21981099,21985015,21987538,21997643,22014147,22015346,22015668,22015994,22016095,22016672,22024223,22029296,22029606,22040471,22047093,22050290,22050455,22051690,22051846,22055317,22057101,22067260,22076311,22093801,22093923,22097134,22123761,22130060,22134213,22139426,22144719,22154840,22158724,22175515,22180776,22184232,22187413,22195658,22200167,22200222,22211144,22217891,22221532,22300017,22307677,22310217,22310453,22319800,22336906,22346649,22357158,22372767,22377458,22379973,22388479,22391025,22391824,22430347,22448545,22450574,22453625,22458917,22458928,22459727,22460472,22462777,22463952,22467291,22470938,22498292,22498723,22499385,22504820,22516854,22517415,22519716,22520688,22522230,22533884,22543283,22553677,22557097,23950637,23951262,23951337,23951534,23952814,23954073,23954455,23955938,23956191,23957366,23957829,23957934,23958046,23958720,23958817,23961772,23965280,24454271,24454637,24454740,24455027,24455289,24455363,24455456,24455617,2445603', 'assoc_port': '21963882:21964198,21967114:21968042,21969983:21970538,21975317:21976112,21976904:21977101,21980117:21981099,21980144:21980940,21984242:21985015,21986987:21987538,21986989:21997643,22013394:22014147,22014842:22016672,22014879:22016095,22014899:22015994,22014904:22015346,22014906:22015668,22023871:22024223,22029099:22029606,22029101:22029296,22038503:22050290,22040133:22040471,22046565:22047093,22049747:22050455,22049749:22051846,22051362:22051690,22054542:22055317,22056819:22057101,22066733:22067260,22075838:22076311,22093116:22093923,22093117:22093801,22096624:22097134,22123324:22123761,22129563:22130060,22133911:22134213,22138713:22139426,22144306:22144719,22154714:22154840,22157944:22158724,22174851:22175515,22180099:22180776,22183560:22184232,22185032:22187413,22185038:22200167,22185039:22200222,22195202:22195658,22210210:22211144,22217464:22217891,22221006:22221532,22299411:22300017,22307235:22307677,22307890:22310453,22309701:22310217,22319403:22319800,22336327:22336906,22346408:22346649,22353972:2235715', 'assoc_mat': '21963882:barquette_opaque:4209:21964198,21967114:barquette_opaque:4209:21968042,21969983:barquette_opaque:4209:21970538,21975317:barquette_opaque:4209:21976112,21976904:barquette_opaque:4209:21977101,21980117:barquette_opaque:4209:21981099,21980144:barquette_opaque:4209:21980940,21984242:barquette_opaque:4209:21985015,21986987:barquette_opaque:4209:21987538,21986989:barquette_opaque:4209:21997643,22013394:barquette_opaque:4209:22014147,22014842:barquette_opaque:4209:22016672,22014879:barquette_opaque:4209:22016095,22014899:barquette_opaque:4209:22015994,22014904:barquette_opaque:4209:22015346,22014906:barquette_opaque:4209:22015668,22023871:barquette_opaque:4209:22024223,22029099:barquette_opaque:4209:22029606,22029101:barquette_opaque:4209:22029296,22038503:barquette_opaque:4209:22050290,22040133:barquette_opaque:4209:22040471,22046565:barquette_opaque:4209:22047093,22049747:barquette_opaque:4209:22050455,22049749:barquette_opaque:4209:22051846,22051362:barquette_opaque:4209:22051690,22054542:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01989397597918742, 'nb_photo': 8617, 'list_port_cont': '21963406,21963585,21964273,21970577,21971875,21971918,21989546,21990254,21997449,22004066,22005508,22007311,22007777,22008818,22014707,22015465,22017311,22020093,22025921,22025964,22026178,22026239,22026311,22026454,22026573,22026589,22026680,22026752,22029520,22031874,22031963,22033384,22039415,22040622,22040701,22050598,22050718,22051597,22052024,22052127,22056374,22057164,22063569,22067294,22068753,22069190,22072734,22074038,22080499,22083642,22090615,22091671,22091949,22092179,22094234,22105431,22122262,22127616,22132331,22139319,22141703,22144678,22144826,22151428,22155278,22158585,22177952,22179534,22185622,22186654,22189962,22192309,22195677,22195689,22207560,22210755,22221968,22222991,22229862,22291485,22294734,22294819,22298377,22298636,22299071,22302346,22306939,22308381,22309997,22312617,22313064,22313311,22315314,22318849,22329432,22332285,22337040,22341219,22344835,22345487,22352897,22353628,22355846,22371439,22375836,22377497,22378513,22378600,22379552,22379994,22381573,22381590,22385080,2238753', 'assoc_port': '21962514:21963406,21963397:21963585,21963883:21964273,21967132:21970577,21967181:21971875,21967195:21971918,21969979:22020093,21975312:21989546,21975320:21990254,21976850:21997449,21978908:22004066,21978934:22005508,21980103:22007311,21980107:22007777,21980142:22008818,21985545:22014707,21985548:22015465,21986988:22017311,22014825:22026752,22014833:22026680,22014843:22026589,22014874:22026573,22014880:22026454,22014893:22026311,22014896:22026239,22014901:22026178,22024784:22025921,22024789:22025964,22029102:22029520,22031175:22031963,22031177:22031874,22032532:22033384,22038504:22039415,22040126:22040701,22040132:22040622,22042107:22051597,22046566:22050718,22049745:22056374,22049754:22050598,22051354:22052127,22051356:22052024,22054525:22057164,22062853:22063569,22065346:22068753,22066734:22067294,22068648:22069190,22071991:22072734,22073536:22074038,22079487:22080499,22079488:22083642,22079491:22092179,22086017:22094234,22086036:22090615,22091316:22091671,22091318:22091949,22101546:22105431,22121999:2212226', 'assoc_mat': '21962514:barquette_opaque:4211:21963406,21963397:barquette_opaque:4211:21963585,21963883:barquette_opaque:4211:21964273,21967132:barquette_opaque:4211:21970577,21967181:barquette_opaque:4211:21971875,21967195:barquette_opaque:4211:21971918,21969979:barquette_opaque:4211:22020093,21975312:barquette_opaque:4211:21989546,21975320:barquette_opaque:4211:21990254,21976850:barquette_opaque:4211:21997449,21978908:barquette_opaque:4211:22004066,21978934:barquette_opaque:4211:22005508,21980103:barquette_opaque:4211:22007311,21980107:barquette_opaque:4211:22007777,21980142:barquette_opaque:4211:22008818,21985545:barquette_opaque:4211:22014707,21985548:barquette_opaque:4211:22015465,21986988:barquette_opaque:4211:22017311,22014825:barquette_opaque:4211:22026752,22014833:barquette_opaque:4211:22026680,22014843:barquette_opaque:4211:22026589,22014874:barquette_opaque:4211:22026573,22014880:barquette_opaque:4211:22026454,22014893:barquette_opaque:4211:22026311,22014896:barquette_opaque:4211:22026239,22014901:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005929562045369181, 'nb_photo': 183, 'list_port_cont': '21963769,21964604,21976291,21982686,21988606,21990859,21998130,22005689,22008150,22009171,22015718,22020906,22025560,22033720,22033934,22036189,22040781,22042142,22042741,22048299,22051173,22054704,22055746,22055902,22069682,22077054,22079688,22082876,22105063,22112197,22132962,22134770,22138724,22151655,22152140,22187116,22187178,22190724,22196311,22209136,22234453,22236417,22242426,22242914,22302590,22303807,22306113,22309674,22346706,22358822,22373033,22378772,22379337,22380047,22382917,22389194,22402322,22405855,22425673,22428605,22433662,22441907,22443638,22453160,22456263,22456683,22459690,22459865,22464297,22470904,22480071,22492651,22498509,22504088,22520622,22521342,22532681,22537437,22548709,22553889,22553958,22558192,22559480,22562450,22574557,24044273,24045947,24047125,24055962,24062094,24063265,24066223,24066509,24066890,24075118,24075945,24076093,24077881,24079452,24079800,24095073,24174887,24175694,24176583,24455155,24465066,24465422', 'assoc_port': '21963399:21963769,21964372:21964604,21967124:21988606,21969980:21982686,21975313:21990859,21975319:21976291,21976848:21998130,21978922:22005689,21980102:22008150,21980115:22009171,21985543:22015718,22011451:22033720,22013383:22036189,22014822:22042142,22014828:22042741,22014875:22082876,22014905:22048299,22019912:22020906,22023872:22025560,22032522:22033934,22040125:22054704,22040135:22040781,22049752:22051173,22054521:22055902,22054529:22055746,22068650:22069682,22071992:22077054,22078672:22079688,22091319:22112197,22101550:22105063,22132582:22132962,22133906:22134770,22137424:22138724,22150593:22152140,22150597:22151655,22178698:22187178,22178713:22187116,22189238:22190724,22195201:22196311,22200701:22242914,22204329:22242426,22206471:22209136,22217442:22236417,22217452:22234453,22291940:22302590,22295431:22303807,22304110:22309674,22305205:22306113,22346407:22346706,22358429:22358822,22372029:22373033,22374970:22379337,22378454:22378772,22379664:22380047,22381325:22382917,22388012:22389194,22400535:2240585', 'assoc_mat': '21963399:bouchon:3327:21963769,21964372:bouchon:3327:21964604,21967124:bouchon:3327:21988606,21969980:bouchon:3327:21982686,21975313:bouchon:3327:21990859,21975319:bouchon:3327:21976291,21976848:bouchon:3327:21998130,21978922:bouchon:3327:22005689,21980102:bouchon:3327:22008150,21980115:bouchon:3327:22009171,21985543:bouchon:3327:22015718,22011451:bouchon:3327:22033720,22013383:bouchon:3327:22036189,22014822:bouchon:3327:22042142,22014828:bouchon:3327:22042741,22014875:bouchon:3327:22082876,22014905:bouchon:3327:22048299,22019912:bouchon:3327:22020906,22023872:bouchon:3327:22025560,22032522:bouchon:3327:22033934,22040125:bouchon:3327:22054704,22040135:bouchon:3327:22040781,22049752:bouchon:3327:22051173,22054521:bouchon:3327:22055902,22054529:bouchon:3327:22055746,22068650:bouchon:3327:22069682,22071992:bouchon:3327:22077054,22078672:bouchon:3327:22079688,22091319:bouchon:3327:22112197,22101550:bouchon:3327:22105063,22132582:bouchon:3327:22132962,22133906:bouchon:3327:22134770,22137424:bouchon:3327:22138724,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.015075141013736993, 'nb_photo': 433, 'list_port_cont': '21964192,21969954,22026347,22041327,22046205,22051214,22051706,22052395,22053697,22054015,22076380,22076781,22108083,22149148,22153084,22158482,22180501,22237970,22241244,22244112,22292962,22309536,22314894,22318620,22345057,22361626,22379485,22385698,22396163,22422342,22433709,22449956,22454606,22473514,22480040,22487801,22511786,22512738,22516918,22536634,22553564,22565047,23947055,23977226,24055208,24056848,24059329,24064701,24074208,24074570,24078639', 'assoc_port': '21963879:21964192,21967136:21969954,21978909:22026347,21984244:22052395,22014829:22041327,22014907:22046205,22019910:22053697,22038501:22054015,22049748:22051214,22051358:22051706,22062848:22076380,22076546:22076781,22101547:22108083,22131718:22153084,22142360:22149148,22154699:22158482,22174835:22180501,22191273:22244112,22210213:22241244,22211643:22237970,22290550:22292962,22305213:22309536,22314653:22314894,22318028:22318620,22344383:22345057,22355024:22361626,22379401:22379485,22384434:22385698,22390602:22396163,22420201:22422342,22432676:22433709,22444780:22449956,22451710:22454606,22469828:22473514,22479660:22480040,22486523:22487801,22497684:22511786,22509474:22512738,22513057:22516918,22536499:22536634,22550650:22553564,22562905:22565047,23934801:23977226,23946806:23947055,23947388:24055208,23947712:24056848,23948736:24059329,23949473:24064701,23950958:24074208,23951071:24074570,23953445:24078639', 'assoc_mat': '21963879:carton:4205:21964192,21967136:carton:4205:21969954,21978909:carton:4205:22026347,21984244:carton:4205:22052395,22014829:carton:4205:22041327,22014907:carton:4205:22046205,22019910:carton:4205:22053697,22038501:carton:4205:22054015,22049748:carton:4205:22051214,22051358:carton:4205:22051706,22062848:carton:4205:22076380,22076546:carton:4205:22076781,22101547:carton:4205:22108083,22131718:carton:4205:22153084,22142360:carton:4205:22149148,22154699:carton:4205:22158482,22174835:carton:4205:22180501,22191273:carton:4205:22244112,22210213:carton:4205:22241244,22211643:carton:4205:22237970,22290550:carton:4205:22292962,22305213:carton:4205:22309536,22314653:carton:4205:22314894,22318028:carton:4205:22318620,22344383:carton:4205:22345057,22355024:carton:4205:22361626,22379401:carton:4205:22379485,22384434:carton:4205:22385698,22390602:carton:4205:22396163,22420201:carton:4205:22422342,22432676:carton:4205:22433709,22444780:carton:4205:22449956,22451710:carton:4205:22454606,22469828:carton:4205:22473514,2247'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007317395682620384, 'nb_photo': 857, 'list_port_cont': '21969303,22003516,22005709,22012123,22040914,22053779,22054234,22055543,22063566,22064874,22076847,22097209,22146616,22155005,22164098,22241072,22244164,22295043,22309858,22315612,22348636,22379367,22397937,22399477,22430546,22450055,22451183,22471535,22505137,22510430,22520985,22560996,22561803,24056837,24060649,24064564,24066194,24076147,24079369,24168493,24490746', 'assoc_port': '21967117:21969303,21978894:22003516,21978946:22005709,22011455:22012123,22014824:22040914,22014888:22064874,22023070:22055543,22035144:22054234,22046564:22053779,22062855:22063566,22076548:22076847,22096625:22097209,22129557:22146616,22141215:22155005,22154698:22164098,22191270:22244164,22210214:22241072,22291941:22295043,22305215:22309858,22314649:22315612,22340395:22348636,22376586:22379367,22386992:22397937,22398077:22399477,22429992:22430546,22443967:22451183,22449976:22450055,22466648:22471535,22494447:22505137,22504012:22510430,22520613:22520985,22542628:22560996,22556378:22561803,23946469:24168493,23947595:24056837,23948806:24060649,23949371:24064564,23949568:24066194,23951346:24076147,23953532:24079369,24463396:24490746', 'assoc_mat': '21967117:carton:4203:21969303,21978894:carton:4203:22003516,21978946:carton:4203:22005709,22011455:carton:4203:22012123,22014824:carton:4203:22040914,22014888:carton:4203:22064874,22023070:carton:4203:22055543,22035144:carton:4203:22054234,22046564:carton:4203:22053779,22062855:carton:4203:22063566,22076548:carton:4203:22076847,22096625:carton:4203:22097209,22129557:carton:4203:22146616,22141215:carton:4203:22155005,22154698:carton:4203:22164098,22191270:carton:4203:22244164,22210214:carton:4203:22241072,22291941:carton:4203:22295043,22305215:carton:4203:22309858,22314649:carton:4203:22315612,22340395:carton:4203:22348636,22376586:carton:4203:22379367,22386992:carton:4203:22397937,22398077:carton:4203:22399477,22429992:carton:4203:22430546,22443967:carton:4203:22451183,22449976:carton:4203:22450055,22466648:carton:4203:22471535,22494447:carton:4203:22505137,22504012:carton:4203:22510430,22520613:carton:4203:22520985,22542628:carton:4203:22560996,22556378:carton:4203:22561803,23946469:carton:4203:24168493,2394'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.955586659350464, 'nb_photo': 2966, 'list_port_cont': '21963559,21963960,21964103,21964257,21970465,21970765,21971457,21971815,21983035,21986346,21996824,21997190,21997864,22003048,22003904,22005422,22005578,22005620,22006375,22007565,22015140,22016808,22023123,22025815,22031485,22032061,22032208,22032452,22032677,22032768,22033143,22035908,22036289,22036728,22040502,22042597,22045604,22050147,22050364,22050432,22050879,22051586,22055093,22057091,22066945,22067370,22068691,22072665,22073652,22073884,22076182,22078967,22079029,22079681,22088036,22090728,22091733,22096851,22097131,22103613,22106580,22123723,22126025,22131808,22131881,22132850,22133049,22133259,22134221,22134235,22151130,22151591,22153416,22153978,22155163,22175229,22178913,22180571,22180985,22181046,22183827,22185854,22189466,22194533,22194921,22201650,22202608,22204922,22211238,22212805,22213140,22222806,22227352,22227443,22228057,22292893,22293111,22293181,22293797,22294829,22295507,22295705,22298142,22300215,22302316,22305902,22307015,22308161,22317205,22372346,22373594,22377486,22377861,2237873', 'assoc_port': '21963398:21963559,21963881:21964257,21963884:21964103,21963885:21963960,21967145:21970765,21967184:21971457,21967193:21971815,21969982:21970465,21976863:21996824,21976864:21997190,21976868:21997864,21976883:22025815,21976900:22023123,21978888:22003048,21978910:22003904,21978941:22005422,21978949:22005578,21978951:22005620,21980101:22006375,21980112:22007565,21980147:21983035,21985550:21986346,21986991:22016808,22014823:22032677,22014830:22032768,22014834:22032452,22014836:22032208,22014871:22032061,22014884:22015140,22031176:22031485,22032527:22033143,22035140:22036728,22035142:22036289,22035143:22035908,22040130:22040502,22042105:22042597,22045046:22045604,22049746:22050879,22049750:22050364,22049753:22050432,22049757:22050147,22051353:22051586,22054524:22055093,22056821:22057091,22065345:22068691,22066732:22067370,22066735:22066945,22071990:22072665,22073533:22073884,22073534:22073652,22075837:22076182,22078669:22079681,22078671:22079029,22078673:22078967,22086018:22088036,22088046:22090728,22091320:2209173', 'assoc_mat': '21963398:carton:4207:21963559,21963881:carton:4207:21964257,21963884:carton:4207:21964103,21963885:carton:4207:21963960,21967145:carton:4207:21970765,21967184:carton:4207:21971457,21967193:carton:4207:21971815,21969982:carton:4207:21970465,21976863:carton:4207:21996824,21976864:carton:4207:21997190,21976868:carton:4207:21997864,21976883:carton:4207:22025815,21976900:carton:4207:22023123,21978888:carton:4207:22003048,21978910:carton:4207:22003904,21978941:carton:4207:22005422,21978949:carton:4207:22005578,21978951:carton:4207:22005620,21980101:carton:4207:22006375,21980112:carton:4207:22007565,21980147:carton:4207:21983035,21985550:carton:4207:21986346,21986991:carton:4207:22016808,22014823:carton:4207:22032677,22014830:carton:4207:22032768,22014834:carton:4207:22032452,22014836:carton:4207:22032208,22014871:carton:4207:22032061,22014884:carton:4207:22015140,22031176:carton:4207:22031485,22032527:carton:4207:22033143,22035140:carton:4207:22036728,22035142:carton:4207:22036289,22035143:carton:4207:22035908,2204'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01608546037934879, 'nb_photo': 3615, 'list_port_cont': '21962862,21964222,21964556,21968382,21968796,21975959,21977452,21979345,21980646,21981029,21981586,21986128,21987688,21997260,21997470,22015493,22015515,22015618,22015729,22015782,22015865,22016513,22024162,22029479,22031832,22036043,22040515,22042483,22045794,22051019,22052007,22055233,22057339,22069275,22073897,22073967,22076346,22076815,22080200,22088860,22093817,22094619,22108868,22122294,22127550,22130122,22132905,22143057,22144642,22147288,22149457,22153705,22165125,22178177,22180728,22184446,22192215,22195577,22205197,22207223,22212366,22222290,22223378,22245368,22292786,22296068,22297436,22300087,22302361,22307964,22308269,22313276,22317021,22317683,22340926,22344801,22347258,22376494,22377543,22379517,22381076,22385038,22388593,22390906,22391723,22395326,22401160,22425429,22433267,22438554,22441342,22445229,22450458,22452263,22455761,22455892,22458862,22460259,22467439,22473900,22477630,22487234,22490514,22494835,22497220,22497820,22498676,22499131,22510296,22516746,22518488,22523104,22536183,2253691', 'assoc_port': '21962511:21962862,21963880:21964222,21964371:21964556,21967121:21968796,21967190:21968382,21975318:21975959,21976867:21977452,21978936:21979345,21980104:21981586,21980135:21980646,21980140:21981029,21985538:21986128,21986986:21987688,21996829:21997470,21996831:21997260,22014826:22016513,22014832:22015493,22014873:22015865,22014882:22015782,22014894:22015729,22014900:22015618,22014908:22015515,22023899:22024162,22029100:22029479,22031178:22031832,22035145:22036043,22040127:22040515,22042106:22042483,22045048:22045794,22046567:22051019,22049756:22052007,22051361:22057339,22054526:22055233,22065347:22073897,22068647:22069275,22073535:22073967,22075834:22076346,22076547:22076815,22079489:22080200,22086063:22094619,22088044:22088860,22093119:22093817,22098020:22108868,22122000:22122294,22126964:22127550,22129559:22130122,22132586:22132905,22138711:22147288,22142357:22143057,22144309:22144642,22148777:22149457,22153227:22153705,22164922:22165125,22177109:22178177,22180103:22180728,22183556:22184446,22191271:2219221', 'assoc_mat': '21962511:carton:4461:21962862,21963880:carton:4461:21964222,21964371:carton:4461:21964556,21967121:carton:4461:21968796,21967190:carton:4461:21968382,21975318:carton:4461:21975959,21976867:carton:4461:21977452,21978936:carton:4461:21979345,21980104:carton:4461:21981586,21980135:carton:4461:21980646,21980140:carton:4461:21981029,21985538:carton:4461:21986128,21986986:carton:4461:21987688,21996829:carton:4461:21997470,21996831:carton:4461:21997260,22014826:carton:4461:22016513,22014832:carton:4461:22015493,22014873:carton:4461:22015865,22014882:carton:4461:22015782,22014894:carton:4461:22015729,22014900:carton:4461:22015618,22014908:carton:4461:22015515,22023899:carton:4461:22024162,22029100:carton:4461:22029479,22031178:carton:4461:22031832,22035145:carton:4461:22036043,22040127:carton:4461:22040515,22042106:carton:4461:22042483,22045048:carton:4461:22045794,22046567:carton:4461:22051019,22049756:carton:4461:22052007,22051361:carton:4461:22057339,22054526:carton:4461:22055233,22065347:carton:4461:22073897,2206'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02604115589083413, 'nb_photo': 3706, 'list_port_cont': '21963506,21963748,21969524,21970679,21971856,21977061,21987223,21996020,22004220,22006334,22007581,22013206,22023388,22023816,22027587,22040654,22040896,22041945,22042197,22042519,22042851,22042942,22044158,22044586,22044887,22045463,22050954,22051876,22052664,22053695,22053794,22053933,22053957,22053972,22054069,22055111,22056679,22057722,22068783,22074421,22083182,22091018,22091145,22097336,22099667,22108175,22109942,22118601,22118743,22123738,22132976,22135498,22138559,22147414,22148480,22148519,22149500,22153030,22156875,22158876,22159200,22162558,22169721,22193160,22195004,22204879,22229882,22234436,22234990,22239609,22241174,22241933,22242144,22242699,22242711,22287846,22287935,22294372,22299461,22302837,22307272,22307389,22309484,22312891,22316265,22317574,22321660,22321925,22321979,22346380,22346566,22347432,22347709,22350355,22358807,22378624,22378779,22378986,22379410,22380056,22380822,22381122,22381714,22389055,22390081,22395763,22396918,22397008,22405889,22411842,22422317,22430777,22432527,2243352', 'assoc_port': '21962513:21963748,21963400:21963506,21967129:21969524,21967139:21970679,21967186:21971856,21975315:22023388,21976823:21996020,21976866:22023816,21976906:21977061,21978911:22004220,21978931:22027587,21980100:22006334,21980110:22007581,21984246:22052664,21985540:22013206,21986993:21987223,22014797:22040654,22014827:22040896,22014838:22041945,22014839:22042197,22014876:22042851,22014878:22042942,22014891:22044158,22014898:22044586,22014902:22044887,22014903:22045463,22032524:22057722,22035137:22054069,22040123:22053972,22040136:22053957,22042108:22042519,22045047:22053933,22045049:22053794,22049751:22050954,22049755:22056679,22051355:22053695,22051363:22051876,22054528:22055111,22065348:22068783,22068649:22083182,22073532:22074421,22078670:22099667,22088043:22091145,22088051:22091018,22091315:22118601,22091317:22109942,22093114:22118743,22096627:22097336,22101552:22108175,22123322:22123738,22126966:22132976,22129562:22135498,22132587:22138559,22137423:22147414,22141214:22162558,22142356:22148480,22142359:2214851', 'assoc_mat': '21962513:carton:4200:21963748,21963400:carton:4200:21963506,21967129:carton:4200:21969524,21967139:carton:4200:21970679,21967186:carton:4200:21971856,21975315:carton:4200:22023388,21976823:carton:4200:21996020,21976866:carton:4200:22023816,21976906:carton:4200:21977061,21978911:carton:4200:22004220,21978931:carton:4200:22027587,21980100:carton:4200:22006334,21980110:carton:4200:22007581,21984246:carton:4200:22052664,21985540:carton:4200:22013206,21986993:carton:4200:21987223,22014797:carton:4200:22040654,22014827:carton:4200:22040896,22014838:carton:4200:22041945,22014839:carton:4200:22042197,22014876:carton:4200:22042851,22014878:carton:4200:22042942,22014891:carton:4200:22044158,22014898:carton:4200:22044586,22014902:carton:4200:22044887,22014903:carton:4200:22045463,22032524:carton:4200:22057722,22035137:carton:4200:22054069,22040123:carton:4200:22053972,22040136:carton:4200:22053957,22042108:carton:4200:22042519,22045047:carton:4200:22053933,22045049:carton:4200:22053794,22049751:carton:4200:22050954,2204'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.006570366753472222, 'nb_photo': 16, 'list_port_cont': '22448926', 'assoc_port': '22448524:22448926', 'assoc_mat': '22448524:carton:3594:22448926'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03690459076037486, 'nb_photo': 5315, 'list_port_cont': '21964206,21968044,21970545,21974006,21974246,21976108,21976187,21977096,21978277,21978409,21978700,21979263,21980943,21981100,21985014,21987529,21997647,22014152,22015351,22015670,22015920,22015936,22015975,22016001,22016100,22016175,22016674,22017223,22024221,22029289,22029607,22033187,22035770,22040481,22045568,22047101,22050006,22050297,22050446,22051698,22051844,22052099,22055318,22057080,22066229,22067262,22076301,22076806,22086679,22088573,22093802,22093926,22097135,22102780,22123767,22130066,22134209,22137991,22139248,22139425,22141672,22144731,22149417,22158714,22175466,22175520,22180789,22184227,22187420,22195652,22200180,22200207,22207250,22211149,22212221,22212468,22217884,22221534,22221844,22291338,22294341,22298371,22300015,22305692,22305849,22307673,22310223,22310455,22311658,22312632,22312712,22312752,22315042,22315139,22317040,22317242,22317517,22318718,22319815,22336926,22346653,22357145,22372781,22377467,22379975,22385070,22388475,22390958,22391012,22391818,22398263,22403223,22430333,2243317', 'assoc_port': '21963882:21964206,21967114:21968044,21967142:21974006,21967197:21974246,21969983:21970545,21975316:21976187,21975317:21976108,21976822:21979263,21976869:21978700,21976870:21978409,21976897:21978277,21976904:21977096,21980117:21981100,21980144:21980943,21984242:21985014,21986987:21987529,21986989:21997647,22013394:22014152,22014831:22017223,22014842:22016674,22014846:22016175,22014877:22015936,22014879:22016100,22014886:22015975,22014892:22015920,22014899:22016001,22014904:22015351,22014906:22015670,22018590:24455555,22023871:22024221,22029099:22029607,22029101:22029289,22032529:22033187,22035141:22035770,22038503:22050297,22040133:22040481,22045045:22045568,22046565:22047101,22049747:22050446,22049749:22051844,22049758:22050006,22051357:22052099,22051362:22051698,22054542:22055318,22056819:22057080,22065344:22066229,22066733:22067262,22075838:22076301,22076545:22076806,22086022:22086679,22088049:22088573,22093116:22093926,22093117:22093802,22096624:22097135,22101542:22102780,22123324:22123767,22129563:2213006', 'assoc_mat': '21963882:carton:4209:21964206,21967114:carton:4209:21968044,21967142:carton:4209:21974006,21967197:carton:4209:21974246,21969983:carton:4209:21970545,21975316:carton:4209:21976187,21975317:carton:4209:21976108,21976822:carton:4209:21979263,21976869:carton:4209:21978700,21976870:carton:4209:21978409,21976897:carton:4209:21978277,21976904:carton:4209:21977096,21980117:carton:4209:21981100,21980144:carton:4209:21980943,21984242:carton:4209:21985014,21986987:carton:4209:21987529,21986989:carton:4209:21997647,22013394:carton:4209:22014152,22014831:carton:4209:22017223,22014842:carton:4209:22016674,22014846:carton:4209:22016175,22014877:carton:4209:22015936,22014879:carton:4209:22016100,22014886:carton:4209:22015975,22014892:carton:4209:22015920,22014899:carton:4209:22016001,22014904:carton:4209:22015351,22014906:carton:4209:22015670,22018590:carton:4209:24455555,22023871:carton:4209:22024221,22029099:carton:4209:22029607,22029101:carton:4209:22029289,22032529:carton:4209:22033187,22035141:carton:4209:22035770,2203'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010625966374553639, 'nb_photo': 15401, 'list_port_cont': '21963407,21963592,21964274,21970586,21971876,21971933,21989545,21990263,21997447,22004072,22005519,22007317,22007775,22008812,22014712,22015458,22017315,22020099,22025925,22025966,22026188,22026243,22026316,22026460,22026575,22026599,22026668,22026737,22029550,22031871,22031961,22033368,22039422,22040619,22040700,22050604,22050703,22051593,22052018,22052122,22056380,22057176,22063571,22067300,22068766,22069188,22072731,22074040,22080501,22083643,22090621,22091676,22091937,22092178,22094249,22105435,22122253,22127613,22132334,22139307,22141700,22144688,22144829,22151425,22155284,22158584,22177953,22179539,22185621,22186655,22189955,22192297,22195666,22195680,22207545,22210762,22221974,22222975,22229856,22291491,22294731,22294826,22298370,22298629,22299061,22302358,22306942,22308383,22310002,22312609,22313061,22313306,22315313,22318844,22329436,22332283,22337039,22341209,22344853,22345496,22352908,22353629,22355848,22371431,22375842,22377493,22378521,22378595,22379559,22380000,22381569,22381598,22385074,2238754', 'assoc_port': '21962514:21963407,21963397:21963592,21963883:21964274,21967132:21970586,21967181:21971876,21967195:21971933,21969979:22020099,21975312:21989545,21975320:21990263,21976850:21997447,21978908:22004072,21978934:22005519,21980103:22007317,21980107:22007775,21980142:22008812,21985545:22014712,21985548:22015458,21986988:22017315,22014825:22026737,22014833:22026668,22014843:22026599,22014874:22026575,22014880:22026460,22014893:22026316,22014896:22026243,22014901:22026188,22024784:22025925,22024789:22025966,22029102:22029550,22031175:22031961,22031177:22031871,22032532:22033368,22038504:22039422,22040126:22040700,22040132:22040619,22042107:22051593,22046566:22050703,22049745:22056380,22049754:22050604,22051354:22052122,22051356:22052018,22054525:22057176,22062853:22063571,22065346:22068766,22066734:22067300,22068648:22069188,22071991:22072731,22073536:22074040,22079487:22080501,22079488:22083643,22079491:22092178,22086017:22094249,22086036:22090621,22091316:22091676,22091318:22091937,22101546:22105435,22121999:2212225', 'assoc_mat': '21962514:carton:4211:21963407,21963397:carton:4211:21963592,21963883:carton:4211:21964274,21967132:carton:4211:21970586,21967181:carton:4211:21971876,21967195:carton:4211:21971933,21969979:carton:4211:22020099,21975312:carton:4211:21989545,21975320:carton:4211:21990263,21976850:carton:4211:21997447,21978908:carton:4211:22004072,21978934:carton:4211:22005519,21980103:carton:4211:22007317,21980107:carton:4211:22007775,21980142:carton:4211:22008812,21985545:carton:4211:22014712,21985548:carton:4211:22015458,21986988:carton:4211:22017315,22014825:carton:4211:22026737,22014833:carton:4211:22026668,22014843:carton:4211:22026599,22014874:carton:4211:22026575,22014880:carton:4211:22026460,22014893:carton:4211:22026316,22014896:carton:4211:22026243,22014901:carton:4211:22026188,22024784:carton:4211:22025925,22024789:carton:4211:22025966,22029102:carton:4211:22029550,22031175:carton:4211:22031961,22031177:carton:4211:22031871,22032532:carton:4211:22033368,22038504:carton:4211:22039422,22040126:carton:4211:22040700,2204'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00594310637347956, 'nb_photo': 189, 'list_port_cont': '21963764,21976299,21982689,21988610,21998134,22005688,22008144,22012899,22025557,22033711,22033936,22037060,22042147,22042747,22046216,22046336,22048303,22053767,22054706,22055747,22057902,22067765,22069681,22077050,22079697,22079924,22082869,22091995,22093325,22095883,22107790,22109487,22129283,22132954,22138736,22150079,22151650,22159093,22186782,22187170,22190725,22234451,22237235,22242423,22242917,22242971,22309670,22318880,22347414,22358847,22373034,22378840,22380049,22389187,22391087,22392497,22395889,22428604,22429869,22441908,22453755,22456257,22457127,22459691,22460914,22463503,22464290,22469951,22480586,22487814,22489644,22498514,22501371,22503535,22514219,22519257,22537435,22548701,22553900,22553960,22558201,22559484,22574559,24045952,24047120,24055964,24056215,24056700,24057236,24059385,24065384,24066887,24075352,24076088,24076369,24076434,24076563,24079250,24079454,24079809,24095068,24164820,24176571,24455158,24465417,24478010,24478346', 'assoc_port': '21963399:21963764,21967124:21988610,21969980:21982689,21975319:21976299,21976848:21998134,21978922:22005688,21980102:22008144,21984249:22012899,22011451:22033711,22014822:22042147,22014828:22042747,22014840:22095883,22014875:22082869,22014890:22079924,22014897:22046336,22014905:22048303,22023872:22025557,22032522:22033936,22035139:22037060,22040125:22054706,22045050:22046216,22051359:22053767,22054523:22057902,22054529:22055747,22066731:22067765,22068650:22069681,22071992:22077050,22078672:22079697,22086065:22091995,22091321:22093325,22098018:22109487,22101541:22107790,22126969:22129283,22132582:22132954,22137424:22138736,22148778:22150079,22150597:22151650,22157943:22159093,22178698:22187170,22183555:22186782,22189238:22190725,22200698:22242971,22200701:22242917,22204329:22242423,22211640:22237235,22217452:22234451,22304110:22309670,22312869:22318880,22346888:22347414,22350610:22358847,22372029:22373034,22378450:22378840,22379664:22380049,22388012:22389187,22390604:22391087,22391205:22395889,22391213:2239249', 'assoc_mat': '21963399:carton:3327:21963764,21967124:carton:3327:21988610,21969980:carton:3327:21982689,21975319:carton:3327:21976299,21976848:carton:3327:21998134,21978922:carton:3327:22005688,21980102:carton:3327:22008144,21984249:carton:3327:22012899,22011451:carton:3327:22033711,22014822:carton:3327:22042147,22014828:carton:3327:22042747,22014840:carton:3327:22095883,22014875:carton:3327:22082869,22014890:carton:3327:22079924,22014897:carton:3327:22046336,22014905:carton:3327:22048303,22023872:carton:3327:22025557,22032522:carton:3327:22033936,22035139:carton:3327:22037060,22040125:carton:3327:22054706,22045050:carton:3327:22046216,22051359:carton:3327:22053767,22054523:carton:3327:22057902,22054529:carton:3327:22055747,22066731:carton:3327:22067765,22068650:carton:3327:22069681,22071992:carton:3327:22077050,22078672:carton:3327:22079697,22086065:carton:3327:22091995,22091321:carton:3327:22093325,22098018:carton:3327:22109487,22101541:carton:3327:22107790,22126969:carton:3327:22129283,22132582:carton:3327:22132954,2213'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0014310084036551645, 'nb_photo': 79, 'list_port_cont': '21967687,21977409,21979784,21996957,22040792,22051417,22051731,22055162,22064652,22081444,22098900,22132398,22159635,22165093,22166950,22186443,22194600,22195055,22207260,22225048,22235730,22301630,22306709,22308221,22310210,22314704,22389545,22403113,22411921,22412547,22460031,22469993,22490158,22497910,22513085,22537000,22556362,22560479,22566507,24054505,24055548,24065211,24065519,24076083,24454239,24454566,24490576,24490579,24490632,24490712', 'assoc_port': '21967188:21967687,21976865:21977409,21978938:21979784,21996833:21996957,22035138:22051417,22040129:22040792,22051360:22051731,22054522:22055162,22062850:22064652,22079490:22081444,22098017:22098900,22131721:22132398,22137425:22166950,22148775:22165093,22150595:22159635,22174852:22235730,22185033:22186443,22194156:22195055,22194159:22194600,22206469:22207260,22221035:22225048,22299407:22301630,22304113:22306709,22307886:22308221,22309703:22310210,22314656:22314704,22388008:22389545,22393285:22412547,22394734:22411921,22402406:22403113,22459597:22460031,22469829:22469993,22489069:22490158,22497685:22497910,22509477:22513085,22536495:22537000,22554335:22560479,22554338:22556362,22566349:22566507,23946672:24076083,23947289:24054505,23947438:24055548,23949519:24065211,23953471:24065519,24454034:24454566,24454048:24454239,24463260:24490712,24463434:24490632,24463531:24490579,24463541:24490576', 'assoc_mat': '21967188:cartonnette:3726:21967687,21976865:cartonnette:3726:21977409,21978938:cartonnette:3726:21979784,21996833:cartonnette:3726:21996957,22035138:cartonnette:3726:22051417,22040129:cartonnette:3726:22040792,22051360:cartonnette:3726:22051731,22054522:cartonnette:3726:22055162,22062850:cartonnette:3726:22064652,22079490:cartonnette:3726:22081444,22098017:cartonnette:3726:22098900,22131721:cartonnette:3726:22132398,22137425:cartonnette:3726:22166950,22148775:cartonnette:3726:22165093,22150595:cartonnette:3726:22159635,22174852:cartonnette:3726:22235730,22185033:cartonnette:3726:22186443,22194156:cartonnette:3726:22195055,22194159:cartonnette:3726:22194600,22206469:cartonnette:3726:22207260,22221035:cartonnette:3726:22225048,22299407:cartonnette:3726:22301630,22304113:cartonnette:3726:22306709,22307886:cartonnette:3726:22308221,22309703:cartonnette:3726:22310210,22314656:cartonnette:3726:22314704,22388008:cartonnette:3726:22389545,22393285:cartonnette:3726:22412547,22394734:cartonnette:3726:22411921,22402406:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006617095875990101, 'nb_photo': 337, 'list_port_cont': '21962938,21967690,21970617,21977418,21979783,21996964,22015344,22024486,22028373,22028485,22040797,22051424,22051730,22055155,22064644,22073985,22076261,22081445,22098893,22106675,22132401,22134323,22159641,22166958,22186448,22194602,22195059,22207261,22225042,22235727,22287115,22301639,22306714,22308215,22310213,22314709,22389537,22403114,22411914,22412543,22450652,22458383,22460030,22469994,22486684,22487212,22488320,22490153,22494953,22497920,22513080,22537005,22543392,22552273,22556361,22560471,22566501,23977007,24045637,24054495,24055168,24055557,24055894,24056775,24058516,24065206,24065524,24065898,24071629,24071820,24071922,24076080,24454240,24454563,24490580,24490583,24490607,24490675,24490692,24490714,24490722,24490773', 'assoc_port': '21962512:21962938,21967188:21967690,21969981:21970617,21976865:21977418,21978938:21979783,21996833:21996964,22014835:22028485,22014845:22028373,22014872:22015344,22018591:22024486,22035138:22051424,22040129:22040797,22051360:22051730,22054522:22055155,22062850:22064644,22073531:22073985,22075836:22076261,22079490:22081445,22098017:22098893,22106152:22106675,22131721:22132401,22133905:22134323,22137425:22166958,22150595:22159641,22174852:22235727,22185033:22186448,22194156:22195059,22194159:22194602,22206469:22207261,22221035:22225042,22286479:22287115,22299407:22301639,22304113:22306714,22307886:22308215,22309703:22310213,22314656:22314709,22388008:22389537,22393285:22412543,22394734:22411914,22402406:22403114,22450301:22450652,22457337:22458383,22459597:22460030,22469829:22469994,22486521:22486684,22486538:22487212,22488165:22488320,22489069:22490153,22494461:22494953,22497685:22497920,22509477:22513080,22536495:22537005,22542655:22543392,22550651:22552273,22554335:22560471,22554338:22556361,22566349:2256650', 'assoc_mat': '21962512:Carton_brun:3726:21962938,21967188:Carton_brun:3726:21967690,21969981:Carton_brun:3726:21970617,21976865:Carton_brun:3726:21977418,21978938:Carton_brun:3726:21979783,21996833:Carton_brun:3726:21996964,22014835:Carton_brun:3726:22028485,22014845:Carton_brun:3726:22028373,22014872:Carton_brun:3726:22015344,22018591:Carton_brun:3726:22024486,22035138:Carton_brun:3726:22051424,22040129:Carton_brun:3726:22040797,22051360:Carton_brun:3726:22051730,22054522:Carton_brun:3726:22055155,22062850:Carton_brun:3726:22064644,22073531:Carton_brun:3726:22073985,22075836:Carton_brun:3726:22076261,22079490:Carton_brun:3726:22081445,22098017:Carton_brun:3726:22098893,22106152:Carton_brun:3726:22106675,22131721:Carton_brun:3726:22132401,22133905:Carton_brun:3726:22134323,22137425:Carton_brun:3726:22166958,22150595:Carton_brun:3726:22159641,22174852:Carton_brun:3726:22235727,22185033:Carton_brun:3726:22186448,22194156:Carton_brun:3726:22195059,22194159:Carton_brun:3726:22194602,22206469:Carton_brun:3726:22207261,22221035:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004812817966742792, 'nb_photo': 166, 'list_port_cont': '21962936,21967683,21970622,21979776,21996962,22015336,22024490,22028492,22040795,22051724,22055159,22064648,22073984,22076265,22081443,22102889,22106685,22132403,22134313,22165101,22166960,22186442,22194601,22195057,22207265,22225046,22235722,22287107,22301633,22308211,22310208,22314707,22379497,22389547,22411920,22450649,22458377,22460027,22469999,22486691,22487208,22488315,22490156,22494952,22497912,22513087,22532244,22543395,22552270,22556363,22560476,23977004,24054490,24055174,24055555,24055900,24058528,24065212,24065526,24065899,24071624,24071650,24071830,24454569,24490573,24490709,24490720,24490769', 'assoc_port': '21962512:21962936,21967188:21967683,21969981:21970622,21978938:21979776,21996833:21996962,22014835:22028492,22014872:22015336,22018591:22024490,22040129:22040795,22051360:22051724,22054522:22055159,22062850:22064648,22073531:22073984,22075836:22076265,22079490:22081443,22096622:22102889,22106152:22106685,22131721:22132403,22133905:22134313,22137425:22166960,22148775:22165101,22174852:22235722,22185033:22186442,22194156:22195057,22194159:22194601,22206469:22207265,22221035:22225046,22286479:22287107,22299407:22301633,22307886:22308211,22309703:22310208,22314656:22314707,22379399:22379497,22388008:22389547,22394734:22411920,22450301:22450649,22457337:22458377,22459597:22460027,22469829:22469999,22486521:22486691,22486538:22487208,22488165:22488315,22489069:22490156,22494461:22494952,22497685:22497912,22509477:22513087,22531797:22532244,22542655:22543395,22550651:22552270,22554335:22560476,22554338:22556363,23934796:23977004,23947289:24054490,23947380:24055174,23947438:24055555,23947484:24055900,23948629:2405852', 'assoc_mat': '21962512:Carton_gris:3726:21962936,21967188:Carton_gris:3726:21967683,21969981:Carton_gris:3726:21970622,21978938:Carton_gris:3726:21979776,21996833:Carton_gris:3726:21996962,22014835:Carton_gris:3726:22028492,22014872:Carton_gris:3726:22015336,22018591:Carton_gris:3726:22024490,22040129:Carton_gris:3726:22040795,22051360:Carton_gris:3726:22051724,22054522:Carton_gris:3726:22055159,22062850:Carton_gris:3726:22064648,22073531:Carton_gris:3726:22073984,22075836:Carton_gris:3726:22076265,22079490:Carton_gris:3726:22081443,22096622:Carton_gris:3726:22102889,22106152:Carton_gris:3726:22106685,22131721:Carton_gris:3726:22132403,22133905:Carton_gris:3726:22134313,22137425:Carton_gris:3726:22166960,22148775:Carton_gris:3726:22165101,22174852:Carton_gris:3726:22235722,22185033:Carton_gris:3726:22186442,22194156:Carton_gris:3726:22195057,22194159:Carton_gris:3726:22194601,22206469:Carton_gris:3726:22207265,22221035:Carton_gris:3726:22225046,22286479:Carton_gris:3726:22287107,22299407:Carton_gris:3726:22301633,22307886:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006524553657582049, 'nb_photo': 180, 'list_port_cont': '21964186,21969945,22026352,22041329,22046201,22051218,22051712,22052396,22053702,22054005,22076374,22076779,22108075,22149145,22153088,22158483,22180494,22237976,22241245,22244111,22292975,22309513,22314879,22318622,22345045,22361612,22379472,22385701,22396155,22422341,22433704,22449948,22454614,22473519,22480030,22487813,22511789,22512749,22516928,22536628,22553556,22565050,23947064,23977224,24055212,24056850,24059331,24064696,24074210,24074580,24078648', 'assoc_port': '21963879:21964186,21967136:21969945,21978909:22026352,21984244:22052396,22014829:22041329,22014907:22046201,22019910:22053702,22038501:22054005,22049748:22051218,22051358:22051712,22062848:22076374,22076546:22076779,22101547:22108075,22131718:22153088,22142360:22149145,22154699:22158483,22174835:22180494,22191273:22244111,22210213:22241245,22211643:22237976,22290550:22292975,22305213:22309513,22314653:22314879,22318028:22318622,22344383:22345045,22355024:22361612,22379401:22379472,22384434:22385701,22390602:22396155,22420201:22422341,22432676:22433704,22444780:22449948,22451710:22454614,22469828:22473519,22479660:22480030,22486523:22487813,22497684:22511789,22509474:22512749,22513057:22516928,22536499:22536628,22550650:22553556,22562905:22565050,23934801:23977224,23946806:23947064,23947388:24055212,23947712:24056850,23948736:24059331,23949473:24064696,23950958:24074210,23951071:24074580,23953445:24078648', 'assoc_mat': '21963879:ela:4205:21964186,21967136:ela:4205:21969945,21978909:ela:4205:22026352,21984244:ela:4205:22052396,22014829:ela:4205:22041329,22014907:ela:4205:22046201,22019910:ela:4205:22053702,22038501:ela:4205:22054005,22049748:ela:4205:22051218,22051358:ela:4205:22051712,22062848:ela:4205:22076374,22076546:ela:4205:22076779,22101547:ela:4205:22108075,22131718:ela:4205:22153088,22142360:ela:4205:22149145,22154699:ela:4205:22158483,22174835:ela:4205:22180494,22191273:ela:4205:22244111,22210213:ela:4205:22241245,22211643:ela:4205:22237976,22290550:ela:4205:22292975,22305213:ela:4205:22309513,22314653:ela:4205:22314879,22318028:ela:4205:22318622,22344383:ela:4205:22345045,22355024:ela:4205:22361612,22379401:ela:4205:22379472,22384434:ela:4205:22385701,22390602:ela:4205:22396155,22420201:ela:4205:22422341,22432676:ela:4205:22433704,22444780:ela:4205:22449948,22451710:ela:4205:22454614,22469828:ela:4205:22473519,22479660:ela:4205:22480030,22486523:ela:4205:22487813,22497684:ela:4205:22511789,22509474:ela:4205:2251274'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.9951156431660009, 'nb_photo': 259, 'list_port_cont': '21969305,22003520,22005700,22012118,22040905,22053787,22054241,22055547,22063557,22064884,22076853,22097223,22146606,22155003,22164096,22241086,22244166,22295032,22309853,22315615,22348633,22379356,22397927,22399468,22430538,22450064,22451172,22471526,22505140,22510434,22520970,22560982,22561802,24056826,24060632,24064563,24066197,24076151,24079359,24168505,24490733', 'assoc_port': '21967117:21969305,21978894:22003520,21978946:22005700,22011455:22012118,22014824:22040905,22014888:22064884,22023070:22055547,22035144:22054241,22046564:22053787,22062855:22063557,22076548:22076853,22096625:22097223,22129557:22146606,22141215:22155003,22154698:22164096,22191270:22244166,22210214:22241086,22291941:22295032,22305215:22309853,22314649:22315615,22340395:22348633,22376586:22379356,22386992:22397927,22398077:22399468,22429992:22430538,22443967:22451172,22449976:22450064,22466648:22471526,22494447:22505140,22504012:22510434,22520613:22520970,22542628:22560982,22556378:22561802,23946469:24168505,23947595:24056826,23948806:24060632,23949371:24064563,23949568:24066197,23951346:24076151,23953532:24079359,24463396:24490733', 'assoc_mat': '21967117:ela:4203:21969305,21978894:ela:4203:22003520,21978946:ela:4203:22005700,22011455:ela:4203:22012118,22014824:ela:4203:22040905,22014888:ela:4203:22064884,22023070:ela:4203:22055547,22035144:ela:4203:22054241,22046564:ela:4203:22053787,22062855:ela:4203:22063557,22076548:ela:4203:22076853,22096625:ela:4203:22097223,22129557:ela:4203:22146606,22141215:ela:4203:22155003,22154698:ela:4203:22164096,22191270:ela:4203:22244166,22210214:ela:4203:22241086,22291941:ela:4203:22295032,22305215:ela:4203:22309853,22314649:ela:4203:22315615,22340395:ela:4203:22348633,22376586:ela:4203:22379356,22386992:ela:4203:22397927,22398077:ela:4203:22399468,22429992:ela:4203:22430538,22443967:ela:4203:22451172,22449976:ela:4203:22450064,22466648:ela:4203:22471526,22494447:ela:4203:22505140,22504012:ela:4203:22510434,22520613:ela:4203:22520970,22542628:ela:4203:22560982,22556378:ela:4203:22561802,23946469:ela:4203:24168505,23947595:ela:4203:24056826,23948806:ela:4203:24060632,23949371:ela:4203:24064563,23949568:ela:4203:2406619'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013426508707113226, 'nb_photo': 154, 'list_port_cont': '21963561,21964263,21970466,21971465,21986344,21996821,22003897,22005421,22006363,22007553,22015143,22023121,22031487,22032449,22032672,22035917,22040498,22045609,22050430,22066956,22067375,22068690,22072656,22078965,22079044,22079678,22091735,22096857,22123728,22126022,22131809,22132865,22133050,22133253,22151137,22151603,22155155,22175238,22180580,22180982,22181061,22183828,22194543,22222799,22292887,22293103,22293180,22293794,22300214,22307030,22372347,22377487,22381060,22381679,22395219,22409542,22452211,22479973,22490344,22494689,22498825,22504432,22534037,22544881,22544997,22563369,23947052,23949132,23950970,23951618,23952081,23953452,23955071,23956356,23956553,23958210,23959516,23963916,23964429,23969964,23973156,23973650,23974785,23977249,23977673,23977962,23979473,23980440,23981281,23982273,23982670,23983289,24463700,24470460,24471808,24481065', 'assoc_port': '21963398:21963561,21963881:21964263,21967184:21971465,21969982:21970466,21976863:21996821,21976900:22023121,21978910:22003897,21978941:22005421,21980101:22006363,21980112:22007553,21985550:21986344,22014823:22032672,22014834:22032449,22014884:22015143,22031176:22031487,22035143:22035917,22040130:22040498,22045046:22045609,22049753:22050430,22065345:22068690,22066732:22067375,22066735:22066956,22071990:22072656,22078669:22079678,22078671:22079044,22078673:22078965,22091320:22091735,22096623:22096857,22123320:22123728,22125807:22126022,22129556:22131809,22132583:22133253,22132585:22133050,22132589:22132865,22150592:22151603,22150596:22151137,22154700:22155155,22174850:22175238,22177106:22180982,22177110:22181061,22180100:22180580,22183558:22183828,22194162:22194543,22221009:22222799,22290547:22292887,22291935:22293794,22291937:22293180,22291942:22293103,22299408:22300214,22305207:22307030,22372032:22372347,22376584:22377487,22380802:22381060,22381324:22381679,22394736:22395219,22409349:22409542,22451723:2245221', 'assoc_mat': '21963398:ela:4207:21963561,21963881:ela:4207:21964263,21967184:ela:4207:21971465,21969982:ela:4207:21970466,21976863:ela:4207:21996821,21976900:ela:4207:22023121,21978910:ela:4207:22003897,21978941:ela:4207:22005421,21980101:ela:4207:22006363,21980112:ela:4207:22007553,21985550:ela:4207:21986344,22014823:ela:4207:22032672,22014834:ela:4207:22032449,22014884:ela:4207:22015143,22031176:ela:4207:22031487,22035143:ela:4207:22035917,22040130:ela:4207:22040498,22045046:ela:4207:22045609,22049753:ela:4207:22050430,22065345:ela:4207:22068690,22066732:ela:4207:22067375,22066735:ela:4207:22066956,22071990:ela:4207:22072656,22078669:ela:4207:22079678,22078671:ela:4207:22079044,22078673:ela:4207:22078965,22091320:ela:4207:22091735,22096623:ela:4207:22096857,22123320:ela:4207:22123728,22125807:ela:4207:22126022,22129556:ela:4207:22131809,22132583:ela:4207:22133253,22132585:ela:4207:22133050,22132589:ela:4207:22132865,22150592:ela:4207:22151603,22150596:ela:4207:22151137,22154700:ela:4207:22155155,22174850:ela:4207:2217523'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.006063058211472956, 'nb_photo': 13, 'list_port_cont': '21968389,22149461,22292784,22445233,22473912,22556916,22561962,23952701,23953293,23956328,24464611', 'assoc_port': '21967190:21968389,22148777:22149461,22291934:22292784,22444779:22445233,22469833:22473912,22556379:22556916,22561375:22561962,23947805:23956328,23951069:23953293,23951305:23952701,24463468:24464611', 'assoc_mat': '21967190:ela:4461:21968389,22148777:ela:4461:22149461,22291934:ela:4461:22292784,22444779:ela:4461:22445233,22469833:ela:4461:22473912,22556379:ela:4461:22556916,22561375:ela:4461:22561962,23947805:ela:4461:23956328,23951069:ela:4461:23953293,23951305:ela:4461:23952701,24463468:ela:4461:24464611'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.001165785547452938, 'nb_photo': 124, 'list_port_cont': '21969521,21970689,21971857,22004224,22007573,22027599,22041936,22042210,22042856,22051871,22052660,22053981,22054058,22055114,22118756,22138556,22147410,22153026,22158877,22193155,22204885,22229875,22239598,22241163,22241929,22242691,22294373,22299452,22347442,22347719,22350370,22378616,22379411,22381727,22395769,22432526,22441956,22447465,22448395,22458274,22465990,22488474,22493794,22497803,22506104,22506969,22516906,22524874,22543792,22544931,22556701,22563687,24044977,24045964,24056394,24058247,24058450,24058491,24058883,24061123,24063948,24064919,24065834,24066461,24075011,24075819,24078556,24078895,24079123,24079255,24173503,24175480,24179974,24454479,24454796,24455062,24485224,24490192,24490790,24490812', 'assoc_port': '21967129:21969521,21967139:21970689,21967186:21971857,21978911:22004224,21978931:22027599,21980110:22007573,21984246:22052660,22014838:22041936,22014839:22042210,22014876:22042856,22035137:22054058,22040123:22053981,22051363:22051871,22054528:22055114,22093114:22118756,22132587:22138556,22137423:22147410,22144310:22153026,22154710:22158877,22185028:22241929,22191278:22193155,22200699:22242691,22204331:22204885,22210211:22241163,22211636:22239598,22222639:22229875,22291938:22294373,22295406:22299452,22331498:22350370,22339071:22347719,22346893:22347442,22372030:22378616,22378317:22379411,22381319:22381727,22393281:22395769,22431117:22432526,22433051:22448395,22439288:22441956,22443964:22447465,22444781:22458274,22462252:22465990,22488171:22488474,22489072:22493794,22497686:22497803,22502414:22506104,22502416:22506969,22513056:22516906,22517562:22524874,22542654:22543792,22544863:22544931,22554337:22556701,22561372:22563687,23946587:24044977,23946638:24173503,23946781:24045964,23947262:24175480,23947584:2405639', 'assoc_mat': '21967129:ela:4200:21969521,21967139:ela:4200:21970689,21967186:ela:4200:21971857,21978911:ela:4200:22004224,21978931:ela:4200:22027599,21980110:ela:4200:22007573,21984246:ela:4200:22052660,22014838:ela:4200:22041936,22014839:ela:4200:22042210,22014876:ela:4200:22042856,22035137:ela:4200:22054058,22040123:ela:4200:22053981,22051363:ela:4200:22051871,22054528:ela:4200:22055114,22093114:ela:4200:22118756,22132587:ela:4200:22138556,22137423:ela:4200:22147410,22144310:ela:4200:22153026,22154710:ela:4200:22158877,22185028:ela:4200:22241929,22191278:ela:4200:22193155,22200699:ela:4200:22242691,22204331:ela:4200:22204885,22210211:ela:4200:22241163,22211636:ela:4200:22239598,22222639:ela:4200:22229875,22291938:ela:4200:22294373,22295406:ela:4200:22299452,22331498:ela:4200:22350370,22339071:ela:4200:22347719,22346893:ela:4200:22347442,22372030:ela:4200:22378616,22378317:ela:4200:22379411,22381319:ela:4200:22381727,22393281:ela:4200:22395769,22431117:ela:4200:22432526,22433051:ela:4200:22448395,22439288:ela:4200:2244195'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004467600508558358, 'nb_photo': 810, 'list_port_cont': '21968055,21970532,21973970,21974245,21976106,21976199,21978278,21978694,21979267,21980929,21981107,21985004,21987534,22014144,22015359,22015667,22015915,22015926,22015973,22015989,22016097,22016178,22016675,22017224,22024216,22029299,22029604,22033205,22035781,22040476,22045563,22047091,22050005,22050454,22051692,22051852,22052112,22055315,22066226,22067261,22076310,22076799,22086683,22088578,22093809,22093918,22097132,22102795,22123768,22130057,22134202,22137987,22139245,22139422,22141682,22144729,22149416,22158726,22175511,22180788,22184235,22187429,22195645,22200168,22200210,22211147,22221846,22291321,22300024,22305697,22305853,22307676,22310229,22310458,22311666,22312626,22312750,22315048,22315144,22319794,22336927,22346652,22357151,22372772,22377470,22379986,22385066,22388472,22390968,22391023,22403221,22430345,22433172,22448537,22450575,22453427,22453630,22456021,22457562,22457897,22458911,22458937,22459722,22460469,22462791,22463857,22463959,22467290,22470471,22470579,22470940,22471867,22490669,2249828', 'assoc_port': '21967114:21968055,21967142:21973970,21967197:21974245,21969983:21970532,21975316:21976199,21975317:21976106,21976822:21979267,21976869:21978694,21976897:21978278,21980117:21981107,21980144:21980929,21984242:21985004,21986987:21987534,22013394:22014144,22014831:22017224,22014842:22016675,22014846:22016178,22014877:22015926,22014879:22016097,22014886:22015973,22014892:22015915,22014899:22015989,22014904:22015359,22014906:22015667,22018590:24455553,22023871:22024216,22029099:22029604,22029101:22029299,22032529:22033205,22035141:22035781,22040133:22040476,22045045:22045563,22046565:22047091,22049747:22050454,22049749:22051852,22049758:22050005,22051357:22052112,22051362:22051692,22054542:22055315,22065344:22066226,22066733:22067261,22075838:22076310,22076545:22076799,22086022:22086683,22088049:22088578,22093116:22093918,22093117:22093809,22096624:22097132,22101542:22102795,22123324:22123768,22129563:22130057,22133911:22134202,22137426:22137987,22138707:22139245,22138713:22139422,22141216:22141682,22144306:2214472', 'assoc_mat': '21967114:ela:4209:21968055,21967142:ela:4209:21973970,21967197:ela:4209:21974245,21969983:ela:4209:21970532,21975316:ela:4209:21976199,21975317:ela:4209:21976106,21976822:ela:4209:21979267,21976869:ela:4209:21978694,21976897:ela:4209:21978278,21980117:ela:4209:21981107,21980144:ela:4209:21980929,21984242:ela:4209:21985004,21986987:ela:4209:21987534,22013394:ela:4209:22014144,22014831:ela:4209:22017224,22014842:ela:4209:22016675,22014846:ela:4209:22016178,22014877:ela:4209:22015926,22014879:ela:4209:22016097,22014886:ela:4209:22015973,22014892:ela:4209:22015915,22014899:ela:4209:22015989,22014904:ela:4209:22015359,22014906:ela:4209:22015667,22018590:ela:4209:24455553,22023871:ela:4209:22024216,22029099:ela:4209:22029604,22029101:ela:4209:22029299,22032529:ela:4209:22033205,22035141:ela:4209:22035781,22040133:ela:4209:22040476,22045045:ela:4209:22045563,22046565:ela:4209:22047091,22049747:ela:4209:22050454,22049749:ela:4209:22051852,22049758:ela:4209:22050005,22051357:ela:4209:22052112,22051362:ela:4209:2205169'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0011242990046036515, 'nb_photo': 2608, 'list_port_cont': '21963405,21963584,21964277,21970581,21971863,21971919,21989544,21990255,21997445,22004070,22005514,22007315,22007772,22008815,22014714,22015463,22017319,22020092,22025928,22025965,22026179,22026237,22026313,22026457,22026578,22026588,22026675,22026738,22029557,22031868,22031965,22033369,22039416,22040609,22040703,22050597,22050715,22051605,22052023,22052119,22056381,22057167,22063572,22067302,22068751,22069200,22072727,22074048,22080498,22083636,22090616,22091665,22091959,22092192,22094248,22105439,22122251,22127602,22132333,22139320,22141701,22144691,22144839,22151429,22155286,22158597,22177950,22179535,22185619,22186656,22189952,22192306,22195668,22195681,22207557,22210749,22221977,22222986,22229866,22291478,22294728,22294818,22298362,22298642,22299060,22302359,22306936,22308370,22309998,22312612,22313067,22313314,22315322,22318842,22329445,22332293,22337052,22341217,22344852,22345488,22352906,22353635,22355855,22371438,22375833,22377492,22378511,22378605,22379551,22379997,22381574,22381584,22385083,2238755', 'assoc_port': '21962514:21963405,21963397:21963584,21963883:21964277,21967132:21970581,21967181:21971863,21967195:21971919,21969979:22020092,21975312:21989544,21975320:21990255,21976850:21997445,21978908:22004070,21978934:22005514,21980103:22007315,21980107:22007772,21980142:22008815,21985545:22014714,21985548:22015463,21986988:22017319,22014825:22026738,22014833:22026675,22014843:22026588,22014874:22026578,22014880:22026457,22014893:22026313,22014896:22026237,22014901:22026179,22024784:22025928,22024789:22025965,22029102:22029557,22031175:22031965,22031177:22031868,22032532:22033369,22038504:22039416,22040126:22040703,22040132:22040609,22042107:22051605,22046566:22050715,22049745:22056381,22049754:22050597,22051354:22052119,22051356:22052023,22054525:22057167,22062853:22063572,22065346:22068751,22066734:22067302,22068648:22069200,22071991:22072727,22073536:22074048,22079487:22080498,22079488:22083636,22079491:22092192,22086017:22094248,22086036:22090616,22091316:22091665,22091318:22091959,22101546:22105439,22121999:2212225', 'assoc_mat': '21962514:ela:4211:21963405,21963397:ela:4211:21963584,21963883:ela:4211:21964277,21967132:ela:4211:21970581,21967181:ela:4211:21971863,21967195:ela:4211:21971919,21969979:ela:4211:22020092,21975312:ela:4211:21989544,21975320:ela:4211:21990255,21976850:ela:4211:21997445,21978908:ela:4211:22004070,21978934:ela:4211:22005514,21980103:ela:4211:22007315,21980107:ela:4211:22007772,21980142:ela:4211:22008815,21985545:ela:4211:22014714,21985548:ela:4211:22015463,21986988:ela:4211:22017319,22014825:ela:4211:22026738,22014833:ela:4211:22026675,22014843:ela:4211:22026588,22014874:ela:4211:22026578,22014880:ela:4211:22026457,22014893:ela:4211:22026313,22014896:ela:4211:22026237,22014901:ela:4211:22026179,22024784:ela:4211:22025928,22024789:ela:4211:22025965,22029102:ela:4211:22029557,22031175:ela:4211:22031965,22031177:ela:4211:22031868,22032532:ela:4211:22033369,22038504:ela:4211:22039416,22040126:ela:4211:22040703,22040132:ela:4211:22040609,22042107:ela:4211:22051605,22046566:ela:4211:22050715,22049745:ela:4211:2205638'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00017919972317916833, 'nb_photo': 98, 'list_port_cont': '21969307,22003522,22012111,22053788,22054233,22055538,22063563,22064880,22097220,22146615,22155002,22164093,22241085,22244163,22295039,22309863,22315607,22348631,22399481,22430534,22450061,22451173,22471541,22510432,22520983,22560990,22561795,24056830,24060639,24064561,24066201,24076159,24079355,24168507,24490747', 'assoc_port': '21967117:21969307,21978894:22003522,22011455:22012111,22014888:22064880,22023070:22055538,22035144:22054233,22046564:22053788,22062855:22063563,22096625:22097220,22129557:22146615,22141215:22155002,22154698:22164093,22191270:22244163,22210214:22241085,22291941:22295039,22305215:22309863,22314649:22315607,22340395:22348631,22398077:22399481,22429992:22430534,22443967:22451173,22449976:22450061,22466648:22471541,22504012:22510432,22520613:22520983,22542628:22560990,22556378:22561795,23946469:24168507,23947595:24056830,23948806:24060639,23949371:24064561,23949568:24066201,23951346:24076159,23953532:24079355,24463396:24490747', 'assoc_mat': '21967117:etiquette:4203:21969307,21978894:etiquette:4203:22003522,22011455:etiquette:4203:22012111,22014888:etiquette:4203:22064880,22023070:etiquette:4203:22055538,22035144:etiquette:4203:22054233,22046564:etiquette:4203:22053788,22062855:etiquette:4203:22063563,22096625:etiquette:4203:22097220,22129557:etiquette:4203:22146615,22141215:etiquette:4203:22155002,22154698:etiquette:4203:22164093,22191270:etiquette:4203:22244163,22210214:etiquette:4203:22241085,22291941:etiquette:4203:22295039,22305215:etiquette:4203:22309863,22314649:etiquette:4203:22315607,22340395:etiquette:4203:22348631,22398077:etiquette:4203:22399481,22429992:etiquette:4203:22430534,22443967:etiquette:4203:22451173,22449976:etiquette:4203:22450061,22466648:etiquette:4203:22471541,22504012:etiquette:4203:22510432,22520613:etiquette:4203:22520983,22542628:etiquette:4203:22560990,22556378:etiquette:4203:22561795,23946469:etiquette:4203:24168507,23947595:etiquette:4203:24056830,23948806:etiquette:4203:24060639,23949371:etiquette:4203:24064561,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00014799009732477836, 'nb_photo': 21, 'list_port_cont': '22003902,22006369,22032459,22042601,22055094,22151140,22201664,22228062,22308164,22479981,22491643,22497145,22538055,22548546,23958212,23964420,23977665,23980451,24481056', 'assoc_port': '21978910:22003902,21980101:22006369,22014834:22032459,22042105:22042601,22054524:22055094,22150596:22151140,22200705:22201664,22222655:22228062,22307237:22308164,22479654:22479981,22491289:22491643,22496797:22497145,22537667:22538055,22547214:22548546,23946702:23980451,23947409:23977665,23949116:23964420,23951103:23958212,24463500:24481056', 'assoc_mat': '21978910:etiquette:4207:22003902,21980101:etiquette:4207:22006369,22014834:etiquette:4207:22032459,22042105:etiquette:4207:22042601,22054524:etiquette:4207:22055094,22150596:etiquette:4207:22151140,22200705:etiquette:4207:22201664,22222655:etiquette:4207:22228062,22307237:etiquette:4207:22308164,22479654:etiquette:4207:22479981,22491289:etiquette:4207:22491643,22496797:etiquette:4207:22497145,22537667:etiquette:4207:22538055,22547214:etiquette:4207:22548546,23946702:etiquette:4207:23980451,23947409:etiquette:4207:23977665,23949116:etiquette:4207:23964420,23951103:etiquette:4207:23958212,24463500:etiquette:4207:24481056'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 1.6772930506564936e-05, 'nb_photo': 1, 'list_port_cont': '22538097', 'assoc_port': '22537668:22538097', 'assoc_mat': '22537668:etiquette:4461:22538097'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015512682191465412, 'nb_photo': 19, 'list_port_cont': '21996015,22023380,22040888,22045452,22052669,22055109,22123753,22381107,22411846,22474352,22544943,22570738,24175495,24490350', 'assoc_port': '21975315:22023380,21976823:21996015,21984246:22052669,22014827:22040888,22014903:22045452,22054528:22055109,22123322:22123753,22380800:22381107,22393283:22411846,22469830:22474352,22544863:22544943,22566350:22570738,23947262:24175495,24463376:24490350', 'assoc_mat': '21975315:etiquette:4200:22023380,21976823:etiquette:4200:21996015,21984246:etiquette:4200:22052669,22014827:etiquette:4200:22040888,22014903:etiquette:4200:22045452,22054528:etiquette:4200:22055109,22123322:etiquette:4200:22123753,22380800:etiquette:4200:22381107,22393283:etiquette:4200:22411846,22469830:etiquette:4200:22474352,22544863:etiquette:4200:22544943,22566350:etiquette:4200:22570738,23947262:etiquette:4200:24175495,24463376:etiquette:4200:24490350'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008386211780156041, 'nb_photo': 135, 'list_port_cont': '21970541,21979262,21981112,21987540,22014146,22015673,22015922,22016004,22016179,22029288,22029594,22033203,22040478,22047092,22051689,22066231,22076804,22097145,22102792,22130067,22134206,22139420,22149422,22158721,22180782,22184236,22207244,22211139,22221838,22291341,22300026,22305685,22305854,22307672,22310219,22312754,22317524,22357153,22385072,22390953,22391019,22403211,22448539,22450582,22453629,22460470,22463965,22471868,22498281,22498734,22498743,22517414,22518605,22532212,22536878,22543287,22544893,22548088,22553246,22562099,23935896,23935927,23947991,23950767,23951166,23951263,23952907,23954084,23956185,24454638,24455290,24455455,24455819,24456373,24464465,24475890,24476875,24478124,24478866,24479109,24479211,24480088,24480164,24480704,24480772,24481503,24481762,24481859,24482568,24482628,24490295', 'assoc_port': '21969983:21970541,21976822:21979262,21980117:21981112,21986987:21987540,22013394:22014146,22014846:22016179,22014892:22015922,22014899:22016004,22014906:22015673,22029099:22029594,22029101:22029288,22032529:22033203,22040133:22040478,22046565:22047092,22051362:22051689,22065344:22066231,22076545:22076804,22096624:22097145,22101542:22102792,22129563:22130067,22133911:22134206,22138713:22139420,22148776:22149422,22157944:22158721,22180099:22180782,22183560:22184236,22206473:22207244,22210210:22211139,22221022:22221838,22290545:22291341,22299411:22300026,22305208:22305854,22305212:22305685,22307235:22307672,22309701:22310219,22312351:22312754,22316766:22317524,22353972:22357153,22384433:22385072,22390605:22390953,22390606:22391019,22402440:22403211,22444777:22448539,22448524:24475890,22450304:22450582,22453057:22453629,22459991:22460470,22463411:22463965,22471234:22471868,22489568:22498281,22497683:22498734,22498539:22498743,22513060:22517414,22517539:22518605,22531798:22532212,22536498:22536878,22542627:2254328', 'assoc_mat': '21969983:etiquette:4209:21970541,21976822:etiquette:4209:21979262,21980117:etiquette:4209:21981112,21986987:etiquette:4209:21987540,22013394:etiquette:4209:22014146,22014846:etiquette:4209:22016179,22014892:etiquette:4209:22015922,22014899:etiquette:4209:22016004,22014906:etiquette:4209:22015673,22029099:etiquette:4209:22029594,22029101:etiquette:4209:22029288,22032529:etiquette:4209:22033203,22040133:etiquette:4209:22040478,22046565:etiquette:4209:22047092,22051362:etiquette:4209:22051689,22065344:etiquette:4209:22066231,22076545:etiquette:4209:22076804,22096624:etiquette:4209:22097145,22101542:etiquette:4209:22102792,22129563:etiquette:4209:22130067,22133911:etiquette:4209:22134206,22138713:etiquette:4209:22139420,22148776:etiquette:4209:22149422,22157944:etiquette:4209:22158721,22180099:etiquette:4209:22180782,22183560:etiquette:4209:22184236,22206473:etiquette:4209:22207244,22210210:etiquette:4209:22211139,22221022:etiquette:4209:22221838,22290545:etiquette:4209:22291341,22299411:etiquette:4209:22300026,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.0296738084605805e-05, 'nb_photo': 176, 'list_port_cont': '21963413,21964272,21971864,21997451,22004073,22007322,22007778,22025922,22026238,22026462,22026590,22029552,22031956,22040614,22040696,22063584,22068767,22072733,22074045,22080509,22127607,22141697,22144841,22151417,22155285,22158586,22185628,22189957,22195671,22195682,22210757,22222977,22229864,22291483,22298633,22302347,22306937,22308367,22309994,22318837,22337038,22341210,22345489,22352901,22355856,22378514,22379995,22381571,22381600,22387543,22388643,22394232,22395430,22420789,22425567,22430376,22432889,22437376,22439801,22441437,22445408,22449014,22452311,22455816,22457556,22458003,22467568,22468256,22488373,22490661,22492176,22498433,22498700,22502741,22515716,22518618,22524430,22532370,22548070,22554598,22563593,22563809,22563968,23951751,23952570,23961234,23964612,23966567,24055526,24063481,24078326,24115021,24176835,24454910,24489905', 'assoc_port': '21962514:21963413,21963883:21964272,21967181:21971864,21976850:21997451,21978908:22004073,21980103:22007322,21980107:22007778,22014843:22026590,22014880:22026462,22014896:22026238,22024784:22025922,22029102:22029552,22031175:22031956,22040126:22040696,22040132:22040614,22062853:22063584,22065346:22068767,22071991:22072733,22073536:22074045,22079487:22080509,22126967:22127607,22141217:22141697,22144305:22144841,22150594:22151417,22154691:22155285,22157945:22158586,22185065:22185628,22189217:22189957,22195199:22195671,22195205:22195682,22210185:22210757,22222660:22222977,22226567:22229864,22290548:22291483,22298063:22298633,22301993:22302347,22304108:22306937,22307889:22308367,22309702:22309994,22318030:22318837,22336329:22337038,22340396:22341210,22345136:22345489,22352274:22352901,22355023:22355856,22378312:22378514,22379663:22379995,22381321:22381600,22381322:22381571,22386993:22387543,22388013:22388643,22393282:22394232,22394740:22395430,22420197:22420789,22424907:22425567,22429989:22430376,22432671:2243288', 'assoc_mat': '21962514:etiquette:4211:21963413,21963883:etiquette:4211:21964272,21967181:etiquette:4211:21971864,21976850:etiquette:4211:21997451,21978908:etiquette:4211:22004073,21980103:etiquette:4211:22007322,21980107:etiquette:4211:22007778,22014843:etiquette:4211:22026590,22014880:etiquette:4211:22026462,22014896:etiquette:4211:22026238,22024784:etiquette:4211:22025922,22029102:etiquette:4211:22029552,22031175:etiquette:4211:22031956,22040126:etiquette:4211:22040696,22040132:etiquette:4211:22040614,22062853:etiquette:4211:22063584,22065346:etiquette:4211:22068767,22071991:etiquette:4211:22072733,22073536:etiquette:4211:22074045,22079487:etiquette:4211:22080509,22126967:etiquette:4211:22127607,22141217:etiquette:4211:22141697,22144305:etiquette:4211:22144841,22150594:etiquette:4211:22151417,22154691:etiquette:4211:22155285,22157945:etiquette:4211:22158586,22185065:etiquette:4211:22185628,22189217:etiquette:4211:22189957,22195199:etiquette:4211:22195671,22195205:etiquette:4211:22195682,22210185:etiquette:4211:22210757,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0013085357714266602, 'nb_photo': 10, 'list_port_cont': '22042742,22138737,22147612,22306121,22354655,22441913,22480595,24068006,24075346,24079797', 'assoc_port': '22014828:22042742,22137424:22138737,22144307:22147612,22305205:22306121,22353971:22354655,22440774:22441913,22469827:22480595,23949705:24068006,23950954:24075346,23953469:24079797', 'assoc_mat': '22014828:etiquette:3327:22042742,22137424:etiquette:3327:22138737,22144307:etiquette:3327:22147612,22305205:etiquette:3327:22306121,22353971:etiquette:3327:22354655,22440774:etiquette:3327:22441913,22469827:etiquette:3327:22480595,23949705:etiquette:3327:24068006,23950954:etiquette:3327:24075346,23953469:etiquette:3327:24079797'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014379694061397158, 'nb_photo': 420, 'list_port_cont': '21964190,21969957,22026354,22041320,22046204,22051226,22051709,22052391,22053709,22054012,22076366,22076785,22108074,22149156,22153075,22158485,22180502,22237964,22241233,22244103,22292967,22309525,22314883,22318634,22345055,22361616,22379483,22385696,22396156,22422328,22433697,22449941,22454612,22473512,22480035,22487812,22511774,22512736,22516916,22536638,22553560,23977223,24055211,24056841,24059336,24064707,24074205,24074581,24078640', 'assoc_port': '21963879:21964190,21967136:21969957,21978909:22026354,21984244:22052391,22014829:22041320,22014907:22046204,22019910:22053709,22038501:22054012,22049748:22051226,22051358:22051709,22062848:22076366,22076546:22076785,22101547:22108074,22131718:22153075,22142360:22149156,22154699:22158485,22174835:22180502,22191273:22244103,22210213:22241233,22211643:22237964,22290550:22292967,22305213:22309525,22314653:22314883,22318028:22318634,22344383:22345055,22355024:22361616,22379401:22379483,22384434:22385696,22390602:22396156,22420201:22422328,22432676:22433697,22444780:22449941,22451710:22454612,22469828:22473512,22479660:22480035,22486523:22487812,22497684:22511774,22509474:22512736,22513057:22516916,22536499:22536638,22550650:22553560,23934801:23977223,23947388:24055211,23947712:24056841,23948736:24059336,23949473:24064707,23950958:24074205,23951071:24074581,23953445:24078640', 'assoc_mat': '21963879:film_plastique:4205:21964190,21967136:film_plastique:4205:21969957,21978909:film_plastique:4205:22026354,21984244:film_plastique:4205:22052391,22014829:film_plastique:4205:22041320,22014907:film_plastique:4205:22046204,22019910:film_plastique:4205:22053709,22038501:film_plastique:4205:22054012,22049748:film_plastique:4205:22051226,22051358:film_plastique:4205:22051709,22062848:film_plastique:4205:22076366,22076546:film_plastique:4205:22076785,22101547:film_plastique:4205:22108074,22131718:film_plastique:4205:22153075,22142360:film_plastique:4205:22149156,22154699:film_plastique:4205:22158485,22174835:film_plastique:4205:22180502,22191273:film_plastique:4205:22244103,22210213:film_plastique:4205:22241233,22211643:film_plastique:4205:22237964,22290550:film_plastique:4205:22292967,22305213:film_plastique:4205:22309525,22314653:film_plastique:4205:22314883,22318028:film_plastique:4205:22318634,22344383:film_plastique:4205:22345055,22355024:film_plastique:4205:22361616,22379401:film_plastique:4205:2237948'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002766416781866128, 'nb_photo': 475, 'list_port_cont': '21969310,22003523,22005708,22012121,22040912,22053780,22054229,22055549,22063551,22064881,22076852,22097214,22146614,22154996,22164097,22241082,22244154,22295033,22309852,22315614,22348635,22379358,22397928,22399476,22430535,22450060,22451174,22471537,22505133,22510440,22520978,22560985,22561805,24056838,24060647,24064541,24066196,24076145,24079354,24168494,24490741', 'assoc_port': '21967117:21969310,21978894:22003523,21978946:22005708,22011455:22012121,22014824:22040912,22014888:22064881,22023070:22055549,22035144:22054229,22046564:22053780,22062855:22063551,22076548:22076852,22096625:22097214,22129557:22146614,22141215:22154996,22154698:22164097,22191270:22244154,22210214:22241082,22291941:22295033,22305215:22309852,22314649:22315614,22340395:22348635,22376586:22379358,22386992:22397928,22398077:22399476,22429992:22430535,22443967:22451174,22449976:22450060,22466648:22471537,22494447:22505133,22504012:22510440,22520613:22520978,22542628:22560985,22556378:22561805,23946469:24168494,23947595:24056838,23948806:24060647,23949371:24064541,23949568:24066196,23951346:24076145,23953532:24079354,24463396:24490741', 'assoc_mat': '21967117:film_plastique:4203:21969310,21978894:film_plastique:4203:22003523,21978946:film_plastique:4203:22005708,22011455:film_plastique:4203:22012121,22014824:film_plastique:4203:22040912,22014888:film_plastique:4203:22064881,22023070:film_plastique:4203:22055549,22035144:film_plastique:4203:22054229,22046564:film_plastique:4203:22053780,22062855:film_plastique:4203:22063551,22076548:film_plastique:4203:22076852,22096625:film_plastique:4203:22097214,22129557:film_plastique:4203:22146614,22141215:film_plastique:4203:22154996,22154698:film_plastique:4203:22164097,22191270:film_plastique:4203:22244154,22210214:film_plastique:4203:22241082,22291941:film_plastique:4203:22295033,22305215:film_plastique:4203:22309852,22314649:film_plastique:4203:22315614,22340395:film_plastique:4203:22348635,22376586:film_plastique:4203:22379358,22386992:film_plastique:4203:22397928,22398077:film_plastique:4203:22399476,22429992:film_plastique:4203:22430535,22443967:film_plastique:4203:22451174,22449976:film_plastique:4203:2245006'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031261432225194877, 'nb_photo': 1206, 'list_port_cont': '21963552,21963971,21964098,21964264,21970463,21970762,21971466,21971804,21983039,21986345,21996811,21997189,21997863,22003050,22003890,22005413,22005583,22005608,22006364,22007558,22015145,22016814,22023127,22025821,22031495,22032058,22032218,22032446,22032669,22032765,22033141,22035913,22036280,22036729,22040497,22042589,22050151,22050367,22050422,22050888,22051576,22055091,22057097,22066955,22067376,22068695,22072666,22073876,22076185,22078976,22079673,22088033,22090726,22091746,22096847,22097129,22103623,22106576,22123729,22126027,22131801,22131889,22132855,22133045,22133254,22134222,22134246,22151144,22151594,22153409,22153972,22155157,22175234,22178925,22180574,22180979,22181058,22183821,22185862,22189454,22194538,22194907,22201651,22202597,22204917,22211242,22212814,22213135,22222798,22227353,22227445,22228069,22292895,22293099,22293182,22295505,22295719,22298147,22300220,22302305,22305914,22307029,22317206,22372353,22373595,22377485,22378741,22379448,22379458,22379507,22381068,22381694,22387289,2238849', 'assoc_port': '21963398:21963552,21963881:21964264,21963884:21964098,21963885:21963971,21967145:21970762,21967184:21971466,21967193:21971804,21969982:21970463,21976863:21996811,21976864:21997189,21976868:21997863,21976883:22025821,21976900:22023127,21978888:22003050,21978910:22003890,21978941:22005413,21978949:22005583,21978951:22005608,21980101:22006364,21980112:22007558,21980147:21983039,21985550:21986345,21986991:22016814,22014823:22032669,22014830:22032765,22014834:22032446,22014836:22032218,22014871:22032058,22014884:22015145,22031176:22031495,22032527:22033141,22035140:22036729,22035142:22036280,22035143:22035913,22040130:22040497,22042105:22042589,22049746:22050888,22049750:22050367,22049753:22050422,22049757:22050151,22051353:22051576,22054524:22055091,22056821:22057097,22065345:22068695,22066732:22067376,22066735:22066955,22071990:22072666,22073533:22073876,22075837:22076185,22078669:22079673,22078673:22078976,22086018:22088033,22088046:22090726,22091320:22091746,22096623:22096847,22096628:22097129,22101544:2210362', 'assoc_mat': '21963398:film_plastique:4207:21963552,21963881:film_plastique:4207:21964264,21963884:film_plastique:4207:21964098,21963885:film_plastique:4207:21963971,21967145:film_plastique:4207:21970762,21967184:film_plastique:4207:21971466,21967193:film_plastique:4207:21971804,21969982:film_plastique:4207:21970463,21976863:film_plastique:4207:21996811,21976864:film_plastique:4207:21997189,21976868:film_plastique:4207:21997863,21976883:film_plastique:4207:22025821,21976900:film_plastique:4207:22023127,21978888:film_plastique:4207:22003050,21978910:film_plastique:4207:22003890,21978941:film_plastique:4207:22005413,21978949:film_plastique:4207:22005583,21978951:film_plastique:4207:22005608,21980101:film_plastique:4207:22006364,21980112:film_plastique:4207:22007558,21980147:film_plastique:4207:21983039,21985550:film_plastique:4207:21986345,21986991:film_plastique:4207:22016814,22014823:film_plastique:4207:22032669,22014830:film_plastique:4207:22032765,22014834:film_plastique:4207:22032446,22014836:film_plastique:4207:2203221'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7641233877332995, 'nb_photo': 4948, 'list_port_cont': '21962853,21964228,21964552,21968388,21968803,21975966,21977457,21979353,21980644,21981034,21981595,21986122,21987692,21997255,21997459,22015497,22015512,22015608,22015739,22015774,22015870,22016505,22024168,22029485,22031844,22036040,22040509,22042485,22045780,22051015,22051988,22055228,22057342,22069276,22073901,22073964,22076338,22076813,22080203,22088872,22093826,22094630,22108867,22122303,22127543,22130117,22132916,22143052,22144638,22147294,22149468,22153704,22165137,22178191,22180727,22184419,22192209,22195587,22205193,22207219,22212376,22222296,22223388,22245378,22292776,22296071,22297441,22300093,22302373,22307954,22308270,22313270,22317025,22317679,22340933,22344795,22347261,22376498,22377542,22379528,22381085,22385021,22388594,22390907,22391726,22395328,22401163,22425416,22433263,22438561,22441357,22445230,22450451,22452254,22455771,22455889,22458866,22460257,22467425,22473911,22477620,22487221,22490511,22494839,22497215,22497817,22498669,22499133,22510305,22516737,22518483,22523115,22536180,2253691', 'assoc_port': '21962511:21962853,21963880:21964228,21964371:21964552,21967121:21968803,21967190:21968388,21975318:21975966,21976867:21977457,21978936:21979353,21980104:21981595,21980135:21980644,21980140:21981034,21985538:21986122,21986986:21987692,21996829:21997459,21996831:21997255,22014826:22016505,22014832:22015497,22014873:22015870,22014882:22015774,22014894:22015739,22014900:22015608,22014908:22015512,22023899:22024168,22029100:22029485,22031178:22031844,22035145:22036040,22040127:22040509,22042106:22042485,22045048:22045780,22046567:22051015,22049756:22051988,22051361:22057342,22054526:22055228,22065347:22073901,22068647:22069276,22073535:22073964,22075834:22076338,22076547:22076813,22079489:22080203,22086063:22094630,22088044:22088872,22093119:22093826,22098020:22108867,22122000:22122303,22126964:22127543,22129559:22130117,22132586:22132916,22138711:22147294,22142357:22143052,22144309:22144638,22148777:22149468,22153227:22153704,22164922:22165137,22177109:22178191,22180103:22180727,22183556:22184419,22191271:2219220', 'assoc_mat': '21962511:film_plastique:4461:21962853,21963880:film_plastique:4461:21964228,21964371:film_plastique:4461:21964552,21967121:film_plastique:4461:21968803,21967190:film_plastique:4461:21968388,21975318:film_plastique:4461:21975966,21976867:film_plastique:4461:21977457,21978936:film_plastique:4461:21979353,21980104:film_plastique:4461:21981595,21980135:film_plastique:4461:21980644,21980140:film_plastique:4461:21981034,21985538:film_plastique:4461:21986122,21986986:film_plastique:4461:21987692,21996829:film_plastique:4461:21997459,21996831:film_plastique:4461:21997255,22014826:film_plastique:4461:22016505,22014832:film_plastique:4461:22015497,22014873:film_plastique:4461:22015870,22014882:film_plastique:4461:22015774,22014894:film_plastique:4461:22015739,22014900:film_plastique:4461:22015608,22014908:film_plastique:4461:22015512,22023899:film_plastique:4461:22024168,22029100:film_plastique:4461:22029485,22031178:film_plastique:4461:22031844,22035145:film_plastique:4461:22036040,22040127:film_plastique:4461:2204050'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01967923299693468, 'nb_photo': 4184, 'list_port_cont': '21963513,21963741,21969530,21970688,21971858,21977059,21987229,21996018,22004231,22006326,22007569,22013198,22023391,22023828,22026223,22027588,22040656,22040887,22041937,22042202,22042530,22042858,22042934,22044157,22044588,22044883,22045468,22050961,22051879,22052658,22053688,22053803,22053940,22053960,22053970,22054062,22055103,22056673,22057718,22068773,22074428,22083188,22091012,22091138,22097339,22099676,22108168,22109934,22118598,22118746,22123739,22132967,22135495,22138549,22147415,22148484,22148528,22149490,22153028,22156874,22158880,22159205,22162556,22169728,22193157,22195001,22204880,22229872,22234430,22234991,22239610,22241166,22241931,22242142,22242689,22242716,22287848,22287931,22294359,22299463,22302840,22307265,22307380,22309483,22312902,22316267,22317575,22321647,22321918,22321976,22346384,22346555,22347437,22347710,22350368,22358803,22378615,22378786,22378987,22379424,22380058,22381110,22381716,22389057,22390090,22395760,22396917,22397019,22405891,22411836,22422314,22430771,22432528,2243352', 'assoc_port': '21962513:21963741,21963400:21963513,21967129:21969530,21967139:21970688,21967186:21971858,21975315:22023391,21976823:21996018,21976866:22023828,21976902:22026223,21976906:21977059,21978911:22004231,21978931:22027588,21980100:22006326,21980110:22007569,21984246:22052658,21985540:22013198,21986993:21987229,22014797:22040656,22014827:22040887,22014838:22041937,22014839:22042202,22014876:22042858,22014878:22042934,22014891:22044157,22014898:22044588,22014902:22044883,22014903:22045468,22032524:22057718,22035137:22054062,22040123:22053970,22040136:22053960,22042108:22042530,22045047:22053940,22045049:22053803,22049751:22050961,22049755:22056673,22051355:22053688,22051363:22051879,22054528:22055103,22065348:22068773,22068649:22083188,22073532:22074428,22078670:22099676,22088043:22091138,22088051:22091012,22091315:22118598,22091317:22109934,22093114:22118746,22096627:22097339,22101552:22108168,22123322:22123739,22126966:22132967,22129562:22135495,22132587:22138549,22137423:22147415,22141214:22162556,22142356:2214848', 'assoc_mat': '21962513:film_plastique:4200:21963741,21963400:film_plastique:4200:21963513,21967129:film_plastique:4200:21969530,21967139:film_plastique:4200:21970688,21967186:film_plastique:4200:21971858,21975315:film_plastique:4200:22023391,21976823:film_plastique:4200:21996018,21976866:film_plastique:4200:22023828,21976902:film_plastique:4200:22026223,21976906:film_plastique:4200:21977059,21978911:film_plastique:4200:22004231,21978931:film_plastique:4200:22027588,21980100:film_plastique:4200:22006326,21980110:film_plastique:4200:22007569,21984246:film_plastique:4200:22052658,21985540:film_plastique:4200:22013198,21986993:film_plastique:4200:21987229,22014797:film_plastique:4200:22040656,22014827:film_plastique:4200:22040887,22014838:film_plastique:4200:22041937,22014839:film_plastique:4200:22042202,22014876:film_plastique:4200:22042858,22014878:film_plastique:4200:22042934,22014891:film_plastique:4200:22044157,22014898:film_plastique:4200:22044588,22014902:film_plastique:4200:22044883,22014903:film_plastique:4200:2204546'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01253994539100845, 'nb_photo': 834, 'list_port_cont': '21964209,21968045,21970542,21976111,21976200,21977095,21978285,21978705,21979258,21980935,21981114,21985002,21987530,22014150,22015349,22015669,22015917,22015933,22015964,22015992,22016096,22016177,22017234,22024222,22029291,22029602,22033172,22035774,22040483,22045571,22047090,22050003,22050301,22050457,22051703,22051850,22052105,22055309,22057104,22066236,22067264,22076305,22076800,22086676,22088571,22093811,22093914,22097133,22102783,22123769,22130070,22134201,22137995,22139243,22139415,22141675,22144728,22149415,22154838,22158722,22175469,22175514,22180777,22184224,22187427,22195649,22200220,22207248,22211138,22212465,22217892,22221531,22221840,22305690,22305852,22307665,22310228,22310462,22311659,22312627,22312704,22312747,22317229,22317522,22318712,22319802,22336924,22346654,22357146,22377464,22379984,22385064,22388487,22390966,22403209,22430338,22433166,22448534,22450571,22453420,22456026,22457570,22457901,22458914,22458927,22459716,22460460,22462792,22463861,22463963,22467295,22470480,22470574,2247093', 'assoc_port': '21963882:21964209,21967114:21968045,21969983:21970542,21975316:21976200,21975317:21976111,21976822:21979258,21976869:21978705,21976897:21978285,21976904:21977095,21980117:21981114,21980144:21980935,21984242:21985002,21986987:21987530,22013394:22014150,22014831:22017234,22014846:22016177,22014877:22015933,22014879:22016096,22014886:22015964,22014892:22015917,22014899:22015992,22014904:22015349,22014906:22015669,22018590:24455551,22023871:22024222,22029099:22029602,22029101:22029291,22032529:22033172,22035141:22035774,22038503:22050301,22040133:22040483,22045045:22045571,22046565:22047090,22049747:22050457,22049749:22051850,22049758:22050003,22051357:22052105,22051362:22051703,22054542:22055309,22056819:22057104,22065344:22066236,22066733:22067264,22075838:22076305,22076545:22076800,22086022:22086676,22088049:22088571,22093116:22093914,22093117:22093811,22096624:22097133,22101542:22102783,22123324:22123769,22129563:22130070,22133911:22134201,22137426:22137995,22138707:22139243,22138713:22139415,22141216:2214167', 'assoc_mat': '21963882:film_plastique:4209:21964209,21967114:film_plastique:4209:21968045,21969983:film_plastique:4209:21970542,21975316:film_plastique:4209:21976200,21975317:film_plastique:4209:21976111,21976822:film_plastique:4209:21979258,21976869:film_plastique:4209:21978705,21976897:film_plastique:4209:21978285,21976904:film_plastique:4209:21977095,21980117:film_plastique:4209:21981114,21980144:film_plastique:4209:21980935,21984242:film_plastique:4209:21985002,21986987:film_plastique:4209:21987530,22013394:film_plastique:4209:22014150,22014831:film_plastique:4209:22017234,22014846:film_plastique:4209:22016177,22014877:film_plastique:4209:22015933,22014879:film_plastique:4209:22016096,22014886:film_plastique:4209:22015964,22014892:film_plastique:4209:22015917,22014899:film_plastique:4209:22015992,22014904:film_plastique:4209:22015349,22014906:film_plastique:4209:22015669,22018590:film_plastique:4209:24455551,22023871:film_plastique:4209:22024222,22029099:film_plastique:4209:22029602,22029101:film_plastique:4209:2202929'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0032941827353012913, 'nb_photo': 9756, 'list_port_cont': '21963401,21963590,21964267,21970582,21971867,21971924,21989552,21990253,21997440,22004068,22005516,22007321,22007764,22008820,22014722,22015453,22017320,22020098,22025931,22025957,22026192,22026227,22026314,22026459,22026577,22026591,22026679,22026739,22029554,22031866,22031954,22033380,22039417,22040616,22040706,22050605,22050711,22051595,22052019,22052116,22056377,22057163,22063568,22067299,22068757,22069192,22072729,22074047,22080504,22083633,22090628,22091664,22091938,22092187,22094240,22105442,22122255,22127615,22132323,22139311,22141707,22144686,22144825,22151415,22155281,22158593,22177949,22179549,22185624,22186665,22189948,22192294,22195667,22195686,22207550,22210750,22221969,22222987,22229857,22291486,22294735,22294825,22298375,22298639,22299068,22302348,22306929,22308376,22309987,22312616,22313059,22313312,22315319,22318843,22329441,22332286,22337051,22341221,22344855,22345497,22352904,22353626,22355857,22371432,22375845,22377495,22378510,22378608,22379556,22379990,22381580,22381599,22385090,2238755', 'assoc_port': '21962514:21963401,21963397:21963590,21963883:21964267,21967132:21970582,21967181:21971867,21967195:21971924,21969979:22020098,21975312:21989552,21975320:21990253,21976850:21997440,21978908:22004068,21978934:22005516,21980103:22007321,21980107:22007764,21980142:22008820,21985545:22014722,21985548:22015453,21986988:22017320,22014825:22026739,22014833:22026679,22014843:22026591,22014874:22026577,22014880:22026459,22014893:22026314,22014896:22026227,22014901:22026192,22024784:22025931,22024789:22025957,22029102:22029554,22031175:22031954,22031177:22031866,22032532:22033380,22038504:22039417,22040126:22040706,22040132:22040616,22042107:22051595,22046566:22050711,22049745:22056377,22049754:22050605,22051354:22052116,22051356:22052019,22054525:22057163,22062853:22063568,22065346:22068757,22066734:22067299,22068648:22069192,22071991:22072729,22073536:22074047,22079487:22080504,22079488:22083633,22079491:22092187,22086017:22094240,22086036:22090628,22091316:22091664,22091318:22091938,22101546:22105442,22121999:2212225', 'assoc_mat': '21962514:film_plastique:4211:21963401,21963397:film_plastique:4211:21963590,21963883:film_plastique:4211:21964267,21967132:film_plastique:4211:21970582,21967181:film_plastique:4211:21971867,21967195:film_plastique:4211:21971924,21969979:film_plastique:4211:22020098,21975312:film_plastique:4211:21989552,21975320:film_plastique:4211:21990253,21976850:film_plastique:4211:21997440,21978908:film_plastique:4211:22004068,21978934:film_plastique:4211:22005516,21980103:film_plastique:4211:22007321,21980107:film_plastique:4211:22007764,21980142:film_plastique:4211:22008820,21985545:film_plastique:4211:22014722,21985548:film_plastique:4211:22015453,21986988:film_plastique:4211:22017320,22014825:film_plastique:4211:22026739,22014833:film_plastique:4211:22026679,22014843:film_plastique:4211:22026591,22014874:film_plastique:4211:22026577,22014880:film_plastique:4211:22026459,22014893:film_plastique:4211:22026314,22014896:film_plastique:4211:22026227,22014901:film_plastique:4211:22026192,22024784:film_plastique:4211:2202593'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0024596348575114907, 'nb_photo': 1, 'list_port_cont': '22241239', 'assoc_port': '22210213:22241239', 'assoc_mat': '22210213:kraft:4205:22241239'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0015938928795372087, 'nb_photo': 24, 'list_port_cont': '21967681,21970628,21996960,22015342,22051421,22064649,22076268,22106680,22132408,22235725,22287114,22301628,22460032,22490151,22513083,22556358,24058514,24076074,24490730', 'assoc_port': '21967188:21967681,21969981:21970628,21996833:21996960,22014872:22015342,22035138:22051421,22062850:22064649,22075836:22076268,22106152:22106680,22131721:22132408,22174852:22235725,22286479:22287114,22299407:22301628,22459597:22460032,22489069:22490151,22509477:22513083,22554338:22556358,23946672:24076074,23948629:24058514,24463262:24490730', 'assoc_mat': '21967188:kraft:3726:21967681,21969981:kraft:3726:21970628,21996833:kraft:3726:21996960,22014872:kraft:3726:22015342,22035138:kraft:3726:22051421,22062850:kraft:3726:22064649,22075836:kraft:3726:22076268,22106152:kraft:3726:22106680,22131721:kraft:3726:22132408,22174852:kraft:3726:22235725,22286479:kraft:3726:22287114,22299407:kraft:3726:22301628,22459597:kraft:3726:22460032,22489069:kraft:3726:22490151,22509477:kraft:3726:22513083,22554338:kraft:3726:22556358,23946672:kraft:3726:24076074,23948629:kraft:3726:24058514,24463262:kraft:3726:24490730'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9381317023990426, 'nb_photo': 56, 'list_port_cont': '22026357,22046202,22051227,22051705,22052381,22053696,22054017,22076378,22149159,22153081,22158489,22241234,22244104,22292968,22309514,22314893,22318632,22345048,22379481,22433708,22449949,22480028,22511788,22516927,22536637,22553550,24055200,24056845,24059340,24074572,24078649', 'assoc_port': '21978909:22026357,21984244:22052381,22014907:22046202,22019910:22053696,22038501:22054017,22049748:22051227,22051358:22051705,22062848:22076378,22131718:22153081,22142360:22149159,22154699:22158489,22191273:22244104,22210213:22241234,22290550:22292968,22305213:22309514,22314653:22314893,22318028:22318632,22344383:22345048,22379401:22379481,22432676:22433708,22444780:22449949,22479660:22480028,22497684:22511788,22513057:22516927,22536499:22536637,22550650:22553550,23947388:24055200,23947712:24056845,23948736:24059340,23951071:24074572,23953445:24078649', 'assoc_mat': '21978909:metal:4205:22026357,21984244:metal:4205:22052381,22014907:metal:4205:22046202,22019910:metal:4205:22053696,22038501:metal:4205:22054017,22049748:metal:4205:22051227,22051358:metal:4205:22051705,22062848:metal:4205:22076378,22131718:metal:4205:22153081,22142360:metal:4205:22149159,22154699:metal:4205:22158489,22191273:metal:4205:22244104,22210213:metal:4205:22241234,22290550:metal:4205:22292968,22305213:metal:4205:22309514,22314653:metal:4205:22314893,22318028:metal:4205:22318632,22344383:metal:4205:22345048,22379401:metal:4205:22379481,22432676:metal:4205:22433708,22444780:metal:4205:22449949,22479660:metal:4205:22480028,22497684:metal:4205:22511788,22513057:metal:4205:22516927,22536499:metal:4205:22536637,22550650:metal:4205:22553550,23947388:metal:4205:24055200,23947712:metal:4205:24056845,23948736:metal:4205:24059340,23951071:metal:4205:24074572,23953445:metal:4205:24078649'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003436458918000003, 'nb_photo': 503, 'list_port_cont': '21969296,22003512,22005710,22012113,22040909,22053776,22054237,22055550,22063559,22064876,22076848,22097211,22146608,22154991,22164099,22241076,22244151,22295045,22309857,22315608,22348645,22379364,22397932,22399474,22430539,22450053,22451175,22460277,22471539,22505134,22510425,22520968,22560987,22561804,24056829,24060637,24064554,24066198,24076149,24079365,24168496,24490744', 'assoc_port': '21967117:21969296,21978894:22003512,21978946:22005710,22011455:22012113,22014824:22040909,22014888:22064876,22023070:22055550,22035144:22054237,22046564:22053776,22062855:22063559,22076548:22076848,22096625:22097211,22129557:22146608,22141215:22154991,22154698:22164099,22191270:22244151,22210214:22241076,22291941:22295045,22305215:22309857,22314649:22315608,22340395:22348645,22376586:22379364,22386992:22397932,22398077:22399474,22429992:22430539,22443967:22451175,22449976:22450053,22459600:22460277,22466648:22471539,22494447:22505134,22504012:22510425,22520613:22520968,22542628:22560987,22556378:22561804,23946469:24168496,23947595:24056829,23948806:24060637,23949371:24064554,23949568:24066198,23951346:24076149,23953532:24079365,24463396:24490744', 'assoc_mat': '21967117:metal:4203:21969296,21978894:metal:4203:22003512,21978946:metal:4203:22005710,22011455:metal:4203:22012113,22014824:metal:4203:22040909,22014888:metal:4203:22064876,22023070:metal:4203:22055550,22035144:metal:4203:22054237,22046564:metal:4203:22053776,22062855:metal:4203:22063559,22076548:metal:4203:22076848,22096625:metal:4203:22097211,22129557:metal:4203:22146608,22141215:metal:4203:22154991,22154698:metal:4203:22164099,22191270:metal:4203:22244151,22210214:metal:4203:22241076,22291941:metal:4203:22295045,22305215:metal:4203:22309857,22314649:metal:4203:22315608,22340395:metal:4203:22348645,22376586:metal:4203:22379364,22386992:metal:4203:22397932,22398077:metal:4203:22399474,22429992:metal:4203:22430539,22443967:metal:4203:22451175,22449976:metal:4203:22450053,22459600:metal:4203:22460277,22466648:metal:4203:22471539,22494447:metal:4203:22505134,22504012:metal:4203:22510425,22520613:metal:4203:22520968,22542628:metal:4203:22560987,22556378:metal:4203:22561804,23946469:metal:4203:24168496,23947595:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005295479241490945, 'nb_photo': 293, 'list_port_cont': '21964253,21970473,21970763,21971464,21986349,21996822,22005428,22005577,22006365,22025817,22031496,22032211,22032663,22032773,22033153,22035920,22036283,22040500,22042598,22050369,22050425,22050889,22051579,22057086,22066954,22067366,22068681,22072654,22073877,22076190,22078973,22079675,22097125,22123730,22126018,22131798,22131888,22132854,22133042,22133260,22134220,22134236,22151143,22151595,22155156,22178915,22180584,22180987,22185859,22189453,22194534,22194915,22212809,22228070,22292896,22293104,22293175,22295510,22295715,22298144,22300207,22302322,22307026,22308174,22372344,22377865,22378733,22379459,22379508,22381066,22381682,22387290,22390939,22395075,22450014,22450026,22450470,22451314,22452214,22453654,22487078,22488412,22490349,22491642,22494681,22497149,22498826,22499042,22502966,22504443,22534038,22535324,22538049,22543501,22548402,22548543,22551016,22559149,22561992,22563372,23949136,23949532,23950969,23951617,23952090,23952978,23953678,23955082,23955658,23956371,23956563,23957081,23958215,2395856', 'assoc_port': '21963881:21964253,21967145:21970763,21967184:21971464,21969982:21970473,21976863:21996822,21976883:22025817,21978941:22005428,21978949:22005577,21980101:22006365,21985550:21986349,22014823:22032663,22014830:22032773,22014836:22032211,22031176:22031496,22032527:22033153,22035142:22036283,22035143:22035920,22040130:22040500,22042105:22042598,22049746:22050889,22049750:22050369,22049753:22050425,22051353:22051579,22056821:22057086,22065345:22068681,22066732:22067366,22066735:22066954,22071990:22072654,22073533:22073877,22075837:22076190,22078669:22079675,22078673:22078973,22096628:22097125,22123320:22123730,22125807:22126018,22129556:22131798,22129560:22131888,22132583:22133260,22132585:22133042,22132589:22132854,22133908:22134220,22133909:22134236,22150592:22151595,22150596:22151143,22154700:22155156,22177106:22180987,22177112:22178915,22180100:22180584,22185030:22185859,22189228:22189453,22194158:22194915,22194162:22194534,22211648:22212809,22222655:22228070,22290547:22292896,22291937:22293175,22291942:2229310', 'assoc_mat': '21963881:metal:4207:21964253,21967145:metal:4207:21970763,21967184:metal:4207:21971464,21969982:metal:4207:21970473,21976863:metal:4207:21996822,21976883:metal:4207:22025817,21978941:metal:4207:22005428,21978949:metal:4207:22005577,21980101:metal:4207:22006365,21985550:metal:4207:21986349,22014823:metal:4207:22032663,22014830:metal:4207:22032773,22014836:metal:4207:22032211,22031176:metal:4207:22031496,22032527:metal:4207:22033153,22035142:metal:4207:22036283,22035143:metal:4207:22035920,22040130:metal:4207:22040500,22042105:metal:4207:22042598,22049746:metal:4207:22050889,22049750:metal:4207:22050369,22049753:metal:4207:22050425,22051353:metal:4207:22051579,22056821:metal:4207:22057086,22065345:metal:4207:22068681,22066732:metal:4207:22067366,22066735:metal:4207:22066954,22071990:metal:4207:22072654,22073533:metal:4207:22073877,22075837:metal:4207:22076190,22078669:metal:4207:22079675,22078673:metal:4207:22078973,22096628:metal:4207:22097125,22123320:metal:4207:22123730,22125807:metal:4207:22126018,22129556:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00483145581940344, 'nb_photo': 20, 'list_port_cont': '21968798,21975968,22015784,22076818,22122298,22212373,22245370,22381087,22445231,22467440,22494828,22497219,22498680,22518490,22536174,22538087,23957312,24464250', 'assoc_port': '21967121:21968798,21975318:21975968,22014882:22015784,22076547:22076818,22122000:22122298,22211638:22212373,22245259:22245370,22380799:22381087,22444779:22445231,22463409:22467440,22494448:22494828,22496795:22497219,22498536:22498680,22517561:22518490,22533593:22536174,22537668:22538087,23949056:23957312,24463436:24464250', 'assoc_mat': '21967121:metal:4461:21968798,21975318:metal:4461:21975968,22014882:metal:4461:22015784,22076547:metal:4461:22076818,22122000:metal:4461:22122298,22211638:metal:4461:22212373,22245259:metal:4461:22245370,22380799:metal:4461:22381087,22444779:metal:4461:22445231,22463409:metal:4461:22467440,22494448:metal:4461:22494828,22496795:metal:4461:22497219,22498536:metal:4461:22498680,22517561:metal:4461:22518490,22533593:metal:4461:22536174,22537668:metal:4461:22538087,23949056:metal:4461:23957312,24463436:metal:4461:24464250'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.1703267092527432, 'nb_photo': 1250, 'list_port_cont': '21963498,21970686,21996013,22007579,22040655,22050949,22053686,22053943,22068782,22074414,22083174,22091009,22091139,22097329,22099673,22108165,22109941,22118596,22118749,22123752,22132974,22135490,22138557,22147416,22148478,22148517,22149495,22153020,22156883,22158878,22159196,22162560,22169729,22193169,22194996,22204877,22229869,22234431,22234996,22239612,22241169,22242688,22242719,22287839,22287927,22294366,22299453,22302833,22307257,22307381,22309485,22312893,22316259,22317576,22321651,22321910,22321977,22346376,22346564,22347438,22347716,22350362,22358802,22378618,22378787,22378990,22379420,22380057,22380830,22381111,22381717,22389048,22395761,22396924,22397006,22405899,22411850,22422325,22430763,22432534,22433514,22441969,22448404,22452365,22455393,22456032,22458261,22459858,22463784,22464634,22465992,22467487,22471226,22472362,22472660,22473127,22474355,22475502,22488333,22488430,22488462,22493798,22494280,22494864,22497805,22506111,22506965,22514290,22516904,22519190,22519861,22520060,22520214,2252067', 'assoc_port': '21963400:21963498,21967139:21970686,21976823:21996013,21980110:22007579,22014797:22040655,22045047:22053943,22049751:22050949,22051355:22053686,22065348:22068782,22068649:22083174,22073532:22074414,22078670:22099673,22088043:22091139,22088051:22091009,22091315:22118596,22091317:22109941,22093114:22118749,22096627:22097329,22101552:22108165,22123322:22123752,22126966:22132974,22129562:22135490,22132587:22138557,22137423:22147416,22141214:22162560,22142356:22148478,22142359:22148517,22142361:22149495,22144310:22153020,22148779:22169729,22153226:22156883,22154710:22158878,22154715:22159196,22191278:22193169,22194161:22194996,22200699:22242688,22200702:22242719,22204331:22204877,22210211:22241169,22211636:22239612,22217463:22234431,22222639:22229869,22234729:22234996,22286480:22287927,22286482:22287839,22291938:22294366,22295406:22299453,22301992:22307257,22301998:22302833,22305209:22309485,22307240:22307381,22307242:22321977,22307893:22312893,22312345:22316259,22312866:22321910,22312872:22317576,22316765:2232165', 'assoc_mat': '21963400:metal:4200:21963498,21967139:metal:4200:21970686,21976823:metal:4200:21996013,21980110:metal:4200:22007579,22014797:metal:4200:22040655,22045047:metal:4200:22053943,22049751:metal:4200:22050949,22051355:metal:4200:22053686,22065348:metal:4200:22068782,22068649:metal:4200:22083174,22073532:metal:4200:22074414,22078670:metal:4200:22099673,22088043:metal:4200:22091139,22088051:metal:4200:22091009,22091315:metal:4200:22118596,22091317:metal:4200:22109941,22093114:metal:4200:22118749,22096627:metal:4200:22097329,22101552:metal:4200:22108165,22123322:metal:4200:22123752,22126966:metal:4200:22132974,22129562:metal:4200:22135490,22132587:metal:4200:22138557,22137423:metal:4200:22147416,22141214:metal:4200:22162560,22142356:metal:4200:22148478,22142359:metal:4200:22148517,22142361:metal:4200:22149495,22144310:metal:4200:22153020,22148779:metal:4200:22169729,22153226:metal:4200:22156883,22154710:metal:4200:22158878,22154715:metal:4200:22159196,22191278:metal:4200:22193169,22194161:metal:4200:22194996,22200699:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0012164532696759256, 'nb_photo': 4, 'list_port_cont': '22448929', 'assoc_port': '22448524:22448929', 'assoc_mat': '22448524:metal:3594:22448929'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.01637826834420187, 'nb_photo': 448, 'list_port_cont': '21964205,21970539,21974251,21976115,21978402,21978697,21979265,21980937,21981109,21985007,21987541,21997649,22014142,22015360,22015672,22015908,22015939,22015958,22016000,22016180,22024217,22029286,22029593,22033174,22040477,22045576,22050293,22051696,22052104,22055304,22057109,22066227,22067259,22076302,22076805,22093920,22097143,22102785,22134208,22137985,22139251,22139429,22141680,22144730,22149428,22154847,22158717,22175464,22175510,22180783,22184228,22187416,22195648,22200175,22200221,22207246,22211137,22212471,22217897,22221848,22291336,22300022,22305688,22305855,22307669,22310215,22310457,22311661,22312630,22312713,22312745,22315050,22315141,22317514,22318724,22319811,22336907,22346648,22372775,22377465,22379972,22390956,22391016,22391823,22403219,22430348,22448541,22450584,22453426,22456023,22457909,22458925,22458932,22459719,22460465,22463954,22467297,22470477,22470584,22470934,22471873,22490672,22498294,22498732,22498737,22504652,22504812,22512592,22512777,22517405,22518610,22520696,22522218,2253221', 'assoc_port': '21963882:21964205,21967197:21974251,21969983:21970539,21975317:21976115,21976822:21979265,21976869:21978697,21976870:21978402,21980117:21981109,21980144:21980937,21984242:21985007,21986987:21987541,21986989:21997649,22013394:22014142,22014846:22016180,22014877:22015939,22014886:22015958,22014892:22015908,22014899:22016000,22014904:22015360,22014906:22015672,22018590:24455558,22023871:22024217,22029099:22029593,22029101:22029286,22032529:22033174,22038503:22050293,22040133:22040477,22045045:22045576,22051357:22052104,22051362:22051696,22054542:22055304,22056819:22057109,22065344:22066227,22066733:22067259,22075838:22076302,22076545:22076805,22093116:22093920,22096624:22097143,22101542:22102785,22133911:22134208,22137426:22137985,22138707:22139251,22138713:22139429,22141216:22141680,22144306:22144730,22148776:22149428,22154714:22154847,22157944:22158717,22174848:22175464,22174851:22175510,22180099:22180783,22183560:22184228,22185032:22187416,22185038:22200175,22185039:22200221,22195202:22195648,22206473:2220724', 'assoc_mat': '21963882:metal:4209:21964205,21967197:metal:4209:21974251,21969983:metal:4209:21970539,21975317:metal:4209:21976115,21976822:metal:4209:21979265,21976869:metal:4209:21978697,21976870:metal:4209:21978402,21980117:metal:4209:21981109,21980144:metal:4209:21980937,21984242:metal:4209:21985007,21986987:metal:4209:21987541,21986989:metal:4209:21997649,22013394:metal:4209:22014142,22014846:metal:4209:22016180,22014877:metal:4209:22015939,22014886:metal:4209:22015958,22014892:metal:4209:22015908,22014899:metal:4209:22016000,22014904:metal:4209:22015360,22014906:metal:4209:22015672,22018590:metal:4209:24455558,22023871:metal:4209:22024217,22029099:metal:4209:22029593,22029101:metal:4209:22029286,22032529:metal:4209:22033174,22038503:metal:4209:22050293,22040133:metal:4209:22040477,22045045:metal:4209:22045576,22051357:metal:4209:22052104,22051362:metal:4209:22051696,22054542:metal:4209:22055304,22056819:metal:4209:22057109,22065344:metal:4209:22066227,22066733:metal:4209:22067259,22075838:metal:4209:22076302,22076545:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 3.8697088020321506e-05, 'nb_photo': 1, 'list_port_cont': '24055167', 'assoc_port': '23947380:24055167', 'assoc_mat': '23947380:metal:3726:24055167'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.011594612059304267, 'nb_photo': 2135, 'list_port_cont': '21963408,21963593,21964276,21970575,21971866,21971926,21989553,21990261,21997442,22004077,22007324,22007776,22008821,22014718,22015450,22017318,22020094,22025937,22025955,22026184,22026455,22026574,22026600,22026667,22026751,22029558,22031870,22031959,22033382,22039418,22040623,22040693,22050593,22050710,22051596,22052025,22052126,22056371,22057165,22063573,22067295,22068762,22069198,22072740,22074041,22080503,22083638,22090624,22091667,22091957,22092180,22094235,22105432,22122261,22127609,22132324,22139309,22141695,22144677,22144840,22151414,22155279,22158600,22177955,22179538,22185629,22186663,22189961,22192305,22195673,22195685,22207555,22210751,22221967,22222979,22229860,22291489,22294736,22294815,22298360,22298640,22299072,22302349,22306935,22308368,22312607,22313304,22315318,22318845,22329429,22332287,22337042,22341215,22344834,22345498,22352892,22353632,22355845,22371443,22375841,22377491,22378526,22378601,22379549,22380002,22381568,22381592,22385087,22387545,22388640,22394220,22395429,22398234,2242079', 'assoc_port': '21962514:21963408,21963397:21963593,21963883:21964276,21967132:21970575,21967181:21971866,21967195:21971926,21969979:22020094,21975312:21989553,21975320:21990261,21976850:21997442,21978908:22004077,21980103:22007324,21980107:22007776,21980142:22008821,21985545:22014718,21985548:22015450,21986988:22017318,22014825:22026751,22014833:22026667,22014843:22026600,22014874:22026574,22014880:22026455,22014901:22026184,22024784:22025937,22024789:22025955,22029102:22029558,22031175:22031959,22031177:22031870,22032532:22033382,22038504:22039418,22040126:22040693,22040132:22040623,22042107:22051596,22046566:22050710,22049745:22056371,22049754:22050593,22051354:22052126,22051356:22052025,22054525:22057165,22062853:22063573,22065346:22068762,22066734:22067295,22068648:22069198,22071991:22072740,22073536:22074041,22079487:22080503,22079488:22083638,22079491:22092180,22086017:22094235,22086036:22090624,22091316:22091667,22091318:22091957,22101546:22105432,22121999:22122261,22126967:22127609,22131720:22132324,22138709:2213930', 'assoc_mat': '21962514:metal:4211:21963408,21963397:metal:4211:21963593,21963883:metal:4211:21964276,21967132:metal:4211:21970575,21967181:metal:4211:21971866,21967195:metal:4211:21971926,21969979:metal:4211:22020094,21975312:metal:4211:21989553,21975320:metal:4211:21990261,21976850:metal:4211:21997442,21978908:metal:4211:22004077,21980103:metal:4211:22007324,21980107:metal:4211:22007776,21980142:metal:4211:22008821,21985545:metal:4211:22014718,21985548:metal:4211:22015450,21986988:metal:4211:22017318,22014825:metal:4211:22026751,22014833:metal:4211:22026667,22014843:metal:4211:22026600,22014874:metal:4211:22026574,22014880:metal:4211:22026455,22014901:metal:4211:22026184,22024784:metal:4211:22025937,22024789:metal:4211:22025955,22029102:metal:4211:22029558,22031175:metal:4211:22031959,22031177:metal:4211:22031870,22032532:metal:4211:22033382,22038504:metal:4211:22039418,22040126:metal:4211:22040693,22040132:metal:4211:22040623,22042107:metal:4211:22051596,22046566:metal:4211:22050710,22049745:metal:4211:22056371,22049754:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0021725252764949058, 'nb_photo': 2, 'list_port_cont': '22187175,24075950', 'assoc_port': '22178698:22187175,23951088:24075950', 'assoc_mat': '22178698:metal:3327:22187175,23951088:metal:3327:24075950'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.02387839669197576, 'nb_photo': 2367, 'list_port_cont': '21964183,21969944,22026360,22041322,22046209,22051219,22051707,22052392,22053698,22054009,22076368,22076789,22108085,22149146,22153086,22158487,22180503,22237966,22241246,22244102,22292974,22309516,22314891,22318621,22345052,22361619,22379476,22385703,22396157,22422333,22433701,22449944,22454618,22473516,22480032,22487804,22511776,22512739,22516917,22536640,22553548,22565037,23947056,23977227,24055202,24056842,24059334,24064705,24074209,24074577,24078642', 'assoc_port': '21963879:21964183,21967136:21969944,21978909:22026360,21984244:22052392,22014829:22041322,22014907:22046209,22019910:22053698,22038501:22054009,22049748:22051219,22051358:22051707,22062848:22076368,22076546:22076789,22101547:22108085,22131718:22153086,22142360:22149146,22154699:22158487,22174835:22180503,22191273:22244102,22210213:22241246,22211643:22237966,22290550:22292974,22305213:22309516,22314653:22314891,22318028:22318621,22344383:22345052,22355024:22361619,22379401:22379476,22384434:22385703,22390602:22396157,22420201:22422333,22432676:22433701,22444780:22449944,22451710:22454618,22469828:22473516,22479660:22480032,22486523:22487804,22497684:22511776,22509474:22512739,22513057:22516917,22536499:22536640,22550650:22553548,22562905:22565037,23934801:23977227,23946806:23947056,23947388:24055202,23947712:24056842,23948736:24059334,23949473:24064705,23950958:24074209,23951071:24074577,23953445:24078642', 'assoc_mat': '21963879:papier:4205:21964183,21967136:papier:4205:21969944,21978909:papier:4205:22026360,21984244:papier:4205:22052392,22014829:papier:4205:22041322,22014907:papier:4205:22046209,22019910:papier:4205:22053698,22038501:papier:4205:22054009,22049748:papier:4205:22051219,22051358:papier:4205:22051707,22062848:papier:4205:22076368,22076546:papier:4205:22076789,22101547:papier:4205:22108085,22131718:papier:4205:22153086,22142360:papier:4205:22149146,22154699:papier:4205:22158487,22174835:papier:4205:22180503,22191273:papier:4205:22244102,22210213:papier:4205:22241246,22211643:papier:4205:22237966,22290550:papier:4205:22292974,22305213:papier:4205:22309516,22314653:papier:4205:22314891,22318028:papier:4205:22318621,22344383:papier:4205:22345052,22355024:papier:4205:22361619,22379401:papier:4205:22379476,22384434:papier:4205:22385703,22390602:papier:4205:22396157,22420201:papier:4205:22422333,22432676:papier:4205:22433701,22444780:papier:4205:22449944,22451710:papier:4205:22454618,22469828:papier:4205:22473516,2247'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009644950851102922, 'nb_photo': 3446, 'list_port_cont': '21969302,22003521,22005707,22012109,22040906,22053782,22054240,22055540,22063552,22064883,22076860,22097222,22146609,22154995,22164086,22241079,22244152,22295034,22309861,22315610,22348639,22379359,22397940,22399473,22430540,22450067,22451180,22460278,22471531,22505129,22510428,22520972,22560991,22561797,24056833,24060645,24064530,24066199,24076153,24079360,24168502,24490748', 'assoc_port': '21967117:21969302,21978894:22003521,21978946:22005707,22011455:22012109,22014824:22040906,22014888:22064883,22023070:22055540,22035144:22054240,22046564:22053782,22062855:22063552,22076548:22076860,22096625:22097222,22129557:22146609,22141215:22154995,22154698:22164086,22191270:22244152,22210214:22241079,22291941:22295034,22305215:22309861,22314649:22315610,22340395:22348639,22376586:22379359,22386992:22397940,22398077:22399473,22429992:22430540,22443967:22451180,22449976:22450067,22459600:22460278,22466648:22471531,22494447:22505129,22504012:22510428,22520613:22520972,22542628:22560991,22556378:22561797,23946469:24168502,23947595:24056833,23948806:24060645,23949371:24064530,23949568:24066199,23951346:24076153,23953532:24079360,24463396:24490748', 'assoc_mat': '21967117:papier:4203:21969302,21978894:papier:4203:22003521,21978946:papier:4203:22005707,22011455:papier:4203:22012109,22014824:papier:4203:22040906,22014888:papier:4203:22064883,22023070:papier:4203:22055540,22035144:papier:4203:22054240,22046564:papier:4203:22053782,22062855:papier:4203:22063552,22076548:papier:4203:22076860,22096625:papier:4203:22097222,22129557:papier:4203:22146609,22141215:papier:4203:22154995,22154698:papier:4203:22164086,22191270:papier:4203:22244152,22210214:papier:4203:22241079,22291941:papier:4203:22295034,22305215:papier:4203:22309861,22314649:papier:4203:22315610,22340395:papier:4203:22348639,22376586:papier:4203:22379359,22386992:papier:4203:22397940,22398077:papier:4203:22399473,22429992:papier:4203:22430540,22443967:papier:4203:22451180,22449976:papier:4203:22450067,22459600:papier:4203:22460278,22466648:papier:4203:22471531,22494447:papier:4203:22505129,22504012:papier:4203:22510428,22520613:papier:4203:22520972,22542628:papier:4203:22560991,22556378:papier:4203:22561797,2394'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04205219086591165, 'nb_photo': 13730, 'list_port_cont': '21963560,21963962,21964102,21964259,21970468,21970766,21971458,21971807,21983019,21986340,21996816,21997195,21997866,22003054,22003898,22005423,22005589,22005621,22006374,22007554,22015149,22016812,22023124,22025819,22031486,22032047,22032212,22032445,22032670,22032762,22033140,22035910,22036281,22036723,22040491,22042593,22045610,22050144,22050366,22050427,22050883,22051577,22055086,22057088,22066947,22067374,22068684,22072652,22073647,22073885,22076176,22078977,22079043,22079672,22088029,22090725,22091739,22096855,22097121,22103621,22106582,22123721,22126026,22131802,22131892,22132858,22133044,22133261,22134223,22134241,22151142,22151593,22153414,22153969,22155167,22175241,22178918,22180583,22180989,22181060,22183802,22185860,22189462,22194531,22194909,22201655,22202599,22204929,22211239,22212811,22213133,22222800,22227358,22227440,22228058,22292900,22293105,22293169,22293792,22294828,22295508,22295704,22298150,22300212,22302303,22305915,22307017,22308168,22317207,22372356,22373588,22377479,22377866,2237874', 'assoc_port': '21963398:21963560,21963881:21964259,21963884:21964102,21963885:21963962,21967145:21970766,21967184:21971458,21967193:21971807,21969982:21970468,21976863:21996816,21976864:21997195,21976868:21997866,21976883:22025819,21976900:22023124,21978888:22003054,21978910:22003898,21978941:22005423,21978949:22005589,21978951:22005621,21980101:22006374,21980112:22007554,21980147:21983019,21985550:21986340,21986991:22016812,22014823:22032670,22014830:22032762,22014834:22032445,22014836:22032212,22014871:22032047,22014884:22015149,22031176:22031486,22032527:22033140,22035140:22036723,22035142:22036281,22035143:22035910,22040130:22040491,22042105:22042593,22045046:22045610,22049746:22050883,22049750:22050366,22049753:22050427,22049757:22050144,22051353:22051577,22054524:22055086,22056821:22057088,22065345:22068684,22066732:22067374,22066735:22066947,22071990:22072652,22073533:22073885,22073534:22073647,22075837:22076176,22078669:22079672,22078671:22079043,22078673:22078977,22086018:22088029,22088046:22090725,22091320:2209173', 'assoc_mat': '21963398:papier:4207:21963560,21963881:papier:4207:21964259,21963884:papier:4207:21964102,21963885:papier:4207:21963962,21967145:papier:4207:21970766,21967184:papier:4207:21971458,21967193:papier:4207:21971807,21969982:papier:4207:21970468,21976863:papier:4207:21996816,21976864:papier:4207:21997195,21976868:papier:4207:21997866,21976883:papier:4207:22025819,21976900:papier:4207:22023124,21978888:papier:4207:22003054,21978910:papier:4207:22003898,21978941:papier:4207:22005423,21978949:papier:4207:22005589,21978951:papier:4207:22005621,21980101:papier:4207:22006374,21980112:papier:4207:22007554,21980147:papier:4207:21983019,21985550:papier:4207:21986340,21986991:papier:4207:22016812,22014823:papier:4207:22032670,22014830:papier:4207:22032762,22014834:papier:4207:22032445,22014836:papier:4207:22032212,22014871:papier:4207:22032047,22014884:papier:4207:22015149,22031176:papier:4207:22031486,22032527:papier:4207:22033140,22035140:papier:4207:22036723,22035142:papier:4207:22036281,22035143:papier:4207:22035910,2204'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21340778440580324, 'nb_photo': 39903, 'list_port_cont': '21962854,21964217,21964557,21968378,21968810,21975960,21977454,21979347,21980650,21981019,21981587,21986124,21987689,21997264,21997467,22015498,22015508,22015614,22015733,22015777,22015875,22016514,22024161,22029480,22031839,22036037,22040517,22042492,22045784,22051016,22052000,22055225,22057332,22069271,22073889,22073976,22076343,22076824,22080202,22088868,22093819,22094622,22108866,22122296,22127544,22130120,22132918,22143063,22144649,22147293,22149459,22153697,22165126,22178192,22180737,22184432,22192216,22195579,22205201,22207221,22212381,22222292,22223392,22245366,22292782,22296079,22297439,22300082,22302364,22307965,22308271,22313275,22317033,22317678,22340930,22344800,22347262,22376504,22377539,22379518,22381079,22385030,22388596,22390910,22391729,22395338,22401164,22425418,22433275,22438559,22441351,22445234,22450465,22452253,22455760,22455885,22458853,22460267,22467430,22473906,22477635,22487227,22490506,22494825,22497211,22497812,22498668,22499135,22510301,22516750,22518478,22523106,22536169,2253692', 'assoc_port': '21962511:21962854,21963880:21964217,21964371:21964557,21967121:21968810,21967190:21968378,21975318:21975960,21976867:21977454,21978936:21979347,21980104:21981587,21980135:21980650,21980140:21981019,21985538:21986124,21986986:21987689,21996829:21997467,21996831:21997264,22014826:22016514,22014832:22015498,22014873:22015875,22014882:22015777,22014894:22015733,22014900:22015614,22014908:22015508,22023899:22024161,22029100:22029480,22031178:22031839,22035145:22036037,22040127:22040517,22042106:22042492,22045048:22045784,22046567:22051016,22049756:22052000,22051361:22057332,22054526:22055225,22065347:22073889,22068647:22069271,22073535:22073976,22075834:22076343,22076547:22076824,22079489:22080202,22086063:22094622,22088044:22088868,22093119:22093819,22098020:22108866,22122000:22122296,22126964:22127544,22129559:22130120,22132586:22132918,22138711:22147293,22142357:22143063,22144309:22144649,22148777:22149459,22153227:22153697,22164922:22165126,22177109:22178192,22180103:22180737,22183556:22184432,22191271:2219221', 'assoc_mat': '21962511:papier:4461:21962854,21963880:papier:4461:21964217,21964371:papier:4461:21964557,21967121:papier:4461:21968810,21967190:papier:4461:21968378,21975318:papier:4461:21975960,21976867:papier:4461:21977454,21978936:papier:4461:21979347,21980104:papier:4461:21981587,21980135:papier:4461:21980650,21980140:papier:4461:21981019,21985538:papier:4461:21986124,21986986:papier:4461:21987689,21996829:papier:4461:21997467,21996831:papier:4461:21997264,22014826:papier:4461:22016514,22014832:papier:4461:22015498,22014873:papier:4461:22015875,22014882:papier:4461:22015777,22014894:papier:4461:22015733,22014900:papier:4461:22015614,22014908:papier:4461:22015508,22023899:papier:4461:22024161,22029100:papier:4461:22029480,22031178:papier:4461:22031839,22035145:papier:4461:22036037,22040127:papier:4461:22040517,22042106:papier:4461:22042492,22045048:papier:4461:22045784,22046567:papier:4461:22051016,22049756:papier:4461:22052000,22051361:papier:4461:22057332,22054526:papier:4461:22055225,22065347:papier:4461:22073889,2206'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013472068950963737, 'nb_photo': 4267, 'list_port_cont': '21963499,21963745,21969529,21970681,21971854,21977058,21987228,21996014,22004218,22006327,22007571,22013192,22023394,22023814,22027591,22040664,22040895,22041938,22042200,22042517,22042853,22042928,22044156,22044593,22044876,22045460,22050953,22051877,22052662,22053694,22053801,22053939,22053962,22053975,22054057,22055104,22056668,22057723,22068784,22074422,22083176,22091021,22091143,22097340,22099674,22108163,22109930,22118592,22118747,22123748,22132972,22135501,22138560,22147408,22148481,22148525,22149487,22153033,22156878,22158875,22159195,22162552,22169730,22193167,22195006,22204889,22229878,22234442,22234993,22239599,22241177,22241934,22242131,22242703,22242710,22287843,22287926,22294361,22299458,22302838,22307262,22307377,22309493,22312903,22316272,22317570,22321658,22321922,22321971,22346385,22346561,22347428,22347717,22350364,22358798,22378613,22378792,22378992,22379419,22380064,22380826,22381121,22381725,22389060,22390078,22395758,22396915,22397011,22405897,22411843,22422322,22430767,22432539,2243351', 'assoc_port': '21962513:21963745,21963400:21963499,21967129:21969529,21967139:21970681,21967186:21971854,21975315:22023394,21976823:21996014,21976866:22023814,21976906:21977058,21978911:22004218,21978931:22027591,21980100:22006327,21980110:22007571,21984246:22052662,21985540:22013192,21986993:21987228,22014797:22040664,22014827:22040895,22014838:22041938,22014839:22042200,22014876:22042853,22014878:22042928,22014891:22044156,22014898:22044593,22014902:22044876,22014903:22045460,22032524:22057723,22035137:22054057,22040123:22053975,22040136:22053962,22042108:22042517,22045047:22053939,22045049:22053801,22049751:22050953,22049755:22056668,22051355:22053694,22051363:22051877,22054528:22055104,22065348:22068784,22068649:22083176,22073532:22074422,22078670:22099674,22088043:22091143,22088051:22091021,22091315:22118592,22091317:22109930,22093114:22118747,22096627:22097340,22101552:22108163,22123322:22123748,22126966:22132972,22129562:22135501,22132587:22138560,22137423:22147408,22141214:22162552,22142356:22148481,22142359:2214852', 'assoc_mat': '21962513:papier:4200:21963745,21963400:papier:4200:21963499,21967129:papier:4200:21969529,21967139:papier:4200:21970681,21967186:papier:4200:21971854,21975315:papier:4200:22023394,21976823:papier:4200:21996014,21976866:papier:4200:22023814,21976906:papier:4200:21977058,21978911:papier:4200:22004218,21978931:papier:4200:22027591,21980100:papier:4200:22006327,21980110:papier:4200:22007571,21984246:papier:4200:22052662,21985540:papier:4200:22013192,21986993:papier:4200:21987228,22014797:papier:4200:22040664,22014827:papier:4200:22040895,22014838:papier:4200:22041938,22014839:papier:4200:22042200,22014876:papier:4200:22042853,22014878:papier:4200:22042928,22014891:papier:4200:22044156,22014898:papier:4200:22044593,22014902:papier:4200:22044876,22014903:papier:4200:22045460,22032524:papier:4200:22057723,22035137:papier:4200:22054057,22040123:papier:4200:22053975,22040136:papier:4200:22053962,22042108:papier:4200:22042517,22045047:papier:4200:22053939,22045049:papier:4200:22053801,22049751:papier:4200:22050953,2204'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0776624288676698, 'nb_photo': 128, 'list_port_cont': '22448925', 'assoc_port': '22448524:22448925', 'assoc_mat': '22448524:papier:3594:22448925'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9440247572395732, 'nb_photo': 108322, 'list_port_cont': '21964210,21968057,21970543,21973972,21974249,21976113,21976193,21977092,21978273,21978410,21978715,21979257,21980941,21981105,21985003,21987539,21997657,22014151,22015357,22015662,22015910,22015934,22015968,22015999,22016105,22016174,22016665,22017221,22024220,22029297,22029596,22033207,22035771,22040484,22045573,22047088,22050010,22050299,22050453,22051697,22051858,22052100,22055305,22057102,22066228,22067265,22076308,22076809,22086681,22088582,22093799,22093925,22097138,22102782,22123759,22130068,22134207,22137990,22139246,22139419,22141685,22144721,22149421,22154843,22158729,22175477,22175512,22180785,22184233,22187419,22195647,22200177,22200211,22207251,22211134,22212225,22212466,22217883,22221539,22221847,22291347,22294346,22298353,22300016,22305687,22305848,22307670,22310218,22310456,22311662,22312628,22312719,22312759,22315043,22315138,22317038,22317238,22317527,22318715,22319796,22336923,22346644,22357152,22372778,22377459,22379977,22385061,22388480,22390957,22391022,22391821,22398264,22403212,2243033', 'assoc_port': '21963882:21964210,21967114:21968057,21967142:21973972,21967197:21974249,21969983:21970543,21975316:21976193,21975317:21976113,21976822:21979257,21976869:21978715,21976870:21978410,21976897:21978273,21976904:21977092,21980117:21981105,21980144:21980941,21984242:21985003,21986987:21987539,21986989:21997657,22013394:22014151,22014831:22017221,22014842:22016665,22014846:22016174,22014877:22015934,22014879:22016105,22014886:22015968,22014892:22015910,22014899:22015999,22014904:22015357,22014906:22015662,22018590:24455548,22023871:22024220,22029099:22029596,22029101:22029297,22032529:22033207,22035141:22035771,22038503:22050299,22040133:22040484,22045045:22045573,22046565:22047088,22049747:22050453,22049749:22051858,22049758:22050010,22051357:22052100,22051362:22051697,22054542:22055305,22056819:22057102,22065344:22066228,22066733:22067265,22075838:22076308,22076545:22076809,22086022:22086681,22088049:22088582,22093116:22093925,22093117:22093799,22096624:22097138,22101542:22102782,22123324:22123759,22129563:2213006', 'assoc_mat': '21963882:papier:4209:21964210,21967114:papier:4209:21968057,21967142:papier:4209:21973972,21967197:papier:4209:21974249,21969983:papier:4209:21970543,21975316:papier:4209:21976193,21975317:papier:4209:21976113,21976822:papier:4209:21979257,21976869:papier:4209:21978715,21976870:papier:4209:21978410,21976897:papier:4209:21978273,21976904:papier:4209:21977092,21980117:papier:4209:21981105,21980144:papier:4209:21980941,21984242:papier:4209:21985003,21986987:papier:4209:21987539,21986989:papier:4209:21997657,22013394:papier:4209:22014151,22014831:papier:4209:22017221,22014842:papier:4209:22016665,22014846:papier:4209:22016174,22014877:papier:4209:22015934,22014879:papier:4209:22016105,22014886:papier:4209:22015968,22014892:papier:4209:22015910,22014899:papier:4209:22015999,22014904:papier:4209:22015357,22014906:papier:4209:22015662,22018590:papier:4209:24455548,22023871:papier:4209:22024220,22029099:papier:4209:22029596,22029101:papier:4209:22029297,22032529:papier:4209:22033207,22035141:papier:4209:22035771,2203'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010280090674861686, 'nb_photo': 24498, 'list_port_cont': '21963417,21963591,21964269,21970571,21971861,21971920,21989547,21990259,21997441,22004079,22005509,22007312,22007768,22008814,22014715,22015451,22017308,22020084,22025924,22025970,22026180,22026230,22026322,22026450,22026583,22026597,22026674,22026740,22029533,22031875,22031960,22033375,22039408,22040625,22040697,22050603,22050714,22051600,22052009,22052123,22056367,22057172,22063579,22067286,22068752,22069191,22072741,22074053,22080506,22083647,22090618,22091677,22091955,22092184,22094236,22105440,22122258,22127610,22132322,22139305,22141709,22144682,22144830,22151420,22155280,22158595,22177956,22179548,22185625,22186660,22189964,22192295,22195674,22195694,22207558,22210754,22221978,22222985,22229854,22291479,22294726,22294813,22298363,22298630,22299073,22302344,22306930,22308382,22309995,22312614,22313060,22313301,22315317,22318834,22329435,22332281,22337037,22341220,22344859,22345493,22352902,22353636,22355859,22371440,22375844,22377501,22378525,22378606,22379563,22379993,22381575,22381594,22385086,2238754', 'assoc_port': '21962514:21963417,21963397:21963591,21963883:21964269,21967132:21970571,21967181:21971861,21967195:21971920,21969979:22020084,21975312:21989547,21975320:21990259,21976850:21997441,21978908:22004079,21978934:22005509,21980103:22007312,21980107:22007768,21980142:22008814,21985545:22014715,21985548:22015451,21986988:22017308,22014825:22026740,22014833:22026674,22014843:22026597,22014874:22026583,22014880:22026450,22014893:22026322,22014896:22026230,22014901:22026180,22024784:22025924,22024789:22025970,22029102:22029533,22031175:22031960,22031177:22031875,22032532:22033375,22038504:22039408,22040126:22040697,22040132:22040625,22042107:22051600,22046566:22050714,22049745:22056367,22049754:22050603,22051354:22052123,22051356:22052009,22054525:22057172,22062853:22063579,22065346:22068752,22066734:22067286,22068648:22069191,22071991:22072741,22073536:22074053,22079487:22080506,22079488:22083647,22079491:22092184,22086017:22094236,22086036:22090618,22091316:22091677,22091318:22091955,22101546:22105440,22121999:2212225', 'assoc_mat': '21962514:papier:4211:21963417,21963397:papier:4211:21963591,21963883:papier:4211:21964269,21967132:papier:4211:21970571,21967181:papier:4211:21971861,21967195:papier:4211:21971920,21969979:papier:4211:22020084,21975312:papier:4211:21989547,21975320:papier:4211:21990259,21976850:papier:4211:21997441,21978908:papier:4211:22004079,21978934:papier:4211:22005509,21980103:papier:4211:22007312,21980107:papier:4211:22007768,21980142:papier:4211:22008814,21985545:papier:4211:22014715,21985548:papier:4211:22015451,21986988:papier:4211:22017308,22014825:papier:4211:22026740,22014833:papier:4211:22026674,22014843:papier:4211:22026597,22014874:papier:4211:22026583,22014880:papier:4211:22026450,22014893:papier:4211:22026322,22014896:papier:4211:22026230,22014901:papier:4211:22026180,22024784:papier:4211:22025924,22024789:papier:4211:22025970,22029102:papier:4211:22029533,22031175:papier:4211:22031960,22031177:papier:4211:22031875,22032532:papier:4211:22033375,22038504:papier:4211:22039408,22040126:papier:4211:22040697,2204'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.01273093176792145, 'nb_photo': 577, 'list_port_cont': '21963766,21964596,21976303,21988607,21990850,21998133,22005686,22005800,22008152,22012901,22015719,22020902,22025561,22036193,22037065,22040782,22042140,22042744,22042949,22046221,22046334,22048308,22051172,22053762,22054700,22056155,22057904,22067760,22076461,22077049,22079690,22079933,22082867,22091996,22095881,22097549,22107797,22109482,22112203,22122790,22129291,22132953,22134773,22138731,22140624,22142079,22143887,22147618,22150073,22151652,22152144,22159097,22186778,22187102,22187176,22190723,22196312,22201869,22207812,22209134,22229888,22234455,22236408,22237229,22242429,22242909,22242977,22302592,22302789,22303802,22306119,22308463,22309677,22313215,22317623,22340147,22346431,22346700,22347422,22347584,22353370,22354650,22356549,22358839,22378662,22378836,22380046,22382920,22391080,22392505,22395896,22402325,22405860,22426466,22428606,22432424,22433663,22441911,22443633,22445280,22450121,22453151,22453757,22456261,22457131,22459689,22459868,22460920,22463500,22464289,22467728,22470902,22480078,2248059', 'assoc_port': '21963399:21963766,21964372:21964596,21967124:21988607,21975313:21990850,21975319:21976303,21976848:21998133,21978922:22005686,21978944:22005800,21980102:22008152,21984249:22012901,21985543:22015719,22013383:22036193,22014822:22042140,22014828:22042744,22014840:22095881,22014875:22082867,22014890:22079933,22014897:22046334,22014905:22048308,22019912:22020902,22023872:22025561,22035139:22037065,22040125:22054700,22040135:22040782,22042109:22042949,22045050:22046221,22049752:22051172,22051359:22053762,22054523:22057904,22054527:22056155,22066731:22067760,22071992:22077049,22075835:22076461,22078672:22079690,22086065:22091996,22091319:22112203,22096626:22097549,22098018:22109482,22101541:22107797,22122001:22122790,22126969:22129291,22132582:22132953,22133906:22134773,22137424:22138731,22138710:22140624,22141213:22142079,22142362:22143887,22144307:22147618,22148778:22150073,22150593:22152144,22150597:22151652,22157943:22159097,22178698:22187176,22178713:22187102,22180102:22207812,22183555:22186778,22189238:2219072', 'assoc_mat': '21963399:papier:3327:21963766,21964372:papier:3327:21964596,21967124:papier:3327:21988607,21975313:papier:3327:21990850,21975319:papier:3327:21976303,21976848:papier:3327:21998133,21978922:papier:3327:22005686,21978944:papier:3327:22005800,21980102:papier:3327:22008152,21984249:papier:3327:22012901,21985543:papier:3327:22015719,22013383:papier:3327:22036193,22014822:papier:3327:22042140,22014828:papier:3327:22042744,22014840:papier:3327:22095881,22014875:papier:3327:22082867,22014890:papier:3327:22079933,22014897:papier:3327:22046334,22014905:papier:3327:22048308,22019912:papier:3327:22020902,22023872:papier:3327:22025561,22035139:papier:3327:22037065,22040125:papier:3327:22054700,22040135:papier:3327:22040782,22042109:papier:3327:22042949,22045050:papier:3327:22046221,22049752:papier:3327:22051172,22051359:papier:3327:22053762,22054523:papier:3327:22057904,22054527:papier:3327:22056155,22066731:papier:3327:22067760,22071992:papier:3327:22077049,22075835:papier:3327:22076461,22078672:papier:3327:22079690,2208'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00771533710410261, 'nb_photo': 181, 'list_port_cont': '21969956,22026351,22041316,22046207,22051213,22052385,22053705,22054004,22076375,22076788,22149155,22153087,22158486,22180490,22237962,22241231,22244107,22292969,22309535,22314890,22318631,22345054,22361627,22379474,22385692,22396165,22422336,22433707,22449942,22454615,22473510,22480036,22487805,22511781,22512740,22516913,22536633,22553552,22565044,23947057,23977222,24055206,24056846,24059343,24064703,24074197,24074567,24078646', 'assoc_port': '21967136:21969956,21978909:22026351,21984244:22052385,22014829:22041316,22014907:22046207,22019910:22053705,22038501:22054004,22049748:22051213,22062848:22076375,22076546:22076788,22131718:22153087,22142360:22149155,22154699:22158486,22174835:22180490,22191273:22244107,22210213:22241231,22211643:22237962,22290550:22292969,22305213:22309535,22314653:22314890,22318028:22318631,22344383:22345054,22355024:22361627,22379401:22379474,22384434:22385692,22390602:22396165,22420201:22422336,22432676:22433707,22444780:22449942,22451710:22454615,22469828:22473510,22479660:22480036,22486523:22487805,22497684:22511781,22509474:22512740,22513057:22516913,22536499:22536633,22550650:22553552,22562905:22565044,23934801:23977222,23946806:23947057,23947388:24055206,23947712:24056846,23948736:24059343,23949473:24064703,23950958:24074197,23951071:24074567,23953445:24078646', 'assoc_mat': '21967136:pehd:4205:21969956,21978909:pehd:4205:22026351,21984244:pehd:4205:22052385,22014829:pehd:4205:22041316,22014907:pehd:4205:22046207,22019910:pehd:4205:22053705,22038501:pehd:4205:22054004,22049748:pehd:4205:22051213,22062848:pehd:4205:22076375,22076546:pehd:4205:22076788,22131718:pehd:4205:22153087,22142360:pehd:4205:22149155,22154699:pehd:4205:22158486,22174835:pehd:4205:22180490,22191273:pehd:4205:22244107,22210213:pehd:4205:22241231,22211643:pehd:4205:22237962,22290550:pehd:4205:22292969,22305213:pehd:4205:22309535,22314653:pehd:4205:22314890,22318028:pehd:4205:22318631,22344383:pehd:4205:22345054,22355024:pehd:4205:22361627,22379401:pehd:4205:22379474,22384434:pehd:4205:22385692,22390602:pehd:4205:22396165,22420201:pehd:4205:22422336,22432676:pehd:4205:22433707,22444780:pehd:4205:22449942,22451710:pehd:4205:22454615,22469828:pehd:4205:22473510,22479660:pehd:4205:22480036,22486523:pehd:4205:22487805,22497684:pehd:4205:22511781,22509474:pehd:4205:22512740,22513057:pehd:4205:22516913,22536499:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0031570746585071487, 'nb_photo': 415, 'list_port_cont': '21969309,22003515,22005706,22012112,22040907,22053773,22054238,22055541,22063556,22064885,22076857,22097218,22146602,22155000,22164087,22241074,22244161,22295035,22309860,22315616,22348632,22379363,22397929,22399483,22430548,22450066,22451185,22471534,22505139,22510429,22520980,22560992,22561798,24056831,24060638,24064546,24066208,24076148,24079364,24168499,24490734', 'assoc_port': '21967117:21969309,21978894:22003515,21978946:22005706,22011455:22012112,22014824:22040907,22014888:22064885,22023070:22055541,22035144:22054238,22046564:22053773,22062855:22063556,22076548:22076857,22096625:22097218,22129557:22146602,22141215:22155000,22154698:22164087,22191270:22244161,22210214:22241074,22291941:22295035,22305215:22309860,22314649:22315616,22340395:22348632,22376586:22379363,22386992:22397929,22398077:22399483,22429992:22430548,22443967:22451185,22449976:22450066,22466648:22471534,22494447:22505139,22504012:22510429,22520613:22520980,22542628:22560992,22556378:22561798,23946469:24168499,23947595:24056831,23948806:24060638,23949371:24064546,23949568:24066208,23951346:24076148,23953532:24079364,24463396:24490734', 'assoc_mat': '21967117:pehd:4203:21969309,21978894:pehd:4203:22003515,21978946:pehd:4203:22005706,22011455:pehd:4203:22012112,22014824:pehd:4203:22040907,22014888:pehd:4203:22064885,22023070:pehd:4203:22055541,22035144:pehd:4203:22054238,22046564:pehd:4203:22053773,22062855:pehd:4203:22063556,22076548:pehd:4203:22076857,22096625:pehd:4203:22097218,22129557:pehd:4203:22146602,22141215:pehd:4203:22155000,22154698:pehd:4203:22164087,22191270:pehd:4203:22244161,22210214:pehd:4203:22241074,22291941:pehd:4203:22295035,22305215:pehd:4203:22309860,22314649:pehd:4203:22315616,22340395:pehd:4203:22348632,22376586:pehd:4203:22379363,22386992:pehd:4203:22397929,22398077:pehd:4203:22399483,22429992:pehd:4203:22430548,22443967:pehd:4203:22451185,22449976:pehd:4203:22450066,22466648:pehd:4203:22471534,22494447:pehd:4203:22505139,22504012:pehd:4203:22510429,22520613:pehd:4203:22520980,22542628:pehd:4203:22560992,22556378:pehd:4203:22561798,23946469:pehd:4203:24168499,23947595:pehd:4203:24056831,23948806:pehd:4203:24060638,23949371:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0040109250559209105, 'nb_photo': 318, 'list_port_cont': '21964262,21970469,21971469,21971813,21986341,22003894,22005424,22005591,22006370,22007562,22015147,22016813,22023134,22031494,22032209,22032664,22032764,22033149,22035922,22036291,22036727,22040501,22042591,22050150,22050426,22050891,22051581,22055098,22066944,22067373,22068688,22072661,22073646,22079038,22079680,22091745,22097118,22103620,22106584,22126015,22131813,22131879,22132861,22133040,22133256,22134233,22151134,22153418,22153979,22155161,22178916,22180586,22180980,22183811,22185865,22189452,22194529,22194920,22202607,22211235,22212816,22222810,22227361,22228072,22293106,22293184,22295509,22295709,22298143,22300217,22302309,22305916,22317202,22372357,22378735,22379456,22381070,22381683,22387280,22388497,22390942,22393617,22395078,22395221,22402994,22409550,22450038,22452213,22479976,22487076,22488418,22490340,22491650,22494685,22497141,22498838,22502964,22504423,22513446,22534042,22535321,22538057,22540549,22543498,22544875,22544945,22545006,22548393,22548536,22553387,22558699,22559142,22562000,2394818', 'assoc_port': '21963881:21964262,21967184:21971469,21967193:21971813,21969982:21970469,21976900:22023134,21978910:22003894,21978941:22005424,21978949:22005591,21980101:22006370,21980112:22007562,21985550:21986341,21986991:22016813,22014823:22032664,22014830:22032764,22014836:22032209,22014884:22015147,22031176:22031494,22032527:22033149,22035140:22036727,22035142:22036291,22035143:22035922,22040130:22040501,22042105:22042591,22049746:22050891,22049753:22050426,22049757:22050150,22051353:22051581,22054524:22055098,22065345:22068688,22066732:22067373,22066735:22066944,22071990:22072661,22073534:22073646,22078669:22079680,22078671:22079038,22091320:22091745,22096628:22097118,22101544:22103620,22106153:22106584,22125807:22126015,22129556:22131813,22129560:22131879,22132583:22133256,22132585:22133040,22132589:22132861,22133908:22134233,22150596:22151134,22153224:22153979,22153225:22153418,22154700:22155161,22177106:22180980,22177112:22178916,22180100:22180586,22183558:22183811,22185030:22185865,22189228:22189452,22194158:2219492', 'assoc_mat': '21963881:pehd:4207:21964262,21967184:pehd:4207:21971469,21967193:pehd:4207:21971813,21969982:pehd:4207:21970469,21976900:pehd:4207:22023134,21978910:pehd:4207:22003894,21978941:pehd:4207:22005424,21978949:pehd:4207:22005591,21980101:pehd:4207:22006370,21980112:pehd:4207:22007562,21985550:pehd:4207:21986341,21986991:pehd:4207:22016813,22014823:pehd:4207:22032664,22014830:pehd:4207:22032764,22014836:pehd:4207:22032209,22014884:pehd:4207:22015147,22031176:pehd:4207:22031494,22032527:pehd:4207:22033149,22035140:pehd:4207:22036727,22035142:pehd:4207:22036291,22035143:pehd:4207:22035922,22040130:pehd:4207:22040501,22042105:pehd:4207:22042591,22049746:pehd:4207:22050891,22049753:pehd:4207:22050426,22049757:pehd:4207:22050150,22051353:pehd:4207:22051581,22054524:pehd:4207:22055098,22065345:pehd:4207:22068688,22066732:pehd:4207:22067373,22066735:pehd:4207:22066944,22071990:pehd:4207:22072661,22073534:pehd:4207:22073646,22078669:pehd:4207:22079680,22078671:pehd:4207:22079038,22091320:pehd:4207:22091745,22096628:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005158045257964493, 'nb_photo': 34, 'list_port_cont': '21964553,21980641,22036041,22042495,22057345,22076334,22088862,22130128,22144644,22147292,22153703,22184434,22245376,22347271,22376500,22395315,22441350,22460260,22467426,22487228,22536178,22553374,23947549,23947831,23948392,23950322,23953289,23956123,23966450,23968059,24454429', 'assoc_port': '21964371:21964553,21980135:21980641,22035145:22036041,22042106:22042495,22051361:22057345,22075834:22076334,22088044:22088862,22129559:22130128,22138711:22147292,22144309:22144644,22153227:22153703,22183556:22184434,22245259:22245376,22346891:22347271,22372031:22376500,22394739:22395315,22440771:22441350,22459994:22460260,22463409:22467426,22486522:22487228,22533593:22536178,22552962:22553374,23946556:23948392,23946584:23947831,23946786:23947549,23948730:23968059,23949207:23950322,23951069:23953289,23951118:23956123,23953281:23966450,24454053:24454429', 'assoc_mat': '21964371:pehd:4461:21964553,21980135:pehd:4461:21980641,22035145:pehd:4461:22036041,22042106:pehd:4461:22042495,22051361:pehd:4461:22057345,22075834:pehd:4461:22076334,22088044:pehd:4461:22088862,22129559:pehd:4461:22130128,22138711:pehd:4461:22147292,22144309:pehd:4461:22144644,22153227:pehd:4461:22153703,22183556:pehd:4461:22184434,22245259:pehd:4461:22245376,22346891:pehd:4461:22347271,22372031:pehd:4461:22376500,22394739:pehd:4461:22395315,22440771:pehd:4461:22441350,22459994:pehd:4461:22460260,22463409:pehd:4461:22467426,22486522:pehd:4461:22487228,22533593:pehd:4461:22536178,22552962:pehd:4461:22553374,23946556:pehd:4461:23948392,23946584:pehd:4461:23947831,23946786:pehd:4461:23947549,23948730:pehd:4461:23968059,23949207:pehd:4461:23950322,23951069:pehd:4461:23953289,23951118:pehd:4461:23956123,23953281:pehd:4461:23966450,24454053:pehd:4461:24454429'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009538966916816976, 'nb_photo': 1853, 'list_port_cont': '21963504,21963749,21969531,21970687,21971855,21977062,21987221,21996019,22004221,22006324,22007577,22013193,22023395,22023823,22026211,22027597,22040667,22040892,22041942,22042196,22042520,22042848,22042939,22044163,22044582,22044881,22045467,22050962,22051869,22052671,22053691,22053805,22053945,22053955,22053983,22054063,22055101,22056675,22057716,22068771,22074416,22083181,22091008,22091133,22097332,22099671,22108167,22109938,22118589,22118753,22123750,22132973,22135491,22138547,22147411,22148483,22148515,22149488,22153032,22156882,22158879,22159204,22162561,22169731,22193156,22195002,22204881,22229880,22234437,22234988,22239607,22241171,22241936,22242132,22242701,22242704,22287933,22294367,22299455,22302834,22307263,22307387,22309486,22312892,22316271,22317579,22321649,22321923,22321980,22346387,22346563,22347435,22347711,22350367,22358804,22378623,22378783,22378994,22379423,22380052,22381119,22381721,22389061,22390084,22395770,22396912,22397009,22405896,22411838,22422319,22430772,22432530,22433515,2244197', 'assoc_port': '21962513:21963749,21963400:21963504,21967129:21969531,21967139:21970687,21967186:21971855,21975315:22023395,21976823:21996019,21976866:22023823,21976902:22026211,21976906:21977062,21978911:22004221,21978931:22027597,21980100:22006324,21980110:22007577,21984246:22052671,21985540:22013193,21986993:21987221,22014797:22040667,22014827:22040892,22014838:22041942,22014839:22042196,22014876:22042848,22014878:22042939,22014891:22044163,22014898:22044582,22014902:22044881,22014903:22045467,22032524:22057716,22035137:22054063,22040123:22053983,22040136:22053955,22042108:22042520,22045047:22053945,22045049:22053805,22049751:22050962,22049755:22056675,22051355:22053691,22051363:22051869,22054528:22055101,22065348:22068771,22068649:22083181,22073532:22074416,22078670:22099671,22088043:22091133,22088051:22091008,22091315:22118589,22091317:22109938,22093114:22118753,22096627:22097332,22101552:22108167,22123322:22123750,22126966:22132973,22129562:22135491,22132587:22138547,22137423:22147411,22141214:22162561,22142356:2214848', 'assoc_mat': '21962513:pehd:4200:21963749,21963400:pehd:4200:21963504,21967129:pehd:4200:21969531,21967139:pehd:4200:21970687,21967186:pehd:4200:21971855,21975315:pehd:4200:22023395,21976823:pehd:4200:21996019,21976866:pehd:4200:22023823,21976902:pehd:4200:22026211,21976906:pehd:4200:21977062,21978911:pehd:4200:22004221,21978931:pehd:4200:22027597,21980100:pehd:4200:22006324,21980110:pehd:4200:22007577,21984246:pehd:4200:22052671,21985540:pehd:4200:22013193,21986993:pehd:4200:21987221,22014797:pehd:4200:22040667,22014827:pehd:4200:22040892,22014838:pehd:4200:22041942,22014839:pehd:4200:22042196,22014876:pehd:4200:22042848,22014878:pehd:4200:22042939,22014891:pehd:4200:22044163,22014898:pehd:4200:22044582,22014902:pehd:4200:22044881,22014903:pehd:4200:22045467,22032524:pehd:4200:22057716,22035137:pehd:4200:22054063,22040123:pehd:4200:22053983,22040136:pehd:4200:22053955,22042108:pehd:4200:22042520,22045047:pehd:4200:22053945,22045049:pehd:4200:22053805,22049751:pehd:4200:22050962,22049755:pehd:4200:22056675,22051355:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.009629521909121938, 'nb_photo': 1364, 'list_port_cont': '21964196,21968056,21970535,21974004,21974243,21976110,21976201,21977103,21978276,21978397,21978690,21979259,21980944,21981103,21985012,21987531,21997646,22014149,22015347,22015663,22015923,22015927,22015978,22016002,22016102,22016172,22016664,22017222,22024227,22029293,22029605,22033169,22035773,22040473,22045574,22047096,22050007,22050289,22050447,22051693,22051854,22052109,22055311,22057084,22066238,22067268,22076307,22076801,22086682,22088577,22093797,22093915,22097141,22102786,22123762,22130059,22134211,22137997,22139241,22139414,22141683,22144727,22149419,22154844,22158728,22175472,22175507,22180786,22184231,22187418,22195657,22200171,22200209,22207247,22211148,22212220,22212472,22217893,22221528,22221837,22300021,22305695,22307662,22310220,22310459,22311664,22312621,22312709,22312760,22315051,22315142,22317521,22318726,22319809,22336931,22346642,22357155,22372770,22377457,22379983,22385059,22388473,22390959,22391024,22391819,22403213,22430341,22433181,22448533,22450572,22453418,22453632,22456018,2245757', 'assoc_port': '21963882:21964196,21967114:21968056,21967142:21974004,21967197:21974243,21969983:21970535,21975316:21976201,21975317:21976110,21976822:21979259,21976869:21978690,21976870:21978397,21976897:21978276,21976904:21977103,21980117:21981103,21980144:21980944,21984242:21985012,21986987:21987531,21986989:21997646,22013394:22014149,22014831:22017222,22014842:22016664,22014846:22016172,22014877:22015927,22014879:22016102,22014886:22015978,22014892:22015923,22014899:22016002,22014904:22015347,22014906:22015663,22018590:24455557,22023871:22024227,22029099:22029605,22029101:22029293,22032529:22033169,22035141:22035773,22038503:22050289,22040133:22040473,22045045:22045574,22046565:22047096,22049747:22050447,22049749:22051854,22049758:22050007,22051357:22052109,22051362:22051693,22054542:22055311,22056819:22057084,22065344:22066238,22066733:22067268,22075838:22076307,22076545:22076801,22086022:22086682,22088049:22088577,22093116:22093915,22093117:22093797,22096624:22097141,22101542:22102786,22123324:22123762,22129563:2213005', 'assoc_mat': '21963882:pehd:4209:21964196,21967114:pehd:4209:21968056,21967142:pehd:4209:21974004,21967197:pehd:4209:21974243,21969983:pehd:4209:21970535,21975316:pehd:4209:21976201,21975317:pehd:4209:21976110,21976822:pehd:4209:21979259,21976869:pehd:4209:21978690,21976870:pehd:4209:21978397,21976897:pehd:4209:21978276,21976904:pehd:4209:21977103,21980117:pehd:4209:21981103,21980144:pehd:4209:21980944,21984242:pehd:4209:21985012,21986987:pehd:4209:21987531,21986989:pehd:4209:21997646,22013394:pehd:4209:22014149,22014831:pehd:4209:22017222,22014842:pehd:4209:22016664,22014846:pehd:4209:22016172,22014877:pehd:4209:22015927,22014879:pehd:4209:22016102,22014886:pehd:4209:22015978,22014892:pehd:4209:22015923,22014899:pehd:4209:22016002,22014904:pehd:4209:22015347,22014906:pehd:4209:22015663,22018590:pehd:4209:24455557,22023871:pehd:4209:22024227,22029099:pehd:4209:22029605,22029101:pehd:4209:22029293,22032529:pehd:4209:22033169,22035141:pehd:4209:22035773,22038503:pehd:4209:22050289,22040133:pehd:4209:22040473,22045045:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.7585001029231142, 'nb_photo': 21707, 'list_port_cont': '21963409,21963586,21964270,21970573,21971873,21971932,21989548,21990262,21997448,22004069,22005522,22007320,22007765,22008822,22014713,22015454,22017323,22020097,22025934,22025967,22026193,22026232,22026319,22026463,22026570,22026601,22026676,22026745,22029556,22031876,22031957,22033381,22039423,22040613,22040707,22050602,22050706,22051603,22052022,22052124,22056373,22057170,22063570,22067288,22068763,22069201,22072736,22074051,22080496,22083639,22090613,22091666,22091963,22092182,22094244,22105436,22122256,22127603,22132335,22139312,22141704,22144684,22144828,22151421,22155282,22158594,22177947,22179537,22185633,22186664,22189953,22192303,22195664,22195683,22207548,22210756,22221966,22222980,22229858,22291480,22294724,22294827,22298348,22298637,22299074,22302350,22306941,22308369,22309988,22312604,22313062,22313315,22315320,22318841,22329434,22332291,22337043,22341212,22344836,22345485,22352894,22353638,22355849,22371434,22375834,22377496,22378512,22378607,22379554,22379996,22381572,22381586,22385081,2238754', 'assoc_port': '21962514:21963409,21963397:21963586,21963883:21964270,21967132:21970573,21967181:21971873,21967195:21971932,21969979:22020097,21975312:21989548,21975320:21990262,21976850:21997448,21978908:22004069,21978934:22005522,21980103:22007320,21980107:22007765,21980142:22008822,21985545:22014713,21985548:22015454,21986988:22017323,22014825:22026745,22014833:22026676,22014843:22026601,22014874:22026570,22014880:22026463,22014893:22026319,22014896:22026232,22014901:22026193,22024784:22025934,22024789:22025967,22029102:22029556,22031175:22031957,22031177:22031876,22032532:22033381,22038504:22039423,22040126:22040707,22040132:22040613,22042107:22051603,22046566:22050706,22049745:22056373,22049754:22050602,22051354:22052124,22051356:22052022,22054525:22057170,22062853:22063570,22065346:22068763,22066734:22067288,22068648:22069201,22071991:22072736,22073536:22074051,22079487:22080496,22079488:22083639,22079491:22092182,22086017:22094244,22086036:22090613,22091316:22091666,22091318:22091963,22101546:22105436,22121999:2212225', 'assoc_mat': '21962514:pehd:4211:21963409,21963397:pehd:4211:21963586,21963883:pehd:4211:21964270,21967132:pehd:4211:21970573,21967181:pehd:4211:21971873,21967195:pehd:4211:21971932,21969979:pehd:4211:22020097,21975312:pehd:4211:21989548,21975320:pehd:4211:21990262,21976850:pehd:4211:21997448,21978908:pehd:4211:22004069,21978934:pehd:4211:22005522,21980103:pehd:4211:22007320,21980107:pehd:4211:22007765,21980142:pehd:4211:22008822,21985545:pehd:4211:22014713,21985548:pehd:4211:22015454,21986988:pehd:4211:22017323,22014825:pehd:4211:22026745,22014833:pehd:4211:22026676,22014843:pehd:4211:22026601,22014874:pehd:4211:22026570,22014880:pehd:4211:22026463,22014893:pehd:4211:22026319,22014896:pehd:4211:22026232,22014901:pehd:4211:22026193,22024784:pehd:4211:22025934,22024789:pehd:4211:22025967,22029102:pehd:4211:22029556,22031175:pehd:4211:22031957,22031177:pehd:4211:22031876,22032532:pehd:4211:22033381,22038504:pehd:4211:22039423,22040126:pehd:4211:22040707,22040132:pehd:4211:22040613,22042107:pehd:4211:22051603,22046566:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0011165386962269605, 'nb_photo': 4, 'list_port_cont': '22020910,22095884,22347418,24062098', 'assoc_port': '22014840:22095884,22019912:22020910,22346888:22347418,23948726:24062098', 'assoc_mat': '22014840:pehd:3327:22095884,22019912:pehd:3327:22020910,22346888:pehd:3327:22347418,23948726:pehd:3327:24062098'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00405092145353514, 'nb_photo': 33, 'list_port_cont': '22026346,22046194,22051221,22076376,22149154,22158488,22292973,22314888,22345046,22361624,22487806,22511787,22516926,22536636,22553566,24055207,24056853,24059341,24064697,24074211,24074569,24078647', 'assoc_port': '21978909:22026346,22014907:22046194,22049748:22051221,22062848:22076376,22142360:22149154,22154699:22158488,22290550:22292973,22314653:22314888,22344383:22345046,22355024:22361624,22486523:22487806,22497684:22511787,22513057:22516926,22536499:22536636,22550650:22553566,23947388:24055207,23947712:24056853,23948736:24059341,23949473:24064697,23950958:24074211,23951071:24074569,23953445:24078647', 'assoc_mat': '21978909:pet_clair:4205:22026346,22014907:pet_clair:4205:22046194,22049748:pet_clair:4205:22051221,22062848:pet_clair:4205:22076376,22142360:pet_clair:4205:22149154,22154699:pet_clair:4205:22158488,22290550:pet_clair:4205:22292973,22314653:pet_clair:4205:22314888,22344383:pet_clair:4205:22345046,22355024:pet_clair:4205:22361624,22486523:pet_clair:4205:22487806,22497684:pet_clair:4205:22511787,22513057:pet_clair:4205:22516926,22536499:pet_clair:4205:22536636,22550650:pet_clair:4205:22553566,23947388:pet_clair:4205:24055207,23947712:pet_clair:4205:24056853,23948736:pet_clair:4205:24059341,23949473:pet_clair:4205:24064697,23950958:pet_clair:4205:24074211,23951071:pet_clair:4205:24074569,23953445:pet_clair:4205:24078647'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0001031313059431781, 'nb_photo': 4, 'list_port_cont': '22064877,24064562,24076156,24490740', 'assoc_port': '22014888:22064877,23949371:24064562,23951346:24076156,24463396:24490740', 'assoc_mat': '22014888:pet_clair:4203:22064877,23949371:pet_clair:4203:24064562,23951346:pet_clair:4203:24076156,24463396:pet_clair:4203:24490740'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.002175847727569492, 'nb_photo': 21, 'list_port_cont': '21970464,21971460,21971805,22003056,22032769,22055096,22090733,22151145,22151596,22180578,22211236,22227439,22302320,22453668,22513448,23947040,23952979,23955662,23965452', 'assoc_port': '21967184:21971460,21967193:21971805,21969982:21970464,21978888:22003056,22014830:22032769,22054524:22055096,22088046:22090733,22150592:22151596,22150596:22151145,22180100:22180578,22210183:22211236,22226568:22227439,22301996:22302320,22453054:22453668,22513061:22513448,23946771:23947040,23949089:23965452,23951274:23952979,23953323:23955662', 'assoc_mat': '21967184:pet_clair:4207:21971460,21967193:pet_clair:4207:21971805,21969982:pet_clair:4207:21970464,21978888:pet_clair:4207:22003056,22014830:pet_clair:4207:22032769,22054524:pet_clair:4207:22055096,22088046:pet_clair:4207:22090733,22150592:pet_clair:4207:22151596,22150596:pet_clair:4207:22151145,22180100:pet_clair:4207:22180578,22210183:pet_clair:4207:22211236,22226568:pet_clair:4207:22227439,22301996:pet_clair:4207:22302320,22453054:pet_clair:4207:22453668,22513061:pet_clair:4207:22513448,23946771:pet_clair:4207:23947040,23949089:pet_clair:4207:23965452,23951274:pet_clair:4207:23952979,23953323:pet_clair:4207:23955662'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004445768404066325, 'nb_photo': 3, 'list_port_cont': '22057340,22391721,22516752', 'assoc_port': '22051361:22057340,22391215:22391721,22513059:22516752', 'assoc_mat': '22051361:pet_clair:4461:22057340,22391215:pet_clair:4461:22391721,22513059:pet_clair:4461:22516752'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02843084786391289, 'nb_photo': 340, 'list_port_cont': '21963502,21969519,21971849,21987222,22006320,22023822,22026220,22027594,22040889,22041947,22044162,22044583,22051873,22052667,22053685,22053935,22053954,22053976,22054070,22055102,22074424,22083189,22091019,22097328,22099677,22108162,22109932,22118588,22118758,22123749,22132980,22135493,22138553,22147417,22148479,22148521,22149493,22156884,22193163,22195000,22204884,22229870,22234995,22239611,22241164,22241924,22242693,22287937,22294362,22299466,22307383,22312888,22321661,22321913,22346383,22346556,22347427,22347712,22350369,22358813,22378619,22389050,22390079,22405892,22430776,22432536,22433526,22447453,22448399,22452360,22455394,22458255,22459864,22464641,22465995,22471223,22472653,22474364,22475501,22493796,22494275,22494865,22497797,22514302,22516907,22519193,22520067,22520222,22524872,22534639,22537790,22538642,22543796,22544901,22556704,22561572,22579096,24043816,24043929,24044980,24045919,24045969,24054789,24056816,24060294,24063937,24064924,24065832,24066467,24074476,24075008,24075817,24076536,2407855', 'assoc_port': '21963400:21963502,21967129:21969519,21967186:21971849,21976866:22023822,21976902:22026220,21978931:22027594,21980100:22006320,21984246:22052667,21986993:21987222,22014827:22040889,22014838:22041947,22014891:22044162,22014898:22044583,22035137:22054070,22040123:22053976,22040136:22053954,22045047:22053935,22051355:22053685,22051363:22051873,22054528:22055102,22068649:22083189,22073532:22074424,22078670:22099677,22088051:22091019,22091315:22118588,22091317:22109932,22093114:22118758,22096627:22097328,22101552:22108162,22123322:22123749,22126966:22132980,22129562:22135493,22132587:22138553,22137423:22147417,22142356:22148479,22142359:22148521,22142361:22149493,22153226:22156884,22185028:22241924,22191278:22193163,22194161:22195000,22200699:22242693,22204331:22204884,22210211:22241164,22211636:22239611,22222639:22229870,22234729:22234995,22286480:22287937,22291938:22294362,22295406:22299466,22307240:22307383,22307893:22312888,22312866:22321913,22316765:22321661,22331498:22350369,22336328:22346383,22339071:2234771', 'assoc_mat': '21963400:pet_clair:4200:21963502,21967129:pet_clair:4200:21969519,21967186:pet_clair:4200:21971849,21976866:pet_clair:4200:22023822,21976902:pet_clair:4200:22026220,21978931:pet_clair:4200:22027594,21980100:pet_clair:4200:22006320,21984246:pet_clair:4200:22052667,21986993:pet_clair:4200:21987222,22014827:pet_clair:4200:22040889,22014838:pet_clair:4200:22041947,22014891:pet_clair:4200:22044162,22014898:pet_clair:4200:22044583,22035137:pet_clair:4200:22054070,22040123:pet_clair:4200:22053976,22040136:pet_clair:4200:22053954,22045047:pet_clair:4200:22053935,22051355:pet_clair:4200:22053685,22051363:pet_clair:4200:22051873,22054528:pet_clair:4200:22055102,22068649:pet_clair:4200:22083189,22073532:pet_clair:4200:22074424,22078670:pet_clair:4200:22099677,22088051:pet_clair:4200:22091019,22091315:pet_clair:4200:22118588,22091317:pet_clair:4200:22109932,22093114:pet_clair:4200:22118758,22096627:pet_clair:4200:22097328,22101552:pet_clair:4200:22108162,22123322:pet_clair:4200:22123749,22126966:pet_clair:4200:22132980,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.007368525752314813, 'nb_photo': 9, 'list_port_cont': '22448923', 'assoc_port': '22448524:22448923', 'assoc_mat': '22448524:pet_clair:3594:22448923'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003170453138679512, 'nb_photo': 35, 'list_port_cont': '21964211,21981113,22015980,22047087,22057105,22123756,22137988,22184238,22307671,22315046,22319795,22357148,22379982,22385062,22463850,22490675,22544899,23935937,23949500,23954256,23955750,23955933,23956193,23965270,24454275,24455460,24455556,24464477,24475889,24477865,24479105,24480094,24482635', 'assoc_port': '21963882:21964211,21980117:21981113,22014886:22015980,22018590:24455556,22046565:22047087,22056819:22057105,22123324:22123756,22137426:22137988,22183560:22184238,22307235:22307671,22314652:22315046,22319403:22319795,22353972:22357148,22379661:22379982,22384433:22385062,22448524:24475889,22463408:22463850,22489071:22490675,22544864:22544899,23934884:23935937,23947292:23949500,23949104:23965270,23953275:23956193,23953279:23955750,23953435:23955933,23953479:23954256,24453988:24455460,24454085:24454275,24463193:24482635,24463395:24479105,24463410:24480094,24463496:24477865,24463682:24464477', 'assoc_mat': '21963882:pet_clair:4209:21964211,21980117:pet_clair:4209:21981113,22014886:pet_clair:4209:22015980,22018590:pet_clair:4209:24455556,22046565:pet_clair:4209:22047087,22056819:pet_clair:4209:22057105,22123324:pet_clair:4209:22123756,22137426:pet_clair:4209:22137988,22183560:pet_clair:4209:22184238,22307235:pet_clair:4209:22307671,22314652:pet_clair:4209:22315046,22319403:pet_clair:4209:22319795,22353972:pet_clair:4209:22357148,22379661:pet_clair:4209:22379982,22384433:pet_clair:4209:22385062,22448524:pet_clair:4209:24475889,22463408:pet_clair:4209:22463850,22489071:pet_clair:4209:22490675,22544864:pet_clair:4209:22544899,23934884:pet_clair:4209:23935937,23947292:pet_clair:4209:23949500,23949104:pet_clair:4209:23965270,23953275:pet_clair:4209:23956193,23953279:pet_clair:4209:23955750,23953435:pet_clair:4209:23955933,23953479:pet_clair:4209:23954256,24453988:pet_clair:4209:24455460,24454085:pet_clair:4209:24454275,24463193:pet_clair:4209:24482635,24463395:pet_clair:4209:24479105,24463410:pet_clair:4209:24480094,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0006454608674992219, 'nb_photo': 122, 'list_port_cont': '21963410,21963583,21964275,21990267,21997443,22004075,22007318,22007773,22008824,22014717,22025956,22026182,22026242,22026584,22040624,22040694,22050717,22051598,22052016,22052130,22056369,22057171,22091678,22094247,22132332,22144693,22158599,22177948,22186670,22229852,22312608,22313305,22341213,22344829,22345495,22353633,22378523,22378602,22381576,22381589,22394225,22420793,22430454,22437386,22439797,22453645,22457547,22458006,22467513,22468255,22487412,22488231,22491968,22498430,22502905,22518633,22524424,22545013,22548068,22554862,22558952,23952575,23954095,23956306,23956965,23957869,23961232,23964606,23978860,24045041,24055538,24061512,24063476,24175415,24176837,24454902,24464848,24484381', 'assoc_port': '21962514:21963410,21963397:21963583,21963883:21964275,21975320:21990267,21976850:21997443,21978908:22004075,21980103:22007318,21980107:22007773,21980142:22008824,21985545:22014717,22014874:22026584,22014896:22026242,22014901:22026182,22024789:22025956,22040126:22040694,22040132:22040624,22042107:22051598,22046566:22050717,22049745:22056369,22051354:22052130,22051356:22052016,22054525:22057171,22086017:22094247,22091316:22091678,22131720:22132332,22144308:22144693,22157945:22158599,22177113:22177948,22183559:22186670,22226567:22229852,22312348:22312608,22312865:22313305,22340396:22341213,22344385:22344829,22345136:22345495,22350589:22353633,22378312:22378523,22378313:22378602,22381321:22381589,22381322:22381576,22393282:22394225,22420197:22420793,22429991:22430454,22436848:22437386,22439265:22439797,22453056:22453645,22457336:22458006,22457340:22457547,22466642:22467513,22468001:22468255,22486524:22487412,22488169:22488231,22491285:22491968,22496823:22498430,22502386:22502905,22517559:22518633,22519957:2252442', 'assoc_mat': '21962514:pet_clair:4211:21963410,21963397:pet_clair:4211:21963583,21963883:pet_clair:4211:21964275,21975320:pet_clair:4211:21990267,21976850:pet_clair:4211:21997443,21978908:pet_clair:4211:22004075,21980103:pet_clair:4211:22007318,21980107:pet_clair:4211:22007773,21980142:pet_clair:4211:22008824,21985545:pet_clair:4211:22014717,22014874:pet_clair:4211:22026584,22014896:pet_clair:4211:22026242,22014901:pet_clair:4211:22026182,22024789:pet_clair:4211:22025956,22040126:pet_clair:4211:22040694,22040132:pet_clair:4211:22040624,22042107:pet_clair:4211:22051598,22046566:pet_clair:4211:22050717,22049745:pet_clair:4211:22056369,22051354:pet_clair:4211:22052130,22051356:pet_clair:4211:22052016,22054525:pet_clair:4211:22057171,22086017:pet_clair:4211:22094247,22091316:pet_clair:4211:22091678,22131720:pet_clair:4211:22132332,22144308:pet_clair:4211:22144693,22157945:pet_clair:4211:22158599,22177113:pet_clair:4211:22177948,22183559:pet_clair:4211:22186670,22226567:pet_clair:4211:22229852,22312348:pet_clair:4211:22312608,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9859241214498703, 'nb_photo': 93157, 'list_port_cont': '21963757,21964592,21976289,21982681,21988608,21990851,21997671,21998125,22005695,22005804,22008139,22009174,22012898,22015717,22020908,22025556,22033712,22033943,22036192,22037056,22040774,22042141,22042751,22042956,22046211,22046332,22048304,22051165,22053759,22054696,22055734,22055906,22056154,22057901,22067768,22069674,22076462,22077046,22079685,22079923,22082874,22091993,22093328,22095885,22097557,22105061,22107800,22109488,22112202,22122798,22129282,22132952,22134776,22138725,22140629,22142070,22143888,22147619,22150082,22151648,22152132,22159101,22181942,22186780,22187110,22187171,22190729,22196313,22201872,22207809,22209140,22223422,22229893,22234454,22236409,22237239,22242421,22242913,22242984,22302587,22302793,22303801,22306109,22307655,22308460,22309672,22312233,22313210,22317218,22317357,22317630,22317837,22318875,22340139,22345679,22346432,22346696,22347413,22347580,22353371,22354642,22356552,22358829,22358846,22373042,22378658,22378765,22378831,22379342,22380048,22382916,22389190,22391082,2239250', 'assoc_port': '21963399:21963757,21964372:21964592,21967124:21988608,21969980:21982681,21975313:21990851,21975319:21976289,21976848:21998125,21978922:22005695,21978944:22005804,21980102:22008139,21980115:22009174,21984249:22012898,21985543:22015717,21996832:21997671,22011451:22033712,22013383:22036192,22014822:22042141,22014828:22042751,22014840:22095885,22014875:22082874,22014890:22079923,22014897:22046332,22014905:22048304,22019912:22020908,22023872:22025556,22032522:22033943,22035139:22037056,22040125:22054696,22040135:22040774,22042109:22042956,22045050:22046211,22049752:22051165,22051359:22053759,22054521:22055906,22054523:22057901,22054527:22056154,22054529:22055734,22066731:22067768,22068650:22069674,22071992:22077046,22075835:22076462,22078672:22079685,22086065:22091993,22091319:22112202,22091321:22093328,22096626:22097557,22098018:22109488,22101541:22107800,22101550:22105061,22122001:22122798,22126969:22129282,22132582:22132952,22133906:22134776,22137424:22138725,22138710:22140629,22141213:22142070,22142362:2214388', 'assoc_mat': '21963399:pet_clair:3327:21963757,21964372:pet_clair:3327:21964592,21967124:pet_clair:3327:21988608,21969980:pet_clair:3327:21982681,21975313:pet_clair:3327:21990851,21975319:pet_clair:3327:21976289,21976848:pet_clair:3327:21998125,21978922:pet_clair:3327:22005695,21978944:pet_clair:3327:22005804,21980102:pet_clair:3327:22008139,21980115:pet_clair:3327:22009174,21984249:pet_clair:3327:22012898,21985543:pet_clair:3327:22015717,21996832:pet_clair:3327:21997671,22011451:pet_clair:3327:22033712,22013383:pet_clair:3327:22036192,22014822:pet_clair:3327:22042141,22014828:pet_clair:3327:22042751,22014840:pet_clair:3327:22095885,22014875:pet_clair:3327:22082874,22014890:pet_clair:3327:22079923,22014897:pet_clair:3327:22046332,22014905:pet_clair:3327:22048304,22019912:pet_clair:3327:22020908,22023872:pet_clair:3327:22025556,22032522:pet_clair:3327:22033943,22035139:pet_clair:3327:22037056,22040125:pet_clair:3327:22054696,22040135:pet_clair:3327:22040774,22042109:pet_clair:3327:22042956,22045050:pet_clair:3327:22046211,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004491463864226392, 'nb_photo': 1, 'list_port_cont': '22361617', 'assoc_port': '22355024:22361617', 'assoc_mat': '22355024:pet_fonce:4205:22361617'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018904705676207618, 'nb_photo': 1, 'list_port_cont': '22201652', 'assoc_port': '22200705:22201652', 'assoc_mat': '22200705:pet_fonce:4207:22201652'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003825351499945357, 'nb_photo': 1, 'list_port_cont': '23957311', 'assoc_port': '23949056:23957311', 'assoc_mat': '23949056:pet_fonce:4461:23957311'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.9261447029784983, 'nb_photo': 1992, 'list_port_cont': '22346558', 'assoc_port': '22346410:22346558', 'assoc_mat': '22346410:pet_fonce:4200:22346558'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.002450855396412037, 'nb_photo': 2, 'list_port_cont': '22448928', 'assoc_port': '22448524:22448928', 'assoc_mat': '22448524:pet_fonce:3594:22448928'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00020903059174965527, 'nb_photo': 6, 'list_port_cont': '22080511,22091670,22092183,22192300,22195695,22535671', 'assoc_port': '22079487:22080511,22079491:22092183,22091316:22091670,22191275:22192300,22195205:22195695,22534859:22535671', 'assoc_mat': '22079487:pet_fonce:4211:22080511,22079491:pet_fonce:4211:22092183,22091316:pet_fonce:4211:22091670,22191275:pet_fonce:4211:22192300,22195205:pet_fonce:4211:22195695,22534859:pet_fonce:4211:22535671'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.004688484208808319, 'nb_photo': 14, 'list_port_cont': '22009170,22042753,22046217,22067758,22077057,22303810,22306120,22307654,22345682,22505176,22559481,24056212,24057442', 'assoc_port': '21980115:22009170,22014828:22042753,22045050:22046217,22066731:22067758,22071992:22077057,22295403:22307654,22295431:22303810,22305205:22306120,22345137:22345682,22503985:22505176,22558087:22559481,23947371:24056212,23947668:24057442', 'assoc_mat': '21980115:pet_fonce:3327:22009170,22014828:pet_fonce:3327:22042753,22045050:pet_fonce:3327:22046217,22066731:pet_fonce:3327:22067758,22071992:pet_fonce:3327:22077057,22295403:pet_fonce:3327:22307654,22295431:pet_fonce:3327:22303810,22305205:pet_fonce:3327:22306120,22345137:pet_fonce:3327:22345682,22503985:pet_fonce:3327:22505176,22558087:pet_fonce:3327:22559481,23947371:pet_fonce:3327:24056212,23947668:pet_fonce:3327:24057442'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.003684788322733772, 'nb_photo': 2, 'list_port_cont': '22553547,24074202', 'assoc_port': '22550650:22553547,23950958:24074202', 'assoc_mat': '22550650:pet_opaque:4205:22553547,23950958:pet_opaque:4205:24074202'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.588914769780425e-05, 'nb_photo': 3, 'list_port_cont': '22097225,22154992,22450058', 'assoc_port': '22096625:22097225,22141215:22154992,22449976:22450058', 'assoc_mat': '22096625:pet_opaque:4203:22097225,22141215:pet_opaque:4203:22154992,22449976:pet_opaque:4203:22450058'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005035639375587501, 'nb_photo': 13, 'list_port_cont': '22031488,22076180,22151599,22378742,22379468,22381073,22395079,22459747,23956557,23963242,23968561,23972806', 'assoc_port': '22031176:22031488,22075837:22076180,22150592:22151599,22378451:22378742,22379396:22379468,22380802:22381073,22394735:22395079,22459601:22459747,23947784:23972806,23948942:23968561,23949291:23963242,23953277:23956557', 'assoc_mat': '22031176:pet_opaque:4207:22031488,22075837:pet_opaque:4207:22076180,22150592:pet_opaque:4207:22151599,22378451:pet_opaque:4207:22378742,22379396:pet_opaque:4207:22379468,22380802:pet_opaque:4207:22381073,22394735:pet_opaque:4207:22395079,22459601:pet_opaque:4207:22459747,23947784:pet_opaque:4207:23972806,23948942:pet_opaque:4207:23968561,23949291:pet_opaque:4207:23963242,23953277:pet_opaque:4207:23956557'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.005316269606997555, 'nb_photo': 13, 'list_port_cont': '22055220,22069263,22143059,22184417,22292789,22433273,22438564,22494827,22561961,24464252,24474700,24480727', 'assoc_port': '22054526:22055220,22068647:22069263,22142357:22143059,22183556:22184417,22291934:22292789,22431118:22438564,22433052:22433273,22494448:22494827,22561375:22561961,24463213:24480727,24463436:24464252,24463673:24474700', 'assoc_mat': '22054526:pet_opaque:4461:22055220,22068647:pet_opaque:4461:22069263,22142357:pet_opaque:4461:22143059,22183556:pet_opaque:4461:22184417,22291934:pet_opaque:4461:22292789,22431118:pet_opaque:4461:22438564,22433052:pet_opaque:4461:22433273,22494448:pet_opaque:4461:22494827,22561375:pet_opaque:4461:22561961,24463213:pet_opaque:4461:24480727,24463436:pet_opaque:4461:24464252,24463673:pet_opaque:4461:24474700'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.002592762209764235, 'nb_photo': 482, 'list_port_cont': '21963500,21963750,21969528,21970682,21971845,21977060,21987225,21996010,22004215,22006325,22007574,22013197,22023825,22040663,22040891,22041934,22042206,22042523,22044594,22044885,22045455,22050960,22052673,22053683,22053797,22053965,22053978,22054061,22055112,22056672,22057729,22074423,22083183,22091007,22091142,22097341,22099670,22108172,22118591,22118757,22123746,22132982,22135487,22138548,22147406,22148471,22148518,22149498,22153022,22156886,22158870,22159210,22162550,22169732,22193164,22195010,22204886,22229876,22234438,22234989,22239597,22242137,22294371,22299451,22307268,22309488,22317583,22321650,22321916,22321968,22346379,22346567,22347718,22350359,22358800,22378781,22378981,22379412,22381112,22381722,22389058,22390088,22395767,22396913,22397007,22405890,22411837,22422311,22430773,22432529,22433524,22441963,22447466,22448398,22452369,22455395,22456029,22458248,22459854,22464635,22466002,22471224,22472361,22472658,22473132,22475499,22488338,22488461,22493806,22494277,22494866,22497794,22506975,2251690', 'assoc_port': '21962513:21963750,21963400:21963500,21967129:21969528,21967139:21970682,21967186:21971845,21976823:21996010,21976866:22023825,21976906:21977060,21978911:22004215,21980100:22006325,21980110:22007574,21984246:22052673,21985540:22013197,21986993:21987225,22014797:22040663,22014827:22040891,22014838:22041934,22014839:22042206,22014898:22044594,22014902:22044885,22014903:22045455,22032524:22057729,22035137:22054061,22040123:22053978,22040136:22053965,22042108:22042523,22045049:22053797,22049751:22050960,22049755:22056672,22051355:22053683,22054528:22055112,22068649:22083183,22073532:22074423,22078670:22099670,22088043:22091142,22088051:22091007,22091315:22118591,22093114:22118757,22096627:22097341,22101552:22108172,22123322:22123746,22126966:22132982,22129562:22135487,22132587:22138548,22137423:22147406,22141214:22162550,22142356:22148471,22142359:22148518,22142361:22149498,22144310:22153022,22148779:22169732,22153226:22156886,22154710:22158870,22154715:22159210,22185036:22242137,22191278:22193164,22194161:2219501', 'assoc_mat': '21962513:pet_opaque:4200:21963750,21963400:pet_opaque:4200:21963500,21967129:pet_opaque:4200:21969528,21967139:pet_opaque:4200:21970682,21967186:pet_opaque:4200:21971845,21976823:pet_opaque:4200:21996010,21976866:pet_opaque:4200:22023825,21976906:pet_opaque:4200:21977060,21978911:pet_opaque:4200:22004215,21980100:pet_opaque:4200:22006325,21980110:pet_opaque:4200:22007574,21984246:pet_opaque:4200:22052673,21985540:pet_opaque:4200:22013197,21986993:pet_opaque:4200:21987225,22014797:pet_opaque:4200:22040663,22014827:pet_opaque:4200:22040891,22014838:pet_opaque:4200:22041934,22014839:pet_opaque:4200:22042206,22014898:pet_opaque:4200:22044594,22014902:pet_opaque:4200:22044885,22014903:pet_opaque:4200:22045455,22032524:pet_opaque:4200:22057729,22035137:pet_opaque:4200:22054061,22040123:pet_opaque:4200:22053978,22040136:pet_opaque:4200:22053965,22042108:pet_opaque:4200:22042523,22045049:pet_opaque:4200:22053797,22049751:pet_opaque:4200:22050960,22049755:pet_opaque:4200:22056672,22051355:pet_opaque:4200:22053683,2205'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0018308316152776867, 'nb_photo': 33, 'list_port_cont': '21977104,22040474,22050288,22050449,22051857,22097146,22149413,22154839,22175463,22195660,22217895,22221841,22377461,22403220,22433174,22504641,22504824,22512581,22553678,23935890,23935933,23947993,23953119,23953332,23954259,24455282,24479213,24480074,24481868,24482637', 'assoc_port': '21976904:21977104,22038503:22050288,22040133:22040474,22049747:22050449,22049749:22051857,22096624:22097146,22148776:22149413,22154714:22154839,22174848:22175463,22195202:22195660,22217464:22217895,22221022:22221841,22376588:22377461,22402440:22403220,22433050:22433174,22503987:22504824,22504014:22504641,22511772:22512581,22552959:22553678,23934884:23935933,23934915:23935890,23946524:23947993,23951108:23953332,23951111:23953119,23953479:23954259,24453996:24455282,24463193:24482637,24463246:24481868,24463405:24479213,24463410:24480074', 'assoc_mat': '21976904:pet_opaque:4209:21977104,22038503:pet_opaque:4209:22050288,22040133:pet_opaque:4209:22040474,22049747:pet_opaque:4209:22050449,22049749:pet_opaque:4209:22051857,22096624:pet_opaque:4209:22097146,22148776:pet_opaque:4209:22149413,22154714:pet_opaque:4209:22154839,22174848:pet_opaque:4209:22175463,22195202:pet_opaque:4209:22195660,22217464:pet_opaque:4209:22217895,22221022:pet_opaque:4209:22221841,22376588:pet_opaque:4209:22377461,22402440:pet_opaque:4209:22403220,22433050:pet_opaque:4209:22433174,22503987:pet_opaque:4209:22504824,22504014:pet_opaque:4209:22504641,22511772:pet_opaque:4209:22512581,22552959:pet_opaque:4209:22553678,23934884:pet_opaque:4209:23935933,23934915:pet_opaque:4209:23935890,23946524:pet_opaque:4209:23947993,23951108:pet_opaque:4209:23953332,23951111:pet_opaque:4209:23953119,23953479:pet_opaque:4209:23954259,24453996:pet_opaque:4209:24455282,24463193:pet_opaque:4209:24482637,24463246:pet_opaque:4209:24481868,24463405:pet_opaque:4209:24479213,24463410:pet_opaque:4209:24480074'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00033117545443129474, 'nb_photo': 262, 'list_port_cont': '21970578,22004074,22007769,22008816,22015457,22017313,22020095,22025927,22025959,22026181,22026234,22026669,22026746,22029559,22031879,22031953,22033376,22040607,22052129,22056370,22068755,22072737,22083632,22092188,22105433,22127605,22132330,22144833,22151416,22155287,22158587,22177959,22179540,22185620,22186658,22192296,22195670,22195690,22210747,22222984,22229853,22291492,22294739,22298645,22306927,22312605,22313068,22313299,22315306,22318838,22329442,22337045,22341211,22344858,22352907,22355860,22377507,22379561,22381595,22385079,22387546,22388649,22420803,22425571,22430384,22430457,22430491,22432876,22437369,22439800,22441431,22445416,22449012,22452317,22453640,22453673,22455815,22455928,22457546,22458972,22462807,22467565,22480057,22487408,22488371,22490648,22491971,22492174,22498428,22498714,22499112,22502911,22515731,22515837,22518619,22519781,22532359,22534396,22545027,22548071,22554861,22557240,22563962,23948142,23949165,23952580,23953028,23956304,23957874,23964607,23966160,23969640,23978862,2404505', 'assoc_port': '21967132:21970578,21969979:22020095,21978908:22004074,21980107:22007769,21980142:22008816,21985548:22015457,21986988:22017313,22014825:22026746,22014833:22026669,22014896:22026234,22014901:22026181,22024784:22025927,22024789:22025959,22029102:22029559,22031175:22031953,22031177:22031879,22032532:22033376,22040132:22040607,22049745:22056370,22051354:22052129,22065346:22068755,22071991:22072737,22079488:22083632,22079491:22092188,22101546:22105433,22126967:22127605,22131720:22132330,22144305:22144833,22150594:22151416,22154691:22155287,22157945:22158587,22177113:22177959,22178712:22179540,22183559:22186658,22185065:22185620,22191275:22192296,22195199:22195670,22195205:22195690,22210185:22210747,22222660:22222984,22226567:22229853,22290548:22291492,22294054:22294739,22298063:22298645,22304108:22306927,22312348:22312605,22312865:22313299,22312871:22313068,22314655:22315306,22318030:22318838,22328574:22329442,22336329:22337045,22340396:22341211,22344385:22344858,22352274:22352907,22355023:22355860,22376585:2237750', 'assoc_mat': '21967132:pet_opaque:4211:21970578,21969979:pet_opaque:4211:22020095,21978908:pet_opaque:4211:22004074,21980107:pet_opaque:4211:22007769,21980142:pet_opaque:4211:22008816,21985548:pet_opaque:4211:22015457,21986988:pet_opaque:4211:22017313,22014825:pet_opaque:4211:22026746,22014833:pet_opaque:4211:22026669,22014896:pet_opaque:4211:22026234,22014901:pet_opaque:4211:22026181,22024784:pet_opaque:4211:22025927,22024789:pet_opaque:4211:22025959,22029102:pet_opaque:4211:22029559,22031175:pet_opaque:4211:22031953,22031177:pet_opaque:4211:22031879,22032532:pet_opaque:4211:22033376,22040132:pet_opaque:4211:22040607,22049745:pet_opaque:4211:22056370,22051354:pet_opaque:4211:22052129,22065346:pet_opaque:4211:22068755,22071991:pet_opaque:4211:22072737,22079488:pet_opaque:4211:22083632,22079491:pet_opaque:4211:22092188,22101546:pet_opaque:4211:22105433,22126967:pet_opaque:4211:22127605,22131720:pet_opaque:4211:22132330,22144305:pet_opaque:4211:22144833,22150594:pet_opaque:4211:22151416,22154691:pet_opaque:4211:22155287,2215'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004357032523656563, 'nb_photo': 365, 'list_port_cont': '21962939,21967682,21970619,21977417,21979773,21996965,22015338,22024485,22028491,22040790,22051423,22051723,22055157,22064643,22073981,22076264,22081442,22098896,22106681,22132406,22134321,22159637,22165092,22166954,22186446,22194605,22207263,22225037,22235720,22287110,22301632,22306706,22308222,22310204,22314713,22379487,22389541,22403112,22411917,22412541,22450646,22458373,22460029,22469998,22486682,22487210,22488316,22490161,22494958,22497915,22513090,22532250,22537004,22543393,22552271,22556356,22560474,22566497,24045646,24054496,24055164,24055556,24055901,24056768,24058522,24063882,24065201,24065531,24065901,24071626,24071818,24071925,24076078,24454571,24490566,24490582,24490596,24490605,24490630,24490689,24490707,24490717,24490731,24490775', 'assoc_port': '21962512:21962939,21967188:21967682,21969981:21970619,21976865:21977417,21978938:21979773,21996833:21996965,22014835:22028491,22014872:22015338,22018591:22024485,22035138:22051423,22040129:22040790,22051360:22051723,22054522:22055157,22062850:22064643,22073531:22073981,22075836:22076264,22079490:22081442,22098017:22098896,22106152:22106681,22131721:22132406,22133905:22134321,22137425:22166954,22148775:22165092,22150595:22159637,22174852:22235720,22185033:22186446,22194159:22194605,22206469:22207263,22221035:22225037,22286479:22287110,22299407:22301632,22304113:22306706,22307886:22308222,22309703:22310204,22314656:22314713,22379399:22379487,22388008:22389541,22393285:22412541,22394734:22411917,22402406:22403112,22450301:22450646,22457337:22458373,22459597:22460029,22469829:22469998,22486521:22486682,22486538:22487210,22488165:22488316,22489069:22490161,22494461:22494958,22497685:22497915,22509477:22513090,22531797:22532250,22536495:22537004,22542655:22543393,22550651:22552271,22554335:22560474,22554338:2255635', 'assoc_mat': '21962512:plastique:3726:21962939,21967188:plastique:3726:21967682,21969981:plastique:3726:21970619,21976865:plastique:3726:21977417,21978938:plastique:3726:21979773,21996833:plastique:3726:21996965,22014835:plastique:3726:22028491,22014872:plastique:3726:22015338,22018591:plastique:3726:22024485,22035138:plastique:3726:22051423,22040129:plastique:3726:22040790,22051360:plastique:3726:22051723,22054522:plastique:3726:22055157,22062850:plastique:3726:22064643,22073531:plastique:3726:22073981,22075836:plastique:3726:22076264,22079490:plastique:3726:22081442,22098017:plastique:3726:22098896,22106152:plastique:3726:22106681,22131721:plastique:3726:22132406,22133905:plastique:3726:22134321,22137425:plastique:3726:22166954,22148775:plastique:3726:22165092,22150595:plastique:3726:22159637,22174852:plastique:3726:22235720,22185033:plastique:3726:22186446,22194159:plastique:3726:22194605,22206469:plastique:3726:22207263,22221035:plastique:3726:22225037,22286479:plastique:3726:22287110,22299407:plastique:3726:22301632,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011181517524091881, 'nb_photo': 1629, 'list_port_cont': '21962937,21967688,21970618,21977419,21979782,21996959,22015340,22024480,22028377,22028489,22040791,22051418,22051722,22055163,22064653,22073979,22076262,22081437,22098899,22102886,22106682,22132397,22134318,22159638,22165100,22166953,22186444,22194599,22195061,22207266,22225045,22235721,22287113,22301629,22306708,22308220,22310206,22314703,22379495,22389543,22403116,22411916,22412548,22450654,22458374,22460026,22469988,22486683,22487206,22488312,22490162,22494960,22497921,22513084,22532245,22537007,22543400,22552267,22556365,22560468,22566496,23977005,24045647,24054497,24055166,24055546,24055897,24056771,24058515,24063886,24065202,24065525,24065906,24071631,24071649,24071819,24071924,24076082,24454241,24454565,24490571,24490574,24490593,24490603,24490634,24490672,24490687,24490698,24490711,24490728,24490776', 'assoc_port': '21962512:21962937,21967188:21967688,21969981:21970618,21976865:21977419,21978938:21979782,21996833:21996959,22014835:22028489,22014845:22028377,22014872:22015340,22018591:22024480,22035138:22051418,22040129:22040791,22051360:22051722,22054522:22055163,22062850:22064653,22073531:22073979,22075836:22076262,22079490:22081437,22096622:22102886,22098017:22098899,22106152:22106682,22131721:22132397,22133905:22134318,22137425:22166953,22148775:22165100,22150595:22159638,22174852:22235721,22185033:22186444,22194156:22195061,22194159:22194599,22206469:22207266,22221035:22225045,22286479:22287113,22299407:22301629,22304113:22306708,22307886:22308220,22309703:22310206,22314656:22314703,22379399:22379495,22388008:22389543,22393285:22412548,22394734:22411916,22402406:22403116,22450301:22450654,22457337:22458374,22459597:22460026,22469829:22469988,22486521:22486683,22486538:22487206,22488165:22488312,22489069:22490162,22494461:22494960,22497685:22497921,22509477:22513084,22531797:22532245,22536495:22537007,22542655:2254340', 'assoc_mat': '21962512:Teint_Dans_La_Masse:3726:21962937,21967188:Teint_Dans_La_Masse:3726:21967688,21969981:Teint_Dans_La_Masse:3726:21970618,21976865:Teint_Dans_La_Masse:3726:21977419,21978938:Teint_Dans_La_Masse:3726:21979782,21996833:Teint_Dans_La_Masse:3726:21996959,22014835:Teint_Dans_La_Masse:3726:22028489,22014845:Teint_Dans_La_Masse:3726:22028377,22014872:Teint_Dans_La_Masse:3726:22015340,22018591:Teint_Dans_La_Masse:3726:22024480,22035138:Teint_Dans_La_Masse:3726:22051418,22040129:Teint_Dans_La_Masse:3726:22040791,22051360:Teint_Dans_La_Masse:3726:22051722,22054522:Teint_Dans_La_Masse:3726:22055163,22062850:Teint_Dans_La_Masse:3726:22064653,22073531:Teint_Dans_La_Masse:3726:22073979,22075836:Teint_Dans_La_Masse:3726:22076262,22079490:Teint_Dans_La_Masse:3726:22081437,22096622:Teint_Dans_La_Masse:3726:22102886,22098017:Teint_Dans_La_Masse:3726:22098899,22106152:Teint_Dans_La_Masse:3726:22106682,22131721:Teint_Dans_La_Masse:3726:22132397,22133905:Teint_Dans_La_Masse:3726:22134318,22137425:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 34358}, 'velours_link': {'gm': 'https://www.fotonower.com/velours/30173643,30173652,30173660,30173671,30173677,30173685,30173694,30173703,30173711,30173719,30173726,30173734?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/30173644,30173646,30173654,30173662,30173679,30173697,30173705,30173713,30173721,30173728?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173645,30173663,30173664,30173665,30173688,30173695,30173736,30173737?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173647,30173655,30173666,30173680,30173687,30173689,30173698,30173706,30173714,30173722,30173729?tags=barquette_opaque,carton,ela,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173648,30173656,30173667,30173673,30173681,30173690,30173699,30173707,30173715,30173730?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173649,30173657,30173668,30173674,30173682,30173691,30173700,30173708,30173716,30173723,30173731?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173650,30173658,30173669,30173675,30173683,30173692,30173701,30173709,30173717,30173724,30173732?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173651,30173659,30173670,30173676,30173684,30173693,30173702,30173710,30173718,30173725,30173733?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173653,30173661,30173672,30173678,30173686,30173696,30173704,30173712,30173720,30173727,30173735?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('film_pedb', '2025-04', 0.2293890495389466),), (('jrm', '2025-04', 0.035838716992180636),), (('flux_dev', '2025-04', 0.1872178503743561),), (('pehd_pp', '2025-04', 0.05432900990350421),), (('aluminium', '2025-04', 0.06107586930184124),), (('emr', '2025-04', 0.05256004168359554),), (('pet_clair', '2025-04', 0.013848944899863654),), (('gm', '2025-04', 0.07834233331369034),), (('ela', '2025-04', 0.026098521410278405),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_04_annee_2025.pdf Before plot_photos_and_unwanted_material_summary # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! None was removed should we ? donnée sous forme de texte was removed should we ? [ptf_id0,ptf_id1...] was removed should we ? Before organize_and_plot_unwanted_material_stats {'gm': {'autre': ['autre', '0.15%', 5], 'barquette_opaque': ['barquette_opaque', '0.36%', 213], 'carton': ['carton', '3.69%', 5315], 'ela': ['ela', '0.45%', 810], 'etiquette': ['etiquette', '0.08%', 135], 'film_plastique': ['film_plastique', '1.25%', 834], 'metal': ['metal', '1.64%', 448], 'papier': ['papier', '94.4%', 108322], 'pehd': ['pehd', '0.96%', 1364], 'pet_clair': ['pet_clair', '0.32%', 35], 'pet_fonce': ['pet_fonce', '0.25%', 2], 'pet_opaque': ['pet_opaque', '0.18%', 33]}, 'pet_clair': {'autre': ['autre', '0.48%', 693], 'barquette_avec_film': ['barquette_avec_film', '0.12%', 22], 'bouchon': ['bouchon', '0.06%', 183], 'carton': ['carton', '0.59%', 189], 'etiquette': ['etiquette', '0.13%', 10], 'metal': ['metal', '0.22%', 2], 'papier': ['papier', '1.27%', 577], 'pehd': ['pehd', '0.11%', 4], 'pet_clair': ['pet_clair', '98.59%', 93157], 'pet_fonce': ['pet_fonce', '0.47%', 14]}, 'jrm': {'autre_refus': ['autre_refus', '1.07%', 629], 'cartonnette': ['cartonnette', '0.14%', 79], 'Carton_brun': ['Carton_brun', '0.66%', 337], 'Carton_gris': ['Carton_gris', '0.48%', 166], 'kraft': ['kraft', '0.16%', 24], 'metal': ['metal', '0.0%', 1], 'plastique': ['plastique', '0.44%', 365], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.12%', 1629]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.09%', 17], 'carton': ['carton', '1.51%', 433], 'ela': ['ela', '0.65%', 180], 'film_plastique': ['film_plastique', '1.44%', 420], 'kraft': ['kraft', '0.25%', 1], 'metal': ['metal', '93.81%', 56], 'papier': ['papier', '2.39%', 2367], 'pehd': ['pehd', '0.77%', 181], 'pet_clair': ['pet_clair', '0.41%', 33], 'pet_fonce': ['pet_fonce', '0.45%', 1], 'pet_opaque': ['pet_opaque', '0.37%', 2]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.14%', 262], 'carton': ['carton', '0.73%', 857], 'ela': ['ela', '99.51%', 259], 'etiquette': ['etiquette', '0.02%', 98], 'film_plastique': ['film_plastique', '0.28%', 475], 'metal': ['metal', '0.34%', 503], 'papier': ['papier', '0.96%', 3446], 'pehd': ['pehd', '0.32%', 415], 'pet_clair': ['pet_clair', '0.01%', 4], 'pet_opaque': ['pet_opaque', '0.01%', 3]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.16%', 51], 'carton': ['carton', '95.56%', 2966], 'ela': ['ela', '0.13%', 154], 'etiquette': ['etiquette', '0.01%', 21], 'film_plastique': ['film_plastique', '0.31%', 1206], 'metal': ['metal', '0.53%', 293], 'papier': ['papier', '4.21%', 13730], 'pehd': ['pehd', '0.4%', 318], 'pet_clair': ['pet_clair', '0.22%', 21], 'pet_fonce': ['pet_fonce', '0.19%', 1], 'pet_opaque': ['pet_opaque', '0.5%', 13]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.03%', 13], 'carton': ['carton', '1.61%', 3615], 'ela': ['ela', '0.61%', 13], 'etiquette': ['etiquette', '0.0%', 1], 'film_plastique': ['film_plastique', '76.41%', 4948], 'metal': ['metal', '0.48%', 20], 'papier': ['papier', '21.34%', 39903], 'pehd': ['pehd', '0.52%', 34], 'pet_clair': ['pet_clair', '0.44%', 3], 'pet_fonce': ['pet_fonce', '0.38%', 1], 'pet_opaque': ['pet_opaque', '0.53%', 13]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '2.54%', 768], 'carton': ['carton', '2.6%', 3706], 'ela': ['ela', '0.12%', 124], 'etiquette': ['etiquette', '0.16%', 19], 'film_plastique': ['film_plastique', '1.97%', 4184], 'metal': ['metal', '17.03%', 1250], 'papier': ['papier', '1.35%', 4267], 'pehd': ['pehd', '0.95%', 1853], 'pet_clair': ['pet_clair', '2.84%', 340], 'pet_fonce': ['pet_fonce', '92.61%', 1992], 'pet_opaque': ['pet_opaque', '0.26%', 482]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '1.99%', 8617], 'carton': ['carton', '1.06%', 15401], 'ela': ['ela', '0.11%', 2608], 'etiquette': ['etiquette', '0.0%', 176], 'film_plastique': ['film_plastique', '0.33%', 9756], 'metal': ['metal', '1.16%', 2135], 'papier': ['papier', '1.03%', 24498], 'pehd': ['pehd', '75.85%', 21707], 'pet_clair': ['pet_clair', '0.06%', 122], 'pet_fonce': ['pet_fonce', '0.02%', 6], 'pet_opaque': ['pet_opaque', '0.03%', 262]}} 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_04_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 4.61user 5.10system 0:33.26elapsed 29%CPU (0avgtext+0avgdata 189180maxresident)k 3048inputs+2704outputs (10major+59194minor)pagefaults 0swaps