<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0010_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0010_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0010_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0010_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0010_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0010_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0010_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0010_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0010_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-01/func/sub-0010_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4f9c833617ca06c9b75acadd9587227d</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:47:23.015000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998402, 0.0161273, 0.0541662, -0.00975851, 0.993219, -0.115848]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0715621</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7717, -7286, 657, -62, -18, 9, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>70a91a12-efff-42a3-a378-e71b6612cbcc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6786386966705322, -0.026181375607848167, 0.15030157566070557, 112.2219467163086], [-0.04326846823096275, 2.66473388671875, -0.3108631372451782, -70.58336639404297], [0.14532403647899628, 0.3108123540878296, 2.6778299808502197, -74.68352508544922], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['144723.015000', '144723.475000', '144723.935000', '144724.395000', '144724.855000', '144725.315000', '144725.775000', '144726.235000', '144726.695000', '144727.155000', '144727.615000', '144728.075000', '144728.535000', '144728.995000', '144729.455000', '144729.915000', '144730.375000', '144730.835000', '144731.295000', '144731.755000', '144732.215000', '144732.675000', '144733.135000', '144733.595000', '144734.055000', '144734.515000', '144734.975000', '144735.435000', '144735.895000', '144736.355000', '144736.815000', '144737.275000', '144737.735000', '144738.195000', '144738.655000', '144739.115000', '144739.575000', '144740.035000', '144740.495000', '144740.955000', '144741.415000', '144741.875000', '144742.335000', '144742.795000', '144743.255000', '144743.715000', '144744.175000', '144744.635000', '144745.095000', '144745.555000', '144746.015000', '144746.475000', '144746.935000', '144747.395000', '144747.855000', '144748.315000', '144748.775000', '144749.235000', '144749.695000', '144750.155000', '144750.615000', '144751.075000', '144751.535000', '144751.995000', '144752.455000', '144752.915000', '144753.375000', '144753.835000', '144754.295000', '144754.755000', '144755.215000', '144755.675000', '144756.135000', '144756.595000', '144757.055000', '144757.515000', '144757.975000', '144758.435000', '144758.895000', '144759.355000', '144759.815000', '144800.275000', '144800.735000', '144801.195000', '144801.655000', '144802.115000', '144802.575000', '144803.035000', '144803.495000', '144803.955000', '144804.415000', '144804.875000', '144805.335000', '144805.795000', '144806.255000', '144806.715000', '144807.175000', '144807.635000', '144808.095000', '144808.555000', '144809.015000', '144809.475000', '144809.935000', '144810.395000', '144810.855000', '144811.315000', '144811.775000', '144812.235000', '144812.695000', '144813.155000', '144813.615000', '144814.075000', '144814.535000', '144814.995000', '144815.455000', '144815.915000', '144816.375000', '144816.835000', '144817.295000', '144817.755000', '144818.215000', '144818.675000', '144819.135000', '144819.595000', '144820.055000', '144820.515000', '144820.975000', '144821.435000', '144821.895000', '144822.355000', '144822.815000', '144823.275000', '144823.735000', '144824.195000', '144824.655000', '144825.115000', '144825.575000', '144826.035000', '144826.495000', '144826.955000', '144827.415000', '144827.875000', '144828.335000', '144828.795000', '144829.255000', '144829.715000', '144830.175000', '144830.635000', '144831.095000', '144831.555000', '144832.015000', '144832.475000', '144832.935000', '144833.395000', '144833.855000', '144834.315000', '144834.775000', '144835.235000', '144835.695000', '144836.155000', '144836.615000', '144837.075000', '144837.535000', '144837.995000', '144838.455000', '144838.915000', '144839.375000', '144839.835000', '144840.295000', '144840.755000', '144841.215000', '144841.675000', '144842.135000', '144842.595000', '144843.055000', '144843.515000', '144843.975000', '144844.435000', '144844.895000', '144845.355000', '144845.815000', '144846.275000', '144846.735000', '144847.195000', '144847.655000', '144848.115000', '144848.575000', '144849.035000', '144849.495000', '144849.955000', '144850.415000', '144850.875000', '144851.335000', '144851.795000', '144852.255000', '144852.715000', '144853.175000', '144853.635000', '144854.095000', '144854.555000', '144855.015000', '144855.475000', '144855.935000', '144856.395000', '144856.855000', '144857.315000', '144857.775000', '144858.235000', '144858.695000', '144859.155000', '144859.615000', '144900.075000', '144900.535000', '144900.995000', '144901.455000', '144901.915000', '144902.375000', '144902.835000', '144903.295000', '144903.755000', '144904.215000', '144904.675000', '144905.135000', '144905.595000', '144906.055000', '144906.515000', '144906.975000', '144907.435000', '144907.895000', '144908.355000', '144908.815000', '144909.275000', '144909.735000', '144910.195000', '144910.655000', '144911.115000', '144911.575000', '144912.035000', '144912.495000', '144912.955000', '144913.415000', '144913.875000', '144914.335000', '144914.795000', '144915.255000', '144915.715000', '144916.175000', '144916.635000', '144917.095000', '144917.555000', '144918.015000', '144918.475000', '144918.935000', '144919.395000', '144919.855000', '144920.315000', '144920.775000', '144921.235000', '144921.695000', '144922.155000', '144922.615000', '144923.075000', '144923.535000', '144923.995000', '144924.455000', '144924.915000', '144925.375000', '144925.835000', '144926.295000', '144926.755000', '144927.215000', '144927.675000', '144928.135000', '144928.595000', '144929.055000', '144929.515000', '144929.975000', '144930.435000', '144930.895000', '144931.355000', '144931.815000', '144932.275000', '144932.735000', '144933.195000', '144933.655000', '144934.115000', '144934.575000', '144935.035000', '144935.495000', '144935.955000', '144936.415000', '144936.875000', '144937.335000', '144937.795000', '144938.255000', '144938.715000', '144939.175000', '144939.635000', '144940.095000', '144940.555000', '144941.015000', '144941.475000', '144941.935000', '144942.395000', '144942.855000', '144943.315000', '144943.775000', '144944.235000', '144944.695000', '144945.155000', '144945.615000', '144946.075000', '144946.535000', '144946.995000', '144947.455000', '144947.915000', '144948.375000', '144948.835000', '144949.295000', '144949.755000', '144950.215000', '144950.675000', '144951.135000', '144951.595000', '144952.055000', '144952.515000', '144952.975000', '144953.435000', '144953.895000', '144954.355000', '144954.815000', '144955.275000', '144955.735000', '144956.195000', '144956.655000', '144957.115000', '144957.575000', '144958.035000', '144958.495000', '144958.955000', '144959.415000', '144959.875000', '145000.335000', '145000.795000', '145001.255000', '145001.715000', '145002.175000', '145002.635000', '145003.095000', '145003.555000', '145004.015000', '145004.475000', '145004.935000', '145005.395000', '145005.855000', '145006.315000', '145006.775000', '145007.235000', '145007.695000', '145008.155000', '145008.615000', '145009.075000', '145009.535000', '145009.995000', '145010.455000', '145010.915000', '145011.375000', '145011.835000', '145012.295000', '145012.755000', '145013.215000', '145013.675000', '145014.135000', '145014.595000', '145015.055000', '145015.515000', '145015.975000', '145016.435000', '145016.895000', '145017.355000', '145017.815000', '145018.275000', '145018.735000', '145019.195000', '145019.655000', '145020.115000', '145020.575000', '145021.035000', '145021.495000', '145021.955000', '145022.415000', '145022.875000', '145023.335000', '145023.795000', '145024.255000', '145024.715000', '145025.175000', '145025.635000', '145026.095000', '145026.555000', '145027.015000', '145027.475000', '145027.935000', '145028.395000', '145028.855000', '145029.315000', '145029.775000', '145030.235000', '145030.695000', '145031.155000', '145031.615000', '145032.075000', '145032.535000', '145032.995000', '145033.455000', '145033.915000', '145034.375000', '145034.835000', '145035.295000', '145035.755000', '145036.215000', '145036.675000', '145037.135000', '145037.595000', '145038.055000', '145038.515000', '145038.975000', '145039.435000', '145039.895000', '145040.355000', '145040.815000', '145041.275000', '145041.735000', '145042.195000', '145042.655000', '145043.115000', '145043.575000', '145044.035000', '145044.495000', '145044.955000', '145045.415000', '145045.875000', '145046.335000', '145046.795000', '145047.255000', '145047.715000', '145048.175000', '145048.635000', '145049.095000', '145049.555000', '145050.015000', '145050.475000', '145050.935000', '145051.395000', '145051.855000', '145052.315000', '145052.775000', '145053.235000', '145053.695000', '145054.155000', '145054.615000', '145055.075000', '145055.535000', '145055.995000', '145056.455000', '145056.915000', '145057.375000', '145057.835000', '145058.295000', '145058.755000', '145059.215000', '145059.675000', '145100.135000', '145100.595000', '145101.055000', '145101.515000', '145101.975000', '145102.435000', '145102.895000', '145103.355000', '145103.815000', '145104.275000', '145104.735000', '145105.195000', '145105.655000', '145106.115000', '145106.575000', '145107.035000', '145107.495000', '145107.955000', '145108.415000', '145108.875000', '145109.335000', '145109.795000', '145110.255000', '145110.715000', '145111.175000', '145111.635000', '145112.095000', '145112.555000', '145113.015000', '145113.475000', '145113.935000', '145114.395000', '145114.855000', '145115.315000', '145115.775000', '145116.235000', '145116.695000', '145117.155000', '145117.615000', '145118.075000', '145118.535000', '145118.995000', '145119.455000', '145119.915000', '145120.375000', '145120.835000', '145121.295000', '145121.755000', '145122.215000', '145122.675000', '145123.135000', '145123.595000', '145124.055000', '145124.515000', '145124.975000', '145125.435000', '145125.895000', '145126.355000', '145126.815000', '145127.275000', '145127.735000', '145128.195000', '145128.655000', '145129.115000', '145129.575000', '145130.035000', '145130.495000', '145130.955000', '145131.415000', '145131.875000', '145132.335000', '145132.795000', '145133.255000', '145133.715000', '145134.175000', '145134.635000', '145135.095000', '145135.555000', '145136.015000', '145136.475000', '145136.935000', '145137.395000', '145137.855000', '145138.315000', '145138.775000', '145139.235000', '145139.695000', '145140.155000', '145140.615000', '145141.075000', '145141.535000', '145141.995000', '145142.455000', '145142.915000', '145143.375000', '145143.835000', '145144.295000', '145144.755000', '145145.215000', '145145.675000', '145146.135000', '145146.595000', '145147.055000', '145147.515000', '145147.975000', '145148.435000', '145148.895000', '145149.355000', '145149.815000', '145150.275000', '145150.735000', '145151.195000', '145151.655000', '145152.115000', '145152.575000', '145153.035000', '145153.495000', '145153.955000', '145154.415000', '145154.875000', '145155.335000', '145155.795000', '145156.255000', '145156.715000', '145157.175000', '145157.635000', '145158.095000', '145158.555000', '145159.015000', '145159.475000', '145159.935000', '145200.395000', '145200.855000', '145201.315000', '145201.775000', '145202.235000', '145202.695000', '145203.155000', '145203.615000', '145204.075000', '145204.535000', '145204.995000', '145205.455000', '145205.915000', '145206.375000', '145206.835000', '145207.295000', '145207.755000', '145208.215000', '145208.675000', '145209.135000', '145209.595000', '145210.055000', '145210.515000', '145210.975000', '145211.435000', '145211.895000', '145212.355000', '145212.815000', '145213.275000', '145213.735000', '145214.195000', '145214.655000', '145215.115000', '145215.575000', '145216.035000', '145216.495000', '145216.955000', '145217.415000', '145217.875000', '145218.335000', '145218.795000', '145219.255000', '145219.715000', '145220.175000', '145220.635000', '145221.095000', '145221.555000', '145222.015000', '145222.475000', '145222.935000', '145223.395000', '145223.855000', '145224.315000', '145224.775000', '145225.235000', '145225.695000', '145226.155000', '145226.615000', '145227.075000', '145227.535000', '145227.995000', '145228.455000', '145228.915000', '145229.375000', '145229.835000', '145230.295000', '145230.755000', '145231.215000', '145231.675000', '145232.135000', '145232.595000', '145233.055000', '145233.515000', '145233.975000', '145234.435000', '145234.895000', '145235.355000', '145235.815000', '145236.275000', '145236.735000', '145237.195000', '145237.655000', '145238.115000', '145238.575000', '145239.035000', '145239.495000', '145239.955000', '145240.415000', '145240.875000', '145241.335000', '145241.795000', '145242.255000', '145242.715000', '145243.175000', '145243.635000', '145244.095000', '145244.555000', '145245.015000', '145245.475000', '145245.935000', '145246.395000', '145246.855000', '145247.315000', '145247.775000', '145248.235000', '145248.695000', '145249.155000', '145249.615000', '145250.075000', '145250.535000', '145250.995000', '145251.455000', '145251.915000', '145252.375000', '145252.835000', '145253.295000', '145253.755000', '145254.215000', '145254.675000', '145255.135000', '145255.595000', '145256.055000', '145256.515000', '145256.975000', '145257.435000', '145257.895000', '145258.355000', '145258.815000', '145259.275000', '145259.735000', '145300.195000', '145300.655000', '145301.115000', '145301.575000', '145302.035000', '145302.495000', '145302.955000', '145303.415000', '145303.875000', '145304.335000', '145304.795000', '145305.255000', '145305.715000', '145306.175000', '145306.635000', '145307.095000', '145307.555000', '145308.015000', '145308.475000', '145308.935000', '145309.395000', '145309.855000', '145310.315000', '145310.775000', '145311.235000', '145311.695000', '145312.155000', '145312.615000', '145313.075000', '145313.535000', '145313.995000', '145314.455000', '145314.915000', '145315.375000', '145315.835000', '145316.295000', '145316.755000', '145317.215000', '145317.675000', '145318.135000', '145318.595000', '145319.055000', '145319.515000', '145319.975000', '145320.435000', '145320.895000', '145321.355000', '145321.815000', '145322.275000', '145322.735000', '145323.195000', '145323.655000', '145324.115000', '145324.575000', '145325.035000', '145325.495000', '145325.955000', '145326.415000', '145326.875000', '145327.335000', '145327.795000', '145328.255000', '145328.715000', '145329.175000', '145329.635000', '145330.095000', '145330.555000', '145331.015000', '145331.475000', '145331.935000', '145332.395000', '145332.855000', '145333.315000', '145333.775000', '145334.235000', '145334.695000', '145335.155000', '145335.615000', '145336.075000', '145336.535000', '145336.995000', '145337.455000', '145337.915000', '145338.375000', '145338.835000', '145339.295000', '145339.755000', '145340.215000', '145340.675000', '145341.135000', '145341.595000', '145342.055000', '145342.515000', '145342.975000', '145343.435000', '145343.895000', '145344.355000', '145344.815000', '145345.275000', '145345.735000', '145346.195000', '145346.655000', '145347.115000', '145347.575000', '145348.035000', '145348.495000', '145348.955000', '145349.415000', '145349.875000', '145350.335000', '145350.795000', '145351.255000', '145351.715000', '145352.175000', '145352.635000', '145353.095000', '145353.555000', '145354.015000', '145354.475000', '145354.935000', '145355.395000', '145355.855000', '145356.315000', '145356.775000', '145357.235000', '145357.695000', '145358.155000', '145358.615000', '145359.075000', '145359.535000', '145359.995000', '145400.455000', '145400.915000', '145401.375000', '145401.835000', '145402.295000', '145402.755000', '145403.215000', '145403.675000'], 'ContentTime': ['144732.986000', '144732.995000', '144732.998000', '144733.002000', '144733.005000', '144733.007000', '144733.010000', '144733.013000', '144733.016000', '144733.019000', '144733.025000', '144733.028000', '144733.034000', '144733.037000', '144733.039000', '144733.042000', '144733.045000', '144733.048000', '144733.051000', '144733.053000', '144752.950000', '144752.953000', '144752.956000', '144752.958000', '144752.961000', '144752.964000', '144752.967000', '144752.970000', '144752.973000', '144752.976000', '144752.978000', '144752.981000', '144752.984000', '144752.987000', '144752.990000', '144752.992000', '144752.995000', '144752.998000', '144753.002000', '144753.005000', '144753.011000', '144753.014000', '144753.017000', '144753.020000', '144753.023000', '144753.026000', '144753.028000', '144753.031000', '144753.034000', '144753.037000', '144753.040000', '144753.043000', '144753.046000', '144753.049000', '144753.069000', '144753.072000', '144753.075000', '144753.078000', '144753.081000', '144753.084000', '144753.087000', '144753.089000', '144753.092000', '144812.950000', '144812.953000', '144812.956000', '144812.959000', '144812.961000', '144812.964000', '144812.967000', '144812.970000', '144812.973000', '144812.975000', '144812.978000', '144812.981000', '144812.984000', '144812.987000', '144812.990000', '144812.992000', '144812.995000', '144812.998000', '144813.002000', '144813.005000', '144813.018000', '144813.020000', '144813.023000', '144813.026000', '144813.029000', '144813.032000', '144813.035000', '144813.037000', '144813.040000', '144813.043000', '144813.046000', '144813.049000', '144813.051000', '144813.054000', '144813.057000', '144813.060000', '144813.063000', '144813.066000', '144813.069000', '144813.071000', '144813.074000', '144813.077000', '144813.080000', '144813.083000', '144832.950000', '144832.953000', '144832.956000', '144832.959000', '144832.962000', '144832.965000', '144832.968000', '144832.971000', '144832.974000', '144832.977000', '144832.980000', '144832.982000', '144832.985000', '144832.988000', '144832.991000', '144832.994000', '144832.997000', '144833.000000', '144833.003000', '144833.006000', '144833.009000', '144833.012000', '144833.015000', '144833.018000', '144833.021000', '144833.023000', '144833.026000', '144833.031000', '144833.034000', '144833.037000', '144833.040000', '144833.043000', '144833.046000', '144833.048000', '144833.051000', '144833.054000', '144833.057000', '144833.060000', '144833.063000', '144833.066000', '144833.068000', '144833.071000', '144833.074000', '144852.950000', '144852.953000', '144852.956000', '144852.959000', '144852.961000', '144852.964000', '144852.967000', '144852.970000', '144852.978000', '144852.981000', '144852.984000', '144852.987000', '144852.990000', '144852.993000', '144852.996000', '144852.998000', '144853.002000', '144853.005000', '144853.008000', '144853.011000', '144853.014000', '144853.017000', '144853.019000', '144853.022000', '144853.025000', '144853.028000', '144853.031000', '144853.034000', '144853.036000', '144853.039000', '144853.042000', '144853.045000', '144853.048000', '144853.051000', '144853.054000', '144853.056000', '144853.059000', '144853.062000', '144853.065000', '144853.068000', '144853.071000', '144853.073000', '144853.076000', '144853.079000', '144912.949000', '144912.952000', '144912.955000', '144912.958000', '144912.961000', '144912.963000', '144912.966000', '144912.969000', '144912.972000', '144912.975000', '144912.978000', '144912.981000', '144912.984000', '144912.986000', '144912.989000', '144912.992000', '144912.995000', '144912.998000', '144913.002000', '144913.005000', '144913.007000', '144913.010000', '144913.013000', '144913.016000', '144913.019000', '144913.022000', '144913.025000', '144913.028000', '144913.031000', '144913.033000', '144913.036000', '144913.039000', '144913.042000', '144913.045000', '144913.049000', '144913.052000', '144913.055000', '144913.059000', '144913.061000', '144913.064000', '144913.067000', '144913.070000', '144913.073000', '144932.949000', '144932.952000', '144932.955000', '144932.957000', '144932.961000', '144932.963000', '144932.966000', '144932.969000', '144932.972000', '144932.975000', '144932.978000', '144932.981000', '144932.984000', '144932.986000', '144932.989000', '144932.992000', '144932.995000', '144932.998000', '144933.002000', '144933.005000', '144933.008000', '144933.010000', '144933.013000', '144933.016000', '144933.019000', '144933.022000', '144933.025000', '144933.027000', '144933.030000', '144933.033000', '144933.036000', '144933.039000', '144933.042000', '144933.045000', '144933.048000', '144933.050000', '144933.053000', '144933.056000', '144933.059000', '144933.062000', '144933.065000', '144933.068000', '144933.070000', '144933.073000', '144952.950000', '144952.953000', '144952.956000', '144952.959000', '144952.962000', '144952.964000', '144952.967000', '144952.970000', '144952.973000', '144952.976000', '144952.979000', '144952.982000', '144952.984000', '144952.987000', '144952.990000', '144952.993000', '144953.010000', '144953.013000', '144953.016000', '144953.019000', '144953.022000', '144953.025000', '144953.028000', '144953.031000', '144953.033000', '144953.036000', '144953.039000', '144953.042000', '144953.045000', '144953.048000', '144953.051000', '144953.053000', '144953.056000', '144953.059000', '144953.062000', '144953.065000', '144953.068000', '144953.071000', '144953.074000', '144953.078000', '144953.081000', '144953.084000', '144953.087000', '145012.950000', '145012.953000', '145012.956000', '145012.964000', '145012.967000', '145012.970000', '145012.972000', '145012.975000', '145012.978000', '145012.981000', '145012.984000', '145012.987000', '145012.990000', '145012.992000', '145012.995000', '145012.998000', '145013.002000', '145013.005000', '145013.008000', '145013.011000', '145013.014000', '145013.016000', '145013.019000', '145013.022000', '145013.025000', '145013.028000', '145013.031000', '145013.034000', '145013.037000', '145013.039000', '145013.052000', '145013.055000', '145013.058000', '145013.060000', '145013.063000', '145013.066000', '145013.069000', '145013.072000', '145013.075000', '145013.078000', '145013.081000', '145013.083000', '145013.086000', '145013.089000', '145032.950000', '145032.953000', '145032.956000', '145032.959000', '145032.962000', '145032.965000', '145032.967000', '145032.970000', '145032.973000', '145032.976000', '145032.979000', '145032.982000', '145032.984000', '145032.987000', '145032.990000', '145032.993000', '145032.996000', '145033.000000', '145033.003000', '145033.006000', '145033.008000', '145033.011000', '145033.014000', '145033.017000', '145033.020000', '145033.023000', '145033.026000', '145033.029000', '145033.032000', '145033.035000', '145033.037000', '145033.040000', '145033.043000', '145033.046000', '145033.049000', '145033.052000', '145033.054000', '145033.057000', '145033.060000', '145033.063000', '145033.066000', '145033.069000', '145033.072000', '145052.950000', '145052.953000', '145052.956000', '145052.959000', '145052.961000', '145052.964000', '145052.967000', '145052.970000', '145052.973000', '145052.976000', '145052.979000', '145052.982000', '145052.984000', '145052.987000', '145052.990000', '145052.993000', '145052.996000', '145053.000000', '145053.003000', '145053.006000', '145053.008000', '145053.011000', '145053.014000', '145053.017000', '145053.020000', '145053.023000', '145053.026000', '145053.028000', '145053.031000', '145053.034000', '145053.037000', '145053.040000', '145053.043000', '145053.046000', '145053.049000', '145053.051000', '145053.054000', '145053.057000', '145053.060000', '145053.063000', '145053.066000', '145053.069000', '145053.072000', '145053.075000', '145112.950000', '145112.953000', '145112.956000', '145112.958000', '145112.961000', '145112.964000', '145112.967000', '145112.970000', '145112.973000', '145112.976000', '145112.979000', '145112.981000', '145112.984000', '145112.987000', '145112.990000', '145112.993000', '145112.996000', '145113.000000', '145113.003000', '145113.005000', '145113.008000', '145113.011000', '145113.014000', '145113.017000', '145113.020000', '145113.023000', '145113.026000', '145113.029000', '145113.032000', '145113.034000', '145113.037000', '145113.041000', '145113.044000', '145113.047000', '145113.050000', '145113.052000', '145113.055000', '145113.058000', '145113.061000', '145113.064000', '145113.067000', '145113.087000', '145113.090000', '145132.949000', '145132.957000', '145132.960000', '145132.963000', '145132.965000', '145132.968000', '145132.971000', '145132.974000', '145132.977000', '145132.980000', '145132.983000', '145132.986000', '145132.988000', '145132.991000', '145132.994000', '145132.997000', '145133.001000', '145133.004000', '145133.008000', '145133.011000', '145133.013000', '145133.016000', '145133.019000', '145133.022000', '145133.025000', '145133.028000', '145133.031000', '145133.034000', '145133.037000', '145133.040000', '145133.042000', '145133.045000', '145133.048000', '145133.051000', '145133.054000', '145133.057000', '145133.060000', '145133.063000', '145133.065000', '145133.068000', '145133.071000', '145133.074000', '145133.077000', '145133.080000', '145152.949000', '145152.952000', '145152.955000', '145152.958000', '145152.961000', '145152.963000', '145152.966000', '145152.969000', '145152.972000', '145152.975000', '145152.978000', '145152.981000', '145152.984000', '145152.987000', '145152.989000', '145152.992000', '145152.995000', '145152.998000', '145153.002000', '145153.005000', '145153.008000', '145153.010000', '145153.013000', '145153.016000', '145153.019000', '145153.022000', '145153.025000', '145153.028000', '145153.031000', '145153.033000', '145153.036000', '145153.039000', '145153.042000', '145153.045000', '145153.048000', '145153.051000', '145153.054000', '145153.056000', '145153.059000', '145153.062000', '145153.065000', '145153.068000', '145153.071000', '145212.950000', '145212.953000', '145212.956000', '145212.958000', '145212.962000', '145212.964000', '145212.967000', '145212.970000', '145212.973000', '145212.976000', '145212.979000', '145212.982000', '145212.985000', '145212.987000', '145212.990000', '145212.993000', '145212.996000', '145213.000000', '145213.003000', '145213.006000', '145213.009000', '145213.012000', '145213.014000', '145213.017000', '145213.020000', '145213.023000', '145213.026000', '145213.029000', '145213.032000', '145213.035000', '145213.037000', '145213.040000', '145213.043000', '145213.046000', '145213.049000', '145213.052000', '145213.055000', '145213.057000', '145213.060000', '145213.063000', '145213.066000', '145213.069000', '145213.072000', '145213.075000', '145232.950000', '145232.953000', '145232.956000', '145232.959000', '145232.962000', '145232.964000', '145232.967000', '145232.970000', '145232.973000', '145232.976000', '145232.979000', '145232.982000', '145232.985000', '145232.987000', '145232.990000', '145232.993000', '145232.996000', '145233.000000', '145233.003000', '145233.006000', '145233.008000', '145233.011000', '145233.014000', '145233.017000', '145233.020000', '145233.023000', '145233.026000', '145233.029000', '145233.032000', '145233.034000', '145233.037000', '145233.040000', '145233.043000', '145233.046000', '145233.049000', '145233.052000', '145233.054000', '145233.057000', '145233.060000', '145233.063000', '145233.066000', '145233.069000', '145233.072000', '145252.950000', '145252.953000', '145252.956000', '145252.959000', '145252.962000', '145252.964000', '145252.967000', '145252.970000', '145252.973000', '145252.976000', '145252.979000', '145252.982000', '145252.985000', '145252.987000', '145252.990000', '145252.993000', '145252.996000', '145253.000000', '145253.003000', '145253.006000', '145253.008000', '145253.011000', '145253.029000', '145253.032000', '145253.035000', '145253.038000', '145253.041000', '145253.044000', '145253.047000', '145253.049000', '145253.052000', '145253.055000', '145253.058000', '145253.061000', '145253.064000', '145253.067000', '145253.070000', '145253.073000', '145253.075000', '145253.078000', '145253.081000', '145253.084000', '145253.087000', '145253.090000', '145312.950000', '145312.953000', '145312.956000', '145312.959000', '145312.962000', '145312.965000', '145312.967000', '145312.970000', '145312.973000', '145312.976000', '145312.979000', '145312.982000', '145312.985000', '145312.988000', '145312.991000', '145312.993000', '145312.996000', '145313.000000', '145313.003000', '145313.008000', '145313.011000', '145313.014000', '145313.017000', '145313.019000', '145313.022000', '145313.025000', '145313.028000', '145313.031000', '145313.034000', '145313.037000', '145313.039000', '145313.042000', '145313.045000', '145313.048000', '145313.051000', '145313.054000', '145313.056000', '145313.059000', '145313.062000', '145313.065000', '145313.068000', '145313.071000', '145313.074000', '145332.949000', '145332.954000', '145332.957000', '145332.960000', '145332.963000', '145332.965000', '145332.969000', '145332.971000', '145332.974000', '145332.977000', '145332.980000', '145332.983000', '145332.986000', '145332.989000', '145332.992000', '145332.994000', '145332.997000', '145333.001000', '145333.004000', '145333.007000', '145333.010000', '145333.013000', '145333.016000', '145333.018000', '145333.021000', '145333.024000', '145333.027000', '145333.030000', '145333.033000', '145333.035000', '145333.038000', '145333.041000', '145333.044000', '145333.047000', '145333.050000', '145333.053000', '145333.056000', '145333.058000', '145333.061000', '145333.064000', '145333.067000', '145333.070000', '145333.073000', '145352.949000', '145352.952000', '145352.955000', '145352.958000', '145352.961000', '145352.964000', '145352.967000', '145352.969000', '145352.972000', '145352.975000', '145352.978000', '145352.981000', '145352.984000', '145352.987000', '145352.990000', '145352.992000', '145352.995000', '145352.998000', '145353.002000', '145353.005000', '145353.008000', '145353.011000', '145353.014000', '145353.017000', '145353.019000', '145353.022000', '145353.025000', '145353.028000', '145353.031000', '145353.034000', '145353.037000', '145353.040000', '145353.042000', '145353.045000', '145353.048000', '145353.051000', '145353.054000', '145353.057000', '145353.060000', '145353.063000', '145353.065000', '145353.068000', '145353.071000', '145353.074000', '145404.733000', '145404.745000', '145404.751000', '145404.758000', '145404.761000', '145404.765000', '145404.768000', '145404.771000', '145404.775000', '145404.778000', '145404.781000', '145404.784000', '145404.787000', '145404.791000', '145404.794000', '145404.797000', '145404.802000', '145404.805000', '145404.808000', '145404.811000', '145404.815000', '145404.819000', '145404.823000', '145404.828000', '145404.831000', '145404.834000'], 'InstanceCreationTime': ['144732.986000', '144732.995000', '144732.998000', '144733.002000', '144733.005000', '144733.007000', '144733.010000', '144733.013000', '144733.016000', '144733.019000', '144733.025000', '144733.028000', '144733.034000', '144733.037000', '144733.039000', '144733.042000', '144733.045000', '144733.048000', '144733.051000', '144733.053000', '144752.950000', '144752.953000', '144752.956000', '144752.958000', '144752.961000', '144752.964000', '144752.967000', '144752.970000', '144752.973000', '144752.976000', '144752.978000', '144752.981000', '144752.984000', '144752.987000', '144752.990000', '144752.992000', '144752.995000', '144752.998000', '144753.002000', '144753.005000', '144753.011000', '144753.014000', '144753.017000', '144753.020000', '144753.023000', '144753.026000', '144753.028000', '144753.031000', '144753.034000', '144753.037000', '144753.040000', '144753.043000', '144753.046000', '144753.049000', '144753.069000', '144753.072000', '144753.075000', '144753.078000', '144753.081000', '144753.084000', '144753.087000', '144753.089000', '144753.092000', '144812.950000', '144812.953000', '144812.956000', '144812.959000', '144812.961000', '144812.964000', '144812.967000', '144812.970000', '144812.973000', '144812.975000', '144812.978000', '144812.981000', '144812.984000', '144812.987000', '144812.990000', '144812.992000', '144812.995000', '144812.998000', '144813.002000', '144813.005000', '144813.018000', '144813.020000', '144813.023000', '144813.026000', '144813.029000', '144813.032000', '144813.035000', '144813.037000', '144813.040000', '144813.043000', '144813.046000', '144813.049000', '144813.051000', '144813.054000', '144813.057000', '144813.060000', '144813.063000', '144813.066000', '144813.069000', '144813.071000', '144813.074000', '144813.077000', '144813.080000', '144813.083000', '144832.950000', '144832.953000', '144832.956000', '144832.959000', '144832.962000', '144832.965000', '144832.968000', '144832.971000', '144832.974000', '144832.977000', '144832.980000', '144832.982000', '144832.985000', '144832.988000', '144832.991000', '144832.994000', '144832.997000', '144833.000000', '144833.003000', '144833.006000', '144833.009000', '144833.012000', '144833.015000', '144833.018000', '144833.021000', '144833.023000', '144833.026000', '144833.031000', '144833.034000', '144833.037000', '144833.040000', '144833.043000', '144833.046000', '144833.048000', '144833.051000', '144833.054000', '144833.057000', '144833.060000', '144833.063000', '144833.066000', '144833.068000', '144833.071000', '144833.074000', '144852.950000', '144852.953000', '144852.956000', '144852.959000', '144852.961000', '144852.964000', '144852.967000', '144852.970000', '144852.978000', '144852.981000', '144852.984000', '144852.987000', '144852.990000', '144852.993000', '144852.996000', '144852.998000', '144853.002000', '144853.005000', '144853.008000', '144853.011000', '144853.014000', '144853.017000', '144853.019000', '144853.022000', '144853.025000', '144853.028000', '144853.031000', '144853.034000', '144853.036000', '144853.039000', '144853.042000', '144853.045000', '144853.048000', '144853.051000', '144853.054000', '144853.056000', '144853.059000', '144853.062000', '144853.065000', '144853.068000', '144853.071000', '144853.073000', '144853.076000', '144853.079000', '144912.949000', '144912.952000', '144912.955000', '144912.958000', '144912.961000', '144912.963000', '144912.966000', '144912.969000', '144912.972000', '144912.975000', '144912.978000', '144912.981000', '144912.984000', '144912.986000', '144912.989000', '144912.992000', '144912.995000', '144912.998000', '144913.002000', '144913.005000', '144913.007000', '144913.010000', '144913.013000', '144913.016000', '144913.019000', '144913.022000', '144913.025000', '144913.028000', '144913.031000', '144913.033000', '144913.036000', '144913.039000', '144913.042000', '144913.045000', '144913.049000', '144913.052000', '144913.055000', '144913.059000', '144913.061000', '144913.064000', '144913.067000', '144913.070000', '144913.073000', '144932.949000', '144932.952000', '144932.955000', '144932.957000', '144932.961000', '144932.963000', '144932.966000', '144932.969000', '144932.972000', '144932.975000', '144932.978000', '144932.981000', '144932.984000', '144932.986000', '144932.989000', '144932.992000', '144932.995000', '144932.998000', '144933.002000', '144933.005000', '144933.008000', '144933.010000', '144933.013000', '144933.016000', '144933.019000', '144933.022000', '144933.025000', '144933.027000', '144933.030000', '144933.033000', '144933.036000', '144933.039000', '144933.042000', '144933.045000', '144933.048000', '144933.050000', '144933.053000', '144933.056000', '144933.059000', '144933.062000', '144933.065000', '144933.068000', '144933.070000', '144933.073000', '144952.950000', '144952.953000', '144952.956000', '144952.959000', '144952.962000', '144952.964000', '144952.967000', '144952.970000', '144952.973000', '144952.976000', '144952.979000', '144952.982000', '144952.984000', '144952.987000', '144952.990000', '144952.993000', '144953.010000', '144953.013000', '144953.016000', '144953.019000', '144953.022000', '144953.025000', '144953.028000', '144953.031000', '144953.033000', '144953.036000', '144953.039000', '144953.042000', '144953.045000', '144953.048000', '144953.051000', '144953.053000', '144953.056000', '144953.059000', '144953.062000', '144953.065000', '144953.068000', '144953.071000', '144953.074000', '144953.078000', '144953.081000', '144953.084000', '144953.087000', '145012.950000', '145012.953000', '145012.956000', '145012.964000', '145012.967000', '145012.970000', '145012.972000', '145012.975000', '145012.978000', '145012.981000', '145012.984000', '145012.987000', '145012.990000', '145012.992000', '145012.995000', '145012.998000', '145013.002000', '145013.005000', '145013.008000', '145013.011000', '145013.014000', '145013.016000', '145013.019000', '145013.022000', '145013.025000', '145013.028000', '145013.031000', '145013.034000', '145013.037000', '145013.039000', '145013.052000', '145013.055000', '145013.058000', '145013.060000', '145013.063000', '145013.066000', '145013.069000', '145013.072000', '145013.075000', '145013.078000', '145013.081000', '145013.083000', '145013.086000', '145013.089000', '145032.950000', '145032.953000', '145032.956000', '145032.959000', '145032.962000', '145032.965000', '145032.967000', '145032.970000', '145032.973000', '145032.976000', '145032.979000', '145032.982000', '145032.984000', '145032.987000', '145032.990000', '145032.993000', '145032.996000', '145033.000000', '145033.003000', '145033.006000', '145033.008000', '145033.011000', '145033.014000', '145033.017000', '145033.020000', '145033.023000', '145033.026000', '145033.029000', '145033.032000', '145033.035000', '145033.037000', '145033.040000', '145033.043000', '145033.046000', '145033.049000', '145033.052000', '145033.054000', '145033.057000', '145033.060000', '145033.063000', '145033.066000', '145033.069000', '145033.072000', '145052.950000', '145052.953000', '145052.956000', '145052.959000', '145052.961000', '145052.964000', '145052.967000', '145052.970000', '145052.973000', '145052.976000', '145052.979000', '145052.982000', '145052.984000', '145052.987000', '145052.990000', '145052.993000', '145052.996000', '145053.000000', '145053.003000', '145053.006000', '145053.008000', '145053.011000', '145053.014000', '145053.017000', '145053.020000', '145053.023000', '145053.026000', '145053.028000', '145053.031000', '145053.034000', '145053.037000', '145053.040000', '145053.043000', '145053.046000', '145053.049000', '145053.051000', '145053.054000', '145053.057000', '145053.060000', '145053.063000', '145053.066000', '145053.069000', '145053.072000', '145053.075000', '145112.950000', '145112.953000', '145112.956000', '145112.958000', '145112.961000', '145112.964000', '145112.967000', '145112.970000', '145112.973000', '145112.976000', '145112.979000', '145112.981000', '145112.984000', '145112.987000', '145112.990000', '145112.993000', '145112.996000', '145113.000000', '145113.003000', '145113.005000', '145113.008000', '145113.011000', '145113.014000', '145113.017000', '145113.020000', '145113.023000', '145113.026000', '145113.029000', '145113.032000', '145113.034000', '145113.037000', '145113.041000', '145113.044000', '145113.047000', '145113.050000', '145113.052000', '145113.055000', '145113.058000', '145113.061000', '145113.064000', '145113.067000', '145113.087000', '145113.090000', '145132.949000', '145132.957000', '145132.960000', '145132.963000', '145132.965000', '145132.968000', '145132.971000', '145132.974000', '145132.977000', '145132.980000', '145132.983000', '145132.986000', '145132.988000', '145132.991000', '145132.994000', '145132.997000', '145133.001000', '145133.004000', '145133.008000', '145133.011000', '145133.013000', '145133.016000', '145133.019000', '145133.022000', '145133.025000', '145133.028000', '145133.031000', '145133.034000', '145133.037000', '145133.040000', '145133.042000', '145133.045000', '145133.048000', '145133.051000', '145133.054000', '145133.057000', '145133.060000', '145133.063000', '145133.065000', '145133.068000', '145133.071000', '145133.074000', '145133.077000', '145133.080000', '145152.949000', '145152.952000', '145152.955000', '145152.958000', '145152.961000', '145152.963000', '145152.966000', '145152.969000', '145152.972000', '145152.975000', '145152.978000', '145152.981000', '145152.984000', '145152.987000', '145152.989000', '145152.992000', '145152.995000', '145152.998000', '145153.002000', '145153.005000', '145153.008000', '145153.010000', '145153.013000', '145153.016000', '145153.019000', '145153.022000', '145153.025000', '145153.028000', '145153.031000', '145153.033000', '145153.036000', '145153.039000', '145153.042000', '145153.045000', '145153.048000', '145153.051000', '145153.054000', '145153.056000', '145153.059000', '145153.062000', '145153.065000', '145153.068000', '145153.071000', '145212.950000', '145212.953000', '145212.956000', '145212.958000', '145212.962000', '145212.964000', '145212.967000', '145212.970000', '145212.973000', '145212.976000', '145212.979000', '145212.982000', '145212.985000', '145212.987000', '145212.990000', '145212.993000', '145212.996000', '145213.000000', '145213.003000', '145213.006000', '145213.009000', '145213.012000', '145213.014000', '145213.017000', '145213.020000', '145213.023000', '145213.026000', '145213.029000', '145213.032000', '145213.035000', '145213.037000', '145213.040000', '145213.043000', '145213.046000', '145213.049000', '145213.052000', '145213.055000', '145213.057000', '145213.060000', '145213.063000', '145213.066000', '145213.069000', '145213.072000', '145213.075000', '145232.950000', '145232.953000', '145232.956000', '145232.959000', '145232.962000', '145232.964000', '145232.967000', '145232.970000', '145232.973000', '145232.976000', '145232.979000', '145232.982000', '145232.985000', '145232.987000', '145232.990000', '145232.993000', '145232.996000', '145233.000000', '145233.003000', '145233.006000', '145233.008000', '145233.011000', '145233.014000', '145233.017000', '145233.020000', '145233.023000', '145233.026000', '145233.029000', '145233.032000', '145233.034000', '145233.037000', '145233.040000', '145233.043000', '145233.046000', '145233.049000', '145233.052000', '145233.054000', '145233.057000', '145233.060000', '145233.063000', '145233.066000', '145233.069000', '145233.072000', '145252.950000', '145252.953000', '145252.956000', '145252.959000', '145252.962000', '145252.964000', '145252.967000', '145252.970000', '145252.973000', '145252.976000', '145252.979000', '145252.982000', '145252.985000', '145252.987000', '145252.990000', '145252.993000', '145252.996000', '145253.000000', '145253.003000', '145253.006000', '145253.008000', '145253.011000', '145253.029000', '145253.032000', '145253.035000', '145253.038000', '145253.041000', '145253.044000', '145253.047000', '145253.049000', '145253.052000', '145253.055000', '145253.058000', '145253.061000', '145253.064000', '145253.067000', '145253.070000', '145253.073000', '145253.075000', '145253.078000', '145253.081000', '145253.084000', '145253.087000', '145253.090000', '145312.950000', '145312.953000', '145312.956000', '145312.959000', '145312.962000', '145312.965000', '145312.967000', '145312.970000', '145312.973000', '145312.976000', '145312.979000', '145312.982000', '145312.985000', '145312.988000', '145312.991000', '145312.993000', '145312.996000', '145313.000000', '145313.003000', '145313.008000', '145313.011000', '145313.014000', '145313.017000', '145313.019000', '145313.022000', '145313.025000', '145313.028000', '145313.031000', '145313.034000', '145313.037000', '145313.039000', '145313.042000', '145313.045000', '145313.048000', '145313.051000', '145313.054000', '145313.056000', '145313.059000', '145313.062000', '145313.065000', '145313.068000', '145313.071000', '145313.074000', '145332.949000', '145332.954000', '145332.957000', '145332.960000', '145332.963000', '145332.965000', '145332.969000', '145332.971000', '145332.974000', '145332.977000', '145332.980000', '145332.983000', '145332.986000', '145332.989000', '145332.992000', '145332.994000', '145332.997000', '145333.001000', '145333.004000', '145333.007000', '145333.010000', '145333.013000', '145333.016000', '145333.018000', '145333.021000', '145333.024000', '145333.027000', '145333.030000', '145333.033000', '145333.035000', '145333.038000', '145333.041000', '145333.044000', '145333.047000', '145333.050000', '145333.053000', '145333.056000', '145333.058000', '145333.061000', '145333.064000', '145333.067000', '145333.070000', '145333.073000', '145352.949000', '145352.952000', '145352.955000', '145352.958000', '145352.961000', '145352.964000', '145352.967000', '145352.969000', '145352.972000', '145352.975000', '145352.978000', '145352.981000', '145352.984000', '145352.987000', '145352.990000', '145352.992000', '145352.995000', '145352.998000', '145353.002000', '145353.005000', '145353.008000', '145353.011000', '145353.014000', '145353.017000', '145353.019000', '145353.022000', '145353.025000', '145353.028000', '145353.031000', '145353.034000', '145353.037000', '145353.040000', '145353.042000', '145353.045000', '145353.048000', '145353.051000', '145353.054000', '145353.057000', '145353.060000', '145353.063000', '145353.065000', '145353.068000', '145353.071000', '145353.074000', '145404.733000', '145404.745000', '145404.751000', '145404.758000', '145404.761000', '145404.765000', '145404.768000', '145404.771000', '145404.775000', '145404.778000', '145404.781000', '145404.784000', '145404.787000', '145404.791000', '145404.794000', '145404.797000', '145404.802000', '145404.805000', '145404.808000', '145404.811000', '145404.815000', '145404.819000', '145404.823000', '145404.828000', '145404.831000', '145404.834000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [12618, 8741, 11353, 8464, 12210, 8564, 12176, 9779, 11257, 8447, 10276, 8094, 11463, 8320, 12346, 8325, 11987, 8603, 10647, 8078, 8538, 8011, 8644, 8676, 8758, 8954, 8731, 8638, 8308, 8904, 8310, 10842, 7750, 12133, 8623, 8750, 10290, 7507, 13038, 9742, 13623, 11924, 13713, 12165, 14470, 9977, 12817, 8586, 12432, 8906, 11338, 8585, 10464, 8728, 8120, 8577, 7938, 9597, 7640, 10147, 7545, 11201, 7653, 12188, 7724, 10791, 7745, 10385, 7866, 10587, 7837, 10508, 8019, 10264, 7671, 10334, 7680, 10112, 7599, 10853, 7546, 9641, 7569, 9608, 7599, 9521, 8277, 9451, 8026, 9227, 8493, 8680, 11751, 8224, 11752, 8521, 11537, 8194, 10461, 8146, 11999, 8426, 12402, 8762, 11559, 8093, 12384, 8661, 12150, 9049, 11921, 8641, 11538, 8061, 11489, 7596, 10999, 7744, 10687, 7384, 10774, 7896, 12458, 7579, 10312, 7531, 10417, 7788, 10124, 10344, 9054, 8736, 8568, 8832, 8359, 11485, 8362, 11578, 8798, 10848, 8200, 10845, 8318, 12674, 8263, 12328, 8320, 12664, 7860, 11829, 8017, 11133, 8427, 10816, 7958, 10439, 7953, 10689, 8165, 11037, 7917, 11211, 7944, 10964, 7594, 10354, 7544, 9583, 8271, 9096, 10438, 8601, 13013, 8430, 12885, 8663, 11661, 9887, 10973, 8464, 10634, 7849, 10763, 8158, 10926, 7963, 10957, 8178, 11332, 8063, 10956, 7556, 10807, 7544, 10980, 7684, 9155, 7981, 8461, 8642, 8377, 10475, 8446, 9300, 8342, 9731, 8367, 10244, 8325, 11332, 8325, 10752, 7948, 10381, 7862, 10125, 7876, 9381, 8076, 8890, 7928, 9074, 7795, 9485, 7889, 9780, 8176, 9828, 8174, 9544, 8550, 9604, 8816, 9510, 9245, 9805, 9042, 9500, 8773, 9214, 11272, 8741, 13431, 9255, 12956, 9602, 11755, 8557, 11929, 8382, 12230, 8829, 11549, 8836, 11009, 8594, 10550, 8076, 10754, 7915, 10828, 8160, 10923, 7857, 10654, 8562, 10435, 8136, 8383, 8694, 7518, 11435, 8364, 11994, 7677, 10959, 7892, 10791, 8265, 11829, 7975, 10690, 7887, 10107, 7862, 9963, 7644, 9761, 7961, 9354, 7858, 8980, 8220, 8573, 10770, 8915, 12447, 8874, 11050, 8475, 10772, 8309, 10435, 8460, 12501, 9165, 11426, 9962, 11801, 8685, 11555, 8369, 11277, 7627, 10594, 7998, 9226, 8139, 8383, 8677, 8242, 10962, 8459, 12039, 8312, 11461, 8063, 11781, 8093, 10994, 8783, 11607, 8513, 12725, 7990, 10597, 8237, 10973, 9469, 11167, 8431, 10740, 8302, 11030, 8464, 10772, 9775, 11189, 9290, 9474, 8173, 8927, 8207, 9911, 8711, 12025, 10124, 10927, 8370, 12715, 8442, 13302, 9137, 12815, 9958, 10384, 8425, 9025, 8567, 9018, 8529, 10173, 8829, 9403, 8967, 8821, 8557, 10883, 8420, 12621, 9281, 10996, 8324, 11830, 8299, 11643, 8418, 10830, 9363, 9685, 8372, 9312, 8106, 10032, 8377, 10804, 8925, 10023, 8299, 10345, 8207, 11225, 8433, 10986, 8468, 8739, 8452, 8736, 8628, 9791, 8900, 11926, 9295, 10805, 9004, 12226, 8513, 12638, 8842, 12469, 9971, 11248, 8718, 10485, 8714, 11394, 8621, 11761, 9843, 11892, 9638, 11561, 8427, 10966, 8224, 11532, 9094, 11116, 8547, 11322, 8070, 10900, 7730, 10562, 7729, 10339, 7682, 9897, 7903, 9953, 7602, 10204, 7649, 10110, 8062, 9449, 8123, 8700, 11796, 8554, 12722, 9106, 10946, 8500, 10752, 8473, 11859, 8281, 12137, 9945, 12403, 8218, 10860, 8350, 11119, 7959, 10592, 7853, 10940, 7638, 9938, 8242, 8946, 8431, 8693, 8767, 8969, 8071, 9247, 7853, 9729, 7832, 10042, 8253, 9962, 8014, 9273, 11917, 8342, 13365, 9978, 13342, 10659, 11961, 8247, 11148, 8155, 11320, 8026, 10888, 7927, 10709, 7920, 10531, 7987, 10242, 7765, 10553, 7693, 10625, 8145, 10439, 8021, 10820, 7945, 11179, 8272, 11719, 7774, 10428, 7547, 10782, 7809, 11590, 7668, 9887, 7832, 10791, 7871, 11737, 8507, 7978, 9048, 7141, 10594, 7992, 11742, 8178, 11802, 8481, 12285, 7910, 10789, 7722, 10233, 7718, 10220, 7872, 10635, 7758, 10370, 7953, 10270, 7787, 10581, 7911, 11133, 8787, 11817, 8145, 11663, 8188, 11562, 9144, 11344, 11377, 9668, 10480, 8331, 11593, 8547, 12350, 8725, 10985, 9154, 10699, 8190, 10528, 7883, 10385, 7760, 10254, 7918, 9924, 7728, 9934, 7777, 9133, 7811, 8433, 8591, 8658, 8560, 8680, 8701, 8947, 9637, 8612, 11075, 9275, 8314, 12081, 7580, 10420, 7817, 11545, 7939, 9599, 11429, 8680, 13551, 8888, 12698, 8789, 11518, 8860, 11794, 7877, 10977, 7669, 11371, 7775, 11196, 8682, 11578, 9337, 11301, 8299, 10341, 8404, 9819, 12488, 9695, 13233, 8932, 12767, 9731, 12052, 9223, 11794, 8541, 11987, 8327, 11727, 8253, 11385, 8062, 11028, 7713, 10940, 7454, 10481, 8101, 10066, 7998, 8827, 8248, 8581, 8679, 8374, 9803, 8426, 10180, 8283, 9229, 8453, 8651, 8574, 8675, 8775, 8798, 8776, 10259, 8895, 9802, 8873, 10974, 8726, 11751, 8760, 11803, 8898, 12232, 8664, 11229, 8432, 11437, 8059, 11219, 7915, 10819, 8078, 10332, 7630, 10194, 7517, 9930, 7567, 9365, 7562, 9227, 7496, 9540, 7626, 9685, 7511, 10153, 7590, 10805, 7504, 10938, 7800, 11012, 7926, 11508, 7894, 12073, 8263, 11451, 8749, 11201, 8820, 10887, 8213, 11447, 8069, 11239, 8299, 11372, 8257, 11395, 8391, 11011, 7858, 11431, 7856, 11295, 7545, 11147, 7969, 10868, 7479, 10697, 7471, 10876, 7411, 11153, 7672, 10601, 7513, 10695, 7414, 10733, 7318, 11077, 7669, 11063, 7475, 10896, 7377, 10926, 7655, 11145, 7455, 10525, 7551, 9877, 7803, 9530, 8981, 9084, 8404, 8701, 8345, 8843, 8992, 8824, 8952, 9566, 7815, 9889, 7302, 10736, 7377, 11065, 7919, 11036, 7863, 10853, 7595, 10996, 8306, 11478, 7529, 10696, 7503, 10836, 7393, 10185, 7899, 10085, 7875, 9829, 7400, 9949, 7709, 10890, 7618, 10855, 7302, 10549, 7742, 10767, 7884, 11207, 7424, 10852, 7574, 11227, 7479, 10788, 7718, 10567, 7873, 11261, 8199, 11195, 8228, 11431, 8333, 11982, 8355, 11278, 7723, 9723, 8258, 9299, 11002, 9110, 8300, 8864, 8534, 8964, 10629, 8567, 10929, 8688, 10510, 8624, 12177, 8386, 11327, 8415, 11180, 9557, 11872, 8223, 10719, 8536, 9473, 8732, 7820], 'WindowCenter': [4518.0, 4474.0, 4480.0, 4461.0, 4479.0, 4460.0, 4489.0, 4467.0, 4467.0, 4445.0, 4467.0, 4447.0, 4474.0, 4446.0, 4489.0, 4459.0, 4491.0, 4461.0, 4473.0, 4457.0, 4456.0, 4457.0, 4469.0, 4472.0, 4474.0, 4471.0, 4473.0, 4472.0, 4462.0, 4469.0, 4473.0, 4492.0, 4472.0, 4517.0, 4472.0, 4470.0, 4482.0, 4451.0, 4501.0, 4466.0, 4502.0, 4489.0, 4497.0, 4489.0, 4488.0, 4453.0, 4476.0, 4445.0, 4475.0, 4445.0, 4464.0, 4444.0, 4465.0, 4446.0, 4448.0, 4448.0, 4445.0, 4455.0, 4434.0, 4465.0, 4446.0, 4477.0, 4442.0, 4473.0, 4435.0, 4465.0, 4437.0, 4461.0, 4449.0, 4481.0, 4450.0, 4474.0, 4445.0, 4474.0, 4448.0, 4479.0, 4463.0, 4495.0, 4463.0, 4483.0, 4449.0, 4468.0, 4447.0, 4466.0, 4461.0, 4480.0, 4463.0, 4480.0, 4460.0, 4470.0, 4454.0, 4469.0, 4501.0, 4473.0, 4490.0, 4469.0, 4485.0, 4457.0, 4476.0, 4459.0, 4500.0, 4470.0, 4501.0, 4471.0, 4489.0, 4458.0, 4487.0, 4460.0, 4488.0, 4471.0, 4488.0, 4461.0, 4477.0, 4448.0, 4473.0, 4437.0, 4465.0, 4436.0, 4469.0, 4436.0, 4476.0, 4449.0, 4486.0, 4447.0, 4465.0, 4446.0, 4468.0, 4446.0, 4469.0, 4466.0, 4459.0, 4456.0, 4455.0, 4459.0, 4447.0, 4486.0, 4456.0, 4486.0, 4455.0, 4477.0, 4455.0, 4479.0, 4457.0, 4497.0, 4457.0, 4487.0, 4469.0, 4499.0, 4455.0, 4484.0, 4461.0, 4488.0, 4459.0, 4479.0, 4460.0, 4478.0, 4463.0, 4480.0, 4458.0, 4479.0, 4451.0, 4478.0, 4449.0, 4470.0, 4435.0, 4468.0, 4437.0, 4468.0, 4444.0, 4459.0, 4465.0, 4458.0, 4482.0, 4446.0, 4476.0, 4442.0, 4473.0, 4465.0, 4465.0, 4445.0, 4466.0, 4445.0, 4476.0, 4448.0, 4476.0, 4449.0, 4477.0, 4453.0, 4484.0, 4454.0, 4477.0, 4444.0, 4476.0, 4446.0, 4477.0, 4444.0, 4463.0, 4442.0, 4454.0, 4450.0, 4461.0, 4475.0, 4455.0, 4464.0, 4456.0, 4466.0, 4458.0, 4465.0, 4455.0, 4483.0, 4458.0, 4475.0, 4459.0, 4474.0, 4457.0, 4472.0, 4453.0, 4467.0, 4458.0, 4470.0, 4461.0, 4468.0, 4459.0, 4478.0, 4457.0, 4492.0, 4471.0, 4480.0, 4458.0, 4479.0, 4458.0, 4467.0, 4469.0, 4468.0, 4471.0, 4479.0, 4468.0, 4471.0, 4456.0, 4467.0, 4475.0, 4457.0, 4495.0, 4466.0, 4496.0, 4463.0, 4474.0, 4457.0, 4474.0, 4439.0, 4474.0, 4454.0, 4473.0, 4457.0, 4466.0, 4457.0, 4464.0, 4447.0, 4477.0, 4456.0, 4489.0, 4459.0, 4475.0, 4453.0, 4489.0, 4473.0, 4480.0, 4457.0, 4468.0, 4485.0, 4463.0, 4504.0, 4472.0, 4486.0, 4448.0, 4477.0, 4456.0, 4485.0, 4456.0, 4488.0, 4457.0, 4475.0, 4446.0, 4478.0, 4443.0, 4478.0, 4459.0, 4479.0, 4458.0, 4469.0, 4447.0, 4469.0, 4458.0, 4454.0, 4476.0, 4466.0, 4488.0, 4458.0, 4476.0, 4457.0, 4476.0, 4458.0, 4473.0, 4456.0, 4483.0, 4468.0, 4474.0, 4471.0, 4475.0, 4455.0, 4475.0, 4442.0, 4474.0, 4433.0, 4467.0, 4442.0, 4456.0, 4431.0, 4446.0, 4450.0, 4443.0, 4478.0, 4460.0, 4487.0, 4457.0, 4486.0, 4455.0, 4487.0, 4458.0, 4489.0, 4470.0, 4488.0, 4466.0, 4494.0, 4461.0, 4475.0, 4473.0, 4487.0, 4480.0, 4491.0, 4459.0, 4475.0, 4457.0, 4474.0, 4460.0, 4488.0, 4480.0, 4478.0, 4470.0, 4466.0, 4454.0, 4456.0, 4454.0, 4480.0, 4471.0, 4489.0, 4477.0, 4472.0, 4458.0, 4486.0, 4445.0, 4486.0, 4469.0, 4486.0, 4464.0, 4461.0, 4448.0, 4454.0, 4454.0, 4454.0, 4454.0, 4464.0, 4458.0, 4454.0, 4459.0, 4456.0, 4456.0, 4474.0, 4460.0, 4485.0, 4468.0, 4472.0, 4455.0, 4475.0, 4445.0, 4487.0, 4455.0, 4475.0, 4467.0, 4466.0, 4452.0, 4468.0, 4446.0, 4478.0, 4456.0, 4477.0, 4471.0, 4476.0, 4458.0, 4476.0, 4455.0, 4490.0, 4468.0, 4493.0, 4455.0, 4457.0, 4459.0, 4458.0, 4470.0, 4478.0, 4469.0, 4492.0, 4465.0, 4478.0, 4454.0, 4476.0, 4456.0, 4484.0, 4457.0, 4483.0, 4465.0, 4475.0, 4441.0, 4461.0, 4447.0, 4473.0, 4457.0, 4478.0, 4466.0, 4471.0, 4451.0, 4461.0, 4441.0, 4466.0, 4444.0, 4477.0, 4452.0, 4471.0, 4448.0, 4463.0, 4441.0, 4463.0, 4435.0, 4467.0, 4436.0, 4466.0, 4435.0, 4459.0, 4445.0, 4465.0, 4446.0, 4482.0, 4458.0, 4481.0, 4445.0, 4471.0, 4447.0, 4459.0, 4476.0, 4458.0, 4487.0, 4456.0, 4477.0, 4456.0, 4476.0, 4456.0, 4485.0, 4458.0, 4488.0, 4479.0, 4486.0, 4459.0, 4479.0, 4447.0, 4477.0, 4447.0, 4479.0, 4446.0, 4464.0, 4434.0, 4456.0, 4447.0, 4453.0, 4454.0, 4454.0, 4456.0, 4468.0, 4443.0, 4466.0, 4451.0, 4464.0, 4459.0, 4474.0, 4459.0, 4482.0, 4448.0, 4469.0, 4475.0, 4446.0, 4493.0, 4469.0, 4484.0, 4463.0, 4470.0, 4442.0, 4475.0, 4444.0, 4474.0, 4446.0, 4466.0, 4447.0, 4465.0, 4447.0, 4464.0, 4443.0, 4461.0, 4443.0, 4476.0, 4448.0, 4475.0, 4448.0, 4467.0, 4447.0, 4473.0, 4457.0, 4473.0, 4447.0, 4485.0, 4445.0, 4465.0, 4448.0, 4479.0, 4447.0, 4475.0, 4447.0, 4468.0, 4447.0, 4477.0, 4458.0, 4500.0, 4469.0, 4460.0, 4469.0, 4452.0, 4479.0, 4458.0, 4490.0, 4469.0, 4501.0, 4470.0, 4485.0, 4448.0, 4476.0, 4436.0, 4465.0, 4447.0, 4475.0, 4448.0, 4474.0, 4450.0, 4465.0, 4448.0, 4467.0, 4446.0, 4490.0, 4459.0, 4478.0, 4459.0, 4484.0, 4448.0, 4473.0, 4445.0, 4477.0, 4457.0, 4465.0, 4460.0, 4453.0, 4450.0, 4433.0, 4458.0, 4442.0, 4471.0, 4443.0, 4459.0, 4455.0, 4463.0, 4443.0, 4462.0, 4444.0, 4465.0, 4446.0, 4466.0, 4445.0, 4469.0, 4446.0, 4469.0, 4447.0, 4466.0, 4461.0, 4459.0, 4452.0, 4452.0, 4453.0, 4456.0, 4454.0, 4465.0, 4480.0, 4472.0, 4485.0, 4484.0, 4458.0, 4500.0, 4460.0, 4474.0, 4473.0, 4504.0, 4457.0, 4469.0, 4490.0, 4466.0, 4497.0, 4457.0, 4495.0, 4459.0, 4473.0, 4452.0, 4474.0, 4434.0, 4465.0, 4426.0, 4463.0, 4423.0, 4464.0, 4432.0, 4465.0, 4442.0, 4453.0, 4417.0, 4440.0, 4414.0, 4437.0, 4445.0, 4433.0, 4449.0, 4429.0, 4461.0, 4439.0, 4457.0, 4440.0, 4458.0, 4426.0, 4460.0, 4430.0, 4461.0, 4432.0, 4461.0, 4427.0, 4463.0, 4434.0, 4462.0, 4421.0, 4448.0, 4427.0, 4455.0, 4433.0, 4442.0, 4441.0, 4444.0, 4443.0, 4445.0, 4452.0, 4444.0, 4466.0, 4443.0, 4455.0, 4446.0, 4446.0, 4455.0, 4454.0, 4455.0, 4456.0, 4460.0, 4478.0, 4457.0, 4468.0, 4455.0, 4476.0, 4451.0, 4476.0, 4452.0, 4475.0, 4456.0, 4487.0, 4454.0, 4473.0, 4455.0, 4474.0, 4448.0, 4474.0, 4439.0, 4474.0, 4447.0, 4461.0, 4445.0, 4478.0, 4447.0, 4477.0, 4447.0, 4463.0, 4448.0, 4468.0, 4451.0, 4482.0, 4462.0, 4482.0, 4461.0, 4490.0, 4462.0, 4491.0, 4465.0, 4504.0, 4474.0, 4501.0, 4473.0, 4500.0, 4473.0, 4511.0, 4473.0, 4503.0, 4481.0, 4502.0, 4483.0, 4491.0, 4471.0, 4501.0, 4464.0, 4489.0, 4471.0, 4503.0, 4473.0, 4501.0, 4470.0, 4490.0, 4458.0, 4486.0, 4457.0, 4491.0, 4462.0, 4489.0, 4462.0, 4486.0, 4461.0, 4480.0, 4450.0, 4490.0, 4457.0, 4492.0, 4460.0, 4489.0, 4452.0, 4479.0, 4446.0, 4487.0, 4461.0, 4490.0, 4458.0, 4490.0, 4458.0, 4488.0, 4447.0, 4489.0, 4459.0, 4489.0, 4450.0, 4479.0, 4448.0, 4470.0, 4448.0, 4468.0, 4467.0, 4471.0, 4455.0, 4452.0, 4454.0, 4469.0, 4468.0, 4467.0, 4466.0, 4469.0, 4449.0, 4477.0, 4450.0, 4491.0, 4461.0, 4490.0, 4464.0, 4487.0, 4455.0, 4485.0, 4458.0, 4491.0, 4460.0, 4489.0, 4450.0, 4477.0, 4435.0, 4481.0, 4448.0, 4468.0, 4446.0, 4469.0, 4441.0, 4461.0, 4436.0, 4470.0, 4446.0, 4479.0, 4446.0, 4479.0, 4440.0, 4467.0, 4444.0, 4476.0, 4448.0, 4473.0, 4435.0, 4464.0, 4436.0, 4469.0, 4433.0, 4476.0, 4447.0, 4476.0, 4462.0, 4489.0, 4459.0, 4476.0, 4460.0, 4488.0, 4460.0, 4486.0, 4446.0, 4478.0, 4430.0, 4456.0, 4445.0, 4459.0, 4461.0, 4458.0, 4440.0, 4455.0, 4452.0, 4458.0, 4464.0, 4458.0, 4477.0, 4456.0, 4465.0, 4453.0, 4485.0, 4456.0, 4475.0, 4459.0, 4476.0, 4470.0, 4486.0, 4472.0, 4492.0, 4473.0, 4466.0, 4459.0, 4457.0], 'WindowWidth': [9939.0, 9871.0, 9870.0, 9842.0, 9862.0, 9838.0, 9876.0, 9845.0, 9843.0, 9812.0, 9841.0, 9815.0, 9849.0, 9814.0, 9873.0, 9840.0, 9883.0, 9841.0, 9851.0, 9833.0, 9831.0, 9834.0, 9852.0, 9860.0, 9862.0, 9858.0, 9860.0, 9861.0, 9844.0, 9854.0, 9863.0, 9887.0, 9864.0, 9929.0, 9863.0, 9856.0, 9873.0, 9830.0, 9895.0, 9847.0, 9895.0, 9879.0, 9888.0, 9877.0, 9873.0, 9821.0, 9851.0, 9810.0, 9848.0, 9809.0, 9835.0, 9809.0, 9835.0, 9813.0, 9815.0, 9816.0, 9810.0, 9823.0, 9797.0, 9837.0, 9816.0, 9856.0, 9808.0, 9847.0, 9799.0, 9838.0, 9803.0, 9830.0, 9823.0, 9867.0, 9827.0, 9853.0, 9816.0, 9853.0, 9823.0, 9864.0, 9850.0, 9895.0, 9851.0, 9872.0, 9823.0, 9847.0, 9820.0, 9844.0, 9844.0, 9867.0, 9847.0, 9867.0, 9838.0, 9853.0, 9826.0, 9852.0, 9899.0, 9862.0, 9880.0, 9850.0, 9870.0, 9833.0, 9858.0, 9838.0, 9895.0, 9858.0, 9898.0, 9858.0, 9879.0, 9837.0, 9875.0, 9840.0, 9876.0, 9855.0, 9876.0, 9842.0, 9859.0, 9819.0, 9848.0, 9802.0, 9837.0, 9801.0, 9846.0, 9803.0, 9857.0, 9824.0, 9867.0, 9818.0, 9840.0, 9815.0, 9846.0, 9816.0, 9850.0, 9842.0, 9835.0, 9829.0, 9826.0, 9834.0, 9818.0, 9872.0, 9833.0, 9870.0, 9828.0, 9858.0, 9828.0, 9862.0, 9833.0, 9889.0, 9835.0, 9872.0, 9854.0, 9891.0, 9830.0, 9867.0, 9844.0, 9879.0, 9842.0, 9864.0, 9841.0, 9862.0, 9846.0, 9865.0, 9837.0, 9864.0, 9828.0, 9861.0, 9822.0, 9849.0, 9800.0, 9845.0, 9802.0, 9846.0, 9812.0, 9833.0, 9839.0, 9831.0, 9859.0, 9813.0, 9855.0, 9806.0, 9847.0, 9839.0, 9837.0, 9812.0, 9837.0, 9814.0, 9854.0, 9821.0, 9855.0, 9823.0, 9858.0, 9828.0, 9868.0, 9829.0, 9858.0, 9813.0, 9857.0, 9820.0, 9859.0, 9813.0, 9837.0, 9808.0, 9826.0, 9820.0, 9842.0, 9855.0, 9829.0, 9838.0, 9830.0, 9842.0, 9835.0, 9841.0, 9830.0, 9867.0, 9838.0, 9856.0, 9838.0, 9854.0, 9834.0, 9849.0, 9826.0, 9849.0, 9839.0, 9854.0, 9844.0, 9852.0, 9841.0, 9864.0, 9838.0, 9889.0, 9859.0, 9871.0, 9838.0, 9866.0, 9836.0, 9847.0, 9851.0, 9851.0, 9855.0, 9866.0, 9849.0, 9855.0, 9831.0, 9847.0, 9856.0, 9833.0, 9883.0, 9845.0, 9886.0, 9837.0, 9852.0, 9830.0, 9851.0, 9801.0, 9851.0, 9824.0, 9850.0, 9834.0, 9841.0, 9833.0, 9838.0, 9819.0, 9857.0, 9834.0, 9880.0, 9839.0, 9855.0, 9826.0, 9881.0, 9863.0, 9868.0, 9835.0, 9851.0, 9882.0, 9854.0, 9904.0, 9861.0, 9873.0, 9825.0, 9860.0, 9834.0, 9872.0, 9834.0, 9874.0, 9833.0, 9856.0, 9819.0, 9860.0, 9813.0, 9861.0, 9841.0, 9864.0, 9837.0, 9852.0, 9820.0, 9851.0, 9835.0, 9827.0, 9858.0, 9845.0, 9876.0, 9834.0, 9857.0, 9832.0, 9856.0, 9834.0, 9851.0, 9831.0, 9868.0, 9851.0, 9855.0, 9855.0, 9854.0, 9828.0, 9852.0, 9807.0, 9850.0, 9796.0, 9843.0, 9806.0, 9828.0, 9790.0, 9814.0, 9817.0, 9810.0, 9862.0, 9841.0, 9875.0, 9833.0, 9871.0, 9830.0, 9873.0, 9837.0, 9880.0, 9857.0, 9877.0, 9848.0, 9883.0, 9845.0, 9857.0, 9863.0, 9878.0, 9869.0, 9881.0, 9840.0, 9856.0, 9834.0, 9853.0, 9841.0, 9877.0, 9869.0, 9862.0, 9852.0, 9845.0, 9826.0, 9830.0, 9828.0, 9868.0, 9857.0, 9879.0, 9861.0, 9849.0, 9834.0, 9869.0, 9814.0, 9869.0, 9849.0, 9870.0, 9839.0, 9831.0, 9817.0, 9825.0, 9824.0, 9824.0, 9826.0, 9840.0, 9833.0, 9826.0, 9836.0, 9829.0, 9829.0, 9852.0, 9837.0, 9870.0, 9849.0, 9850.0, 9828.0, 9853.0, 9812.0, 9874.0, 9829.0, 9856.0, 9845.0, 9842.0, 9821.0, 9846.0, 9816.0, 9864.0, 9833.0, 9862.0, 9856.0, 9859.0, 9836.0, 9859.0, 9830.0, 9882.0, 9853.0, 9892.0, 9833.0, 9834.0, 9839.0, 9836.0, 9855.0, 9864.0, 9854.0, 9885.0, 9845.0, 9860.0, 9826.0, 9854.0, 9827.0, 9866.0, 9830.0, 9864.0, 9839.0, 9851.0, 9804.0, 9830.0, 9816.0, 9848.0, 9829.0, 9860.0, 9841.0, 9845.0, 9818.0, 9828.0, 9803.0, 9837.0, 9810.0, 9856.0, 9821.0, 9843.0, 9818.0, 9831.0, 9803.0, 9831.0, 9797.0, 9840.0, 9802.0, 9838.0, 9798.0, 9827.0, 9815.0, 9840.0, 9817.0, 9870.0, 9838.0, 9867.0, 9813.0, 9852.0, 9816.0, 9833.0, 9855.0, 9833.0, 9872.0, 9830.0, 9857.0, 9828.0, 9854.0, 9829.0, 9869.0, 9836.0, 9876.0, 9864.0, 9869.0, 9838.0, 9862.0, 9819.0, 9856.0, 9818.0, 9861.0, 9814.0, 9837.0, 9796.0, 9827.0, 9814.0, 9821.0, 9826.0, 9825.0, 9828.0, 9848.0, 9810.0, 9841.0, 9826.0, 9840.0, 9839.0, 9857.0, 9838.0, 9871.0, 9820.0, 9849.0, 9854.0, 9815.0, 9879.0, 9850.0, 9866.0, 9835.0, 9841.0, 9806.0, 9850.0, 9808.0, 9848.0, 9814.0, 9840.0, 9816.0, 9836.0, 9816.0, 9836.0, 9807.0, 9830.0, 9812.0, 9856.0, 9821.0, 9853.0, 9821.0, 9843.0, 9818.0, 9851.0, 9835.0, 9852.0, 9820.0, 9867.0, 9815.0, 9838.0, 9820.0, 9861.0, 9820.0, 9853.0, 9819.0, 9847.0, 9821.0, 9859.0, 9837.0, 9897.0, 9855.0, 9840.0, 9850.0, 9831.0, 9864.0, 9837.0, 9882.0, 9860.0, 9897.0, 9855.0, 9867.0, 9820.0, 9853.0, 9802.0, 9838.0, 9820.0, 9854.0, 9821.0, 9852.0, 9824.0, 9840.0, 9822.0, 9843.0, 9820.0, 9881.0, 9840.0, 9860.0, 9837.0, 9865.0, 9819.0, 9847.0, 9812.0, 9857.0, 9830.0, 9840.0, 9826.0, 9818.0, 9810.0, 9789.0, 9819.0, 9801.0, 9841.0, 9806.0, 9825.0, 9823.0, 9831.0, 9806.0, 9830.0, 9809.0, 9836.0, 9816.0, 9841.0, 9815.0, 9847.0, 9816.0, 9848.0, 9818.0, 9843.0, 9843.0, 9838.0, 9824.0, 9823.0, 9824.0, 9829.0, 9825.0, 9842.0, 9870.0, 9861.0, 9872.0, 9880.0, 9839.0, 9896.0, 9842.0, 9854.0, 9865.0, 9907.0, 9835.0, 9850.0, 9881.0, 9846.0, 9885.0, 9833.0, 9883.0, 9838.0, 9850.0, 9818.0, 9846.0, 9793.0, 9835.0, 9782.0, 9830.0, 9776.0, 9831.0, 9786.0, 9834.0, 9801.0, 9813.0, 9759.0, 9791.0, 9753.0, 9786.0, 9795.0, 9783.0, 9800.0, 9774.0, 9823.0, 9793.0, 9815.0, 9794.0, 9817.0, 9774.0, 9821.0, 9784.0, 9823.0, 9788.0, 9826.0, 9781.0, 9830.0, 9794.0, 9828.0, 9773.0, 9807.0, 9782.0, 9821.0, 9791.0, 9801.0, 9799.0, 9807.0, 9806.0, 9811.0, 9818.0, 9810.0, 9842.0, 9809.0, 9824.0, 9813.0, 9812.0, 9825.0, 9825.0, 9828.0, 9830.0, 9838.0, 9862.0, 9832.0, 9847.0, 9827.0, 9855.0, 9819.0, 9854.0, 9820.0, 9854.0, 9829.0, 9871.0, 9825.0, 9850.0, 9828.0, 9850.0, 9820.0, 9850.0, 9802.0, 9851.0, 9818.0, 9832.0, 9815.0, 9860.0, 9822.0, 9859.0, 9819.0, 9839.0, 9823.0, 9849.0, 9831.0, 9874.0, 9849.0, 9873.0, 9846.0, 9883.0, 9848.0, 9884.0, 9855.0, 9906.0, 9869.0, 9900.0, 9866.0, 9899.0, 9865.0, 9914.0, 9866.0, 9905.0, 9877.0, 9904.0, 9880.0, 9886.0, 9860.0, 9898.0, 9852.0, 9880.0, 9861.0, 9903.0, 9865.0, 9899.0, 9859.0, 9881.0, 9842.0, 9874.0, 9839.0, 9886.0, 9850.0, 9882.0, 9847.0, 9875.0, 9846.0, 9867.0, 9830.0, 9884.0, 9839.0, 9887.0, 9843.0, 9879.0, 9833.0, 9865.0, 9822.0, 9878.0, 9848.0, 9884.0, 9841.0, 9883.0, 9839.0, 9877.0, 9825.0, 9880.0, 9841.0, 9881.0, 9827.0, 9864.0, 9822.0, 9853.0, 9825.0, 9851.0, 9848.0, 9855.0, 9827.0, 9823.0, 9826.0, 9850.0, 9850.0, 9848.0, 9844.0, 9851.0, 9824.0, 9860.0, 9829.0, 9883.0, 9846.0, 9884.0, 9851.0, 9876.0, 9834.0, 9872.0, 9841.0, 9883.0, 9842.0, 9880.0, 9826.0, 9858.0, 9802.0, 9866.0, 9821.0, 9847.0, 9816.0, 9848.0, 9806.0, 9830.0, 9802.0, 9852.0, 9819.0, 9864.0, 9817.0, 9861.0, 9809.0, 9843.0, 9815.0, 9857.0, 9819.0, 9848.0, 9799.0, 9836.0, 9801.0, 9841.0, 9799.0, 9856.0, 9821.0, 9857.0, 9844.0, 9877.0, 9839.0, 9859.0, 9841.0, 9877.0, 9839.0, 9871.0, 9815.0, 9857.0, 9789.0, 9825.0, 9810.0, 9834.0, 9832.0, 9832.0, 9800.0, 9823.0, 9819.0, 9831.0, 9837.0, 9833.0, 9857.0, 9831.0, 9839.0, 9823.0, 9866.0, 9828.0, 9855.0, 9840.0, 9858.0, 9853.0, 9872.0, 9861.0, 9888.0, 9862.0, 9844.0, 9838.0, 9837.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0006551261467889908</td></tr>
<tr><td colspan=3>aqi</td><td>0.019794453096330274</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.31258233771528</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2490144640413314</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0039654694374285</td></tr>
<tr><td colspan=3>efc</td><td>0.4845</td></tr>
<tr><td colspan=3>fber</td><td>7331.1016</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08392087072786653</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.86697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.297716175222696</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2609561279127868</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.489270213378446</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1429221843768547</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143148</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014803382568061352</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03300410881638527</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.087197555158831</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.8345</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2195</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.3668</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.2073</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9288</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.7053</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3667.6936</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4752.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.6939</td></tr>
<tr><td colspan=3>tsnr</td><td>44.149861950427294</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>