<?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-0020_ses-03_task-social_acq-mb8_run-03_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-0020_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-03_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-0020/ses-03/func/sub-0020_ses-03_task-social_acq-mb8_run-03_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>f3b8f71150d470da16560e286207fde2</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>12:40:20.655000</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.999852, 0.00550332, 0.0163178, -0.00785301, 0.989011, 0.147631]</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-03_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.117658</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7798, -7165, 479, -91, -193, 84, 56]</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>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>800580b1-9620-4d84-853e-3ffe5c9ba558||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.6825289726257324, -0.021069053560495377, 0.04138023406267166, 111.2491455078125], [-0.014764993451535702, 2.653445243835449, 0.39888960123062134, -96.43854522705078], [0.0437794104218483, -0.39608219265937805, 2.6700515747070312, -7.356716156005859], [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': ['124020.655000', '124021.115000', '124021.575000', '124022.035000', '124022.495000', '124022.955000', '124023.415000', '124023.875000', '124024.335000', '124024.795000', '124025.255000', '124025.715000', '124026.175000', '124026.635000', '124027.095000', '124027.555000', '124028.015000', '124028.475000', '124028.935000', '124029.395000', '124029.855000', '124030.315000', '124030.775000', '124031.235000', '124031.695000', '124032.155000', '124032.615000', '124033.075000', '124033.535000', '124033.995000', '124034.455000', '124034.915000', '124035.375000', '124035.835000', '124036.295000', '124036.755000', '124037.215000', '124037.675000', '124038.135000', '124038.595000', '124039.055000', '124039.515000', '124039.975000', '124040.435000', '124040.895000', '124041.355000', '124041.815000', '124042.275000', '124042.735000', '124043.195000', '124043.655000', '124044.115000', '124044.575000', '124045.035000', '124045.495000', '124045.955000', '124046.415000', '124046.875000', '124047.335000', '124047.795000', '124048.255000', '124048.715000', '124049.175000', '124049.635000', '124050.095000', '124050.555000', '124051.015000', '124051.475000', '124051.935000', '124052.395000', '124052.855000', '124053.315000', '124053.775000', '124054.235000', '124054.695000', '124055.155000', '124055.615000', '124056.075000', '124056.535000', '124056.995000', '124057.455000', '124057.915000', '124058.375000', '124058.835000', '124059.295000', '124059.755000', '124100.215000', '124100.675000', '124101.135000', '124101.595000', '124102.055000', '124102.515000', '124102.975000', '124103.435000', '124103.895000', '124104.355000', '124104.815000', '124105.275000', '124105.735000', '124106.195000', '124106.655000', '124107.115000', '124107.575000', '124108.035000', '124108.495000', '124108.955000', '124109.415000', '124109.875000', '124110.335000', '124110.795000', '124111.255000', '124111.715000', '124112.175000', '124112.635000', '124113.095000', '124113.555000', '124114.015000', '124114.475000', '124114.935000', '124115.395000', '124115.855000', '124116.315000', '124116.775000', '124117.235000', '124117.695000', '124118.155000', '124118.615000', '124119.075000', '124119.535000', '124119.995000', '124120.455000', '124120.915000', '124121.375000', '124121.835000', '124122.295000', '124122.755000', '124123.215000', '124123.675000', '124124.135000', '124124.595000', '124125.055000', '124125.515000', '124125.975000', '124126.435000', '124126.895000', '124127.355000', '124127.815000', '124128.275000', '124128.735000', '124129.195000', '124129.655000', '124130.115000', '124130.575000', '124131.035000', '124131.495000', '124131.955000', '124132.415000', '124132.875000', '124133.335000', '124133.795000', '124134.255000', '124134.715000', '124135.175000', '124135.635000', '124136.095000', '124136.555000', '124137.015000', '124137.475000', '124137.935000', '124138.395000', '124138.855000', '124139.315000', '124139.775000', '124140.235000', '124140.695000', '124141.155000', '124141.615000', '124142.075000', '124142.535000', '124142.995000', '124143.455000', '124143.915000', '124144.375000', '124144.835000', '124145.295000', '124145.755000', '124146.215000', '124146.675000', '124147.135000', '124147.595000', '124148.055000', '124148.515000', '124148.975000', '124149.435000', '124149.895000', '124150.355000', '124150.815000', '124151.275000', '124151.735000', '124152.195000', '124152.655000', '124153.115000', '124153.575000', '124154.035000', '124154.495000', '124154.955000', '124155.415000', '124155.875000', '124156.335000', '124156.795000', '124157.255000', '124157.715000', '124158.175000', '124158.635000', '124159.095000', '124159.555000', '124200.015000', '124200.475000', '124200.935000', '124201.395000', '124201.855000', '124202.315000', '124202.775000', '124203.235000', '124203.695000', '124204.155000', '124204.615000', '124205.075000', '124205.535000', '124205.995000', '124206.455000', '124206.915000', '124207.375000', '124207.835000', '124208.295000', '124208.755000', '124209.215000', '124209.675000', '124210.135000', '124210.595000', '124211.055000', '124211.515000', '124211.975000', '124212.435000', '124212.895000', '124213.355000', '124213.815000', '124214.275000', '124214.735000', '124215.195000', '124215.655000', '124216.115000', '124216.575000', '124217.035000', '124217.495000', '124217.955000', '124218.415000', '124218.875000', '124219.335000', '124219.795000', '124220.255000', '124220.715000', '124221.175000', '124221.635000', '124222.095000', '124222.555000', '124223.015000', '124223.475000', '124223.935000', '124224.395000', '124224.855000', '124225.315000', '124225.775000', '124226.235000', '124226.695000', '124227.155000', '124227.615000', '124228.075000', '124228.535000', '124228.995000', '124229.455000', '124229.915000', '124230.375000', '124230.835000', '124231.295000', '124231.755000', '124232.215000', '124232.675000', '124233.135000', '124233.595000', '124234.055000', '124234.515000', '124234.975000', '124235.435000', '124235.895000', '124236.355000', '124236.815000', '124237.275000', '124237.735000', '124238.195000', '124238.655000', '124239.115000', '124239.575000', '124240.035000', '124240.495000', '124240.955000', '124241.415000', '124241.875000', '124242.335000', '124242.795000', '124243.255000', '124243.715000', '124244.175000', '124244.635000', '124245.095000', '124245.555000', '124246.015000', '124246.475000', '124246.935000', '124247.395000', '124247.855000', '124248.315000', '124248.775000', '124249.235000', '124249.695000', '124250.155000', '124250.615000', '124251.075000', '124251.535000', '124251.995000', '124252.455000', '124252.915000', '124253.375000', '124253.835000', '124254.295000', '124254.755000', '124255.215000', '124255.675000', '124256.135000', '124256.595000', '124257.055000', '124257.515000', '124257.975000', '124258.435000', '124258.895000', '124259.355000', '124259.815000', '124300.275000', '124300.735000', '124301.195000', '124301.655000', '124302.115000', '124302.575000', '124303.035000', '124303.495000', '124303.955000', '124304.415000', '124304.875000', '124305.335000', '124305.795000', '124306.255000', '124306.715000', '124307.175000', '124307.635000', '124308.095000', '124308.555000', '124309.015000', '124309.475000', '124309.935000', '124310.395000', '124310.855000', '124311.315000', '124311.775000', '124312.235000', '124312.695000', '124313.155000', '124313.615000', '124314.075000', '124314.535000', '124314.995000', '124315.455000', '124315.915000', '124316.375000', '124316.835000', '124317.295000', '124317.755000', '124318.215000', '124318.675000', '124319.135000', '124319.595000', '124320.055000', '124320.515000', '124320.975000', '124321.435000', '124321.895000', '124322.355000', '124322.815000', '124323.275000', '124323.735000', '124324.195000', '124324.655000', '124325.115000', '124325.575000', '124326.035000', '124326.495000', '124326.955000', '124327.415000', '124327.875000', '124328.335000', '124328.795000', '124329.255000', '124329.715000', '124330.175000', '124330.635000', '124331.095000', '124331.555000', '124332.015000', '124332.475000', '124332.935000', '124333.395000', '124333.855000', '124334.315000', '124334.775000', '124335.235000', '124335.695000', '124336.155000', '124336.615000', '124337.075000', '124337.535000', '124337.995000', '124338.455000', '124338.915000', '124339.375000', '124339.835000', '124340.295000', '124340.755000', '124341.215000', '124341.675000', '124342.135000', '124342.595000', '124343.055000', '124343.515000', '124343.975000', '124344.435000', '124344.895000', '124345.355000', '124345.815000', '124346.275000', '124346.735000', '124347.195000', '124347.655000', '124348.115000', '124348.575000', '124349.035000', '124349.495000', '124349.955000', '124350.415000', '124350.875000', '124351.335000', '124351.795000', '124352.255000', '124352.715000', '124353.175000', '124353.635000', '124354.095000', '124354.555000', '124355.015000', '124355.475000', '124355.935000', '124356.395000', '124356.855000', '124357.315000', '124357.775000', '124358.235000', '124358.695000', '124359.155000', '124359.615000', '124400.075000', '124400.535000', '124400.995000', '124401.455000', '124401.915000', '124402.375000', '124402.835000', '124403.295000', '124403.755000', '124404.215000', '124404.675000', '124405.135000', '124405.595000', '124406.055000', '124406.515000', '124406.975000', '124407.435000', '124407.895000', '124408.355000', '124408.815000', '124409.275000', '124409.735000', '124410.195000', '124410.655000', '124411.115000', '124411.575000', '124412.035000', '124412.495000', '124412.955000', '124413.415000', '124413.875000', '124414.335000', '124414.795000', '124415.255000', '124415.715000', '124416.175000', '124416.635000', '124417.095000', '124417.555000', '124418.015000', '124418.475000', '124418.935000', '124419.395000', '124419.855000', '124420.315000', '124420.775000', '124421.235000', '124421.695000', '124422.155000', '124422.615000', '124423.075000', '124423.535000', '124423.995000', '124424.455000', '124424.915000', '124425.375000', '124425.835000', '124426.295000', '124426.755000', '124427.215000', '124427.675000', '124428.135000', '124428.595000', '124429.055000', '124429.515000', '124429.975000', '124430.435000', '124430.895000', '124431.355000', '124431.815000', '124432.275000', '124432.735000', '124433.195000', '124433.655000', '124434.115000', '124434.575000', '124435.035000', '124435.495000', '124435.955000', '124436.415000', '124436.875000', '124437.335000', '124437.795000', '124438.255000', '124438.715000', '124439.175000', '124439.635000', '124440.095000', '124440.555000', '124441.015000', '124441.475000', '124441.935000', '124442.395000', '124442.855000', '124443.315000', '124443.775000', '124444.235000', '124444.695000', '124445.155000', '124445.615000', '124446.075000', '124446.535000', '124446.995000', '124447.455000', '124447.915000', '124448.375000', '124448.835000', '124449.295000', '124449.755000', '124450.215000', '124450.675000', '124451.135000', '124451.595000', '124452.055000', '124452.515000', '124452.975000', '124453.435000', '124453.895000', '124454.355000', '124454.815000', '124455.275000', '124455.735000', '124456.195000', '124456.655000', '124457.115000', '124457.575000', '124458.035000', '124458.495000', '124458.955000', '124459.415000', '124459.875000', '124500.335000', '124500.795000', '124501.255000', '124501.715000', '124502.175000', '124502.635000', '124503.095000', '124503.555000', '124504.015000', '124504.475000', '124504.935000', '124505.395000', '124505.855000', '124506.315000', '124506.775000', '124507.235000', '124507.695000', '124508.155000', '124508.615000', '124509.075000', '124509.535000', '124509.995000', '124510.455000', '124510.915000', '124511.375000', '124511.835000', '124512.295000', '124512.755000', '124513.215000', '124513.675000', '124514.135000', '124514.595000', '124515.055000', '124515.515000', '124515.975000', '124516.435000', '124516.895000', '124517.355000', '124517.815000', '124518.275000', '124518.735000', '124519.195000', '124519.655000', '124520.115000', '124520.575000', '124521.035000', '124521.495000', '124521.955000', '124522.415000', '124522.875000', '124523.335000', '124523.795000', '124524.255000', '124524.715000', '124525.175000', '124525.635000', '124526.095000', '124526.555000', '124527.015000', '124527.475000', '124527.935000', '124528.395000', '124528.855000', '124529.315000', '124529.775000', '124530.235000', '124530.695000', '124531.155000', '124531.615000', '124532.075000', '124532.535000', '124532.995000', '124533.455000', '124533.915000', '124534.375000', '124534.835000', '124535.295000', '124535.755000', '124536.215000', '124536.675000', '124537.135000', '124537.595000', '124538.055000', '124538.515000', '124538.975000', '124539.435000', '124539.895000', '124540.355000', '124540.815000', '124541.275000', '124541.735000', '124542.195000', '124542.655000', '124543.115000', '124543.575000', '124544.035000', '124544.495000', '124544.955000', '124545.415000', '124545.875000', '124546.335000', '124546.795000', '124547.255000', '124547.715000', '124548.175000', '124548.635000', '124549.095000', '124549.555000', '124550.015000', '124550.475000', '124550.935000', '124551.395000', '124551.855000', '124552.315000', '124552.775000', '124553.235000', '124553.695000', '124554.155000', '124554.615000', '124555.075000', '124555.535000', '124555.995000', '124556.455000', '124556.915000', '124557.375000', '124557.835000', '124558.295000', '124558.755000', '124559.215000', '124559.675000', '124600.135000', '124600.595000', '124601.055000', '124601.515000', '124601.975000', '124602.435000', '124602.895000', '124603.355000', '124603.815000', '124604.275000', '124604.735000', '124605.195000', '124605.655000', '124606.115000', '124606.575000', '124607.035000', '124607.495000', '124607.955000', '124608.415000', '124608.875000', '124609.335000', '124609.795000', '124610.255000', '124610.715000', '124611.175000', '124611.635000', '124612.095000', '124612.555000', '124613.015000', '124613.475000', '124613.935000', '124614.395000', '124614.855000', '124615.315000', '124615.775000', '124616.235000', '124616.695000', '124617.155000', '124617.615000', '124618.075000', '124618.535000', '124618.995000', '124619.455000', '124619.915000', '124620.375000', '124620.835000', '124621.295000', '124621.755000', '124622.215000', '124622.675000', '124623.135000', '124623.595000', '124624.055000', '124624.515000', '124624.975000', '124625.435000', '124625.895000', '124626.355000', '124626.815000', '124627.275000', '124627.735000', '124628.195000', '124628.655000', '124629.115000', '124629.575000', '124630.035000', '124630.495000', '124630.955000', '124631.415000', '124631.875000', '124632.335000', '124632.795000', '124633.255000', '124633.715000', '124634.175000', '124634.635000', '124635.095000', '124635.555000', '124636.015000', '124636.475000', '124636.935000', '124637.395000', '124637.855000', '124638.315000', '124638.775000', '124639.235000', '124639.695000', '124640.155000', '124640.615000', '124641.075000', '124641.535000', '124641.995000', '124642.455000', '124642.915000', '124643.375000', '124643.835000', '124644.295000', '124644.755000', '124645.215000', '124645.675000', '124646.135000', '124646.595000', '124647.055000', '124647.515000', '124647.975000', '124648.435000', '124648.895000', '124649.355000', '124649.815000', '124650.275000', '124650.735000', '124651.195000', '124651.655000', '124652.115000', '124652.575000', '124653.035000', '124653.495000', '124653.955000', '124654.415000', '124654.875000', '124655.335000', '124655.795000', '124656.255000', '124656.715000', '124657.175000', '124657.635000', '124658.095000', '124658.555000', '124659.015000', '124659.475000', '124659.935000', '124700.395000', '124700.855000', '124701.315000'], 'ContentTime': ['124035.703000', '124035.706000', '124035.709000', '124035.712000', '124035.714000', '124035.717000', '124035.720000', '124035.724000', '124035.727000', '124035.729000', '124035.732000', '124035.735000', '124035.738000', '124035.741000', '124035.743000', '124035.746000', '124035.749000', '124035.752000', '124035.755000', '124035.758000', '124035.761000', '124035.763000', '124035.766000', '124035.769000', '124035.772000', '124035.774000', '124035.777000', '124035.780000', '124035.783000', '124035.786000', '124035.788000', '124055.661000', '124055.664000', '124055.668000', '124055.670000', '124055.673000', '124055.679000', '124055.682000', '124055.685000', '124055.688000', '124055.691000', '124055.693000', '124055.696000', '124055.699000', '124055.702000', '124055.705000', '124055.707000', '124055.710000', '124055.713000', '124055.716000', '124055.720000', '124055.723000', '124055.726000', '124055.728000', '124055.731000', '124055.734000', '124055.737000', '124055.740000', '124055.743000', '124055.746000', '124055.748000', '124055.751000', '124055.754000', '124055.757000', '124055.760000', '124055.762000', '124055.765000', '124055.768000', '124055.771000', '124055.774000', '124055.777000', '124055.779000', '124055.782000', '124055.786000', '124115.661000', '124115.664000', '124115.667000', '124115.669000', '124115.672000', '124115.675000', '124115.678000', '124115.681000', '124115.683000', '124115.686000', '124115.689000', '124115.692000', '124115.695000', '124115.697000', '124115.700000', '124115.703000', '124115.706000', '124115.709000', '124115.711000', '124115.714000', '124115.717000', '124115.720000', '124115.723000', '124115.725000', '124115.745000', '124115.748000', '124115.751000', '124115.754000', '124115.757000', '124115.759000', '124115.762000', '124115.765000', '124115.768000', '124115.774000', '124115.777000', '124115.780000', '124115.783000', '124115.785000', '124115.788000', '124115.791000', '124115.794000', '124115.797000', '124115.800000', '124115.802000', '124135.661000', '124135.664000', '124135.667000', '124135.670000', '124135.672000', '124135.675000', '124135.678000', '124135.681000', '124135.684000', '124135.686000', '124135.689000', '124135.692000', '124135.695000', '124135.698000', '124135.700000', '124135.703000', '124135.706000', '124135.709000', '124135.712000', '124135.715000', '124135.717000', '124135.720000', '124135.723000', '124135.726000', '124135.729000', '124135.731000', '124135.734000', '124135.737000', '124135.740000', '124135.743000', '124135.745000', '124135.748000', '124135.751000', '124135.754000', '124135.757000', '124135.760000', '124135.763000', '124135.766000', '124135.768000', '124135.771000', '124135.774000', '124135.777000', '124135.780000', '124155.662000', '124155.665000', '124155.668000', '124155.671000', '124155.673000', '124155.676000', '124155.679000', '124155.682000', '124155.685000', '124155.688000', '124155.690000', '124155.693000', '124155.696000', '124155.699000', '124155.702000', '124155.704000', '124155.707000', '124155.710000', '124155.713000', '124155.715000', '124155.718000', '124155.721000', '124155.724000', '124155.727000', '124155.730000', '124155.732000', '124155.735000', '124155.738000', '124155.741000', '124155.744000', '124155.747000', '124155.749000', '124155.752000', '124155.755000', '124155.758000', '124155.761000', '124155.764000', '124155.767000', '124155.770000', '124155.772000', '124155.775000', '124155.778000', '124155.781000', '124155.784000', '124215.662000', '124215.665000', '124215.668000', '124215.670000', '124215.673000', '124215.676000', '124215.679000', '124215.682000', '124215.685000', '124215.688000', '124215.691000', '124215.693000', '124215.696000', '124215.699000', '124215.702000', '124215.705000', '124215.707000', '124215.710000', '124215.713000', '124215.716000', '124215.719000', '124215.722000', '124215.724000', '124215.727000', '124215.730000', '124215.733000', '124215.736000', '124215.739000', '124215.741000', '124215.744000', '124215.747000', '124215.750000', '124215.753000', '124215.757000', '124215.760000', '124215.763000', '124215.766000', '124215.768000', '124215.771000', '124215.774000', '124215.777000', '124215.780000', '124215.782000', '124235.661000', '124235.664000', '124235.667000', '124235.670000', '124235.672000', '124235.675000', '124235.678000', '124235.681000', '124235.684000', '124235.687000', '124235.689000', '124235.692000', '124235.695000', '124235.698000', '124235.701000', '124235.703000', '124235.706000', '124235.709000', '124235.712000', '124235.715000', '124235.718000', '124235.720000', '124235.723000', '124235.726000', '124235.729000', '124235.732000', '124235.735000', '124235.737000', '124235.740000', '124235.743000', '124235.746000', '124235.749000', '124235.752000', '124235.754000', '124235.757000', '124235.760000', '124235.763000', '124235.766000', '124235.768000', '124235.771000', '124235.774000', '124235.777000', '124235.780000', '124235.783000', '124255.661000', '124255.664000', '124255.667000', '124255.670000', '124255.672000', '124255.675000', '124255.678000', '124255.681000', '124255.684000', '124255.686000', '124255.689000', '124255.692000', '124255.695000', '124255.698000', '124255.701000', '124255.703000', '124255.706000', '124255.709000', '124255.712000', '124255.730000', '124255.733000', '124255.736000', '124255.739000', '124255.742000', '124255.744000', '124255.747000', '124255.750000', '124255.753000', '124255.756000', '124255.758000', '124255.761000', '124255.764000', '124255.767000', '124255.770000', '124255.773000', '124255.776000', '124255.779000', '124255.781000', '124255.784000', '124255.787000', '124255.790000', '124255.793000', '124255.795000', '124315.661000', '124315.664000', '124315.666000', '124315.669000', '124315.672000', '124315.675000', '124315.678000', '124315.681000', '124315.684000', '124315.686000', '124315.689000', '124315.692000', '124315.695000', '124315.698000', '124315.700000', '124315.703000', '124315.706000', '124315.709000', '124315.712000', '124315.715000', '124315.717000', '124315.720000', '124315.723000', '124315.726000', '124315.729000', '124315.732000', '124315.734000', '124315.737000', '124315.740000', '124315.743000', '124315.746000', '124315.748000', '124315.751000', '124315.754000', '124315.757000', '124315.760000', '124315.763000', '124315.765000', '124315.768000', '124315.771000', '124315.774000', '124315.777000', '124315.780000', '124315.782000', '124335.661000', '124335.664000', '124335.667000', '124335.670000', '124335.672000', '124335.675000', '124335.678000', '124335.681000', '124335.684000', '124335.687000', '124335.689000', '124335.692000', '124335.695000', '124335.698000', '124335.701000', '124335.703000', '124335.706000', '124335.709000', '124335.712000', '124335.715000', '124335.718000', '124335.721000', '124335.723000', '124335.726000', '124335.729000', '124335.732000', '124335.735000', '124335.738000', '124335.740000', '124335.743000', '124335.746000', '124335.749000', '124335.752000', '124335.755000', '124335.757000', '124335.760000', '124335.763000', '124335.766000', '124335.769000', '124335.771000', '124335.774000', '124335.777000', '124335.780000', '124355.661000', '124355.664000', '124355.667000', '124355.670000', '124355.672000', '124355.675000', '124355.678000', '124355.681000', '124355.684000', '124355.687000', '124355.689000', '124355.692000', '124355.695000', '124355.698000', '124355.701000', '124355.703000', '124355.706000', '124355.709000', '124355.712000', '124355.715000', '124355.718000', '124355.721000', '124355.723000', '124355.726000', '124355.729000', '124355.732000', '124355.735000', '124355.738000', '124355.740000', '124355.743000', '124355.746000', '124355.749000', '124355.752000', '124355.754000', '124355.757000', '124355.760000', '124355.763000', '124355.766000', '124355.769000', '124355.771000', '124355.774000', '124355.777000', '124355.780000', '124355.783000', '124415.662000', '124415.665000', '124415.668000', '124415.671000', '124415.673000', '124415.676000', '124415.679000', '124415.682000', '124415.685000', '124415.688000', '124415.690000', '124415.693000', '124415.696000', '124415.699000', '124415.702000', '124415.705000', '124415.707000', '124415.710000', '124415.713000', '124415.716000', '124415.719000', '124415.721000', '124415.724000', '124415.727000', '124415.730000', '124415.733000', '124415.735000', '124415.738000', '124415.741000', '124415.744000', '124415.747000', '124415.749000', '124415.752000', '124415.755000', '124415.758000', '124415.761000', '124415.764000', '124415.766000', '124415.769000', '124415.772000', '124415.775000', '124415.778000', '124415.781000', '124435.662000', '124435.675000', '124435.678000', '124435.681000', '124435.684000', '124435.687000', '124435.690000', '124435.693000', '124435.695000', '124435.698000', '124435.701000', '124435.704000', '124435.707000', '124435.709000', '124435.712000', '124435.715000', '124435.718000', '124435.721000', '124435.724000', '124435.727000', '124435.729000', '124435.732000', '124435.735000', '124435.738000', '124435.741000', '124435.744000', '124435.746000', '124435.749000', '124435.752000', '124435.755000', '124435.758000', '124435.761000', '124435.763000', '124435.766000', '124435.769000', '124435.772000', '124435.775000', '124435.778000', '124435.780000', '124435.783000', '124435.786000', '124435.789000', '124435.792000', '124455.661000', '124455.664000', '124455.667000', '124455.670000', '124455.672000', '124455.675000', '124455.678000', '124455.681000', '124455.684000', '124455.686000', '124455.689000', '124455.692000', '124455.695000', '124455.697000', '124455.700000', '124455.703000', '124455.706000', '124455.709000', '124455.712000', '124455.715000', '124455.717000', '124455.720000', '124455.723000', '124455.726000', '124455.729000', '124455.732000', '124455.735000', '124455.737000', '124455.740000', '124455.743000', '124455.746000', '124455.749000', '124455.752000', '124455.754000', '124455.757000', '124455.760000', '124455.763000', '124455.766000', '124455.768000', '124455.771000', '124455.774000', '124455.777000', '124455.780000', '124455.783000', '124515.661000', '124515.664000', '124515.667000', '124515.669000', '124515.672000', '124515.675000', '124515.678000', '124515.681000', '124515.684000', '124515.687000', '124515.690000', '124515.693000', '124515.695000', '124515.698000', '124515.701000', '124515.704000', '124515.707000', '124515.710000', '124515.712000', '124515.715000', '124515.718000', '124515.721000', '124515.724000', '124515.727000', '124515.730000', '124515.732000', '124515.735000', '124515.738000', '124515.741000', '124515.744000', '124515.747000', '124515.749000', '124515.752000', '124515.755000', '124515.758000', '124515.761000', '124515.764000', '124515.767000', '124515.769000', '124515.772000', '124515.775000', '124515.778000', '124515.781000', '124535.661000', '124535.664000', '124535.667000', '124535.670000', '124535.672000', '124535.675000', '124535.678000', '124535.681000', '124535.684000', '124535.686000', '124535.689000', '124535.692000', '124535.695000', '124535.698000', '124535.701000', '124535.704000', '124535.706000', '124535.709000', '124535.712000', '124535.715000', '124535.718000', '124535.721000', '124535.723000', '124535.726000', '124535.729000', '124535.732000', '124535.735000', '124535.738000', '124535.741000', '124535.743000', '124535.746000', '124535.749000', '124535.752000', '124535.755000', '124535.757000', '124535.760000', '124535.763000', '124535.766000', '124535.769000', '124535.772000', '124535.775000', '124535.777000', '124535.780000', '124535.783000', '124555.661000', '124555.664000', '124555.667000', '124555.670000', '124555.673000', '124555.675000', '124555.678000', '124555.681000', '124555.684000', '124555.687000', '124555.690000', '124555.693000', '124555.697000', '124555.700000', '124555.703000', '124555.706000', '124555.709000', '124555.711000', '124555.714000', '124555.717000', '124555.720000', '124555.723000', '124555.726000', '124555.728000', '124555.731000', '124555.734000', '124555.746000', '124555.749000', '124555.752000', '124555.755000', '124555.758000', '124555.760000', '124555.763000', '124555.766000', '124555.769000', '124555.772000', '124555.775000', '124555.778000', '124555.780000', '124555.783000', '124555.786000', '124555.789000', '124555.792000', '124615.661000', '124615.664000', '124615.667000', '124615.670000', '124615.673000', '124615.675000', '124615.678000', '124615.681000', '124615.684000', '124615.687000', '124615.690000', '124615.693000', '124615.695000', '124615.698000', '124615.701000', '124615.704000', '124615.707000', '124615.710000', '124615.713000', '124615.715000', '124615.718000', '124615.721000', '124615.724000', '124615.727000', '124615.730000', '124615.733000', '124615.735000', '124615.738000', '124615.741000', '124615.744000', '124615.747000', '124615.750000', '124615.752000', '124615.755000', '124615.758000', '124615.761000', '124615.764000', '124615.767000', '124615.769000', '124615.772000', '124615.775000', '124615.778000', '124615.781000', '124615.784000', '124635.662000', '124635.665000', '124635.668000', '124635.671000', '124635.674000', '124635.676000', '124635.679000', '124635.682000', '124635.685000', '124635.688000', '124635.691000', '124635.693000', '124635.696000', '124635.699000', '124635.702000', '124635.704000', '124635.707000', '124635.710000', '124635.714000', '124635.719000', '124635.722000', '124635.724000', '124635.727000', '124635.730000', '124635.733000', '124635.736000', '124635.739000', '124635.742000', '124635.744000', '124635.747000', '124635.750000', '124635.753000', '124635.756000', '124635.759000', '124635.761000', '124635.764000', '124635.767000', '124635.770000', '124635.773000', '124635.776000', '124635.778000', '124635.781000', '124635.784000', '124655.662000', '124655.665000', '124655.668000', '124655.671000', '124655.673000', '124655.676000', '124655.679000', '124655.682000', '124655.685000', '124655.688000', '124655.690000', '124655.693000', '124655.696000', '124655.699000', '124655.702000', '124655.705000', '124655.707000', '124655.710000', '124655.713000', '124655.716000', '124655.719000', '124655.721000', '124655.724000', '124655.727000', '124655.730000', '124655.733000', '124655.735000', '124655.738000', '124655.741000', '124655.744000', '124655.747000', '124655.750000', '124655.753000', '124655.755000', '124655.758000', '124655.761000', '124655.764000', '124655.767000', '124655.770000', '124655.773000', '124655.775000', '124655.778000', '124655.781000', '124655.784000', '124702.467000', '124702.470000', '124702.473000', '124702.476000', '124702.479000', '124702.482000', '124702.485000', '124702.488000', '124702.491000', '124702.494000', '124702.497000', '124702.500000', '124702.503000', '124702.505000', '124702.508000'], 'InstanceCreationTime': ['124035.703000', '124035.706000', '124035.709000', '124035.712000', '124035.714000', '124035.717000', '124035.720000', '124035.724000', '124035.727000', '124035.729000', '124035.732000', '124035.735000', '124035.738000', '124035.741000', '124035.743000', '124035.746000', '124035.749000', '124035.752000', '124035.755000', '124035.758000', '124035.761000', '124035.763000', '124035.766000', '124035.769000', '124035.772000', '124035.774000', '124035.777000', '124035.780000', '124035.783000', '124035.786000', '124035.788000', '124055.661000', '124055.664000', '124055.668000', '124055.670000', '124055.673000', '124055.679000', '124055.682000', '124055.685000', '124055.688000', '124055.691000', '124055.693000', '124055.696000', '124055.699000', '124055.702000', '124055.705000', '124055.707000', '124055.710000', '124055.713000', '124055.716000', '124055.720000', '124055.723000', '124055.726000', '124055.728000', '124055.731000', '124055.734000', '124055.737000', '124055.740000', '124055.743000', '124055.746000', '124055.748000', '124055.751000', '124055.754000', '124055.757000', '124055.760000', '124055.762000', '124055.765000', '124055.768000', '124055.771000', '124055.774000', '124055.777000', '124055.779000', '124055.782000', '124055.786000', '124115.661000', '124115.664000', '124115.667000', '124115.669000', '124115.672000', '124115.675000', '124115.678000', '124115.681000', '124115.683000', '124115.686000', '124115.689000', '124115.692000', '124115.695000', '124115.697000', '124115.700000', '124115.703000', '124115.706000', '124115.709000', '124115.711000', '124115.714000', '124115.717000', '124115.720000', '124115.723000', '124115.725000', '124115.745000', '124115.748000', '124115.751000', '124115.754000', '124115.757000', '124115.759000', '124115.762000', '124115.765000', '124115.768000', '124115.774000', '124115.777000', '124115.780000', '124115.783000', '124115.785000', '124115.788000', '124115.791000', '124115.794000', '124115.797000', '124115.800000', '124115.802000', '124135.661000', '124135.664000', '124135.667000', '124135.670000', '124135.672000', '124135.675000', '124135.678000', '124135.681000', '124135.684000', '124135.686000', '124135.689000', '124135.692000', '124135.695000', '124135.698000', '124135.700000', '124135.703000', '124135.706000', '124135.709000', '124135.712000', '124135.715000', '124135.717000', '124135.720000', '124135.723000', '124135.726000', '124135.729000', '124135.731000', '124135.734000', '124135.737000', '124135.740000', '124135.743000', '124135.745000', '124135.748000', '124135.751000', '124135.754000', '124135.757000', '124135.760000', '124135.763000', '124135.766000', '124135.768000', '124135.771000', '124135.774000', '124135.777000', '124135.780000', '124155.662000', '124155.665000', '124155.668000', '124155.671000', '124155.673000', '124155.676000', '124155.679000', '124155.682000', '124155.685000', '124155.688000', '124155.690000', '124155.693000', '124155.696000', '124155.699000', '124155.702000', '124155.704000', '124155.707000', '124155.710000', '124155.713000', '124155.715000', '124155.718000', '124155.721000', '124155.724000', '124155.727000', '124155.730000', '124155.732000', '124155.735000', '124155.738000', '124155.741000', '124155.744000', '124155.747000', '124155.749000', '124155.752000', '124155.755000', '124155.758000', '124155.761000', '124155.764000', '124155.767000', '124155.770000', '124155.772000', '124155.775000', '124155.778000', '124155.781000', '124155.784000', '124215.662000', '124215.665000', '124215.668000', '124215.670000', '124215.673000', '124215.676000', '124215.679000', '124215.682000', '124215.685000', '124215.688000', '124215.691000', '124215.693000', '124215.696000', '124215.699000', '124215.702000', '124215.705000', '124215.707000', '124215.710000', '124215.713000', '124215.716000', '124215.719000', '124215.722000', '124215.724000', '124215.727000', '124215.730000', '124215.733000', '124215.736000', '124215.739000', '124215.741000', '124215.744000', '124215.747000', '124215.750000', '124215.753000', '124215.757000', '124215.760000', '124215.763000', '124215.766000', '124215.768000', '124215.771000', '124215.774000', '124215.777000', '124215.780000', '124215.782000', '124235.661000', '124235.664000', '124235.667000', '124235.670000', '124235.672000', '124235.675000', '124235.678000', '124235.681000', '124235.684000', '124235.687000', '124235.689000', '124235.692000', '124235.695000', '124235.698000', '124235.701000', '124235.703000', '124235.706000', '124235.709000', '124235.712000', '124235.715000', '124235.718000', '124235.720000', '124235.723000', '124235.726000', '124235.729000', '124235.732000', '124235.735000', '124235.737000', '124235.740000', '124235.743000', '124235.746000', '124235.749000', '124235.752000', '124235.754000', '124235.757000', '124235.760000', '124235.763000', '124235.766000', '124235.768000', '124235.771000', '124235.774000', '124235.777000', '124235.780000', '124235.783000', '124255.661000', '124255.664000', '124255.667000', '124255.670000', '124255.672000', '124255.675000', '124255.678000', '124255.681000', '124255.684000', '124255.686000', '124255.689000', '124255.692000', '124255.695000', '124255.698000', '124255.701000', '124255.703000', '124255.706000', '124255.709000', '124255.712000', '124255.730000', '124255.733000', '124255.736000', '124255.739000', '124255.742000', '124255.744000', '124255.747000', '124255.750000', '124255.753000', '124255.756000', '124255.758000', '124255.761000', '124255.764000', '124255.767000', '124255.770000', '124255.773000', '124255.776000', '124255.779000', '124255.781000', '124255.784000', '124255.787000', '124255.790000', '124255.793000', '124255.795000', '124315.661000', '124315.664000', '124315.666000', '124315.669000', '124315.672000', '124315.675000', '124315.678000', '124315.681000', '124315.684000', '124315.686000', '124315.689000', '124315.692000', '124315.695000', '124315.698000', '124315.700000', '124315.703000', '124315.706000', '124315.709000', '124315.712000', '124315.715000', '124315.717000', '124315.720000', '124315.723000', '124315.726000', '124315.729000', '124315.732000', '124315.734000', '124315.737000', '124315.740000', '124315.743000', '124315.746000', '124315.748000', '124315.751000', '124315.754000', '124315.757000', '124315.760000', '124315.763000', '124315.765000', '124315.768000', '124315.771000', '124315.774000', '124315.777000', '124315.780000', '124315.782000', '124335.661000', '124335.664000', '124335.667000', '124335.670000', '124335.672000', '124335.675000', '124335.678000', '124335.681000', '124335.684000', '124335.687000', '124335.689000', '124335.692000', '124335.695000', '124335.698000', '124335.701000', '124335.703000', '124335.706000', '124335.709000', '124335.712000', '124335.715000', '124335.718000', '124335.721000', '124335.723000', '124335.726000', '124335.729000', '124335.732000', '124335.735000', '124335.738000', '124335.740000', '124335.743000', '124335.746000', '124335.749000', '124335.752000', '124335.755000', '124335.757000', '124335.760000', '124335.763000', '124335.766000', '124335.769000', '124335.771000', '124335.774000', '124335.777000', '124335.780000', '124355.661000', '124355.664000', '124355.667000', '124355.670000', '124355.672000', '124355.675000', '124355.678000', '124355.681000', '124355.684000', '124355.687000', '124355.689000', '124355.692000', '124355.695000', '124355.698000', '124355.701000', '124355.703000', '124355.706000', '124355.709000', '124355.712000', '124355.715000', '124355.718000', '124355.721000', '124355.723000', '124355.726000', '124355.729000', '124355.732000', '124355.735000', '124355.738000', '124355.740000', '124355.743000', '124355.746000', '124355.749000', '124355.752000', '124355.754000', '124355.757000', '124355.760000', '124355.763000', '124355.766000', '124355.769000', '124355.771000', '124355.774000', '124355.777000', '124355.780000', '124355.783000', '124415.662000', '124415.665000', '124415.668000', '124415.671000', '124415.673000', '124415.676000', '124415.679000', '124415.682000', '124415.685000', '124415.688000', '124415.690000', '124415.693000', '124415.696000', '124415.699000', '124415.702000', '124415.705000', '124415.707000', '124415.710000', '124415.713000', '124415.716000', '124415.719000', '124415.721000', '124415.724000', '124415.727000', '124415.730000', '124415.733000', '124415.735000', '124415.738000', '124415.741000', '124415.744000', '124415.747000', '124415.749000', '124415.752000', '124415.755000', '124415.758000', '124415.761000', '124415.764000', '124415.766000', '124415.769000', '124415.772000', '124415.775000', '124415.778000', '124415.781000', '124435.662000', '124435.675000', '124435.678000', '124435.681000', '124435.684000', '124435.687000', '124435.690000', '124435.693000', '124435.695000', '124435.698000', '124435.701000', '124435.704000', '124435.707000', '124435.709000', '124435.712000', '124435.715000', '124435.718000', '124435.721000', '124435.724000', '124435.727000', '124435.729000', '124435.732000', '124435.735000', '124435.738000', '124435.741000', '124435.744000', '124435.746000', '124435.749000', '124435.752000', '124435.755000', '124435.758000', '124435.761000', '124435.763000', '124435.766000', '124435.769000', '124435.772000', '124435.775000', '124435.778000', '124435.780000', '124435.783000', '124435.786000', '124435.789000', '124435.792000', '124455.661000', '124455.664000', '124455.667000', '124455.670000', '124455.672000', '124455.675000', '124455.678000', '124455.681000', '124455.684000', '124455.686000', '124455.689000', '124455.692000', '124455.695000', '124455.697000', '124455.700000', '124455.703000', '124455.706000', '124455.709000', '124455.712000', '124455.715000', '124455.717000', '124455.720000', '124455.723000', '124455.726000', '124455.729000', '124455.732000', '124455.735000', '124455.737000', '124455.740000', '124455.743000', '124455.746000', '124455.749000', '124455.752000', '124455.754000', '124455.757000', '124455.760000', '124455.763000', '124455.766000', '124455.768000', '124455.771000', '124455.774000', '124455.777000', '124455.780000', '124455.783000', '124515.661000', '124515.664000', '124515.667000', '124515.669000', '124515.672000', '124515.675000', '124515.678000', '124515.681000', '124515.684000', '124515.687000', '124515.690000', '124515.693000', '124515.695000', '124515.698000', '124515.701000', '124515.704000', '124515.707000', '124515.710000', '124515.712000', '124515.715000', '124515.718000', '124515.721000', '124515.724000', '124515.727000', '124515.730000', '124515.732000', '124515.735000', '124515.738000', '124515.741000', '124515.744000', '124515.747000', '124515.749000', '124515.752000', '124515.755000', '124515.758000', '124515.761000', '124515.764000', '124515.767000', '124515.769000', '124515.772000', '124515.775000', '124515.778000', '124515.781000', '124535.661000', '124535.664000', '124535.667000', '124535.670000', '124535.672000', '124535.675000', '124535.678000', '124535.681000', '124535.684000', '124535.686000', '124535.689000', '124535.692000', '124535.695000', '124535.698000', '124535.701000', '124535.704000', '124535.706000', '124535.709000', '124535.712000', '124535.715000', '124535.718000', '124535.721000', '124535.723000', '124535.726000', '124535.729000', '124535.732000', '124535.735000', '124535.738000', '124535.741000', '124535.743000', '124535.746000', '124535.749000', '124535.752000', '124535.755000', '124535.757000', '124535.760000', '124535.763000', '124535.766000', '124535.769000', '124535.772000', '124535.775000', '124535.777000', '124535.780000', '124535.783000', '124555.661000', '124555.664000', '124555.667000', '124555.670000', '124555.673000', '124555.675000', '124555.678000', '124555.681000', '124555.684000', '124555.687000', '124555.690000', '124555.693000', '124555.697000', '124555.700000', '124555.703000', '124555.706000', '124555.709000', '124555.711000', '124555.714000', '124555.717000', '124555.720000', '124555.723000', '124555.726000', '124555.728000', '124555.731000', '124555.734000', '124555.746000', '124555.749000', '124555.752000', '124555.755000', '124555.758000', '124555.760000', '124555.763000', '124555.766000', '124555.769000', '124555.772000', '124555.775000', '124555.778000', '124555.780000', '124555.783000', '124555.786000', '124555.789000', '124555.792000', '124615.661000', '124615.664000', '124615.667000', '124615.670000', '124615.673000', '124615.675000', '124615.678000', '124615.681000', '124615.684000', '124615.687000', '124615.690000', '124615.693000', '124615.695000', '124615.698000', '124615.701000', '124615.704000', '124615.707000', '124615.710000', '124615.713000', '124615.715000', '124615.718000', '124615.721000', '124615.724000', '124615.727000', '124615.730000', '124615.733000', '124615.735000', '124615.738000', '124615.741000', '124615.744000', '124615.747000', '124615.750000', '124615.752000', '124615.755000', '124615.758000', '124615.761000', '124615.764000', '124615.767000', '124615.769000', '124615.772000', '124615.775000', '124615.778000', '124615.781000', '124615.784000', '124635.662000', '124635.665000', '124635.668000', '124635.671000', '124635.674000', '124635.676000', '124635.679000', '124635.682000', '124635.685000', '124635.688000', '124635.691000', '124635.693000', '124635.696000', '124635.699000', '124635.702000', '124635.704000', '124635.707000', '124635.710000', '124635.714000', '124635.719000', '124635.722000', '124635.724000', '124635.727000', '124635.730000', '124635.733000', '124635.736000', '124635.739000', '124635.742000', '124635.744000', '124635.747000', '124635.750000', '124635.753000', '124635.756000', '124635.759000', '124635.761000', '124635.764000', '124635.767000', '124635.770000', '124635.773000', '124635.776000', '124635.778000', '124635.781000', '124635.784000', '124655.662000', '124655.665000', '124655.668000', '124655.671000', '124655.673000', '124655.676000', '124655.679000', '124655.682000', '124655.685000', '124655.688000', '124655.690000', '124655.693000', '124655.696000', '124655.699000', '124655.702000', '124655.705000', '124655.707000', '124655.710000', '124655.713000', '124655.716000', '124655.719000', '124655.721000', '124655.724000', '124655.727000', '124655.730000', '124655.733000', '124655.735000', '124655.738000', '124655.741000', '124655.744000', '124655.747000', '124655.750000', '124655.753000', '124655.755000', '124655.758000', '124655.761000', '124655.764000', '124655.767000', '124655.770000', '124655.773000', '124655.775000', '124655.778000', '124655.781000', '124655.784000', '124702.467000', '124702.470000', '124702.473000', '124702.476000', '124702.479000', '124702.482000', '124702.485000', '124702.488000', '124702.491000', '124702.494000', '124702.497000', '124702.500000', '124702.503000', '124702.505000', '124702.508000'], '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': [10621, 10656, 9790, 11233, 12846, 11542, 8552, 10783, 10187, 10805, 11145, 10445, 11388, 12287, 11018, 11169, 16221, 11823, 11854, 14687, 11667, 11616, 10222, 11602, 10416, 11319, 10436, 10677, 11257, 11369, 11614, 15424, 11580, 11298, 10911, 11250, 15548, 11363, 11688, 11297, 11361, 10143, 11235, 13006, 10879, 11960, 10437, 11488, 11429, 11403, 11916, 11430, 11797, 10683, 11849, 15801, 11963, 15567, 11200, 15357, 16817, 12097, 12409, 11757, 11877, 10927, 11479, 11417, 11288, 13160, 11081, 11342, 15721, 11148, 11645, 11968, 11602, 10019, 10801, 18341, 10498, 12340, 18404, 13379, 11703, 10729, 11583, 11598, 11792, 9310, 11593, 11616, 11325, 12092, 12217, 12128, 11882, 11049, 11537, 12120, 12035, 12280, 11792, 12026, 10516, 12010, 12495, 12120, 12343, 10596, 12087, 12177, 12707, 12601, 12193, 12079, 11327, 12257, 11332, 12115, 10777, 11719, 15697, 16868, 13034, 14498, 10886, 11899, 16751, 12423, 12747, 11996, 12205, 11718, 11988, 11896, 11727, 10472, 12348, 18705, 14481, 12002, 18313, 12076, 11329, 13254, 11538, 12227, 11826, 11605, 11081, 11651, 11919, 10773, 11795, 12228, 10198, 11729, 10338, 11848, 12099, 11909, 11570, 10746, 11910, 11954, 11896, 9811, 11454, 11706, 11472, 11814, 11505, 11960, 11057, 11381, 17648, 11824, 12852, 11685, 12146, 11217, 11666, 18032, 13934, 11012, 13389, 11634, 12526, 11841, 12459, 11535, 10050, 12083, 11745, 11715, 14018, 11479, 12867, 10765, 12935, 11644, 16250, 11080, 17234, 11050, 17834, 19982, 16926, 19199, 17809, 14469, 19323, 11271, 11038, 11250, 11006, 11758, 12007, 10687, 11188, 10753, 10655, 11799, 11118, 11595, 11521, 11578, 11637, 11746, 11103, 11502, 11218, 11144, 11870, 11441, 11440, 11834, 12182, 11168, 11792, 11710, 15612, 13705, 17283, 11883, 12775, 12674, 14835, 18071, 15145, 15300, 20749, 11440, 16836, 12181, 11425, 16536, 12632, 11265, 10363, 11612, 11058, 11787, 10801, 11365, 14542, 10892, 11079, 16554, 11180, 11251, 12083, 10943, 10824, 11681, 11368, 11790, 9407, 11805, 11722, 11598, 12201, 12496, 12352, 9791, 11934, 11990, 12455, 11517, 11745, 12100, 12229, 11945, 11788, 12034, 11359, 11611, 16724, 13191, 12300, 11952, 12752, 17820, 16976, 16504, 19663, 14363, 18551, 13619, 11764, 16251, 12851, 11859, 11337, 11920, 11762, 12416, 11952, 12159, 12221, 11835, 12048, 12024, 15603, 12285, 12617, 17046, 12727, 12943, 12477, 12501, 11146, 11794, 11542, 11564, 11191, 11370, 11179, 11718, 12272, 12135, 13262, 11864, 13772, 12237, 11857, 10841, 11775, 16559, 12127, 11255, 18764, 11917, 11588, 11414, 11252, 11607, 11434, 10787, 11502, 10755, 11315, 12884, 11256, 11577, 11154, 11745, 11231, 11757, 16963, 12715, 14282, 12437, 11686, 11737, 11700, 10963, 11918, 19283, 11968, 13408, 11965, 13440, 12543, 11601, 11523, 12536, 20207, 17068, 17927, 11407, 13513, 21146, 12345, 15418, 11003, 12108, 12527, 12438, 11709, 12622, 11046, 12741, 12426, 12804, 12586, 12884, 12957, 12660, 11478, 12283, 12677, 12381, 12694, 12830, 12705, 12668, 11121, 12382, 12683, 11228, 12976, 12389, 12702, 12415, 12635, 12620, 12161, 12415, 11626, 12147, 17658, 18441, 13556, 14098, 11718, 12163, 17842, 12710, 12269, 12131, 12497, 12552, 12210, 13835, 11716, 12137, 17402, 11970, 12062, 15103, 12495, 11843, 11838, 11903, 11248, 11321, 12828, 11574, 11497, 11773, 11640, 15755, 11931, 11564, 11132, 11346, 12941, 12322, 13141, 13634, 11518, 12964, 16805, 12556, 12822, 11707, 12930, 12731, 12740, 13697, 11709, 13804, 11380, 18005, 12375, 14042, 13214, 14904, 13216, 19316, 14212, 17256, 15709, 13347, 18406, 13193, 12916, 11488, 12907, 13353, 12179, 11994, 12139, 11569, 11517, 12101, 14018, 12180, 12182, 11619, 12177, 11224, 11800, 11310, 11818, 10793, 11661, 11878, 11916, 13824, 11265, 12125, 15035, 11829, 11404, 11792, 11465, 11675, 11664, 10856, 11962, 10455, 11578, 10542, 12140, 10591, 12894, 11249, 12988, 10738, 13339, 11110, 12662, 16089, 12950, 13077, 12797, 17242, 14490, 17888, 13013, 15204, 16554, 18854, 16556, 19991, 14634, 18562, 13451, 17629, 13515, 15160, 13444, 15256, 12280, 12111, 12598, 11156, 12688, 12712, 11766, 11785, 12231, 9974, 12236, 11567, 12186, 11003, 13919, 10833, 15206, 13527, 14311, 17340, 12491, 19013, 12075, 12828, 11859, 11604, 11573, 12067, 11674, 12110, 12308, 12843, 12724, 11977, 13434, 12101, 12575, 11649, 12899, 10959, 12092, 11513, 11629, 11847, 9968, 11922, 11179, 11649, 10770, 13670, 11337, 14403, 11488, 17412, 12905, 18855, 13166, 15332, 13564, 12930, 13340, 12066, 12916, 11150, 12770, 12887, 12386, 13722, 12768, 12762, 12380, 12686, 10889, 12769, 12197, 12710, 12634, 12126, 13206, 15567, 13238, 11103, 13211, 11764, 12148, 11989, 12903, 13177, 12979, 13427, 13217, 13698, 15694, 13125, 13081, 12800, 13038, 12408, 13265, 15875, 13093, 12841, 12204, 12675, 11763, 12787, 12807, 12824, 12125, 12560, 12762, 12332, 12131, 13359, 12958, 13262, 13344, 12377, 13414, 18316, 13741, 12666, 12580, 13413, 12562, 13207, 12226, 12392, 11414, 12163, 17641, 12238, 13176, 19987, 17271, 15529, 21312, 15552, 15326, 11657, 12039, 12555, 12648, 12437, 12486, 13258, 12696, 12610, 12554, 12518, 12709, 16420, 16274, 12438, 12253, 12359, 12628, 14895, 12566, 12290, 12722, 12418, 12382, 12971, 12237, 12841, 12702, 11788, 12832, 12065, 12258, 12417, 11793, 12727, 12012, 12702, 11366, 13169, 12544, 12635, 12557, 12094, 12819, 11705, 12754, 11809, 13040, 13792, 12768, 12910, 12532, 12757, 11662, 11831, 11445, 11997, 11795, 12574, 12930, 14124, 12679, 13927, 20263, 14506, 15635, 13947, 13251, 18488, 14003, 13738, 12124, 12465, 18740, 12021, 12129, 18677, 12484, 11878, 12544, 12279, 13122, 12303, 11759, 11893, 12667, 11665, 11445, 12153, 10961, 12447, 12397, 11306, 11340, 11755, 12417, 13415, 11812, 11368, 10729, 11952, 10952, 12165, 11033, 12457, 10773, 12507, 14871, 15895, 12471, 11685, 13109, 12553, 17760, 13681, 14746, 12510, 12282, 12931, 13538, 12189, 17300, 20404, 14840, 19231, 22023, 12077, 12592, 15134, 11322, 10624, 11370, 9721, 11684, 11809, 12044, 11200, 11447, 11361, 12086, 11761, 10580, 10834, 12539, 12231, 13083, 13123, 13040, 13301, 12694, 13101, 12508, 14657, 12908, 17952, 12773, 18314, 15670, 18145, 20640, 16621, 18792, 16011, 17645, 13477, 13200, 13148], 'WindowCenter': [4495.0, 4483.0, 4470.0, 4503.0, 4500.0, 4491.0, 4450.0, 4481.0, 4470.0, 4480.0, 4491.0, 4482.0, 4494.0, 4491.0, 4482.0, 4492.0, 4520.0, 4490.0, 4490.0, 4498.0, 4477.0, 4477.0, 4469.0, 4489.0, 4480.0, 4491.0, 4494.0, 4494.0, 4491.0, 4504.0, 4518.0, 4525.0, 4493.0, 4480.0, 4481.0, 4491.0, 4519.0, 4491.0, 4493.0, 4493.0, 4493.0, 4480.0, 4493.0, 4500.0, 4493.0, 4504.0, 4481.0, 4492.0, 4491.0, 4503.0, 4506.0, 4517.0, 4515.0, 4508.0, 4528.0, 4546.0, 4517.0, 4545.0, 4508.0, 4548.0, 4535.0, 4492.0, 4501.0, 4490.0, 4489.0, 4482.0, 4491.0, 4488.0, 4491.0, 4514.0, 4480.0, 4489.0, 4519.0, 4491.0, 4491.0, 4501.0, 4518.0, 4496.0, 4495.0, 4531.0, 4469.0, 4502.0, 4520.0, 4486.0, 4464.0, 4463.0, 4475.0, 4462.0, 4474.0, 4443.0, 4477.0, 4476.0, 4477.0, 4487.0, 4487.0, 4486.0, 4475.0, 4475.0, 4488.0, 4488.0, 4500.0, 4498.0, 4501.0, 4502.0, 4492.0, 4514.0, 4513.0, 4502.0, 4514.0, 4493.0, 4513.0, 4502.0, 4524.0, 4514.0, 4515.0, 4514.0, 4516.0, 4527.0, 4504.0, 4529.0, 4517.0, 4517.0, 4549.0, 4546.0, 4513.0, 4523.0, 4481.0, 4501.0, 4532.0, 4513.0, 4500.0, 4502.0, 4500.0, 4511.0, 4502.0, 4502.0, 4501.0, 4481.0, 4501.0, 4545.0, 4509.0, 4488.0, 4517.0, 4475.0, 4463.0, 4484.0, 4474.0, 4471.0, 4463.0, 4463.0, 4461.0, 4474.0, 4474.0, 4462.0, 4472.0, 4473.0, 4452.0, 4474.0, 4452.0, 4474.0, 4473.0, 4475.0, 4477.0, 4477.0, 4502.0, 4489.0, 4500.0, 4468.0, 4491.0, 4500.0, 4503.0, 4513.0, 4504.0, 4503.0, 4502.0, 4503.0, 4542.0, 4501.0, 4501.0, 4501.0, 4501.0, 4490.0, 4491.0, 4532.0, 4536.0, 4493.0, 4497.0, 4500.0, 4510.0, 4504.0, 4500.0, 4489.0, 4467.0, 4501.0, 4512.0, 4514.0, 4521.0, 4503.0, 4513.0, 4491.0, 4513.0, 4500.0, 4534.0, 4491.0, 4531.0, 4477.0, 4519.0, 4515.0, 4506.0, 4507.0, 4491.0, 4469.0, 4489.0, 4436.0, 4425.0, 4422.0, 4423.0, 4434.0, 4445.0, 4438.0, 4447.0, 4450.0, 4465.0, 4474.0, 4476.0, 4474.0, 4464.0, 4461.0, 4475.0, 4474.0, 4476.0, 4489.0, 4477.0, 4488.0, 4488.0, 4490.0, 4490.0, 4501.0, 4513.0, 4500.0, 4512.0, 4501.0, 4524.0, 4501.0, 4519.0, 4489.0, 4500.0, 4496.0, 4509.0, 4518.0, 4493.0, 4493.0, 4510.0, 4450.0, 4489.0, 4457.0, 4447.0, 4478.0, 4454.0, 4448.0, 4436.0, 4446.0, 4447.0, 4458.0, 4447.0, 4448.0, 4468.0, 4437.0, 4437.0, 4475.0, 4435.0, 4435.0, 4460.0, 4437.0, 4447.0, 4472.0, 4459.0, 4460.0, 4429.0, 4472.0, 4474.0, 4473.0, 4483.0, 4484.0, 4497.0, 4454.0, 4487.0, 4500.0, 4511.0, 4502.0, 4502.0, 4501.0, 4512.0, 4514.0, 4512.0, 4513.0, 4501.0, 4501.0, 4531.0, 4512.0, 4503.0, 4501.0, 4513.0, 4542.0, 4530.0, 4520.0, 4516.0, 4495.0, 4515.0, 4480.0, 4461.0, 4489.0, 4470.0, 4459.0, 4461.0, 4473.0, 4486.0, 4497.0, 4475.0, 4485.0, 4484.0, 4485.0, 4473.0, 4485.0, 4517.0, 4473.0, 4472.0, 4502.0, 4481.0, 4471.0, 4483.0, 4483.0, 4462.0, 4473.0, 4489.0, 4500.0, 4488.0, 4502.0, 4488.0, 4487.0, 4487.0, 4499.0, 4496.0, 4487.0, 4510.0, 4487.0, 4488.0, 4478.0, 4487.0, 4517.0, 4486.0, 4476.0, 4525.0, 4488.0, 4475.0, 4473.0, 4473.0, 4475.0, 4486.0, 4478.0, 4489.0, 4489.0, 4491.0, 4510.0, 4503.0, 4501.0, 4505.0, 4501.0, 4491.0, 4515.0, 4535.0, 4501.0, 4508.0, 4502.0, 4500.0, 4488.0, 4489.0, 4477.0, 4489.0, 4539.0, 4500.0, 4536.0, 4513.0, 4508.0, 4497.0, 4487.0, 4475.0, 4498.0, 4540.0, 4530.0, 4530.0, 4464.0, 4484.0, 4524.0, 4473.0, 4493.0, 4451.0, 4471.0, 4483.0, 4484.0, 4472.0, 4483.0, 4475.0, 4497.0, 4497.0, 4509.0, 4499.0, 4509.0, 4509.0, 4498.0, 4488.0, 4499.0, 4497.0, 4498.0, 4510.0, 4497.0, 4511.0, 4511.0, 4503.0, 4524.0, 4526.0, 4503.0, 4523.0, 4512.0, 4524.0, 4526.0, 4526.0, 4514.0, 4525.0, 4525.0, 4502.0, 4512.0, 4546.0, 4541.0, 4510.0, 4508.0, 4487.0, 4485.0, 4515.0, 4483.0, 4484.0, 4474.0, 4484.0, 4484.0, 4485.0, 4496.0, 4486.0, 4486.0, 4519.0, 4486.0, 4486.0, 4504.0, 4483.0, 4472.0, 4471.0, 4473.0, 4474.0, 4487.0, 4495.0, 4489.0, 4487.0, 4488.0, 4501.0, 4532.0, 4489.0, 4478.0, 4478.0, 4479.0, 4498.0, 4497.0, 4508.0, 4510.0, 4487.0, 4508.0, 4527.0, 4497.0, 4496.0, 4486.0, 4496.0, 4496.0, 4496.0, 4508.0, 4500.0, 4508.0, 4488.0, 4516.0, 4500.0, 4494.0, 4482.0, 4492.0, 4484.0, 4514.0, 4481.0, 4503.0, 4478.0, 4468.0, 4488.0, 4455.0, 4455.0, 4444.0, 4455.0, 4455.0, 4457.0, 4459.0, 4470.0, 4459.0, 4458.0, 4459.0, 4468.0, 4473.0, 4471.0, 4460.0, 4473.0, 4450.0, 4461.0, 4462.0, 4462.0, 4463.0, 4474.0, 4473.0, 4474.0, 4483.0, 4464.0, 4474.0, 4493.0, 4463.0, 4463.0, 4475.0, 4474.0, 4476.0, 4489.0, 4478.0, 4489.0, 4492.0, 4514.0, 4506.0, 4515.0, 4494.0, 4516.0, 4491.0, 4522.0, 4502.0, 4535.0, 4504.0, 4525.0, 4545.0, 4513.0, 4513.0, 4525.0, 4557.0, 4538.0, 4555.0, 4512.0, 4518.0, 4520.0, 4526.0, 4509.0, 4517.0, 4495.0, 4516.0, 4486.0, 4505.0, 4470.0, 4467.0, 4444.0, 4454.0, 4433.0, 4434.0, 4449.0, 4439.0, 4471.0, 4470.0, 4461.0, 4459.0, 4473.0, 4441.0, 4461.0, 4463.0, 4475.0, 4452.0, 4482.0, 4452.0, 4482.0, 4447.0, 4458.0, 4464.0, 4434.0, 4463.0, 4422.0, 4420.0, 4420.0, 4409.0, 4421.0, 4421.0, 4436.0, 4445.0, 4460.0, 4472.0, 4471.0, 4449.0, 4459.0, 4460.0, 4487.0, 4465.0, 4475.0, 4455.0, 4475.0, 4467.0, 4477.0, 4478.0, 4457.0, 4478.0, 4481.0, 4490.0, 4481.0, 4500.0, 4481.0, 4500.0, 4481.0, 4520.0, 4503.0, 4532.0, 4502.0, 4497.0, 4485.0, 4475.0, 4497.0, 4487.0, 4486.0, 4466.0, 4488.0, 4489.0, 4500.0, 4498.0, 4488.0, 4487.0, 4486.0, 4486.0, 4476.0, 4498.0, 4488.0, 4500.0, 4512.0, 4502.0, 4500.0, 4507.0, 4498.0, 4476.0, 4511.0, 4501.0, 4489.0, 4488.0, 4513.0, 4512.0, 4511.0, 4510.0, 4497.0, 4508.0, 4507.0, 4498.0, 4499.0, 4498.0, 4498.0, 4497.0, 4498.0, 4507.0, 4496.0, 4498.0, 4500.0, 4499.0, 4487.0, 4497.0, 4496.0, 4498.0, 4501.0, 4513.0, 4524.0, 4512.0, 4499.0, 4522.0, 4525.0, 4522.0, 4524.0, 4524.0, 4522.0, 4558.0, 4512.0, 4501.0, 4499.0, 4521.0, 4510.0, 4511.0, 4512.0, 4513.0, 4489.0, 4499.0, 4531.0, 4488.0, 4499.0, 4530.0, 4530.0, 4508.0, 4523.0, 4492.0, 4490.0, 4464.0, 4484.0, 4484.0, 4484.0, 4473.0, 4483.0, 4495.0, 4495.0, 4485.0, 4484.0, 4474.0, 4484.0, 4506.0, 4503.0, 4471.0, 4460.0, 4469.0, 4470.0, 4479.0, 4469.0, 4469.0, 4469.0, 4470.0, 4470.0, 4481.0, 4471.0, 4483.0, 4484.0, 4485.0, 4496.0, 4484.0, 4485.0, 4485.0, 4488.0, 4497.0, 4486.0, 4497.0, 4486.0, 4497.0, 4496.0, 4499.0, 4487.0, 4486.0, 4499.0, 4488.0, 4498.0, 4487.0, 4498.0, 4506.0, 4512.0, 4510.0, 4512.0, 4524.0, 4492.0, 4491.0, 4479.0, 4476.0, 4485.0, 4501.0, 4498.0, 4510.0, 4498.0, 4509.0, 4529.0, 4497.0, 4507.0, 4494.0, 4496.0, 4519.0, 4483.0, 4482.0, 4462.0, 4470.0, 4513.0, 4471.0, 4472.0, 4500.0, 4470.0, 4458.0, 4468.0, 4469.0, 4468.0, 4470.0, 4471.0, 4460.0, 4482.0, 4473.0, 4474.0, 4484.0, 4474.0, 4496.0, 4496.0, 4488.0, 4477.0, 4488.0, 4500.0, 4496.0, 4488.0, 4500.0, 4490.0, 4502.0, 4491.0, 4500.0, 4503.0, 4524.0, 4503.0, 4525.0, 4536.0, 4533.0, 4513.0, 4501.0, 4522.0, 4513.0, 4540.0, 4509.0, 4508.0, 4487.0, 4488.0, 4500.0, 4497.0, 4487.0, 4520.0, 4538.0, 4521.0, 4543.0, 4524.0, 4461.0, 4472.0, 4491.0, 4460.0, 4449.0, 4472.0, 4441.0, 4473.0, 4483.0, 4498.0, 4500.0, 4501.0, 4490.0, 4489.0, 4480.0, 4458.0, 4468.0, 4500.0, 4486.0, 4496.0, 4498.0, 4499.0, 4499.0, 4499.0, 4510.0, 4500.0, 4522.0, 4499.0, 4530.0, 4486.0, 4518.0, 4482.0, 4505.0, 4516.0, 4492.0, 4503.0, 4482.0, 4478.0, 4457.0, 4442.0, 4444.0], 'WindowWidth': [9896.0, 9873.0, 9850.0, 9899.0, 9888.0, 9876.0, 9819.0, 9863.0, 9845.0, 9861.0, 9876.0, 9866.0, 9883.0, 9877.0, 9866.0, 9880.0, 9919.0, 9871.0, 9872.0, 9880.0, 9850.0, 9852.0, 9841.0, 9869.0, 9858.0, 9877.0, 9887.0, 9886.0, 9879.0, 9899.0, 9925.0, 9932.0, 9882.0, 9861.0, 9860.0, 9876.0, 9914.0, 9876.0, 9882.0, 9880.0, 9881.0, 9861.0, 9882.0, 9891.0, 9882.0, 9898.0, 9863.0, 9881.0, 9880.0, 9898.0, 9906.0, 9923.0, 9919.0, 9914.0, 9944.0, 9964.0, 9923.0, 9961.0, 9913.0, 9975.0, 9954.0, 9882.0, 9893.0, 9872.0, 9873.0, 9864.0, 9878.0, 9870.0, 9878.0, 9916.0, 9861.0, 9873.0, 9914.0, 9875.0, 9878.0, 9890.0, 9926.0, 9897.0, 9887.0, 9941.0, 9844.0, 9892.0, 9925.0, 9862.0, 9827.0, 9827.0, 9844.0, 9823.0, 9841.0, 9801.0, 9850.0, 9851.0, 9851.0, 9864.0, 9863.0, 9861.0, 9846.0, 9847.0, 9870.0, 9870.0, 9889.0, 9883.0, 9892.0, 9895.0, 9881.0, 9915.0, 9912.0, 9895.0, 9914.0, 9884.0, 9913.0, 9899.0, 9930.0, 9916.0, 9920.0, 9918.0, 9922.0, 9939.0, 9906.0, 9946.0, 9927.0, 9925.0, 9982.0, 9966.0, 9912.0, 9926.0, 9864.0, 9891.0, 9939.0, 9910.0, 9888.0, 9895.0, 9890.0, 9910.0, 9898.0, 9896.0, 9897.0, 9865.0, 9895.0, 9976.0, 9904.0, 9869.0, 9908.0, 9844.0, 9827.0, 9855.0, 9842.0, 9835.0, 9825.0, 9824.0, 9822.0, 9842.0, 9843.0, 9822.0, 9837.0, 9839.0, 9809.0, 9843.0, 9812.0, 9842.0, 9841.0, 9848.0, 9851.0, 9854.0, 9894.0, 9871.0, 9888.0, 9845.0, 9878.0, 9890.0, 9900.0, 9915.0, 9901.0, 9897.0, 9896.0, 9899.0, 9954.0, 9893.0, 9894.0, 9894.0, 9895.0, 9875.0, 9879.0, 9948.0, 9950.0, 9887.0, 9882.0, 9889.0, 9906.0, 9900.0, 9887.0, 9870.0, 9839.0, 9893.0, 9912.0, 9917.0, 9927.0, 9900.0, 9913.0, 9878.0, 9914.0, 9894.0, 9947.0, 9879.0, 9940.0, 9851.0, 9920.0, 9904.0, 9891.0, 9911.0, 9861.0, 9826.0, 9860.0, 9774.0, 9758.0, 9751.0, 9754.0, 9768.0, 9786.0, 9785.0, 9794.0, 9803.0, 9835.0, 9845.0, 9850.0, 9842.0, 9825.0, 9821.0, 9846.0, 9843.0, 9851.0, 9872.0, 9855.0, 9871.0, 9869.0, 9877.0, 9875.0, 9893.0, 9915.0, 9894.0, 9913.0, 9895.0, 9932.0, 9891.0, 9915.0, 9869.0, 9889.0, 9877.0, 9905.0, 9922.0, 9869.0, 9869.0, 9887.0, 9802.0, 9857.0, 9808.0, 9794.0, 9839.0, 9799.0, 9798.0, 9778.0, 9790.0, 9791.0, 9811.0, 9794.0, 9797.0, 9826.0, 9780.0, 9780.0, 9829.0, 9774.0, 9773.0, 9816.0, 9780.0, 9796.0, 9836.0, 9812.0, 9815.0, 9775.0, 9835.0, 9845.0, 9842.0, 9855.0, 9856.0, 9878.0, 9817.0, 9867.0, 9894.0, 9909.0, 9896.0, 9893.0, 9892.0, 9909.0, 9915.0, 9913.0, 9912.0, 9893.0, 9895.0, 9941.0, 9910.0, 9901.0, 9893.0, 9916.0, 9958.0, 9932.0, 9923.0, 9908.0, 9872.0, 9908.0, 9844.0, 9818.0, 9858.0, 9829.0, 9815.0, 9820.0, 9841.0, 9865.0, 9882.0, 9846.0, 9859.0, 9859.0, 9861.0, 9839.0, 9858.0, 9912.0, 9839.0, 9837.0, 9883.0, 9849.0, 9837.0, 9855.0, 9854.0, 9824.0, 9840.0, 9872.0, 9891.0, 9870.0, 9896.0, 9869.0, 9867.0, 9866.0, 9885.0, 9876.0, 9867.0, 9904.0, 9864.0, 9868.0, 9854.0, 9865.0, 9909.0, 9860.0, 9848.0, 9917.0, 9868.0, 9847.0, 9841.0, 9842.0, 9846.0, 9864.0, 9858.0, 9873.0, 9872.0, 9878.0, 9905.0, 9902.0, 9895.0, 9907.0, 9893.0, 9878.0, 9918.0, 9948.0, 9893.0, 9897.0, 9895.0, 9892.0, 9871.0, 9873.0, 9854.0, 9873.0, 9949.0, 9890.0, 9956.0, 9914.0, 9901.0, 9882.0, 9866.0, 9848.0, 9884.0, 9950.0, 9932.0, 9935.0, 9828.0, 9858.0, 9913.0, 9837.0, 9870.0, 9805.0, 9835.0, 9857.0, 9858.0, 9839.0, 9854.0, 9846.0, 9880.0, 9881.0, 9900.0, 9888.0, 9904.0, 9902.0, 9885.0, 9870.0, 9887.0, 9883.0, 9885.0, 9904.0, 9885.0, 9907.0, 9908.0, 9900.0, 9931.0, 9935.0, 9903.0, 9928.0, 9911.0, 9930.0, 9939.0, 9938.0, 9917.0, 9936.0, 9933.0, 9897.0, 9911.0, 9979.0, 9952.0, 9902.0, 9902.0, 9865.0, 9860.0, 9908.0, 9857.0, 9860.0, 9844.0, 9857.0, 9858.0, 9861.0, 9880.0, 9864.0, 9865.0, 9924.0, 9866.0, 9866.0, 9886.0, 9855.0, 9838.0, 9837.0, 9840.0, 9845.0, 9869.0, 9878.0, 9875.0, 9868.0, 9870.0, 9896.0, 9940.0, 9873.0, 9854.0, 9850.0, 9858.0, 9884.0, 9881.0, 9897.0, 9906.0, 9868.0, 9898.0, 9927.0, 9880.0, 9880.0, 9864.0, 9876.0, 9879.0, 9876.0, 9901.0, 9891.0, 9898.0, 9868.0, 9907.0, 9889.0, 9870.0, 9850.0, 9865.0, 9857.0, 9908.0, 9850.0, 9887.0, 9841.0, 9822.0, 9859.0, 9800.0, 9801.0, 9786.0, 9802.0, 9803.0, 9809.0, 9816.0, 9833.0, 9814.0, 9811.0, 9814.0, 9825.0, 9840.0, 9835.0, 9818.0, 9841.0, 9803.0, 9817.0, 9821.0, 9821.0, 9825.0, 9841.0, 9838.0, 9840.0, 9853.0, 9828.0, 9840.0, 9865.0, 9823.0, 9824.0, 9844.0, 9840.0, 9850.0, 9874.0, 9857.0, 9871.0, 9881.0, 9915.0, 9912.0, 9920.0, 9889.0, 9917.0, 9879.0, 9923.0, 9897.0, 9948.0, 9904.0, 9934.0, 9961.0, 9910.0, 9914.0, 9933.0, 9989.0, 9957.0, 9978.0, 9913.0, 9912.0, 9924.0, 9924.0, 9904.0, 9916.0, 9877.0, 9911.0, 9865.0, 9890.0, 9826.0, 9821.0, 9780.0, 9793.0, 9761.0, 9763.0, 9793.0, 9779.0, 9830.0, 9828.0, 9818.0, 9814.0, 9838.0, 9790.0, 9817.0, 9821.0, 9841.0, 9804.0, 9850.0, 9804.0, 9851.0, 9788.0, 9807.0, 9804.0, 9762.0, 9803.0, 9742.0, 9738.0, 9738.0, 9722.0, 9742.0, 9741.0, 9770.0, 9782.0, 9811.0, 9830.0, 9829.0, 9794.0, 9805.0, 9810.0, 9859.0, 9824.0, 9839.0, 9811.0, 9838.0, 9831.0, 9845.0, 9850.0, 9819.0, 9850.0, 9859.0, 9872.0, 9859.0, 9885.0, 9859.0, 9883.0, 9860.0, 9913.0, 9895.0, 9937.0, 9887.0, 9875.0, 9854.0, 9841.0, 9876.0, 9860.0, 9861.0, 9832.0, 9864.0, 9868.0, 9885.0, 9883.0, 9865.0, 9862.0, 9860.0, 9860.0, 9846.0, 9879.0, 9870.0, 9886.0, 9911.0, 9897.0, 9887.0, 9894.0, 9880.0, 9847.0, 9905.0, 9891.0, 9872.0, 9868.0, 9912.0, 9908.0, 9907.0, 9901.0, 9880.0, 9894.0, 9894.0, 9879.0, 9884.0, 9880.0, 9881.0, 9879.0, 9881.0, 9893.0, 9876.0, 9883.0, 9889.0, 9886.0, 9866.0, 9881.0, 9879.0, 9885.0, 9894.0, 9915.0, 9931.0, 9909.0, 9887.0, 9921.0, 9932.0, 9925.0, 9930.0, 9928.0, 9924.0, 9993.0, 9911.0, 9890.0, 9884.0, 9921.0, 9904.0, 9906.0, 9910.0, 9913.0, 9872.0, 9885.0, 9937.0, 9869.0, 9886.0, 9937.0, 9928.0, 9897.0, 9912.0, 9863.0, 9861.0, 9826.0, 9857.0, 9856.0, 9855.0, 9839.0, 9852.0, 9874.0, 9875.0, 9859.0, 9856.0, 9840.0, 9855.0, 9897.0, 9880.0, 9832.0, 9816.0, 9826.0, 9831.0, 9841.0, 9826.0, 9827.0, 9828.0, 9830.0, 9829.0, 9847.0, 9836.0, 9851.0, 9858.0, 9863.0, 9878.0, 9858.0, 9859.0, 9861.0, 9871.0, 9882.0, 9863.0, 9881.0, 9865.0, 9881.0, 9879.0, 9889.0, 9865.0, 9862.0, 9886.0, 9871.0, 9883.0, 9868.0, 9882.0, 9893.0, 9911.0, 9904.0, 9909.0, 9931.0, 9882.0, 9878.0, 9855.0, 9845.0, 9860.0, 9892.0, 9882.0, 9903.0, 9883.0, 9903.0, 9937.0, 9881.0, 9900.0, 9873.0, 9877.0, 9917.0, 9850.0, 9848.0, 9818.0, 9829.0, 9900.0, 9834.0, 9837.0, 9877.0, 9829.0, 9811.0, 9825.0, 9828.0, 9827.0, 9830.0, 9833.0, 9819.0, 9852.0, 9841.0, 9843.0, 9857.0, 9844.0, 9876.0, 9877.0, 9871.0, 9855.0, 9870.0, 9889.0, 9878.0, 9869.0, 9892.0, 9876.0, 9896.0, 9878.0, 9891.0, 9900.0, 9933.0, 9903.0, 9933.0, 9952.0, 9944.0, 9913.0, 9893.0, 9923.0, 9915.0, 9950.0, 9902.0, 9902.0, 9866.0, 9871.0, 9887.0, 9883.0, 9865.0, 9922.0, 9944.0, 9920.0, 9965.0, 9918.0, 9819.0, 9839.0, 9860.0, 9816.0, 9801.0, 9839.0, 9795.0, 9842.0, 9855.0, 9885.0, 9893.0, 9895.0, 9876.0, 9872.0, 9858.0, 9823.0, 9838.0, 9888.0, 9865.0, 9877.0, 9883.0, 9883.0, 9883.0, 9883.0, 9903.0, 9888.0, 9922.0, 9883.0, 9934.0, 9859.0, 9917.0, 9850.0, 9890.0, 9909.0, 9864.0, 9884.0, 9849.0, 9837.0, 9803.0, 9777.0, 9781.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.0019569839449541286</td></tr>
<tr><td colspan=3>aqi</td><td>0.050214772821100914</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.35214033687714</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2161792469804829</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9801888574282426</td></tr>
<tr><td colspan=3>efc</td><td>0.4868</td></tr>
<tr><td colspan=3>fber</td><td>5127.9043</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.147755463192964</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>194</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.24770642201835</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.973848585669007</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.900209476308163</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2951289214380046</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.726207359260853</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177941</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012958874925971031</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02835950441658497</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>3.51813206728779</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>26.4507</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.6848</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.8333</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.0247</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.649</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.327</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.6047</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1094.0397</td></tr>
<tr><td colspan=3>tsnr</td><td>27.7405690215528</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>