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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-05_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-05_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-0066/ses-01/func/sub-0066_ses-01_task-social_acq-mb8_run-05_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>7766dc880b3a20e2d77025de8623f7b7</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>20:56:23.215000</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.997455, -0.00235874, 0.0712637, 0.00139272, 0.999907, 0.0136021]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.106827</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7739, -7289, 550, -138, -100, -5, 96]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>276.243</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e676e95-a1b8-4080-99f0-f3352e6bf09b||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.676098108291626, 0.0037365765310823917, 0.19248075783252716, 106.93843078613281], [0.006328316405415535, 2.682676076889038, 0.03636420890688896, -92.2829818725586], [0.19119542837142944, -0.03649343177676201, 2.692884922027588, -80.01366424560547], [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': ['205623.215000', '205623.675000', '205624.135000', '205624.595000', '205625.055000', '205625.515000', '205625.975000', '205626.435000', '205626.895000', '205627.355000', '205627.815000', '205628.275000', '205628.735000', '205629.195000', '205629.655000', '205630.115000', '205630.575000', '205631.035000', '205631.495000', '205631.955000', '205632.415000', '205632.875000', '205633.335000', '205633.795000', '205634.255000', '205634.715000', '205635.175000', '205635.635000', '205636.095000', '205636.555000', '205637.015000', '205637.475000', '205637.935000', '205638.395000', '205638.855000', '205639.315000', '205639.775000', '205640.235000', '205640.695000', '205641.155000', '205641.615000', '205642.075000', '205642.535000', '205642.995000', '205643.455000', '205643.915000', '205644.375000', '205644.835000', '205645.295000', '205645.755000', '205646.215000', '205646.675000', '205647.135000', '205647.595000', '205648.055000', '205648.515000', '205648.975000', '205649.435000', '205649.895000', '205650.355000', '205650.815000', '205651.275000', '205651.735000', '205652.195000', '205652.655000', '205653.115000', '205653.575000', '205654.035000', '205654.495000', '205654.955000', '205655.415000', '205655.875000', '205656.335000', '205656.795000', '205657.255000', '205657.715000', '205658.175000', '205658.635000', '205659.095000', '205659.555000', '205700.015000', '205700.475000', '205700.935000', '205701.395000', '205701.855000', '205702.315000', '205702.775000', '205703.235000', '205703.695000', '205704.155000', '205704.615000', '205705.075000', '205705.535000', '205705.995000', '205706.455000', '205706.915000', '205707.375000', '205707.835000', '205708.295000', '205708.755000', '205709.215000', '205709.675000', '205710.135000', '205710.595000', '205711.055000', '205711.515000', '205711.975000', '205712.435000', '205712.895000', '205713.355000', '205713.815000', '205714.275000', '205714.735000', '205715.195000', '205715.655000', '205716.115000', '205716.575000', '205717.035000', '205717.495000', '205717.955000', '205718.415000', '205718.875000', '205719.335000', '205719.795000', '205720.255000', '205720.715000', '205721.175000', '205721.635000', '205722.095000', '205722.555000', '205723.015000', '205723.475000', '205723.935000', '205724.395000', '205724.855000', '205725.315000', '205725.775000', '205726.235000', '205726.695000', '205727.155000', '205727.615000', '205728.075000', '205728.535000', '205728.995000', '205729.455000', '205729.915000', '205730.375000', '205730.835000', '205731.295000', '205731.755000', '205732.215000', '205732.675000', '205733.135000', '205733.595000', '205734.055000', '205734.515000', '205734.975000', '205735.435000', '205735.895000', '205736.355000', '205736.815000', '205737.275000', '205737.735000', '205738.195000', '205738.655000', '205739.115000', '205739.575000', '205740.035000', '205740.495000', '205740.955000', '205741.415000', '205741.875000', '205742.335000', '205742.795000', '205743.255000', '205743.715000', '205744.175000', '205744.635000', '205745.095000', '205745.555000', '205746.015000', '205746.475000', '205746.935000', '205747.395000', '205747.855000', '205748.315000', '205748.775000', '205749.235000', '205749.695000', '205750.155000', '205750.615000', '205751.075000', '205751.535000', '205751.995000', '205752.455000', '205752.915000', '205753.375000', '205753.835000', '205754.295000', '205754.755000', '205755.215000', '205755.675000', '205756.135000', '205756.595000', '205757.055000', '205757.515000', '205757.975000', '205758.435000', '205758.895000', '205759.355000', '205759.815000', '205800.275000', '205800.735000', '205801.195000', '205801.655000', '205802.115000', '205802.575000', '205803.035000', '205803.495000', '205803.955000', '205804.415000', '205804.875000', '205805.335000', '205805.795000', '205806.255000', '205806.715000', '205807.175000', '205807.635000', '205808.095000', '205808.555000', '205809.015000', '205809.475000', '205809.935000', '205810.395000', '205810.855000', '205811.315000', '205811.775000', '205812.235000', '205812.695000', '205813.155000', '205813.615000', '205814.075000', '205814.535000', '205814.995000', '205815.455000', '205815.915000', '205816.375000', '205816.835000', '205817.295000', '205817.755000', '205818.215000', '205818.675000', '205819.135000', '205819.595000', '205820.055000', '205820.515000', '205820.975000', '205821.435000', '205821.895000', '205822.355000', '205822.815000', '205823.275000', '205823.735000', '205824.195000', '205824.655000', '205825.115000', '205825.575000', '205826.035000', '205826.495000', '205826.955000', '205827.415000', '205827.875000', '205828.335000', '205828.795000', '205829.255000', '205829.715000', '205830.175000', '205830.635000', '205831.095000', '205831.555000', '205832.015000', '205832.475000', '205832.935000', '205833.395000', '205833.855000', '205834.315000', '205834.775000', '205835.235000', '205835.695000', '205836.155000', '205836.615000', '205837.075000', '205837.535000', '205837.995000', '205838.455000', '205838.915000', '205839.375000', '205839.835000', '205840.295000', '205840.755000', '205841.215000', '205841.675000', '205842.135000', '205842.595000', '205843.055000', '205843.515000', '205843.975000', '205844.435000', '205844.895000', '205845.355000', '205845.815000', '205846.275000', '205846.735000', '205847.195000', '205847.655000', '205848.115000', '205848.575000', '205849.035000', '205849.495000', '205849.955000', '205850.415000', '205850.875000', '205851.335000', '205851.795000', '205852.255000', '205852.715000', '205853.175000', '205853.635000', '205854.095000', '205854.555000', '205855.015000', '205855.475000', '205855.935000', '205856.395000', '205856.855000', '205857.315000', '205857.775000', '205858.235000', '205858.695000', '205859.155000', '205859.615000', '205900.075000', '205900.535000', '205900.995000', '205901.455000', '205901.915000', '205902.375000', '205902.835000', '205903.295000', '205903.755000', '205904.215000', '205904.675000', '205905.135000', '205905.595000', '205906.055000', '205906.515000', '205906.975000', '205907.435000', '205907.895000', '205908.355000', '205908.815000', '205909.275000', '205909.735000', '205910.195000', '205910.655000', '205911.115000', '205911.575000', '205912.035000', '205912.495000', '205912.955000', '205913.415000', '205913.875000', '205914.335000', '205914.795000', '205915.255000', '205915.715000', '205916.175000', '205916.635000', '205917.095000', '205917.555000', '205918.015000', '205918.475000', '205918.935000', '205919.395000', '205919.855000', '205920.315000', '205920.775000', '205921.235000', '205921.695000', '205922.155000', '205922.615000', '205923.075000', '205923.535000', '205923.995000', '205924.455000', '205924.915000', '205925.375000', '205925.835000', '205926.295000', '205926.755000', '205927.215000', '205927.675000', '205928.135000', '205928.595000', '205929.055000', '205929.515000', '205929.975000', '205930.435000', '205930.895000', '205931.355000', '205931.815000', '205932.275000', '205932.735000', '205933.195000', '205933.655000', '205934.115000', '205934.575000', '205935.035000', '205935.495000', '205935.955000', '205936.415000', '205936.875000', '205937.335000', '205937.795000', '205938.255000', '205938.715000', '205939.175000', '205939.635000', '205940.095000', '205940.555000', '205941.015000', '205941.475000', '205941.935000', '205942.395000', '205942.855000', '205943.315000', '205943.775000', '205944.235000', '205944.695000', '205945.155000', '205945.615000', '205946.075000', '205946.535000', '205946.995000', '205947.455000', '205947.915000', '205948.375000', '205948.835000', '205949.295000', '205949.755000', '205950.215000', '205950.675000', '205951.135000', '205951.595000', '205952.055000', '205952.515000', '205952.975000', '205953.435000', '205953.895000', '205954.355000', '205954.815000', '205955.275000', '205955.735000', '205956.195000', '205956.655000', '205957.115000', '205957.575000', '205958.035000', '205958.495000', '205958.955000', '205959.415000', '205959.875000', '210000.335000', '210000.795000', '210001.255000', '210001.715000', '210002.175000', '210002.635000', '210003.095000', '210003.555000', '210004.015000', '210004.475000', '210004.935000', '210005.395000', '210005.855000', '210006.315000', '210006.775000', '210007.235000', '210007.695000', '210008.155000', '210008.615000', '210009.075000', '210009.535000', '210009.995000', '210010.455000', '210010.915000', '210011.375000', '210011.835000', '210012.295000', '210012.755000', '210013.215000', '210013.675000', '210014.135000', '210014.595000', '210015.055000', '210015.515000', '210015.975000', '210016.435000', '210016.895000', '210017.355000', '210017.815000', '210018.275000', '210018.735000', '210019.195000', '210019.655000', '210020.115000', '210020.575000', '210021.035000', '210021.495000', '210021.955000', '210022.415000', '210022.875000', '210023.335000', '210023.795000', '210024.255000', '210024.715000', '210025.175000', '210025.635000', '210026.095000', '210026.555000', '210027.015000', '210027.475000', '210027.935000', '210028.395000', '210028.855000', '210029.315000', '210029.775000', '210030.235000', '210030.695000', '210031.155000', '210031.615000', '210032.075000', '210032.535000', '210032.995000', '210033.455000', '210033.915000', '210034.375000', '210034.835000', '210035.295000', '210035.755000', '210036.215000', '210036.675000', '210037.135000', '210037.595000', '210038.055000', '210038.515000', '210038.975000', '210039.435000', '210039.895000', '210040.355000', '210040.815000', '210041.275000', '210041.735000', '210042.195000', '210042.655000', '210043.115000', '210043.575000', '210044.035000', '210044.495000', '210044.955000', '210045.415000', '210045.875000', '210046.335000', '210046.795000', '210047.255000', '210047.715000', '210048.175000', '210048.635000', '210049.095000', '210049.555000', '210050.015000', '210050.475000', '210050.935000', '210051.395000', '210051.855000', '210052.315000', '210052.775000', '210053.235000', '210053.695000', '210054.155000', '210054.615000', '210055.075000', '210055.535000', '210055.995000', '210056.455000', '210056.915000', '210057.375000', '210057.835000', '210058.295000', '210058.755000', '210059.215000', '210059.675000', '210100.135000', '210100.595000', '210101.055000', '210101.515000', '210101.975000', '210102.435000', '210102.895000', '210103.355000', '210103.815000', '210104.275000', '210104.735000', '210105.195000', '210105.655000', '210106.115000', '210106.575000', '210107.035000', '210107.495000', '210107.955000', '210108.415000', '210108.875000', '210109.335000', '210109.795000', '210110.255000', '210110.715000', '210111.175000', '210111.635000', '210112.095000', '210112.555000', '210113.015000', '210113.475000', '210113.935000', '210114.395000', '210114.855000', '210115.315000', '210115.775000', '210116.235000', '210116.695000', '210117.155000', '210117.615000', '210118.075000', '210118.535000', '210118.995000', '210119.455000', '210119.915000', '210120.375000', '210120.835000', '210121.295000', '210121.755000', '210122.215000', '210122.675000', '210123.135000', '210123.595000', '210124.055000', '210124.515000', '210124.975000', '210125.435000', '210125.895000', '210126.355000', '210126.815000', '210127.275000', '210127.735000', '210128.195000', '210128.655000', '210129.115000', '210129.575000', '210130.035000', '210130.495000', '210130.955000', '210131.415000', '210131.875000', '210132.335000', '210132.795000', '210133.255000', '210133.715000', '210134.175000', '210134.635000', '210135.095000', '210135.555000', '210136.015000', '210136.475000', '210136.935000', '210137.395000', '210137.855000', '210138.315000', '210138.775000', '210139.235000', '210139.695000', '210140.155000', '210140.615000', '210141.075000', '210141.535000', '210141.995000', '210142.455000', '210142.915000', '210143.375000', '210143.835000', '210144.295000', '210144.755000', '210145.215000', '210145.675000', '210146.135000', '210146.595000', '210147.055000', '210147.515000', '210147.975000', '210148.435000', '210148.895000', '210149.355000', '210149.815000', '210150.275000', '210150.735000', '210151.195000', '210151.655000', '210152.115000', '210152.575000', '210153.035000', '210153.495000', '210153.955000', '210154.415000', '210154.875000', '210155.335000', '210155.795000', '210156.255000', '210156.715000', '210157.175000', '210157.635000', '210158.095000', '210158.555000', '210159.015000', '210159.475000', '210159.935000', '210200.395000', '210200.855000', '210201.315000', '210201.775000', '210202.235000', '210202.695000', '210203.155000', '210203.615000', '210204.075000', '210204.535000', '210204.995000', '210205.455000', '210205.915000', '210206.375000', '210206.835000', '210207.295000', '210207.755000', '210208.215000', '210208.675000', '210209.135000', '210209.595000', '210210.055000', '210210.515000', '210210.975000', '210211.435000', '210211.895000', '210212.355000', '210212.815000', '210213.275000', '210213.735000', '210214.195000', '210214.655000', '210215.115000', '210215.575000', '210216.035000', '210216.495000', '210216.955000', '210217.415000', '210217.875000', '210218.335000', '210218.795000', '210219.255000', '210219.715000', '210220.175000', '210220.635000', '210221.095000', '210221.555000', '210222.015000', '210222.475000', '210222.935000', '210223.395000', '210223.855000', '210224.315000', '210224.775000', '210225.235000', '210225.695000', '210226.155000', '210226.615000', '210227.075000', '210227.535000', '210227.995000', '210228.455000', '210228.915000', '210229.375000', '210229.835000', '210230.295000', '210230.755000', '210231.215000', '210231.675000', '210232.135000', '210232.595000', '210233.055000', '210233.515000', '210233.975000', '210234.435000', '210234.895000', '210235.355000', '210235.815000', '210236.275000', '210236.735000', '210237.195000', '210237.655000', '210238.115000', '210238.575000', '210239.035000', '210239.495000', '210239.955000', '210240.415000', '210240.875000', '210241.335000', '210241.795000', '210242.255000', '210242.715000', '210243.175000', '210243.635000', '210244.095000', '210244.555000', '210245.015000', '210245.475000', '210245.935000', '210246.395000', '210246.855000', '210247.315000', '210247.775000', '210248.235000', '210248.695000', '210249.155000', '210249.615000', '210250.075000', '210250.535000', '210250.995000', '210251.455000', '210251.915000', '210252.375000', '210252.835000', '210253.295000', '210253.755000', '210254.215000', '210254.675000', '210255.135000', '210255.595000', '210256.055000', '210256.515000', '210256.975000', '210257.435000', '210257.895000', '210258.355000', '210258.815000', '210259.275000', '210259.735000', '210300.195000', '210300.655000', '210301.115000', '210301.575000', '210302.035000', '210302.495000', '210302.955000', '210303.415000', '210303.875000'], 'ContentTime': ['205633.872000', '205633.875000', '205633.878000', '205633.881000', '205633.884000', '205633.886000', '205633.889000', '205633.892000', '205633.894000', '205633.897000', '205633.899000', '205633.902000', '205633.904000', '205633.907000', '205633.910000', '205633.912000', '205633.915000', '205633.917000', '205633.920000', '205633.922000', '205653.826000', '205653.829000', '205653.832000', '205653.835000', '205653.837000', '205653.840000', '205653.842000', '205653.845000', '205653.848000', '205653.850000', '205653.853000', '205653.855000', '205653.858000', '205653.860000', '205653.863000', '205653.865000', '205653.868000', '205653.871000', '205653.873000', '205653.876000', '205653.878000', '205653.886000', '205653.889000', '205653.892000', '205653.894000', '205653.897000', '205653.899000', '205653.902000', '205653.905000', '205653.907000', '205653.910000', '205653.912000', '205653.915000', '205653.918000', '205653.920000', '205653.923000', '205653.925000', '205653.928000', '205653.931000', '205653.933000', '205653.936000', '205653.938000', '205653.941000', '205653.944000', '205713.827000', '205713.830000', '205713.833000', '205713.836000', '205713.838000', '205713.841000', '205713.844000', '205713.846000', '205713.849000', '205713.852000', '205713.854000', '205713.857000', '205713.859000', '205713.862000', '205713.864000', '205713.867000', '205713.869000', '205713.872000', '205713.875000', '205713.877000', '205713.880000', '205713.883000', '205713.885000', '205713.888000', '205713.890000', '205713.893000', '205713.896000', '205713.898000', '205713.901000', '205713.903000', '205713.906000', '205713.908000', '205713.911000', '205713.914000', '205713.916000', '205713.919000', '205713.922000', '205713.924000', '205713.927000', '205713.929000', '205713.932000', '205713.935000', '205713.938000', '205733.827000', '205733.830000', '205733.833000', '205733.835000', '205733.838000', '205733.841000', '205733.843000', '205733.846000', '205733.848000', '205733.851000', '205733.854000', '205733.856000', '205733.859000', '205733.861000', '205733.864000', '205733.867000', '205733.869000', '205733.872000', '205733.874000', '205733.877000', '205733.880000', '205733.882000', '205733.885000', '205733.887000', '205733.890000', '205733.893000', '205733.895000', '205733.898000', '205733.900000', '205733.903000', '205733.905000', '205733.908000', '205733.911000', '205733.913000', '205733.916000', '205733.918000', '205733.921000', '205733.924000', '205733.926000', '205733.929000', '205733.931000', '205733.934000', '205733.937000', '205733.939000', '205753.827000', '205753.830000', '205753.833000', '205753.835000', '205753.838000', '205753.841000', '205753.843000', '205753.846000', '205753.849000', '205753.851000', '205753.854000', '205753.856000', '205753.859000', '205753.862000', '205753.864000', '205753.867000', '205753.870000', '205753.872000', '205753.875000', '205753.877000', '205753.880000', '205753.882000', '205753.885000', '205753.887000', '205753.890000', '205753.893000', '205753.895000', '205753.898000', '205753.900000', '205753.903000', '205753.906000', '205753.908000', '205753.923000', '205753.925000', '205753.928000', '205753.930000', '205753.933000', '205753.935000', '205753.938000', '205753.941000', '205753.943000', '205753.946000', '205753.948000', '205813.827000', '205813.835000', '205813.838000', '205813.841000', '205813.843000', '205813.846000', '205813.848000', '205813.851000', '205813.854000', '205813.856000', '205813.859000', '205813.861000', '205813.864000', '205813.867000', '205813.869000', '205813.872000', '205813.875000', '205813.878000', '205813.881000', '205813.883000', '205813.886000', '205813.888000', '205813.891000', '205813.894000', '205813.896000', '205813.899000', '205813.902000', '205813.904000', '205813.907000', '205813.910000', '205813.912000', '205813.915000', '205813.918000', '205813.921000', '205813.923000', '205813.926000', '205813.929000', '205813.931000', '205813.934000', '205813.937000', '205813.939000', '205813.942000', '205813.945000', '205813.947000', '205833.827000', '205833.830000', '205833.833000', '205833.836000', '205833.838000', '205833.841000', '205833.843000', '205833.846000', '205833.849000', '205833.851000', '205833.854000', '205833.856000', '205833.859000', '205833.862000', '205833.870000', '205833.873000', '205833.876000', '205833.878000', '205833.881000', '205833.883000', '205833.886000', '205833.888000', '205833.891000', '205833.893000', '205833.896000', '205833.899000', '205833.901000', '205833.904000', '205833.906000', '205833.909000', '205833.912000', '205833.914000', '205833.917000', '205833.919000', '205833.922000', '205833.925000', '205833.927000', '205833.930000', '205833.932000', '205833.935000', '205833.937000', '205833.940000', '205833.943000', '205853.827000', '205853.830000', '205853.833000', '205853.835000', '205853.838000', '205853.841000', '205853.843000', '205853.846000', '205853.849000', '205853.851000', '205853.854000', '205853.856000', '205853.859000', '205853.862000', '205853.864000', '205853.867000', '205853.870000', '205853.872000', '205853.875000', '205853.877000', '205853.880000', '205853.883000', '205853.885000', '205853.888000', '205853.890000', '205853.893000', '205853.896000', '205853.898000', '205853.901000', '205853.904000', '205853.906000', '205853.909000', '205853.911000', '205853.914000', '205853.917000', '205853.919000', '205853.922000', '205853.924000', '205853.927000', '205853.929000', '205853.932000', '205853.935000', '205853.937000', '205853.940000', '205913.827000', '205913.829000', '205913.832000', '205913.835000', '205913.837000', '205913.840000', '205913.843000', '205913.845000', '205913.848000', '205913.851000', '205913.853000', '205913.856000', '205913.858000', '205913.861000', '205913.864000', '205913.866000', '205913.869000', '205913.871000', '205913.874000', '205913.877000', '205913.879000', '205913.882000', '205913.884000', '205913.887000', '205913.890000', '205913.892000', '205913.895000', '205913.897000', '205913.900000', '205913.903000', '205913.905000', '205913.908000', '205913.911000', '205913.913000', '205913.916000', '205913.918000', '205913.921000', '205913.924000', '205913.926000', '205913.929000', '205913.931000', '205913.934000', '205913.937000', '205933.827000', '205933.830000', '205933.833000', '205933.836000', '205933.838000', '205933.841000', '205933.843000', '205933.846000', '205933.849000', '205933.851000', '205933.854000', '205933.857000', '205933.859000', '205933.863000', '205933.878000', '205933.880000', '205933.883000', '205933.886000', '205933.888000', '205933.891000', '205933.893000', '205933.896000', '205933.899000', '205933.901000', '205933.904000', '205933.906000', '205933.909000', '205933.912000', '205933.914000', '205933.917000', '205933.920000', '205933.922000', '205933.925000', '205933.927000', '205933.930000', '205933.933000', '205933.935000', '205933.938000', '205933.940000', '205933.943000', '205933.945000', '205933.948000', '205933.951000', '205953.827000', '205953.830000', '205953.833000', '205953.836000', '205953.838000', '205953.841000', '205953.843000', '205953.846000', '205953.849000', '205953.851000', '205953.854000', '205953.857000', '205953.859000', '205953.862000', '205953.865000', '205953.867000', '205953.870000', '205953.872000', '205953.875000', '205953.878000', '205953.880000', '205953.883000', '205953.886000', '205953.888000', '205953.891000', '205953.894000', '205953.896000', '205953.899000', '205953.901000', '205953.904000', '205953.907000', '205953.909000', '205953.912000', '205953.914000', '205953.917000', '205953.920000', '205953.922000', '205953.925000', '205953.927000', '205953.930000', '205953.933000', '205953.935000', '205953.938000', '205953.941000', '210013.828000', '210013.831000', '210013.833000', '210013.836000', '210013.839000', '210013.841000', '210013.844000', '210013.846000', '210013.849000', '210013.852000', '210013.854000', '210013.857000', '210013.859000', '210013.862000', '210013.865000', '210013.867000', '210013.870000', '210013.872000', '210013.875000', '210013.878000', '210013.880000', '210013.883000', '210013.885000', '210013.888000', '210013.891000', '210013.893000', '210013.896000', '210013.899000', '210013.901000', '210013.904000', '210013.906000', '210013.909000', '210013.912000', '210013.914000', '210013.917000', '210013.919000', '210013.922000', '210013.925000', '210013.927000', '210013.930000', '210013.933000', '210013.935000', '210013.938000', '210033.827000', '210033.830000', '210033.833000', '210033.836000', '210033.838000', '210033.841000', '210033.844000', '210033.846000', '210033.849000', '210033.852000', '210033.854000', '210033.857000', '210033.859000', '210033.862000', '210033.865000', '210033.867000', '210033.870000', '210033.873000', '210033.875000', '210033.878000', '210033.880000', '210033.883000', '210033.886000', '210033.888000', '210033.891000', '210033.893000', '210033.896000', '210033.899000', '210033.901000', '210033.904000', '210033.906000', '210033.909000', '210033.911000', '210033.914000', '210033.917000', '210033.919000', '210033.922000', '210033.924000', '210033.927000', '210033.929000', '210033.932000', '210033.935000', '210033.937000', '210033.940000', '210053.828000', '210053.831000', '210053.833000', '210053.836000', '210053.839000', '210053.841000', '210053.844000', '210053.847000', '210053.849000', '210053.852000', '210053.854000', '210053.857000', '210053.860000', '210053.862000', '210053.865000', '210053.868000', '210053.870000', '210053.873000', '210053.876000', '210053.878000', '210053.881000', '210053.884000', '210053.886000', '210053.889000', '210053.891000', '210053.894000', '210053.897000', '210053.899000', '210053.903000', '210053.906000', '210053.909000', '210053.911000', '210053.914000', '210053.916000', '210053.919000', '210053.922000', '210053.924000', '210053.927000', '210053.929000', '210053.932000', '210053.935000', '210053.937000', '210053.940000', '210113.827000', '210113.830000', '210113.833000', '210113.835000', '210113.839000', '210113.842000', '210113.844000', '210113.847000', '210113.849000', '210113.852000', '210113.855000', '210113.857000', '210113.860000', '210113.863000', '210113.865000', '210113.868000', '210113.871000', '210113.873000', '210113.876000', '210113.878000', '210113.881000', '210113.884000', '210113.886000', '210113.889000', '210113.891000', '210113.894000', '210113.897000', '210113.899000', '210113.902000', '210113.905000', '210113.907000', '210113.910000', '210113.913000', '210113.915000', '210113.918000', '210113.921000', '210113.923000', '210113.926000', '210113.928000', '210113.931000', '210113.934000', '210113.936000', '210113.939000', '210113.941000', '210133.826000', '210133.829000', '210133.832000', '210133.835000', '210133.837000', '210133.840000', '210133.842000', '210133.845000', '210133.848000', '210133.850000', '210133.853000', '210133.856000', '210133.858000', '210133.861000', '210133.864000', '210133.866000', '210133.869000', '210133.872000', '210133.875000', '210133.877000', '210133.880000', '210133.883000', '210133.886000', '210133.888000', '210133.891000', '210133.894000', '210133.896000', '210133.899000', '210133.901000', '210133.904000', '210133.907000', '210133.909000', '210133.912000', '210133.914000', '210133.917000', '210133.920000', '210133.922000', '210133.925000', '210133.927000', '210133.930000', '210133.933000', '210133.935000', '210133.938000', '210153.827000', '210153.830000', '210153.833000', '210153.836000', '210153.838000', '210153.841000', '210153.843000', '210153.846000', '210153.849000', '210153.851000', '210153.854000', '210153.857000', '210153.859000', '210153.862000', '210153.864000', '210153.867000', '210153.870000', '210153.872000', '210153.875000', '210153.878000', '210153.880000', '210153.883000', '210153.885000', '210153.888000', '210153.890000', '210153.893000', '210153.896000', '210153.898000', '210153.901000', '210153.903000', '210153.906000', '210153.909000', '210153.911000', '210153.914000', '210153.916000', '210153.919000', '210153.922000', '210153.924000', '210153.927000', '210153.930000', '210153.932000', '210153.935000', '210153.937000', '210153.940000', '210213.828000', '210213.830000', '210213.833000', '210213.835000', '210213.838000', '210213.841000', '210213.843000', '210213.846000', '210213.849000', '210213.851000', '210213.854000', '210213.856000', '210213.859000', '210213.862000', '210213.864000', '210213.867000', '210213.870000', '210213.872000', '210213.875000', '210213.877000', '210213.880000', '210213.883000', '210213.885000', '210213.888000', '210213.891000', '210213.893000', '210213.896000', '210213.898000', '210213.901000', '210213.903000', '210213.906000', '210213.909000', '210213.911000', '210213.914000', '210213.917000', '210213.920000', '210213.922000', '210213.925000', '210213.927000', '210213.930000', '210213.932000', '210213.935000', '210213.938000', '210233.827000', '210233.830000', '210233.833000', '210233.835000', '210233.839000', '210233.843000', '210233.858000', '210233.860000', '210233.863000', '210233.866000', '210233.868000', '210233.871000', '210233.874000', '210233.876000', '210233.879000', '210233.881000', '210233.884000', '210233.887000', '210233.889000', '210233.892000', '210233.894000', '210233.897000', '210233.900000', '210233.902000', '210233.905000', '210233.907000', '210233.910000', '210233.913000', '210233.915000', '210233.918000', '210233.921000', '210233.923000', '210233.926000', '210233.928000', '210233.931000', '210233.933000', '210233.936000', '210233.939000', '210233.941000', '210233.944000', '210233.946000', '210233.949000', '210233.952000', '210233.954000', '210253.827000', '210253.830000', '210253.833000', '210253.836000', '210253.838000', '210253.841000', '210253.843000', '210253.846000', '210253.849000', '210253.851000', '210253.854000', '210253.856000', '210253.859000', '210253.862000', '210253.864000', '210253.867000', '210253.869000', '210253.872000', '210253.876000', '210253.879000', '210253.882000', '210253.884000', '210253.887000', '210253.889000', '210253.892000', '210253.895000', '210253.897000', '210253.900000', '210253.902000', '210253.905000', '210253.908000', '210253.910000', '210253.913000', '210253.915000', '210253.918000', '210253.921000', '210253.923000', '210253.926000', '210253.929000', '210253.931000', '210253.934000', '210253.936000', '210253.939000', '210305.420000', '210305.423000', '210305.426000', '210305.429000', '210305.431000', '210305.434000', '210305.437000', '210305.440000', '210305.442000', '210305.445000', '210305.448000', '210305.451000', '210305.453000', '210305.456000', '210305.459000', '210305.462000', '210305.464000', '210305.467000', '210305.470000', '210305.473000', '210305.476000', '210305.478000', '210305.481000', '210305.484000', '210305.487000', '210305.515000'], 'InstanceCreationTime': ['205633.872000', '205633.875000', '205633.878000', '205633.881000', '205633.884000', '205633.886000', '205633.889000', '205633.892000', '205633.894000', '205633.897000', '205633.899000', '205633.902000', '205633.904000', '205633.907000', '205633.910000', '205633.912000', '205633.915000', '205633.917000', '205633.920000', '205633.922000', '205653.826000', '205653.829000', '205653.832000', '205653.835000', '205653.837000', '205653.840000', '205653.842000', '205653.845000', '205653.848000', '205653.850000', '205653.853000', '205653.855000', '205653.858000', '205653.860000', '205653.863000', '205653.865000', '205653.868000', '205653.871000', '205653.873000', '205653.876000', '205653.878000', '205653.886000', '205653.889000', '205653.892000', '205653.894000', '205653.897000', '205653.899000', '205653.902000', '205653.905000', '205653.907000', '205653.910000', '205653.912000', '205653.915000', '205653.918000', '205653.920000', '205653.923000', '205653.925000', '205653.928000', '205653.931000', '205653.933000', '205653.936000', '205653.938000', '205653.941000', '205653.944000', '205713.827000', '205713.830000', '205713.833000', '205713.836000', '205713.838000', '205713.841000', '205713.844000', '205713.846000', '205713.849000', '205713.852000', '205713.854000', '205713.857000', '205713.859000', '205713.862000', '205713.864000', '205713.867000', '205713.869000', '205713.872000', '205713.875000', '205713.877000', '205713.880000', '205713.883000', '205713.885000', '205713.888000', '205713.890000', '205713.893000', '205713.896000', '205713.898000', '205713.901000', '205713.903000', '205713.906000', '205713.908000', '205713.911000', '205713.914000', '205713.916000', '205713.919000', '205713.922000', '205713.924000', '205713.927000', '205713.929000', '205713.932000', '205713.935000', '205713.938000', '205733.827000', '205733.830000', '205733.833000', '205733.835000', '205733.838000', '205733.841000', '205733.843000', '205733.846000', '205733.848000', '205733.851000', '205733.854000', '205733.856000', '205733.859000', '205733.861000', '205733.864000', '205733.867000', '205733.869000', '205733.872000', '205733.874000', '205733.877000', '205733.880000', '205733.882000', '205733.885000', '205733.887000', '205733.890000', '205733.893000', '205733.895000', '205733.898000', '205733.900000', '205733.903000', '205733.905000', '205733.908000', '205733.911000', '205733.913000', '205733.916000', '205733.918000', '205733.921000', '205733.924000', '205733.926000', '205733.929000', '205733.931000', '205733.934000', '205733.937000', '205733.939000', '205753.827000', '205753.830000', '205753.833000', '205753.835000', '205753.838000', '205753.841000', '205753.843000', '205753.846000', '205753.849000', '205753.851000', '205753.854000', '205753.856000', '205753.859000', '205753.862000', '205753.864000', '205753.867000', '205753.870000', '205753.872000', '205753.875000', '205753.877000', '205753.880000', '205753.882000', '205753.885000', '205753.887000', '205753.890000', '205753.893000', '205753.895000', '205753.898000', '205753.900000', '205753.903000', '205753.906000', '205753.908000', '205753.923000', '205753.925000', '205753.928000', '205753.930000', '205753.933000', '205753.935000', '205753.938000', '205753.941000', '205753.943000', '205753.946000', '205753.948000', '205813.827000', '205813.835000', '205813.838000', '205813.841000', '205813.843000', '205813.846000', '205813.848000', '205813.851000', '205813.854000', '205813.856000', '205813.859000', '205813.861000', '205813.864000', '205813.867000', '205813.869000', '205813.872000', '205813.875000', '205813.878000', '205813.881000', '205813.883000', '205813.886000', '205813.888000', '205813.891000', '205813.894000', '205813.896000', '205813.899000', '205813.902000', '205813.904000', '205813.907000', '205813.910000', '205813.912000', '205813.915000', '205813.918000', '205813.921000', '205813.923000', '205813.926000', '205813.929000', '205813.931000', '205813.934000', '205813.937000', '205813.939000', '205813.942000', '205813.945000', '205813.947000', '205833.827000', '205833.830000', '205833.833000', '205833.836000', '205833.838000', '205833.841000', '205833.843000', '205833.846000', '205833.849000', '205833.851000', '205833.854000', '205833.856000', '205833.859000', '205833.862000', '205833.870000', '205833.873000', '205833.876000', '205833.878000', '205833.881000', '205833.883000', '205833.886000', '205833.888000', '205833.891000', '205833.893000', '205833.896000', '205833.899000', '205833.901000', '205833.904000', '205833.906000', '205833.909000', '205833.912000', '205833.914000', '205833.917000', '205833.919000', '205833.922000', '205833.925000', '205833.927000', '205833.930000', '205833.932000', '205833.935000', '205833.937000', '205833.940000', '205833.943000', '205853.827000', '205853.830000', '205853.833000', '205853.835000', '205853.838000', '205853.841000', '205853.843000', '205853.846000', '205853.849000', '205853.851000', '205853.854000', '205853.856000', '205853.859000', '205853.862000', '205853.864000', '205853.867000', '205853.870000', '205853.872000', '205853.875000', '205853.877000', '205853.880000', '205853.883000', '205853.885000', '205853.888000', '205853.890000', '205853.893000', '205853.896000', '205853.898000', '205853.901000', '205853.904000', '205853.906000', '205853.909000', '205853.911000', '205853.914000', '205853.917000', '205853.919000', '205853.922000', '205853.924000', '205853.927000', '205853.929000', '205853.932000', '205853.935000', '205853.937000', '205853.940000', '205913.827000', '205913.829000', '205913.832000', '205913.835000', '205913.837000', '205913.840000', '205913.843000', '205913.845000', '205913.848000', '205913.851000', '205913.853000', '205913.856000', '205913.858000', '205913.861000', '205913.864000', '205913.866000', '205913.869000', '205913.871000', '205913.874000', '205913.877000', '205913.879000', '205913.882000', '205913.884000', '205913.887000', '205913.890000', '205913.892000', '205913.895000', '205913.897000', '205913.900000', '205913.903000', '205913.905000', '205913.908000', '205913.911000', '205913.913000', '205913.916000', '205913.918000', '205913.921000', '205913.924000', '205913.926000', '205913.929000', '205913.931000', '205913.934000', '205913.937000', '205933.827000', '205933.830000', '205933.833000', '205933.836000', '205933.838000', '205933.841000', '205933.843000', '205933.846000', '205933.849000', '205933.851000', '205933.854000', '205933.857000', '205933.859000', '205933.863000', '205933.878000', '205933.880000', '205933.883000', '205933.886000', '205933.888000', '205933.891000', '205933.893000', '205933.896000', '205933.899000', '205933.901000', '205933.904000', '205933.906000', '205933.909000', '205933.912000', '205933.914000', '205933.917000', '205933.920000', '205933.922000', '205933.925000', '205933.927000', '205933.930000', '205933.933000', '205933.935000', '205933.938000', '205933.940000', '205933.943000', '205933.945000', '205933.948000', '205933.951000', '205953.827000', '205953.830000', '205953.833000', '205953.836000', '205953.838000', '205953.841000', '205953.843000', '205953.846000', '205953.849000', '205953.851000', '205953.854000', '205953.857000', '205953.859000', '205953.862000', '205953.865000', '205953.867000', '205953.870000', '205953.872000', '205953.875000', '205953.878000', '205953.880000', '205953.883000', '205953.886000', '205953.888000', '205953.891000', '205953.894000', '205953.896000', '205953.899000', '205953.901000', '205953.904000', '205953.907000', '205953.909000', '205953.912000', '205953.914000', '205953.917000', '205953.920000', '205953.922000', '205953.925000', '205953.927000', '205953.930000', '205953.933000', '205953.935000', '205953.938000', '205953.941000', '210013.828000', '210013.831000', '210013.833000', '210013.836000', '210013.839000', '210013.841000', '210013.844000', '210013.846000', '210013.849000', '210013.852000', '210013.854000', '210013.857000', '210013.859000', '210013.862000', '210013.865000', '210013.867000', '210013.870000', '210013.872000', '210013.875000', '210013.878000', '210013.880000', '210013.883000', '210013.885000', '210013.888000', '210013.891000', '210013.893000', '210013.896000', '210013.899000', '210013.901000', '210013.904000', '210013.906000', '210013.909000', '210013.912000', '210013.914000', '210013.917000', '210013.919000', '210013.922000', '210013.925000', '210013.927000', '210013.930000', '210013.933000', '210013.935000', '210013.938000', '210033.827000', '210033.830000', '210033.833000', '210033.836000', '210033.838000', '210033.841000', '210033.844000', '210033.846000', '210033.849000', '210033.852000', '210033.854000', '210033.857000', '210033.859000', '210033.862000', '210033.865000', '210033.867000', '210033.870000', '210033.873000', '210033.875000', '210033.878000', '210033.880000', '210033.883000', '210033.886000', '210033.888000', '210033.891000', '210033.893000', '210033.896000', '210033.899000', '210033.901000', '210033.904000', '210033.906000', '210033.909000', '210033.911000', '210033.914000', '210033.917000', '210033.919000', '210033.922000', '210033.924000', '210033.927000', '210033.929000', '210033.932000', '210033.935000', '210033.937000', '210033.940000', '210053.828000', '210053.831000', '210053.833000', '210053.836000', '210053.839000', '210053.841000', '210053.844000', '210053.847000', '210053.849000', '210053.852000', '210053.854000', '210053.857000', '210053.860000', '210053.862000', '210053.865000', '210053.868000', '210053.870000', '210053.873000', '210053.876000', '210053.878000', '210053.881000', '210053.884000', '210053.886000', '210053.889000', '210053.891000', '210053.894000', '210053.897000', '210053.899000', '210053.903000', '210053.906000', '210053.909000', '210053.911000', '210053.914000', '210053.916000', '210053.919000', '210053.922000', '210053.924000', '210053.927000', '210053.929000', '210053.932000', '210053.935000', '210053.937000', '210053.940000', '210113.827000', '210113.830000', '210113.833000', '210113.835000', '210113.839000', '210113.842000', '210113.844000', '210113.847000', '210113.849000', '210113.852000', '210113.855000', '210113.857000', '210113.860000', '210113.863000', '210113.865000', '210113.868000', '210113.871000', '210113.873000', '210113.876000', '210113.878000', '210113.881000', '210113.884000', '210113.886000', '210113.889000', '210113.891000', '210113.894000', '210113.897000', '210113.899000', '210113.902000', '210113.905000', '210113.907000', '210113.910000', '210113.913000', '210113.915000', '210113.918000', '210113.921000', '210113.923000', '210113.926000', '210113.928000', '210113.931000', '210113.934000', '210113.936000', '210113.939000', '210113.941000', '210133.826000', '210133.829000', '210133.832000', '210133.835000', '210133.837000', '210133.840000', '210133.842000', '210133.845000', '210133.848000', '210133.850000', '210133.853000', '210133.856000', '210133.858000', '210133.861000', '210133.864000', '210133.866000', '210133.869000', '210133.872000', '210133.875000', '210133.877000', '210133.880000', '210133.883000', '210133.886000', '210133.888000', '210133.891000', '210133.894000', '210133.896000', '210133.899000', '210133.901000', '210133.904000', '210133.907000', '210133.909000', '210133.912000', '210133.914000', '210133.917000', '210133.920000', '210133.922000', '210133.925000', '210133.927000', '210133.930000', '210133.933000', '210133.935000', '210133.938000', '210153.827000', '210153.830000', '210153.833000', '210153.836000', '210153.838000', '210153.841000', '210153.843000', '210153.846000', '210153.849000', '210153.851000', '210153.854000', '210153.857000', '210153.859000', '210153.862000', '210153.864000', '210153.867000', '210153.870000', '210153.872000', '210153.875000', '210153.878000', '210153.880000', '210153.883000', '210153.885000', '210153.888000', '210153.890000', '210153.893000', '210153.896000', '210153.898000', '210153.901000', '210153.903000', '210153.906000', '210153.909000', '210153.911000', '210153.914000', '210153.916000', '210153.919000', '210153.922000', '210153.924000', '210153.927000', '210153.930000', '210153.932000', '210153.935000', '210153.937000', '210153.940000', '210213.828000', '210213.830000', '210213.833000', '210213.835000', '210213.838000', '210213.841000', '210213.843000', '210213.846000', '210213.849000', '210213.851000', '210213.854000', '210213.856000', '210213.859000', '210213.862000', '210213.864000', '210213.867000', '210213.870000', '210213.872000', '210213.875000', '210213.877000', '210213.880000', '210213.883000', '210213.885000', '210213.888000', '210213.891000', '210213.893000', '210213.896000', '210213.898000', '210213.901000', '210213.903000', '210213.906000', '210213.909000', '210213.911000', '210213.914000', '210213.917000', '210213.920000', '210213.922000', '210213.925000', '210213.927000', '210213.930000', '210213.932000', '210213.935000', '210213.938000', '210233.827000', '210233.830000', '210233.833000', '210233.835000', '210233.839000', '210233.843000', '210233.858000', '210233.860000', '210233.863000', '210233.866000', '210233.868000', '210233.871000', '210233.874000', '210233.876000', '210233.879000', '210233.881000', '210233.884000', '210233.887000', '210233.889000', '210233.892000', '210233.894000', '210233.897000', '210233.900000', '210233.902000', '210233.905000', '210233.907000', '210233.910000', '210233.913000', '210233.915000', '210233.918000', '210233.921000', '210233.923000', '210233.926000', '210233.928000', '210233.931000', '210233.933000', '210233.936000', '210233.939000', '210233.941000', '210233.944000', '210233.946000', '210233.949000', '210233.952000', '210233.954000', '210253.827000', '210253.830000', '210253.833000', '210253.836000', '210253.838000', '210253.841000', '210253.843000', '210253.846000', '210253.849000', '210253.851000', '210253.854000', '210253.856000', '210253.859000', '210253.862000', '210253.864000', '210253.867000', '210253.869000', '210253.872000', '210253.876000', '210253.879000', '210253.882000', '210253.884000', '210253.887000', '210253.889000', '210253.892000', '210253.895000', '210253.897000', '210253.900000', '210253.902000', '210253.905000', '210253.908000', '210253.910000', '210253.913000', '210253.915000', '210253.918000', '210253.921000', '210253.923000', '210253.926000', '210253.929000', '210253.931000', '210253.934000', '210253.936000', '210253.939000', '210305.420000', '210305.423000', '210305.426000', '210305.429000', '210305.431000', '210305.434000', '210305.437000', '210305.440000', '210305.442000', '210305.445000', '210305.448000', '210305.451000', '210305.453000', '210305.456000', '210305.459000', '210305.462000', '210305.464000', '210305.467000', '210305.470000', '210305.473000', '210305.476000', '210305.478000', '210305.481000', '210305.484000', '210305.487000', '210305.515000'], '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': [7653, 7860, 7922, 7294, 12511, 7398, 14854, 9807, 15136, 6827, 12584, 8577, 10135, 7098, 9708, 7201, 10844, 7983, 12597, 6849, 9162, 7135, 9502, 7124, 8620, 6850, 9443, 6939, 8531, 7282, 8076, 7298, 8939, 7298, 10494, 6863, 8402, 6950, 8386, 7613, 8737, 10400, 9062, 9924, 7248, 9325, 7239, 12405, 7458, 12499, 8604, 10287, 7238, 8892, 7165, 8721, 6989, 9583, 7224, 8078, 7175, 8712, 7215, 11841, 7641, 10304, 6986, 9258, 7043, 9323, 9554, 10116, 7501, 7152, 7179, 7746, 8379, 8133, 8083, 8692, 6955, 8478, 7063, 9397, 8142, 10055, 7068, 8237, 7765, 7595, 8677, 7488, 10557, 7809, 8307, 7311, 8711, 7558, 12000, 7684, 12550, 8239, 11579, 7200, 9264, 6815, 7958, 8089, 7394, 14477, 8592, 11898, 7201, 9990, 7287, 8682, 6957, 8693, 7067, 7350, 7582, 7333, 8071, 7386, 10935, 7751, 10320, 7363, 10856, 7494, 11016, 7549, 10916, 7561, 10793, 7034, 8851, 6992, 7453, 7856, 9474, 8009, 10722, 7349, 8986, 7081, 8684, 7310, 8825, 9100, 8868, 9106, 7567, 10141, 7324, 11768, 7514, 11029, 8011, 10387, 6911, 9427, 7069, 9194, 7194, 8450, 7237, 9400, 7217, 7864, 7661, 7805, 8213, 7743, 8788, 7976, 8432, 7815, 8011, 7955, 8405, 7853, 12240, 8474, 11688, 7682, 10321, 7273, 11173, 7704, 10903, 7809, 11476, 7372, 9077, 7215, 7809, 6938, 7935, 10450, 8076, 12321, 7350, 11939, 7256, 10574, 7367, 11505, 7692, 10094, 6963, 8768, 6937, 8805, 7313, 10547, 7241, 8105, 7235, 8095, 8057, 8262, 11827, 9144, 13585, 8295, 12129, 7565, 10666, 7263, 9086, 7497, 8815, 6854, 7359, 7825, 7930, 8220, 7499, 8898, 7914, 8286, 7618, 8401, 7834, 12202, 8048, 13579, 9365, 11295, 7309, 9264, 7285, 8204, 7791, 7948, 9289, 7671, 11135, 7990, 11436, 7540, 9810, 7543, 9006, 7419, 7898, 7076, 7960, 7834, 8118, 9649, 8316, 8906, 7322, 11785, 7423, 11549, 7615, 12393, 7798, 10477, 7278, 8591, 6860, 8650, 7711, 10311, 7147, 8176, 7232, 8466, 7761, 8541, 9157, 8963, 10291, 7856, 11461, 7840, 12656, 7628, 11199, 7758, 10616, 7105, 8267, 7241, 7712, 7953, 7846, 9421, 7816, 7980, 7392, 8522, 7952, 11892, 7985, 12816, 7952, 12014, 7494, 10840, 7256, 9679, 7800, 9732, 7748, 7303, 8933, 7494, 12166, 7538, 11736, 7845, 10417, 6896, 8950, 7341, 8632, 7143, 9781, 7305, 8782, 7158, 7893, 8354, 7536, 13332, 8073, 12092, 7252, 10298, 7376, 9688, 7049, 9590, 7568, 10102, 7402, 8707, 7193, 8218, 7731, 10004, 9055, 8661, 8524, 7435, 8856, 7745, 12776, 8366, 11067, 7201, 10730, 7631, 10635, 7412, 12277, 7737, 9887, 7313, 8558, 7060, 8259, 8331, 8958, 8641, 7703, 10475, 7689, 12570, 7971, 12358, 8258, 10880, 7103, 8433, 7407, 7913, 7378, 9230, 6929, 8106, 7053, 8019, 7149, 8711, 8150, 10197, 8509, 8148, 10137, 7445, 13172, 7811, 11476, 7762, 10191, 6953, 7614, 7697, 7766, 9664, 7877, 12653, 8136, 10489, 7323, 10095, 7353, 10069, 7829, 11098, 7064, 9469, 7019, 8259, 8134, 7729, 11303, 8223, 12300, 7489, 11888, 7479, 10308, 7545, 11116, 7464, 9991, 7390, 9444, 7278, 8913, 7136, 10486, 7418, 8992, 7744, 8048, 8370, 7736, 9137, 8935, 9344, 8383, 8353, 7352, 8861, 7776, 13332, 8126, 12590, 7653, 11109, 7312, 10347, 7219, 8987, 7106, 9474, 7176, 8003, 7723, 7932, 8513, 7839, 10585, 8102, 10513, 7589, 11708, 7749, 11524, 7349, 11074, 7805, 11484, 6978, 9107, 7064, 8518, 7217, 8008, 8956, 8520, 9585, 7602, 12038, 7763, 12372, 7560, 10510, 7658, 10608, 6988, 8539, 7478, 8302, 7115, 9676, 7902, 9440, 7292, 8779, 7651, 8084, 8974, 8189, 12953, 7833, 11603, 7624, 10768, 7554, 9886, 7472, 10498, 7182, 8676, 7381, 8941, 6973, 8525, 8417, 8357, 9269, 7551, 12705, 7769, 10361, 7360, 8570, 7917, 8014, 8039, 7256, 11745, 7448, 11472, 7607, 11129, 7921, 9928, 7199, 8316, 6873, 8001, 7985, 8346, 8878, 7913, 8879, 7666, 10166, 7731, 12950, 8417, 11817, 7959, 11599, 7409, 10425, 7313, 11856, 11749, 8934, 14470, 7603, 13048, 7822, 10952, 7288, 10611, 7490, 9199, 7039, 8261, 7371, 7909, 7972, 8910, 8485, 8383, 8125, 7703, 8655, 7964, 12422, 8671, 13272, 8076, 11991, 7612, 10548, 7154, 8693, 7748, 8759, 8237, 7578, 8808, 7767, 11226, 7987, 11152, 7851, 10922, 7455, 9637, 7599, 8857, 7080, 9341, 7582, 9582, 7585, 8252, 8431, 7680, 10999, 7618, 13534, 8878, 13012, 7578, 9577, 7223, 8423, 7317, 7559, 9392, 8078, 9561, 7381, 11348, 7971, 10931, 7199, 11077, 7492, 11367, 7410, 9057, 7364, 8865, 7370, 10867, 7634, 9233, 7385, 8884, 7619, 10323, 9312, 9695, 8521, 10545, 6927, 9661, 7163, 10696, 7506, 11416, 8502, 11707, 7160, 9073, 7502, 8290, 8011, 8459, 9239, 8514, 7959, 7589, 8616, 8020, 12592, 8089, 12904, 8236, 10074, 7319, 8912, 7728, 8243, 9689, 8688, 12396, 7554, 11541, 7765, 11175, 7614, 11476, 7945, 11585, 7307, 9660, 7310, 9885, 7251, 9364, 7703, 10675, 7273, 8163, 7812, 7679, 8916, 7480, 13199, 8117, 12005, 7232, 9867, 7488, 9839, 7559, 11281, 7078, 10091, 7488, 9304, 7470, 8234, 10253, 8662, 12868, 7243, 12074, 7662, 10361, 7624, 10534, 7357, 8388, 7481, 7989, 8149, 7993, 10005, 8423, 11822, 7802, 12139, 7583, 10083, 7445, 9312, 8020, 9167, 7656, 7501, 8498, 7686, 10600, 8037, 12856, 7805, 11902, 7553, 10391, 7320, 9090, 7788, 9094, 7544, 7293, 8191, 7582, 9073, 7795, 11230, 7790, 10673, 7276, 11268, 7617, 11181, 7263, 11945, 7415, 9107, 7071, 8006, 7894, 7725, 10549, 7582, 13801, 7378, 11080, 7773, 10331, 7222, 9354, 7367, 10841, 7199, 8460, 7110, 8110, 7178, 8354, 8807, 8730, 7776, 7613, 9035, 8016, 12617, 8117, 13209, 8799, 12263, 7237, 9381, 7096, 8304, 7260, 8673, 9119, 8160, 9436, 7702, 12978, 8023, 10426, 7694, 10728, 7330, 8714, 7334, 7918, 8188, 7412, 11048, 8382, 11905, 7478, 11743, 7260, 11583, 7372, 9728, 7456, 10348], 'WindowCenter': [4227.0, 4210.0, 4206.0, 4183.0, 4243.0, 4181.0, 4251.0, 4209.0, 4251.0, 4170.0, 4231.0, 4188.0, 4197.0, 4167.0, 4198.0, 4178.0, 4219.0, 4176.0, 4218.0, 4156.0, 4185.0, 4165.0, 4196.0, 4167.0, 4187.0, 4165.0, 4199.0, 4167.0, 4186.0, 4179.0, 4188.0, 4180.0, 4200.0, 4180.0, 4211.0, 4169.0, 4187.0, 4168.0, 4187.0, 4177.0, 4186.0, 4208.0, 4187.0, 4197.0, 4166.0, 4184.0, 4164.0, 4216.0, 4164.0, 4216.0, 4183.0, 4195.0, 4165.0, 4184.0, 4164.0, 4185.0, 4166.0, 4197.0, 4165.0, 4174.0, 4164.0, 4187.0, 4177.0, 4219.0, 4173.0, 4207.0, 4166.0, 4184.0, 4165.0, 4197.0, 4206.0, 4205.0, 4163.0, 4164.0, 4164.0, 4175.0, 4186.0, 4187.0, 4186.0, 4198.0, 4166.0, 4187.0, 4177.0, 4207.0, 4187.0, 4207.0, 4165.0, 4187.0, 4175.0, 4175.0, 4196.0, 4164.0, 4205.0, 4174.0, 4173.0, 4163.0, 4181.0, 4172.0, 4227.0, 4174.0, 4228.0, 4186.0, 4217.0, 4161.0, 4183.0, 4151.0, 4174.0, 4174.0, 4162.0, 4236.0, 4171.0, 4201.0, 4160.0, 4190.0, 4161.0, 4171.0, 4151.0, 4171.0, 4150.0, 4149.0, 4159.0, 4161.0, 4172.0, 4164.0, 4204.0, 4175.0, 4203.0, 4163.0, 4204.0, 4164.0, 4203.0, 4186.0, 4215.0, 4177.0, 4207.0, 4164.0, 4183.0, 4161.0, 4162.0, 4172.0, 4194.0, 4172.0, 4217.0, 4164.0, 4184.0, 4161.0, 4172.0, 4162.0, 4180.0, 4183.0, 4184.0, 4182.0, 4161.0, 4191.0, 4151.0, 4201.0, 4149.0, 4191.0, 4169.0, 4190.0, 4148.0, 4180.0, 4149.0, 4179.0, 4161.0, 4173.0, 4162.0, 4194.0, 4163.0, 4172.0, 4163.0, 4162.0, 4171.0, 4173.0, 4184.0, 4175.0, 4186.0, 4173.0, 4185.0, 4183.0, 4186.0, 4186.0, 4228.0, 4188.0, 4229.0, 4175.0, 4208.0, 4164.0, 4204.0, 4174.0, 4205.0, 4174.0, 4219.0, 4165.0, 4185.0, 4165.0, 4173.0, 4165.0, 4175.0, 4204.0, 4187.0, 4226.0, 4164.0, 4215.0, 4162.0, 4204.0, 4165.0, 4216.0, 4175.0, 4205.0, 4152.0, 4169.0, 4150.0, 4183.0, 4162.0, 4205.0, 4161.0, 4170.0, 4162.0, 4171.0, 4172.0, 4174.0, 4214.0, 4195.0, 4224.0, 4171.0, 4202.0, 4158.0, 4189.0, 4162.0, 4171.0, 4149.0, 4170.0, 4138.0, 4149.0, 4158.0, 4169.0, 4171.0, 4160.0, 4182.0, 4174.0, 4183.0, 4173.0, 4183.0, 4174.0, 4227.0, 4175.0, 4227.0, 4195.0, 4204.0, 4161.0, 4180.0, 4160.0, 4172.0, 4161.0, 4170.0, 4183.0, 4161.0, 4200.0, 4160.0, 4203.0, 4173.0, 4193.0, 4172.0, 4182.0, 4161.0, 4171.0, 4161.0, 4174.0, 4174.0, 4174.0, 4206.0, 4185.0, 4183.0, 4163.0, 4214.0, 4175.0, 4216.0, 4174.0, 4227.0, 4175.0, 4205.0, 4163.0, 4182.0, 4153.0, 4184.0, 4173.0, 4206.0, 4163.0, 4184.0, 4175.0, 4183.0, 4186.0, 4197.0, 4195.0, 4199.0, 4208.0, 4175.0, 4217.0, 4172.0, 4225.0, 4173.0, 4205.0, 4164.0, 4203.0, 4150.0, 4172.0, 4161.0, 4173.0, 4173.0, 4170.0, 4195.0, 4173.0, 4174.0, 4163.0, 4183.0, 4185.0, 4215.0, 4185.0, 4226.0, 4174.0, 4215.0, 4163.0, 4204.0, 4163.0, 4185.0, 4161.0, 4193.0, 4161.0, 4150.0, 4170.0, 4149.0, 4213.0, 4161.0, 4201.0, 4172.0, 4191.0, 4150.0, 4169.0, 4162.0, 4183.0, 4163.0, 4205.0, 4164.0, 4184.0, 4152.0, 4173.0, 4185.0, 4177.0, 4225.0, 4186.0, 4214.0, 4161.0, 4192.0, 4161.0, 4194.0, 4166.0, 4195.0, 4186.0, 4206.0, 4175.0, 4183.0, 4165.0, 4187.0, 4175.0, 4208.0, 4198.0, 4184.0, 4184.0, 4162.0, 4183.0, 4174.0, 4225.0, 4187.0, 4218.0, 4163.0, 4205.0, 4175.0, 4207.0, 4174.0, 4228.0, 4175.0, 4194.0, 4163.0, 4172.0, 4164.0, 4184.0, 4173.0, 4184.0, 4183.0, 4161.0, 4190.0, 4161.0, 4213.0, 4172.0, 4214.0, 4172.0, 4203.0, 4150.0, 4158.0, 4161.0, 4171.0, 4160.0, 4193.0, 4162.0, 4171.0, 4161.0, 4171.0, 4164.0, 4185.0, 4174.0, 4206.0, 4183.0, 4172.0, 4193.0, 4160.0, 4225.0, 4174.0, 4202.0, 4172.0, 4191.0, 4151.0, 4159.0, 4158.0, 4173.0, 4192.0, 4173.0, 4224.0, 4172.0, 4203.0, 4162.0, 4192.0, 4174.0, 4193.0, 4177.0, 4216.0, 4164.0, 4194.0, 4162.0, 4183.0, 4188.0, 4174.0, 4215.0, 4174.0, 4216.0, 4176.0, 4216.0, 4175.0, 4205.0, 4174.0, 4214.0, 4175.0, 4206.0, 4175.0, 4195.0, 4176.0, 4197.0, 4167.0, 4219.0, 4175.0, 4196.0, 4177.0, 4186.0, 4202.0, 4174.0, 4193.0, 4198.0, 4213.0, 4200.0, 4198.0, 4163.0, 4166.0, 4160.0, 4212.0, 4175.0, 4215.0, 4163.0, 4203.0, 4163.0, 4193.0, 4163.0, 4184.0, 4153.0, 4194.0, 4151.0, 4171.0, 4162.0, 4171.0, 4182.0, 4175.0, 4205.0, 4174.0, 4204.0, 4173.0, 4216.0, 4162.0, 4204.0, 4163.0, 4204.0, 4174.0, 4217.0, 4165.0, 4181.0, 4152.0, 4172.0, 4163.0, 4174.0, 4183.0, 4185.0, 4194.0, 4162.0, 4213.0, 4160.0, 4214.0, 4174.0, 4203.0, 4176.0, 4203.0, 4152.0, 4170.0, 4162.0, 4174.0, 4165.0, 4195.0, 4186.0, 4195.0, 4175.0, 4184.0, 4175.0, 4187.0, 4197.0, 4188.0, 4228.0, 4175.0, 4215.0, 4174.0, 4219.0, 4176.0, 4205.0, 4178.0, 4207.0, 4164.0, 4171.0, 4163.0, 4197.0, 4177.0, 4185.0, 4174.0, 4186.0, 4197.0, 4177.0, 4229.0, 4175.0, 4207.0, 4178.0, 4173.0, 4171.0, 4173.0, 4174.0, 4162.0, 4215.0, 4162.0, 4217.0, 4176.0, 4217.0, 4186.0, 4196.0, 4163.0, 4174.0, 4154.0, 4188.0, 4187.0, 4189.0, 4197.0, 4187.0, 4184.0, 4173.0, 4206.0, 4176.0, 4227.0, 4188.0, 4217.0, 4176.0, 4216.0, 4165.0, 4207.0, 4176.0, 4214.0, 4216.0, 4184.0, 4224.0, 4162.0, 4213.0, 4160.0, 4202.0, 4161.0, 4195.0, 4162.0, 4180.0, 4150.0, 4169.0, 4160.0, 4173.0, 4174.0, 4198.0, 4199.0, 4185.0, 4175.0, 4173.0, 4187.0, 4189.0, 4225.0, 4185.0, 4214.0, 4159.0, 4202.0, 4159.0, 4190.0, 4153.0, 4182.0, 4161.0, 4172.0, 4170.0, 4160.0, 4171.0, 4159.0, 4204.0, 4173.0, 4201.0, 4174.0, 4203.0, 4163.0, 4194.0, 4163.0, 4184.0, 4166.0, 4195.0, 4175.0, 4196.0, 4163.0, 4172.0, 4172.0, 4163.0, 4207.0, 4162.0, 4223.0, 4184.0, 4213.0, 4161.0, 4180.0, 4149.0, 4171.0, 4163.0, 4163.0, 4182.0, 4174.0, 4192.0, 4161.0, 4201.0, 4173.0, 4204.0, 4164.0, 4219.0, 4178.0, 4217.0, 4175.0, 4195.0, 4176.0, 4198.0, 4177.0, 4218.0, 4177.0, 4196.0, 4177.0, 4198.0, 4189.0, 4209.0, 4198.0, 4208.0, 4198.0, 4218.0, 4167.0, 4207.0, 4165.0, 4207.0, 4178.0, 4217.0, 4187.0, 4219.0, 4165.0, 4184.0, 4164.0, 4173.0, 4175.0, 4172.0, 4195.0, 4183.0, 4173.0, 4163.0, 4183.0, 4176.0, 4227.0, 4177.0, 4229.0, 4186.0, 4195.0, 4164.0, 4185.0, 4177.0, 4173.0, 4197.0, 4185.0, 4214.0, 4163.0, 4203.0, 4160.0, 4203.0, 4162.0, 4205.0, 4187.0, 4214.0, 4163.0, 4192.0, 4162.0, 4193.0, 4166.0, 4194.0, 4176.0, 4208.0, 4164.0, 4172.0, 4163.0, 4163.0, 4196.0, 4167.0, 4224.0, 4189.0, 4226.0, 4162.0, 4194.0, 4175.0, 4205.0, 4175.0, 4217.0, 4166.0, 4204.0, 4176.0, 4197.0, 4178.0, 4185.0, 4208.0, 4185.0, 4226.0, 4163.0, 4202.0, 4174.0, 4193.0, 4163.0, 4205.0, 4161.0, 4171.0, 4161.0, 4173.0, 4186.0, 4174.0, 4194.0, 4186.0, 4216.0, 4163.0, 4214.0, 4163.0, 4206.0, 4175.0, 4194.0, 4175.0, 4184.0, 4160.0, 4151.0, 4171.0, 4174.0, 4203.0, 4173.0, 4226.0, 4161.0, 4202.0, 4161.0, 4192.0, 4174.0, 4183.0, 4173.0, 4183.0, 4161.0, 4150.0, 4169.0, 4161.0, 4184.0, 4172.0, 4215.0, 4162.0, 4205.0, 4163.0, 4203.0, 4174.0, 4216.0, 4162.0, 4217.0, 4163.0, 4181.0, 4150.0, 4160.0, 4162.0, 4174.0, 4192.0, 4162.0, 4224.0, 4161.0, 4203.0, 4160.0, 4190.0, 4163.0, 4182.0, 4166.0, 4217.0, 4163.0, 4173.0, 4162.0, 4174.0, 4166.0, 4186.0, 4197.0, 4187.0, 4176.0, 4175.0, 4196.0, 4174.0, 4227.0, 4175.0, 4224.0, 4188.0, 4216.0, 4162.0, 4181.0, 4151.0, 4183.0, 4165.0, 4183.0, 4186.0, 4173.0, 4183.0, 4161.0, 4213.0, 4172.0, 4204.0, 4162.0, 4204.0, 4162.0, 4172.0, 4162.0, 4171.0, 4185.0, 4165.0, 4205.0, 4186.0, 4214.0, 4162.0, 4202.0, 4163.0, 4216.0, 4165.0, 4193.0, 4175.0, 4221.0], 'WindowWidth': [9390.0, 9353.0, 9338.0, 9301.0, 9382.0, 9293.0, 9390.0, 9327.0, 9386.0, 9275.0, 9361.0, 9297.0, 9306.0, 9269.0, 9310.0, 9285.0, 9341.0, 9278.0, 9336.0, 9250.0, 9287.0, 9259.0, 9305.0, 9267.0, 9293.0, 9263.0, 9312.0, 9268.0, 9293.0, 9287.0, 9298.0, 9291.0, 9315.0, 9291.0, 9331.0, 9272.0, 9296.0, 9271.0, 9294.0, 9281.0, 9293.0, 9323.0, 9295.0, 9307.0, 9265.0, 9286.0, 9258.0, 9331.0, 9259.0, 9334.0, 9284.0, 9303.0, 9261.0, 9285.0, 9263.0, 9289.0, 9266.0, 9307.0, 9262.0, 9274.0, 9260.0, 9294.0, 9284.0, 9341.0, 9275.0, 9323.0, 9266.0, 9286.0, 9263.0, 9311.0, 9321.0, 9318.0, 9259.0, 9261.0, 9260.0, 9277.0, 9296.0, 9296.0, 9292.0, 9312.0, 9268.0, 9295.0, 9287.0, 9325.0, 9295.0, 9325.0, 9263.0, 9294.0, 9279.0, 9277.0, 9308.0, 9261.0, 9318.0, 9272.0, 9272.0, 9259.0, 9280.0, 9270.0, 9353.0, 9278.0, 9355.0, 9294.0, 9336.0, 9254.0, 9285.0, 9240.0, 9275.0, 9275.0, 9256.0, 9361.0, 9265.0, 9309.0, 9249.0, 9290.0, 9252.0, 9266.0, 9239.0, 9267.0, 9236.0, 9233.0, 9247.0, 9250.0, 9270.0, 9262.0, 9312.0, 9276.0, 9313.0, 9257.0, 9314.0, 9260.0, 9311.0, 9294.0, 9331.0, 9282.0, 9322.0, 9260.0, 9283.0, 9253.0, 9254.0, 9269.0, 9301.0, 9270.0, 9337.0, 9259.0, 9285.0, 9253.0, 9267.0, 9255.0, 9277.0, 9284.0, 9285.0, 9281.0, 9250.0, 9290.0, 9234.0, 9304.0, 9234.0, 9292.0, 9261.0, 9288.0, 9231.0, 9274.0, 9234.0, 9274.0, 9253.0, 9270.0, 9256.0, 9302.0, 9256.0, 9270.0, 9257.0, 9255.0, 9267.0, 9271.0, 9286.0, 9278.0, 9292.0, 9273.0, 9292.0, 9287.0, 9295.0, 9295.0, 9353.0, 9297.0, 9356.0, 9278.0, 9324.0, 9261.0, 9314.0, 9274.0, 9317.0, 9275.0, 9343.0, 9264.0, 9290.0, 9263.0, 9273.0, 9265.0, 9278.0, 9316.0, 9297.0, 9347.0, 9260.0, 9333.0, 9254.0, 9316.0, 9262.0, 9335.0, 9276.0, 9317.0, 9242.0, 9261.0, 9236.0, 9285.0, 9255.0, 9318.0, 9253.0, 9265.0, 9254.0, 9264.0, 9269.0, 9273.0, 9327.0, 9304.0, 9345.0, 9264.0, 9310.0, 9243.0, 9287.0, 9255.0, 9265.0, 9232.0, 9262.0, 9216.0, 9232.0, 9245.0, 9259.0, 9267.0, 9250.0, 9282.0, 9275.0, 9285.0, 9271.0, 9285.0, 9273.0, 9350.0, 9276.0, 9352.0, 9303.0, 9315.0, 9252.0, 9276.0, 9249.0, 9269.0, 9253.0, 9266.0, 9283.0, 9249.0, 9303.0, 9248.0, 9310.0, 9272.0, 9296.0, 9268.0, 9282.0, 9254.0, 9266.0, 9253.0, 9275.0, 9275.0, 9273.0, 9321.0, 9291.0, 9287.0, 9257.0, 9328.0, 9277.0, 9334.0, 9276.0, 9352.0, 9279.0, 9315.0, 9256.0, 9281.0, 9245.0, 9287.0, 9271.0, 9322.0, 9260.0, 9288.0, 9277.0, 9286.0, 9296.0, 9311.0, 9306.0, 9314.0, 9325.0, 9275.0, 9335.0, 9266.0, 9344.0, 9273.0, 9316.0, 9260.0, 9312.0, 9238.0, 9267.0, 9252.0, 9271.0, 9272.0, 9265.0, 9304.0, 9271.0, 9273.0, 9258.0, 9284.0, 9289.0, 9333.0, 9291.0, 9349.0, 9274.0, 9331.0, 9257.0, 9311.0, 9257.0, 9287.0, 9252.0, 9299.0, 9250.0, 9235.0, 9261.0, 9230.0, 9326.0, 9252.0, 9304.0, 9269.0, 9290.0, 9236.0, 9259.0, 9253.0, 9285.0, 9259.0, 9317.0, 9259.0, 9286.0, 9242.0, 9271.0, 9292.0, 9282.0, 9344.0, 9293.0, 9329.0, 9253.0, 9294.0, 9251.0, 9302.0, 9268.0, 9303.0, 9296.0, 9320.0, 9276.0, 9284.0, 9265.0, 9299.0, 9279.0, 9328.0, 9312.0, 9288.0, 9286.0, 9256.0, 9286.0, 9274.0, 9344.0, 9298.0, 9338.0, 9259.0, 9317.0, 9279.0, 9323.0, 9276.0, 9353.0, 9275.0, 9301.0, 9256.0, 9266.0, 9261.0, 9285.0, 9270.0, 9287.0, 9283.0, 9250.0, 9289.0, 9251.0, 9327.0, 9268.0, 9328.0, 9267.0, 9311.0, 9235.0, 9242.0, 9253.0, 9264.0, 9249.0, 9298.0, 9255.0, 9266.0, 9254.0, 9266.0, 9263.0, 9289.0, 9274.0, 9321.0, 9284.0, 9267.0, 9295.0, 9248.0, 9344.0, 9273.0, 9309.0, 9270.0, 9293.0, 9238.0, 9245.0, 9243.0, 9269.0, 9296.0, 9269.0, 9343.0, 9266.0, 9311.0, 9252.0, 9295.0, 9275.0, 9298.0, 9282.0, 9332.0, 9260.0, 9300.0, 9256.0, 9286.0, 9298.0, 9274.0, 9332.0, 9273.0, 9333.0, 9278.0, 9332.0, 9276.0, 9316.0, 9273.0, 9329.0, 9280.0, 9319.0, 9277.0, 9305.0, 9282.0, 9310.0, 9270.0, 9342.0, 9278.0, 9308.0, 9280.0, 9293.0, 9324.0, 9273.0, 9298.0, 9314.0, 9343.0, 9318.0, 9314.0, 9257.0, 9248.0, 9248.0, 9321.0, 9276.0, 9332.0, 9256.0, 9310.0, 9258.0, 9297.0, 9259.0, 9286.0, 9245.0, 9300.0, 9237.0, 9265.0, 9252.0, 9264.0, 9280.0, 9277.0, 9314.0, 9272.0, 9312.0, 9269.0, 9330.0, 9256.0, 9313.0, 9258.0, 9313.0, 9272.0, 9336.0, 9262.0, 9278.0, 9239.0, 9265.0, 9258.0, 9272.0, 9285.0, 9288.0, 9298.0, 9253.0, 9324.0, 9249.0, 9327.0, 9274.0, 9311.0, 9278.0, 9311.0, 9239.0, 9261.0, 9252.0, 9273.0, 9262.0, 9304.0, 9292.0, 9303.0, 9277.0, 9289.0, 9274.0, 9297.0, 9308.0, 9299.0, 9355.0, 9275.0, 9331.0, 9273.0, 9340.0, 9280.0, 9318.0, 9287.0, 9323.0, 9263.0, 9266.0, 9257.0, 9309.0, 9283.0, 9290.0, 9272.0, 9291.0, 9309.0, 9283.0, 9355.0, 9278.0, 9320.0, 9284.0, 9268.0, 9265.0, 9270.0, 9271.0, 9255.0, 9328.0, 9255.0, 9338.0, 9278.0, 9338.0, 9292.0, 9304.0, 9258.0, 9272.0, 9248.0, 9299.0, 9297.0, 9299.0, 9310.0, 9294.0, 9287.0, 9270.0, 9320.0, 9282.0, 9352.0, 9300.0, 9336.0, 9279.0, 9333.0, 9261.0, 9323.0, 9279.0, 9329.0, 9333.0, 9285.0, 9342.0, 9251.0, 9323.0, 9246.0, 9308.0, 9250.0, 9301.0, 9253.0, 9274.0, 9235.0, 9260.0, 9250.0, 9273.0, 9272.0, 9313.0, 9316.0, 9291.0, 9277.0, 9272.0, 9295.0, 9299.0, 9342.0, 9290.0, 9329.0, 9245.0, 9305.0, 9243.0, 9287.0, 9242.0, 9281.0, 9250.0, 9266.0, 9262.0, 9247.0, 9263.0, 9246.0, 9312.0, 9268.0, 9305.0, 9273.0, 9309.0, 9255.0, 9298.0, 9255.0, 9287.0, 9265.0, 9302.0, 9276.0, 9303.0, 9257.0, 9267.0, 9265.0, 9255.0, 9321.0, 9256.0, 9340.0, 9288.0, 9325.0, 9250.0, 9275.0, 9233.0, 9263.0, 9257.0, 9256.0, 9280.0, 9271.0, 9294.0, 9250.0, 9306.0, 9269.0, 9313.0, 9262.0, 9341.0, 9286.0, 9337.0, 9279.0, 9304.0, 9279.0, 9312.0, 9284.0, 9340.0, 9282.0, 9306.0, 9282.0, 9314.0, 9301.0, 9327.0, 9312.0, 9325.0, 9312.0, 9339.0, 9270.0, 9322.0, 9265.0, 9322.0, 9287.0, 9336.0, 9296.0, 9340.0, 9263.0, 9286.0, 9257.0, 9270.0, 9275.0, 9267.0, 9302.0, 9283.0, 9270.0, 9257.0, 9282.0, 9279.0, 9350.0, 9280.0, 9355.0, 9291.0, 9302.0, 9259.0, 9288.0, 9283.0, 9270.0, 9306.0, 9288.0, 9326.0, 9254.0, 9310.0, 9249.0, 9309.0, 9257.0, 9314.0, 9296.0, 9329.0, 9256.0, 9294.0, 9254.0, 9297.0, 9265.0, 9302.0, 9278.0, 9326.0, 9259.0, 9268.0, 9254.0, 9254.0, 9306.0, 9266.0, 9342.0, 9301.0, 9349.0, 9255.0, 9299.0, 9276.0, 9316.0, 9279.0, 9335.0, 9266.0, 9316.0, 9278.0, 9306.0, 9285.0, 9288.0, 9323.0, 9287.0, 9345.0, 9253.0, 9307.0, 9270.0, 9297.0, 9255.0, 9317.0, 9252.0, 9265.0, 9251.0, 9268.0, 9294.0, 9273.0, 9300.0, 9293.0, 9331.0, 9256.0, 9327.0, 9256.0, 9320.0, 9277.0, 9301.0, 9274.0, 9284.0, 9249.0, 9236.0, 9261.0, 9273.0, 9310.0, 9271.0, 9347.0, 9252.0, 9307.0, 9250.0, 9294.0, 9276.0, 9284.0, 9272.0, 9285.0, 9250.0, 9235.0, 9258.0, 9251.0, 9285.0, 9269.0, 9330.0, 9255.0, 9316.0, 9257.0, 9312.0, 9274.0, 9331.0, 9256.0, 9334.0, 9254.0, 9277.0, 9236.0, 9248.0, 9253.0, 9273.0, 9293.0, 9256.0, 9343.0, 9251.0, 9308.0, 9248.0, 9289.0, 9259.0, 9283.0, 9266.0, 9336.0, 9258.0, 9270.0, 9255.0, 9273.0, 9268.0, 9292.0, 9310.0, 9295.0, 9280.0, 9276.0, 9305.0, 9273.0, 9352.0, 9278.0, 9344.0, 9297.0, 9333.0, 9254.0, 9278.0, 9238.0, 9285.0, 9264.0, 9283.0, 9291.0, 9270.0, 9283.0, 9250.0, 9323.0, 9268.0, 9315.0, 9254.0, 9315.0, 9253.0, 9266.0, 9254.0, 9265.0, 9290.0, 9262.0, 9315.0, 9293.0, 9329.0, 9254.0, 9308.0, 9255.0, 9330.0, 9262.0, 9299.0, 9278.0, 9348.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.0015890218642117377</td></tr>
<tr><td colspan=3>aqi</td><td>0.019529860989643266</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.06858483778803</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1752294474884801</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016475628191245</td></tr>
<tr><td colspan=3>efc</td><td>0.5185</td></tr>
<tr><td colspan=3>fber</td><td>3178.5349</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08930892758065648</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.8411967779056386</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6839693159905544</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.61547193764229</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9506842023774795</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.485751807951895</td></tr>
<tr><td colspan=3>gcor</td><td>0.00566275</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012039395049214363</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036311931908130646</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.752408856731318</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>11.8726</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.0356</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.5409</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1118.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.5795</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.783</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.0263</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.6546</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.589</td></tr>
<tr><td colspan=3>tsnr</td><td>38.544010357931256</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>