<?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-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-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-03_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-03_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-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-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-03/func/sub-0122_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>310616eef6cc07b4b2f7b6bc54a763fd</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:30:46.702500</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8831f14-f777-4a7c-99ba-131e205d81ee||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': ['173046.702500', '173047.162500', '173047.622500', '173048.082500', '173048.542500', '173049.002500', '173049.462500', '173049.922500', '173050.382500', '173050.842500', '173051.302500', '173051.762500', '173052.222500', '173052.682500', '173053.142500', '173053.602500', '173054.062500', '173054.522500', '173054.982500', '173055.442500', '173055.902500', '173056.362500', '173056.822500', '173057.282500', '173057.742500', '173058.202500', '173058.662500', '173059.122500', '173059.582500', '173100.042500', '173100.502500', '173100.962500', '173101.422500', '173101.882500', '173102.342500', '173102.802500', '173103.262500', '173103.722500', '173104.182500', '173104.642500', '173105.102500', '173105.562500', '173106.022500', '173106.482500', '173106.942500', '173107.402500', '173107.862500', '173108.322500', '173108.782500', '173109.242500', '173109.702500', '173110.162500', '173110.622500', '173111.082500', '173111.542500', '173112.002500', '173112.462500', '173112.922500', '173113.382500', '173113.842500', '173114.302500', '173114.762500', '173115.222500', '173115.682500', '173116.142500', '173116.602500', '173117.062500', '173117.522500', '173117.982500', '173118.442500', '173118.902500', '173119.362500', '173119.822500', '173120.282500', '173120.742500', '173121.202500', '173121.662500', '173122.122500', '173122.582500', '173123.042500', '173123.502500', '173123.962500', '173124.422500', '173124.882500', '173125.342500', '173125.802500', '173126.262500', '173126.722500', '173127.182500', '173127.642500', '173128.102500', '173128.562500', '173129.022500', '173129.482500', '173129.942500', '173130.402500', '173130.862500', '173131.322500', '173131.782500', '173132.242500', '173132.702500', '173133.162500', '173133.622500', '173134.082500', '173134.542500', '173135.002500', '173135.462500', '173135.922500', '173136.382500', '173136.842500', '173137.302500', '173137.762500', '173138.222500', '173138.682500', '173139.142500', '173139.602500', '173140.062500', '173140.522500', '173140.982500', '173141.442500', '173141.902500', '173142.362500', '173142.822500', '173143.282500', '173143.742500', '173144.202500', '173144.662500', '173145.122500', '173145.582500', '173146.042500', '173146.502500', '173146.962500', '173147.422500', '173147.882500', '173148.342500', '173148.802500', '173149.262500', '173149.722500', '173150.182500', '173150.642500', '173151.102500', '173151.562500', '173152.022500', '173152.482500', '173152.942500', '173153.402500', '173153.862500', '173154.322500', '173154.782500', '173155.242500', '173155.702500', '173156.162500', '173156.622500', '173157.082500', '173157.542500', '173158.002500', '173158.462500', '173158.922500', '173159.382500', '173159.842500', '173200.302500', '173200.762500', '173201.222500', '173201.682500', '173202.142500', '173202.602500', '173203.062500', '173203.522500', '173203.982500', '173204.442500', '173204.902500', '173205.362500', '173205.822500', '173206.282500', '173206.742500', '173207.202500', '173207.662500', '173208.122500', '173208.582500', '173209.042500', '173209.502500', '173209.962500', '173210.422500', '173210.882500', '173211.342500', '173211.802500', '173212.262500', '173212.722500', '173213.182500', '173213.642500', '173214.102500', '173214.562500', '173215.022500', '173215.482500', '173215.942500', '173216.402500', '173216.862500', '173217.322500', '173217.782500', '173218.242500', '173218.702500', '173219.162500', '173219.622500', '173220.082500', '173220.542500', '173221.002500', '173221.462500', '173221.922500', '173222.382500', '173222.842500', '173223.302500', '173223.762500', '173224.222500', '173224.682500', '173225.142500', '173225.602500', '173226.062500', '173226.522500', '173226.982500', '173227.442500', '173227.902500', '173228.362500', '173228.822500', '173229.282500', '173229.742500', '173230.202500', '173230.662500', '173231.122500', '173231.582500', '173232.042500', '173232.502500', '173232.962500', '173233.422500', '173233.882500', '173234.342500', '173234.802500', '173235.262500', '173235.722500', '173236.182500', '173236.642500', '173237.102500', '173237.562500', '173238.022500', '173238.482500', '173238.942500', '173239.402500', '173239.862500', '173240.322500', '173240.782500', '173241.242500', '173241.702500', '173242.162500', '173242.622500', '173243.082500', '173243.542500', '173244.002500', '173244.462500', '173244.922500', '173245.382500', '173245.842500', '173246.302500', '173246.762500', '173247.222500', '173247.682500', '173248.142500', '173248.602500', '173249.062500', '173249.522500', '173249.982500', '173250.442500', '173250.902500', '173251.362500', '173251.822500', '173252.282500', '173252.742500', '173253.202500', '173253.662500', '173254.122500', '173254.582500', '173255.042500', '173255.502500', '173255.962500', '173256.422500', '173256.882500', '173257.342500', '173257.802500', '173258.262500', '173258.722500', '173259.182500', '173259.642500', '173300.102500', '173300.562500', '173301.022500', '173301.482500', '173301.942500', '173302.402500', '173302.862500', '173303.322500', '173303.782500', '173304.242500', '173304.702500', '173305.162500', '173305.622500', '173306.082500', '173306.542500', '173307.002500', '173307.462500', '173307.922500', '173308.382500', '173308.842500', '173309.302500', '173309.762500', '173310.222500', '173310.682500', '173311.142500', '173311.602500', '173312.062500', '173312.522500', '173312.982500', '173313.442500', '173313.902500', '173314.362500', '173314.822500', '173315.282500', '173315.742500', '173316.202500', '173316.662500', '173317.122500', '173317.582500', '173318.042500', '173318.502500', '173318.962500', '173319.422500', '173319.882500', '173320.342500', '173320.802500', '173321.262500', '173321.722500', '173322.182500', '173322.642500', '173323.102500', '173323.562500', '173324.022500', '173324.482500', '173324.942500', '173325.402500', '173325.862500', '173326.322500', '173326.782500', '173327.242500', '173327.702500', '173328.162500', '173328.622500', '173329.082500', '173329.542500', '173330.002500', '173330.462500', '173330.922500', '173331.382500', '173331.842500', '173332.302500', '173332.762500', '173333.222500', '173333.682500', '173334.142500', '173334.602500', '173335.062500', '173335.522500', '173335.982500', '173336.442500', '173336.902500', '173337.362500', '173337.822500', '173338.282500', '173338.742500', '173339.202500', '173339.662500', '173340.122500', '173340.582500', '173341.042500', '173341.502500', '173341.962500', '173342.422500', '173342.882500', '173343.342500', '173343.802500', '173344.262500', '173344.722500', '173345.182500', '173345.642500', '173346.102500', '173346.562500', '173347.022500', '173347.482500', '173347.942500', '173348.402500', '173348.862500', '173349.322500', '173349.782500', '173350.242500', '173350.702500', '173351.162500', '173351.622500', '173352.082500', '173352.542500', '173353.002500', '173353.462500', '173353.922500', '173354.382500', '173354.842500', '173355.302500', '173355.762500', '173356.222500', '173356.682500', '173357.142500', '173357.602500', '173358.062500', '173358.522500', '173358.982500', '173359.442500', '173359.902500', '173400.362500', '173400.822500', '173401.282500', '173401.742500', '173402.202500', '173402.662500', '173403.122500', '173403.582500', '173404.042500', '173404.502500', '173404.962500', '173405.422500', '173405.882500', '173406.342500', '173406.802500', '173407.262500', '173407.722500', '173408.182500', '173408.642500', '173409.102500', '173409.562500', '173410.022500', '173410.482500', '173410.942500', '173411.402500', '173411.862500', '173412.322500', '173412.782500', '173413.242500', '173413.702500', '173414.162500', '173414.622500', '173415.082500', '173415.542500', '173416.002500', '173416.462500', '173416.922500', '173417.382500', '173417.842500', '173418.302500', '173418.762500', '173419.222500', '173419.682500', '173420.142500', '173420.602500', '173421.062500', '173421.522500', '173421.982500', '173422.442500', '173422.902500', '173423.362500', '173423.822500', '173424.282500', '173424.742500', '173425.202500', '173425.662500', '173426.122500', '173426.582500', '173427.042500', '173427.502500', '173427.962500', '173428.422500', '173428.882500', '173429.342500', '173429.802500', '173430.262500', '173430.722500', '173431.182500', '173431.642500', '173432.102500', '173432.562500', '173433.022500', '173433.482500', '173433.942500', '173434.402500', '173434.862500', '173435.322500', '173435.782500', '173436.242500', '173436.702500', '173437.162500', '173437.622500', '173438.082500', '173438.542500', '173439.002500', '173439.462500', '173439.922500', '173440.382500', '173440.842500', '173441.302500', '173441.762500', '173442.222500', '173442.682500', '173443.142500', '173443.602500', '173444.062500', '173444.522500', '173444.982500', '173445.442500', '173445.902500', '173446.362500', '173446.822500', '173447.282500', '173447.742500', '173448.202500', '173448.662500', '173449.122500', '173449.582500', '173450.042500', '173450.502500', '173450.962500', '173451.422500', '173451.882500', '173452.342500', '173452.802500', '173453.262500', '173453.722500', '173454.182500', '173454.642500', '173455.102500', '173455.562500', '173456.022500', '173456.482500', '173456.942500', '173457.402500', '173457.862500', '173458.322500', '173458.782500', '173459.242500', '173459.702500', '173500.162500', '173500.622500', '173501.082500', '173501.542500', '173502.002500', '173502.462500', '173502.922500', '173503.382500', '173503.842500', '173504.302500', '173504.762500', '173505.222500', '173505.682500', '173506.142500', '173506.602500', '173507.062500', '173507.522500', '173507.982500', '173508.442500', '173508.902500', '173509.362500', '173509.822500', '173510.282500', '173510.742500', '173511.202500', '173511.662500', '173512.122500', '173512.582500', '173513.042500', '173513.502500', '173513.962500', '173514.422500', '173514.882500', '173515.342500', '173515.802500', '173516.262500', '173516.722500', '173517.182500', '173517.642500', '173518.102500', '173518.562500', '173519.022500', '173519.482500', '173519.942500', '173520.402500', '173520.862500', '173521.322500', '173521.782500', '173522.242500', '173522.702500', '173523.162500', '173523.622500', '173524.082500', '173524.542500', '173525.002500', '173525.462500', '173525.922500', '173526.382500', '173526.842500', '173527.302500', '173527.762500', '173528.222500', '173528.682500', '173529.142500', '173529.602500', '173530.062500', '173530.522500', '173530.982500', '173531.442500', '173531.902500', '173532.362500', '173532.822500', '173533.282500', '173533.742500', '173534.202500', '173534.662500', '173535.122500', '173535.582500', '173536.042500', '173536.502500', '173536.962500', '173537.422500', '173537.882500', '173538.342500', '173538.802500', '173539.262500', '173539.722500', '173540.182500', '173540.642500', '173541.102500', '173541.562500', '173542.022500', '173542.482500', '173542.942500', '173543.402500', '173543.862500', '173544.322500', '173544.782500', '173545.242500', '173545.702500', '173546.162500', '173546.622500', '173547.082500', '173547.542500', '173548.002500', '173548.462500', '173548.922500', '173549.382500', '173549.842500', '173550.302500', '173550.762500', '173551.222500', '173551.682500', '173552.142500', '173552.602500', '173553.062500', '173553.522500', '173553.982500', '173554.442500', '173554.902500', '173555.362500', '173555.822500', '173556.282500', '173556.742500', '173557.202500', '173557.662500', '173558.122500', '173558.582500', '173559.042500', '173559.502500', '173559.962500', '173600.422500', '173600.882500', '173601.342500', '173601.802500', '173602.262500', '173602.722500', '173603.182500', '173603.642500', '173604.102500', '173604.562500', '173605.022500', '173605.482500', '173605.942500', '173606.402500', '173606.862500', '173607.322500', '173607.782500', '173608.242500', '173608.702500', '173609.162500', '173609.622500', '173610.082500', '173610.542500', '173611.002500', '173611.462500', '173611.922500', '173612.382500', '173612.842500', '173613.302500', '173613.762500', '173614.222500', '173614.682500', '173615.142500', '173615.602500', '173616.062500', '173616.522500', '173616.982500', '173617.442500', '173617.902500', '173618.362500', '173618.822500', '173619.282500', '173619.742500', '173620.202500', '173620.662500', '173621.122500', '173621.582500', '173622.042500', '173622.502500', '173622.962500', '173623.422500', '173623.882500', '173624.342500', '173624.802500', '173625.262500', '173625.722500', '173626.182500', '173626.642500', '173627.102500', '173627.562500', '173628.022500', '173628.482500', '173628.942500', '173629.402500', '173629.862500', '173630.322500', '173630.782500', '173631.242500', '173631.702500', '173632.162500', '173632.622500', '173633.082500', '173633.542500', '173634.002500', '173634.462500', '173634.922500', '173635.382500', '173635.842500', '173636.302500', '173636.762500', '173637.222500', '173637.682500', '173638.142500', '173638.602500', '173639.062500', '173639.522500', '173639.982500', '173640.442500', '173640.902500', '173641.362500', '173641.822500', '173642.282500', '173642.742500', '173643.202500', '173643.662500', '173644.122500', '173644.582500', '173645.042500', '173645.502500', '173645.962500', '173646.422500', '173646.882500', '173647.342500', '173647.802500', '173648.262500', '173648.722500', '173649.182500', '173649.642500', '173650.102500', '173650.562500', '173651.022500', '173651.482500', '173651.942500', '173652.402500', '173652.862500', '173653.322500', '173653.782500', '173654.242500', '173654.702500', '173655.162500', '173655.622500', '173656.082500', '173656.542500', '173657.002500', '173657.462500', '173657.922500', '173658.382500', '173658.842500', '173659.302500', '173659.762500', '173700.222500', '173700.682500', '173701.142500', '173701.602500', '173702.062500', '173702.522500', '173702.982500', '173703.442500', '173703.902500', '173704.362500', '173704.822500', '173705.282500', '173705.742500', '173706.202500', '173706.662500', '173707.122500', '173707.582500', '173708.042500', '173708.502500', '173708.962500', '173709.422500', '173709.882500', '173710.342500', '173710.802500', '173711.262500', '173711.722500', '173712.182500', '173712.642500', '173713.102500', '173713.562500', '173714.022500', '173714.482500', '173714.942500', '173715.402500', '173715.862500', '173716.322500', '173716.782500', '173717.242500', '173717.702500', '173718.162500', '173718.622500', '173719.082500', '173719.542500', '173720.002500', '173720.462500', '173720.922500', '173721.382500', '173721.842500', '173722.302500', '173722.762500', '173723.222500', '173723.682500', '173724.142500', '173724.602500', '173725.062500', '173725.522500', '173725.982500', '173726.442500', '173726.902500', '173727.362500'], 'ContentTime': ['173116.681000', '173116.684000', '173116.686000', '173116.689000', '173116.692000', '173116.694000', '173116.697000', '173116.699000', '173116.702000', '173116.704000', '173116.713000', '173116.715000', '173116.718000', '173116.721000', '173116.723000', '173116.726000', '173116.728000', '173116.731000', '173116.734000', '173116.737000', '173116.740000', '173116.742000', '173116.745000', '173116.747000', '173116.750000', '173116.752000', '173116.755000', '173116.758000', '173116.760000', '173116.763000', '173116.765000', '173116.768000', '173116.770000', '173116.773000', '173116.775000', '173116.778000', '173116.780000', '173116.783000', '173116.786000', '173116.788000', '173116.791000', '173116.793000', '173116.796000', '173116.798000', '173116.824000', '173116.826000', '173116.829000', '173116.831000', '173116.834000', '173116.836000', '173116.839000', '173116.841000', '173116.847000', '173116.850000', '173116.852000', '173116.855000', '173116.857000', '173116.860000', '173116.863000', '173116.865000', '173116.868000', '173116.870000', '173136.654000', '173136.657000', '173136.659000', '173136.662000', '173136.664000', '173136.667000', '173136.669000', '173136.672000', '173136.674000', '173136.677000', '173136.679000', '173136.682000', '173136.685000', '173136.687000', '173136.690000', '173136.692000', '173136.695000', '173136.697000', '173136.700000', '173136.702000', '173136.705000', '173136.707000', '173136.710000', '173136.713000', '173136.715000', '173136.718000', '173136.721000', '173136.723000', '173136.726000', '173136.728000', '173136.731000', '173136.733000', '173136.736000', '173136.738000', '173136.741000', '173136.744000', '173136.756000', '173136.758000', '173136.761000', '173136.764000', '173136.766000', '173136.769000', '173136.771000', '173136.774000', '173156.653000', '173156.656000', '173156.659000', '173156.661000', '173156.664000', '173156.666000', '173156.669000', '173156.672000', '173156.674000', '173156.677000', '173156.679000', '173156.682000', '173156.684000', '173156.687000', '173156.689000', '173156.692000', '173156.695000', '173156.697000', '173156.700000', '173156.702000', '173156.705000', '173156.707000', '173156.710000', '173156.712000', '173156.715000', '173156.718000', '173156.721000', '173156.723000', '173156.726000', '173156.728000', '173156.731000', '173156.733000', '173156.736000', '173156.739000', '173156.742000', '173156.745000', '173156.747000', '173156.750000', '173156.753000', '173156.755000', '173156.758000', '173156.760000', '173156.766000', '173216.654000', '173216.656000', '173216.659000', '173216.661000', '173216.664000', '173216.667000', '173216.669000', '173216.672000', '173216.674000', '173216.677000', '173216.680000', '173216.682000', '173216.685000', '173216.687000', '173216.690000', '173216.692000', '173216.698000', '173216.701000', '173216.703000', '173216.706000', '173216.709000', '173216.711000', '173216.714000', '173216.717000', '173216.719000', '173216.722000', '173216.724000', '173216.727000', '173216.730000', '173216.732000', '173216.735000', '173216.737000', '173216.740000', '173216.743000', '173216.746000', '173216.748000', '173216.751000', '173216.753000', '173216.756000', '173216.759000', '173216.761000', '173216.764000', '173216.767000', '173216.770000', '173236.653000', '173236.656000', '173236.659000', '173236.661000', '173236.664000', '173236.667000', '173236.670000', '173236.673000', '173236.675000', '173236.678000', '173236.680000', '173236.683000', '173236.686000', '173236.688000', '173236.691000', '173236.694000', '173236.697000', '173236.700000', '173236.703000', '173236.705000', '173236.708000', '173236.710000', '173236.713000', '173236.716000', '173236.718000', '173236.721000', '173236.723000', '173236.726000', '173236.728000', '173236.731000', '173236.734000', '173236.737000', '173236.740000', '173236.742000', '173236.745000', '173236.748000', '173236.750000', '173236.753000', '173236.755000', '173236.758000', '173236.760000', '173236.764000', '173236.766000', '173256.653000', '173256.656000', '173256.659000', '173256.661000', '173256.664000', '173256.667000', '173256.669000', '173256.672000', '173256.675000', '173256.682000', '173256.685000', '173256.687000', '173256.690000', '173256.700000', '173256.703000', '173256.706000', '173256.709000', '173256.711000', '173256.714000', '173256.717000', '173256.720000', '173256.722000', '173256.725000', '173256.727000', '173256.730000', '173256.733000', '173256.736000', '173256.739000', '173256.741000', '173256.744000', '173256.747000', '173256.749000', '173256.752000', '173256.755000', '173256.757000', '173256.760000', '173256.762000', '173256.765000', '173256.768000', '173256.770000', '173256.773000', '173256.776000', '173256.778000', '173256.781000', '173316.653000', '173316.656000', '173316.659000', '173316.662000', '173316.664000', '173316.667000', '173316.669000', '173316.672000', '173316.674000', '173316.677000', '173316.679000', '173316.682000', '173316.685000', '173316.687000', '173316.690000', '173316.692000', '173316.695000', '173316.697000', '173316.700000', '173316.702000', '173316.705000', '173316.708000', '173316.710000', '173316.713000', '173316.715000', '173316.718000', '173316.720000', '173316.723000', '173316.725000', '173316.728000', '173316.730000', '173316.755000', '173316.758000', '173316.760000', '173316.763000', '173316.765000', '173316.768000', '173316.770000', '173316.773000', '173316.775000', '173316.778000', '173316.780000', '173316.783000', '173336.653000', '173336.656000', '173336.659000', '173336.662000', '173336.664000', '173336.667000', '173336.670000', '173336.672000', '173336.675000', '173336.678000', '173336.680000', '173336.683000', '173336.686000', '173336.688000', '173336.691000', '173336.694000', '173336.696000', '173336.699000', '173336.702000', '173336.705000', '173336.707000', '173336.710000', '173336.713000', '173336.715000', '173336.718000', '173336.720000', '173336.723000', '173336.725000', '173336.728000', '173336.730000', '173336.733000', '173336.736000', '173336.738000', '173336.741000', '173336.744000', '173336.746000', '173336.749000', '173336.751000', '173336.754000', '173336.756000', '173336.759000', '173336.762000', '173336.764000', '173336.767000', '173356.654000', '173356.656000', '173356.659000', '173356.662000', '173356.664000', '173356.667000', '173356.669000', '173356.672000', '173356.675000', '173356.677000', '173356.680000', '173356.683000', '173356.685000', '173356.688000', '173356.691000', '173356.693000', '173356.696000', '173356.699000', '173356.701000', '173356.704000', '173356.707000', '173356.709000', '173356.712000', '173356.715000', '173356.717000', '173356.720000', '173356.723000', '173356.725000', '173356.728000', '173356.730000', '173356.733000', '173356.736000', '173356.738000', '173356.741000', '173356.743000', '173356.746000', '173356.749000', '173356.751000', '173356.754000', '173356.756000', '173356.759000', '173356.762000', '173356.765000', '173416.654000', '173416.656000', '173416.659000', '173416.662000', '173416.664000', '173416.667000', '173416.669000', '173416.672000', '173416.674000', '173416.677000', '173416.679000', '173416.682000', '173416.685000', '173416.687000', '173416.690000', '173416.692000', '173416.695000', '173416.697000', '173416.700000', '173416.703000', '173416.705000', '173416.708000', '173416.710000', '173416.713000', '173416.715000', '173416.718000', '173416.720000', '173416.723000', '173416.726000', '173416.728000', '173416.731000', '173416.733000', '173416.736000', '173416.738000', '173416.741000', '173416.744000', '173416.746000', '173416.749000', '173416.751000', '173416.754000', '173416.756000', '173416.759000', '173416.761000', '173416.764000', '173436.653000', '173436.656000', '173436.659000', '173436.661000', '173436.664000', '173436.666000', '173436.669000', '173436.671000', '173436.674000', '173436.677000', '173436.679000', '173436.682000', '173436.684000', '173436.687000', '173436.690000', '173436.692000', '173436.695000', '173436.697000', '173436.700000', '173436.702000', '173436.705000', '173436.708000', '173436.710000', '173436.713000', '173436.715000', '173436.718000', '173436.721000', '173436.723000', '173436.726000', '173436.728000', '173436.731000', '173436.734000', '173436.736000', '173436.739000', '173436.741000', '173436.744000', '173436.746000', '173436.749000', '173436.752000', '173436.754000', '173436.757000', '173436.759000', '173436.762000', '173456.654000', '173456.657000', '173456.667000', '173456.670000', '173456.673000', '173456.675000', '173456.678000', '173456.680000', '173456.683000', '173456.685000', '173456.688000', '173456.690000', '173456.693000', '173456.705000', '173456.708000', '173456.710000', '173456.713000', '173456.715000', '173456.718000', '173456.720000', '173456.723000', '173456.726000', '173456.728000', '173456.731000', '173456.733000', '173456.736000', '173456.738000', '173456.741000', '173456.744000', '173456.746000', '173456.749000', '173456.751000', '173456.754000', '173456.756000', '173456.759000', '173456.761000', '173456.764000', '173456.767000', '173456.769000', '173456.772000', '173456.774000', '173456.777000', '173456.779000', '173456.782000', '173516.653000', '173516.656000', '173516.659000', '173516.661000', '173516.664000', '173516.667000', '173516.669000', '173516.672000', '173516.674000', '173516.677000', '173516.679000', '173516.682000', '173516.685000', '173516.687000', '173516.690000', '173516.692000', '173516.695000', '173516.697000', '173516.700000', '173516.702000', '173516.705000', '173516.708000', '173516.710000', '173516.713000', '173516.716000', '173516.718000', '173516.721000', '173516.723000', '173516.726000', '173516.728000', '173516.731000', '173516.734000', '173516.736000', '173516.739000', '173516.741000', '173516.744000', '173516.746000', '173516.749000', '173516.751000', '173516.754000', '173516.757000', '173516.759000', '173516.762000', '173536.654000', '173536.657000', '173536.659000', '173536.662000', '173536.665000', '173536.667000', '173536.670000', '173536.672000', '173536.675000', '173536.677000', '173536.680000', '173536.683000', '173536.686000', '173536.689000', '173536.691000', '173536.694000', '173536.696000', '173536.699000', '173536.702000', '173536.704000', '173536.707000', '173536.709000', '173536.712000', '173536.714000', '173536.717000', '173536.720000', '173536.722000', '173536.725000', '173536.727000', '173536.730000', '173536.733000', '173536.735000', '173536.738000', '173536.740000', '173536.743000', '173536.745000', '173536.748000', '173536.751000', '173536.753000', '173536.756000', '173536.758000', '173536.761000', '173536.763000', '173556.654000', '173556.657000', '173556.659000', '173556.662000', '173556.664000', '173556.667000', '173556.669000', '173556.672000', '173556.674000', '173556.677000', '173556.680000', '173556.682000', '173556.685000', '173556.687000', '173556.690000', '173556.693000', '173556.695000', '173556.698000', '173556.700000', '173556.703000', '173556.705000', '173556.708000', '173556.710000', '173556.713000', '173556.715000', '173556.718000', '173556.721000', '173556.723000', '173556.726000', '173556.728000', '173556.731000', '173556.734000', '173556.736000', '173556.739000', '173556.741000', '173556.744000', '173556.746000', '173556.749000', '173556.751000', '173556.754000', '173556.757000', '173556.759000', '173556.762000', '173556.764000', '173616.653000', '173616.656000', '173616.659000', '173616.662000', '173616.664000', '173616.667000', '173616.670000', '173616.672000', '173616.675000', '173616.677000', '173616.680000', '173616.683000', '173616.685000', '173616.688000', '173616.690000', '173616.693000', '173616.695000', '173616.698000', '173616.701000', '173616.703000', '173616.706000', '173616.708000', '173616.711000', '173616.713000', '173616.753000', '173616.756000', '173616.758000', '173616.761000', '173616.763000', '173616.766000', '173616.768000', '173616.771000', '173616.773000', '173616.776000', '173616.778000', '173616.781000', '173616.784000', '173616.786000', '173616.789000', '173616.791000', '173616.794000', '173616.796000', '173616.799000', '173636.653000', '173636.656000', '173636.659000', '173636.661000', '173636.664000', '173636.667000', '173636.669000', '173636.672000', '173636.674000', '173636.677000', '173636.680000', '173636.682000', '173636.685000', '173636.687000', '173636.690000', '173636.693000', '173636.695000', '173636.698000', '173636.700000', '173636.703000', '173636.705000', '173636.708000', '173636.711000', '173636.713000', '173636.716000', '173636.719000', '173636.721000', '173636.724000', '173636.726000', '173636.729000', '173636.731000', '173636.734000', '173636.736000', '173636.739000', '173636.742000', '173636.744000', '173636.747000', '173636.749000', '173636.752000', '173636.755000', '173636.757000', '173636.760000', '173636.762000', '173636.765000', '173656.654000', '173656.656000', '173656.659000', '173656.662000', '173656.664000', '173656.667000', '173656.669000', '173656.672000', '173656.674000', '173656.677000', '173656.680000', '173656.682000', '173656.685000', '173656.687000', '173656.691000', '173656.694000', '173656.697000', '173656.699000', '173656.702000', '173656.704000', '173656.707000', '173656.709000', '173656.712000', '173656.715000', '173656.717000', '173656.720000', '173656.722000', '173656.725000', '173656.729000', '173656.732000', '173656.734000', '173656.737000', '173656.739000', '173656.742000', '173656.744000', '173656.747000', '173656.750000', '173656.752000', '173656.755000', '173656.757000', '173656.760000', '173656.762000', '173656.765000', '173716.654000', '173716.657000', '173716.659000', '173716.662000', '173716.664000', '173716.667000', '173716.669000', '173716.672000', '173716.675000', '173716.677000', '173716.680000', '173716.682000', '173716.685000', '173716.687000', '173716.690000', '173716.692000', '173716.695000', '173716.698000', '173716.700000', '173716.703000', '173716.705000', '173716.708000', '173716.710000', '173716.713000', '173716.716000', '173716.719000', '173716.721000', '173716.724000', '173716.726000', '173716.729000', '173716.732000', '173716.734000', '173716.737000', '173716.739000', '173716.742000', '173716.744000', '173716.747000', '173716.749000', '173716.752000', '173716.755000', '173716.757000', '173716.760000', '173716.762000', '173716.765000', '173728.864000', '173728.867000', '173728.870000', '173728.872000', '173728.875000', '173728.878000', '173728.881000', '173728.884000', '173728.886000', '173728.889000', '173728.891000', '173728.894000', '173728.897000', '173728.900000', '173728.903000', '173728.906000', '173728.908000', '173728.911000', '173728.914000', '173728.916000', '173728.919000', '173728.922000', '173728.925000', '173728.927000', '173728.930000', '173728.936000', '173728.945000'], 'InstanceCreationTime': ['173116.681000', '173116.684000', '173116.686000', '173116.689000', '173116.692000', '173116.694000', '173116.697000', '173116.699000', '173116.702000', '173116.704000', '173116.713000', '173116.715000', '173116.718000', '173116.721000', '173116.723000', '173116.726000', '173116.728000', '173116.731000', '173116.734000', '173116.737000', '173116.740000', '173116.742000', '173116.745000', '173116.747000', '173116.750000', '173116.752000', '173116.755000', '173116.758000', '173116.760000', '173116.763000', '173116.765000', '173116.768000', '173116.770000', '173116.773000', '173116.775000', '173116.778000', '173116.780000', '173116.783000', '173116.786000', '173116.788000', '173116.791000', '173116.793000', '173116.796000', '173116.798000', '173116.824000', '173116.826000', '173116.829000', '173116.831000', '173116.834000', '173116.836000', '173116.839000', '173116.841000', '173116.847000', '173116.850000', '173116.852000', '173116.855000', '173116.857000', '173116.860000', '173116.863000', '173116.865000', '173116.868000', '173116.870000', '173136.654000', '173136.657000', '173136.659000', '173136.662000', '173136.664000', '173136.667000', '173136.669000', '173136.672000', '173136.674000', '173136.677000', '173136.679000', '173136.682000', '173136.685000', '173136.687000', '173136.690000', '173136.692000', '173136.695000', '173136.697000', '173136.700000', '173136.702000', '173136.705000', '173136.707000', '173136.710000', '173136.713000', '173136.715000', '173136.718000', '173136.721000', '173136.723000', '173136.726000', '173136.728000', '173136.731000', '173136.733000', '173136.736000', '173136.738000', '173136.741000', '173136.744000', '173136.756000', '173136.758000', '173136.761000', '173136.764000', '173136.766000', '173136.769000', '173136.771000', '173136.774000', '173156.653000', '173156.656000', '173156.659000', '173156.661000', '173156.664000', '173156.666000', '173156.669000', '173156.672000', '173156.674000', '173156.677000', '173156.679000', '173156.682000', '173156.684000', '173156.687000', '173156.689000', '173156.692000', '173156.695000', '173156.697000', '173156.700000', '173156.702000', '173156.705000', '173156.707000', '173156.710000', '173156.712000', '173156.715000', '173156.718000', '173156.721000', '173156.723000', '173156.726000', '173156.728000', '173156.731000', '173156.733000', '173156.736000', '173156.739000', '173156.742000', '173156.745000', '173156.747000', '173156.750000', '173156.753000', '173156.755000', '173156.758000', '173156.760000', '173156.766000', '173216.654000', '173216.656000', '173216.659000', '173216.661000', '173216.664000', '173216.667000', '173216.669000', '173216.672000', '173216.674000', '173216.677000', '173216.680000', '173216.682000', '173216.685000', '173216.687000', '173216.690000', '173216.692000', '173216.698000', '173216.701000', '173216.703000', '173216.706000', '173216.709000', '173216.711000', '173216.714000', '173216.717000', '173216.719000', '173216.722000', '173216.724000', '173216.727000', '173216.730000', '173216.732000', '173216.735000', '173216.737000', '173216.740000', '173216.743000', '173216.746000', '173216.748000', '173216.751000', '173216.753000', '173216.756000', '173216.759000', '173216.761000', '173216.764000', '173216.767000', '173216.770000', '173236.653000', '173236.656000', '173236.659000', '173236.661000', '173236.664000', '173236.667000', '173236.670000', '173236.673000', '173236.675000', '173236.678000', '173236.680000', '173236.683000', '173236.686000', '173236.688000', '173236.691000', '173236.694000', '173236.697000', '173236.700000', '173236.703000', '173236.705000', '173236.708000', '173236.710000', '173236.713000', '173236.716000', '173236.718000', '173236.721000', '173236.723000', '173236.726000', '173236.728000', '173236.731000', '173236.734000', '173236.737000', '173236.740000', '173236.742000', '173236.745000', '173236.748000', '173236.750000', '173236.753000', '173236.755000', '173236.758000', '173236.760000', '173236.764000', '173236.766000', '173256.653000', '173256.656000', '173256.659000', '173256.661000', '173256.664000', '173256.667000', '173256.669000', '173256.672000', '173256.675000', '173256.682000', '173256.685000', '173256.687000', '173256.690000', '173256.700000', '173256.703000', '173256.706000', '173256.709000', '173256.711000', '173256.714000', '173256.717000', '173256.720000', '173256.722000', '173256.725000', '173256.727000', '173256.730000', '173256.733000', '173256.736000', '173256.739000', '173256.741000', '173256.744000', '173256.747000', '173256.749000', '173256.752000', '173256.755000', '173256.757000', '173256.760000', '173256.762000', '173256.765000', '173256.768000', '173256.770000', '173256.773000', '173256.776000', '173256.778000', '173256.781000', '173316.653000', '173316.656000', '173316.659000', '173316.662000', '173316.664000', '173316.667000', '173316.669000', '173316.672000', '173316.674000', '173316.677000', '173316.679000', '173316.682000', '173316.685000', '173316.687000', '173316.690000', '173316.692000', '173316.695000', '173316.697000', '173316.700000', '173316.702000', '173316.705000', '173316.708000', '173316.710000', '173316.713000', '173316.715000', '173316.718000', '173316.720000', '173316.723000', '173316.725000', '173316.728000', '173316.730000', '173316.755000', '173316.758000', '173316.760000', '173316.763000', '173316.765000', '173316.768000', '173316.770000', '173316.773000', '173316.775000', '173316.778000', '173316.780000', '173316.783000', '173336.653000', '173336.656000', '173336.659000', '173336.662000', '173336.664000', '173336.667000', '173336.670000', '173336.672000', '173336.675000', '173336.678000', '173336.680000', '173336.683000', '173336.686000', '173336.688000', '173336.691000', '173336.694000', '173336.696000', '173336.699000', '173336.702000', '173336.705000', '173336.707000', '173336.710000', '173336.713000', '173336.715000', '173336.718000', '173336.720000', '173336.723000', '173336.725000', '173336.728000', '173336.730000', '173336.733000', '173336.736000', '173336.738000', '173336.741000', '173336.744000', '173336.746000', '173336.749000', '173336.751000', '173336.754000', '173336.756000', '173336.759000', '173336.762000', '173336.764000', '173336.767000', '173356.654000', '173356.656000', '173356.659000', '173356.662000', '173356.664000', '173356.667000', '173356.669000', '173356.672000', '173356.675000', '173356.677000', '173356.680000', '173356.683000', '173356.685000', '173356.688000', '173356.691000', '173356.693000', '173356.696000', '173356.699000', '173356.701000', '173356.704000', '173356.707000', '173356.709000', '173356.712000', '173356.715000', '173356.717000', '173356.720000', '173356.723000', '173356.725000', '173356.728000', '173356.730000', '173356.733000', '173356.736000', '173356.738000', '173356.741000', '173356.743000', '173356.746000', '173356.749000', '173356.751000', '173356.754000', '173356.756000', '173356.759000', '173356.762000', '173356.765000', '173416.654000', '173416.656000', '173416.659000', '173416.662000', '173416.664000', '173416.667000', '173416.669000', '173416.672000', '173416.674000', '173416.677000', '173416.679000', '173416.682000', '173416.685000', '173416.687000', '173416.690000', '173416.692000', '173416.695000', '173416.697000', '173416.700000', '173416.703000', '173416.705000', '173416.708000', '173416.710000', '173416.713000', '173416.715000', '173416.718000', '173416.720000', '173416.723000', '173416.726000', '173416.728000', '173416.731000', '173416.733000', '173416.736000', '173416.738000', '173416.741000', '173416.744000', '173416.746000', '173416.749000', '173416.751000', '173416.754000', '173416.756000', '173416.759000', '173416.761000', '173416.764000', '173436.653000', '173436.656000', '173436.659000', '173436.661000', '173436.664000', '173436.666000', '173436.669000', '173436.671000', '173436.674000', '173436.677000', '173436.679000', '173436.682000', '173436.684000', '173436.687000', '173436.690000', '173436.692000', '173436.695000', '173436.697000', '173436.700000', '173436.702000', '173436.705000', '173436.708000', '173436.710000', '173436.713000', '173436.715000', '173436.718000', '173436.721000', '173436.723000', '173436.726000', '173436.728000', '173436.731000', '173436.734000', '173436.736000', '173436.739000', '173436.741000', '173436.744000', '173436.746000', '173436.749000', '173436.752000', '173436.754000', '173436.757000', '173436.759000', '173436.762000', '173456.654000', '173456.657000', '173456.667000', '173456.670000', '173456.673000', '173456.675000', '173456.678000', '173456.680000', '173456.683000', '173456.685000', '173456.688000', '173456.690000', '173456.693000', '173456.705000', '173456.708000', '173456.710000', '173456.713000', '173456.715000', '173456.718000', '173456.720000', '173456.723000', '173456.726000', '173456.728000', '173456.731000', '173456.733000', '173456.736000', '173456.738000', '173456.741000', '173456.744000', '173456.746000', '173456.749000', '173456.751000', '173456.754000', '173456.756000', '173456.759000', '173456.761000', '173456.764000', '173456.767000', '173456.769000', '173456.772000', '173456.774000', '173456.777000', '173456.779000', '173456.782000', '173516.653000', '173516.656000', '173516.659000', '173516.661000', '173516.664000', '173516.667000', '173516.669000', '173516.672000', '173516.674000', '173516.677000', '173516.679000', '173516.682000', '173516.685000', '173516.687000', '173516.690000', '173516.692000', '173516.695000', '173516.697000', '173516.700000', '173516.702000', '173516.705000', '173516.708000', '173516.710000', '173516.713000', '173516.716000', '173516.718000', '173516.721000', '173516.723000', '173516.726000', '173516.728000', '173516.731000', '173516.734000', '173516.736000', '173516.739000', '173516.741000', '173516.744000', '173516.746000', '173516.749000', '173516.751000', '173516.754000', '173516.757000', '173516.759000', '173516.762000', '173536.654000', '173536.657000', '173536.659000', '173536.662000', '173536.665000', '173536.667000', '173536.670000', '173536.672000', '173536.675000', '173536.677000', '173536.680000', '173536.683000', '173536.686000', '173536.689000', '173536.691000', '173536.694000', '173536.696000', '173536.699000', '173536.702000', '173536.704000', '173536.707000', '173536.709000', '173536.712000', '173536.714000', '173536.717000', '173536.720000', '173536.722000', '173536.725000', '173536.727000', '173536.730000', '173536.733000', '173536.735000', '173536.738000', '173536.740000', '173536.743000', '173536.745000', '173536.748000', '173536.751000', '173536.753000', '173536.756000', '173536.758000', '173536.761000', '173536.763000', '173556.654000', '173556.657000', '173556.659000', '173556.662000', '173556.664000', '173556.667000', '173556.669000', '173556.672000', '173556.674000', '173556.677000', '173556.680000', '173556.682000', '173556.685000', '173556.687000', '173556.690000', '173556.693000', '173556.695000', '173556.698000', '173556.700000', '173556.703000', '173556.705000', '173556.708000', '173556.710000', '173556.713000', '173556.715000', '173556.718000', '173556.721000', '173556.723000', '173556.726000', '173556.728000', '173556.731000', '173556.734000', '173556.736000', '173556.739000', '173556.741000', '173556.744000', '173556.746000', '173556.749000', '173556.751000', '173556.754000', '173556.757000', '173556.759000', '173556.762000', '173556.764000', '173616.653000', '173616.656000', '173616.659000', '173616.662000', '173616.664000', '173616.667000', '173616.670000', '173616.672000', '173616.675000', '173616.677000', '173616.680000', '173616.683000', '173616.685000', '173616.688000', '173616.690000', '173616.693000', '173616.695000', '173616.698000', '173616.701000', '173616.703000', '173616.706000', '173616.708000', '173616.711000', '173616.713000', '173616.753000', '173616.756000', '173616.758000', '173616.761000', '173616.763000', '173616.766000', '173616.768000', '173616.771000', '173616.773000', '173616.776000', '173616.778000', '173616.781000', '173616.784000', '173616.786000', '173616.789000', '173616.791000', '173616.794000', '173616.796000', '173616.799000', '173636.653000', '173636.656000', '173636.659000', '173636.661000', '173636.664000', '173636.667000', '173636.669000', '173636.672000', '173636.674000', '173636.677000', '173636.680000', '173636.682000', '173636.685000', '173636.687000', '173636.690000', '173636.693000', '173636.695000', '173636.698000', '173636.700000', '173636.703000', '173636.705000', '173636.708000', '173636.711000', '173636.713000', '173636.716000', '173636.719000', '173636.721000', '173636.724000', '173636.726000', '173636.729000', '173636.731000', '173636.734000', '173636.736000', '173636.739000', '173636.742000', '173636.744000', '173636.747000', '173636.749000', '173636.752000', '173636.755000', '173636.757000', '173636.760000', '173636.762000', '173636.765000', '173656.654000', '173656.656000', '173656.659000', '173656.662000', '173656.664000', '173656.667000', '173656.669000', '173656.672000', '173656.674000', '173656.677000', '173656.680000', '173656.682000', '173656.685000', '173656.687000', '173656.691000', '173656.694000', '173656.697000', '173656.699000', '173656.702000', '173656.704000', '173656.707000', '173656.709000', '173656.712000', '173656.715000', '173656.717000', '173656.720000', '173656.722000', '173656.725000', '173656.729000', '173656.732000', '173656.734000', '173656.737000', '173656.739000', '173656.742000', '173656.744000', '173656.747000', '173656.750000', '173656.752000', '173656.755000', '173656.757000', '173656.760000', '173656.762000', '173656.765000', '173716.654000', '173716.657000', '173716.659000', '173716.662000', '173716.664000', '173716.667000', '173716.669000', '173716.672000', '173716.675000', '173716.677000', '173716.680000', '173716.682000', '173716.685000', '173716.687000', '173716.690000', '173716.692000', '173716.695000', '173716.698000', '173716.700000', '173716.703000', '173716.705000', '173716.708000', '173716.710000', '173716.713000', '173716.716000', '173716.719000', '173716.721000', '173716.724000', '173716.726000', '173716.729000', '173716.732000', '173716.734000', '173716.737000', '173716.739000', '173716.742000', '173716.744000', '173716.747000', '173716.749000', '173716.752000', '173716.755000', '173716.757000', '173716.760000', '173716.762000', '173716.765000', '173728.864000', '173728.867000', '173728.870000', '173728.872000', '173728.875000', '173728.878000', '173728.881000', '173728.884000', '173728.886000', '173728.889000', '173728.891000', '173728.894000', '173728.897000', '173728.900000', '173728.903000', '173728.906000', '173728.908000', '173728.911000', '173728.914000', '173728.916000', '173728.919000', '173728.922000', '173728.925000', '173728.927000', '173728.930000', '173728.936000', '173728.945000'], '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': [11084, 11465, 15831, 11236, 12796, 11474, 11418, 17805, 11219, 13561, 10989, 11564, 16074, 11106, 11620, 13712, 11003, 15631, 11039, 11616, 11629, 11194, 11572, 10765, 11501, 10475, 11308, 14873, 10938, 11671, 18354, 10959, 15395, 11117, 11579, 15555, 11144, 11593, 16987, 10894, 13652, 11064, 11536, 15720, 11059, 10927, 15080, 11312, 11080, 10604, 11465, 11238, 11381, 13315, 10878, 11211, 16591, 11624, 13910, 11256, 11514, 17530, 11281, 11692, 17282, 11021, 15568, 13230, 11562, 10944, 11650, 14211, 10746, 11651, 18264, 11110, 13586, 15621, 11517, 14642, 11072, 11432, 13790, 11134, 11309, 14729, 11207, 13397, 10910, 11372, 15291, 11097, 11435, 10807, 10845, 17205, 10920, 11637, 11142, 11403, 11740, 10992, 11454, 17705, 10870, 14950, 11008, 11321, 14922, 11196, 12094, 11006, 12084, 11837, 12077, 12364, 10629, 11546, 17605, 10900, 12613, 11241, 11554, 16812, 11006, 11687, 17310, 10716, 16126, 10995, 11478, 9215, 11152, 11601, 11157, 11159, 13400, 10984, 11668, 11378, 11114, 13980, 11561, 10903, 14998, 11082, 15212, 10874, 11352, 17824, 11320, 15408, 11556, 11330, 17892, 10966, 11527, 17650, 10867, 16430, 10876, 11267, 12770, 11197, 10930, 15752, 11275, 10912, 10944, 10858, 12631, 10831, 11370, 12888, 10878, 14815, 11021, 11351, 17322, 10949, 11266, 15338, 10680, 16794, 11175, 11451, 11181, 11311, 13289, 10791, 11086, 18458, 11429, 15702, 10911, 10880, 13876, 11041, 10946, 18253, 10741, 12932, 11214, 10928, 11375, 11171, 10962, 13598, 10998, 14445, 11270, 11110, 16683, 10923, 13315, 10580, 11008, 16799, 10375, 11233, 10561, 11092, 13213, 11062, 10969, 18354, 11127, 12553, 11024, 11118, 10923, 11020, 10528, 11341, 10922, 12363, 11216, 11186, 15031, 10976, 15464, 10557, 11265, 13508, 11031, 13466, 11355, 10831, 18013, 11026, 11652, 10783, 10893, 12812, 10508, 10860, 16359, 10825, 14835, 11019, 10962, 15662, 10828, 13734, 11288, 10873, 13977, 10834, 12531, 11135, 11017, 17105, 10569, 11970, 14947, 11138, 14497, 11090, 10936, 14473, 11269, 10638, 11163, 11010, 11170, 10581, 11029, 14477, 11044, 10723, 10810, 11127, 15793, 10779, 11046, 10353, 10808, 11265, 10721, 11347, 13207, 10909, 11163, 10752, 10773, 17941, 10802, 11792, 12712, 10861, 10382, 11506, 12044, 10980, 11610, 10657, 11367, 10774, 11621, 10863, 11181, 17090, 11347, 13254, 13787, 11911, 10518, 11124, 17470, 11276, 14950, 10714, 10660, 17038, 10742, 10713, 10881, 10537, 15554, 10411, 10901, 11879, 10334, 11414, 10903, 10481, 16726, 10611, 12656, 10634, 10879, 13784, 10877, 11671, 10687, 10849, 12161, 10640, 12938, 11050, 10987, 18814, 14264, 15267, 10948, 10695, 14124, 10786, 14778, 11270, 10588, 17538, 10517, 15171, 11173, 10447, 13576, 10806, 10528, 17447, 10764, 15558, 10916, 10980, 10056, 10669, 10586, 11026, 10712, 17259, 11109, 13872, 11246, 10869, 13985, 11175, 10813, 9557, 11082, 11227, 10720, 10636, 12370, 10834, 10234, 11456, 10778, 13499, 11312, 10692, 11454, 10624, 14413, 11165, 10756, 14858, 11193, 15285, 11309, 12651, 16835, 10726, 15714, 11269, 11660, 18556, 10727, 15627, 11160, 10963, 13926, 11004, 10804, 12818, 10765, 13722, 10928, 10450, 12617, 10696, 13923, 11199, 10899, 10624, 10902, 10207, 10987, 10450, 15197, 11340, 12247, 11051, 10266, 17375, 10846, 10234, 15546, 10993, 16755, 10868, 11443, 17568, 10878, 10353, 14382, 10656, 16318, 10757, 12889, 11137, 10577, 15261, 11491, 15665, 11654, 10630, 16140, 10408, 10516, 14714, 11057, 13908, 10880, 10706, 13829, 10910, 10058, 10824, 10559, 14894, 11062, 10112, 11045, 10434, 11594, 10798, 10486, 17499, 10818, 15079, 10863, 10474, 15957, 10552, 10284, 10566, 10767, 12605, 10970, 10448, 10278, 10398, 10986, 10891, 10469, 16900, 10987, 12614, 10868, 10394, 15311, 10933, 10445, 10345, 10916, 13165, 10749, 10737, 10861, 10775, 16358, 10841, 14834, 12547, 10938, 15423, 10586, 10817, 14549, 10838, 14843, 10853, 10761, 17807, 10677, 10930, 11111, 10664, 11221, 10696, 10638, 17824, 10882, 10628, 10997, 10725, 10441, 10842, 10722, 10952, 10942, 10815, 10967, 10335, 11406, 11173, 11268, 11195, 10944, 15750, 11163, 12554, 16253, 10927, 16078, 13654, 10826, 17515, 10848, 10076, 17308, 10900, 11818, 16797, 10751, 14223, 11123, 10416, 11651, 10498, 10389, 17392, 10759, 11156, 11679, 10768, 9948, 10905, 10963, 14024, 10361, 10268, 15573, 11071, 10295, 14107, 11274, 11232, 11122, 10506, 10833, 11305, 10318, 14652, 11115, 10656, 10799, 10588, 11541, 10307, 10462, 15884, 11343, 10328, 16711, 11059, 13739, 11059, 10874, 11619, 11412, 10446, 14090, 11285, 11542, 11115, 10243, 16237, 11261, 10333, 17689, 11151, 15296, 11100, 10563, 16430, 11178, 10404, 17253, 11160, 11170, 13723, 10859, 13386, 10716, 10592, 13004, 11056, 10419, 10793, 10900, 11004, 11253, 10501, 16336, 11166, 12433, 13690, 10792, 14464, 11026, 10507, 16233, 11388, 11810, 14882, 10886, 14952, 11123, 10464, 15095, 11273, 10809, 10921, 10454, 12431, 11336, 10534, 14996, 10884, 11791, 11108, 10451, 13814, 11370, 10289, 14233, 11253, 12856, 10932, 10753, 15554, 10965, 10196, 11386, 11225, 16578, 11213, 11475, 11083, 10804, 15886, 11221, 13796, 14336, 11047, 15325, 11046, 10650, 14107, 10953, 10919, 10364, 11035, 10490, 11172, 11022, 12954, 11064, 10681, 13638, 10931, 10469, 10690, 11102, 10081, 11179, 11052, 12456, 11290, 10426, 15428, 11168, 14478, 11613, 10907, 18129, 10767, 11463, 10769, 10764, 17108, 11015, 11172, 17573, 11166, 13912, 13578, 10400, 12105, 10631, 10390, 12952, 10700, 10836, 16002, 10944, 10396, 14805, 10880, 10638, 10412, 10923, 14502, 10841, 10482, 16080, 10747, 10422, 15321, 11069, 13092, 11377, 10788, 12876, 11067, 10488, 10876, 11059, 11974, 10622, 10544, 10895, 10943, 10584, 11006, 10897, 16707, 11036, 12208, 11239, 10757, 12352, 10798, 11116, 16330, 11081, 16062, 10954, 10883, 15773, 11255, 10396, 14651, 11082, 14622, 10409, 10737, 17387, 10801, 12703, 15966, 11213, 15858, 10331, 10698, 15954, 11009, 10203, 15200, 11113, 12540, 11029, 10605, 11854, 11365, 10553, 14737, 11304, 10721, 10785, 10695, 10969, 10704, 10825, 13998, 11460, 10862, 10722, 11012, 10874, 10999, 10537, 15746, 11417, 11953, 14304, 10917, 14914, 11119, 10626, 16227, 11397, 10901, 14972, 10996, 13397, 11099, 10784, 14393, 10945, 11005], 'WindowCenter': [4720.0, 4714.0, 4717.0, 4683.0, 4686.0, 4669.0, 4677.0, 4711.0, 4666.0, 4689.0, 4667.0, 4680.0, 4695.0, 4654.0, 4654.0, 4674.0, 4661.0, 4686.0, 4664.0, 4669.0, 4659.0, 4667.0, 4667.0, 4658.0, 4672.0, 4657.0, 4668.0, 4691.0, 4655.0, 4671.0, 4699.0, 4659.0, 4689.0, 4661.0, 4672.0, 4687.0, 4653.0, 4659.0, 4682.0, 4652.0, 4670.0, 4649.0, 4667.0, 4684.0, 4654.0, 4669.0, 4690.0, 4671.0, 4656.0, 4661.0, 4670.0, 4675.0, 4675.0, 4677.0, 4655.0, 4675.0, 4693.0, 4674.0, 4685.0, 4670.0, 4678.0, 4712.0, 4664.0, 4665.0, 4694.0, 4662.0, 4687.0, 4677.0, 4668.0, 4658.0, 4674.0, 4683.0, 4655.0, 4658.0, 4698.0, 4650.0, 4666.0, 4681.0, 4655.0, 4674.0, 4638.0, 4659.0, 4665.0, 4642.0, 4656.0, 4672.0, 4658.0, 4664.0, 4645.0, 4657.0, 4671.0, 4651.0, 4655.0, 4641.0, 4660.0, 4697.0, 4659.0, 4661.0, 4657.0, 4660.0, 4654.0, 4641.0, 4655.0, 4683.0, 4659.0, 4689.0, 4670.0, 4674.0, 4682.0, 4655.0, 4671.0, 4654.0, 4684.0, 4672.0, 4684.0, 4685.0, 4664.0, 4669.0, 4693.0, 4656.0, 4671.0, 4658.0, 4666.0, 4687.0, 4639.0, 4670.0, 4687.0, 4643.0, 4685.0, 4657.0, 4670.0, 4632.0, 4656.0, 4663.0, 4660.0, 4672.0, 4687.0, 4672.0, 4672.0, 4672.0, 4671.0, 4690.0, 4673.0, 4671.0, 4703.0, 4672.0, 4693.0, 4663.0, 4662.0, 4711.0, 4673.0, 4698.0, 4667.0, 4668.0, 4710.0, 4656.0, 4668.0, 4694.0, 4656.0, 4698.0, 4649.0, 4663.0, 4669.0, 4661.0, 4672.0, 4688.0, 4667.0, 4654.0, 4661.0, 4667.0, 4676.0, 4659.0, 4670.0, 4680.0, 4672.0, 4685.0, 4656.0, 4664.0, 4700.0, 4661.0, 4671.0, 4685.0, 4651.0, 4691.0, 4673.0, 4670.0, 4657.0, 4672.0, 4678.0, 4661.0, 4655.0, 4701.0, 4672.0, 4698.0, 4660.0, 4661.0, 4679.0, 4647.0, 4657.0, 4700.0, 4657.0, 4679.0, 4655.0, 4662.0, 4653.0, 4656.0, 4656.0, 4676.0, 4648.0, 4685.0, 4653.0, 4660.0, 4686.0, 4650.0, 4680.0, 4644.0, 4657.0, 4684.0, 4649.0, 4653.0, 4648.0, 4656.0, 4669.0, 4644.0, 4651.0, 4681.0, 4655.0, 4669.0, 4655.0, 4654.0, 4650.0, 4660.0, 4658.0, 4653.0, 4668.0, 4668.0, 4665.0, 4670.0, 4689.0, 4656.0, 4687.0, 4661.0, 4675.0, 4676.0, 4662.0, 4681.0, 4652.0, 4657.0, 4689.0, 4651.0, 4667.0, 4661.0, 4663.0, 4665.0, 4645.0, 4652.0, 4679.0, 4657.0, 4688.0, 4658.0, 4655.0, 4685.0, 4654.0, 4674.0, 4653.0, 4656.0, 4690.0, 4669.0, 4676.0, 4660.0, 4653.0, 4683.0, 4644.0, 4666.0, 4688.0, 4660.0, 4674.0, 4642.0, 4643.0, 4676.0, 4653.0, 4643.0, 4652.0, 4661.0, 4658.0, 4648.0, 4655.0, 4667.0, 4649.0, 4655.0, 4659.0, 4657.0, 4684.0, 4649.0, 4656.0, 4630.0, 4659.0, 4658.0, 4654.0, 4662.0, 4659.0, 4660.0, 4656.0, 4649.0, 4662.0, 4691.0, 4654.0, 4671.0, 4669.0, 4655.0, 4647.0, 4671.0, 4674.0, 4673.0, 4679.0, 4667.0, 4679.0, 4684.0, 4685.0, 4661.0, 4677.0, 4702.0, 4659.0, 4692.0, 4675.0, 4683.0, 4669.0, 4683.0, 4713.0, 4670.0, 4692.0, 4659.0, 4661.0, 4683.0, 4660.0, 4646.0, 4641.0, 4662.0, 4683.0, 4662.0, 4664.0, 4653.0, 4649.0, 4656.0, 4647.0, 4659.0, 4678.0, 4651.0, 4665.0, 4651.0, 4659.0, 4675.0, 4651.0, 4661.0, 4661.0, 4663.0, 4671.0, 4656.0, 4677.0, 4651.0, 4656.0, 4696.0, 4687.0, 4678.0, 4658.0, 4655.0, 4677.0, 4663.0, 4692.0, 4659.0, 4657.0, 4696.0, 4664.0, 4690.0, 4656.0, 4650.0, 4668.0, 4649.0, 4644.0, 4683.0, 4647.0, 4685.0, 4649.0, 4657.0, 4649.0, 4643.0, 4643.0, 4643.0, 4643.0, 4681.0, 4654.0, 4679.0, 4660.0, 4650.0, 4678.0, 4658.0, 4640.0, 4636.0, 4661.0, 4659.0, 4661.0, 4662.0, 4669.0, 4661.0, 4652.0, 4656.0, 4658.0, 4670.0, 4656.0, 4663.0, 4668.0, 4675.0, 4686.0, 4667.0, 4670.0, 4685.0, 4668.0, 4698.0, 4673.0, 4677.0, 4697.0, 4658.0, 4685.0, 4656.0, 4666.0, 4699.0, 4656.0, 4684.0, 4651.0, 4660.0, 4671.0, 4656.0, 4653.0, 4666.0, 4657.0, 4681.0, 4656.0, 4657.0, 4669.0, 4661.0, 4675.0, 4658.0, 4654.0, 4661.0, 4670.0, 4658.0, 4663.0, 4658.0, 4690.0, 4666.0, 4672.0, 4667.0, 4666.0, 4696.0, 4662.0, 4655.0, 4684.0, 4661.0, 4694.0, 4645.0, 4671.0, 4691.0, 4654.0, 4663.0, 4686.0, 4648.0, 4683.0, 4658.0, 4675.0, 4674.0, 4664.0, 4683.0, 4655.0, 4690.0, 4654.0, 4652.0, 4685.0, 4662.0, 4662.0, 4677.0, 4643.0, 4657.0, 4645.0, 4651.0, 4665.0, 4660.0, 4647.0, 4657.0, 4656.0, 4682.0, 4661.0, 4646.0, 4658.0, 4654.0, 4670.0, 4649.0, 4642.0, 4689.0, 4649.0, 4685.0, 4653.0, 4663.0, 4688.0, 4649.0, 4638.0, 4629.0, 4659.0, 4662.0, 4647.0, 4647.0, 4648.0, 4657.0, 4653.0, 4643.0, 4645.0, 4685.0, 4648.0, 4669.0, 4643.0, 4647.0, 4687.0, 4654.0, 4659.0, 4645.0, 4654.0, 4666.0, 4655.0, 4663.0, 4673.0, 4675.0, 4693.0, 4656.0, 4686.0, 4659.0, 4663.0, 4686.0, 4659.0, 4657.0, 4678.0, 4654.0, 4675.0, 4645.0, 4658.0, 4690.0, 4661.0, 4661.0, 4652.0, 4656.0, 4654.0, 4641.0, 4654.0, 4694.0, 4655.0, 4658.0, 4657.0, 4658.0, 4648.0, 4651.0, 4661.0, 4655.0, 4658.0, 4674.0, 4675.0, 4664.0, 4671.0, 4666.0, 4667.0, 4668.0, 4666.0, 4698.0, 4671.0, 4679.0, 4682.0, 4663.0, 4698.0, 4672.0, 4658.0, 4689.0, 4660.0, 4645.0, 4686.0, 4650.0, 4663.0, 4678.0, 4645.0, 4677.0, 4658.0, 4655.0, 4653.0, 4642.0, 4650.0, 4681.0, 4656.0, 4660.0, 4647.0, 4654.0, 4635.0, 4649.0, 4653.0, 4673.0, 4635.0, 4650.0, 4686.0, 4657.0, 4644.0, 4666.0, 4659.0, 4655.0, 4657.0, 4664.0, 4655.0, 4659.0, 4646.0, 4673.0, 4656.0, 4653.0, 4656.0, 4662.0, 4653.0, 4650.0, 4655.0, 4686.0, 4656.0, 4649.0, 4681.0, 4655.0, 4671.0, 4673.0, 4670.0, 4670.0, 4656.0, 4656.0, 4678.0, 4671.0, 4666.0, 4673.0, 4660.0, 4700.0, 4656.0, 4648.0, 4694.0, 4659.0, 4684.0, 4652.0, 4663.0, 4681.0, 4654.0, 4660.0, 4687.0, 4658.0, 4654.0, 4674.0, 4656.0, 4679.0, 4650.0, 4658.0, 4669.0, 4660.0, 4657.0, 4656.0, 4665.0, 4657.0, 4667.0, 4664.0, 4699.0, 4658.0, 4678.0, 4673.0, 4661.0, 4673.0, 4649.0, 4661.0, 4684.0, 4653.0, 4664.0, 4680.0, 4656.0, 4690.0, 4643.0, 4651.0, 4677.0, 4649.0, 4656.0, 4656.0, 4656.0, 4664.0, 4654.0, 4656.0, 4681.0, 4660.0, 4666.0, 4661.0, 4663.0, 4678.0, 4661.0, 4648.0, 4679.0, 4654.0, 4681.0, 4662.0, 4662.0, 4684.0, 4657.0, 4644.0, 4668.0, 4668.0, 4697.0, 4670.0, 4663.0, 4661.0, 4673.0, 4702.0, 4657.0, 4686.0, 4690.0, 4667.0, 4692.0, 4659.0, 4654.0, 4681.0, 4656.0, 4657.0, 4644.0, 4656.0, 4657.0, 4659.0, 4663.0, 4675.0, 4653.0, 4655.0, 4675.0, 4651.0, 4651.0, 4648.0, 4673.0, 4650.0, 4661.0, 4674.0, 4672.0, 4668.0, 4659.0, 4686.0, 4672.0, 4685.0, 4666.0, 4673.0, 4707.0, 4676.0, 4672.0, 4680.0, 4677.0, 4700.0, 4658.0, 4672.0, 4696.0, 4655.0, 4692.0, 4676.0, 4654.0, 4667.0, 4648.0, 4648.0, 4663.0, 4641.0, 4658.0, 4684.0, 4653.0, 4651.0, 4678.0, 4642.0, 4641.0, 4630.0, 4641.0, 4679.0, 4642.0, 4648.0, 4677.0, 4642.0, 4649.0, 4675.0, 4659.0, 4667.0, 4651.0, 4656.0, 4666.0, 4647.0, 4651.0, 4635.0, 4656.0, 4659.0, 4652.0, 4661.0, 4659.0, 4662.0, 4654.0, 4654.0, 4657.0, 4696.0, 4672.0, 4681.0, 4659.0, 4663.0, 4663.0, 4657.0, 4669.0, 4695.0, 4670.0, 4703.0, 4662.0, 4655.0, 4684.0, 4648.0, 4662.0, 4684.0, 4658.0, 4692.0, 4663.0, 4658.0, 4693.0, 4661.0, 4674.0, 4682.0, 4660.0, 4685.0, 4652.0, 4662.0, 4683.0, 4656.0, 4646.0, 4690.0, 4650.0, 4671.0, 4655.0, 4658.0, 4669.0, 4670.0, 4663.0, 4691.0, 4666.0, 4663.0, 4651.0, 4674.0, 4658.0, 4663.0, 4674.0, 4678.0, 4668.0, 4659.0, 4663.0, 4675.0, 4662.0, 4662.0, 4662.0, 4685.0, 4673.0, 4663.0, 4685.0, 4659.0, 4685.0, 4657.0, 4654.0, 4686.0, 4657.0, 4675.0, 4687.0, 4658.0, 4678.0, 4661.0, 4663.0, 4683.0, 4662.0, 4658.0], 'WindowWidth': [10342.0, 10318.0, 10306.0, 10254.0, 10251.0, 10223.0, 10239.0, 10279.0, 10216.0, 10249.0, 10218.0, 10236.0, 10250.0, 10194.0, 10195.0, 10219.0, 10208.0, 10237.0, 10216.0, 10221.0, 10203.0, 10214.0, 10213.0, 10204.0, 10225.0, 10201.0, 10218.0, 10249.0, 10196.0, 10222.0, 10260.0, 10205.0, 10246.0, 10206.0, 10223.0, 10239.0, 10188.0, 10202.0, 10225.0, 10189.0, 10213.0, 10183.0, 10215.0, 10231.0, 10194.0, 10226.0, 10247.0, 10222.0, 10197.0, 10208.0, 10219.0, 10233.0, 10230.0, 10230.0, 10198.0, 10231.0, 10247.0, 10231.0, 10240.0, 10222.0, 10234.0, 10280.0, 10210.0, 10212.0, 10246.0, 10208.0, 10242.0, 10227.0, 10217.0, 10203.0, 10230.0, 10239.0, 10194.0, 10201.0, 10254.0, 10189.0, 10211.0, 10226.0, 10195.0, 10219.0, 10164.0, 10200.0, 10202.0, 10172.0, 10193.0, 10211.0, 10197.0, 10203.0, 10180.0, 10198.0, 10210.0, 10185.0, 10194.0, 10172.0, 10203.0, 10252.0, 10204.0, 10206.0, 10196.0, 10203.0, 10191.0, 10170.0, 10194.0, 10229.0, 10202.0, 10243.0, 10224.0, 10231.0, 10230.0, 10196.0, 10221.0, 10194.0, 10244.0, 10224.0, 10245.0, 10243.0, 10216.0, 10219.0, 10247.0, 10198.0, 10221.0, 10199.0, 10211.0, 10238.0, 10167.0, 10216.0, 10235.0, 10177.0, 10233.0, 10200.0, 10219.0, 10161.0, 10198.0, 10205.0, 10206.0, 10226.0, 10242.0, 10228.0, 10227.0, 10225.0, 10226.0, 10248.0, 10229.0, 10227.0, 10270.0, 10228.0, 10248.0, 10209.0, 10208.0, 10278.0, 10229.0, 10261.0, 10217.0, 10219.0, 10277.0, 10199.0, 10217.0, 10247.0, 10197.0, 10257.0, 10188.0, 10211.0, 10216.0, 10207.0, 10225.0, 10240.0, 10213.0, 10196.0, 10206.0, 10214.0, 10225.0, 10201.0, 10223.0, 10233.0, 10225.0, 10238.0, 10199.0, 10210.0, 10261.0, 10209.0, 10224.0, 10237.0, 10190.0, 10243.0, 10226.0, 10221.0, 10201.0, 10226.0, 10229.0, 10207.0, 10198.0, 10262.0, 10223.0, 10258.0, 10207.0, 10209.0, 10229.0, 10180.0, 10200.0, 10257.0, 10198.0, 10230.0, 10194.0, 10209.0, 10191.0, 10197.0, 10199.0, 10224.0, 10184.0, 10236.0, 10192.0, 10206.0, 10235.0, 10190.0, 10232.0, 10177.0, 10199.0, 10233.0, 10187.0, 10191.0, 10186.0, 10197.0, 10215.0, 10176.0, 10187.0, 10226.0, 10193.0, 10215.0, 10195.0, 10196.0, 10185.0, 10206.0, 10202.0, 10193.0, 10216.0, 10215.0, 10210.0, 10221.0, 10243.0, 10199.0, 10242.0, 10208.0, 10231.0, 10225.0, 10211.0, 10234.0, 10186.0, 10200.0, 10237.0, 10189.0, 10214.0, 10206.0, 10212.0, 10209.0, 10182.0, 10190.0, 10224.0, 10200.0, 10243.0, 10204.0, 10199.0, 10234.0, 10192.0, 10220.0, 10190.0, 10200.0, 10247.0, 10221.0, 10227.0, 10202.0, 10190.0, 10230.0, 10177.0, 10211.0, 10240.0, 10204.0, 10220.0, 10173.0, 10177.0, 10219.0, 10188.0, 10176.0, 10187.0, 10206.0, 10200.0, 10185.0, 10194.0, 10203.0, 10182.0, 10196.0, 10202.0, 10200.0, 10232.0, 10188.0, 10197.0, 10156.0, 10202.0, 10199.0, 10193.0, 10210.0, 10196.0, 10205.0, 10199.0, 10188.0, 10210.0, 10241.0, 10194.0, 10221.0, 10212.0, 10193.0, 10183.0, 10222.0, 10224.0, 10228.0, 10236.0, 10223.0, 10241.0, 10249.0, 10248.0, 10208.0, 10238.0, 10266.0, 10205.0, 10255.0, 10225.0, 10241.0, 10224.0, 10246.0, 10282.0, 10222.0, 10252.0, 10207.0, 10208.0, 10228.0, 10204.0, 10184.0, 10172.0, 10208.0, 10231.0, 10211.0, 10215.0, 10188.0, 10187.0, 10194.0, 10183.0, 10204.0, 10221.0, 10193.0, 10209.0, 10193.0, 10204.0, 10220.0, 10191.0, 10209.0, 10207.0, 10213.0, 10218.0, 10199.0, 10228.0, 10189.0, 10201.0, 10254.0, 10241.0, 10224.0, 10204.0, 10198.0, 10225.0, 10210.0, 10250.0, 10201.0, 10201.0, 10252.0, 10215.0, 10249.0, 10195.0, 10191.0, 10210.0, 10184.0, 10177.0, 10227.0, 10183.0, 10233.0, 10189.0, 10199.0, 10189.0, 10177.0, 10175.0, 10173.0, 10175.0, 10225.0, 10192.0, 10229.0, 10203.0, 10188.0, 10224.0, 10199.0, 10170.0, 10167.0, 10207.0, 10204.0, 10207.0, 10212.0, 10216.0, 10207.0, 10195.0, 10196.0, 10202.0, 10210.0, 10199.0, 10212.0, 10218.0, 10232.0, 10239.0, 10215.0, 10224.0, 10237.0, 10219.0, 10260.0, 10230.0, 10233.0, 10253.0, 10202.0, 10239.0, 10195.0, 10212.0, 10258.0, 10199.0, 10235.0, 10186.0, 10206.0, 10212.0, 10197.0, 10193.0, 10209.0, 10198.0, 10233.0, 10201.0, 10202.0, 10217.0, 10210.0, 10224.0, 10200.0, 10193.0, 10209.0, 10224.0, 10206.0, 10213.0, 10205.0, 10246.0, 10212.0, 10225.0, 10214.0, 10223.0, 10255.0, 10211.0, 10199.0, 10232.0, 10206.0, 10248.0, 10181.0, 10221.0, 10240.0, 10193.0, 10217.0, 10238.0, 10185.0, 10229.0, 10203.0, 10223.0, 10229.0, 10218.0, 10231.0, 10194.0, 10247.0, 10192.0, 10195.0, 10236.0, 10209.0, 10210.0, 10221.0, 10174.0, 10189.0, 10181.0, 10192.0, 10205.0, 10204.0, 10185.0, 10198.0, 10198.0, 10228.0, 10207.0, 10184.0, 10200.0, 10195.0, 10218.0, 10187.0, 10176.0, 10240.0, 10188.0, 10235.0, 10192.0, 10212.0, 10239.0, 10187.0, 10172.0, 10152.0, 10202.0, 10201.0, 10183.0, 10185.0, 10188.0, 10200.0, 10192.0, 10175.0, 10181.0, 10232.0, 10185.0, 10216.0, 10177.0, 10186.0, 10237.0, 10192.0, 10202.0, 10179.0, 10196.0, 10204.0, 10200.0, 10214.0, 10228.0, 10233.0, 10247.0, 10200.0, 10242.0, 10197.0, 10211.0, 10238.0, 10205.0, 10203.0, 10226.0, 10193.0, 10222.0, 10181.0, 10202.0, 10239.0, 10209.0, 10208.0, 10189.0, 10198.0, 10193.0, 10173.0, 10194.0, 10245.0, 10195.0, 10202.0, 10199.0, 10204.0, 10186.0, 10190.0, 10208.0, 10194.0, 10202.0, 10230.0, 10235.0, 10219.0, 10221.0, 10216.0, 10216.0, 10217.0, 10216.0, 10261.0, 10227.0, 10236.0, 10230.0, 10214.0, 10258.0, 10215.0, 10199.0, 10237.0, 10207.0, 10185.0, 10235.0, 10190.0, 10205.0, 10219.0, 10176.0, 10227.0, 10199.0, 10196.0, 10189.0, 10175.0, 10191.0, 10225.0, 10196.0, 10205.0, 10181.0, 10192.0, 10166.0, 10185.0, 10191.0, 10217.0, 10161.0, 10191.0, 10234.0, 10195.0, 10177.0, 10206.0, 10202.0, 10196.0, 10201.0, 10217.0, 10195.0, 10201.0, 10185.0, 10215.0, 10196.0, 10193.0, 10197.0, 10211.0, 10192.0, 10190.0, 10196.0, 10234.0, 10195.0, 10190.0, 10226.0, 10196.0, 10216.0, 10226.0, 10228.0, 10218.0, 10197.0, 10198.0, 10227.0, 10222.0, 10213.0, 10227.0, 10211.0, 10261.0, 10198.0, 10190.0, 10247.0, 10204.0, 10235.0, 10189.0, 10214.0, 10227.0, 10192.0, 10206.0, 10238.0, 10200.0, 10195.0, 10217.0, 10197.0, 10229.0, 10191.0, 10204.0, 10215.0, 10205.0, 10202.0, 10197.0, 10211.0, 10202.0, 10216.0, 10217.0, 10258.0, 10204.0, 10232.0, 10217.0, 10209.0, 10220.0, 10189.0, 10206.0, 10231.0, 10191.0, 10208.0, 10229.0, 10197.0, 10246.0, 10176.0, 10192.0, 10222.0, 10183.0, 10197.0, 10194.0, 10198.0, 10204.0, 10192.0, 10199.0, 10227.0, 10205.0, 10211.0, 10208.0, 10212.0, 10227.0, 10206.0, 10189.0, 10228.0, 10194.0, 10235.0, 10211.0, 10212.0, 10234.0, 10199.0, 10182.0, 10215.0, 10218.0, 10255.0, 10224.0, 10210.0, 10203.0, 10230.0, 10266.0, 10203.0, 10242.0, 10247.0, 10215.0, 10252.0, 10202.0, 10194.0, 10235.0, 10197.0, 10200.0, 10179.0, 10201.0, 10202.0, 10202.0, 10214.0, 10225.0, 10192.0, 10198.0, 10223.0, 10190.0, 10189.0, 10187.0, 10226.0, 10195.0, 10208.0, 10230.0, 10223.0, 10219.0, 10209.0, 10240.0, 10227.0, 10241.0, 10214.0, 10230.0, 10273.0, 10237.0, 10225.0, 10241.0, 10241.0, 10263.0, 10202.0, 10225.0, 10252.0, 10198.0, 10252.0, 10226.0, 10196.0, 10213.0, 10184.0, 10186.0, 10202.0, 10170.0, 10201.0, 10233.0, 10191.0, 10194.0, 10225.0, 10174.0, 10172.0, 10155.0, 10172.0, 10228.0, 10172.0, 10187.0, 10221.0, 10172.0, 10187.0, 10217.0, 10200.0, 10212.0, 10185.0, 10196.0, 10207.0, 10177.0, 10192.0, 10160.0, 10198.0, 10197.0, 10195.0, 10209.0, 10201.0, 10209.0, 10193.0, 10194.0, 10202.0, 10253.0, 10225.0, 10238.0, 10203.0, 10212.0, 10206.0, 10199.0, 10218.0, 10250.0, 10220.0, 10267.0, 10210.0, 10198.0, 10233.0, 10182.0, 10211.0, 10235.0, 10204.0, 10252.0, 10213.0, 10204.0, 10246.0, 10205.0, 10222.0, 10230.0, 10204.0, 10236.0, 10195.0, 10210.0, 10230.0, 10198.0, 10186.0, 10244.0, 10187.0, 10221.0, 10197.0, 10205.0, 10217.0, 10219.0, 10213.0, 10246.0, 10212.0, 10214.0, 10190.0, 10232.0, 10205.0, 10211.0, 10229.0, 10227.0, 10214.0, 10206.0, 10212.0, 10233.0, 10211.0, 10210.0, 10213.0, 10236.0, 10225.0, 10208.0, 10236.0, 10206.0, 10239.0, 10199.0, 10196.0, 10237.0, 10200.0, 10234.0, 10241.0, 10204.0, 10230.0, 10206.0, 10213.0, 10233.0, 10210.0, 10203.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.0021082373271889402</td></tr>
<tr><td colspan=3>aqi</td><td>0.017943379377880184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.29588468807379</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2684438622952723</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.026611213540945</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>5532.2427</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07899144800922918</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8433179723502304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.277084743587808</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2736251276107344</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4283032148320127</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1293258883206776</td></tr>
<tr><td colspan=3>gcor</td><td>0.0058065</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014091676101088524</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028506139293313026</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.189429503222632</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.7362</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5593</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.8851</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>297568.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>952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.1215</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0459</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.0713</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3879.9786</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.1322</td></tr>
<tr><td colspan=3>tsnr</td><td>44.231479642679915</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>