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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0122_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-04_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-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-04_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-0122/ses-03/func/sub-0122_ses-03_task-social_acq-mb8_run-04_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>3e04fb4550dc5acbb89fe92989a0a302</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:38:28.705000</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.995401, 0.0405339, -0.0867932, -0.0420678, 0.998988, -0.0159161]</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-04_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.081078</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4198, -7741, -7193, 435, -180, 129, 20, 41]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>232.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e7e7429-29ec-4879-b5f4-310156cd58ac||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.6705892086029053, -0.11286469548940659, -0.23236265778541565, 117.4312515258789], [-0.10874950140714645, 2.6802117824554443, -0.05263418331742287, -102.65340423583984], [-0.23285986483097076, 0.042701832950115204, 2.6894679069519043, -56.507843017578125], [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': ['173828.705000', '173829.165000', '173829.625000', '173830.085000', '173830.545000', '173831.005000', '173831.465000', '173831.925000', '173832.385000', '173832.845000', '173833.305000', '173833.765000', '173834.225000', '173834.685000', '173835.145000', '173835.605000', '173836.065000', '173836.525000', '173836.985000', '173837.445000', '173837.905000', '173838.365000', '173838.825000', '173839.285000', '173839.745000', '173840.205000', '173840.665000', '173841.125000', '173841.585000', '173842.045000', '173842.505000', '173842.965000', '173843.425000', '173843.885000', '173844.345000', '173844.805000', '173845.265000', '173845.725000', '173846.185000', '173846.645000', '173847.105000', '173847.565000', '173848.025000', '173848.485000', '173848.945000', '173849.405000', '173849.865000', '173850.325000', '173850.785000', '173851.245000', '173851.705000', '173852.165000', '173852.625000', '173853.085000', '173853.545000', '173854.005000', '173854.465000', '173854.925000', '173855.385000', '173855.845000', '173856.305000', '173856.765000', '173857.225000', '173857.685000', '173858.145000', '173858.605000', '173859.065000', '173859.525000', '173859.985000', '173900.445000', '173900.905000', '173901.365000', '173901.825000', '173902.285000', '173902.745000', '173903.205000', '173903.665000', '173904.125000', '173904.585000', '173905.045000', '173905.505000', '173905.965000', '173906.425000', '173906.885000', '173907.345000', '173907.805000', '173908.265000', '173908.725000', '173909.185000', '173909.645000', '173910.105000', '173910.565000', '173911.025000', '173911.485000', '173911.945000', '173912.405000', '173912.865000', '173913.325000', '173913.785000', '173914.245000', '173914.705000', '173915.165000', '173915.625000', '173916.085000', '173916.545000', '173917.005000', '173917.465000', '173917.925000', '173918.385000', '173918.845000', '173919.305000', '173919.765000', '173920.225000', '173920.685000', '173921.145000', '173921.605000', '173922.065000', '173922.525000', '173922.985000', '173923.445000', '173923.905000', '173924.365000', '173924.825000', '173925.285000', '173925.745000', '173926.205000', '173926.665000', '173927.125000', '173927.585000', '173928.045000', '173928.505000', '173928.965000', '173929.425000', '173929.885000', '173930.345000', '173930.805000', '173931.265000', '173931.725000', '173932.185000', '173932.645000', '173933.105000', '173933.565000', '173934.025000', '173934.485000', '173934.945000', '173935.405000', '173935.865000', '173936.325000', '173936.785000', '173937.245000', '173937.705000', '173938.165000', '173938.625000', '173939.085000', '173939.545000', '173940.005000', '173940.465000', '173940.925000', '173941.385000', '173941.845000', '173942.305000', '173942.765000', '173943.225000', '173943.685000', '173944.145000', '173944.605000', '173945.065000', '173945.525000', '173945.985000', '173946.445000', '173946.905000', '173947.365000', '173947.825000', '173948.285000', '173948.745000', '173949.205000', '173949.665000', '173950.125000', '173950.585000', '173951.045000', '173951.505000', '173951.965000', '173952.425000', '173952.885000', '173953.345000', '173953.805000', '173954.265000', '173954.725000', '173955.185000', '173955.645000', '173956.105000', '173956.565000', '173957.025000', '173957.485000', '173957.945000', '173958.405000', '173958.865000', '173959.325000', '173959.785000', '174000.245000', '174000.705000', '174001.165000', '174001.625000', '174002.085000', '174002.545000', '174003.005000', '174003.465000', '174003.925000', '174004.385000', '174004.845000', '174005.305000', '174005.765000', '174006.225000', '174006.685000', '174007.145000', '174007.605000', '174008.065000', '174008.525000', '174008.985000', '174009.445000', '174009.905000', '174010.365000', '174010.825000', '174011.285000', '174011.745000', '174012.205000', '174012.665000', '174013.125000', '174013.585000', '174014.045000', '174014.505000', '174014.965000', '174015.425000', '174015.885000', '174016.345000', '174016.805000', '174017.265000', '174017.725000', '174018.185000', '174018.645000', '174019.105000', '174019.565000', '174020.025000', '174020.485000', '174020.945000', '174021.405000', '174021.865000', '174022.325000', '174022.785000', '174023.245000', '174023.705000', '174024.165000', '174024.625000', '174025.085000', '174025.545000', '174026.005000', '174026.465000', '174026.925000', '174027.385000', '174027.845000', '174028.305000', '174028.765000', '174029.225000', '174029.685000', '174030.145000', '174030.605000', '174031.065000', '174031.525000', '174031.985000', '174032.445000', '174032.905000', '174033.365000', '174033.825000', '174034.285000', '174034.745000', '174035.205000', '174035.665000', '174036.125000', '174036.585000', '174037.045000', '174037.505000', '174037.965000', '174038.425000', '174038.885000', '174039.345000', '174039.805000', '174040.265000', '174040.725000', '174041.185000', '174041.645000', '174042.105000', '174042.565000', '174043.025000', '174043.485000', '174043.945000', '174044.405000', '174044.865000', '174045.325000', '174045.785000', '174046.245000', '174046.705000', '174047.165000', '174047.625000', '174048.085000', '174048.545000', '174049.005000', '174049.465000', '174049.925000', '174050.385000', '174050.845000', '174051.305000', '174051.765000', '174052.225000', '174052.685000', '174053.145000', '174053.605000', '174054.065000', '174054.525000', '174054.985000', '174055.445000', '174055.905000', '174056.365000', '174056.825000', '174057.285000', '174057.745000', '174058.205000', '174058.665000', '174059.125000', '174059.585000', '174100.045000', '174100.505000', '174100.965000', '174101.425000', '174101.885000', '174102.345000', '174102.805000', '174103.265000', '174103.725000', '174104.185000', '174104.645000', '174105.105000', '174105.565000', '174106.025000', '174106.485000', '174106.945000', '174107.405000', '174107.865000', '174108.325000', '174108.785000', '174109.245000', '174109.705000', '174110.165000', '174110.625000', '174111.085000', '174111.545000', '174112.005000', '174112.465000', '174112.925000', '174113.385000', '174113.845000', '174114.305000', '174114.765000', '174115.225000', '174115.685000', '174116.145000', '174116.605000', '174117.065000', '174117.525000', '174117.985000', '174118.445000', '174118.905000', '174119.365000', '174119.825000', '174120.285000', '174120.745000', '174121.205000', '174121.665000', '174122.125000', '174122.585000', '174123.045000', '174123.505000', '174123.965000', '174124.425000', '174124.885000', '174125.345000', '174125.805000', '174126.265000', '174126.725000', '174127.185000', '174127.645000', '174128.105000', '174128.565000', '174129.025000', '174129.485000', '174129.945000', '174130.405000', '174130.865000', '174131.325000', '174131.785000', '174132.245000', '174132.705000', '174133.165000', '174133.625000', '174134.085000', '174134.545000', '174135.005000', '174135.465000', '174135.925000', '174136.385000', '174136.845000', '174137.305000', '174137.765000', '174138.225000', '174138.685000', '174139.145000', '174139.605000', '174140.065000', '174140.525000', '174140.985000', '174141.445000', '174141.905000', '174142.365000', '174142.825000', '174143.285000', '174143.745000', '174144.205000', '174144.665000', '174145.125000', '174145.585000', '174146.045000', '174146.505000', '174146.965000', '174147.425000', '174147.885000', '174148.345000', '174148.805000', '174149.265000', '174149.725000', '174150.185000', '174150.645000', '174151.105000', '174151.565000', '174152.025000', '174152.485000', '174152.945000', '174153.405000', '174153.865000', '174154.325000', '174154.785000', '174155.245000', '174155.705000', '174156.165000', '174156.625000', '174157.085000', '174157.545000', '174158.005000', '174158.465000', '174158.925000', '174159.385000', '174159.845000', '174200.305000', '174200.765000', '174201.225000', '174201.685000', '174202.145000', '174202.605000', '174203.065000', '174203.525000', '174203.985000', '174204.445000', '174204.905000', '174205.365000', '174205.825000', '174206.285000', '174206.745000', '174207.205000', '174207.665000', '174208.125000', '174208.585000', '174209.045000', '174209.505000', '174209.965000', '174210.425000', '174210.885000', '174211.345000', '174211.805000', '174212.265000', '174212.725000', '174213.185000', '174213.645000', '174214.105000', '174214.565000', '174215.025000', '174215.485000', '174215.945000', '174216.405000', '174216.865000', '174217.325000', '174217.785000', '174218.245000', '174218.705000', '174219.165000', '174219.625000', '174220.085000', '174220.545000', '174221.005000', '174221.465000', '174221.925000', '174222.385000', '174222.845000', '174223.305000', '174223.765000', '174224.225000', '174224.685000', '174225.145000', '174225.605000', '174226.065000', '174226.525000', '174226.985000', '174227.445000', '174227.905000', '174228.365000', '174228.825000', '174229.285000', '174229.745000', '174230.205000', '174230.665000', '174231.125000', '174231.585000', '174232.045000', '174232.505000', '174232.965000', '174233.425000', '174233.885000', '174234.345000', '174234.805000', '174235.265000', '174235.725000', '174236.185000', '174236.645000', '174237.105000', '174237.565000', '174238.025000', '174238.485000', '174238.945000', '174239.405000', '174239.865000', '174240.325000', '174240.785000', '174241.245000', '174241.705000', '174242.165000', '174242.625000', '174243.085000', '174243.545000', '174244.005000', '174244.465000', '174244.925000', '174245.385000', '174245.845000', '174246.305000', '174246.765000', '174247.225000', '174247.685000', '174248.145000', '174248.605000', '174249.065000', '174249.525000', '174249.985000', '174250.445000', '174250.905000', '174251.365000', '174251.825000', '174252.285000', '174252.745000', '174253.205000', '174253.665000', '174254.125000', '174254.585000', '174255.045000', '174255.505000', '174255.965000', '174256.425000', '174256.885000', '174257.345000', '174257.805000', '174258.265000', '174258.725000', '174259.185000', '174259.645000', '174300.105000', '174300.565000', '174301.025000', '174301.485000', '174301.945000', '174302.405000', '174302.865000', '174303.325000', '174303.785000', '174304.245000', '174304.705000', '174305.165000', '174305.625000', '174306.085000', '174306.545000', '174307.005000', '174307.465000', '174307.925000', '174308.385000', '174308.845000', '174309.305000', '174309.765000', '174310.225000', '174310.685000', '174311.145000', '174311.605000', '174312.065000', '174312.525000', '174312.985000', '174313.445000', '174313.905000', '174314.365000', '174314.825000', '174315.285000', '174315.745000', '174316.205000', '174316.665000', '174317.125000', '174317.585000', '174318.045000', '174318.505000', '174318.965000', '174319.425000', '174319.885000', '174320.345000', '174320.805000', '174321.265000', '174321.725000', '174322.185000', '174322.645000', '174323.105000', '174323.565000', '174324.025000', '174324.485000', '174324.945000', '174325.405000', '174325.865000', '174326.325000', '174326.785000', '174327.245000', '174327.705000', '174328.165000', '174328.625000', '174329.085000', '174329.545000', '174330.005000', '174330.465000', '174330.925000', '174331.385000', '174331.845000', '174332.305000', '174332.765000', '174333.225000', '174333.685000', '174334.145000', '174334.605000', '174335.065000', '174335.525000', '174335.985000', '174336.445000', '174336.905000', '174337.365000', '174337.825000', '174338.285000', '174338.745000', '174339.205000', '174339.665000', '174340.125000', '174340.585000', '174341.045000', '174341.505000', '174341.965000', '174342.425000', '174342.885000', '174343.345000', '174343.805000', '174344.265000', '174344.725000', '174345.185000', '174345.645000', '174346.105000', '174346.565000', '174347.025000', '174347.485000', '174347.945000', '174348.405000', '174348.865000', '174349.325000', '174349.785000', '174350.245000', '174350.705000', '174351.165000', '174351.625000', '174352.085000', '174352.545000', '174353.005000', '174353.465000', '174353.925000', '174354.385000', '174354.845000', '174355.305000', '174355.765000', '174356.225000', '174356.685000', '174357.145000', '174357.605000', '174358.065000', '174358.525000', '174358.985000', '174359.445000', '174359.905000', '174400.365000', '174400.825000', '174401.285000', '174401.745000', '174402.205000', '174402.665000', '174403.125000', '174403.585000', '174404.045000', '174404.505000', '174404.965000', '174405.425000', '174405.885000', '174406.345000', '174406.805000', '174407.265000', '174407.725000', '174408.185000', '174408.645000', '174409.105000', '174409.565000', '174410.025000', '174410.485000', '174410.945000', '174411.405000', '174411.865000', '174412.325000', '174412.785000', '174413.245000', '174413.705000', '174414.165000', '174414.625000', '174415.085000', '174415.545000', '174416.005000', '174416.465000', '174416.925000', '174417.385000', '174417.845000', '174418.305000', '174418.765000', '174419.225000', '174419.685000', '174420.145000', '174420.605000', '174421.065000', '174421.525000', '174421.985000', '174422.445000', '174422.905000', '174423.365000', '174423.825000', '174424.285000', '174424.745000', '174425.205000', '174425.665000', '174426.125000', '174426.585000', '174427.045000', '174427.505000', '174427.965000', '174428.425000', '174428.885000', '174429.345000', '174429.805000', '174430.265000', '174430.725000', '174431.185000', '174431.645000', '174432.105000', '174432.565000', '174433.025000', '174433.485000', '174433.945000', '174434.405000', '174434.865000', '174435.325000', '174435.785000', '174436.245000', '174436.705000', '174437.165000', '174437.625000', '174438.085000', '174438.545000', '174439.005000', '174439.465000', '174439.925000', '174440.385000', '174440.845000', '174441.305000', '174441.765000', '174442.225000', '174442.685000', '174443.145000', '174443.605000', '174444.065000', '174444.525000', '174444.985000', '174445.445000', '174445.905000', '174446.365000', '174446.825000', '174447.285000', '174447.745000', '174448.205000', '174448.665000', '174449.125000', '174449.585000', '174450.045000', '174450.505000', '174450.965000', '174451.425000', '174451.885000', '174452.345000', '174452.805000', '174453.265000', '174453.725000', '174454.185000', '174454.645000', '174455.105000', '174455.565000', '174456.025000', '174456.485000', '174456.945000', '174457.405000', '174457.865000', '174458.325000', '174458.785000', '174459.245000', '174459.705000', '174500.165000', '174500.625000', '174501.085000', '174501.545000', '174502.005000', '174502.465000', '174502.925000', '174503.385000', '174503.845000', '174504.305000', '174504.765000', '174505.225000', '174505.685000', '174506.145000', '174506.605000', '174507.065000', '174507.525000', '174507.985000', '174508.445000', '174508.905000', '174509.365000'], 'ContentTime': ['173856.778000', '173856.782000', '173856.785000', '173856.787000', '173856.790000', '173856.792000', '173856.795000', '173856.797000', '173856.800000', '173856.803000', '173856.805000', '173856.808000', '173856.811000', '173856.813000', '173856.816000', '173856.818000', '173856.823000', '173856.825000', '173856.828000', '173856.830000', '173856.833000', '173856.835000', '173856.838000', '173856.841000', '173856.843000', '173856.846000', '173856.848000', '173856.851000', '173856.853000', '173856.856000', '173856.858000', '173856.861000', '173856.863000', '173856.866000', '173856.868000', '173856.871000', '173856.874000', '173856.876000', '173856.879000', '173856.886000', '173856.888000', '173856.891000', '173856.894000', '173856.896000', '173856.899000', '173856.901000', '173856.904000', '173856.906000', '173856.909000', '173856.911000', '173856.914000', '173856.916000', '173856.919000', '173856.921000', '173856.924000', '173856.927000', '173856.929000', '173856.932000', '173856.934000', '173916.740000', '173916.742000', '173916.745000', '173916.754000', '173916.757000', '173916.759000', '173916.762000', '173916.764000', '173916.767000', '173916.769000', '173916.772000', '173916.774000', '173916.777000', '173916.780000', '173916.782000', '173916.785000', '173916.787000', '173916.790000', '173916.792000', '173916.795000', '173916.797000', '173916.800000', '173916.803000', '173916.805000', '173916.808000', '173916.810000', '173916.813000', '173916.815000', '173916.818000', '173916.820000', '173916.823000', '173916.825000', '173916.828000', '173916.831000', '173916.833000', '173916.836000', '173916.838000', '173916.841000', '173916.843000', '173916.846000', '173916.848000', '173916.851000', '173916.853000', '173936.739000', '173936.742000', '173936.745000', '173936.747000', '173936.750000', '173936.752000', '173936.755000', '173936.758000', '173936.761000', '173936.763000', '173936.766000', '173936.769000', '173936.771000', '173936.774000', '173936.776000', '173936.779000', '173936.781000', '173936.784000', '173936.786000', '173936.789000', '173936.792000', '173936.794000', '173936.797000', '173936.799000', '173936.810000', '173936.812000', '173936.815000', '173936.817000', '173936.820000', '173936.823000', '173936.825000', '173936.828000', '173936.830000', '173936.833000', '173936.835000', '173936.838000', '173936.840000', '173936.843000', '173936.845000', '173936.848000', '173936.850000', '173936.853000', '173936.855000', '173936.858000', '173956.739000', '173956.742000', '173956.745000', '173956.747000', '173956.750000', '173956.752000', '173956.755000', '173956.757000', '173956.760000', '173956.763000', '173956.765000', '173956.768000', '173956.770000', '173956.773000', '173956.775000', '173956.778000', '173956.780000', '173956.783000', '173956.785000', '173956.788000', '173956.791000', '173956.793000', '173956.796000', '173956.798000', '173956.801000', '173956.804000', '173956.806000', '173956.809000', '173956.811000', '173956.814000', '173956.816000', '173956.819000', '173956.821000', '173956.824000', '173956.827000', '173956.829000', '173956.832000', '173956.834000', '173956.837000', '173956.839000', '173956.842000', '173956.844000', '173956.847000', '174016.739000', '174016.742000', '174016.745000', '174016.747000', '174016.750000', '174016.752000', '174016.755000', '174016.757000', '174016.760000', '174016.762000', '174016.765000', '174016.768000', '174016.770000', '174016.773000', '174016.775000', '174016.778000', '174016.780000', '174016.783000', '174016.785000', '174016.788000', '174016.791000', '174016.793000', '174016.796000', '174016.798000', '174016.801000', '174016.804000', '174016.806000', '174016.809000', '174016.811000', '174016.814000', '174016.816000', '174016.819000', '174016.821000', '174016.824000', '174016.826000', '174016.829000', '174016.831000', '174016.834000', '174016.837000', '174016.839000', '174016.842000', '174016.844000', '174016.847000', '174016.849000', '174036.738000', '174036.741000', '174036.744000', '174036.746000', '174036.749000', '174036.751000', '174036.754000', '174036.757000', '174036.759000', '174036.762000', '174036.764000', '174036.767000', '174036.769000', '174036.772000', '174036.774000', '174036.777000', '174036.779000', '174036.782000', '174036.785000', '174036.787000', '174036.790000', '174036.792000', '174036.795000', '174036.797000', '174036.820000', '174036.822000', '174036.825000', '174036.827000', '174036.830000', '174036.832000', '174036.835000', '174036.838000', '174036.840000', '174036.843000', '174036.845000', '174036.848000', '174036.850000', '174036.853000', '174036.856000', '174036.858000', '174036.861000', '174036.863000', '174036.866000', '174056.739000', '174056.742000', '174056.745000', '174056.747000', '174056.750000', '174056.752000', '174056.755000', '174056.757000', '174056.760000', '174056.763000', '174056.765000', '174056.768000', '174056.770000', '174056.773000', '174056.775000', '174056.778000', '174056.781000', '174056.783000', '174056.786000', '174056.788000', '174056.791000', '174056.793000', '174056.797000', '174056.800000', '174056.802000', '174056.805000', '174056.807000', '174056.810000', '174056.813000', '174056.816000', '174056.818000', '174056.821000', '174056.824000', '174056.827000', '174056.830000', '174056.832000', '174056.835000', '174056.838000', '174056.840000', '174056.843000', '174056.846000', '174056.849000', '174056.851000', '174116.739000', '174116.742000', '174116.745000', '174116.747000', '174116.750000', '174116.752000', '174116.755000', '174116.758000', '174116.760000', '174116.763000', '174116.765000', '174116.768000', '174116.771000', '174116.773000', '174116.776000', '174116.778000', '174116.781000', '174116.783000', '174116.786000', '174116.789000', '174116.804000', '174116.844000', '174116.847000', '174116.849000', '174116.852000', '174116.854000', '174116.857000', '174116.860000', '174116.862000', '174116.865000', '174116.867000', '174116.870000', '174116.872000', '174116.875000', '174116.878000', '174116.880000', '174116.883000', '174116.885000', '174116.888000', '174116.891000', '174116.893000', '174116.896000', '174116.898000', '174116.901000', '174136.739000', '174136.742000', '174136.745000', '174136.747000', '174136.750000', '174136.753000', '174136.755000', '174136.758000', '174136.760000', '174136.763000', '174136.765000', '174136.768000', '174136.771000', '174136.773000', '174136.776000', '174136.778000', '174136.781000', '174136.784000', '174136.787000', '174136.789000', '174136.792000', '174136.795000', '174136.797000', '174136.829000', '174136.832000', '174136.834000', '174136.837000', '174136.839000', '174136.842000', '174136.844000', '174136.847000', '174136.849000', '174136.852000', '174136.855000', '174136.857000', '174136.860000', '174136.862000', '174136.865000', '174136.867000', '174136.870000', '174136.872000', '174136.875000', '174136.878000', '174156.739000', '174156.742000', '174156.745000', '174156.747000', '174156.750000', '174156.753000', '174156.755000', '174156.758000', '174156.760000', '174156.763000', '174156.765000', '174156.768000', '174156.771000', '174156.773000', '174156.776000', '174156.778000', '174156.781000', '174156.783000', '174156.786000', '174156.789000', '174156.791000', '174156.794000', '174156.796000', '174156.799000', '174156.837000', '174156.840000', '174156.842000', '174156.845000', '174156.847000', '174156.850000', '174156.852000', '174156.855000', '174156.858000', '174156.860000', '174156.863000', '174156.865000', '174156.868000', '174156.870000', '174156.873000', '174156.876000', '174156.878000', '174156.881000', '174156.884000', '174156.886000', '174216.739000', '174216.742000', '174216.745000', '174216.747000', '174216.750000', '174216.753000', '174216.755000', '174216.758000', '174216.760000', '174216.763000', '174216.765000', '174216.768000', '174216.770000', '174216.773000', '174216.775000', '174216.778000', '174216.780000', '174216.783000', '174216.786000', '174216.788000', '174216.791000', '174216.793000', '174216.796000', '174216.798000', '174216.801000', '174216.804000', '174216.806000', '174216.809000', '174216.811000', '174216.814000', '174216.817000', '174216.820000', '174216.823000', '174216.825000', '174216.828000', '174216.831000', '174216.833000', '174216.837000', '174216.840000', '174216.842000', '174216.845000', '174216.848000', '174216.850000', '174236.739000', '174236.742000', '174236.745000', '174236.747000', '174236.750000', '174236.752000', '174236.755000', '174236.758000', '174236.760000', '174236.763000', '174236.765000', '174236.768000', '174236.770000', '174236.773000', '174236.776000', '174236.778000', '174236.781000', '174236.783000', '174236.786000', '174236.789000', '174236.791000', '174236.794000', '174236.796000', '174236.799000', '174236.847000', '174236.850000', '174236.853000', '174236.855000', '174236.858000', '174236.860000', '174236.863000', '174236.866000', '174236.868000', '174236.871000', '174236.873000', '174236.876000', '174236.878000', '174236.881000', '174236.884000', '174236.886000', '174236.889000', '174236.891000', '174236.894000', '174236.897000', '174256.739000', '174256.756000', '174256.758000', '174256.761000', '174256.763000', '174256.766000', '174256.768000', '174256.771000', '174256.774000', '174256.776000', '174256.779000', '174256.781000', '174256.784000', '174256.786000', '174256.789000', '174256.792000', '174256.794000', '174256.797000', '174256.800000', '174256.803000', '174256.805000', '174256.808000', '174256.811000', '174256.813000', '174256.816000', '174256.818000', '174256.821000', '174256.823000', '174256.826000', '174256.829000', '174256.831000', '174256.834000', '174256.836000', '174256.839000', '174256.842000', '174256.844000', '174256.847000', '174256.849000', '174256.852000', '174256.854000', '174256.857000', '174256.860000', '174256.862000', '174316.740000', '174316.742000', '174316.745000', '174316.748000', '174316.750000', '174316.753000', '174316.755000', '174316.758000', '174316.760000', '174316.763000', '174316.765000', '174316.768000', '174316.771000', '174316.773000', '174316.776000', '174316.779000', '174316.781000', '174316.784000', '174316.786000', '174316.789000', '174316.791000', '174316.794000', '174316.797000', '174316.799000', '174316.802000', '174316.804000', '174316.807000', '174316.810000', '174316.812000', '174316.815000', '174316.818000', '174316.820000', '174316.823000', '174316.825000', '174316.828000', '174316.830000', '174316.833000', '174316.836000', '174316.838000', '174316.841000', '174316.843000', '174316.846000', '174316.848000', '174316.851000', '174336.739000', '174336.742000', '174336.745000', '174336.747000', '174336.750000', '174336.752000', '174336.755000', '174336.757000', '174336.760000', '174336.762000', '174336.765000', '174336.768000', '174336.770000', '174336.773000', '174336.775000', '174336.778000', '174336.780000', '174336.783000', '174336.785000', '174336.788000', '174336.791000', '174336.793000', '174336.796000', '174336.798000', '174336.801000', '174336.803000', '174336.806000', '174336.808000', '174336.811000', '174336.814000', '174336.816000', '174336.819000', '174336.822000', '174336.825000', '174336.828000', '174336.831000', '174336.833000', '174336.836000', '174336.838000', '174336.841000', '174336.843000', '174336.846000', '174336.849000', '174356.739000', '174356.751000', '174356.754000', '174356.756000', '174356.759000', '174356.761000', '174356.764000', '174356.766000', '174356.769000', '174356.771000', '174356.774000', '174356.777000', '174356.779000', '174356.782000', '174356.784000', '174356.787000', '174356.790000', '174356.792000', '174356.795000', '174356.797000', '174356.800000', '174356.857000', '174356.860000', '174356.862000', '174356.865000', '174356.867000', '174356.870000', '174356.873000', '174356.875000', '174356.878000', '174356.880000', '174356.883000', '174356.886000', '174356.888000', '174356.891000', '174356.893000', '174356.896000', '174356.898000', '174356.901000', '174356.904000', '174356.906000', '174356.909000', '174356.911000', '174356.914000', '174416.740000', '174416.742000', '174416.745000', '174416.747000', '174416.750000', '174416.753000', '174416.755000', '174416.758000', '174416.760000', '174416.763000', '174416.765000', '174416.768000', '174416.771000', '174416.773000', '174416.776000', '174416.778000', '174416.781000', '174416.783000', '174416.786000', '174416.789000', '174416.791000', '174416.794000', '174416.796000', '174416.799000', '174416.866000', '174416.868000', '174416.883000', '174416.885000', '174416.888000', '174416.890000', '174416.893000', '174416.895000', '174416.898000', '174416.901000', '174416.903000', '174416.906000', '174416.908000', '174416.911000', '174416.913000', '174416.916000', '174416.919000', '174416.921000', '174416.924000', '174436.739000', '174436.742000', '174436.745000', '174436.747000', '174436.750000', '174436.752000', '174436.755000', '174436.758000', '174436.760000', '174436.763000', '174436.765000', '174436.768000', '174436.770000', '174436.773000', '174436.776000', '174436.778000', '174436.781000', '174436.785000', '174436.787000', '174436.790000', '174436.793000', '174436.795000', '174436.798000', '174436.873000', '174436.875000', '174436.878000', '174436.881000', '174436.883000', '174436.886000', '174436.888000', '174436.891000', '174436.893000', '174436.896000', '174436.899000', '174436.901000', '174436.904000', '174436.906000', '174436.909000', '174436.911000', '174436.914000', '174436.917000', '174436.919000', '174436.922000', '174436.925000', '174456.739000', '174456.742000', '174456.745000', '174456.748000', '174456.750000', '174456.753000', '174456.755000', '174456.758000', '174456.760000', '174456.763000', '174456.766000', '174456.768000', '174456.771000', '174456.773000', '174456.776000', '174456.779000', '174456.781000', '174456.784000', '174456.786000', '174456.789000', '174456.792000', '174456.794000', '174456.797000', '174456.879000', '174456.881000', '174456.884000', '174456.887000', '174456.889000', '174456.892000', '174456.894000', '174456.897000', '174456.899000', '174456.902000', '174456.904000', '174456.907000', '174456.909000', '174456.912000', '174456.917000', '174456.920000', '174456.923000', '174456.925000', '174456.928000', '174456.930000', '174510.687000', '174510.691000', '174510.694000', '174510.697000', '174510.700000', '174510.703000', '174510.706000', '174510.708000', '174510.711000', '174510.714000', '174510.717000', '174510.720000', '174510.723000', '174510.727000', '174510.731000', '174510.733000', '174510.736000', '174510.740000', '174510.743000', '174510.746000', '174510.750000', '174510.753000', '174510.757000', '174510.759000', '174510.762000', '174510.765000', '174510.768000', '174510.771000', '174510.773000', '174510.776000', '174510.779000'], 'InstanceCreationTime': ['173856.778000', '173856.782000', '173856.785000', '173856.787000', '173856.790000', '173856.792000', '173856.795000', '173856.797000', '173856.800000', '173856.803000', '173856.805000', '173856.808000', '173856.811000', '173856.813000', '173856.816000', '173856.818000', '173856.823000', '173856.825000', '173856.828000', '173856.830000', '173856.833000', '173856.835000', '173856.838000', '173856.841000', '173856.843000', '173856.846000', '173856.848000', '173856.851000', '173856.853000', '173856.856000', '173856.858000', '173856.861000', '173856.863000', '173856.866000', '173856.868000', '173856.871000', '173856.874000', '173856.876000', '173856.879000', '173856.886000', '173856.888000', '173856.891000', '173856.894000', '173856.896000', '173856.899000', '173856.901000', '173856.904000', '173856.906000', '173856.909000', '173856.911000', '173856.914000', '173856.916000', '173856.919000', '173856.921000', '173856.924000', '173856.927000', '173856.929000', '173856.932000', '173856.934000', '173916.740000', '173916.742000', '173916.745000', '173916.754000', '173916.757000', '173916.759000', '173916.762000', '173916.764000', '173916.767000', '173916.769000', '173916.772000', '173916.774000', '173916.777000', '173916.780000', '173916.782000', '173916.785000', '173916.787000', '173916.790000', '173916.792000', '173916.795000', '173916.797000', '173916.800000', '173916.803000', '173916.805000', '173916.808000', '173916.810000', '173916.813000', '173916.815000', '173916.818000', '173916.820000', '173916.823000', '173916.825000', '173916.828000', '173916.831000', '173916.833000', '173916.836000', '173916.838000', '173916.841000', '173916.843000', '173916.846000', '173916.848000', '173916.851000', '173916.853000', '173936.739000', '173936.742000', '173936.745000', '173936.747000', '173936.750000', '173936.752000', '173936.755000', '173936.758000', '173936.761000', '173936.763000', '173936.766000', '173936.769000', '173936.771000', '173936.774000', '173936.776000', '173936.779000', '173936.781000', '173936.784000', '173936.786000', '173936.789000', '173936.792000', '173936.794000', '173936.797000', '173936.799000', '173936.810000', '173936.812000', '173936.815000', '173936.817000', '173936.820000', '173936.823000', '173936.825000', '173936.828000', '173936.830000', '173936.833000', '173936.835000', '173936.838000', '173936.840000', '173936.843000', '173936.845000', '173936.848000', '173936.850000', '173936.853000', '173936.855000', '173936.858000', '173956.739000', '173956.742000', '173956.745000', '173956.747000', '173956.750000', '173956.752000', '173956.755000', '173956.757000', '173956.760000', '173956.763000', '173956.765000', '173956.768000', '173956.770000', '173956.773000', '173956.775000', '173956.778000', '173956.780000', '173956.783000', '173956.785000', '173956.788000', '173956.791000', '173956.793000', '173956.796000', '173956.798000', '173956.801000', '173956.804000', '173956.806000', '173956.809000', '173956.811000', '173956.814000', '173956.816000', '173956.819000', '173956.821000', '173956.824000', '173956.827000', '173956.829000', '173956.832000', '173956.834000', '173956.837000', '173956.839000', '173956.842000', '173956.844000', '173956.847000', '174016.739000', '174016.742000', '174016.745000', '174016.747000', '174016.750000', '174016.752000', '174016.755000', '174016.757000', '174016.760000', '174016.762000', '174016.765000', '174016.768000', '174016.770000', '174016.773000', '174016.775000', '174016.778000', '174016.780000', '174016.783000', '174016.785000', '174016.788000', '174016.791000', '174016.793000', '174016.796000', '174016.798000', '174016.801000', '174016.804000', '174016.806000', '174016.809000', '174016.811000', '174016.814000', '174016.816000', '174016.819000', '174016.821000', '174016.824000', '174016.826000', '174016.829000', '174016.831000', '174016.834000', '174016.837000', '174016.839000', '174016.842000', '174016.844000', '174016.847000', '174016.849000', '174036.738000', '174036.741000', '174036.744000', '174036.746000', '174036.749000', '174036.751000', '174036.754000', '174036.757000', '174036.759000', '174036.762000', '174036.764000', '174036.767000', '174036.769000', '174036.772000', '174036.774000', '174036.777000', '174036.779000', '174036.782000', '174036.785000', '174036.787000', '174036.790000', '174036.792000', '174036.795000', '174036.797000', '174036.820000', '174036.822000', '174036.825000', '174036.827000', '174036.830000', '174036.832000', '174036.835000', '174036.838000', '174036.840000', '174036.843000', '174036.845000', '174036.848000', '174036.850000', '174036.853000', '174036.856000', '174036.858000', '174036.861000', '174036.863000', '174036.866000', '174056.739000', '174056.742000', '174056.745000', '174056.747000', '174056.750000', '174056.752000', '174056.755000', '174056.757000', '174056.760000', '174056.763000', '174056.765000', '174056.768000', '174056.770000', '174056.773000', '174056.775000', '174056.778000', '174056.781000', '174056.783000', '174056.786000', '174056.788000', '174056.791000', '174056.793000', '174056.797000', '174056.800000', '174056.802000', '174056.805000', '174056.807000', '174056.810000', '174056.813000', '174056.816000', '174056.818000', '174056.821000', '174056.824000', '174056.827000', '174056.830000', '174056.832000', '174056.835000', '174056.838000', '174056.840000', '174056.843000', '174056.846000', '174056.849000', '174056.851000', '174116.739000', '174116.742000', '174116.745000', '174116.747000', '174116.750000', '174116.752000', '174116.755000', '174116.758000', '174116.760000', '174116.763000', '174116.765000', '174116.768000', '174116.771000', '174116.773000', '174116.776000', '174116.778000', '174116.781000', '174116.783000', '174116.786000', '174116.789000', '174116.804000', '174116.844000', '174116.847000', '174116.849000', '174116.852000', '174116.854000', '174116.857000', '174116.860000', '174116.862000', '174116.865000', '174116.867000', '174116.870000', '174116.872000', '174116.875000', '174116.878000', '174116.880000', '174116.883000', '174116.885000', '174116.888000', '174116.891000', '174116.893000', '174116.896000', '174116.898000', '174116.901000', '174136.739000', '174136.742000', '174136.745000', '174136.747000', '174136.750000', '174136.753000', '174136.755000', '174136.758000', '174136.760000', '174136.763000', '174136.765000', '174136.768000', '174136.771000', '174136.773000', '174136.776000', '174136.778000', '174136.781000', '174136.784000', '174136.787000', '174136.789000', '174136.792000', '174136.795000', '174136.797000', '174136.829000', '174136.832000', '174136.834000', '174136.837000', '174136.839000', '174136.842000', '174136.844000', '174136.847000', '174136.849000', '174136.852000', '174136.855000', '174136.857000', '174136.860000', '174136.862000', '174136.865000', '174136.867000', '174136.870000', '174136.872000', '174136.875000', '174136.878000', '174156.739000', '174156.742000', '174156.745000', '174156.747000', '174156.750000', '174156.753000', '174156.755000', '174156.758000', '174156.760000', '174156.763000', '174156.765000', '174156.768000', '174156.771000', '174156.773000', '174156.776000', '174156.778000', '174156.781000', '174156.783000', '174156.786000', '174156.789000', '174156.791000', '174156.794000', '174156.796000', '174156.799000', '174156.837000', '174156.840000', '174156.842000', '174156.845000', '174156.847000', '174156.850000', '174156.852000', '174156.855000', '174156.858000', '174156.860000', '174156.863000', '174156.865000', '174156.868000', '174156.870000', '174156.873000', '174156.876000', '174156.878000', '174156.881000', '174156.884000', '174156.886000', '174216.739000', '174216.742000', '174216.745000', '174216.747000', '174216.750000', '174216.753000', '174216.755000', '174216.758000', '174216.760000', '174216.763000', '174216.765000', '174216.768000', '174216.770000', '174216.773000', '174216.775000', '174216.778000', '174216.780000', '174216.783000', '174216.786000', '174216.788000', '174216.791000', '174216.793000', '174216.796000', '174216.798000', '174216.801000', '174216.804000', '174216.806000', '174216.809000', '174216.811000', '174216.814000', '174216.817000', '174216.820000', '174216.823000', '174216.825000', '174216.828000', '174216.831000', '174216.833000', '174216.837000', '174216.840000', '174216.842000', '174216.845000', '174216.848000', '174216.850000', '174236.739000', '174236.742000', '174236.745000', '174236.747000', '174236.750000', '174236.752000', '174236.755000', '174236.758000', '174236.760000', '174236.763000', '174236.765000', '174236.768000', '174236.770000', '174236.773000', '174236.776000', '174236.778000', '174236.781000', '174236.783000', '174236.786000', '174236.789000', '174236.791000', '174236.794000', '174236.796000', '174236.799000', '174236.847000', '174236.850000', '174236.853000', '174236.855000', '174236.858000', '174236.860000', '174236.863000', '174236.866000', '174236.868000', '174236.871000', '174236.873000', '174236.876000', '174236.878000', '174236.881000', '174236.884000', '174236.886000', '174236.889000', '174236.891000', '174236.894000', '174236.897000', '174256.739000', '174256.756000', '174256.758000', '174256.761000', '174256.763000', '174256.766000', '174256.768000', '174256.771000', '174256.774000', '174256.776000', '174256.779000', '174256.781000', '174256.784000', '174256.786000', '174256.789000', '174256.792000', '174256.794000', '174256.797000', '174256.800000', '174256.803000', '174256.805000', '174256.808000', '174256.811000', '174256.813000', '174256.816000', '174256.818000', '174256.821000', '174256.823000', '174256.826000', '174256.829000', '174256.831000', '174256.834000', '174256.836000', '174256.839000', '174256.842000', '174256.844000', '174256.847000', '174256.849000', '174256.852000', '174256.854000', '174256.857000', '174256.860000', '174256.862000', '174316.740000', '174316.742000', '174316.745000', '174316.748000', '174316.750000', '174316.753000', '174316.755000', '174316.758000', '174316.760000', '174316.763000', '174316.765000', '174316.768000', '174316.771000', '174316.773000', '174316.776000', '174316.779000', '174316.781000', '174316.784000', '174316.786000', '174316.789000', '174316.791000', '174316.794000', '174316.797000', '174316.799000', '174316.802000', '174316.804000', '174316.807000', '174316.810000', '174316.812000', '174316.815000', '174316.818000', '174316.820000', '174316.823000', '174316.825000', '174316.828000', '174316.830000', '174316.833000', '174316.836000', '174316.838000', '174316.841000', '174316.843000', '174316.846000', '174316.848000', '174316.851000', '174336.739000', '174336.742000', '174336.745000', '174336.747000', '174336.750000', '174336.752000', '174336.755000', '174336.757000', '174336.760000', '174336.762000', '174336.765000', '174336.768000', '174336.770000', '174336.773000', '174336.775000', '174336.778000', '174336.780000', '174336.783000', '174336.785000', '174336.788000', '174336.791000', '174336.793000', '174336.796000', '174336.798000', '174336.801000', '174336.803000', '174336.806000', '174336.808000', '174336.811000', '174336.814000', '174336.816000', '174336.819000', '174336.822000', '174336.825000', '174336.828000', '174336.831000', '174336.833000', '174336.836000', '174336.838000', '174336.841000', '174336.843000', '174336.846000', '174336.849000', '174356.739000', '174356.751000', '174356.754000', '174356.756000', '174356.759000', '174356.761000', '174356.764000', '174356.766000', '174356.769000', '174356.771000', '174356.774000', '174356.777000', '174356.779000', '174356.782000', '174356.784000', '174356.787000', '174356.790000', '174356.792000', '174356.795000', '174356.797000', '174356.800000', '174356.857000', '174356.860000', '174356.862000', '174356.865000', '174356.867000', '174356.870000', '174356.873000', '174356.875000', '174356.878000', '174356.880000', '174356.883000', '174356.886000', '174356.888000', '174356.891000', '174356.893000', '174356.896000', '174356.898000', '174356.901000', '174356.904000', '174356.906000', '174356.909000', '174356.911000', '174356.914000', '174416.740000', '174416.742000', '174416.745000', '174416.747000', '174416.750000', '174416.753000', '174416.755000', '174416.758000', '174416.760000', '174416.763000', '174416.765000', '174416.768000', '174416.771000', '174416.773000', '174416.776000', '174416.778000', '174416.781000', '174416.783000', '174416.786000', '174416.789000', '174416.791000', '174416.794000', '174416.796000', '174416.799000', '174416.866000', '174416.868000', '174416.883000', '174416.885000', '174416.888000', '174416.890000', '174416.893000', '174416.895000', '174416.898000', '174416.901000', '174416.903000', '174416.906000', '174416.908000', '174416.911000', '174416.913000', '174416.916000', '174416.919000', '174416.921000', '174416.924000', '174436.739000', '174436.742000', '174436.745000', '174436.747000', '174436.750000', '174436.752000', '174436.755000', '174436.758000', '174436.760000', '174436.763000', '174436.765000', '174436.768000', '174436.770000', '174436.773000', '174436.776000', '174436.778000', '174436.781000', '174436.785000', '174436.787000', '174436.790000', '174436.793000', '174436.795000', '174436.798000', '174436.873000', '174436.875000', '174436.878000', '174436.881000', '174436.883000', '174436.886000', '174436.888000', '174436.891000', '174436.893000', '174436.896000', '174436.899000', '174436.901000', '174436.904000', '174436.906000', '174436.909000', '174436.911000', '174436.914000', '174436.917000', '174436.919000', '174436.922000', '174436.925000', '174456.739000', '174456.742000', '174456.745000', '174456.748000', '174456.750000', '174456.753000', '174456.755000', '174456.758000', '174456.760000', '174456.763000', '174456.766000', '174456.768000', '174456.771000', '174456.773000', '174456.776000', '174456.779000', '174456.781000', '174456.784000', '174456.786000', '174456.789000', '174456.792000', '174456.794000', '174456.797000', '174456.879000', '174456.881000', '174456.884000', '174456.887000', '174456.889000', '174456.892000', '174456.894000', '174456.897000', '174456.899000', '174456.902000', '174456.904000', '174456.907000', '174456.909000', '174456.912000', '174456.917000', '174456.920000', '174456.923000', '174456.925000', '174456.928000', '174456.930000', '174510.687000', '174510.691000', '174510.694000', '174510.697000', '174510.700000', '174510.703000', '174510.706000', '174510.708000', '174510.711000', '174510.714000', '174510.717000', '174510.720000', '174510.723000', '174510.727000', '174510.731000', '174510.733000', '174510.736000', '174510.740000', '174510.743000', '174510.746000', '174510.750000', '174510.753000', '174510.757000', '174510.759000', '174510.762000', '174510.765000', '174510.768000', '174510.771000', '174510.773000', '174510.776000', '174510.779000'], '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': [11059, 15132, 10963, 10369, 17908, 11484, 15655, 11537, 10559, 18262, 11159, 10321, 14662, 11040, 16246, 11215, 10869, 15867, 10836, 10191, 11239, 10827, 14636, 11551, 10223, 16783, 11213, 14309, 10661, 10511, 11663, 11028, 13267, 11856, 12283, 18479, 14833, 17835, 10858, 14505, 10954, 13210, 17768, 11041, 14949, 14253, 10972, 18284, 13055, 16095, 11072, 13583, 10820, 10739, 17043, 11041, 15613, 11012, 14528, 11537, 11746, 11562, 11619, 10354, 11732, 15384, 11401, 11519, 18431, 11176, 14645, 11557, 10846, 11136, 11084, 11706, 10713, 13417, 11604, 11020, 17644, 11117, 14584, 13996, 11357, 15436, 10659, 11563, 11500, 10777, 9897, 11008, 10764, 11728, 11011, 17310, 11699, 14090, 10935, 10926, 14867, 11464, 10896, 11417, 11380, 16369, 11290, 12171, 11117, 10945, 11226, 14482, 13028, 11641, 17726, 11264, 17656, 11191, 14936, 11010, 11169, 11138, 15325, 11501, 11663, 16380, 11546, 16179, 11548, 11727, 11043, 15955, 11390, 12194, 11406, 15879, 14590, 11895, 16989, 11081, 11584, 16429, 11237, 15833, 10803, 12711, 10716, 11154, 11363, 10958, 14140, 11047, 11138, 12867, 11276, 17485, 12014, 15061, 10860, 10406, 11686, 10611, 10664, 10973, 15985, 11300, 11947, 15716, 11161, 14662, 11492, 11021, 14637, 10654, 13504, 11083, 9836, 11281, 15080, 11580, 11284, 18718, 11114, 13758, 16517, 11437, 17168, 10839, 14752, 10989, 11350, 11614, 10994, 16666, 10887, 12595, 10960, 11955, 11091, 12099, 11530, 11015, 11863, 15875, 12038, 11853, 20448, 14654, 15134, 11790, 15151, 11004, 13000, 14869, 11318, 16076, 10974, 11268, 10637, 11423, 17749, 11417, 12304, 14760, 11296, 16165, 10859, 11300, 10206, 11144, 10952, 11114, 11416, 10772, 11703, 11028, 11086, 11227, 11107, 11741, 11391, 11463, 13501, 10990, 11649, 14175, 11345, 15901, 10997, 11495, 11703, 11311, 11467, 11990, 11370, 11866, 16832, 11138, 14748, 15104, 11607, 12239, 11861, 9718, 11402, 15597, 11356, 11800, 16696, 11701, 14144, 11594, 11203, 11194, 11438, 11543, 18879, 12362, 16732, 13095, 11172, 18293, 11556, 15082, 10865, 11370, 16193, 10792, 10856, 10764, 10802, 15488, 10852, 11301, 12559, 11201, 10770, 11301, 11018, 11016, 10453, 11155, 14314, 11186, 11567, 16334, 11317, 12758, 16309, 11307, 16085, 10884, 14241, 10707, 11703, 11047, 11365, 17600, 11053, 11776, 18500, 12285, 15549, 10867, 11341, 12427, 11263, 11356, 10930, 11416, 11497, 10816, 11391, 15723, 11211, 11539, 15440, 11057, 13986, 10785, 11400, 10643, 11523, 11009, 11636, 10689, 12668, 11691, 12591, 11680, 17011, 11588, 15156, 17562, 14940, 15791, 11035, 12334, 17822, 11649, 11864, 10753, 11099, 15313, 12023, 10491, 11649, 10813, 11474, 12709, 11150, 12022, 11098, 11372, 13637, 11269, 12236, 11569, 11605, 11169, 16022, 10819, 11337, 17846, 10707, 11329, 17694, 10855, 15361, 11127, 10640, 10266, 10865, 10646, 11135, 10922, 13870, 10820, 10682, 10954, 10966, 11032, 11051, 12342, 11150, 11430, 15037, 11460, 18356, 14544, 11828, 10792, 10727, 11753, 11473, 14881, 11725, 12271, 10926, 12048, 10939, 16945, 11135, 15166, 14609, 13311, 20444, 12552, 15423, 10886, 14950, 10983, 16397, 14078, 12948, 15149, 10086, 10032, 17933, 10325, 10005, 14899, 10352, 9164, 10609, 10389, 10430, 10720, 10631, 10436, 14088, 10251, 17015, 12452, 17069, 10296, 12799, 10387, 10919, 18257, 10882, 11876, 11416, 10162, 17221, 9652, 14660, 9617, 9586, 10222, 9355, 10226, 10459, 15582, 10810, 15169, 10567, 10664, 10604, 9827, 10368, 10145, 10649, 10387, 10294, 13999, 10534, 9080, 9110, 9609, 9454, 10821, 15800, 14506, 17496, 18453, 13113, 16776, 10553, 11394, 14421, 11089, 12977, 10649, 10774, 10498, 9222, 9509, 9417, 10466, 10719, 9185, 10984, 13081, 10517, 12867, 16038, 12057, 15742, 10376, 12687, 10235, 10935, 10938, 10939, 14452, 10771, 13446, 10884, 11417, 14066, 11554, 14541, 11085, 12631, 11699, 11126, 16284, 10483, 10744, 10335, 9596, 10446, 10138, 10747, 11127, 13044, 11258, 16209, 12566, 11853, 11079, 11302, 10863, 18153, 10201, 15820, 11775, 13673, 12651, 18589, 11020, 11107, 14849, 11111, 14577, 11964, 14841, 13941, 16826, 11474, 11098, 9830, 11645, 11455, 16060, 11421, 18280, 11543, 13293, 13958, 11510, 12673, 11276, 11269, 10178, 10445, 9492, 10520, 9990, 10589, 9883, 10491, 14616, 10302, 11099, 10647, 11016, 13780, 10754, 13793, 9766, 10689, 9969, 10703, 12000, 10384, 10803, 10338, 10415, 16284, 13207, 16883, 10376, 14386, 10258, 11159, 17620, 10780, 13102, 13209, 10914, 17771, 12336, 15395, 10268, 9435, 11395, 9991, 11618, 16164, 11153, 15426, 11392, 11850, 11186, 11343, 11972, 19439, 12830, 18317, 15124, 12767, 19102, 10965, 16194, 10422, 11563, 13505, 11285, 11207, 10455, 11695, 10570, 9617, 9870, 10619, 10229, 10610, 11264, 10391, 11300, 10757, 14333, 16398, 13144, 16783, 12017, 16984, 9798, 12846, 10398, 11063, 10267, 12759, 17673, 10873, 16198, 10663, 11303, 18258, 11847, 15535, 10873, 14468, 10453, 11054, 10246, 8925, 11061, 10387, 11108, 10701, 9474, 10830, 9246, 10047, 16677, 18987, 15711, 15574, 13677, 18603, 13475, 15768, 11829, 11520, 9757, 11164, 8697, 11369, 9991, 11081, 10740, 11909, 16179, 14320, 18107, 10488, 15137, 11741, 10461, 13727, 10551, 9997, 8871, 9863, 9540, 9089, 9239, 9625, 9810, 9893, 10052, 10339, 9678, 10413, 9481, 10193, 16278, 9933, 14144, 10034, 9626, 10466, 9356, 10969, 18017, 11689, 11659, 18444, 14127, 17252, 11321, 18478, 10497, 13809, 10931, 10245, 11216, 18578, 11578, 17230, 17216, 11146, 16149, 11317, 11767, 10330, 10837, 15807, 10629, 13239, 10849, 10715, 17945, 11632, 15624, 10864, 10679, 10219, 10714, 10124, 11120, 10934, 11002, 11319, 11316, 11126, 15356, 10590, 11258, 9812, 10967, 11075, 10880, 11269, 9837, 11261, 9605, 10920, 10629, 10276, 12010, 9888, 11513, 10166, 11291, 15827, 10982, 15895, 13342, 11186, 14557, 10038, 11054, 16141, 10179, 10870, 9966, 10505, 8991, 10217, 10641, 10709, 10917, 14558, 10563, 10870, 10055, 11199, 17215, 10480, 15610, 10513, 14545, 9963, 10339, 10285, 18149, 13792, 18830, 16891, 12049, 13128, 10356, 11850, 12196, 11251, 12343, 16185, 11573, 14786, 11726, 12320, 10809, 10882, 11356, 13613, 12744, 18160, 15733, 13067, 18685, 16075, 10608, 11339, 10153, 10482, 11605, 10379, 11024], 'WindowCenter': [4740.0, 4749.0, 4697.0, 4692.0, 4725.0, 4684.0, 4715.0, 4684.0, 4670.0, 4708.0, 4673.0, 4652.0, 4696.0, 4662.0, 4699.0, 4659.0, 4674.0, 4685.0, 4660.0, 4655.0, 4659.0, 4673.0, 4689.0, 4683.0, 4673.0, 4713.0, 4673.0, 4687.0, 4662.0, 4665.0, 4673.0, 4670.0, 4694.0, 4672.0, 4679.0, 4713.0, 4695.0, 4712.0, 4676.0, 4691.0, 4673.0, 4695.0, 4700.0, 4663.0, 4692.0, 4669.0, 4656.0, 4696.0, 4678.0, 4703.0, 4665.0, 4680.0, 4662.0, 4662.0, 4688.0, 4656.0, 4687.0, 4659.0, 4677.0, 4665.0, 4682.0, 4672.0, 4672.0, 4643.0, 4655.0, 4677.0, 4651.0, 4662.0, 4693.0, 4663.0, 4685.0, 4652.0, 4649.0, 4658.0, 4653.0, 4649.0, 4640.0, 4666.0, 4648.0, 4657.0, 4697.0, 4655.0, 4682.0, 4673.0, 4660.0, 4672.0, 4632.0, 4646.0, 4646.0, 4655.0, 4627.0, 4659.0, 4658.0, 4659.0, 4661.0, 4695.0, 4664.0, 4683.0, 4660.0, 4663.0, 4675.0, 4658.0, 4658.0, 4657.0, 4658.0, 4691.0, 4669.0, 4682.0, 4673.0, 4659.0, 4671.0, 4699.0, 4675.0, 4668.0, 4693.0, 4662.0, 4704.0, 4666.0, 4703.0, 4671.0, 4670.0, 4667.0, 4700.0, 4666.0, 4654.0, 4686.0, 4661.0, 4702.0, 4684.0, 4678.0, 4664.0, 4695.0, 4664.0, 4668.0, 4672.0, 4712.0, 4679.0, 4655.0, 4675.0, 4634.0, 4641.0, 4675.0, 4641.0, 4684.0, 4643.0, 4660.0, 4628.0, 4642.0, 4647.0, 4658.0, 4675.0, 4654.0, 4647.0, 4656.0, 4655.0, 4693.0, 4668.0, 4686.0, 4655.0, 4636.0, 4649.0, 4648.0, 4660.0, 4671.0, 4699.0, 4659.0, 4669.0, 4689.0, 4669.0, 4686.0, 4659.0, 4653.0, 4688.0, 4661.0, 4678.0, 4669.0, 4648.0, 4664.0, 4687.0, 4659.0, 4657.0, 4693.0, 4642.0, 4680.0, 4677.0, 4639.0, 4681.0, 4649.0, 4676.0, 4660.0, 4647.0, 4657.0, 4650.0, 4687.0, 4645.0, 4663.0, 4653.0, 4653.0, 4660.0, 4659.0, 4671.0, 4671.0, 4684.0, 4711.0, 4665.0, 4665.0, 4710.0, 4677.0, 4678.0, 4667.0, 4691.0, 4639.0, 4652.0, 4659.0, 4646.0, 4660.0, 4644.0, 4641.0, 4621.0, 4641.0, 4665.0, 4628.0, 4640.0, 4654.0, 4634.0, 4653.0, 4625.0, 4636.0, 4623.0, 4644.0, 4625.0, 4636.0, 4645.0, 4644.0, 4650.0, 4647.0, 4657.0, 4656.0, 4661.0, 4665.0, 4659.0, 4663.0, 4677.0, 4654.0, 4664.0, 4671.0, 4656.0, 4689.0, 4651.0, 4669.0, 4663.0, 4672.0, 4675.0, 4673.0, 4685.0, 4683.0, 4707.0, 4664.0, 4686.0, 4687.0, 4657.0, 4665.0, 4684.0, 4649.0, 4663.0, 4679.0, 4659.0, 4667.0, 4685.0, 4669.0, 4678.0, 4665.0, 4686.0, 4686.0, 4680.0, 4687.0, 4723.0, 4677.0, 4694.0, 4665.0, 4665.0, 4697.0, 4651.0, 4671.0, 4659.0, 4658.0, 4668.0, 4641.0, 4646.0, 4638.0, 4643.0, 4667.0, 4643.0, 4650.0, 4664.0, 4660.0, 4660.0, 4658.0, 4639.0, 4662.0, 4661.0, 4683.0, 4703.0, 4657.0, 4671.0, 4694.0, 4649.0, 4678.0, 4688.0, 4656.0, 4683.0, 4654.0, 4672.0, 4646.0, 4668.0, 4654.0, 4666.0, 4693.0, 4648.0, 4661.0, 4694.0, 4663.0, 4683.0, 4645.0, 4652.0, 4656.0, 4658.0, 4641.0, 4627.0, 4657.0, 4640.0, 4646.0, 4651.0, 4676.0, 4640.0, 4659.0, 4674.0, 4647.0, 4658.0, 4647.0, 4659.0, 4654.0, 4664.0, 4665.0, 4684.0, 4657.0, 4673.0, 4684.0, 4700.0, 4697.0, 4715.0, 4687.0, 4706.0, 4710.0, 4686.0, 4699.0, 4644.0, 4670.0, 4690.0, 4656.0, 4654.0, 4643.0, 4652.0, 4699.0, 4668.0, 4657.0, 4683.0, 4667.0, 4673.0, 4666.0, 4653.0, 4664.0, 4649.0, 4655.0, 4663.0, 4656.0, 4665.0, 4671.0, 4668.0, 4669.0, 4696.0, 4660.0, 4659.0, 4681.0, 4627.0, 4659.0, 4680.0, 4648.0, 4683.0, 4655.0, 4652.0, 4640.0, 4661.0, 4645.0, 4641.0, 4645.0, 4659.0, 4653.0, 4660.0, 4660.0, 4663.0, 4661.0, 4674.0, 4669.0, 4656.0, 4656.0, 4675.0, 4660.0, 4713.0, 4692.0, 4677.0, 4685.0, 4670.0, 4696.0, 4686.0, 4694.0, 4685.0, 4682.0, 4651.0, 4684.0, 4669.0, 4712.0, 4661.0, 4690.0, 4678.0, 4680.0, 4699.0, 4658.0, 4682.0, 4652.0, 4678.0, 4636.0, 4673.0, 4679.0, 4666.0, 4679.0, 4639.0, 4633.0, 4687.0, 4626.0, 4637.0, 4659.0, 4636.0, 4621.0, 4632.0, 4650.0, 4641.0, 4653.0, 4658.0, 4658.0, 4668.0, 4644.0, 4681.0, 4646.0, 4679.0, 4632.0, 4656.0, 4633.0, 4650.0, 4684.0, 4613.0, 4641.0, 4645.0, 4620.0, 4683.0, 4635.0, 4657.0, 4622.0, 4622.0, 4648.0, 4635.0, 4639.0, 4650.0, 4671.0, 4639.0, 4670.0, 4636.0, 4646.0, 4633.0, 4635.0, 4647.0, 4647.0, 4648.0, 4660.0, 4661.0, 4669.0, 4649.0, 4617.0, 4607.0, 4614.0, 4637.0, 4651.0, 4703.0, 4679.0, 4702.0, 4685.0, 4646.0, 4658.0, 4623.0, 4635.0, 4654.0, 4638.0, 4649.0, 4635.0, 4642.0, 4646.0, 4622.0, 4614.0, 4627.0, 4637.0, 4661.0, 4627.0, 4640.0, 4664.0, 4629.0, 4650.0, 4666.0, 4656.0, 4675.0, 4637.0, 4653.0, 4646.0, 4643.0, 4631.0, 4648.0, 4676.0, 4660.0, 4674.0, 4641.0, 4673.0, 4660.0, 4672.0, 4690.0, 4657.0, 4652.0, 4646.0, 4647.0, 4675.0, 4649.0, 4659.0, 4649.0, 4633.0, 4636.0, 4626.0, 4660.0, 4672.0, 4679.0, 4659.0, 4690.0, 4683.0, 4664.0, 4669.0, 4664.0, 4663.0, 4710.0, 4652.0, 4680.0, 4663.0, 4679.0, 4666.0, 4678.0, 4639.0, 4638.0, 4654.0, 4650.0, 4682.0, 4662.0, 4675.0, 4688.0, 4697.0, 4639.0, 4657.0, 4635.0, 4644.0, 4655.0, 4672.0, 4649.0, 4686.0, 4634.0, 4656.0, 4651.0, 4623.0, 4641.0, 4626.0, 4631.0, 4633.0, 4626.0, 4613.0, 4621.0, 4632.0, 4646.0, 4649.0, 4657.0, 4676.0, 4632.0, 4643.0, 4625.0, 4659.0, 4666.0, 4640.0, 4665.0, 4631.0, 4646.0, 4638.0, 4650.0, 4645.0, 4649.0, 4659.0, 4650.0, 4663.0, 4700.0, 4666.0, 4687.0, 4653.0, 4680.0, 4649.0, 4661.0, 4685.0, 4649.0, 4669.0, 4656.0, 4649.0, 4699.0, 4672.0, 4686.0, 4648.0, 4626.0, 4660.0, 4639.0, 4662.0, 4697.0, 4674.0, 4694.0, 4668.0, 4659.0, 4672.0, 4657.0, 4672.0, 4709.0, 4660.0, 4690.0, 4659.0, 4651.0, 4680.0, 4620.0, 4659.0, 4623.0, 4626.0, 4651.0, 4645.0, 4630.0, 4629.0, 4655.0, 4660.0, 4639.0, 4640.0, 4648.0, 4646.0, 4657.0, 4670.0, 4660.0, 4674.0, 4660.0, 4696.0, 4697.0, 4678.0, 4678.0, 4661.0, 4687.0, 4636.0, 4669.0, 4647.0, 4660.0, 4650.0, 4681.0, 4699.0, 4651.0, 4686.0, 4634.0, 4660.0, 4677.0, 4651.0, 4666.0, 4651.0, 4673.0, 4642.0, 4673.0, 4676.0, 4651.0, 4685.0, 4676.0, 4674.0, 4652.0, 4650.0, 4652.0, 4641.0, 4629.0, 4689.0, 4699.0, 4707.0, 4692.0, 4684.0, 4681.0, 4658.0, 4667.0, 4633.0, 4630.0, 4611.0, 4648.0, 4616.0, 4659.0, 4638.0, 4648.0, 4650.0, 4658.0, 4674.0, 4666.0, 4675.0, 4622.0, 4652.0, 4619.0, 4621.0, 4638.0, 4621.0, 4624.0, 4614.0, 4638.0, 4621.0, 4627.0, 4638.0, 4646.0, 4651.0, 4650.0, 4652.0, 4650.0, 4628.0, 4649.0, 4626.0, 4651.0, 4689.0, 4640.0, 4676.0, 4638.0, 4642.0, 4666.0, 4656.0, 4667.0, 4712.0, 4663.0, 4664.0, 4699.0, 4668.0, 4688.0, 4651.0, 4697.0, 4641.0, 4682.0, 4651.0, 4635.0, 4642.0, 4700.0, 4647.0, 4698.0, 4678.0, 4640.0, 4677.0, 4626.0, 4644.0, 4637.0, 4646.0, 4661.0, 4635.0, 4642.0, 4621.0, 4623.0, 4659.0, 4633.0, 4659.0, 4622.0, 4618.0, 4623.0, 4633.0, 4622.0, 4634.0, 4631.0, 4627.0, 4633.0, 4634.0, 4646.0, 4660.0, 4623.0, 4638.0, 4624.0, 4645.0, 4642.0, 4637.0, 4641.0, 4636.0, 4654.0, 4630.0, 4663.0, 4660.0, 4662.0, 4681.0, 4648.0, 4658.0, 4648.0, 4674.0, 4689.0, 4653.0, 4701.0, 4664.0, 4658.0, 4678.0, 4639.0, 4659.0, 4688.0, 4641.0, 4649.0, 4638.0, 4650.0, 4622.0, 4649.0, 4649.0, 4640.0, 4674.0, 4686.0, 4669.0, 4663.0, 4649.0, 4668.0, 4700.0, 4662.0, 4691.0, 4664.0, 4679.0, 4652.0, 4664.0, 4678.0, 4721.0, 4690.0, 4726.0, 4704.0, 4653.0, 4658.0, 4625.0, 4646.0, 4644.0, 4645.0, 4657.0, 4689.0, 4669.0, 4690.0, 4646.0, 4656.0, 4645.0, 4632.0, 4652.0, 4680.0, 4668.0, 4688.0, 4654.0, 4670.0, 4684.0, 4668.0, 4623.0, 4646.0, 4634.0, 4634.0, 4628.0, 4623.0, 4632.0], 'WindowWidth': [10377.0, 10374.0, 10287.0, 10277.0, 10311.0, 10252.0, 10295.0, 10248.0, 10229.0, 10275.0, 10230.0, 10195.0, 10258.0, 10208.0, 10262.0, 10202.0, 10231.0, 10238.0, 10209.0, 10200.0, 10205.0, 10230.0, 10245.0, 10247.0, 10235.0, 10283.0, 10232.0, 10244.0, 10215.0, 10215.0, 10229.0, 10227.0, 10260.0, 10221.0, 10236.0, 10284.0, 10260.0, 10281.0, 10236.0, 10252.0, 10231.0, 10262.0, 10263.0, 10213.0, 10252.0, 10210.0, 10200.0, 10254.0, 10233.0, 10268.0, 10213.0, 10232.0, 10211.0, 10212.0, 10239.0, 10197.0, 10243.0, 10204.0, 10230.0, 10212.0, 10240.0, 10226.0, 10224.0, 10176.0, 10194.0, 10225.0, 10186.0, 10209.0, 10243.0, 10208.0, 10236.0, 10188.0, 10188.0, 10198.0, 10189.0, 10181.0, 10173.0, 10209.0, 10178.0, 10200.0, 10253.0, 10193.0, 10231.0, 10214.0, 10203.0, 10212.0, 10157.0, 10181.0, 10180.0, 10195.0, 10152.0, 10203.0, 10200.0, 10200.0, 10208.0, 10249.0, 10207.0, 10235.0, 10206.0, 10213.0, 10219.0, 10200.0, 10200.0, 10197.0, 10202.0, 10244.0, 10219.0, 10240.0, 10226.0, 10206.0, 10225.0, 10267.0, 10227.0, 10218.0, 10248.0, 10213.0, 10264.0, 10215.0, 10270.0, 10226.0, 10222.0, 10219.0, 10269.0, 10216.0, 10196.0, 10238.0, 10207.0, 10268.0, 10246.0, 10234.0, 10214.0, 10251.0, 10210.0, 10214.0, 10223.0, 10287.0, 10228.0, 10191.0, 10216.0, 10159.0, 10170.0, 10217.0, 10172.0, 10231.0, 10175.0, 10193.0, 10151.0, 10172.0, 10175.0, 10201.0, 10220.0, 10192.0, 10180.0, 10190.0, 10193.0, 10245.0, 10214.0, 10236.0, 10195.0, 10160.0, 10183.0, 10187.0, 10209.0, 10225.0, 10260.0, 10205.0, 10220.0, 10242.0, 10222.0, 10239.0, 10204.0, 10193.0, 10241.0, 10207.0, 10229.0, 10219.0, 10188.0, 10209.0, 10244.0, 10201.0, 10200.0, 10245.0, 10173.0, 10231.0, 10222.0, 10166.0, 10225.0, 10187.0, 10220.0, 10205.0, 10178.0, 10194.0, 10191.0, 10237.0, 10181.0, 10206.0, 10193.0, 10189.0, 10202.0, 10199.0, 10222.0, 10223.0, 10246.0, 10286.0, 10214.0, 10211.0, 10277.0, 10229.0, 10228.0, 10217.0, 10251.0, 10169.0, 10185.0, 10190.0, 10177.0, 10191.0, 10174.0, 10168.0, 10138.0, 10167.0, 10196.0, 10145.0, 10166.0, 10176.0, 10156.0, 10175.0, 10137.0, 10155.0, 10143.0, 10173.0, 10140.0, 10157.0, 10176.0, 10174.0, 10185.0, 10182.0, 10200.0, 10197.0, 10207.0, 10209.0, 10203.0, 10207.0, 10225.0, 10193.0, 10209.0, 10212.0, 10198.0, 10239.0, 10189.0, 10217.0, 10205.0, 10227.0, 10228.0, 10227.0, 10249.0, 10246.0, 10277.0, 10216.0, 10242.0, 10244.0, 10201.0, 10209.0, 10242.0, 10193.0, 10208.0, 10226.0, 10200.0, 10214.0, 10234.0, 10216.0, 10227.0, 10214.0, 10255.0, 10254.0, 10240.0, 10256.0, 10306.0, 10232.0, 10254.0, 10209.0, 10211.0, 10255.0, 10188.0, 10212.0, 10204.0, 10200.0, 10202.0, 10170.0, 10181.0, 10162.0, 10175.0, 10203.0, 10175.0, 10184.0, 10202.0, 10206.0, 10205.0, 10200.0, 10169.0, 10205.0, 10208.0, 10244.0, 10273.0, 10203.0, 10226.0, 10252.0, 10185.0, 10231.0, 10241.0, 10198.0, 10235.0, 10195.0, 10218.0, 10184.0, 10215.0, 10193.0, 10212.0, 10247.0, 10181.0, 10202.0, 10247.0, 10204.0, 10233.0, 10181.0, 10189.0, 10189.0, 10199.0, 10170.0, 10144.0, 10195.0, 10168.0, 10178.0, 10185.0, 10220.0, 10169.0, 10202.0, 10213.0, 10180.0, 10190.0, 10182.0, 10201.0, 10196.0, 10210.0, 10218.0, 10249.0, 10206.0, 10222.0, 10246.0, 10271.0, 10269.0, 10294.0, 10256.0, 10280.0, 10283.0, 10243.0, 10264.0, 10178.0, 10217.0, 10239.0, 10196.0, 10190.0, 10174.0, 10186.0, 10260.0, 10217.0, 10203.0, 10242.0, 10218.0, 10227.0, 10209.0, 10193.0, 10206.0, 10184.0, 10189.0, 10200.0, 10198.0, 10211.0, 10226.0, 10219.0, 10223.0, 10256.0, 10203.0, 10200.0, 10225.0, 10147.0, 10199.0, 10222.0, 10184.0, 10231.0, 10194.0, 10190.0, 10172.0, 10206.0, 10178.0, 10168.0, 10179.0, 10193.0, 10190.0, 10206.0, 10206.0, 10213.0, 10210.0, 10230.0, 10217.0, 10196.0, 10198.0, 10220.0, 10205.0, 10284.0, 10256.0, 10235.0, 10252.0, 10227.0, 10268.0, 10251.0, 10257.0, 10247.0, 10238.0, 10189.0, 10246.0, 10221.0, 10285.0, 10203.0, 10247.0, 10223.0, 10230.0, 10260.0, 10196.0, 10230.0, 10187.0, 10226.0, 10162.0, 10215.0, 10227.0, 10208.0, 10228.0, 10171.0, 10161.0, 10237.0, 10149.0, 10168.0, 10185.0, 10165.0, 10138.0, 10153.0, 10190.0, 10175.0, 10195.0, 10201.0, 10201.0, 10205.0, 10177.0, 10224.0, 10172.0, 10219.0, 10156.0, 10191.0, 10161.0, 10191.0, 10226.0, 10121.0, 10164.0, 10175.0, 10136.0, 10226.0, 10163.0, 10185.0, 10143.0, 10140.0, 10183.0, 10170.0, 10169.0, 10192.0, 10208.0, 10165.0, 10207.0, 10162.0, 10179.0, 10157.0, 10168.0, 10184.0, 10184.0, 10186.0, 10210.0, 10211.0, 10212.0, 10187.0, 10138.0, 10120.0, 10125.0, 10167.0, 10192.0, 10270.0, 10232.0, 10266.0, 10232.0, 10174.0, 10184.0, 10137.0, 10158.0, 10182.0, 10160.0, 10173.0, 10159.0, 10170.0, 10180.0, 10141.0, 10129.0, 10151.0, 10166.0, 10207.0, 10154.0, 10167.0, 10201.0, 10148.0, 10178.0, 10196.0, 10191.0, 10214.0, 10166.0, 10184.0, 10181.0, 10173.0, 10152.0, 10184.0, 10221.0, 10205.0, 10221.0, 10173.0, 10225.0, 10193.0, 10226.0, 10245.0, 10197.0, 10187.0, 10176.0, 10180.0, 10215.0, 10189.0, 10201.0, 10188.0, 10158.0, 10163.0, 10147.0, 10205.0, 10224.0, 10228.0, 10203.0, 10241.0, 10240.0, 10209.0, 10218.0, 10211.0, 10212.0, 10276.0, 10198.0, 10228.0, 10206.0, 10229.0, 10208.0, 10220.0, 10167.0, 10164.0, 10181.0, 10188.0, 10234.0, 10203.0, 10222.0, 10248.0, 10258.0, 10166.0, 10197.0, 10167.0, 10175.0, 10197.0, 10212.0, 10183.0, 10236.0, 10157.0, 10189.0, 10179.0, 10136.0, 10159.0, 10139.0, 10151.0, 10157.0, 10145.0, 10124.0, 10135.0, 10155.0, 10181.0, 10190.0, 10200.0, 10219.0, 10158.0, 10174.0, 10142.0, 10202.0, 10204.0, 10168.0, 10203.0, 10159.0, 10182.0, 10171.0, 10188.0, 10172.0, 10186.0, 10203.0, 10189.0, 10211.0, 10257.0, 10208.0, 10238.0, 10196.0, 10229.0, 10185.0, 10205.0, 10232.0, 10185.0, 10215.0, 10185.0, 10187.0, 10258.0, 10223.0, 10234.0, 10185.0, 10154.0, 10202.0, 10172.0, 10209.0, 10252.0, 10228.0, 10253.0, 10215.0, 10201.0, 10227.0, 10198.0, 10227.0, 10278.0, 10199.0, 10244.0, 10191.0, 10180.0, 10217.0, 10135.0, 10188.0, 10138.0, 10141.0, 10175.0, 10174.0, 10146.0, 10149.0, 10191.0, 10206.0, 10175.0, 10173.0, 10182.0, 10182.0, 10199.0, 10222.0, 10211.0, 10230.0, 10207.0, 10262.0, 10254.0, 10230.0, 10222.0, 10205.0, 10237.0, 10170.0, 10212.0, 10186.0, 10205.0, 10191.0, 10235.0, 10255.0, 10192.0, 10236.0, 10157.0, 10204.0, 10216.0, 10183.0, 10201.0, 10192.0, 10215.0, 10175.0, 10231.0, 10240.0, 10200.0, 10251.0, 10237.0, 10232.0, 10190.0, 10196.0, 10188.0, 10179.0, 10152.0, 10244.0, 10261.0, 10281.0, 10252.0, 10242.0, 10234.0, 10194.0, 10207.0, 10151.0, 10146.0, 10121.0, 10183.0, 10136.0, 10199.0, 10170.0, 10182.0, 10191.0, 10200.0, 10213.0, 10204.0, 10213.0, 10136.0, 10177.0, 10127.0, 10133.0, 10152.0, 10134.0, 10143.0, 10133.0, 10169.0, 10141.0, 10155.0, 10171.0, 10185.0, 10194.0, 10190.0, 10199.0, 10191.0, 10152.0, 10189.0, 10147.0, 10189.0, 10239.0, 10175.0, 10222.0, 10172.0, 10179.0, 10222.0, 10210.0, 10220.0, 10283.0, 10209.0, 10211.0, 10257.0, 10210.0, 10240.0, 10189.0, 10250.0, 10171.0, 10234.0, 10191.0, 10163.0, 10171.0, 10262.0, 10182.0, 10260.0, 10222.0, 10165.0, 10222.0, 10142.0, 10174.0, 10166.0, 10178.0, 10192.0, 10160.0, 10161.0, 10135.0, 10140.0, 10186.0, 10151.0, 10185.0, 10136.0, 10128.0, 10141.0, 10155.0, 10139.0, 10157.0, 10148.0, 10143.0, 10157.0, 10157.0, 10176.0, 10190.0, 10139.0, 10164.0, 10145.0, 10176.0, 10167.0, 10161.0, 10169.0, 10165.0, 10189.0, 10159.0, 10214.0, 10206.0, 10213.0, 10235.0, 10191.0, 10199.0, 10190.0, 10232.0, 10244.0, 10191.0, 10263.0, 10202.0, 10199.0, 10226.0, 10173.0, 10200.0, 10242.0, 10174.0, 10187.0, 10170.0, 10189.0, 10146.0, 10188.0, 10189.0, 10170.0, 10231.0, 10241.0, 10223.0, 10214.0, 10190.0, 10215.0, 10260.0, 10209.0, 10247.0, 10214.0, 10224.0, 10199.0, 10216.0, 10244.0, 10297.0, 10249.0, 10317.0, 10275.0, 10188.0, 10194.0, 10145.0, 10176.0, 10171.0, 10173.0, 10191.0, 10243.0, 10223.0, 10248.0, 10174.0, 10193.0, 10177.0, 10151.0, 10188.0, 10232.0, 10212.0, 10246.0, 10185.0, 10219.0, 10234.0, 10205.0, 10143.0, 10178.0, 10159.0, 10158.0, 10145.0, 10141.0, 10154.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.001072857142857143</td></tr>
<tr><td colspan=3>aqi</td><td>0.027812068548387095</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.86197107985006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2327994624567469</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931417256401368</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>5478.8174</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12097058275398777</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.59447004608295</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.291079344882202</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.269513945890571</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4468389416628136</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.156885147093223</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143196</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013730354607105255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027870573103427887</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.202627697002189</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>24.0855</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6003</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.027</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.2147</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0113</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.236</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3873.4897</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.4419</td></tr>
<tr><td colspan=3>tsnr</td><td>36.2914123875089</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>