<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0122_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0122_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0122_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0122_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0122_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0122_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0122_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0122_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-03/func/sub-0122_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>bedbb381b4581868791cf97fb05f56f0</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:15:17.030000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995401, 0.0405339, -0.0867932, -0.0420678, 0.998988, -0.0159161]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.081078</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4198, -7741, -7193, 435, -180, 129, 20, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ccf2b443-0e36-4e51-a318-3522c32b11e3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6705892086029053, -0.11286469548940659, -0.23236265778541565, 117.4312515258789], [-0.10874950140714645, 2.6802117824554443, -0.05263418331742287, -102.65340423583984], [-0.23285986483097076, 0.042701832950115204, 2.6894679069519043, -56.507843017578125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['171517.030000', '171517.490000', '171517.950000', '171518.410000', '171518.870000', '171519.330000', '171519.790000', '171520.250000', '171520.710000', '171521.170000', '171521.630000', '171522.090000', '171522.550000', '171523.010000', '171523.470000', '171523.930000', '171524.390000', '171524.850000', '171525.310000', '171525.770000', '171526.230000', '171526.690000', '171527.150000', '171527.610000', '171528.070000', '171528.530000', '171528.990000', '171529.450000', '171529.910000', '171530.370000', '171530.830000', '171531.290000', '171531.750000', '171532.210000', '171532.670000', '171533.130000', '171533.590000', '171534.050000', '171534.510000', '171534.970000', '171535.430000', '171535.890000', '171536.350000', '171536.810000', '171537.270000', '171537.730000', '171538.190000', '171538.650000', '171539.110000', '171539.570000', '171540.030000', '171540.490000', '171540.950000', '171541.410000', '171541.870000', '171542.330000', '171542.790000', '171543.250000', '171543.710000', '171544.170000', '171544.630000', '171545.090000', '171545.550000', '171546.010000', '171546.470000', '171546.930000', '171547.390000', '171547.850000', '171548.310000', '171548.770000', '171549.230000', '171549.690000', '171550.150000', '171550.610000', '171551.070000', '171551.530000', '171551.990000', '171552.450000', '171552.910000', '171553.370000', '171553.830000', '171554.290000', '171554.750000', '171555.210000', '171555.670000', '171556.130000', '171556.590000', '171557.050000', '171557.510000', '171557.970000', '171558.430000', '171558.890000', '171559.350000', '171559.810000', '171600.270000', '171600.730000', '171601.190000', '171601.650000', '171602.110000', '171602.570000', '171603.030000', '171603.490000', '171603.950000', '171604.410000', '171604.870000', '171605.330000', '171605.790000', '171606.250000', '171606.710000', '171607.170000', '171607.630000', '171608.090000', '171608.550000', '171609.010000', '171609.470000', '171609.930000', '171610.390000', '171610.850000', '171611.310000', '171611.770000', '171612.230000', '171612.690000', '171613.150000', '171613.610000', '171614.070000', '171614.530000', '171614.990000', '171615.450000', '171615.910000', '171616.370000', '171616.830000', '171617.290000', '171617.750000', '171618.210000', '171618.670000', '171619.130000', '171619.590000', '171620.050000', '171620.510000', '171620.970000', '171621.430000', '171621.890000', '171622.350000', '171622.810000', '171623.270000', '171623.730000', '171624.190000', '171624.650000', '171625.110000', '171625.570000', '171626.030000', '171626.490000', '171626.950000', '171627.410000', '171627.870000', '171628.330000', '171628.790000', '171629.250000', '171629.710000', '171630.170000', '171630.630000', '171631.090000', '171631.550000', '171632.010000', '171632.470000', '171632.930000', '171633.390000', '171633.850000', '171634.310000', '171634.770000', '171635.230000', '171635.690000', '171636.150000', '171636.610000', '171637.070000', '171637.530000', '171637.990000', '171638.450000', '171638.910000', '171639.370000', '171639.830000', '171640.290000', '171640.750000', '171641.210000', '171641.670000', '171642.130000', '171642.590000', '171643.050000', '171643.510000', '171643.970000', '171644.430000', '171644.890000', '171645.350000', '171645.810000', '171646.270000', '171646.730000', '171647.190000', '171647.650000', '171648.110000', '171648.570000', '171649.030000', '171649.490000', '171649.950000', '171650.410000', '171650.870000', '171651.330000', '171651.790000', '171652.250000', '171652.710000', '171653.170000', '171653.630000', '171654.090000', '171654.550000', '171655.010000', '171655.470000', '171655.930000', '171656.390000', '171656.850000', '171657.310000', '171657.770000', '171658.230000', '171658.690000', '171659.150000', '171659.610000', '171700.070000', '171700.530000', '171700.990000', '171701.450000', '171701.910000', '171702.370000', '171702.830000', '171703.290000', '171703.750000', '171704.210000', '171704.670000', '171705.130000', '171705.590000', '171706.050000', '171706.510000', '171706.970000', '171707.430000', '171707.890000', '171708.350000', '171708.810000', '171709.270000', '171709.730000', '171710.190000', '171710.650000', '171711.110000', '171711.570000', '171712.030000', '171712.490000', '171712.950000', '171713.410000', '171713.870000', '171714.330000', '171714.790000', '171715.250000', '171715.710000', '171716.170000', '171716.630000', '171717.090000', '171717.550000', '171718.010000', '171718.470000', '171718.930000', '171719.390000', '171719.850000', '171720.310000', '171720.770000', '171721.230000', '171721.690000', '171722.150000', '171722.610000', '171723.070000', '171723.530000', '171723.990000', '171724.450000', '171724.910000', '171725.370000', '171725.830000', '171726.290000', '171726.750000', '171727.210000', '171727.670000', '171728.130000', '171728.590000', '171729.050000', '171729.510000', '171729.970000', '171730.430000', '171730.890000', '171731.350000', '171731.810000', '171732.270000', '171732.730000', '171733.190000', '171733.650000', '171734.110000', '171734.570000', '171735.030000', '171735.490000', '171735.950000', '171736.410000', '171736.870000', '171737.330000', '171737.790000', '171738.250000', '171738.710000', '171739.170000', '171739.630000', '171740.090000', '171740.550000', '171741.010000', '171741.470000', '171741.930000', '171742.390000', '171742.850000', '171743.310000', '171743.770000', '171744.230000', '171744.690000', '171745.150000', '171745.610000', '171746.070000', '171746.530000', '171746.990000', '171747.450000', '171747.910000', '171748.370000', '171748.830000', '171749.290000', '171749.750000', '171750.210000', '171750.670000', '171751.130000', '171751.590000', '171752.050000', '171752.510000', '171752.970000', '171753.430000', '171753.890000', '171754.350000', '171754.810000', '171755.270000', '171755.730000', '171756.190000', '171756.650000', '171757.110000', '171757.570000', '171758.030000', '171758.490000', '171758.950000', '171759.410000', '171759.870000', '171800.330000', '171800.790000', '171801.250000', '171801.710000', '171802.170000', '171802.630000', '171803.090000', '171803.550000', '171804.010000', '171804.470000', '171804.930000', '171805.390000', '171805.850000', '171806.310000', '171806.770000', '171807.230000', '171807.690000', '171808.150000', '171808.610000', '171809.070000', '171809.530000', '171809.990000', '171810.450000', '171810.910000', '171811.370000', '171811.830000', '171812.290000', '171812.750000', '171813.210000', '171813.670000', '171814.130000', '171814.590000', '171815.050000', '171815.510000', '171815.970000', '171816.430000', '171816.890000', '171817.350000', '171817.810000', '171818.270000', '171818.730000', '171819.190000', '171819.650000', '171820.110000', '171820.570000', '171821.030000', '171821.490000', '171821.950000', '171822.410000', '171822.870000', '171823.330000', '171823.790000', '171824.250000', '171824.710000', '171825.170000', '171825.630000', '171826.090000', '171826.550000', '171827.010000', '171827.470000', '171827.930000', '171828.390000', '171828.850000', '171829.310000', '171829.770000', '171830.230000', '171830.690000', '171831.150000', '171831.610000', '171832.070000', '171832.530000', '171832.990000', '171833.450000', '171833.910000', '171834.370000', '171834.830000', '171835.290000', '171835.750000', '171836.210000', '171836.670000', '171837.130000', '171837.590000', '171838.050000', '171838.510000', '171838.970000', '171839.430000', '171839.890000', '171840.350000', '171840.810000', '171841.270000', '171841.730000', '171842.190000', '171842.650000', '171843.110000', '171843.570000', '171844.030000', '171844.490000', '171844.950000', '171845.410000', '171845.870000', '171846.330000', '171846.790000', '171847.250000', '171847.710000', '171848.170000', '171848.630000', '171849.090000', '171849.550000', '171850.010000', '171850.470000', '171850.930000', '171851.390000', '171851.850000', '171852.310000', '171852.770000', '171853.230000', '171853.690000', '171854.150000', '171854.610000', '171855.070000', '171855.530000', '171855.990000', '171856.450000', '171856.910000', '171857.370000', '171857.830000', '171858.290000', '171858.750000', '171859.210000', '171859.670000', '171900.130000', '171900.590000', '171901.050000', '171901.510000', '171901.970000', '171902.430000', '171902.890000', '171903.350000', '171903.810000', '171904.270000', '171904.730000', '171905.190000', '171905.650000', '171906.110000', '171906.570000', '171907.030000', '171907.490000', '171907.950000', '171908.410000', '171908.870000', '171909.330000', '171909.790000', '171910.250000', '171910.710000', '171911.170000', '171911.630000', '171912.090000', '171912.550000', '171913.010000', '171913.470000', '171913.930000', '171914.390000', '171914.850000', '171915.310000', '171915.770000', '171916.230000', '171916.690000', '171917.150000', '171917.610000', '171918.070000', '171918.530000', '171918.990000', '171919.450000', '171919.910000', '171920.370000', '171920.830000', '171921.290000', '171921.750000', '171922.210000', '171922.670000', '171923.130000', '171923.590000', '171924.050000', '171924.510000', '171924.970000', '171925.430000', '171925.890000', '171926.350000', '171926.810000', '171927.270000', '171927.730000', '171928.190000', '171928.650000', '171929.110000', '171929.570000', '171930.030000', '171930.490000', '171930.950000', '171931.410000', '171931.870000', '171932.330000', '171932.790000', '171933.250000', '171933.710000', '171934.170000', '171934.630000', '171935.090000', '171935.550000', '171936.010000', '171936.470000', '171936.930000', '171937.390000', '171937.850000', '171938.310000', '171938.770000', '171939.230000', '171939.690000', '171940.150000', '171940.610000', '171941.070000', '171941.530000', '171941.990000', '171942.450000', '171942.910000', '171943.370000', '171943.830000', '171944.290000', '171944.750000', '171945.210000', '171945.670000', '171946.130000', '171946.590000', '171947.050000', '171947.510000', '171947.970000', '171948.430000', '171948.890000', '171949.350000', '171949.810000', '171950.270000', '171950.730000', '171951.190000', '171951.650000', '171952.110000', '171952.570000', '171953.030000', '171953.490000', '171953.950000', '171954.410000', '171954.870000', '171955.330000', '171955.790000', '171956.250000', '171956.710000', '171957.170000', '171957.630000', '171958.090000', '171958.550000', '171959.010000', '171959.470000', '171959.930000', '172000.390000', '172000.850000', '172001.310000', '172001.770000', '172002.230000', '172002.690000', '172003.150000', '172003.610000', '172004.070000', '172004.530000', '172004.990000', '172005.450000', '172005.910000', '172006.370000', '172006.830000', '172007.290000', '172007.750000', '172008.210000', '172008.670000', '172009.130000', '172009.590000', '172010.050000', '172010.510000', '172010.970000', '172011.430000', '172011.890000', '172012.350000', '172012.810000', '172013.270000', '172013.730000', '172014.190000', '172014.650000', '172015.110000', '172015.570000', '172016.030000', '172016.490000', '172016.950000', '172017.410000', '172017.870000', '172018.330000', '172018.790000', '172019.250000', '172019.710000', '172020.170000', '172020.630000', '172021.090000', '172021.550000', '172022.010000', '172022.470000', '172022.930000', '172023.390000', '172023.850000', '172024.310000', '172024.770000', '172025.230000', '172025.690000', '172026.150000', '172026.610000', '172027.070000', '172027.530000', '172027.990000', '172028.450000', '172028.910000', '172029.370000', '172029.830000', '172030.290000', '172030.750000', '172031.210000', '172031.670000', '172032.130000', '172032.590000', '172033.050000', '172033.510000', '172033.970000', '172034.430000', '172034.890000', '172035.350000', '172035.810000', '172036.270000', '172036.730000', '172037.190000', '172037.650000', '172038.110000', '172038.570000', '172039.030000', '172039.490000', '172039.950000', '172040.410000', '172040.870000', '172041.330000', '172041.790000', '172042.250000', '172042.710000', '172043.170000', '172043.630000', '172044.090000', '172044.550000', '172045.010000', '172045.470000', '172045.930000', '172046.390000', '172046.850000', '172047.310000', '172047.770000', '172048.230000', '172048.690000', '172049.150000', '172049.610000', '172050.070000', '172050.530000', '172050.990000', '172051.450000', '172051.910000', '172052.370000', '172052.830000', '172053.290000', '172053.750000', '172054.210000', '172054.670000', '172055.130000', '172055.590000', '172056.050000', '172056.510000', '172056.970000', '172057.430000', '172057.890000', '172058.350000', '172058.810000', '172059.270000', '172059.730000', '172100.190000', '172100.650000', '172101.110000', '172101.570000', '172102.030000', '172102.490000', '172102.950000', '172103.410000', '172103.870000', '172104.330000', '172104.790000', '172105.250000', '172105.710000', '172106.170000', '172106.630000', '172107.090000', '172107.550000', '172108.010000', '172108.470000', '172108.930000', '172109.390000', '172109.850000', '172110.310000', '172110.770000', '172111.230000', '172111.690000', '172112.150000', '172112.610000', '172113.070000', '172113.530000', '172113.990000', '172114.450000', '172114.910000', '172115.370000', '172115.830000', '172116.290000', '172116.750000', '172117.210000', '172117.670000', '172118.130000', '172118.590000', '172119.050000', '172119.510000', '172119.970000', '172120.430000', '172120.890000', '172121.350000', '172121.810000', '172122.270000', '172122.730000', '172123.190000', '172123.650000', '172124.110000', '172124.570000', '172125.030000', '172125.490000', '172125.950000', '172126.410000', '172126.870000', '172127.330000', '172127.790000', '172128.250000', '172128.710000', '172129.170000', '172129.630000', '172130.090000', '172130.550000', '172131.010000', '172131.470000', '172131.930000', '172132.390000', '172132.850000', '172133.310000', '172133.770000', '172134.230000', '172134.690000', '172135.150000', '172135.610000', '172136.070000', '172136.530000', '172136.990000', '172137.450000', '172137.910000', '172138.370000', '172138.830000', '172139.290000', '172139.750000', '172140.210000', '172140.670000', '172141.130000', '172141.590000', '172142.050000', '172142.510000', '172142.970000', '172143.430000', '172143.890000', '172144.350000', '172144.810000', '172145.270000', '172145.730000', '172146.190000', '172146.650000', '172147.110000', '172147.570000', '172148.030000', '172148.490000', '172148.950000', '172149.410000', '172149.870000', '172150.330000', '172150.790000', '172151.250000', '172151.710000', '172152.170000', '172152.630000', '172153.090000', '172153.550000', '172154.010000', '172154.470000', '172154.930000', '172155.390000', '172155.850000', '172156.310000', '172156.770000', '172157.230000', '172157.690000'], 'ContentTime': ['171536.778000', '171536.782000', '171536.784000', '171536.787000', '171536.790000', '171536.792000', '171536.795000', '171536.797000', '171536.800000', '171536.803000', '171536.805000', '171536.808000', '171536.810000', '171536.813000', '171536.815000', '171536.818000', '171536.821000', '171536.828000', '171536.831000', '171536.833000', '171536.836000', '171536.838000', '171536.841000', '171536.843000', '171536.846000', '171536.848000', '171536.851000', '171536.854000', '171536.856000', '171536.859000', '171536.861000', '171536.864000', '171536.867000', '171536.869000', '171536.872000', '171536.874000', '171536.877000', '171536.879000', '171536.882000', '171536.884000', '171536.887000', '171556.739000', '171556.742000', '171556.745000', '171556.747000', '171556.750000', '171556.752000', '171556.755000', '171556.757000', '171556.760000', '171556.762000', '171556.765000', '171556.776000', '171556.778000', '171556.781000', '171556.784000', '171556.786000', '171556.789000', '171556.791000', '171556.794000', '171556.796000', '171556.799000', '171556.802000', '171556.804000', '171556.807000', '171556.809000', '171556.812000', '171556.814000', '171556.817000', '171556.819000', '171556.822000', '171556.825000', '171556.827000', '171556.830000', '171556.832000', '171556.835000', '171556.837000', '171556.840000', '171556.842000', '171556.845000', '171556.847000', '171556.850000', '171556.852000', '171556.855000', '171616.739000', '171616.742000', '171616.745000', '171616.747000', '171616.750000', '171616.753000', '171616.756000', '171616.759000', '171616.761000', '171616.764000', '171616.766000', '171616.769000', '171616.771000', '171616.774000', '171616.776000', '171616.779000', '171616.781000', '171616.784000', '171616.787000', '171616.790000', '171616.792000', '171616.795000', '171616.797000', '171616.800000', '171616.807000', '171616.810000', '171616.812000', '171616.815000', '171616.817000', '171616.820000', '171616.822000', '171616.825000', '171616.827000', '171616.830000', '171616.832000', '171616.835000', '171616.837000', '171616.840000', '171616.843000', '171616.845000', '171616.848000', '171616.850000', '171616.853000', '171636.739000', '171636.742000', '171636.745000', '171636.747000', '171636.750000', '171636.752000', '171636.755000', '171636.757000', '171636.760000', '171636.762000', '171636.765000', '171636.767000', '171636.770000', '171636.773000', '171636.775000', '171636.778000', '171636.780000', '171636.783000', '171636.785000', '171636.788000', '171636.790000', '171636.793000', '171636.795000', '171636.798000', '171636.801000', '171636.803000', '171636.806000', '171636.808000', '171636.811000', '171636.813000', '171636.816000', '171636.818000', '171636.821000', '171636.824000', '171636.826000', '171636.829000', '171636.831000', '171636.834000', '171636.836000', '171636.839000', '171636.841000', '171636.844000', '171636.846000', '171636.849000', '171656.739000', '171656.742000', '171656.745000', '171656.747000', '171656.750000', '171656.753000', '171656.756000', '171656.759000', '171656.761000', '171656.764000', '171656.766000', '171656.769000', '171656.771000', '171656.774000', '171656.777000', '171656.779000', '171656.782000', '171656.784000', '171656.787000', '171656.789000', '171656.792000', '171656.794000', '171656.797000', '171656.799000', '171656.824000', '171656.827000', '171656.829000', '171656.832000', '171656.834000', '171656.837000', '171656.839000', '171656.842000', '171656.844000', '171656.847000', '171656.849000', '171656.852000', '171656.854000', '171656.857000', '171656.859000', '171656.862000', '171656.865000', '171656.867000', '171656.870000', '171716.739000', '171716.742000', '171716.745000', '171716.747000', '171716.750000', '171716.752000', '171716.755000', '171716.757000', '171716.760000', '171716.762000', '171716.765000', '171716.768000', '171716.783000', '171716.786000', '171716.789000', '171716.791000', '171716.794000', '171716.796000', '171716.799000', '171716.882000', '171716.884000', '171716.887000', '171716.889000', '171716.892000', '171716.895000', '171716.897000', '171716.900000', '171716.902000', '171716.905000', '171716.907000', '171716.910000', '171716.912000', '171716.915000', '171716.918000', '171716.920000', '171716.923000', '171716.925000', '171716.928000', '171716.930000', '171716.933000', '171716.936000', '171716.938000', '171716.941000', '171716.943000', '171736.739000', '171736.742000', '171736.745000', '171736.747000', '171736.750000', '171736.752000', '171736.755000', '171736.757000', '171736.760000', '171736.762000', '171736.765000', '171736.768000', '171736.770000', '171736.773000', '171736.776000', '171736.778000', '171736.781000', '171736.783000', '171736.786000', '171736.788000', '171736.791000', '171736.794000', '171736.797000', '171736.800000', '171736.847000', '171736.850000', '171736.852000', '171736.855000', '171736.857000', '171736.860000', '171736.862000', '171736.865000', '171736.867000', '171736.870000', '171736.872000', '171736.875000', '171736.878000', '171736.881000', '171736.883000', '171736.886000', '171736.888000', '171736.891000', '171736.894000', '171756.740000', '171756.742000', '171756.745000', '171756.747000', '171756.750000', '171756.753000', '171756.755000', '171756.758000', '171756.760000', '171756.763000', '171756.765000', '171756.768000', '171756.770000', '171756.773000', '171756.775000', '171756.778000', '171756.781000', '171756.783000', '171756.786000', '171756.788000', '171756.791000', '171756.794000', '171756.796000', '171756.799000', '171756.802000', '171756.804000', '171756.807000', '171756.809000', '171756.812000', '171756.814000', '171756.817000', '171756.819000', '171756.822000', '171756.824000', '171756.827000', '171756.830000', '171756.832000', '171756.835000', '171756.837000', '171756.840000', '171756.852000', '171756.854000', '171756.857000', '171756.859000', '171816.739000', '171816.742000', '171816.745000', '171816.747000', '171816.750000', '171816.753000', '171816.755000', '171816.758000', '171816.760000', '171816.763000', '171816.765000', '171816.768000', '171816.770000', '171816.773000', '171816.775000', '171816.778000', '171816.781000', '171816.783000', '171816.786000', '171816.788000', '171816.791000', '171816.793000', '171816.796000', '171816.799000', '171816.820000', '171816.823000', '171816.825000', '171816.828000', '171816.830000', '171816.833000', '171816.836000', '171816.838000', '171816.841000', '171816.843000', '171816.846000', '171816.848000', '171816.851000', '171816.853000', '171816.856000', '171816.858000', '171816.861000', '171816.863000', '171816.866000', '171836.739000', '171836.742000', '171836.745000', '171836.747000', '171836.750000', '171836.752000', '171836.755000', '171836.758000', '171836.760000', '171836.763000', '171836.765000', '171836.768000', '171836.770000', '171836.773000', '171836.775000', '171836.778000', '171836.781000', '171836.783000', '171836.786000', '171836.788000', '171836.791000', '171836.793000', '171836.796000', '171836.799000', '171836.868000', '171836.870000', '171836.873000', '171836.875000', '171836.884000', '171836.886000', '171836.889000', '171836.892000', '171836.894000', '171836.897000', '171836.899000', '171836.902000', '171836.904000', '171836.907000', '171836.910000', '171836.912000', '171836.915000', '171836.917000', '171836.920000', '171836.922000', '171856.739000', '171856.742000', '171856.745000', '171856.747000', '171856.750000', '171856.752000', '171856.755000', '171856.785000', '171856.787000', '171856.790000', '171856.793000', '171856.795000', '171856.798000', '171856.800000', '171856.803000', '171856.806000', '171856.809000', '171856.812000', '171856.815000', '171856.817000', '171856.820000', '171856.822000', '171856.825000', '171856.827000', '171856.830000', '171856.832000', '171856.835000', '171856.837000', '171856.840000', '171856.842000', '171856.845000', '171856.848000', '171856.850000', '171856.853000', '171856.855000', '171856.858000', '171856.860000', '171856.863000', '171856.867000', '171856.869000', '171856.872000', '171856.874000', '171856.877000', '171916.740000', '171916.742000', '171916.745000', '171916.747000', '171916.750000', '171916.752000', '171916.755000', '171916.758000', '171916.760000', '171916.763000', '171916.765000', '171916.768000', '171916.771000', '171916.773000', '171916.776000', '171916.778000', '171916.781000', '171916.783000', '171916.786000', '171916.789000', '171916.791000', '171916.794000', '171916.797000', '171916.799000', '171916.845000', '171916.848000', '171916.850000', '171916.853000', '171916.855000', '171916.858000', '171916.861000', '171916.863000', '171916.866000', '171916.868000', '171916.871000', '171916.873000', '171916.876000', '171916.879000', '171916.881000', '171916.884000', '171916.886000', '171916.889000', '171916.891000', '171916.894000', '171936.740000', '171936.742000', '171936.745000', '171936.747000', '171936.750000', '171936.753000', '171936.755000', '171936.758000', '171936.760000', '171936.763000', '171936.765000', '171936.768000', '171936.771000', '171936.773000', '171936.776000', '171936.778000', '171936.781000', '171936.783000', '171936.786000', '171936.789000', '171936.791000', '171936.794000', '171936.796000', '171936.799000', '171936.833000', '171936.836000', '171936.838000', '171936.841000', '171936.843000', '171936.846000', '171936.848000', '171936.851000', '171936.854000', '171936.856000', '171936.859000', '171936.861000', '171936.864000', '171936.866000', '171936.869000', '171936.871000', '171936.874000', '171936.876000', '171936.879000', '171956.739000', '171956.742000', '171956.745000', '171956.747000', '171956.750000', '171956.753000', '171956.755000', '171956.758000', '171956.760000', '171956.763000', '171956.765000', '171956.768000', '171956.771000', '171956.773000', '171956.776000', '171956.779000', '171956.781000', '171956.784000', '171956.786000', '171956.789000', '171956.791000', '171956.794000', '171956.797000', '171956.799000', '171956.848000', '171956.850000', '171956.853000', '171956.855000', '171956.858000', '171956.860000', '171956.863000', '171956.866000', '171956.869000', '171956.871000', '171956.874000', '171956.876000', '171956.879000', '171956.881000', '171956.884000', '171956.887000', '171956.889000', '171956.892000', '171956.894000', '171956.897000', '172016.739000', '172016.742000', '172016.745000', '172016.748000', '172016.750000', '172016.753000', '172016.755000', '172016.758000', '172016.760000', '172016.763000', '172016.765000', '172016.768000', '172016.770000', '172016.773000', '172016.776000', '172016.778000', '172016.781000', '172016.805000', '172016.859000', '172016.861000', '172016.864000', '172016.866000', '172016.869000', '172016.872000', '172016.874000', '172016.877000', '172016.879000', '172016.882000', '172016.884000', '172016.887000', '172016.889000', '172016.892000', '172016.894000', '172016.897000', '172016.900000', '172016.902000', '172016.905000', '172016.908000', '172016.911000', '172016.913000', '172016.916000', '172016.919000', '172016.921000', '172036.740000', '172036.742000', '172036.745000', '172036.748000', '172036.750000', '172036.753000', '172036.755000', '172036.758000', '172036.760000', '172036.763000', '172036.765000', '172036.768000', '172036.771000', '172036.773000', '172036.776000', '172036.779000', '172036.781000', '172036.784000', '172036.786000', '172036.789000', '172036.791000', '172036.794000', '172036.797000', '172036.799000', '172036.851000', '172036.853000', '172036.856000', '172036.858000', '172036.861000', '172036.863000', '172036.866000', '172036.869000', '172036.871000', '172036.874000', '172036.876000', '172036.879000', '172036.881000', '172036.884000', '172036.886000', '172036.889000', '172036.892000', '172036.894000', '172036.897000', '172036.899000', '172056.739000', '172056.742000', '172056.745000', '172056.747000', '172056.750000', '172056.752000', '172056.755000', '172056.758000', '172056.760000', '172056.763000', '172056.765000', '172056.768000', '172056.770000', '172056.773000', '172056.776000', '172056.778000', '172056.781000', '172056.783000', '172056.786000', '172056.788000', '172056.791000', '172056.793000', '172056.796000', '172056.799000', '172056.834000', '172056.837000', '172056.839000', '172056.842000', '172056.844000', '172056.847000', '172056.849000', '172056.852000', '172056.854000', '172056.857000', '172056.860000', '172056.862000', '172056.865000', '172056.867000', '172056.870000', '172056.873000', '172056.875000', '172056.878000', '172056.881000', '172116.740000', '172116.743000', '172116.745000', '172116.748000', '172116.750000', '172116.753000', '172116.755000', '172116.758000', '172116.761000', '172116.763000', '172116.766000', '172116.768000', '172116.771000', '172116.774000', '172116.776000', '172116.779000', '172116.781000', '172116.784000', '172116.787000', '172116.789000', '172116.792000', '172116.794000', '172116.797000', '172116.800000', '172116.802000', '172116.805000', '172116.807000', '172116.810000', '172116.812000', '172116.815000', '172116.818000', '172116.820000', '172116.823000', '172116.825000', '172116.828000', '172116.831000', '172116.833000', '172116.836000', '172116.838000', '172116.841000', '172116.843000', '172116.846000', '172116.849000', '172116.851000', '172136.740000', '172136.742000', '172136.745000', '172136.747000', '172136.750000', '172136.753000', '172136.755000', '172136.758000', '172136.760000', '172136.763000', '172136.765000', '172136.768000', '172136.770000', '172136.773000', '172136.776000', '172136.778000', '172136.781000', '172136.783000', '172136.787000', '172136.790000', '172136.792000', '172136.795000', '172136.797000', '172136.800000', '172136.864000', '172136.866000', '172136.869000', '172136.871000', '172136.874000', '172136.877000', '172136.879000', '172136.882000', '172136.884000', '172136.887000', '172136.889000', '172136.892000', '172136.895000', '172136.897000', '172136.900000', '172136.902000', '172136.905000', '172136.908000', '172136.932000', '172156.740000', '172156.742000', '172156.745000', '172156.748000', '172156.750000', '172156.753000', '172156.755000', '172156.758000', '172156.760000', '172156.763000', '172156.766000', '172156.768000', '172156.771000', '172156.773000', '172156.776000', '172156.778000', '172156.781000', '172156.784000', '172156.786000', '172156.789000', '172156.791000', '172156.794000', '172156.796000', '172156.799000', '172156.847000', '172156.850000', '172156.852000', '172156.855000', '172156.857000', '172156.860000', '172156.863000', '172156.865000', '172156.868000', '172156.870000', '172156.873000', '172156.875000', '172156.878000', '172156.881000', '172156.883000', '172156.886000', '172156.888000', '172156.891000', '172156.894000', '172156.896000', '172158.950000', '172158.953000', '172158.955000', '172158.958000', '172158.961000'], 'InstanceCreationTime': ['171536.778000', '171536.782000', '171536.784000', '171536.787000', '171536.790000', '171536.792000', '171536.795000', '171536.797000', '171536.800000', '171536.803000', '171536.805000', '171536.808000', '171536.810000', '171536.813000', '171536.815000', '171536.818000', '171536.821000', '171536.828000', '171536.831000', '171536.833000', '171536.836000', '171536.838000', '171536.841000', '171536.843000', '171536.846000', '171536.848000', '171536.851000', '171536.854000', '171536.856000', '171536.859000', '171536.861000', '171536.864000', '171536.867000', '171536.869000', '171536.872000', '171536.874000', '171536.877000', '171536.879000', '171536.882000', '171536.884000', '171536.887000', '171556.739000', '171556.742000', '171556.745000', '171556.747000', '171556.750000', '171556.752000', '171556.755000', '171556.757000', '171556.760000', '171556.762000', '171556.765000', '171556.776000', '171556.778000', '171556.781000', '171556.784000', '171556.786000', '171556.789000', '171556.791000', '171556.794000', '171556.796000', '171556.799000', '171556.802000', '171556.804000', '171556.807000', '171556.809000', '171556.812000', '171556.814000', '171556.817000', '171556.819000', '171556.822000', '171556.825000', '171556.827000', '171556.830000', '171556.832000', '171556.835000', '171556.837000', '171556.840000', '171556.842000', '171556.845000', '171556.847000', '171556.850000', '171556.852000', '171556.855000', '171616.739000', '171616.742000', '171616.745000', '171616.747000', '171616.750000', '171616.753000', '171616.756000', '171616.759000', '171616.761000', '171616.764000', '171616.766000', '171616.769000', '171616.771000', '171616.774000', '171616.776000', '171616.779000', '171616.781000', '171616.784000', '171616.787000', '171616.790000', '171616.792000', '171616.795000', '171616.797000', '171616.800000', '171616.807000', '171616.810000', '171616.812000', '171616.815000', '171616.817000', '171616.820000', '171616.822000', '171616.825000', '171616.827000', '171616.830000', '171616.832000', '171616.835000', '171616.837000', '171616.840000', '171616.843000', '171616.845000', '171616.848000', '171616.850000', '171616.853000', '171636.739000', '171636.742000', '171636.745000', '171636.747000', '171636.750000', '171636.752000', '171636.755000', '171636.757000', '171636.760000', '171636.762000', '171636.765000', '171636.767000', '171636.770000', '171636.773000', '171636.775000', '171636.778000', '171636.780000', '171636.783000', '171636.785000', '171636.788000', '171636.790000', '171636.793000', '171636.795000', '171636.798000', '171636.801000', '171636.803000', '171636.806000', '171636.808000', '171636.811000', '171636.813000', '171636.816000', '171636.818000', '171636.821000', '171636.824000', '171636.826000', '171636.829000', '171636.831000', '171636.834000', '171636.836000', '171636.839000', '171636.841000', '171636.844000', '171636.846000', '171636.849000', '171656.739000', '171656.742000', '171656.745000', '171656.747000', '171656.750000', '171656.753000', '171656.756000', '171656.759000', '171656.761000', '171656.764000', '171656.766000', '171656.769000', '171656.771000', '171656.774000', '171656.777000', '171656.779000', '171656.782000', '171656.784000', '171656.787000', '171656.789000', '171656.792000', '171656.794000', '171656.797000', '171656.799000', '171656.824000', '171656.827000', '171656.829000', '171656.832000', '171656.834000', '171656.837000', '171656.839000', '171656.842000', '171656.844000', '171656.847000', '171656.849000', '171656.852000', '171656.854000', '171656.857000', '171656.859000', '171656.862000', '171656.865000', '171656.867000', '171656.870000', '171716.739000', '171716.742000', '171716.745000', '171716.747000', '171716.750000', '171716.752000', '171716.755000', '171716.757000', '171716.760000', '171716.762000', '171716.765000', '171716.768000', '171716.783000', '171716.786000', '171716.789000', '171716.791000', '171716.794000', '171716.796000', '171716.799000', '171716.882000', '171716.884000', '171716.887000', '171716.889000', '171716.892000', '171716.895000', '171716.897000', '171716.900000', '171716.902000', '171716.905000', '171716.907000', '171716.910000', '171716.912000', '171716.915000', '171716.918000', '171716.920000', '171716.923000', '171716.925000', '171716.928000', '171716.930000', '171716.933000', '171716.936000', '171716.938000', '171716.941000', '171716.943000', '171736.739000', '171736.742000', '171736.745000', '171736.747000', '171736.750000', '171736.752000', '171736.755000', '171736.757000', '171736.760000', '171736.762000', '171736.765000', '171736.768000', '171736.770000', '171736.773000', '171736.776000', '171736.778000', '171736.781000', '171736.783000', '171736.786000', '171736.788000', '171736.791000', '171736.794000', '171736.797000', '171736.800000', '171736.847000', '171736.850000', '171736.852000', '171736.855000', '171736.857000', '171736.860000', '171736.862000', '171736.865000', '171736.867000', '171736.870000', '171736.872000', '171736.875000', '171736.878000', '171736.881000', '171736.883000', '171736.886000', '171736.888000', '171736.891000', '171736.894000', '171756.740000', '171756.742000', '171756.745000', '171756.747000', '171756.750000', '171756.753000', '171756.755000', '171756.758000', '171756.760000', '171756.763000', '171756.765000', '171756.768000', '171756.770000', '171756.773000', '171756.775000', '171756.778000', '171756.781000', '171756.783000', '171756.786000', '171756.788000', '171756.791000', '171756.794000', '171756.796000', '171756.799000', '171756.802000', '171756.804000', '171756.807000', '171756.809000', '171756.812000', '171756.814000', '171756.817000', '171756.819000', '171756.822000', '171756.824000', '171756.827000', '171756.830000', '171756.832000', '171756.835000', '171756.837000', '171756.840000', '171756.852000', '171756.854000', '171756.857000', '171756.859000', '171816.739000', '171816.742000', '171816.745000', '171816.747000', '171816.750000', '171816.753000', '171816.755000', '171816.758000', '171816.760000', '171816.763000', '171816.765000', '171816.768000', '171816.770000', '171816.773000', '171816.775000', '171816.778000', '171816.781000', '171816.783000', '171816.786000', '171816.788000', '171816.791000', '171816.793000', '171816.796000', '171816.799000', '171816.820000', '171816.823000', '171816.825000', '171816.828000', '171816.830000', '171816.833000', '171816.836000', '171816.838000', '171816.841000', '171816.843000', '171816.846000', '171816.848000', '171816.851000', '171816.853000', '171816.856000', '171816.858000', '171816.861000', '171816.863000', '171816.866000', '171836.739000', '171836.742000', '171836.745000', '171836.747000', '171836.750000', '171836.752000', '171836.755000', '171836.758000', '171836.760000', '171836.763000', '171836.765000', '171836.768000', '171836.770000', '171836.773000', '171836.775000', '171836.778000', '171836.781000', '171836.783000', '171836.786000', '171836.788000', '171836.791000', '171836.793000', '171836.796000', '171836.799000', '171836.868000', '171836.870000', '171836.873000', '171836.875000', '171836.884000', '171836.886000', '171836.889000', '171836.892000', '171836.894000', '171836.897000', '171836.899000', '171836.902000', '171836.904000', '171836.907000', '171836.910000', '171836.912000', '171836.915000', '171836.917000', '171836.920000', '171836.922000', '171856.739000', '171856.742000', '171856.745000', '171856.747000', '171856.750000', '171856.752000', '171856.755000', '171856.785000', '171856.787000', '171856.790000', '171856.793000', '171856.795000', '171856.798000', '171856.800000', '171856.803000', '171856.806000', '171856.809000', '171856.812000', '171856.815000', '171856.817000', '171856.820000', '171856.822000', '171856.825000', '171856.827000', '171856.830000', '171856.832000', '171856.835000', '171856.837000', '171856.840000', '171856.842000', '171856.845000', '171856.848000', '171856.850000', '171856.853000', '171856.855000', '171856.858000', '171856.860000', '171856.863000', '171856.867000', '171856.869000', '171856.872000', '171856.874000', '171856.877000', '171916.740000', '171916.742000', '171916.745000', '171916.747000', '171916.750000', '171916.752000', '171916.755000', '171916.758000', '171916.760000', '171916.763000', '171916.765000', '171916.768000', '171916.771000', '171916.773000', '171916.776000', '171916.778000', '171916.781000', '171916.783000', '171916.786000', '171916.789000', '171916.791000', '171916.794000', '171916.797000', '171916.799000', '171916.845000', '171916.848000', '171916.850000', '171916.853000', '171916.855000', '171916.858000', '171916.861000', '171916.863000', '171916.866000', '171916.868000', '171916.871000', '171916.873000', '171916.876000', '171916.879000', '171916.881000', '171916.884000', '171916.886000', '171916.889000', '171916.891000', '171916.894000', '171936.740000', '171936.742000', '171936.745000', '171936.747000', '171936.750000', '171936.753000', '171936.755000', '171936.758000', '171936.760000', '171936.763000', '171936.765000', '171936.768000', '171936.771000', '171936.773000', '171936.776000', '171936.778000', '171936.781000', '171936.783000', '171936.786000', '171936.789000', '171936.791000', '171936.794000', '171936.796000', '171936.799000', '171936.833000', '171936.836000', '171936.838000', '171936.841000', '171936.843000', '171936.846000', '171936.848000', '171936.851000', '171936.854000', '171936.856000', '171936.859000', '171936.861000', '171936.864000', '171936.866000', '171936.869000', '171936.871000', '171936.874000', '171936.876000', '171936.879000', '171956.739000', '171956.742000', '171956.745000', '171956.747000', '171956.750000', '171956.753000', '171956.755000', '171956.758000', '171956.760000', '171956.763000', '171956.765000', '171956.768000', '171956.771000', '171956.773000', '171956.776000', '171956.779000', '171956.781000', '171956.784000', '171956.786000', '171956.789000', '171956.791000', '171956.794000', '171956.797000', '171956.799000', '171956.848000', '171956.850000', '171956.853000', '171956.855000', '171956.858000', '171956.860000', '171956.863000', '171956.866000', '171956.869000', '171956.871000', '171956.874000', '171956.876000', '171956.879000', '171956.881000', '171956.884000', '171956.887000', '171956.889000', '171956.892000', '171956.894000', '171956.897000', '172016.739000', '172016.742000', '172016.745000', '172016.748000', '172016.750000', '172016.753000', '172016.755000', '172016.758000', '172016.760000', '172016.763000', '172016.765000', '172016.768000', '172016.770000', '172016.773000', '172016.776000', '172016.778000', '172016.781000', '172016.805000', '172016.859000', '172016.861000', '172016.864000', '172016.866000', '172016.869000', '172016.872000', '172016.874000', '172016.877000', '172016.879000', '172016.882000', '172016.884000', '172016.887000', '172016.889000', '172016.892000', '172016.894000', '172016.897000', '172016.900000', '172016.902000', '172016.905000', '172016.908000', '172016.911000', '172016.913000', '172016.916000', '172016.919000', '172016.921000', '172036.740000', '172036.742000', '172036.745000', '172036.748000', '172036.750000', '172036.753000', '172036.755000', '172036.758000', '172036.760000', '172036.763000', '172036.765000', '172036.768000', '172036.771000', '172036.773000', '172036.776000', '172036.779000', '172036.781000', '172036.784000', '172036.786000', '172036.789000', '172036.791000', '172036.794000', '172036.797000', '172036.799000', '172036.851000', '172036.853000', '172036.856000', '172036.858000', '172036.861000', '172036.863000', '172036.866000', '172036.869000', '172036.871000', '172036.874000', '172036.876000', '172036.879000', '172036.881000', '172036.884000', '172036.886000', '172036.889000', '172036.892000', '172036.894000', '172036.897000', '172036.899000', '172056.739000', '172056.742000', '172056.745000', '172056.747000', '172056.750000', '172056.752000', '172056.755000', '172056.758000', '172056.760000', '172056.763000', '172056.765000', '172056.768000', '172056.770000', '172056.773000', '172056.776000', '172056.778000', '172056.781000', '172056.783000', '172056.786000', '172056.788000', '172056.791000', '172056.793000', '172056.796000', '172056.799000', '172056.834000', '172056.837000', '172056.839000', '172056.842000', '172056.844000', '172056.847000', '172056.849000', '172056.852000', '172056.854000', '172056.857000', '172056.860000', '172056.862000', '172056.865000', '172056.867000', '172056.870000', '172056.873000', '172056.875000', '172056.878000', '172056.881000', '172116.740000', '172116.743000', '172116.745000', '172116.748000', '172116.750000', '172116.753000', '172116.755000', '172116.758000', '172116.761000', '172116.763000', '172116.766000', '172116.768000', '172116.771000', '172116.774000', '172116.776000', '172116.779000', '172116.781000', '172116.784000', '172116.787000', '172116.789000', '172116.792000', '172116.794000', '172116.797000', '172116.800000', '172116.802000', '172116.805000', '172116.807000', '172116.810000', '172116.812000', '172116.815000', '172116.818000', '172116.820000', '172116.823000', '172116.825000', '172116.828000', '172116.831000', '172116.833000', '172116.836000', '172116.838000', '172116.841000', '172116.843000', '172116.846000', '172116.849000', '172116.851000', '172136.740000', '172136.742000', '172136.745000', '172136.747000', '172136.750000', '172136.753000', '172136.755000', '172136.758000', '172136.760000', '172136.763000', '172136.765000', '172136.768000', '172136.770000', '172136.773000', '172136.776000', '172136.778000', '172136.781000', '172136.783000', '172136.787000', '172136.790000', '172136.792000', '172136.795000', '172136.797000', '172136.800000', '172136.864000', '172136.866000', '172136.869000', '172136.871000', '172136.874000', '172136.877000', '172136.879000', '172136.882000', '172136.884000', '172136.887000', '172136.889000', '172136.892000', '172136.895000', '172136.897000', '172136.900000', '172136.902000', '172136.905000', '172136.908000', '172136.932000', '172156.740000', '172156.742000', '172156.745000', '172156.748000', '172156.750000', '172156.753000', '172156.755000', '172156.758000', '172156.760000', '172156.763000', '172156.766000', '172156.768000', '172156.771000', '172156.773000', '172156.776000', '172156.778000', '172156.781000', '172156.784000', '172156.786000', '172156.789000', '172156.791000', '172156.794000', '172156.796000', '172156.799000', '172156.847000', '172156.850000', '172156.852000', '172156.855000', '172156.857000', '172156.860000', '172156.863000', '172156.865000', '172156.868000', '172156.870000', '172156.873000', '172156.875000', '172156.878000', '172156.881000', '172156.883000', '172156.886000', '172156.888000', '172156.891000', '172156.894000', '172156.896000', '172158.950000', '172158.953000', '172158.955000', '172158.958000', '172158.961000'], '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': [13255, 11327, 14664, 11608, 10463, 10746, 10909, 13226, 11836, 10360, 15009, 11483, 14906, 11541, 10143, 10839, 10996, 11533, 10653, 10685, 16523, 11263, 10426, 11108, 10604, 11972, 11261, 10864, 11084, 10618, 10514, 11303, 10502, 11189, 11003, 11765, 11269, 10624, 11287, 11049, 15962, 11363, 11097, 10955, 11088, 14441, 11480, 15140, 11034, 11265, 16330, 11476, 13618, 11436, 11574, 17293, 11547, 11232, 12054, 11219, 11215, 11268, 11606, 12529, 11354, 11176, 11320, 11474, 16299, 11786, 11553, 11247, 11277, 15557, 11522, 11470, 16156, 11439, 14444, 10993, 11406, 15955, 11538, 11379, 11610, 11347, 11390, 11866, 11313, 10390, 11448, 12192, 11536, 11541, 11329, 11080, 16078, 11609, 15158, 14371, 11436, 14079, 11493, 11117, 11272, 11206, 15658, 11741, 11915, 11918, 14552, 11059, 11455, 17815, 13666, 17234, 11738, 11505, 10812, 11773, 16312, 11449, 13896, 11888, 11022, 15525, 12319, 10806, 11484, 11321, 15387, 11746, 11723, 10753, 11138, 13591, 12239, 11216, 10342, 11448, 10775, 11002, 11013, 15541, 11236, 11210, 11463, 11122, 11001, 11396, 10944, 11684, 11193, 11104, 11229, 12890, 11700, 13477, 12112, 11128, 10792, 11194, 15045, 12242, 15312, 13806, 11608, 17545, 12069, 13012, 10680, 10986, 16840, 12034, 12906, 10581, 10936, 15342, 11434, 10871, 12104, 11266, 16919, 11564, 13869, 12047, 10845, 12759, 11640, 17150, 11044, 11025, 9977, 11597, 12342, 11402, 10943, 17880, 11667, 12948, 10783, 10819, 13906, 12139, 11877, 10568, 10732, 9387, 11433, 10714, 11007, 11224, 11014, 10874, 15517, 11841, 10939, 10683, 11255, 16822, 11730, 13814, 10979, 11020, 15394, 11999, 15127, 10651, 10930, 13956, 11863, 11236, 11263, 10929, 17091, 11610, 13038, 11732, 10860, 10598, 11194, 13714, 11097, 11042, 11051, 11097, 12060, 11779, 10564, 10846, 11192, 15668, 11570, 12356, 11991, 11052, 11223, 11051, 11832, 10931, 10245, 11997, 10558, 11817, 10449, 15260, 18540, 13841, 14934, 10466, 11182, 15356, 11181, 10596, 16469, 11695, 14491, 9922, 10477, 15836, 11528, 11998, 11458, 10785, 10093, 10748, 10212, 11543, 10572, 11067, 11690, 11398, 11871, 10802, 10059, 11623, 11178, 10190, 10770, 10374, 11019, 14179, 12341, 11932, 11476, 10831, 17080, 12057, 15587, 10283, 10503, 15790, 12274, 13202, 10616, 10634, 13211, 11479, 10646, 10887, 10973, 9441, 11489, 10824, 10554, 10852, 16202, 11721, 14999, 11641, 11907, 10628, 11142, 16311, 12585, 13918, 10479, 10748, 13768, 11460, 12046, 10455, 10753, 14163, 10980, 14573, 11567, 10605, 12317, 11336, 12360, 10483, 10642, 14061, 11611, 10386, 10414, 10697, 12184, 11344, 10824, 10623, 11170, 10640, 11074, 10681, 10667, 11336, 10446, 11769, 11798, 11132, 12012, 10621, 11136, 18006, 12150, 14126, 15380, 11580, 14564, 11129, 11282, 10427, 11647, 15308, 11602, 13284, 9828, 10542, 9968, 11796, 12399, 11108, 11931, 10958, 10454, 13168, 12048, 10579, 10436, 10679, 14330, 11138, 9259, 11821, 9273, 12180, 16866, 11894, 12791, 10295, 10878, 16810, 12109, 14274, 11390, 10976, 17699, 11547, 13854, 10647, 10612, 13991, 11921, 11667, 12555, 10343, 14622, 11183, 10478, 10255, 10736, 14091, 11021, 10852, 10026, 11085, 10481, 10724, 10686, 11643, 10878, 10364, 10312, 10582, 12796, 11208, 14644, 12129, 12378, 10207, 10714, 14188, 12160, 16515, 12305, 12539, 10333, 11370, 16225, 11648, 14039, 11526, 11181, 15609, 12055, 12160, 11918, 10928, 13704, 11383, 12323, 10902, 10690, 12122, 11809, 11668, 12166, 12295, 10933, 11469, 15207, 10886, 10582, 10329, 11694, 11387, 10718, 10853, 14716, 10906, 12077, 11951, 11211, 10649, 10964, 16894, 10456, 10936, 10660, 10738, 12557, 10741, 10341, 14908, 11775, 13541, 10652, 10589, 10047, 10967, 10432, 10403, 10629, 16369, 12014, 14190, 10495, 10589, 15031, 12083, 10449, 10243, 11589, 13733, 10988, 10490, 10299, 10759, 11139, 12255, 10785, 10583, 10529, 10212, 10961, 15839, 12495, 14282, 10304, 10838, 10349, 10861, 16737, 12663, 15612, 11772, 10654, 10168, 11327, 13200, 10593, 12529, 12390, 11227, 14642, 11380, 10536, 11630, 10846, 9062, 11265, 10133, 10576, 10684, 11755, 10339, 10650, 11150, 15875, 12444, 16086, 11707, 13321, 11085, 10593, 10046, 11858, 16762, 11571, 15478, 10143, 10354, 10427, 11598, 12771, 11739, 13323, 10408, 10352, 9850, 11359, 12609, 11245, 11881, 10282, 10442, 10300, 11013, 11783, 11935, 14333, 11517, 11270, 10578, 10679, 12519, 11758, 16953, 11445, 12647, 10847, 10330, 15124, 11888, 12704, 12113, 10696, 13389, 10851, 10127, 11416, 10586, 11621, 10634, 10605, 11005, 8901, 11618, 10576, 10282, 10929, 14375, 13133, 14524, 10618, 11006, 9460, 15392, 11259, 14191, 10156, 11422, 10272, 10837, 18042, 12305, 15001, 13762, 10968, 16793, 11794, 12518, 13131, 10306, 17438, 11196, 14721, 12730, 12247, 12373, 10601, 13106, 11294, 9780, 11394, 9659, 12798, 9987, 12600, 10672, 9734, 11635, 11468, 11449, 11277, 11991, 10595, 11476, 11286, 10620, 10305, 10225, 11474, 11159, 13175, 11212, 10499, 11687, 10843, 9229, 11125, 10464, 10740, 10716, 15888, 11528, 13050, 11789, 10766, 10895, 11060, 11916, 12111, 11020, 10651, 10855, 15522, 11766, 11744, 13619, 11687, 17017, 10878, 11317, 10074, 11469, 12125, 10536, 10889, 16341, 11346, 15654, 10318, 10481, 15577, 11827, 12455, 10000, 10624, 10343, 10882, 15275, 12154, 14536, 12055, 11273, 15970, 11457, 13366, 10555, 10505, 9928, 11367, 17328, 11424, 12445, 9956, 11436, 14747, 10835, 12547, 13779, 11046, 14173, 10517, 10346, 9823, 11334, 12915, 11603, 10476, 10458, 10525, 12398, 11961, 11543, 10289, 10343, 9922, 11442, 14117, 10533, 11405, 14685, 10916, 14416, 10497, 10372, 14838, 11778, 13749, 10283, 10496, 12886, 11388, 10571, 11401, 10613, 15791, 11486, 10591, 10154, 10524, 10098, 9804, 10290, 13099, 11415, 11138, 10569, 10068, 10110, 11257, 14905, 11714, 10630, 10271, 10990, 16454, 11299, 13873, 12788, 10740, 9699, 11248, 12156, 10744, 10530, 15144, 11395, 14836, 11783, 12985, 10845, 10763, 15491, 11723, 12621, 12118, 14711, 10094, 11225, 17684, 11133, 13818, 10424, 10597, 9854, 11714, 10796, 11250, 10358, 17831, 11698, 14756, 11092, 10763, 12403, 11653, 10491, 10424, 10718, 10612, 11508, 10281, 9882, 10997, 10219, 10583, 10289, 9522, 11112, 11143, 11544, 10203, 9996, 10082, 9389, 11211, 11086], 'WindowCenter': [4731.0, 4700.0, 4717.0, 4670.0, 4660.0, 4656.0, 4670.0, 4665.0, 4660.0, 4640.0, 4672.0, 4651.0, 4679.0, 4656.0, 4640.0, 4641.0, 4647.0, 4647.0, 4629.0, 4644.0, 4673.0, 4647.0, 4633.0, 4646.0, 4643.0, 4652.0, 4638.0, 4643.0, 4637.0, 4645.0, 4636.0, 4653.0, 4641.0, 4653.0, 4657.0, 4652.0, 4661.0, 4646.0, 4660.0, 4652.0, 4684.0, 4654.0, 4658.0, 4653.0, 4663.0, 4673.0, 4661.0, 4685.0, 4649.0, 4653.0, 4684.0, 4654.0, 4669.0, 4644.0, 4654.0, 4688.0, 4652.0, 4656.0, 4657.0, 4647.0, 4641.0, 4643.0, 4654.0, 4651.0, 4656.0, 4655.0, 4648.0, 4653.0, 4679.0, 4648.0, 4656.0, 4649.0, 4649.0, 4672.0, 4653.0, 4654.0, 4669.0, 4653.0, 4672.0, 4649.0, 4650.0, 4681.0, 4655.0, 4659.0, 4652.0, 4654.0, 4654.0, 4665.0, 4673.0, 4647.0, 4666.0, 4664.0, 4667.0, 4665.0, 4675.0, 4668.0, 4685.0, 4660.0, 4685.0, 4671.0, 4667.0, 4678.0, 4669.0, 4654.0, 4655.0, 4665.0, 4683.0, 4666.0, 4671.0, 4680.0, 4693.0, 4657.0, 4664.0, 4696.0, 4672.0, 4684.0, 4661.0, 4654.0, 4642.0, 4656.0, 4678.0, 4653.0, 4669.0, 4658.0, 4649.0, 4678.0, 4650.0, 4648.0, 4652.0, 4653.0, 4679.0, 4653.0, 4652.0, 4642.0, 4652.0, 4666.0, 4651.0, 4642.0, 4631.0, 4653.0, 4640.0, 4642.0, 4644.0, 4669.0, 4637.0, 4639.0, 4659.0, 4648.0, 4647.0, 4655.0, 4653.0, 4667.0, 4652.0, 4655.0, 4668.0, 4676.0, 4666.0, 4695.0, 4667.0, 4658.0, 4658.0, 4669.0, 4691.0, 4661.0, 4693.0, 4674.0, 4664.0, 4694.0, 4666.0, 4676.0, 4644.0, 4660.0, 4684.0, 4661.0, 4667.0, 4647.0, 4655.0, 4677.0, 4652.0, 4643.0, 4652.0, 4654.0, 4684.0, 4660.0, 4664.0, 4665.0, 4640.0, 4651.0, 4652.0, 4681.0, 4640.0, 4643.0, 4631.0, 4642.0, 4651.0, 4646.0, 4642.0, 4668.0, 4641.0, 4647.0, 4640.0, 4646.0, 4660.0, 4647.0, 4650.0, 4642.0, 4643.0, 4615.0, 4650.0, 4640.0, 4644.0, 4659.0, 4643.0, 4641.0, 4668.0, 4652.0, 4650.0, 4644.0, 4653.0, 4681.0, 4664.0, 4673.0, 4653.0, 4655.0, 4671.0, 4653.0, 4679.0, 4641.0, 4639.0, 4661.0, 4658.0, 4640.0, 4637.0, 4642.0, 4670.0, 4650.0, 4660.0, 4654.0, 4645.0, 4631.0, 4644.0, 4661.0, 4643.0, 4652.0, 4642.0, 4654.0, 4650.0, 4649.0, 4637.0, 4643.0, 4656.0, 4667.0, 4651.0, 4663.0, 4663.0, 4655.0, 4655.0, 4656.0, 4665.0, 4658.0, 4663.0, 4677.0, 4667.0, 4679.0, 4669.0, 4695.0, 4695.0, 4678.0, 4676.0, 4643.0, 4656.0, 4676.0, 4636.0, 4644.0, 4669.0, 4647.0, 4660.0, 4631.0, 4640.0, 4664.0, 4641.0, 4641.0, 4640.0, 4642.0, 4630.0, 4639.0, 4628.0, 4653.0, 4642.0, 4636.0, 4651.0, 4650.0, 4650.0, 4644.0, 4634.0, 4666.0, 4667.0, 4643.0, 4655.0, 4642.0, 4656.0, 4677.0, 4660.0, 4665.0, 4650.0, 4656.0, 4682.0, 4665.0, 4682.0, 4631.0, 4642.0, 4682.0, 4653.0, 4663.0, 4641.0, 4644.0, 4657.0, 4650.0, 4639.0, 4643.0, 4653.0, 4633.0, 4665.0, 4653.0, 4643.0, 4651.0, 4678.0, 4663.0, 4683.0, 4656.0, 4666.0, 4642.0, 4654.0, 4680.0, 4662.0, 4673.0, 4646.0, 4654.0, 4661.0, 4652.0, 4657.0, 4631.0, 4643.0, 4660.0, 4643.0, 4669.0, 4652.0, 4642.0, 4651.0, 4649.0, 4652.0, 4636.0, 4644.0, 4656.0, 4650.0, 4642.0, 4632.0, 4647.0, 4647.0, 4649.0, 4653.0, 4637.0, 4653.0, 4641.0, 4652.0, 4639.0, 4655.0, 4674.0, 4652.0, 4678.0, 4663.0, 4652.0, 4665.0, 4660.0, 4669.0, 4696.0, 4661.0, 4675.0, 4670.0, 4651.0, 4674.0, 4662.0, 4651.0, 4641.0, 4652.0, 4673.0, 4651.0, 4675.0, 4645.0, 4651.0, 4634.0, 4654.0, 4668.0, 4644.0, 4651.0, 4642.0, 4645.0, 4660.0, 4650.0, 4643.0, 4640.0, 4641.0, 4674.0, 4674.0, 4646.0, 4678.0, 4648.0, 4678.0, 4698.0, 4664.0, 4665.0, 4644.0, 4669.0, 4693.0, 4654.0, 4673.0, 4651.0, 4644.0, 4680.0, 4650.0, 4661.0, 4627.0, 4640.0, 4659.0, 4653.0, 4653.0, 4648.0, 4642.0, 4671.0, 4649.0, 4644.0, 4628.0, 4644.0, 4662.0, 4639.0, 4641.0, 4622.0, 4647.0, 4630.0, 4643.0, 4643.0, 4640.0, 4649.0, 4637.0, 4632.0, 4644.0, 4661.0, 4654.0, 4672.0, 4665.0, 4657.0, 4651.0, 4643.0, 4670.0, 4661.0, 4677.0, 4661.0, 4665.0, 4633.0, 4650.0, 4676.0, 4653.0, 4676.0, 4654.0, 4655.0, 4670.0, 4652.0, 4656.0, 4652.0, 4653.0, 4678.0, 4651.0, 4651.0, 4640.0, 4646.0, 4651.0, 4652.0, 4652.0, 4666.0, 4664.0, 4642.0, 4649.0, 4672.0, 4642.0, 4638.0, 4631.0, 4662.0, 4651.0, 4638.0, 4654.0, 4673.0, 4653.0, 4668.0, 4664.0, 4649.0, 4632.0, 4643.0, 4681.0, 4630.0, 4642.0, 4638.0, 4653.0, 4652.0, 4643.0, 4632.0, 4661.0, 4651.0, 4660.0, 4642.0, 4644.0, 4636.0, 4644.0, 4632.0, 4628.0, 4644.0, 4671.0, 4654.0, 4659.0, 4643.0, 4645.0, 4659.0, 4651.0, 4631.0, 4625.0, 4658.0, 4659.0, 4644.0, 4642.0, 4627.0, 4654.0, 4642.0, 4660.0, 4642.0, 4645.0, 4645.0, 4644.0, 4657.0, 4681.0, 4665.0, 4672.0, 4645.0, 4653.0, 4646.0, 4656.0, 4683.0, 4662.0, 4684.0, 4652.0, 4646.0, 4628.0, 4644.0, 4648.0, 4633.0, 4654.0, 4651.0, 4643.0, 4660.0, 4639.0, 4643.0, 4641.0, 4640.0, 4623.0, 4653.0, 4641.0, 4645.0, 4642.0, 4654.0, 4644.0, 4644.0, 4652.0, 4682.0, 4663.0, 4684.0, 4653.0, 4662.0, 4650.0, 4644.0, 4631.0, 4653.0, 4678.0, 4652.0, 4672.0, 4628.0, 4648.0, 4625.0, 4652.0, 4653.0, 4649.0, 4668.0, 4637.0, 4638.0, 4631.0, 4641.0, 4647.0, 4638.0, 4651.0, 4632.0, 4637.0, 4631.0, 4649.0, 4646.0, 4659.0, 4667.0, 4653.0, 4643.0, 4643.0, 4643.0, 4652.0, 4650.0, 4677.0, 4652.0, 4659.0, 4644.0, 4646.0, 4669.0, 4651.0, 4652.0, 4653.0, 4643.0, 4662.0, 4650.0, 4632.0, 4648.0, 4649.0, 4655.0, 4644.0, 4639.0, 4655.0, 4634.0, 4664.0, 4644.0, 4646.0, 4659.0, 4690.0, 4673.0, 4685.0, 4644.0, 4655.0, 4654.0, 4689.0, 4661.0, 4685.0, 4645.0, 4654.0, 4644.0, 4667.0, 4698.0, 4660.0, 4674.0, 4655.0, 4631.0, 4663.0, 4646.0, 4637.0, 4640.0, 4625.0, 4667.0, 4623.0, 4647.0, 4637.0, 4633.0, 4636.0, 4619.0, 4635.0, 4629.0, 4607.0, 4626.0, 4620.0, 4649.0, 4621.0, 4650.0, 4643.0, 4614.0, 4648.0, 4639.0, 4636.0, 4642.0, 4640.0, 4644.0, 4641.0, 4660.0, 4631.0, 4637.0, 4639.0, 4639.0, 4637.0, 4649.0, 4642.0, 4640.0, 4646.0, 4641.0, 4623.0, 4651.0, 4642.0, 4642.0, 4639.0, 4672.0, 4653.0, 4668.0, 4662.0, 4657.0, 4655.0, 4665.0, 4661.0, 4676.0, 4664.0, 4658.0, 4667.0, 4685.0, 4666.0, 4663.0, 4672.0, 4663.0, 4697.0, 4657.0, 4654.0, 4629.0, 4653.0, 4653.0, 4645.0, 4656.0, 4683.0, 4655.0, 4684.0, 4632.0, 4644.0, 4673.0, 4652.0, 4662.0, 4629.0, 4644.0, 4649.0, 4656.0, 4684.0, 4666.0, 4675.0, 4650.0, 4655.0, 4681.0, 4657.0, 4662.0, 4644.0, 4651.0, 4634.0, 4654.0, 4691.0, 4655.0, 4659.0, 4626.0, 4652.0, 4670.0, 4642.0, 4652.0, 4660.0, 4643.0, 4659.0, 4627.0, 4631.0, 4629.0, 4648.0, 4660.0, 4654.0, 4649.0, 4637.0, 4649.0, 4648.0, 4664.0, 4655.0, 4641.0, 4645.0, 4633.0, 4646.0, 4672.0, 4645.0, 4651.0, 4670.0, 4642.0, 4672.0, 4631.0, 4628.0, 4662.0, 4651.0, 4661.0, 4630.0, 4642.0, 4647.0, 4653.0, 4642.0, 4645.0, 4642.0, 4671.0, 4647.0, 4641.0, 4630.0, 4642.0, 4628.0, 4631.0, 4643.0, 4662.0, 4652.0, 4653.0, 4638.0, 4643.0, 4640.0, 4664.0, 4681.0, 4661.0, 4651.0, 4645.0, 4656.0, 4680.0, 4654.0, 4671.0, 4664.0, 4655.0, 4634.0, 4666.0, 4669.0, 4653.0, 4645.0, 4672.0, 4657.0, 4683.0, 4668.0, 4674.0, 4657.0, 4656.0, 4683.0, 4667.0, 4663.0, 4665.0, 4684.0, 4627.0, 4649.0, 4683.0, 4654.0, 4672.0, 4642.0, 4645.0, 4631.0, 4651.0, 4636.0, 4638.0, 4638.0, 4678.0, 4650.0, 4661.0, 4641.0, 4636.0, 4655.0, 4646.0, 4631.0, 4622.0, 4641.0, 4629.0, 4641.0, 4626.0, 4629.0, 4643.0, 4631.0, 4637.0, 4630.0, 4623.0, 4651.0, 4638.0, 4654.0, 4641.0, 4645.0, 4645.0, 4627.0, 4663.0, 4661.0], 'WindowWidth': [10347.0, 10294.0, 10306.0, 10232.0, 10215.0, 10204.0, 10224.0, 10209.0, 10206.0, 10173.0, 10213.0, 10188.0, 10227.0, 10196.0, 10172.0, 10170.0, 10183.0, 10181.0, 10151.0, 10176.0, 10212.0, 10182.0, 10159.0, 10176.0, 10173.0, 10183.0, 10164.0, 10175.0, 10162.0, 10181.0, 10166.0, 10189.0, 10171.0, 10190.0, 10200.0, 10187.0, 10209.0, 10184.0, 10203.0, 10192.0, 10232.0, 10192.0, 10200.0, 10192.0, 10212.0, 10217.0, 10202.0, 10239.0, 10184.0, 10193.0, 10232.0, 10191.0, 10215.0, 10175.0, 10191.0, 10239.0, 10188.0, 10195.0, 10193.0, 10182.0, 10171.0, 10174.0, 10192.0, 10184.0, 10196.0, 10193.0, 10183.0, 10190.0, 10221.0, 10181.0, 10195.0, 10182.0, 10184.0, 10213.0, 10190.0, 10193.0, 10206.0, 10190.0, 10215.0, 10189.0, 10186.0, 10224.0, 10192.0, 10202.0, 10186.0, 10195.0, 10193.0, 10210.0, 10226.0, 10187.0, 10213.0, 10207.0, 10214.0, 10212.0, 10230.0, 10222.0, 10236.0, 10201.0, 10238.0, 10213.0, 10215.0, 10230.0, 10219.0, 10196.0, 10196.0, 10212.0, 10232.0, 10212.0, 10222.0, 10236.0, 10257.0, 10200.0, 10211.0, 10257.0, 10218.0, 10237.0, 10208.0, 10195.0, 10172.0, 10195.0, 10224.0, 10189.0, 10216.0, 10198.0, 10189.0, 10223.0, 10183.0, 10185.0, 10187.0, 10191.0, 10227.0, 10190.0, 10188.0, 10171.0, 10187.0, 10206.0, 10184.0, 10173.0, 10157.0, 10188.0, 10169.0, 10171.0, 10177.0, 10204.0, 10163.0, 10167.0, 10202.0, 10182.0, 10183.0, 10195.0, 10191.0, 10216.0, 10192.0, 10196.0, 10218.0, 10225.0, 10216.0, 10261.0, 10216.0, 10202.0, 10204.0, 10223.0, 10248.0, 10204.0, 10255.0, 10223.0, 10210.0, 10249.0, 10214.0, 10226.0, 10180.0, 10205.0, 10234.0, 10205.0, 10213.0, 10184.0, 10194.0, 10223.0, 10187.0, 10178.0, 10187.0, 10193.0, 10232.0, 10204.0, 10205.0, 10208.0, 10171.0, 10184.0, 10188.0, 10225.0, 10168.0, 10176.0, 10156.0, 10171.0, 10183.0, 10179.0, 10171.0, 10204.0, 10169.0, 10174.0, 10165.0, 10179.0, 10192.0, 10177.0, 10184.0, 10172.0, 10176.0, 10130.0, 10181.0, 10167.0, 10176.0, 10201.0, 10174.0, 10172.0, 10203.0, 10188.0, 10184.0, 10179.0, 10190.0, 10226.0, 10207.0, 10217.0, 10191.0, 10195.0, 10210.0, 10189.0, 10231.0, 10171.0, 10170.0, 10198.0, 10196.0, 10169.0, 10160.0, 10173.0, 10208.0, 10181.0, 10197.0, 10192.0, 10180.0, 10155.0, 10176.0, 10196.0, 10174.0, 10189.0, 10172.0, 10192.0, 10183.0, 10182.0, 10163.0, 10175.0, 10197.0, 10204.0, 10186.0, 10203.0, 10205.0, 10195.0, 10194.0, 10198.0, 10210.0, 10203.0, 10213.0, 10232.0, 10220.0, 10233.0, 10225.0, 10256.0, 10257.0, 10233.0, 10226.0, 10175.0, 10194.0, 10218.0, 10159.0, 10177.0, 10206.0, 10175.0, 10194.0, 10155.0, 10167.0, 10200.0, 10167.0, 10168.0, 10166.0, 10171.0, 10154.0, 10167.0, 10148.0, 10188.0, 10174.0, 10161.0, 10186.0, 10183.0, 10183.0, 10179.0, 10164.0, 10214.0, 10216.0, 10178.0, 10194.0, 10175.0, 10197.0, 10223.0, 10198.0, 10209.0, 10186.0, 10197.0, 10231.0, 10209.0, 10230.0, 10158.0, 10174.0, 10227.0, 10190.0, 10204.0, 10172.0, 10178.0, 10187.0, 10183.0, 10169.0, 10177.0, 10191.0, 10163.0, 10210.0, 10190.0, 10176.0, 10187.0, 10222.0, 10205.0, 10233.0, 10199.0, 10212.0, 10175.0, 10193.0, 10223.0, 10202.0, 10219.0, 10183.0, 10194.0, 10199.0, 10188.0, 10197.0, 10156.0, 10175.0, 10196.0, 10176.0, 10207.0, 10186.0, 10175.0, 10181.0, 10182.0, 10188.0, 10167.0, 10179.0, 10188.0, 10183.0, 10173.0, 10158.0, 10184.0, 10176.0, 10182.0, 10190.0, 10162.0, 10190.0, 10172.0, 10190.0, 10171.0, 10197.0, 10232.0, 10192.0, 10232.0, 10208.0, 10193.0, 10211.0, 10208.0, 10222.0, 10256.0, 10201.0, 10225.0, 10210.0, 10188.0, 10219.0, 10208.0, 10189.0, 10172.0, 10188.0, 10215.0, 10186.0, 10222.0, 10182.0, 10194.0, 10165.0, 10194.0, 10213.0, 10178.0, 10186.0, 10175.0, 10183.0, 10197.0, 10183.0, 10176.0, 10169.0, 10174.0, 10216.0, 10229.0, 10188.0, 10235.0, 10195.0, 10234.0, 10260.0, 10208.0, 10207.0, 10178.0, 10222.0, 10247.0, 10192.0, 10217.0, 10184.0, 10177.0, 10224.0, 10182.0, 10198.0, 10146.0, 10168.0, 10190.0, 10187.0, 10190.0, 10179.0, 10174.0, 10211.0, 10180.0, 10176.0, 10149.0, 10177.0, 10198.0, 10165.0, 10170.0, 10143.0, 10181.0, 10153.0, 10174.0, 10174.0, 10167.0, 10187.0, 10168.0, 10158.0, 10178.0, 10198.0, 10193.0, 10214.0, 10210.0, 10193.0, 10191.0, 10177.0, 10209.0, 10200.0, 10221.0, 10201.0, 10208.0, 10163.0, 10185.0, 10216.0, 10192.0, 10227.0, 10193.0, 10194.0, 10209.0, 10187.0, 10191.0, 10187.0, 10190.0, 10225.0, 10186.0, 10184.0, 10170.0, 10183.0, 10183.0, 10187.0, 10188.0, 10211.0, 10208.0, 10170.0, 10182.0, 10215.0, 10172.0, 10166.0, 10158.0, 10200.0, 10184.0, 10167.0, 10193.0, 10216.0, 10191.0, 10215.0, 10209.0, 10182.0, 10156.0, 10175.0, 10224.0, 10155.0, 10173.0, 10165.0, 10190.0, 10184.0, 10173.0, 10158.0, 10194.0, 10183.0, 10195.0, 10172.0, 10176.0, 10165.0, 10174.0, 10158.0, 10149.0, 10176.0, 10209.0, 10191.0, 10194.0, 10176.0, 10180.0, 10191.0, 10183.0, 10155.0, 10143.0, 10198.0, 10192.0, 10178.0, 10174.0, 10151.0, 10191.0, 10172.0, 10199.0, 10175.0, 10182.0, 10181.0, 10180.0, 10200.0, 10226.0, 10210.0, 10218.0, 10181.0, 10192.0, 10185.0, 10199.0, 10231.0, 10203.0, 10237.0, 10187.0, 10183.0, 10152.0, 10177.0, 10177.0, 10162.0, 10190.0, 10184.0, 10175.0, 10193.0, 10166.0, 10174.0, 10170.0, 10169.0, 10148.0, 10189.0, 10171.0, 10183.0, 10177.0, 10192.0, 10178.0, 10180.0, 10190.0, 10227.0, 10204.0, 10234.0, 10189.0, 10200.0, 10184.0, 10180.0, 10156.0, 10189.0, 10218.0, 10186.0, 10215.0, 10151.0, 10186.0, 10145.0, 10186.0, 10186.0, 10181.0, 10212.0, 10164.0, 10166.0, 10155.0, 10170.0, 10175.0, 10165.0, 10184.0, 10159.0, 10163.0, 10156.0, 10186.0, 10174.0, 10201.0, 10204.0, 10189.0, 10175.0, 10174.0, 10176.0, 10184.0, 10183.0, 10217.0, 10187.0, 10194.0, 10178.0, 10181.0, 10203.0, 10182.0, 10186.0, 10186.0, 10177.0, 10198.0, 10185.0, 10157.0, 10178.0, 10186.0, 10192.0, 10180.0, 10169.0, 10195.0, 10167.0, 10208.0, 10180.0, 10183.0, 10207.0, 10251.0, 10222.0, 10238.0, 10179.0, 10198.0, 10203.0, 10241.0, 10204.0, 10238.0, 10182.0, 10194.0, 10181.0, 10217.0, 10259.0, 10199.0, 10221.0, 10185.0, 10153.0, 10191.0, 10174.0, 10157.0, 10161.0, 10148.0, 10198.0, 10136.0, 10173.0, 10156.0, 10149.0, 10154.0, 10134.0, 10151.0, 10146.0, 10113.0, 10141.0, 10137.0, 10175.0, 10141.0, 10180.0, 10175.0, 10128.0, 10183.0, 10164.0, 10158.0, 10172.0, 10166.0, 10177.0, 10169.0, 10203.0, 10156.0, 10169.0, 10173.0, 10164.0, 10162.0, 10179.0, 10172.0, 10169.0, 10173.0, 10170.0, 10147.0, 10186.0, 10173.0, 10172.0, 10169.0, 10212.0, 10190.0, 10210.0, 10204.0, 10198.0, 10195.0, 10212.0, 10200.0, 10227.0, 10215.0, 10205.0, 10217.0, 10237.0, 10214.0, 10208.0, 10217.0, 10207.0, 10256.0, 10200.0, 10196.0, 10156.0, 10190.0, 10190.0, 10180.0, 10197.0, 10231.0, 10194.0, 10233.0, 10160.0, 10179.0, 10215.0, 10188.0, 10200.0, 10155.0, 10179.0, 10191.0, 10199.0, 10231.0, 10208.0, 10223.0, 10183.0, 10195.0, 10226.0, 10199.0, 10201.0, 10179.0, 10192.0, 10165.0, 10193.0, 10242.0, 10195.0, 10198.0, 10147.0, 10187.0, 10210.0, 10173.0, 10187.0, 10194.0, 10176.0, 10193.0, 10147.0, 10155.0, 10151.0, 10180.0, 10196.0, 10193.0, 10188.0, 10167.0, 10185.0, 10178.0, 10207.0, 10195.0, 10173.0, 10181.0, 10163.0, 10178.0, 10214.0, 10181.0, 10187.0, 10209.0, 10173.0, 10212.0, 10156.0, 10152.0, 10197.0, 10184.0, 10199.0, 10154.0, 10173.0, 10174.0, 10188.0, 10174.0, 10177.0, 10175.0, 10210.0, 10175.0, 10171.0, 10153.0, 10174.0, 10151.0, 10157.0, 10177.0, 10199.0, 10189.0, 10190.0, 10170.0, 10179.0, 10173.0, 10208.0, 10228.0, 10202.0, 10189.0, 10184.0, 10201.0, 10227.0, 10195.0, 10219.0, 10206.0, 10196.0, 10167.0, 10213.0, 10214.0, 10191.0, 10184.0, 10216.0, 10199.0, 10234.0, 10216.0, 10223.0, 10201.0, 10199.0, 10231.0, 10212.0, 10206.0, 10209.0, 10235.0, 10149.0, 10184.0, 10232.0, 10192.0, 10217.0, 10174.0, 10181.0, 10158.0, 10185.0, 10160.0, 10164.0, 10172.0, 10217.0, 10181.0, 10197.0, 10166.0, 10159.0, 10187.0, 10179.0, 10157.0, 10137.0, 10170.0, 10150.0, 10168.0, 10147.0, 10150.0, 10177.0, 10158.0, 10165.0, 10156.0, 10146.0, 10186.0, 10166.0, 10192.0, 10174.0, 10182.0, 10184.0, 10159.0, 10209.0, 10204.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.00040567318757192176</td></tr>
<tr><td colspan=3>aqi</td><td>0.01698735431530495</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.4820086176152</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.260200703248847</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964915025691238</td></tr>
<tr><td colspan=3>efc</td><td>0.4839</td></tr>
<tr><td colspan=3>fber</td><td>5570.4658</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07480849197906965</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2713679591982197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.276465309361201</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4151571242363485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1224814439971103</td></tr>
<tr><td colspan=3>gcor</td><td>0.00819186</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014018514193594456</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02857266366481781</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>4.206378482080949</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.8673</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6706</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.1204</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297663.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.2829</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.104</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>585.7285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3876.7091</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5054.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.1118</td></tr>
<tr><td colspan=3>tsnr</td><td>45.18760755308904</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>