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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-01_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-01_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-0124/ses-04/func/sub-0124_ses-04_task-social_acq-mb8_run-01_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>5a38cad80685c5208d598d4c2de9f7b7</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>17:29:39.760000</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_VE11E_LATEST_20181129</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.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</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.259</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-01_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.092308</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7803, -7217, 438, -114, -120, -9, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6051a99f-b23c-470e-91b8-d43ece354ebd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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': ['172939.760000', '172940.220000', '172940.680000', '172941.140000', '172941.600000', '172942.060000', '172942.520000', '172942.980000', '172943.440000', '172943.900000', '172944.360000', '172944.820000', '172945.280000', '172945.740000', '172946.200000', '172946.660000', '172947.120000', '172947.580000', '172948.040000', '172948.500000', '172948.960000', '172949.420000', '172949.880000', '172950.340000', '172950.800000', '172951.260000', '172951.720000', '172952.180000', '172952.640000', '172953.100000', '172953.560000', '172954.020000', '172954.480000', '172954.940000', '172955.400000', '172955.860000', '172956.320000', '172956.780000', '172957.240000', '172957.700000', '172958.160000', '172958.620000', '172959.080000', '172959.540000', '173000.000000', '173000.460000', '173000.920000', '173001.380000', '173001.840000', '173002.300000', '173002.760000', '173003.220000', '173003.680000', '173004.140000', '173004.600000', '173005.060000', '173005.520000', '173005.980000', '173006.440000', '173006.900000', '173007.360000', '173007.820000', '173008.280000', '173008.740000', '173009.200000', '173009.660000', '173010.120000', '173010.580000', '173011.040000', '173011.500000', '173011.960000', '173012.420000', '173012.880000', '173013.340000', '173013.800000', '173014.260000', '173014.720000', '173015.180000', '173015.640000', '173016.100000', '173016.560000', '173017.020000', '173017.480000', '173017.940000', '173018.400000', '173018.860000', '173019.320000', '173019.780000', '173020.240000', '173020.700000', '173021.160000', '173021.620000', '173022.080000', '173022.540000', '173023.000000', '173023.460000', '173023.920000', '173024.380000', '173024.840000', '173025.300000', '173025.760000', '173026.220000', '173026.680000', '173027.140000', '173027.600000', '173028.060000', '173028.520000', '173028.980000', '173029.440000', '173029.900000', '173030.360000', '173030.820000', '173031.280000', '173031.740000', '173032.200000', '173032.660000', '173033.120000', '173033.580000', '173034.040000', '173034.500000', '173034.960000', '173035.420000', '173035.880000', '173036.340000', '173036.800000', '173037.260000', '173037.720000', '173038.180000', '173038.640000', '173039.100000', '173039.560000', '173040.020000', '173040.480000', '173040.940000', '173041.400000', '173041.860000', '173042.320000', '173042.780000', '173043.240000', '173043.700000', '173044.160000', '173044.620000', '173045.080000', '173045.540000', '173046.000000', '173046.460000', '173046.920000', '173047.380000', '173047.840000', '173048.300000', '173048.760000', '173049.220000', '173049.680000', '173050.140000', '173050.600000', '173051.060000', '173051.520000', '173051.980000', '173052.440000', '173052.900000', '173053.360000', '173053.820000', '173054.280000', '173054.740000', '173055.200000', '173055.660000', '173056.120000', '173056.580000', '173057.040000', '173057.500000', '173057.960000', '173058.420000', '173058.880000', '173059.340000', '173059.800000', '173100.260000', '173100.720000', '173101.180000', '173101.640000', '173102.100000', '173102.560000', '173103.020000', '173103.480000', '173103.940000', '173104.400000', '173104.860000', '173105.320000', '173105.780000', '173106.240000', '173106.700000', '173107.160000', '173107.620000', '173108.080000', '173108.540000', '173109.000000', '173109.460000', '173109.920000', '173110.380000', '173110.840000', '173111.300000', '173111.760000', '173112.220000', '173112.680000', '173113.140000', '173113.600000', '173114.060000', '173114.520000', '173114.980000', '173115.440000', '173115.900000', '173116.360000', '173116.820000', '173117.280000', '173117.740000', '173118.200000', '173118.660000', '173119.120000', '173119.580000', '173120.040000', '173120.500000', '173120.960000', '173121.420000', '173121.880000', '173122.340000', '173122.800000', '173123.260000', '173123.720000', '173124.180000', '173124.640000', '173125.100000', '173125.560000', '173126.020000', '173126.480000', '173126.940000', '173127.400000', '173127.860000', '173128.320000', '173128.780000', '173129.240000', '173129.700000', '173130.160000', '173130.620000', '173131.080000', '173131.540000', '173132.000000', '173132.460000', '173132.920000', '173133.380000', '173133.840000', '173134.300000', '173134.760000', '173135.220000', '173135.680000', '173136.140000', '173136.600000', '173137.060000', '173137.520000', '173137.980000', '173138.440000', '173138.900000', '173139.360000', '173139.820000', '173140.280000', '173140.740000', '173141.200000', '173141.660000', '173142.120000', '173142.580000', '173143.040000', '173143.500000', '173143.960000', '173144.420000', '173144.880000', '173145.340000', '173145.800000', '173146.260000', '173146.720000', '173147.180000', '173147.640000', '173148.100000', '173148.560000', '173149.020000', '173149.480000', '173149.940000', '173150.400000', '173150.860000', '173151.320000', '173151.780000', '173152.240000', '173152.700000', '173153.160000', '173153.620000', '173154.080000', '173154.540000', '173155.000000', '173155.460000', '173155.920000', '173156.380000', '173156.840000', '173157.300000', '173157.760000', '173158.220000', '173158.680000', '173159.140000', '173159.600000', '173200.060000', '173200.520000', '173200.980000', '173201.440000', '173201.900000', '173202.360000', '173202.820000', '173203.280000', '173203.740000', '173204.200000', '173204.660000', '173205.120000', '173205.580000', '173206.040000', '173206.500000', '173206.960000', '173207.420000', '173207.880000', '173208.340000', '173208.800000', '173209.260000', '173209.720000', '173210.180000', '173210.640000', '173211.100000', '173211.560000', '173212.020000', '173212.480000', '173212.940000', '173213.400000', '173213.860000', '173214.320000', '173214.780000', '173215.240000', '173215.700000', '173216.160000', '173216.620000', '173217.080000', '173217.540000', '173218.000000', '173218.460000', '173218.920000', '173219.380000', '173219.840000', '173220.300000', '173220.760000', '173221.220000', '173221.680000', '173222.140000', '173222.600000', '173223.060000', '173223.520000', '173223.980000', '173224.440000', '173224.900000', '173225.360000', '173225.820000', '173226.280000', '173226.740000', '173227.200000', '173227.660000', '173228.120000', '173228.580000', '173229.040000', '173229.500000', '173229.960000', '173230.420000', '173230.880000', '173231.340000', '173231.800000', '173232.260000', '173232.720000', '173233.180000', '173233.640000', '173234.100000', '173234.560000', '173235.020000', '173235.480000', '173235.940000', '173236.400000', '173236.860000', '173237.320000', '173237.780000', '173238.240000', '173238.700000', '173239.160000', '173239.620000', '173240.080000', '173240.540000', '173241.000000', '173241.460000', '173241.920000', '173242.380000', '173242.840000', '173243.300000', '173243.760000', '173244.220000', '173244.680000', '173245.140000', '173245.600000', '173246.060000', '173246.520000', '173246.980000', '173247.440000', '173247.900000', '173248.360000', '173248.820000', '173249.280000', '173249.740000', '173250.200000', '173250.660000', '173251.120000', '173251.580000', '173252.040000', '173252.500000', '173252.960000', '173253.420000', '173253.880000', '173254.340000', '173254.800000', '173255.260000', '173255.720000', '173256.180000', '173256.640000', '173257.100000', '173257.560000', '173258.020000', '173258.480000', '173258.940000', '173259.400000', '173259.860000', '173300.320000', '173300.780000', '173301.240000', '173301.700000', '173302.160000', '173302.620000', '173303.080000', '173303.540000', '173304.000000', '173304.460000', '173304.920000', '173305.380000', '173305.840000', '173306.300000', '173306.760000', '173307.220000', '173307.680000', '173308.140000', '173308.600000', '173309.060000', '173309.520000', '173309.980000', '173310.440000', '173310.900000', '173311.360000', '173311.820000', '173312.280000', '173312.740000', '173313.200000', '173313.660000', '173314.120000', '173314.580000', '173315.040000', '173315.500000', '173315.960000', '173316.420000', '173316.880000', '173317.340000', '173317.800000', '173318.260000', '173318.720000', '173319.180000', '173319.640000', '173320.100000', '173320.560000', '173321.020000', '173321.480000', '173321.940000', '173322.400000', '173322.860000', '173323.320000', '173323.780000', '173324.240000', '173324.700000', '173325.160000', '173325.620000', '173326.080000', '173326.540000', '173327.000000', '173327.460000', '173327.920000', '173328.380000', '173328.840000', '173329.300000', '173329.760000', '173330.220000', '173330.680000', '173331.140000', '173331.600000', '173332.060000', '173332.520000', '173332.980000', '173333.440000', '173333.900000', '173334.360000', '173334.820000', '173335.280000', '173335.740000', '173336.200000', '173336.660000', '173337.120000', '173337.580000', '173338.040000', '173338.500000', '173338.960000', '173339.420000', '173339.880000', '173340.340000', '173340.800000', '173341.260000', '173341.720000', '173342.180000', '173342.640000', '173343.100000', '173343.560000', '173344.020000', '173344.480000', '173344.940000', '173345.400000', '173345.860000', '173346.320000', '173346.780000', '173347.240000', '173347.700000', '173348.160000', '173348.620000', '173349.080000', '173349.540000', '173350.000000', '173350.460000', '173350.920000', '173351.380000', '173351.840000', '173352.300000', '173352.760000', '173353.220000', '173353.680000', '173354.140000', '173354.600000', '173355.060000', '173355.520000', '173355.980000', '173356.440000', '173356.900000', '173357.360000', '173357.820000', '173358.280000', '173358.740000', '173359.200000', '173359.660000', '173400.120000', '173400.580000', '173401.040000', '173401.500000', '173401.960000', '173402.420000', '173402.880000', '173403.340000', '173403.800000', '173404.260000', '173404.720000', '173405.180000', '173405.640000', '173406.100000', '173406.560000', '173407.020000', '173407.480000', '173407.940000', '173408.400000', '173408.860000', '173409.320000', '173409.780000', '173410.240000', '173410.700000', '173411.160000', '173411.620000', '173412.080000', '173412.540000', '173413.000000', '173413.460000', '173413.920000', '173414.380000', '173414.840000', '173415.300000', '173415.760000', '173416.220000', '173416.680000', '173417.140000', '173417.600000', '173418.060000', '173418.520000', '173418.980000', '173419.440000', '173419.900000', '173420.360000', '173420.820000', '173421.280000', '173421.740000', '173422.200000', '173422.660000', '173423.120000', '173423.580000', '173424.040000', '173424.500000', '173424.960000', '173425.420000', '173425.880000', '173426.340000', '173426.800000', '173427.260000', '173427.720000', '173428.180000', '173428.640000', '173429.100000', '173429.560000', '173430.020000', '173430.480000', '173430.940000', '173431.400000', '173431.860000', '173432.320000', '173432.780000', '173433.240000', '173433.700000', '173434.160000', '173434.620000', '173435.080000', '173435.540000', '173436.000000', '173436.460000', '173436.920000', '173437.380000', '173437.840000', '173438.300000', '173438.760000', '173439.220000', '173439.680000', '173440.140000', '173440.600000', '173441.060000', '173441.520000', '173441.980000', '173442.440000', '173442.900000', '173443.360000', '173443.820000', '173444.280000', '173444.740000', '173445.200000', '173445.660000', '173446.120000', '173446.580000', '173447.040000', '173447.500000', '173447.960000', '173448.420000', '173448.880000', '173449.340000', '173449.800000', '173450.260000', '173450.720000', '173451.180000', '173451.640000', '173452.100000', '173452.560000', '173453.020000', '173453.480000', '173453.940000', '173454.400000', '173454.860000', '173455.320000', '173455.780000', '173456.240000', '173456.700000', '173457.160000', '173457.620000', '173458.080000', '173458.540000', '173459.000000', '173459.460000', '173459.920000', '173500.380000', '173500.840000', '173501.300000', '173501.760000', '173502.220000', '173502.680000', '173503.140000', '173503.600000', '173504.060000', '173504.520000', '173504.980000', '173505.440000', '173505.900000', '173506.360000', '173506.820000', '173507.280000', '173507.740000', '173508.200000', '173508.660000', '173509.120000', '173509.580000', '173510.040000', '173510.500000', '173510.960000', '173511.420000', '173511.880000', '173512.340000', '173512.800000', '173513.260000', '173513.720000', '173514.180000', '173514.640000', '173515.100000', '173515.560000', '173516.020000', '173516.480000', '173516.940000', '173517.400000', '173517.860000', '173518.320000', '173518.780000', '173519.240000', '173519.700000', '173520.160000', '173520.620000', '173521.080000', '173521.540000', '173522.000000', '173522.460000', '173522.920000', '173523.380000', '173523.840000', '173524.300000', '173524.760000', '173525.220000', '173525.680000', '173526.140000', '173526.600000', '173527.060000', '173527.520000', '173527.980000', '173528.440000', '173528.900000', '173529.360000', '173529.820000', '173530.280000', '173530.740000', '173531.200000', '173531.660000', '173532.120000', '173532.580000', '173533.040000', '173533.500000', '173533.960000', '173534.420000', '173534.880000', '173535.340000', '173535.800000', '173536.260000', '173536.720000', '173537.180000', '173537.640000', '173538.100000', '173538.560000', '173539.020000', '173539.480000', '173539.940000', '173540.400000', '173540.860000', '173541.320000', '173541.780000', '173542.240000', '173542.700000', '173543.160000', '173543.620000', '173544.080000', '173544.540000', '173545.000000', '173545.460000', '173545.920000', '173546.380000', '173546.840000', '173547.300000', '173547.760000', '173548.220000', '173548.680000', '173549.140000', '173549.600000', '173550.060000', '173550.520000', '173550.980000', '173551.440000', '173551.900000', '173552.360000', '173552.820000', '173553.280000', '173553.740000', '173554.200000', '173554.660000', '173555.120000', '173555.580000', '173556.040000', '173556.500000', '173556.960000', '173557.420000', '173557.880000', '173558.340000', '173558.800000', '173559.260000', '173559.720000', '173600.180000', '173600.640000', '173601.100000', '173601.560000', '173602.020000', '173602.480000', '173602.940000', '173603.400000', '173603.860000', '173604.320000', '173604.780000', '173605.240000', '173605.700000', '173606.160000', '173606.620000', '173607.080000', '173607.540000', '173608.000000', '173608.460000', '173608.920000', '173609.380000', '173609.840000', '173610.300000', '173610.760000', '173611.220000', '173611.680000', '173612.140000', '173612.600000', '173613.060000', '173613.520000', '173613.980000', '173614.440000', '173614.900000', '173615.360000', '173615.820000', '173616.280000', '173616.740000', '173617.200000', '173617.660000', '173618.120000', '173618.580000', '173619.040000', '173619.500000', '173619.960000', '173620.420000'], 'ContentTime': ['172959.940000', '172959.943000', '172959.946000', '172959.949000', '172959.952000', '172959.955000', '172959.958000', '172959.961000', '172959.973000', '172959.975000', '172959.978000', '172959.980000', '172959.983000', '172959.986000', '172959.988000', '172959.991000', '172959.993000', '172959.996000', '172959.998000', '173000.002000', '173000.004000', '173000.007000', '173000.009000', '173000.012000', '173000.014000', '173000.017000', '173000.019000', '173000.022000', '173000.025000', '173000.027000', '173000.030000', '173000.032000', '173000.035000', '173000.037000', '173000.040000', '173000.042000', '173000.045000', '173000.047000', '173000.050000', '173000.052000', '173019.903000', '173019.906000', '173019.909000', '173019.911000', '173019.914000', '173019.917000', '173019.919000', '173019.922000', '173019.924000', '173019.927000', '173019.929000', '173019.932000', '173019.934000', '173019.937000', '173019.939000', '173019.942000', '173019.944000', '173019.947000', '173019.949000', '173019.952000', '173019.955000', '173019.957000', '173019.960000', '173019.962000', '173019.965000', '173019.967000', '173019.970000', '173019.972000', '173019.975000', '173019.977000', '173019.980000', '173019.982000', '173019.985000', '173019.987000', '173019.990000', '173019.992000', '173019.995000', '173019.997000', '173020.000000', '173020.003000', '173020.005000', '173020.008000', '173020.010000', '173020.019000', '173039.902000', '173039.905000', '173039.908000', '173039.910000', '173039.913000', '173039.915000', '173039.918000', '173039.921000', '173039.923000', '173039.926000', '173039.928000', '173039.931000', '173039.933000', '173039.936000', '173039.938000', '173039.941000', '173039.943000', '173039.946000', '173039.949000', '173039.951000', '173039.954000', '173039.957000', '173039.959000', '173039.962000', '173039.964000', '173039.967000', '173039.970000', '173039.972000', '173039.975000', '173039.977000', '173039.980000', '173039.982000', '173039.985000', '173039.987000', '173039.990000', '173039.993000', '173039.995000', '173039.998000', '173040.002000', '173040.005000', '173040.008000', '173040.010000', '173040.041000', '173059.902000', '173059.905000', '173059.908000', '173059.910000', '173059.913000', '173059.915000', '173059.918000', '173059.921000', '173059.923000', '173059.926000', '173059.928000', '173059.931000', '173059.933000', '173059.936000', '173059.938000', '173059.941000', '173059.943000', '173059.946000', '173059.948000', '173059.951000', '173059.954000', '173059.956000', '173059.959000', '173059.961000', '173059.964000', '173059.966000', '173059.969000', '173059.971000', '173059.974000', '173059.977000', '173059.979000', '173059.990000', '173059.993000', '173059.995000', '173059.998000', '173100.001000', '173100.004000', '173100.006000', '173100.009000', '173100.011000', '173100.014000', '173100.016000', '173100.019000', '173100.022000', '173119.902000', '173119.905000', '173119.908000', '173119.910000', '173119.913000', '173119.915000', '173119.918000', '173119.921000', '173119.923000', '173119.926000', '173119.928000', '173119.931000', '173119.933000', '173119.936000', '173119.939000', '173119.941000', '173119.944000', '173119.946000', '173119.949000', '173119.951000', '173119.954000', '173119.956000', '173119.959000', '173119.962000', '173119.964000', '173119.967000', '173119.969000', '173119.972000', '173119.974000', '173119.977000', '173119.980000', '173119.988000', '173119.990000', '173119.993000', '173119.996000', '173119.998000', '173120.002000', '173120.004000', '173120.007000', '173120.010000', '173120.012000', '173120.015000', '173120.017000', '173139.902000', '173139.905000', '173139.908000', '173139.910000', '173139.913000', '173139.916000', '173139.918000', '173139.921000', '173139.923000', '173139.926000', '173139.928000', '173139.931000', '173139.933000', '173139.936000', '173139.939000', '173139.941000', '173139.944000', '173139.946000', '173139.949000', '173139.951000', '173139.954000', '173139.956000', '173139.959000', '173139.961000', '173139.964000', '173139.967000', '173139.969000', '173139.972000', '173139.974000', '173139.977000', '173139.980000', '173139.982000', '173139.985000', '173139.987000', '173139.990000', '173139.992000', '173139.995000', '173139.997000', '173140.001000', '173140.004000', '173140.006000', '173140.009000', '173140.011000', '173140.014000', '173159.902000', '173159.905000', '173159.908000', '173159.910000', '173159.913000', '173159.916000', '173159.918000', '173159.921000', '173159.923000', '173159.926000', '173159.928000', '173159.931000', '173159.934000', '173159.936000', '173159.939000', '173159.941000', '173159.944000', '173159.947000', '173159.949000', '173159.952000', '173159.954000', '173159.957000', '173159.960000', '173159.962000', '173159.965000', '173159.967000', '173159.970000', '173159.972000', '173159.975000', '173159.978000', '173159.981000', '173159.983000', '173159.986000', '173159.988000', '173159.991000', '173159.994000', '173159.996000', '173200.000000', '173200.002000', '173200.005000', '173200.007000', '173200.010000', '173200.012000', '173219.902000', '173219.905000', '173219.908000', '173219.910000', '173219.913000', '173219.915000', '173219.918000', '173219.921000', '173219.923000', '173219.926000', '173219.929000', '173219.931000', '173219.934000', '173219.936000', '173219.939000', '173219.941000', '173219.944000', '173219.947000', '173219.949000', '173219.952000', '173219.954000', '173219.957000', '173219.959000', '173219.962000', '173219.965000', '173219.967000', '173219.970000', '173219.972000', '173219.975000', '173219.977000', '173219.980000', '173219.983000', '173219.985000', '173219.988000', '173219.990000', '173219.993000', '173219.995000', '173219.998000', '173220.013000', '173220.016000', '173220.018000', '173220.025000', '173220.028000', '173220.030000', '173239.903000', '173239.906000', '173239.909000', '173239.911000', '173239.914000', '173239.917000', '173239.919000', '173239.922000', '173239.924000', '173239.927000', '173239.929000', '173239.932000', '173239.935000', '173239.937000', '173239.940000', '173239.942000', '173239.945000', '173239.947000', '173239.950000', '173239.953000', '173239.955000', '173239.958000', '173239.960000', '173239.963000', '173239.966000', '173239.968000', '173239.971000', '173239.973000', '173239.976000', '173239.978000', '173239.981000', '173239.984000', '173239.986000', '173239.989000', '173239.991000', '173239.994000', '173239.997000', '173239.999000', '173240.002000', '173240.005000', '173240.008000', '173240.010000', '173240.013000', '173259.902000', '173259.905000', '173259.908000', '173259.911000', '173259.913000', '173259.916000', '173259.918000', '173259.921000', '173259.924000', '173259.926000', '173259.929000', '173259.931000', '173259.934000', '173259.936000', '173259.939000', '173259.942000', '173259.944000', '173259.947000', '173259.949000', '173259.952000', '173259.954000', '173259.957000', '173259.959000', '173259.962000', '173259.965000', '173259.967000', '173259.970000', '173259.972000', '173259.975000', '173259.977000', '173259.980000', '173259.983000', '173259.985000', '173259.988000', '173259.990000', '173259.993000', '173259.995000', '173259.998000', '173300.002000', '173300.004000', '173300.007000', '173300.009000', '173300.012000', '173300.042000', '173319.902000', '173319.905000', '173319.908000', '173319.910000', '173319.913000', '173319.916000', '173319.918000', '173319.921000', '173319.923000', '173319.926000', '173319.929000', '173319.931000', '173319.934000', '173319.936000', '173319.939000', '173319.942000', '173319.944000', '173319.947000', '173319.949000', '173319.952000', '173319.954000', '173319.957000', '173319.960000', '173319.962000', '173319.965000', '173319.967000', '173319.970000', '173319.973000', '173319.975000', '173319.978000', '173319.980000', '173319.983000', '173319.985000', '173319.988000', '173319.990000', '173319.993000', '173319.996000', '173319.998000', '173320.002000', '173320.004000', '173320.007000', '173320.009000', '173320.012000', '173339.903000', '173339.905000', '173339.908000', '173339.911000', '173339.913000', '173339.916000', '173339.918000', '173339.921000', '173339.923000', '173339.926000', '173339.929000', '173339.931000', '173339.934000', '173339.936000', '173339.939000', '173339.941000', '173339.944000', '173339.946000', '173339.949000', '173339.952000', '173339.954000', '173339.957000', '173339.959000', '173339.962000', '173339.964000', '173339.967000', '173339.970000', '173339.972000', '173339.975000', '173339.977000', '173339.980000', '173339.982000', '173339.985000', '173339.988000', '173339.990000', '173339.993000', '173339.995000', '173339.998000', '173340.002000', '173340.004000', '173340.007000', '173340.009000', '173340.012000', '173340.014000', '173359.902000', '173359.905000', '173359.908000', '173359.910000', '173359.913000', '173359.916000', '173359.918000', '173359.921000', '173359.923000', '173359.926000', '173359.928000', '173359.931000', '173359.934000', '173359.936000', '173359.939000', '173359.941000', '173359.944000', '173359.946000', '173359.949000', '173359.959000', '173359.962000', '173359.965000', '173359.967000', '173359.970000', '173359.972000', '173359.975000', '173359.977000', '173359.980000', '173359.983000', '173359.985000', '173359.988000', '173359.990000', '173359.993000', '173359.996000', '173359.998000', '173400.002000', '173400.005000', '173400.007000', '173400.010000', '173400.012000', '173400.015000', '173400.018000', '173400.020000', '173419.903000', '173419.906000', '173419.908000', '173419.911000', '173419.913000', '173419.916000', '173419.919000', '173419.921000', '173419.924000', '173419.926000', '173419.929000', '173419.932000', '173419.934000', '173419.937000', '173419.940000', '173419.942000', '173419.945000', '173419.947000', '173419.950000', '173419.953000', '173419.955000', '173419.958000', '173419.960000', '173419.963000', '173419.965000', '173419.968000', '173419.971000', '173419.973000', '173419.976000', '173419.978000', '173419.981000', '173419.984000', '173419.986000', '173419.989000', '173419.991000', '173419.994000', '173419.997000', '173420.000000', '173420.003000', '173420.005000', '173420.008000', '173420.010000', '173420.013000', '173439.902000', '173439.905000', '173439.908000', '173439.910000', '173439.913000', '173439.916000', '173439.918000', '173439.921000', '173439.923000', '173439.926000', '173439.929000', '173439.931000', '173439.934000', '173439.936000', '173439.939000', '173439.941000', '173439.944000', '173439.947000', '173439.949000', '173439.952000', '173439.954000', '173439.957000', '173439.960000', '173439.962000', '173439.965000', '173439.967000', '173439.970000', '173439.973000', '173439.975000', '173439.978000', '173439.980000', '173439.983000', '173439.985000', '173439.988000', '173439.991000', '173439.993000', '173439.996000', '173439.998000', '173440.002000', '173440.004000', '173440.007000', '173440.010000', '173440.012000', '173440.015000', '173459.904000', '173459.906000', '173459.909000', '173459.911000', '173459.914000', '173459.917000', '173459.919000', '173459.922000', '173459.924000', '173459.927000', '173459.929000', '173459.932000', '173459.935000', '173459.937000', '173459.940000', '173459.942000', '173459.945000', '173459.948000', '173459.950000', '173459.953000', '173459.955000', '173459.958000', '173459.960000', '173459.963000', '173459.965000', '173459.968000', '173459.971000', '173459.973000', '173459.976000', '173459.978000', '173459.981000', '173459.984000', '173459.986000', '173459.989000', '173459.991000', '173459.994000', '173459.997000', '173459.999000', '173500.002000', '173500.004000', '173500.007000', '173500.010000', '173500.012000', '173500.015000', '173519.903000', '173519.906000', '173519.908000', '173519.911000', '173519.913000', '173519.916000', '173519.919000', '173519.921000', '173519.924000', '173519.926000', '173519.929000', '173519.931000', '173519.934000', '173519.937000', '173519.939000', '173519.942000', '173519.944000', '173519.947000', '173519.950000', '173519.952000', '173519.955000', '173519.957000', '173519.960000', '173519.963000', '173519.965000', '173519.968000', '173519.970000', '173519.973000', '173519.975000', '173519.978000', '173519.987000', '173519.989000', '173519.992000', '173519.995000', '173519.997000', '173520.001000', '173520.003000', '173520.006000', '173520.008000', '173520.011000', '173520.014000', '173520.016000', '173520.019000', '173539.902000', '173539.905000', '173539.908000', '173539.911000', '173539.913000', '173539.916000', '173539.919000', '173539.922000', '173539.924000', '173539.927000', '173539.929000', '173539.932000', '173539.934000', '173539.937000', '173539.940000', '173539.942000', '173539.945000', '173539.947000', '173539.950000', '173539.952000', '173539.955000', '173539.958000', '173539.960000', '173539.963000', '173539.965000', '173539.968000', '173539.970000', '173539.973000', '173539.976000', '173539.980000', '173539.982000', '173539.985000', '173539.988000', '173539.990000', '173539.993000', '173539.995000', '173539.998000', '173540.002000', '173540.004000', '173540.007000', '173540.009000', '173540.012000', '173540.014000', '173540.017000', '173559.902000', '173559.905000', '173559.908000', '173559.911000', '173559.913000', '173559.916000', '173559.918000', '173559.921000', '173559.923000', '173559.926000', '173559.929000', '173559.931000', '173559.934000', '173559.936000', '173559.939000', '173559.942000', '173559.944000', '173559.947000', '173559.949000', '173559.952000', '173559.954000', '173559.957000', '173559.959000', '173559.962000', '173559.965000', '173559.967000', '173559.970000', '173559.972000', '173559.975000', '173559.977000', '173559.980000', '173559.983000', '173559.985000', '173559.988000', '173559.990000', '173559.993000', '173559.995000', '173559.998000', '173600.002000', '173600.004000', '173600.007000', '173600.009000', '173600.012000', '173619.903000', '173619.906000', '173619.909000', '173619.912000', '173619.915000', '173619.917000', '173619.920000', '173619.922000', '173619.925000', '173619.927000', '173619.930000', '173619.932000', '173619.935000', '173619.938000', '173619.940000', '173619.943000', '173619.945000', '173619.948000', '173619.950000', '173619.953000', '173619.955000', '173619.958000', '173619.961000', '173619.963000', '173619.966000', '173619.968000', '173619.971000', '173619.973000', '173619.976000', '173619.979000', '173619.981000', '173619.984000', '173619.987000', '173619.989000', '173619.992000', '173619.994000', '173619.997000', '173620.001000', '173620.003000', '173620.006000', '173620.008000', '173620.011000', '173620.013000', '173622.184000', '173622.188000', '173622.190000', '173622.193000', '173622.196000', '173622.198000'], 'InstanceCreationTime': ['172959.940000', '172959.943000', '172959.946000', '172959.949000', '172959.952000', '172959.955000', '172959.958000', '172959.961000', '172959.973000', '172959.975000', '172959.978000', '172959.980000', '172959.983000', '172959.986000', '172959.988000', '172959.991000', '172959.993000', '172959.996000', '172959.998000', '173000.002000', '173000.004000', '173000.007000', '173000.009000', '173000.012000', '173000.014000', '173000.017000', '173000.019000', '173000.022000', '173000.025000', '173000.027000', '173000.030000', '173000.032000', '173000.035000', '173000.037000', '173000.040000', '173000.042000', '173000.045000', '173000.047000', '173000.050000', '173000.052000', '173019.903000', '173019.906000', '173019.909000', '173019.911000', '173019.914000', '173019.917000', '173019.919000', '173019.922000', '173019.924000', '173019.927000', '173019.929000', '173019.932000', '173019.934000', '173019.937000', '173019.939000', '173019.942000', '173019.944000', '173019.947000', '173019.949000', '173019.952000', '173019.955000', '173019.957000', '173019.960000', '173019.962000', '173019.965000', '173019.967000', '173019.970000', '173019.972000', '173019.975000', '173019.977000', '173019.980000', '173019.982000', '173019.985000', '173019.987000', '173019.990000', '173019.992000', '173019.995000', '173019.997000', '173020.000000', '173020.003000', '173020.005000', '173020.008000', '173020.010000', '173020.019000', '173039.902000', '173039.905000', '173039.908000', '173039.910000', '173039.913000', '173039.915000', '173039.918000', '173039.921000', '173039.923000', '173039.926000', '173039.928000', '173039.931000', '173039.933000', '173039.936000', '173039.938000', '173039.941000', '173039.943000', '173039.946000', '173039.949000', '173039.951000', '173039.954000', '173039.957000', '173039.959000', '173039.962000', '173039.964000', '173039.967000', '173039.970000', '173039.972000', '173039.975000', '173039.977000', '173039.980000', '173039.982000', '173039.985000', '173039.987000', '173039.990000', '173039.993000', '173039.995000', '173039.998000', '173040.002000', '173040.005000', '173040.008000', '173040.010000', '173040.041000', '173059.902000', '173059.905000', '173059.908000', '173059.910000', '173059.913000', '173059.915000', '173059.918000', '173059.921000', '173059.923000', '173059.926000', '173059.928000', '173059.931000', '173059.933000', '173059.936000', '173059.938000', '173059.941000', '173059.943000', '173059.946000', '173059.948000', '173059.951000', '173059.954000', '173059.956000', '173059.959000', '173059.961000', '173059.964000', '173059.966000', '173059.969000', '173059.971000', '173059.974000', '173059.977000', '173059.979000', '173059.990000', '173059.993000', '173059.995000', '173059.998000', '173100.001000', '173100.004000', '173100.006000', '173100.009000', '173100.011000', '173100.014000', '173100.016000', '173100.019000', '173100.022000', '173119.902000', '173119.905000', '173119.908000', '173119.910000', '173119.913000', '173119.915000', '173119.918000', '173119.921000', '173119.923000', '173119.926000', '173119.928000', '173119.931000', '173119.933000', '173119.936000', '173119.939000', '173119.941000', '173119.944000', '173119.946000', '173119.949000', '173119.951000', '173119.954000', '173119.956000', '173119.959000', '173119.962000', '173119.964000', '173119.967000', '173119.969000', '173119.972000', '173119.974000', '173119.977000', '173119.980000', '173119.988000', '173119.990000', '173119.993000', '173119.996000', '173119.998000', '173120.002000', '173120.004000', '173120.007000', '173120.010000', '173120.012000', '173120.015000', '173120.017000', '173139.902000', '173139.905000', '173139.908000', '173139.910000', '173139.913000', '173139.916000', '173139.918000', '173139.921000', '173139.923000', '173139.926000', '173139.928000', '173139.931000', '173139.933000', '173139.936000', '173139.939000', '173139.941000', '173139.944000', '173139.946000', '173139.949000', '173139.951000', '173139.954000', '173139.956000', '173139.959000', '173139.961000', '173139.964000', '173139.967000', '173139.969000', '173139.972000', '173139.974000', '173139.977000', '173139.980000', '173139.982000', '173139.985000', '173139.987000', '173139.990000', '173139.992000', '173139.995000', '173139.997000', '173140.001000', '173140.004000', '173140.006000', '173140.009000', '173140.011000', '173140.014000', '173159.902000', '173159.905000', '173159.908000', '173159.910000', '173159.913000', '173159.916000', '173159.918000', '173159.921000', '173159.923000', '173159.926000', '173159.928000', '173159.931000', '173159.934000', '173159.936000', '173159.939000', '173159.941000', '173159.944000', '173159.947000', '173159.949000', '173159.952000', '173159.954000', '173159.957000', '173159.960000', '173159.962000', '173159.965000', '173159.967000', '173159.970000', '173159.972000', '173159.975000', '173159.978000', '173159.981000', '173159.983000', '173159.986000', '173159.988000', '173159.991000', '173159.994000', '173159.996000', '173200.000000', '173200.002000', '173200.005000', '173200.007000', '173200.010000', '173200.012000', '173219.902000', '173219.905000', '173219.908000', '173219.910000', '173219.913000', '173219.915000', '173219.918000', '173219.921000', '173219.923000', '173219.926000', '173219.929000', '173219.931000', '173219.934000', '173219.936000', '173219.939000', '173219.941000', '173219.944000', '173219.947000', '173219.949000', '173219.952000', '173219.954000', '173219.957000', '173219.959000', '173219.962000', '173219.965000', '173219.967000', '173219.970000', '173219.972000', '173219.975000', '173219.977000', '173219.980000', '173219.983000', '173219.985000', '173219.988000', '173219.990000', '173219.993000', '173219.995000', '173219.998000', '173220.013000', '173220.016000', '173220.018000', '173220.025000', '173220.028000', '173220.030000', '173239.903000', '173239.906000', '173239.909000', '173239.911000', '173239.914000', '173239.917000', '173239.919000', '173239.922000', '173239.924000', '173239.927000', '173239.929000', '173239.932000', '173239.935000', '173239.937000', '173239.940000', '173239.942000', '173239.945000', '173239.947000', '173239.950000', '173239.953000', '173239.955000', '173239.958000', '173239.960000', '173239.963000', '173239.966000', '173239.968000', '173239.971000', '173239.973000', '173239.976000', '173239.978000', '173239.981000', '173239.984000', '173239.986000', '173239.989000', '173239.991000', '173239.994000', '173239.997000', '173239.999000', '173240.002000', '173240.005000', '173240.008000', '173240.010000', '173240.013000', '173259.902000', '173259.905000', '173259.908000', '173259.911000', '173259.913000', '173259.916000', '173259.918000', '173259.921000', '173259.924000', '173259.926000', '173259.929000', '173259.931000', '173259.934000', '173259.936000', '173259.939000', '173259.942000', '173259.944000', '173259.947000', '173259.949000', '173259.952000', '173259.954000', '173259.957000', '173259.959000', '173259.962000', '173259.965000', '173259.967000', '173259.970000', '173259.972000', '173259.975000', '173259.977000', '173259.980000', '173259.983000', '173259.985000', '173259.988000', '173259.990000', '173259.993000', '173259.995000', '173259.998000', '173300.002000', '173300.004000', '173300.007000', '173300.009000', '173300.012000', '173300.042000', '173319.902000', '173319.905000', '173319.908000', '173319.910000', '173319.913000', '173319.916000', '173319.918000', '173319.921000', '173319.923000', '173319.926000', '173319.929000', '173319.931000', '173319.934000', '173319.936000', '173319.939000', '173319.942000', '173319.944000', '173319.947000', '173319.949000', '173319.952000', '173319.954000', '173319.957000', '173319.960000', '173319.962000', '173319.965000', '173319.967000', '173319.970000', '173319.973000', '173319.975000', '173319.978000', '173319.980000', '173319.983000', '173319.985000', '173319.988000', '173319.990000', '173319.993000', '173319.996000', '173319.998000', '173320.002000', '173320.004000', '173320.007000', '173320.009000', '173320.012000', '173339.903000', '173339.905000', '173339.908000', '173339.911000', '173339.913000', '173339.916000', '173339.918000', '173339.921000', '173339.923000', '173339.926000', '173339.929000', '173339.931000', '173339.934000', '173339.936000', '173339.939000', '173339.941000', '173339.944000', '173339.946000', '173339.949000', '173339.952000', '173339.954000', '173339.957000', '173339.959000', '173339.962000', '173339.964000', '173339.967000', '173339.970000', '173339.972000', '173339.975000', '173339.977000', '173339.980000', '173339.982000', '173339.985000', '173339.988000', '173339.990000', '173339.993000', '173339.995000', '173339.998000', '173340.002000', '173340.004000', '173340.007000', '173340.009000', '173340.012000', '173340.014000', '173359.902000', '173359.905000', '173359.908000', '173359.910000', '173359.913000', '173359.916000', '173359.918000', '173359.921000', '173359.923000', '173359.926000', '173359.928000', '173359.931000', '173359.934000', '173359.936000', '173359.939000', '173359.941000', '173359.944000', '173359.946000', '173359.949000', '173359.959000', '173359.962000', '173359.965000', '173359.967000', '173359.970000', '173359.972000', '173359.975000', '173359.977000', '173359.980000', '173359.983000', '173359.985000', '173359.988000', '173359.990000', '173359.993000', '173359.996000', '173359.998000', '173400.002000', '173400.005000', '173400.007000', '173400.010000', '173400.012000', '173400.015000', '173400.018000', '173400.020000', '173419.903000', '173419.906000', '173419.908000', '173419.911000', '173419.913000', '173419.916000', '173419.919000', '173419.921000', '173419.924000', '173419.926000', '173419.929000', '173419.932000', '173419.934000', '173419.937000', '173419.940000', '173419.942000', '173419.945000', '173419.947000', '173419.950000', '173419.953000', '173419.955000', '173419.958000', '173419.960000', '173419.963000', '173419.965000', '173419.968000', '173419.971000', '173419.973000', '173419.976000', '173419.978000', '173419.981000', '173419.984000', '173419.986000', '173419.989000', '173419.991000', '173419.994000', '173419.997000', '173420.000000', '173420.003000', '173420.005000', '173420.008000', '173420.010000', '173420.013000', '173439.902000', '173439.905000', '173439.908000', '173439.910000', '173439.913000', '173439.916000', '173439.918000', '173439.921000', '173439.923000', '173439.926000', '173439.929000', '173439.931000', '173439.934000', '173439.936000', '173439.939000', '173439.941000', '173439.944000', '173439.947000', '173439.949000', '173439.952000', '173439.954000', '173439.957000', '173439.960000', '173439.962000', '173439.965000', '173439.967000', '173439.970000', '173439.973000', '173439.975000', '173439.978000', '173439.980000', '173439.983000', '173439.985000', '173439.988000', '173439.991000', '173439.993000', '173439.996000', '173439.998000', '173440.002000', '173440.004000', '173440.007000', '173440.010000', '173440.012000', '173440.015000', '173459.904000', '173459.906000', '173459.909000', '173459.911000', '173459.914000', '173459.917000', '173459.919000', '173459.922000', '173459.924000', '173459.927000', '173459.929000', '173459.932000', '173459.935000', '173459.937000', '173459.940000', '173459.942000', '173459.945000', '173459.948000', '173459.950000', '173459.953000', '173459.955000', '173459.958000', '173459.960000', '173459.963000', '173459.965000', '173459.968000', '173459.971000', '173459.973000', '173459.976000', '173459.978000', '173459.981000', '173459.984000', '173459.986000', '173459.989000', '173459.991000', '173459.994000', '173459.997000', '173459.999000', '173500.002000', '173500.004000', '173500.007000', '173500.010000', '173500.012000', '173500.015000', '173519.903000', '173519.906000', '173519.908000', '173519.911000', '173519.913000', '173519.916000', '173519.919000', '173519.921000', '173519.924000', '173519.926000', '173519.929000', '173519.931000', '173519.934000', '173519.937000', '173519.939000', '173519.942000', '173519.944000', '173519.947000', '173519.950000', '173519.952000', '173519.955000', '173519.957000', '173519.960000', '173519.963000', '173519.965000', '173519.968000', '173519.970000', '173519.973000', '173519.975000', '173519.978000', '173519.987000', '173519.989000', '173519.992000', '173519.995000', '173519.997000', '173520.001000', '173520.003000', '173520.006000', '173520.008000', '173520.011000', '173520.014000', '173520.016000', '173520.019000', '173539.902000', '173539.905000', '173539.908000', '173539.911000', '173539.913000', '173539.916000', '173539.919000', '173539.922000', '173539.924000', '173539.927000', '173539.929000', '173539.932000', '173539.934000', '173539.937000', '173539.940000', '173539.942000', '173539.945000', '173539.947000', '173539.950000', '173539.952000', '173539.955000', '173539.958000', '173539.960000', '173539.963000', '173539.965000', '173539.968000', '173539.970000', '173539.973000', '173539.976000', '173539.980000', '173539.982000', '173539.985000', '173539.988000', '173539.990000', '173539.993000', '173539.995000', '173539.998000', '173540.002000', '173540.004000', '173540.007000', '173540.009000', '173540.012000', '173540.014000', '173540.017000', '173559.902000', '173559.905000', '173559.908000', '173559.911000', '173559.913000', '173559.916000', '173559.918000', '173559.921000', '173559.923000', '173559.926000', '173559.929000', '173559.931000', '173559.934000', '173559.936000', '173559.939000', '173559.942000', '173559.944000', '173559.947000', '173559.949000', '173559.952000', '173559.954000', '173559.957000', '173559.959000', '173559.962000', '173559.965000', '173559.967000', '173559.970000', '173559.972000', '173559.975000', '173559.977000', '173559.980000', '173559.983000', '173559.985000', '173559.988000', '173559.990000', '173559.993000', '173559.995000', '173559.998000', '173600.002000', '173600.004000', '173600.007000', '173600.009000', '173600.012000', '173619.903000', '173619.906000', '173619.909000', '173619.912000', '173619.915000', '173619.917000', '173619.920000', '173619.922000', '173619.925000', '173619.927000', '173619.930000', '173619.932000', '173619.935000', '173619.938000', '173619.940000', '173619.943000', '173619.945000', '173619.948000', '173619.950000', '173619.953000', '173619.955000', '173619.958000', '173619.961000', '173619.963000', '173619.966000', '173619.968000', '173619.971000', '173619.973000', '173619.976000', '173619.979000', '173619.981000', '173619.984000', '173619.987000', '173619.989000', '173619.992000', '173619.994000', '173619.997000', '173620.001000', '173620.003000', '173620.006000', '173620.008000', '173620.011000', '173620.013000', '173622.184000', '173622.188000', '173622.190000', '173622.193000', '173622.196000', '173622.198000'], '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': [9469, 11998, 8713, 10911, 7321, 12418, 7474, 11499, 8349, 11761, 7498, 12917, 7702, 11433, 8144, 11609, 9390, 11636, 14326, 10615, 14533, 9451, 12330, 9124, 11350, 10410, 14013, 9964, 11471, 9152, 12038, 10211, 13053, 9853, 8859, 9690, 12272, 10163, 13422, 9536, 11842, 8950, 13327, 9585, 12783, 10436, 12781, 9152, 12810, 9283, 12519, 8681, 12169, 8408, 11722, 10579, 10394, 14923, 9620, 13288, 9916, 12852, 9094, 12137, 8226, 11288, 7932, 10721, 10807, 9112, 12863, 9432, 12862, 7927, 7880, 9407, 9729, 9109, 12492, 10674, 11154, 8190, 11660, 8526, 11352, 10414, 9361, 12339, 8628, 12662, 9322, 12343, 8637, 11753, 8430, 11046, 14001, 10228, 13415, 11097, 12327, 8805, 11729, 8094, 11829, 9723, 9504, 7955, 9889, 11797, 9424, 13728, 9628, 13410, 10614, 12614, 9817, 11949, 10366, 12125, 9432, 12961, 9550, 12964, 8942, 12334, 13879, 9956, 14241, 9789, 12973, 8598, 11313, 8013, 10061, 13403, 9233, 13221, 8090, 13126, 8378, 10395, 8322, 8636, 10699, 7680, 11172, 11988, 8669, 12596, 10542, 11749, 8814, 12589, 7944, 11419, 8488, 10970, 14064, 9430, 10647, 8194, 13268, 7917, 12539, 10095, 12021, 8608, 12885, 7478, 11197, 11144, 9470, 10280, 8479, 13520, 8664, 13052, 9240, 12601, 8120, 11528, 9505, 11370, 8186, 9125, 7630, 11275, 11565, 9575, 14022, 9582, 13435, 9254, 13105, 8568, 11857, 8572, 11557, 9298, 11714, 10200, 12123, 9276, 12416, 9525, 13213, 8142, 11975, 8406, 9921, 14304, 8837, 13355, 8775, 12875, 8000, 11488, 8064, 9908, 7511, 9351, 10404, 9709, 11868, 8531, 13323, 7796, 12985, 9677, 12393, 8155, 12682, 7554, 11657, 9477, 10258, 8077, 9332, 13312, 8872, 13389, 10297, 13141, 9225, 13348, 8932, 13063, 9123, 13074, 9091, 12436, 8757, 9430, 11413, 9092, 11756, 7970, 12172, 15566, 10385, 14008, 10113, 13373, 8784, 12071, 8092, 11111, 7624, 10069, 12416, 8821, 13110, 9683, 13431, 8558, 12583, 7744, 11714, 7418, 10051, 12502, 8365, 12602, 8749, 12299, 7753, 11181, 7992, 10651, 7570, 10179, 12421, 9174, 12193, 8952, 12497, 7784, 12488, 7624, 11174, 10570, 9835, 8235, 7701, 8968, 8005, 13615, 8941, 13024, 8441, 11355, 8294, 11414, 9754, 8915, 13709, 10197, 12638, 9084, 12478, 7859, 10607, 14098, 9349, 12788, 8974, 12453, 7585, 10869, 8924, 10002, 7383, 8695, 10627, 8964, 12695, 9621, 14059, 9106, 10643, 10304, 7493, 11941, 9796, 12357, 9092, 11957, 14959, 9921, 13883, 10279, 12669, 8878, 12408, 14247, 10236, 13337, 9809, 11984, 7976, 11056, 14190, 8994, 12679, 9144, 12071, 7945, 10721, 7577, 8228, 13365, 8142, 11850, 9106, 12053, 7507, 12536, 7884, 11833, 8843, 10815, 7451, 10908, 7432, 10538, 13445, 8302, 14379, 7233, 7607, 10312, 7361, 11926, 10595, 10263, 10189, 9549, 13257, 8784, 13559, 9931, 12660, 8283, 11647, 15339, 8760, 13341, 9402, 12617, 7460, 11313, 11513, 8611, 12963, 8638, 12443, 8042, 11756, 7275, 10632, 7654, 7758, 12727, 7911, 12022, 7218, 12287, 7713, 11377, 12609, 8022, 13196, 7209, 12423, 8295, 11651, 7366, 11058, 13686, 8596, 12350, 8706, 11435, 8823, 7830, 12501, 8818, 11838, 7328, 11030, 8417, 8953, 12711, 9502, 11820, 8102, 12271, 7759, 11333, 10497, 9396, 14057, 10489, 13724, 10110, 11479, 7898, 11643, 7529, 11356, 14987, 9277, 12251, 8918, 12583, 8225, 11045, 14751, 9377, 12797, 8663, 11998, 7533, 10824, 13169, 8578, 12540, 8996, 11926, 7459, 11322, 8638, 7995, 12730, 8058, 12397, 9079, 12232, 7805, 11146, 7436, 10477, 7764, 7828, 12567, 8645, 11794, 8772, 11535, 7088, 10743, 8123, 10460, 7938, 9908, 7370, 8108, 12760, 7910, 12178, 7260, 12274, 8632, 12551, 8417, 12236, 7662, 11450, 7873, 10390, 8372, 12098, 9252, 13156, 8384, 13010, 9508, 11463, 15347, 10963, 13999, 10207, 11914, 8361, 11171, 7330, 11405, 7530, 10959, 13413, 8621, 12498, 8485, 12711, 7939, 11900, 7769, 10852, 8415, 10513, 13975, 9516, 12557, 9960, 12352, 8074, 11414, 8450, 11096, 7324, 8516, 12778, 7781, 12453, 7641, 10726, 8421, 10474, 7194, 10008, 9645, 8337, 12537, 9727, 11580, 7781, 10698, 14183, 8754, 12136, 8609, 12685, 7917, 12230, 8035, 10928, 15040, 9348, 13848, 9686, 11748, 7788, 11911, 7800, 11355, 11798, 8412, 12524, 11374, 13024, 9848, 11905, 11430, 7653, 10617, 7842, 10672, 7947, 10316, 14632, 9479, 11870, 8149, 11203, 15158, 8786, 12161, 9774, 12183, 7769, 11705, 10399, 9768, 14017, 9410, 12267, 7732, 10421, 13903, 9180, 12595, 7837, 11171, 7235, 8489, 12389, 8267, 11747, 7611, 10746, 8309, 8421, 12295, 8630, 10942, 8993, 10302, 7449, 7556, 9213, 11760, 8370, 10477, 7880, 10894, 7168, 10812, 7598, 9796, 14118, 8487, 12473, 9233, 12757, 8879, 12135, 9607, 8435, 12743, 9159, 12576, 8609, 12322, 7388, 11290, 8699, 9115, 13258, 9210, 11935, 7876, 12315, 7415, 11632, 7542, 10712, 13394, 9515, 12765, 7787, 12380, 7849, 12526, 9248, 12109, 8241, 11969, 7400, 11183, 9922, 9609, 13519, 9112, 12566, 8966, 12368, 7564, 11544, 7337, 9997, 11691, 8035, 11526, 8470, 10724, 7989, 9293, 8021, 7135, 11503, 8490, 11381, 7329, 10827, 10459, 9730, 14805, 8715, 13026, 8575, 11937, 8387, 11560, 7496, 10278, 8246, 8668, 12146, 8219, 9287, 8076, 11485, 8080, 11769, 9527, 11375, 7717, 11187, 7656, 10475, 14459, 8754, 12349, 8494, 12366, 8083, 11670, 7709, 10812, 7489, 10014, 8139, 8837, 12911, 8344, 12056, 8856, 11963, 10038, 11925, 7899, 11442, 7784, 11883, 7390, 8955, 8681, 8328, 12709, 8488, 11541, 7560, 11961, 7625, 11285, 8403, 11165, 7570, 11397, 8197, 11252, 9808, 9314, 8448, 9143, 13198, 9428, 12024, 10267, 10878, 8513, 7228, 11564, 7640, 12831, 8332, 12540, 7622, 11219, 13792, 10544, 14872, 10656, 13739, 8769, 11902, 7798, 11056, 8399, 9369, 13988, 8929, 12501, 7987, 12008, 7623, 12137, 7599, 11608, 7660, 10383, 14513, 9891, 12952, 8135, 12033, 8196, 12063, 7799, 11803, 7523, 11000, 7660, 10878, 7568, 9439, 13506, 9769, 12860, 8701, 12291, 8318, 11680, 9760, 8607, 13177, 7398, 12375, 8204, 11108, 7444], 'WindowCenter': [4520.0, 4538.0, 4493.0, 4511.0, 4460.0, 4510.0, 4458.0, 4511.0, 4480.0, 4511.0, 4460.0, 4520.0, 4470.0, 4510.0, 4469.0, 4511.0, 4489.0, 4508.0, 4520.0, 4501.0, 4517.0, 4478.0, 4496.0, 4476.0, 4495.0, 4498.0, 4518.0, 4489.0, 4496.0, 4489.0, 4503.0, 4499.0, 4508.0, 4487.0, 4477.0, 4489.0, 4497.0, 4499.0, 4519.0, 4502.0, 4508.0, 4489.0, 4518.0, 4489.0, 4520.0, 4499.0, 4507.0, 4477.0, 4506.0, 4476.0, 4508.0, 4477.0, 4509.0, 4470.0, 4508.0, 4488.0, 4487.0, 4515.0, 4477.0, 4504.0, 4476.0, 4495.0, 4465.0, 4495.0, 4455.0, 4495.0, 4454.0, 4486.0, 4485.0, 4477.0, 4519.0, 4489.0, 4508.0, 4469.0, 4468.0, 4501.0, 4489.0, 4503.0, 4523.0, 4500.0, 4509.0, 4482.0, 4521.0, 4491.0, 4524.0, 4500.0, 4492.0, 4510.0, 4490.0, 4516.0, 4490.0, 4521.0, 4493.0, 4522.0, 4480.0, 4511.0, 4520.0, 4502.0, 4522.0, 4501.0, 4509.0, 4479.0, 4509.0, 4469.0, 4511.0, 4489.0, 4490.0, 4468.0, 4500.0, 4507.0, 4490.0, 4518.0, 4489.0, 4519.0, 4501.0, 4511.0, 4499.0, 4510.0, 4488.0, 4496.0, 4478.0, 4507.0, 4477.0, 4506.0, 4468.0, 4506.0, 4506.0, 4476.0, 4504.0, 4475.0, 4494.0, 4453.0, 4484.0, 4454.0, 4475.0, 4506.0, 4476.0, 4505.0, 4467.0, 4507.0, 4467.0, 4485.0, 4481.0, 4490.0, 4512.0, 4471.0, 4523.0, 4508.0, 4480.0, 4520.0, 4501.0, 4509.0, 4489.0, 4509.0, 4469.0, 4509.0, 4478.0, 4501.0, 4518.0, 4490.0, 4483.0, 4479.0, 4504.0, 4469.0, 4520.0, 4500.0, 4509.0, 4480.0, 4521.0, 4462.0, 4513.0, 4500.0, 4488.0, 4488.0, 4478.0, 4507.0, 4478.0, 4508.0, 4477.0, 4509.0, 4469.0, 4511.0, 4490.0, 4510.0, 4469.0, 4489.0, 4457.0, 4497.0, 4497.0, 4489.0, 4517.0, 4485.0, 4508.0, 4478.0, 4510.0, 4478.0, 4509.0, 4478.0, 4496.0, 4488.0, 4495.0, 4486.0, 4496.0, 4479.0, 4505.0, 4487.0, 4508.0, 4469.0, 4510.0, 4467.0, 4487.0, 4506.0, 4477.0, 4506.0, 4467.0, 4509.0, 4468.0, 4498.0, 4455.0, 4485.0, 4446.0, 4477.0, 4485.0, 4487.0, 4497.0, 4478.0, 4507.0, 4458.0, 4508.0, 4489.0, 4507.0, 4469.0, 4509.0, 4460.0, 4510.0, 4488.0, 4500.0, 4467.0, 4490.0, 4508.0, 4480.0, 4520.0, 4501.0, 4509.0, 4489.0, 4516.0, 4491.0, 4519.0, 4490.0, 4519.0, 4491.0, 4520.0, 4493.0, 4503.0, 4525.0, 4492.0, 4522.0, 4470.0, 4513.0, 4519.0, 4488.0, 4505.0, 4477.0, 4507.0, 4465.0, 4496.0, 4453.0, 4483.0, 4442.0, 4474.0, 4492.0, 4466.0, 4494.0, 4475.0, 4506.0, 4466.0, 4495.0, 4445.0, 4496.0, 4446.0, 4475.0, 4495.0, 4463.0, 4495.0, 4467.0, 4496.0, 4468.0, 4512.0, 4469.0, 4501.0, 4470.0, 4499.0, 4508.0, 4491.0, 4509.0, 4490.0, 4509.0, 4470.0, 4519.0, 4466.0, 4512.0, 4501.0, 4502.0, 4481.0, 4472.0, 4487.0, 4481.0, 4520.0, 4490.0, 4521.0, 4482.0, 4511.0, 4480.0, 4511.0, 4489.0, 4490.0, 4518.0, 4489.0, 4508.0, 4478.0, 4506.0, 4456.0, 4498.0, 4508.0, 4489.0, 4506.0, 4478.0, 4505.0, 4457.0, 4498.0, 4478.0, 4488.0, 4457.0, 4480.0, 4497.0, 4492.0, 4520.0, 4501.0, 4522.0, 4490.0, 4499.0, 4498.0, 4457.0, 4508.0, 4488.0, 4509.0, 4468.0, 4497.0, 4506.0, 4476.0, 4495.0, 4475.0, 4497.0, 4452.0, 4482.0, 4479.0, 4459.0, 4480.0, 4449.0, 4470.0, 4429.0, 4470.0, 4489.0, 4449.0, 4480.0, 4450.0, 4482.0, 4439.0, 4472.0, 4441.0, 4450.0, 4490.0, 4453.0, 4483.0, 4462.0, 4491.0, 4443.0, 4495.0, 4467.0, 4507.0, 4477.0, 4497.0, 4458.0, 4498.0, 4458.0, 4500.0, 4520.0, 4482.0, 4520.0, 4471.0, 4470.0, 4511.0, 4473.0, 4536.0, 4513.0, 4503.0, 4501.0, 4492.0, 4507.0, 4480.0, 4509.0, 4478.0, 4498.0, 4456.0, 4486.0, 4505.0, 4466.0, 4493.0, 4464.0, 4495.0, 4434.0, 4485.0, 4483.0, 4465.0, 4494.0, 4465.0, 4495.0, 4455.0, 4498.0, 4447.0, 4487.0, 4455.0, 4468.0, 4517.0, 4471.0, 4510.0, 4472.0, 4521.0, 4472.0, 4524.0, 4522.0, 4471.0, 4508.0, 4460.0, 4510.0, 4479.0, 4511.0, 4459.0, 4512.0, 4520.0, 4481.0, 4521.0, 4481.0, 4511.0, 4477.0, 4460.0, 4510.0, 4491.0, 4512.0, 4460.0, 4500.0, 4468.0, 4493.0, 4511.0, 4491.0, 4509.0, 4468.0, 4509.0, 4458.0, 4499.0, 4486.0, 4491.0, 4520.0, 4497.0, 4521.0, 4490.0, 4497.0, 4457.0, 4497.0, 4445.0, 4487.0, 4506.0, 4476.0, 4495.0, 4466.0, 4495.0, 4454.0, 4486.0, 4493.0, 4463.0, 4482.0, 4451.0, 4481.0, 4431.0, 4472.0, 4481.0, 4453.0, 4482.0, 4452.0, 4482.0, 4431.0, 4483.0, 4451.0, 4443.0, 4482.0, 4454.0, 4495.0, 4464.0, 4494.0, 4456.0, 4497.0, 4446.0, 4487.0, 4444.0, 4456.0, 4495.0, 4464.0, 4495.0, 4466.0, 4497.0, 4447.0, 4498.0, 4467.0, 4488.0, 4468.0, 4500.0, 4458.0, 4481.0, 4521.0, 4481.0, 4511.0, 4472.0, 4521.0, 4492.0, 4524.0, 4483.0, 4538.0, 4473.0, 4523.0, 4482.0, 4514.0, 4495.0, 4533.0, 4516.0, 4534.0, 4494.0, 4534.0, 4490.0, 4509.0, 4521.0, 4500.0, 4516.0, 4477.0, 4483.0, 4455.0, 4483.0, 4445.0, 4496.0, 4446.0, 4496.0, 4506.0, 4468.0, 4505.0, 4477.0, 4507.0, 4457.0, 4509.0, 4457.0, 4487.0, 4467.0, 4488.0, 4507.0, 4489.0, 4497.0, 4488.0, 4497.0, 4457.0, 4497.0, 4467.0, 4497.0, 4445.0, 4468.0, 4506.0, 4458.0, 4507.0, 4467.0, 4510.0, 4480.0, 4500.0, 4450.0, 4489.0, 4485.0, 4470.0, 4508.0, 4479.0, 4497.0, 4459.0, 4488.0, 4506.0, 4467.0, 4496.0, 4468.0, 4507.0, 4457.0, 4497.0, 4456.0, 4488.0, 4517.0, 4477.0, 4506.0, 4476.0, 4495.0, 4456.0, 4494.0, 4445.0, 4496.0, 4495.0, 4467.0, 4509.0, 4498.0, 4519.0, 4499.0, 4498.0, 4498.0, 4457.0, 4487.0, 4467.0, 4488.0, 4457.0, 4500.0, 4517.0, 4477.0, 4486.0, 4444.0, 4485.0, 4493.0, 4454.0, 4482.0, 4461.0, 4482.0, 4444.0, 4481.0, 4462.0, 4474.0, 4490.0, 4451.0, 4482.0, 4428.0, 4470.0, 4479.0, 4448.0, 4469.0, 4427.0, 4468.0, 4416.0, 4451.0, 4479.0, 4440.0, 4470.0, 4430.0, 4473.0, 4440.0, 4452.0, 4480.0, 4464.0, 4484.0, 4464.0, 4472.0, 4447.0, 4457.0, 4491.0, 4512.0, 4482.0, 4499.0, 4471.0, 4500.0, 4461.0, 4512.0, 4461.0, 4492.0, 4519.0, 4481.0, 4511.0, 4493.0, 4514.0, 4483.0, 4511.0, 4490.0, 4468.0, 4497.0, 4477.0, 4496.0, 4467.0, 4505.0, 4446.0, 4498.0, 4466.0, 4477.0, 4507.0, 4479.0, 4497.0, 4468.0, 4497.0, 4447.0, 4498.0, 4458.0, 4499.0, 4508.0, 4488.0, 4508.0, 4459.0, 4506.0, 4468.0, 4508.0, 4479.0, 4509.0, 4469.0, 4497.0, 4447.0, 4498.0, 4477.0, 4478.0, 4506.0, 4466.0, 4495.0, 4465.0, 4496.0, 4444.0, 4484.0, 4445.0, 4477.0, 4496.0, 4455.0, 4497.0, 4469.0, 4498.0, 4481.0, 4489.0, 4470.0, 4474.0, 4537.0, 4494.0, 4511.0, 4461.0, 4511.0, 4498.0, 4490.0, 4520.0, 4479.0, 4506.0, 4468.0, 4499.0, 4466.0, 4495.0, 4446.0, 4487.0, 4466.0, 4477.0, 4509.0, 4470.0, 4478.0, 4471.0, 4506.0, 4469.0, 4509.0, 4489.0, 4499.0, 4459.0, 4499.0, 4459.0, 4489.0, 4507.0, 4467.0, 4496.0, 4467.0, 4496.0, 4456.0, 4497.0, 4446.0, 4487.0, 4446.0, 4487.0, 4456.0, 4477.0, 4496.0, 4467.0, 4496.0, 4477.0, 4496.0, 4476.0, 4495.0, 4455.0, 4495.0, 4445.0, 4496.0, 4445.0, 4466.0, 4466.0, 4466.0, 4507.0, 4467.0, 4497.0, 4468.0, 4507.0, 4468.0, 4509.0, 4480.0, 4500.0, 4459.0, 4510.0, 4468.0, 4511.0, 4487.0, 4478.0, 4466.0, 4479.0, 4509.0, 4489.0, 4500.0, 4489.0, 4497.0, 4480.0, 4471.0, 4522.0, 4483.0, 4523.0, 4482.0, 4521.0, 4470.0, 4499.0, 4508.0, 4488.0, 4507.0, 4487.0, 4495.0, 4465.0, 4483.0, 4443.0, 4484.0, 4453.0, 4465.0, 4503.0, 4465.0, 4494.0, 4455.0, 4492.0, 4444.0, 4495.0, 4444.0, 4495.0, 4445.0, 4486.0, 4505.0, 4475.0, 4494.0, 4455.0, 4494.0, 4456.0, 4492.0, 4455.0, 4496.0, 4455.0, 4486.0, 4457.0, 4497.0, 4455.0, 4478.0, 4506.0, 4488.0, 4507.0, 4479.0, 4496.0, 4465.0, 4498.0, 4486.0, 4478.0, 4506.0, 4456.0, 4506.0, 4467.0, 4497.0, 4457.0], 'WindowWidth': [9946.0, 9961.0, 9891.0, 9911.0, 9840.0, 9904.0, 9834.0, 9908.0, 9864.0, 9907.0, 9838.0, 9919.0, 9851.0, 9904.0, 9848.0, 9905.0, 9873.0, 9898.0, 9919.0, 9893.0, 9908.0, 9856.0, 9876.0, 9850.0, 9873.0, 9884.0, 9910.0, 9873.0, 9877.0, 9872.0, 9886.0, 9887.0, 9897.0, 9868.0, 9855.0, 9873.0, 9880.0, 9887.0, 9915.0, 9900.0, 9897.0, 9873.0, 9911.0, 9874.0, 9916.0, 9887.0, 9893.0, 9854.0, 9891.0, 9851.0, 9897.0, 9856.0, 9902.0, 9848.0, 9898.0, 9869.0, 9868.0, 9904.0, 9852.0, 9886.0, 9848.0, 9872.0, 9832.0, 9875.0, 9819.0, 9874.0, 9817.0, 9864.0, 9859.0, 9854.0, 9914.0, 9873.0, 9897.0, 9847.0, 9844.0, 9893.0, 9875.0, 9899.0, 9927.0, 9892.0, 9901.0, 9870.0, 9924.0, 9882.0, 9929.0, 9891.0, 9883.0, 9905.0, 9879.0, 9909.0, 9877.0, 9921.0, 9885.0, 9923.0, 9865.0, 9909.0, 9918.0, 9895.0, 9926.0, 9892.0, 9900.0, 9859.0, 9901.0, 9847.0, 9908.0, 9873.0, 9877.0, 9846.0, 9890.0, 9896.0, 9876.0, 9911.0, 9874.0, 9915.0, 9891.0, 9906.0, 9891.0, 9901.0, 9868.0, 9877.0, 9855.0, 9892.0, 9854.0, 9892.0, 9840.0, 9892.0, 9888.0, 9850.0, 9884.0, 9844.0, 9869.0, 9813.0, 9857.0, 9813.0, 9848.0, 9891.0, 9848.0, 9887.0, 9839.0, 9894.0, 9841.0, 9864.0, 9867.0, 9879.0, 9909.0, 9853.0, 9928.0, 9900.0, 9863.0, 9916.0, 9891.0, 9900.0, 9873.0, 9900.0, 9846.0, 9900.0, 9857.0, 9891.0, 9912.0, 9875.0, 9859.0, 9860.0, 9889.0, 9847.0, 9915.0, 9890.0, 9899.0, 9862.0, 9920.0, 9842.0, 9912.0, 9888.0, 9870.0, 9869.0, 9857.0, 9894.0, 9857.0, 9898.0, 9855.0, 9900.0, 9845.0, 9907.0, 9877.0, 9903.0, 9845.0, 9871.0, 9828.0, 9882.0, 9879.0, 9871.0, 9908.0, 9863.0, 9895.0, 9857.0, 9902.0, 9856.0, 9899.0, 9857.0, 9878.0, 9871.0, 9874.0, 9864.0, 9877.0, 9859.0, 9888.0, 9866.0, 9897.0, 9845.0, 9901.0, 9839.0, 9865.0, 9890.0, 9850.0, 9889.0, 9840.0, 9899.0, 9843.0, 9882.0, 9822.0, 9862.0, 9809.0, 9851.0, 9860.0, 9868.0, 9880.0, 9857.0, 9892.0, 9830.0, 9896.0, 9874.0, 9895.0, 9846.0, 9900.0, 9834.0, 9903.0, 9872.0, 9889.0, 9842.0, 9875.0, 9897.0, 9864.0, 9918.0, 9891.0, 9901.0, 9874.0, 9911.0, 9881.0, 9918.0, 9876.0, 9914.0, 9879.0, 9918.0, 9888.0, 9903.0, 9934.0, 9885.0, 9924.0, 9851.0, 9910.0, 9914.0, 9869.0, 9889.0, 9850.0, 9891.0, 9833.0, 9874.0, 9812.0, 9853.0, 9796.0, 9844.0, 9865.0, 9834.0, 9870.0, 9847.0, 9887.0, 9835.0, 9874.0, 9805.0, 9874.0, 9807.0, 9846.0, 9872.0, 9831.0, 9874.0, 9838.0, 9877.0, 9844.0, 9910.0, 9850.0, 9892.0, 9852.0, 9889.0, 9897.0, 9877.0, 9901.0, 9877.0, 9900.0, 9849.0, 9914.0, 9841.0, 9910.0, 9893.0, 9894.0, 9866.0, 9854.0, 9869.0, 9866.0, 9916.0, 9876.0, 9921.0, 9868.0, 9907.0, 9864.0, 9906.0, 9873.0, 9876.0, 9912.0, 9873.0, 9897.0, 9855.0, 9892.0, 9823.0, 9882.0, 9897.0, 9874.0, 9892.0, 9856.0, 9889.0, 9826.0, 9884.0, 9856.0, 9870.0, 9828.0, 9863.0, 9881.0, 9883.0, 9920.0, 9893.0, 9922.0, 9877.0, 9887.0, 9884.0, 9828.0, 9895.0, 9870.0, 9897.0, 9840.0, 9878.0, 9890.0, 9848.0, 9872.0, 9843.0, 9877.0, 9808.0, 9847.0, 9842.0, 9811.0, 9840.0, 9797.0, 9828.0, 9771.0, 9831.0, 9854.0, 9801.0, 9842.0, 9800.0, 9848.0, 9787.0, 9834.0, 9793.0, 9805.0, 9857.0, 9813.0, 9854.0, 9825.0, 9863.0, 9802.0, 9872.0, 9840.0, 9894.0, 9853.0, 9879.0, 9828.0, 9883.0, 9829.0, 9892.0, 9917.0, 9867.0, 9917.0, 9854.0, 9852.0, 9910.0, 9861.0, 9949.0, 9915.0, 9899.0, 9891.0, 9879.0, 9894.0, 9859.0, 9897.0, 9854.0, 9881.0, 9819.0, 9862.0, 9884.0, 9833.0, 9867.0, 9829.0, 9872.0, 9787.0, 9857.0, 9851.0, 9830.0, 9867.0, 9832.0, 9874.0, 9821.0, 9882.0, 9811.0, 9867.0, 9822.0, 9845.0, 9910.0, 9851.0, 9903.0, 9854.0, 9921.0, 9858.0, 9929.0, 9921.0, 9852.0, 9897.0, 9835.0, 9902.0, 9860.0, 9904.0, 9833.0, 9909.0, 9916.0, 9866.0, 9921.0, 9863.0, 9903.0, 9852.0, 9833.0, 9902.0, 9880.0, 9908.0, 9837.0, 9890.0, 9842.0, 9885.0, 9905.0, 9878.0, 9899.0, 9844.0, 9899.0, 9828.0, 9886.0, 9863.0, 9876.0, 9916.0, 9883.0, 9921.0, 9874.0, 9876.0, 9825.0, 9878.0, 9806.0, 9863.0, 9888.0, 9848.0, 9871.0, 9833.0, 9872.0, 9816.0, 9860.0, 9867.0, 9824.0, 9848.0, 9805.0, 9845.0, 9778.0, 9836.0, 9847.0, 9810.0, 9849.0, 9810.0, 9851.0, 9779.0, 9850.0, 9805.0, 9798.0, 9849.0, 9814.0, 9869.0, 9828.0, 9870.0, 9822.0, 9878.0, 9808.0, 9863.0, 9803.0, 9822.0, 9873.0, 9834.0, 9873.0, 9836.0, 9879.0, 9813.0, 9883.0, 9839.0, 9869.0, 9843.0, 9889.0, 9830.0, 9867.0, 9920.0, 9866.0, 9906.0, 9856.0, 9919.0, 9884.0, 9930.0, 9873.0, 9954.0, 9857.0, 9926.0, 9874.0, 9918.0, 9895.0, 9944.0, 9923.0, 9945.0, 9890.0, 9946.0, 9876.0, 9901.0, 9922.0, 9889.0, 9906.0, 9850.0, 9854.0, 9817.0, 9853.0, 9805.0, 9874.0, 9808.0, 9877.0, 9890.0, 9841.0, 9888.0, 9854.0, 9893.0, 9826.0, 9900.0, 9825.0, 9864.0, 9838.0, 9867.0, 9892.0, 9872.0, 9880.0, 9870.0, 9877.0, 9824.0, 9880.0, 9838.0, 9879.0, 9806.0, 9841.0, 9891.0, 9827.0, 9894.0, 9842.0, 9904.0, 9864.0, 9889.0, 9820.0, 9873.0, 9860.0, 9846.0, 9897.0, 9857.0, 9881.0, 9833.0, 9868.0, 9891.0, 9840.0, 9876.0, 9840.0, 9891.0, 9824.0, 9880.0, 9822.0, 9867.0, 9907.0, 9853.0, 9891.0, 9850.0, 9874.0, 9823.0, 9871.0, 9805.0, 9876.0, 9871.0, 9839.0, 9898.0, 9882.0, 9915.0, 9889.0, 9882.0, 9883.0, 9824.0, 9864.0, 9838.0, 9866.0, 9821.0, 9887.0, 9907.0, 9850.0, 9861.0, 9801.0, 9856.0, 9866.0, 9813.0, 9849.0, 9818.0, 9848.0, 9800.0, 9846.0, 9818.0, 9842.0, 9860.0, 9804.0, 9847.0, 9770.0, 9831.0, 9840.0, 9794.0, 9824.0, 9765.0, 9823.0, 9752.0, 9803.0, 9839.0, 9789.0, 9829.0, 9776.0, 9837.0, 9788.0, 9808.0, 9843.0, 9828.0, 9857.0, 9830.0, 9839.0, 9813.0, 9826.0, 9877.0, 9908.0, 9867.0, 9886.0, 9851.0, 9890.0, 9838.0, 9907.0, 9837.0, 9879.0, 9915.0, 9865.0, 9903.0, 9885.0, 9912.0, 9868.0, 9901.0, 9875.0, 9841.0, 9877.0, 9851.0, 9875.0, 9839.0, 9888.0, 9809.0, 9880.0, 9836.0, 9852.0, 9893.0, 9857.0, 9878.0, 9842.0, 9879.0, 9811.0, 9881.0, 9826.0, 9884.0, 9896.0, 9867.0, 9895.0, 9830.0, 9891.0, 9842.0, 9893.0, 9859.0, 9896.0, 9843.0, 9878.0, 9810.0, 9879.0, 9849.0, 9853.0, 9890.0, 9835.0, 9872.0, 9832.0, 9874.0, 9801.0, 9856.0, 9804.0, 9849.0, 9873.0, 9818.0, 9876.0, 9846.0, 9881.0, 9865.0, 9874.0, 9850.0, 9865.0, 9955.0, 9888.0, 9907.0, 9841.0, 9907.0, 9883.0, 9874.0, 9913.0, 9857.0, 9891.0, 9842.0, 9884.0, 9838.0, 9874.0, 9810.0, 9866.0, 9835.0, 9853.0, 9898.0, 9845.0, 9854.0, 9850.0, 9892.0, 9847.0, 9900.0, 9873.0, 9884.0, 9831.0, 9885.0, 9830.0, 9871.0, 9894.0, 9838.0, 9877.0, 9837.0, 9874.0, 9822.0, 9877.0, 9807.0, 9864.0, 9807.0, 9866.0, 9822.0, 9852.0, 9876.0, 9837.0, 9876.0, 9853.0, 9875.0, 9848.0, 9872.0, 9819.0, 9873.0, 9805.0, 9875.0, 9804.0, 9836.0, 9834.0, 9838.0, 9894.0, 9840.0, 9879.0, 9844.0, 9895.0, 9844.0, 9900.0, 9862.0, 9888.0, 9833.0, 9903.0, 9842.0, 9904.0, 9868.0, 9856.0, 9837.0, 9859.0, 9899.0, 9873.0, 9887.0, 9873.0, 9881.0, 9862.0, 9853.0, 9924.0, 9872.0, 9928.0, 9869.0, 9920.0, 9849.0, 9887.0, 9894.0, 9869.0, 9894.0, 9863.0, 9872.0, 9831.0, 9855.0, 9799.0, 9857.0, 9811.0, 9831.0, 9883.0, 9833.0, 9869.0, 9818.0, 9866.0, 9804.0, 9871.0, 9802.0, 9873.0, 9805.0, 9862.0, 9887.0, 9846.0, 9871.0, 9819.0, 9870.0, 9820.0, 9866.0, 9820.0, 9875.0, 9819.0, 9863.0, 9825.0, 9878.0, 9821.0, 9855.0, 9891.0, 9870.0, 9894.0, 9859.0, 9876.0, 9833.0, 9882.0, 9864.0, 9856.0, 9889.0, 9823.0, 9890.0, 9840.0, 9879.0, 9827.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.00022935632183908048</td></tr>
<tr><td colspan=3>aqi</td><td>0.02375605528735632</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.710585744591505</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1744751622094365</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9714463649021863</td></tr>
<tr><td colspan=3>efc</td><td>0.4622</td></tr>
<tr><td colspan=3>fber</td><td>6758.3628</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0777600736286671</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.839080459770115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5451807298336537</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.446287305312329</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.820125296399337</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3691295877892955</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144828</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010116642341017723</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02182631939649582</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.854976652934339</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>31.6837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8438</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.0754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302125.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.0975</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1806</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.0117</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3686.0804</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.2704</td></tr>
<tr><td colspan=3>tsnr</td><td>41.01766509679146</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>