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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-01/func/sub-0050_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>54da23bc705312ee2ab12ccd9d8f511f</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>16:35:33.665000</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.998957, 0.0452406, 0.00615712, -0.0450129, 0.998437, -0.0331174]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0807544</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7755, -7242, 579, -86, -135, 17, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5d1db262-39f7-4923-bb91-888ac0ed0e40||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.680129051208496, -0.12076639384031296, 0.02064351737499237, 116.19573974609375], [-0.12137719988822937, 2.678734302520752, -0.08857546001672745, -87.8153076171875], [0.01651909574866295, 0.08885159343481064, 2.69846773147583, -52.05359649658203], [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': ['163533.665000', '163534.125000', '163534.585000', '163535.045000', '163535.505000', '163535.965000', '163536.425000', '163536.885000', '163537.345000', '163537.805000', '163538.265000', '163538.725000', '163539.185000', '163539.645000', '163540.105000', '163540.565000', '163541.025000', '163541.485000', '163541.945000', '163542.405000', '163542.865000', '163543.325000', '163543.785000', '163544.245000', '163544.705000', '163545.165000', '163545.625000', '163546.085000', '163546.545000', '163547.005000', '163547.465000', '163547.925000', '163548.385000', '163548.845000', '163549.305000', '163549.765000', '163550.225000', '163550.685000', '163551.145000', '163551.605000', '163552.065000', '163552.525000', '163552.985000', '163553.445000', '163553.905000', '163554.365000', '163554.825000', '163555.285000', '163555.745000', '163556.205000', '163556.665000', '163557.125000', '163557.585000', '163558.045000', '163558.505000', '163558.965000', '163559.425000', '163559.885000', '163600.345000', '163600.805000', '163601.265000', '163601.725000', '163602.185000', '163602.645000', '163603.105000', '163603.565000', '163604.025000', '163604.485000', '163604.945000', '163605.405000', '163605.865000', '163606.325000', '163606.785000', '163607.245000', '163607.705000', '163608.165000', '163608.625000', '163609.085000', '163609.545000', '163610.005000', '163610.465000', '163610.925000', '163611.385000', '163611.845000', '163612.305000', '163612.765000', '163613.225000', '163613.685000', '163614.145000', '163614.605000', '163615.065000', '163615.525000', '163615.985000', '163616.445000', '163616.905000', '163617.365000', '163617.825000', '163618.285000', '163618.745000', '163619.205000', '163619.665000', '163620.125000', '163620.585000', '163621.045000', '163621.505000', '163621.965000', '163622.425000', '163622.885000', '163623.345000', '163623.805000', '163624.265000', '163624.725000', '163625.185000', '163625.645000', '163626.105000', '163626.565000', '163627.025000', '163627.485000', '163627.945000', '163628.405000', '163628.865000', '163629.325000', '163629.785000', '163630.245000', '163630.705000', '163631.165000', '163631.625000', '163632.085000', '163632.545000', '163633.005000', '163633.465000', '163633.925000', '163634.385000', '163634.845000', '163635.305000', '163635.765000', '163636.225000', '163636.685000', '163637.145000', '163637.605000', '163638.065000', '163638.525000', '163638.985000', '163639.445000', '163639.905000', '163640.365000', '163640.825000', '163641.285000', '163641.745000', '163642.205000', '163642.665000', '163643.125000', '163643.585000', '163644.045000', '163644.505000', '163644.965000', '163645.425000', '163645.885000', '163646.345000', '163646.805000', '163647.265000', '163647.725000', '163648.185000', '163648.645000', '163649.105000', '163649.565000', '163650.025000', '163650.485000', '163650.945000', '163651.405000', '163651.865000', '163652.325000', '163652.785000', '163653.245000', '163653.705000', '163654.165000', '163654.625000', '163655.085000', '163655.545000', '163656.005000', '163656.465000', '163656.925000', '163657.385000', '163657.845000', '163658.305000', '163658.765000', '163659.225000', '163659.685000', '163700.145000', '163700.605000', '163701.065000', '163701.525000', '163701.985000', '163702.445000', '163702.905000', '163703.365000', '163703.825000', '163704.285000', '163704.745000', '163705.205000', '163705.665000', '163706.125000', '163706.585000', '163707.045000', '163707.505000', '163707.965000', '163708.425000', '163708.885000', '163709.345000', '163709.805000', '163710.265000', '163710.725000', '163711.185000', '163711.645000', '163712.105000', '163712.565000', '163713.025000', '163713.485000', '163713.945000', '163714.405000', '163714.865000', '163715.325000', '163715.785000', '163716.245000', '163716.705000', '163717.165000', '163717.625000', '163718.085000', '163718.545000', '163719.005000', '163719.465000', '163719.925000', '163720.385000', '163720.845000', '163721.305000', '163721.765000', '163722.225000', '163722.685000', '163723.145000', '163723.605000', '163724.065000', '163724.525000', '163724.985000', '163725.445000', '163725.905000', '163726.365000', '163726.825000', '163727.285000', '163727.745000', '163728.205000', '163728.665000', '163729.125000', '163729.585000', '163730.045000', '163730.505000', '163730.965000', '163731.425000', '163731.885000', '163732.345000', '163732.805000', '163733.265000', '163733.725000', '163734.185000', '163734.645000', '163735.105000', '163735.565000', '163736.025000', '163736.485000', '163736.945000', '163737.405000', '163737.865000', '163738.325000', '163738.785000', '163739.245000', '163739.705000', '163740.165000', '163740.625000', '163741.085000', '163741.545000', '163742.005000', '163742.465000', '163742.925000', '163743.385000', '163743.845000', '163744.305000', '163744.765000', '163745.225000', '163745.685000', '163746.145000', '163746.605000', '163747.065000', '163747.525000', '163747.985000', '163748.445000', '163748.905000', '163749.365000', '163749.825000', '163750.285000', '163750.745000', '163751.205000', '163751.665000', '163752.125000', '163752.585000', '163753.045000', '163753.505000', '163753.965000', '163754.425000', '163754.885000', '163755.345000', '163755.805000', '163756.265000', '163756.725000', '163757.185000', '163757.645000', '163758.105000', '163758.565000', '163759.025000', '163759.485000', '163759.945000', '163800.405000', '163800.865000', '163801.325000', '163801.785000', '163802.245000', '163802.705000', '163803.165000', '163803.625000', '163804.085000', '163804.545000', '163805.005000', '163805.465000', '163805.925000', '163806.385000', '163806.845000', '163807.305000', '163807.765000', '163808.225000', '163808.685000', '163809.145000', '163809.605000', '163810.065000', '163810.525000', '163810.985000', '163811.445000', '163811.905000', '163812.365000', '163812.825000', '163813.285000', '163813.745000', '163814.205000', '163814.665000', '163815.125000', '163815.585000', '163816.045000', '163816.505000', '163816.965000', '163817.425000', '163817.885000', '163818.345000', '163818.805000', '163819.265000', '163819.725000', '163820.185000', '163820.645000', '163821.105000', '163821.565000', '163822.025000', '163822.485000', '163822.945000', '163823.405000', '163823.865000', '163824.325000', '163824.785000', '163825.245000', '163825.705000', '163826.165000', '163826.625000', '163827.085000', '163827.545000', '163828.005000', '163828.465000', '163828.925000', '163829.385000', '163829.845000', '163830.305000', '163830.765000', '163831.225000', '163831.685000', '163832.145000', '163832.605000', '163833.065000', '163833.525000', '163833.985000', '163834.445000', '163834.905000', '163835.365000', '163835.825000', '163836.285000', '163836.745000', '163837.205000', '163837.665000', '163838.125000', '163838.585000', '163839.045000', '163839.505000', '163839.965000', '163840.425000', '163840.885000', '163841.345000', '163841.805000', '163842.265000', '163842.725000', '163843.185000', '163843.645000', '163844.105000', '163844.565000', '163845.025000', '163845.485000', '163845.945000', '163846.405000', '163846.865000', '163847.325000', '163847.785000', '163848.245000', '163848.705000', '163849.165000', '163849.625000', '163850.085000', '163850.545000', '163851.005000', '163851.465000', '163851.925000', '163852.385000', '163852.845000', '163853.305000', '163853.765000', '163854.225000', '163854.685000', '163855.145000', '163855.605000', '163856.065000', '163856.525000', '163856.985000', '163857.445000', '163857.905000', '163858.365000', '163858.825000', '163859.285000', '163859.745000', '163900.205000', '163900.665000', '163901.125000', '163901.585000', '163902.045000', '163902.505000', '163902.965000', '163903.425000', '163903.885000', '163904.345000', '163904.805000', '163905.265000', '163905.725000', '163906.185000', '163906.645000', '163907.105000', '163907.565000', '163908.025000', '163908.485000', '163908.945000', '163909.405000', '163909.865000', '163910.325000', '163910.785000', '163911.245000', '163911.705000', '163912.165000', '163912.625000', '163913.085000', '163913.545000', '163914.005000', '163914.465000', '163914.925000', '163915.385000', '163915.845000', '163916.305000', '163916.765000', '163917.225000', '163917.685000', '163918.145000', '163918.605000', '163919.065000', '163919.525000', '163919.985000', '163920.445000', '163920.905000', '163921.365000', '163921.825000', '163922.285000', '163922.745000', '163923.205000', '163923.665000', '163924.125000', '163924.585000', '163925.045000', '163925.505000', '163925.965000', '163926.425000', '163926.885000', '163927.345000', '163927.805000', '163928.265000', '163928.725000', '163929.185000', '163929.645000', '163930.105000', '163930.565000', '163931.025000', '163931.485000', '163931.945000', '163932.405000', '163932.865000', '163933.325000', '163933.785000', '163934.245000', '163934.705000', '163935.165000', '163935.625000', '163936.085000', '163936.545000', '163937.005000', '163937.465000', '163937.925000', '163938.385000', '163938.845000', '163939.305000', '163939.765000', '163940.225000', '163940.685000', '163941.145000', '163941.605000', '163942.065000', '163942.525000', '163942.985000', '163943.445000', '163943.905000', '163944.365000', '163944.825000', '163945.285000', '163945.745000', '163946.205000', '163946.665000', '163947.125000', '163947.585000', '163948.045000', '163948.505000', '163948.965000', '163949.425000', '163949.885000', '163950.345000', '163950.805000', '163951.265000', '163951.725000', '163952.185000', '163952.645000', '163953.105000', '163953.565000', '163954.025000', '163954.485000', '163954.945000', '163955.405000', '163955.865000', '163956.325000', '163956.785000', '163957.245000', '163957.705000', '163958.165000', '163958.625000', '163959.085000', '163959.545000', '164000.005000', '164000.465000', '164000.925000', '164001.385000', '164001.845000', '164002.305000', '164002.765000', '164003.225000', '164003.685000', '164004.145000', '164004.605000', '164005.065000', '164005.525000', '164005.985000', '164006.445000', '164006.905000', '164007.365000', '164007.825000', '164008.285000', '164008.745000', '164009.205000', '164009.665000', '164010.125000', '164010.585000', '164011.045000', '164011.505000', '164011.965000', '164012.425000', '164012.885000', '164013.345000', '164013.805000', '164014.265000', '164014.725000', '164015.185000', '164015.645000', '164016.105000', '164016.565000', '164017.025000', '164017.485000', '164017.945000', '164018.405000', '164018.865000', '164019.325000', '164019.785000', '164020.245000', '164020.705000', '164021.165000', '164021.625000', '164022.085000', '164022.545000', '164023.005000', '164023.465000', '164023.925000', '164024.385000', '164024.845000', '164025.305000', '164025.765000', '164026.225000', '164026.685000', '164027.145000', '164027.605000', '164028.065000', '164028.525000', '164028.985000', '164029.445000', '164029.905000', '164030.365000', '164030.825000', '164031.285000', '164031.745000', '164032.205000', '164032.665000', '164033.125000', '164033.585000', '164034.045000', '164034.505000', '164034.965000', '164035.425000', '164035.885000', '164036.345000', '164036.805000', '164037.265000', '164037.725000', '164038.185000', '164038.645000', '164039.105000', '164039.565000', '164040.025000', '164040.485000', '164040.945000', '164041.405000', '164041.865000', '164042.325000', '164042.785000', '164043.245000', '164043.705000', '164044.165000', '164044.625000', '164045.085000', '164045.545000', '164046.005000', '164046.465000', '164046.925000', '164047.385000', '164047.845000', '164048.305000', '164048.765000', '164049.225000', '164049.685000', '164050.145000', '164050.605000', '164051.065000', '164051.525000', '164051.985000', '164052.445000', '164052.905000', '164053.365000', '164053.825000', '164054.285000', '164054.745000', '164055.205000', '164055.665000', '164056.125000', '164056.585000', '164057.045000', '164057.505000', '164057.965000', '164058.425000', '164058.885000', '164059.345000', '164059.805000', '164100.265000', '164100.725000', '164101.185000', '164101.645000', '164102.105000', '164102.565000', '164103.025000', '164103.485000', '164103.945000', '164104.405000', '164104.865000', '164105.325000', '164105.785000', '164106.245000', '164106.705000', '164107.165000', '164107.625000', '164108.085000', '164108.545000', '164109.005000', '164109.465000', '164109.925000', '164110.385000', '164110.845000', '164111.305000', '164111.765000', '164112.225000', '164112.685000', '164113.145000', '164113.605000', '164114.065000', '164114.525000', '164114.985000', '164115.445000', '164115.905000', '164116.365000', '164116.825000', '164117.285000', '164117.745000', '164118.205000', '164118.665000', '164119.125000', '164119.585000', '164120.045000', '164120.505000', '164120.965000', '164121.425000', '164121.885000', '164122.345000', '164122.805000', '164123.265000', '164123.725000', '164124.185000', '164124.645000', '164125.105000', '164125.565000', '164126.025000', '164126.485000', '164126.945000', '164127.405000', '164127.865000', '164128.325000', '164128.785000', '164129.245000', '164129.705000', '164130.165000', '164130.625000', '164131.085000', '164131.545000', '164132.005000', '164132.465000', '164132.925000', '164133.385000', '164133.845000', '164134.305000', '164134.765000', '164135.225000', '164135.685000', '164136.145000', '164136.605000', '164137.065000', '164137.525000', '164137.985000', '164138.445000', '164138.905000', '164139.365000', '164139.825000', '164140.285000', '164140.745000', '164141.205000', '164141.665000', '164142.125000', '164142.585000', '164143.045000', '164143.505000', '164143.965000', '164144.425000', '164144.885000', '164145.345000', '164145.805000', '164146.265000', '164146.725000', '164147.185000', '164147.645000', '164148.105000', '164148.565000', '164149.025000', '164149.485000', '164149.945000', '164150.405000', '164150.865000', '164151.325000', '164151.785000', '164152.245000', '164152.705000', '164153.165000', '164153.625000', '164154.085000', '164154.545000', '164155.005000', '164155.465000', '164155.925000', '164156.385000', '164156.845000', '164157.305000', '164157.765000', '164158.225000', '164158.685000', '164159.145000', '164159.605000', '164200.065000', '164200.525000', '164200.985000', '164201.445000', '164201.905000', '164202.365000', '164202.825000', '164203.285000', '164203.745000', '164204.205000', '164204.665000', '164205.125000', '164205.585000', '164206.045000', '164206.505000', '164206.965000', '164207.425000', '164207.885000', '164208.345000', '164208.805000', '164209.265000', '164209.725000', '164210.185000', '164210.645000', '164211.105000', '164211.565000', '164212.025000', '164212.485000', '164212.945000', '164213.405000', '164213.865000', '164214.325000'], 'ContentTime': ['163553.532000', '163553.535000', '163553.538000', '163553.540000', '163553.543000', '163553.545000', '163553.548000', '163553.550000', '163553.557000', '163553.560000', '163553.562000', '163553.565000', '163553.567000', '163553.570000', '163553.572000', '163553.575000', '163553.577000', '163553.580000', '163553.583000', '163553.585000', '163553.593000', '163553.595000', '163553.598000', '163553.600000', '163553.603000', '163553.605000', '163553.608000', '163553.611000', '163553.613000', '163553.616000', '163553.619000', '163553.621000', '163553.624000', '163553.626000', '163553.629000', '163553.631000', '163553.634000', '163553.637000', '163553.639000', '163553.642000', '163613.503000', '163613.520000', '163613.523000', '163613.526000', '163613.528000', '163613.531000', '163613.533000', '163613.536000', '163613.538000', '163613.541000', '163613.543000', '163613.546000', '163613.549000', '163613.551000', '163613.554000', '163613.556000', '163613.559000', '163613.561000', '163613.564000', '163613.567000', '163613.569000', '163613.572000', '163613.574000', '163613.577000', '163613.579000', '163613.582000', '163613.585000', '163613.587000', '163613.590000', '163613.592000', '163613.595000', '163613.598000', '163613.600000', '163613.603000', '163613.606000', '163613.608000', '163613.611000', '163613.613000', '163613.616000', '163613.618000', '163613.621000', '163613.624000', '163613.626000', '163613.629000', '163633.504000', '163633.506000', '163633.509000', '163633.511000', '163633.514000', '163633.517000', '163633.519000', '163633.522000', '163633.524000', '163633.527000', '163633.529000', '163633.532000', '163633.535000', '163633.537000', '163633.540000', '163633.542000', '163633.545000', '163633.547000', '163633.550000', '163633.553000', '163633.555000', '163633.558000', '163633.560000', '163633.563000', '163633.565000', '163633.568000', '163633.570000', '163633.573000', '163633.575000', '163633.578000', '163633.581000', '163633.583000', '163633.586000', '163633.588000', '163633.599000', '163633.602000', '163633.604000', '163633.607000', '163633.609000', '163633.612000', '163633.615000', '163633.617000', '163633.620000', '163653.503000', '163653.506000', '163653.509000', '163653.511000', '163653.514000', '163653.516000', '163653.519000', '163653.521000', '163653.524000', '163653.527000', '163653.529000', '163653.532000', '163653.534000', '163653.537000', '163653.539000', '163653.542000', '163653.545000', '163653.547000', '163653.550000', '163653.552000', '163653.555000', '163653.557000', '163653.560000', '163653.563000', '163653.565000', '163653.568000', '163653.570000', '163653.573000', '163653.575000', '163653.578000', '163653.581000', '163653.583000', '163653.591000', '163653.594000', '163653.596000', '163653.599000', '163653.602000', '163653.604000', '163653.607000', '163653.610000', '163653.612000', '163653.615000', '163653.617000', '163653.620000', '163713.504000', '163713.506000', '163713.509000', '163713.512000', '163713.514000', '163713.517000', '163713.519000', '163713.522000', '163713.524000', '163713.527000', '163713.529000', '163713.532000', '163713.535000', '163713.537000', '163713.540000', '163713.542000', '163713.545000', '163713.547000', '163713.550000', '163713.553000', '163713.555000', '163713.558000', '163713.560000', '163713.563000', '163713.566000', '163713.568000', '163713.571000', '163713.573000', '163713.576000', '163713.578000', '163713.581000', '163713.583000', '163713.586000', '163713.589000', '163713.591000', '163713.594000', '163713.596000', '163713.599000', '163713.602000', '163713.604000', '163713.607000', '163713.609000', '163713.612000', '163733.503000', '163733.506000', '163733.509000', '163733.511000', '163733.514000', '163733.517000', '163733.519000', '163733.522000', '163733.524000', '163733.527000', '163733.530000', '163733.532000', '163733.535000', '163733.537000', '163733.540000', '163733.543000', '163733.545000', '163733.548000', '163733.550000', '163733.553000', '163733.555000', '163733.558000', '163733.560000', '163733.563000', '163733.566000', '163733.568000', '163733.571000', '163733.573000', '163733.576000', '163733.579000', '163733.581000', '163733.584000', '163733.586000', '163733.589000', '163733.591000', '163733.594000', '163733.597000', '163733.599000', '163733.602000', '163733.605000', '163733.616000', '163733.619000', '163733.621000', '163733.624000', '163753.504000', '163753.506000', '163753.509000', '163753.512000', '163753.514000', '163753.517000', '163753.519000', '163753.522000', '163753.524000', '163753.527000', '163753.530000', '163753.532000', '163753.535000', '163753.537000', '163753.540000', '163753.542000', '163753.545000', '163753.548000', '163753.550000', '163753.553000', '163753.555000', '163753.558000', '163753.560000', '163753.563000', '163753.566000', '163753.568000', '163753.571000', '163753.573000', '163753.576000', '163753.579000', '163753.581000', '163753.584000', '163753.586000', '163753.589000', '163753.591000', '163753.594000', '163753.597000', '163753.599000', '163753.602000', '163753.604000', '163753.607000', '163753.610000', '163753.612000', '163813.503000', '163813.506000', '163813.509000', '163813.511000', '163813.514000', '163813.516000', '163813.519000', '163813.522000', '163813.524000', '163813.527000', '163813.529000', '163813.532000', '163813.535000', '163813.537000', '163813.540000', '163813.542000', '163813.545000', '163813.548000', '163813.550000', '163813.553000', '163813.555000', '163813.558000', '163813.560000', '163813.563000', '163813.566000', '163813.568000', '163813.571000', '163813.573000', '163813.576000', '163813.579000', '163813.581000', '163813.584000', '163813.586000', '163813.589000', '163813.592000', '163813.594000', '163813.597000', '163813.599000', '163813.602000', '163813.605000', '163813.607000', '163813.610000', '163813.612000', '163813.615000', '163833.504000', '163833.506000', '163833.509000', '163833.512000', '163833.514000', '163833.517000', '163833.519000', '163833.522000', '163833.525000', '163833.527000', '163833.530000', '163833.532000', '163833.535000', '163833.537000', '163833.540000', '163833.543000', '163833.545000', '163833.548000', '163833.550000', '163833.553000', '163833.555000', '163833.558000', '163833.561000', '163833.563000', '163833.566000', '163833.568000', '163833.571000', '163833.574000', '163833.576000', '163833.579000', '163833.581000', '163833.584000', '163833.586000', '163833.589000', '163833.592000', '163833.594000', '163833.597000', '163833.600000', '163833.602000', '163833.605000', '163833.607000', '163833.610000', '163833.612000', '163853.504000', '163853.506000', '163853.509000', '163853.512000', '163853.514000', '163853.518000', '163853.521000', '163853.523000', '163853.526000', '163853.529000', '163853.531000', '163853.534000', '163853.536000', '163853.539000', '163853.542000', '163853.544000', '163853.547000', '163853.549000', '163853.552000', '163853.554000', '163853.557000', '163853.560000', '163853.562000', '163853.565000', '163853.572000', '163853.574000', '163853.577000', '163853.579000', '163853.582000', '163853.585000', '163853.587000', '163853.590000', '163853.592000', '163853.595000', '163853.598000', '163853.600000', '163853.603000', '163853.606000', '163853.608000', '163853.611000', '163853.613000', '163853.616000', '163853.619000', '163853.621000', '163913.504000', '163913.506000', '163913.509000', '163913.512000', '163913.514000', '163913.517000', '163913.519000', '163913.522000', '163913.524000', '163913.527000', '163913.530000', '163913.532000', '163913.535000', '163913.537000', '163913.540000', '163913.542000', '163913.545000', '163913.548000', '163913.550000', '163913.553000', '163913.555000', '163913.567000', '163913.570000', '163913.572000', '163913.575000', '163913.578000', '163913.580000', '163913.583000', '163913.585000', '163913.588000', '163913.590000', '163913.593000', '163913.596000', '163913.598000', '163913.601000', '163913.603000', '163913.606000', '163913.608000', '163913.611000', '163913.614000', '163913.616000', '163913.619000', '163913.621000', '163933.503000', '163933.506000', '163933.509000', '163933.511000', '163933.514000', '163933.517000', '163933.519000', '163933.522000', '163933.524000', '163933.527000', '163933.529000', '163933.532000', '163933.535000', '163933.537000', '163933.540000', '163933.542000', '163933.545000', '163933.548000', '163933.550000', '163933.553000', '163933.555000', '163933.558000', '163933.561000', '163933.563000', '163933.566000', '163933.568000', '163933.571000', '163933.574000', '163933.576000', '163933.579000', '163933.581000', '163933.584000', '163933.586000', '163933.589000', '163933.592000', '163933.594000', '163933.597000', '163933.599000', '163933.602000', '163933.605000', '163933.607000', '163933.610000', '163933.612000', '163933.615000', '163953.503000', '163953.506000', '163953.509000', '163953.511000', '163953.514000', '163953.517000', '163953.519000', '163953.522000', '163953.525000', '163953.527000', '163953.530000', '163953.532000', '163953.535000', '163953.537000', '163953.540000', '163953.543000', '163953.545000', '163953.548000', '163953.550000', '163953.553000', '163953.555000', '163953.558000', '163953.561000', '163953.563000', '163953.566000', '163953.568000', '163953.571000', '163953.573000', '163953.576000', '163953.579000', '163953.581000', '163953.584000', '163953.587000', '163953.589000', '163953.592000', '163953.594000', '163953.597000', '163953.600000', '163953.602000', '163953.605000', '163953.607000', '163953.610000', '163953.612000', '164013.504000', '164013.507000', '164013.509000', '164013.512000', '164013.514000', '164013.517000', '164013.519000', '164013.522000', '164013.525000', '164013.527000', '164013.530000', '164013.532000', '164013.535000', '164013.538000', '164013.540000', '164013.543000', '164013.545000', '164013.548000', '164013.550000', '164013.553000', '164013.556000', '164013.559000', '164013.562000', '164013.564000', '164013.567000', '164013.569000', '164013.572000', '164013.575000', '164013.577000', '164013.580000', '164013.582000', '164013.585000', '164013.588000', '164013.590000', '164013.593000', '164013.595000', '164013.598000', '164013.601000', '164013.603000', '164013.606000', '164013.609000', '164013.612000', '164013.614000', '164033.503000', '164033.506000', '164033.509000', '164033.511000', '164033.514000', '164033.517000', '164033.519000', '164033.522000', '164033.524000', '164033.527000', '164033.530000', '164033.532000', '164033.535000', '164033.537000', '164033.540000', '164033.543000', '164033.545000', '164033.548000', '164033.551000', '164033.553000', '164033.556000', '164033.558000', '164033.561000', '164033.563000', '164033.566000', '164033.569000', '164033.571000', '164033.574000', '164033.577000', '164033.579000', '164033.582000', '164033.584000', '164033.587000', '164033.590000', '164033.592000', '164033.595000', '164033.597000', '164033.600000', '164033.603000', '164033.605000', '164033.608000', '164033.610000', '164033.613000', '164033.615000', '164053.504000', '164053.507000', '164053.509000', '164053.525000', '164053.527000', '164053.530000', '164053.532000', '164053.535000', '164053.537000', '164053.540000', '164053.543000', '164053.545000', '164053.548000', '164053.550000', '164053.553000', '164053.556000', '164053.558000', '164053.561000', '164053.563000', '164053.566000', '164053.569000', '164053.571000', '164053.574000', '164053.576000', '164053.579000', '164053.582000', '164053.584000', '164053.587000', '164053.590000', '164053.592000', '164053.595000', '164053.597000', '164053.600000', '164053.603000', '164053.605000', '164053.608000', '164053.611000', '164053.613000', '164053.616000', '164053.619000', '164053.621000', '164053.624000', '164053.626000', '164113.504000', '164113.506000', '164113.509000', '164113.512000', '164113.514000', '164113.517000', '164113.519000', '164113.522000', '164113.525000', '164113.527000', '164113.530000', '164113.532000', '164113.535000', '164113.538000', '164113.540000', '164113.543000', '164113.545000', '164113.548000', '164113.550000', '164113.553000', '164113.556000', '164113.558000', '164113.561000', '164113.563000', '164113.566000', '164113.569000', '164113.571000', '164113.574000', '164113.577000', '164113.579000', '164113.582000', '164113.584000', '164113.587000', '164113.590000', '164113.592000', '164113.595000', '164113.597000', '164113.600000', '164113.603000', '164113.605000', '164113.608000', '164113.610000', '164113.613000', '164113.615000', '164133.504000', '164133.507000', '164133.509000', '164133.512000', '164133.514000', '164133.517000', '164133.520000', '164133.522000', '164133.525000', '164133.527000', '164133.530000', '164133.533000', '164133.536000', '164133.538000', '164133.541000', '164133.544000', '164133.546000', '164133.549000', '164133.552000', '164133.554000', '164133.557000', '164133.561000', '164133.563000', '164133.566000', '164133.568000', '164133.571000', '164133.573000', '164133.576000', '164133.579000', '164133.582000', '164133.584000', '164133.587000', '164133.590000', '164133.592000', '164133.595000', '164133.598000', '164133.601000', '164133.604000', '164133.606000', '164133.609000', '164133.611000', '164133.614000', '164133.617000', '164153.503000', '164153.506000', '164153.509000', '164153.511000', '164153.514000', '164153.517000', '164153.519000', '164153.522000', '164153.524000', '164153.527000', '164153.529000', '164153.532000', '164153.534000', '164153.537000', '164153.540000', '164153.542000', '164153.545000', '164153.548000', '164153.550000', '164153.553000', '164153.555000', '164153.558000', '164153.560000', '164153.563000', '164153.566000', '164153.568000', '164153.571000', '164153.573000', '164153.576000', '164153.579000', '164153.581000', '164153.584000', '164153.586000', '164153.589000', '164153.592000', '164153.594000', '164153.597000', '164153.599000', '164153.602000', '164153.605000', '164153.607000', '164153.610000', '164153.612000', '164153.615000', '164213.504000', '164213.506000', '164213.509000', '164213.512000', '164213.514000', '164213.517000', '164213.519000', '164213.522000', '164213.524000', '164213.527000', '164213.530000', '164213.532000', '164213.535000', '164213.537000', '164213.553000', '164213.556000', '164213.559000', '164213.561000', '164213.564000', '164213.566000', '164213.569000', '164213.571000', '164213.574000', '164213.577000', '164213.579000', '164213.582000', '164213.584000', '164213.587000', '164213.590000', '164213.592000', '164213.595000', '164213.598000', '164213.600000', '164213.603000', '164213.605000', '164213.608000', '164213.611000', '164213.613000', '164213.616000', '164213.618000', '164213.621000', '164213.624000', '164213.626000', '164215.851000', '164215.855000', '164215.857000', '164215.860000', '164215.863000', '164215.865000'], 'InstanceCreationTime': ['163553.532000', '163553.535000', '163553.538000', '163553.540000', '163553.543000', '163553.545000', '163553.548000', '163553.550000', '163553.557000', '163553.560000', '163553.562000', '163553.565000', '163553.567000', '163553.570000', '163553.572000', '163553.575000', '163553.577000', '163553.580000', '163553.583000', '163553.585000', '163553.593000', '163553.595000', '163553.598000', '163553.600000', '163553.603000', '163553.605000', '163553.608000', '163553.611000', '163553.613000', '163553.616000', '163553.619000', '163553.621000', '163553.624000', '163553.626000', '163553.629000', '163553.631000', '163553.634000', '163553.637000', '163553.639000', '163553.642000', '163613.503000', '163613.520000', '163613.523000', '163613.526000', '163613.528000', '163613.531000', '163613.533000', '163613.536000', '163613.538000', '163613.541000', '163613.543000', '163613.546000', '163613.549000', '163613.551000', '163613.554000', '163613.556000', '163613.559000', '163613.561000', '163613.564000', '163613.567000', '163613.569000', '163613.572000', '163613.574000', '163613.577000', '163613.579000', '163613.582000', '163613.585000', '163613.587000', '163613.590000', '163613.592000', '163613.595000', '163613.598000', '163613.600000', '163613.603000', '163613.606000', '163613.608000', '163613.611000', '163613.613000', '163613.616000', '163613.618000', '163613.621000', '163613.624000', '163613.626000', '163613.629000', '163633.504000', '163633.506000', '163633.509000', '163633.511000', '163633.514000', '163633.517000', '163633.519000', '163633.522000', '163633.524000', '163633.527000', '163633.529000', '163633.532000', '163633.535000', '163633.537000', '163633.540000', '163633.542000', '163633.545000', '163633.547000', '163633.550000', '163633.553000', '163633.555000', '163633.558000', '163633.560000', '163633.563000', '163633.565000', '163633.568000', '163633.570000', '163633.573000', '163633.575000', '163633.578000', '163633.581000', '163633.583000', '163633.586000', '163633.588000', '163633.599000', '163633.602000', '163633.604000', '163633.607000', '163633.609000', '163633.612000', '163633.615000', '163633.617000', '163633.620000', '163653.503000', '163653.506000', '163653.509000', '163653.511000', '163653.514000', '163653.516000', '163653.519000', '163653.521000', '163653.524000', '163653.527000', '163653.529000', '163653.532000', '163653.534000', '163653.537000', '163653.539000', '163653.542000', '163653.545000', '163653.547000', '163653.550000', '163653.552000', '163653.555000', '163653.557000', '163653.560000', '163653.563000', '163653.565000', '163653.568000', '163653.570000', '163653.573000', '163653.575000', '163653.578000', '163653.581000', '163653.583000', '163653.591000', '163653.594000', '163653.596000', '163653.599000', '163653.602000', '163653.604000', '163653.607000', '163653.610000', '163653.612000', '163653.615000', '163653.617000', '163653.620000', '163713.504000', '163713.506000', '163713.509000', '163713.512000', '163713.514000', '163713.517000', '163713.519000', '163713.522000', '163713.524000', '163713.527000', '163713.529000', '163713.532000', '163713.535000', '163713.537000', '163713.540000', '163713.542000', '163713.545000', '163713.547000', '163713.550000', '163713.553000', '163713.555000', '163713.558000', '163713.560000', '163713.563000', '163713.566000', '163713.568000', '163713.571000', '163713.573000', '163713.576000', '163713.578000', '163713.581000', '163713.583000', '163713.586000', '163713.589000', '163713.591000', '163713.594000', '163713.596000', '163713.599000', '163713.602000', '163713.604000', '163713.607000', '163713.609000', '163713.612000', '163733.503000', '163733.506000', '163733.509000', '163733.511000', '163733.514000', '163733.517000', '163733.519000', '163733.522000', '163733.524000', '163733.527000', '163733.530000', '163733.532000', '163733.535000', '163733.537000', '163733.540000', '163733.543000', '163733.545000', '163733.548000', '163733.550000', '163733.553000', '163733.555000', '163733.558000', '163733.560000', '163733.563000', '163733.566000', '163733.568000', '163733.571000', '163733.573000', '163733.576000', '163733.579000', '163733.581000', '163733.584000', '163733.586000', '163733.589000', '163733.591000', '163733.594000', '163733.597000', '163733.599000', '163733.602000', '163733.605000', '163733.616000', '163733.619000', '163733.621000', '163733.624000', '163753.504000', '163753.506000', '163753.509000', '163753.512000', '163753.514000', '163753.517000', '163753.519000', '163753.522000', '163753.524000', '163753.527000', '163753.530000', '163753.532000', '163753.535000', '163753.537000', '163753.540000', '163753.542000', '163753.545000', '163753.548000', '163753.550000', '163753.553000', '163753.555000', '163753.558000', '163753.560000', '163753.563000', '163753.566000', '163753.568000', '163753.571000', '163753.573000', '163753.576000', '163753.579000', '163753.581000', '163753.584000', '163753.586000', '163753.589000', '163753.591000', '163753.594000', '163753.597000', '163753.599000', '163753.602000', '163753.604000', '163753.607000', '163753.610000', '163753.612000', '163813.503000', '163813.506000', '163813.509000', '163813.511000', '163813.514000', '163813.516000', '163813.519000', '163813.522000', '163813.524000', '163813.527000', '163813.529000', '163813.532000', '163813.535000', '163813.537000', '163813.540000', '163813.542000', '163813.545000', '163813.548000', '163813.550000', '163813.553000', '163813.555000', '163813.558000', '163813.560000', '163813.563000', '163813.566000', '163813.568000', '163813.571000', '163813.573000', '163813.576000', '163813.579000', '163813.581000', '163813.584000', '163813.586000', '163813.589000', '163813.592000', '163813.594000', '163813.597000', '163813.599000', '163813.602000', '163813.605000', '163813.607000', '163813.610000', '163813.612000', '163813.615000', '163833.504000', '163833.506000', '163833.509000', '163833.512000', '163833.514000', '163833.517000', '163833.519000', '163833.522000', '163833.525000', '163833.527000', '163833.530000', '163833.532000', '163833.535000', '163833.537000', '163833.540000', '163833.543000', '163833.545000', '163833.548000', '163833.550000', '163833.553000', '163833.555000', '163833.558000', '163833.561000', '163833.563000', '163833.566000', '163833.568000', '163833.571000', '163833.574000', '163833.576000', '163833.579000', '163833.581000', '163833.584000', '163833.586000', '163833.589000', '163833.592000', '163833.594000', '163833.597000', '163833.600000', '163833.602000', '163833.605000', '163833.607000', '163833.610000', '163833.612000', '163853.504000', '163853.506000', '163853.509000', '163853.512000', '163853.514000', '163853.518000', '163853.521000', '163853.523000', '163853.526000', '163853.529000', '163853.531000', '163853.534000', '163853.536000', '163853.539000', '163853.542000', '163853.544000', '163853.547000', '163853.549000', '163853.552000', '163853.554000', '163853.557000', '163853.560000', '163853.562000', '163853.565000', '163853.572000', '163853.574000', '163853.577000', '163853.579000', '163853.582000', '163853.585000', '163853.587000', '163853.590000', '163853.592000', '163853.595000', '163853.598000', '163853.600000', '163853.603000', '163853.606000', '163853.608000', '163853.611000', '163853.613000', '163853.616000', '163853.619000', '163853.621000', '163913.504000', '163913.506000', '163913.509000', '163913.512000', '163913.514000', '163913.517000', '163913.519000', '163913.522000', '163913.524000', '163913.527000', '163913.530000', '163913.532000', '163913.535000', '163913.537000', '163913.540000', '163913.542000', '163913.545000', '163913.548000', '163913.550000', '163913.553000', '163913.555000', '163913.567000', '163913.570000', '163913.572000', '163913.575000', '163913.578000', '163913.580000', '163913.583000', '163913.585000', '163913.588000', '163913.590000', '163913.593000', '163913.596000', '163913.598000', '163913.601000', '163913.603000', '163913.606000', '163913.608000', '163913.611000', '163913.614000', '163913.616000', '163913.619000', '163913.621000', '163933.503000', '163933.506000', '163933.509000', '163933.511000', '163933.514000', '163933.517000', '163933.519000', '163933.522000', '163933.524000', '163933.527000', '163933.529000', '163933.532000', '163933.535000', '163933.537000', '163933.540000', '163933.542000', '163933.545000', '163933.548000', '163933.550000', '163933.553000', '163933.555000', '163933.558000', '163933.561000', '163933.563000', '163933.566000', '163933.568000', '163933.571000', '163933.574000', '163933.576000', '163933.579000', '163933.581000', '163933.584000', '163933.586000', '163933.589000', '163933.592000', '163933.594000', '163933.597000', '163933.599000', '163933.602000', '163933.605000', '163933.607000', '163933.610000', '163933.612000', '163933.615000', '163953.503000', '163953.506000', '163953.509000', '163953.511000', '163953.514000', '163953.517000', '163953.519000', '163953.522000', '163953.525000', '163953.527000', '163953.530000', '163953.532000', '163953.535000', '163953.537000', '163953.540000', '163953.543000', '163953.545000', '163953.548000', '163953.550000', '163953.553000', '163953.555000', '163953.558000', '163953.561000', '163953.563000', '163953.566000', '163953.568000', '163953.571000', '163953.573000', '163953.576000', '163953.579000', '163953.581000', '163953.584000', '163953.587000', '163953.589000', '163953.592000', '163953.594000', '163953.597000', '163953.600000', '163953.602000', '163953.605000', '163953.607000', '163953.610000', '163953.612000', '164013.504000', '164013.507000', '164013.509000', '164013.512000', '164013.514000', '164013.517000', '164013.519000', '164013.522000', '164013.525000', '164013.527000', '164013.530000', '164013.532000', '164013.535000', '164013.538000', '164013.540000', '164013.543000', '164013.545000', '164013.548000', '164013.550000', '164013.553000', '164013.556000', '164013.559000', '164013.562000', '164013.564000', '164013.567000', '164013.569000', '164013.572000', '164013.575000', '164013.577000', '164013.580000', '164013.582000', '164013.585000', '164013.588000', '164013.590000', '164013.593000', '164013.595000', '164013.598000', '164013.601000', '164013.603000', '164013.606000', '164013.609000', '164013.612000', '164013.614000', '164033.503000', '164033.506000', '164033.509000', '164033.511000', '164033.514000', '164033.517000', '164033.519000', '164033.522000', '164033.524000', '164033.527000', '164033.530000', '164033.532000', '164033.535000', '164033.537000', '164033.540000', '164033.543000', '164033.545000', '164033.548000', '164033.551000', '164033.553000', '164033.556000', '164033.558000', '164033.561000', '164033.563000', '164033.566000', '164033.569000', '164033.571000', '164033.574000', '164033.577000', '164033.579000', '164033.582000', '164033.584000', '164033.587000', '164033.590000', '164033.592000', '164033.595000', '164033.597000', '164033.600000', '164033.603000', '164033.605000', '164033.608000', '164033.610000', '164033.613000', '164033.615000', '164053.504000', '164053.507000', '164053.509000', '164053.525000', '164053.527000', '164053.530000', '164053.532000', '164053.535000', '164053.537000', '164053.540000', '164053.543000', '164053.545000', '164053.548000', '164053.550000', '164053.553000', '164053.556000', '164053.558000', '164053.561000', '164053.563000', '164053.566000', '164053.569000', '164053.571000', '164053.574000', '164053.576000', '164053.579000', '164053.582000', '164053.584000', '164053.587000', '164053.590000', '164053.592000', '164053.595000', '164053.597000', '164053.600000', '164053.603000', '164053.605000', '164053.608000', '164053.611000', '164053.613000', '164053.616000', '164053.619000', '164053.621000', '164053.624000', '164053.626000', '164113.504000', '164113.506000', '164113.509000', '164113.512000', '164113.514000', '164113.517000', '164113.519000', '164113.522000', '164113.525000', '164113.527000', '164113.530000', '164113.532000', '164113.535000', '164113.538000', '164113.540000', '164113.543000', '164113.545000', '164113.548000', '164113.550000', '164113.553000', '164113.556000', '164113.558000', '164113.561000', '164113.563000', '164113.566000', '164113.569000', '164113.571000', '164113.574000', '164113.577000', '164113.579000', '164113.582000', '164113.584000', '164113.587000', '164113.590000', '164113.592000', '164113.595000', '164113.597000', '164113.600000', '164113.603000', '164113.605000', '164113.608000', '164113.610000', '164113.613000', '164113.615000', '164133.504000', '164133.507000', '164133.509000', '164133.512000', '164133.514000', '164133.517000', '164133.520000', '164133.522000', '164133.525000', '164133.527000', '164133.530000', '164133.533000', '164133.536000', '164133.538000', '164133.541000', '164133.544000', '164133.546000', '164133.549000', '164133.552000', '164133.554000', '164133.557000', '164133.561000', '164133.563000', '164133.566000', '164133.568000', '164133.571000', '164133.573000', '164133.576000', '164133.579000', '164133.582000', '164133.584000', '164133.587000', '164133.590000', '164133.592000', '164133.595000', '164133.598000', '164133.601000', '164133.604000', '164133.606000', '164133.609000', '164133.611000', '164133.614000', '164133.617000', '164153.503000', '164153.506000', '164153.509000', '164153.511000', '164153.514000', '164153.517000', '164153.519000', '164153.522000', '164153.524000', '164153.527000', '164153.529000', '164153.532000', '164153.534000', '164153.537000', '164153.540000', '164153.542000', '164153.545000', '164153.548000', '164153.550000', '164153.553000', '164153.555000', '164153.558000', '164153.560000', '164153.563000', '164153.566000', '164153.568000', '164153.571000', '164153.573000', '164153.576000', '164153.579000', '164153.581000', '164153.584000', '164153.586000', '164153.589000', '164153.592000', '164153.594000', '164153.597000', '164153.599000', '164153.602000', '164153.605000', '164153.607000', '164153.610000', '164153.612000', '164153.615000', '164213.504000', '164213.506000', '164213.509000', '164213.512000', '164213.514000', '164213.517000', '164213.519000', '164213.522000', '164213.524000', '164213.527000', '164213.530000', '164213.532000', '164213.535000', '164213.537000', '164213.553000', '164213.556000', '164213.559000', '164213.561000', '164213.564000', '164213.566000', '164213.569000', '164213.571000', '164213.574000', '164213.577000', '164213.579000', '164213.582000', '164213.584000', '164213.587000', '164213.590000', '164213.592000', '164213.595000', '164213.598000', '164213.600000', '164213.603000', '164213.605000', '164213.608000', '164213.611000', '164213.613000', '164213.616000', '164213.618000', '164213.621000', '164213.624000', '164213.626000', '164215.851000', '164215.855000', '164215.857000', '164215.860000', '164215.863000', '164215.865000'], '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': [15015, 16334, 15498, 11650, 19199, 14787, 16753, 14414, 12340, 17121, 11565, 18471, 14260, 18640, 14453, 18362, 14605, 11414, 17891, 12366, 18105, 14399, 11573, 16176, 11884, 18477, 14635, 10938, 16964, 13966, 18190, 14338, 11802, 16950, 11917, 18869, 15006, 17567, 14488, 10547, 17427, 13546, 18084, 14437, 11184, 16771, 11681, 18894, 14433, 18380, 14691, 10609, 16898, 12353, 18628, 14904, 18156, 14937, 10913, 16499, 11230, 17545, 13575, 18174, 14681, 13852, 14930, 11062, 17555, 12158, 18354, 14002, 18054, 14279, 18524, 14527, 14542, 15027, 10517, 17391, 12721, 18415, 14467, 15008, 14244, 10451, 17089, 13299, 17858, 14023, 11636, 16640, 11666, 18853, 14704, 18593, 14935, 11293, 16897, 11466, 18466, 14560, 18266, 14702, 10643, 16472, 12874, 17839, 14148, 11352, 16310, 12371, 18239, 14281, 13002, 15934, 11344, 18288, 13764, 18293, 14328, 11626, 15957, 11496, 18319, 13665, 12208, 15928, 11203, 18246, 14416, 10958, 15706, 11525, 18428, 14181, 16151, 14752, 10437, 17882, 14210, 18236, 14628, 12287, 16457, 10939, 18453, 13840, 18136, 14384, 13754, 14644, 10269, 16999, 12453, 18452, 14182, 10492, 15757, 11015, 17897, 13853, 14680, 14004, 10236, 17111, 11609, 18308, 14270, 18056, 14251, 11477, 15856, 10980, 17788, 13336, 15842, 14043, 10476, 16137, 11278, 17804, 13677, 17626, 13863, 14095, 14545, 10112, 17229, 13386, 17537, 13816, 10886, 15196, 10551, 17343, 13117, 16980, 13062, 11191, 14515, 11514, 11508, 14602, 11007, 16158, 13279, 12991, 13723, 12678, 15050, 11765, 16474, 10919, 17520, 13109, 17980, 13591, 11883, 14985, 10753, 17890, 13840, 18282, 13805, 17141, 14402, 11382, 14945, 10629, 16957, 13201, 16720, 13075, 9764, 14836, 10657, 16644, 12733, 16827, 13354, 11547, 14408, 10072, 16269, 10903, 17491, 13013, 17417, 13256, 14395, 13464, 10052, 16483, 11703, 17908, 13254, 16195, 13705, 10011, 15431, 10743, 17214, 12922, 13059, 14389, 10216, 17297, 13001, 16301, 13672, 10412, 16185, 12246, 11571, 14398, 11005, 17593, 13490, 14024, 13784, 9916, 16305, 12518, 16955, 13230, 10073, 15622, 11755, 17688, 13418, 11492, 14528, 10401, 17263, 12808, 16681, 13627, 12308, 14262, 10218, 17003, 12271, 17775, 13577, 16128, 14088, 9886, 15542, 11160, 17509, 13112, 14942, 13467, 10226, 16371, 12315, 16896, 13274, 11364, 14836, 10614, 17906, 13307, 13966, 13730, 10507, 16611, 12581, 15446, 13900, 9936, 15827, 12586, 15386, 13556, 10095, 17040, 12543, 17328, 14102, 10240, 15964, 12516, 11604, 14049, 10714, 17578, 13366, 13769, 14162, 10094, 17126, 13156, 18680, 14110, 9952, 15640, 11608, 17449, 13531, 9686, 15044, 10415, 17035, 12913, 14573, 13763, 10188, 16322, 12207, 17897, 13509, 9715, 15048, 11058, 17050, 13207, 12589, 13623, 10107, 16240, 11771, 17107, 13328, 17055, 13849, 10066, 15339, 11480, 17595, 13387, 11205, 14937, 10786, 17245, 12885, 12243, 13763, 10641, 17232, 12991, 14225, 13898, 10305, 16518, 11267, 18229, 13622, 17317, 13343, 16108, 13805, 10038, 15290, 11271, 17194, 12837, 11252, 14424, 10332, 16594, 12863, 17577, 13021, 12107, 14344, 10145, 16438, 11951, 17618, 13334, 14120, 13477, 9740, 15841, 11028, 17465, 13255, 16328, 13070, 10300, 15094, 10718, 17083, 12986, 14856, 13768, 9763, 15780, 11773, 17236, 12760, 11552, 14678, 10066, 16881, 11826, 17234, 12662, 14622, 13304, 9656, 15462, 11008, 17735, 13051, 16348, 13043, 12930, 14049, 9995, 16408, 11221, 17957, 13231, 17303, 13502, 9645, 14490, 10776, 16824, 12668, 13404, 13756, 9850, 16215, 12330, 17540, 13464, 12353, 14848, 10034, 17306, 13275, 16288, 13165, 10041, 15460, 11585, 17485, 13448, 12960, 14179, 9974, 16909, 12760, 17014, 13467, 11281, 15315, 10632, 17528, 13306, 16507, 13340, 10128, 15157, 10332, 17656, 12666, 16826, 13864, 9738, 14646, 10882, 16930, 13038, 11060, 14355, 11062, 17845, 13656, 12269, 13928, 9997, 16884, 12778, 14179, 13562, 9801, 16566, 12655, 15321, 13085, 9745, 16507, 12545, 17382, 13730, 10114, 15245, 11003, 17717, 13173, 16804, 13293, 10149, 14517, 9995, 16444, 12301, 16344, 12686, 10769, 13618, 10088, 16959, 12226, 16284, 12858, 10610, 14479, 10115, 17424, 12773, 16264, 13442, 9718, 15484, 11798, 17412, 12763, 10103, 13623, 11230, 14341, 12911, 10969, 11791, 12162, 10004, 16811, 10732, 17035, 11247, 17578, 12191, 19150, 13543, 18832, 14006, 15644, 14085, 11922, 16479, 12119, 15741, 13908, 10050, 15864, 10372, 17405, 12582, 17379, 13003, 13410, 13287, 10059, 14156, 9638, 15932, 9797, 16231, 12262, 16987, 12855, 11043, 13123, 9401, 15397, 11240, 16879, 12430, 10912, 13661, 9252, 16120, 11957, 17533, 13230, 11051, 13751, 9435, 16463, 11648, 17049, 12968, 11914, 13075, 8920, 15251, 9572, 16667, 12360, 14419, 12212, 8783, 14242, 9875, 17285, 12407, 11626, 12703, 8953, 15269, 9795, 17202, 12530, 16907, 12482, 12431, 12926, 9143, 15167, 9923, 16491, 12196, 15229, 12726, 9102, 14073, 9748, 16731, 12235, 16700, 12915, 10265, 12927, 9016, 15819, 10527, 17394, 12318, 14544, 12592, 8904, 15001, 10661, 16587, 12379, 9984, 13297, 9165, 16557, 12092, 15874, 12506, 10172, 13792, 9008, 16755, 12027, 16564, 12220, 11345, 13077, 8771, 16365, 11650, 14795, 12766, 9510, 13689, 9933, 16525, 12188, 12340, 13270, 8773, 15972, 11757, 12899, 13001, 9469, 16340, 11782, 14518, 12465, 9059, 15277, 11120, 16279, 12094, 9537, 13489, 9519, 18113, 12339, 11867, 13048, 8713, 17406, 12183, 12562, 12564, 9086, 16527, 11500, 18063, 13527, 9471, 13855, 9236, 16977, 12185, 16048, 12769, 9200, 13883, 9341, 16539, 12130, 12782, 12657, 9247, 15319, 9565, 16865, 12111, 16491, 12421, 11579, 12768, 8956, 14874, 10381, 16668, 12043, 14011, 11718, 9170, 12869, 8890, 15184, 9804, 16713, 11911, 16828, 12287, 12317, 12841, 9083, 13433, 8787, 15337, 11258, 16052, 11624, 12341, 12146, 8826, 14411, 9949, 16552, 11927, 11815, 12099, 9271, 15369, 10615, 16941, 11896, 15477, 12186, 11123, 13092, 8892, 15626, 10765, 16633, 12140, 12154, 12337, 8752, 13853, 10442, 16816, 12007, 9489, 12513, 8913, 16026, 11138, 17008, 12155, 15896, 12292, 9834, 13408, 9628, 15998, 11567, 11436, 12634, 8952, 15706, 11162, 16059, 12498, 9215, 14065, 9050, 17178, 12112, 11324, 12502, 8688, 16539, 12224, 8724, 13454], 'WindowCenter': [4767.0, 4760.0, 4749.0, 4696.0, 4754.0, 4725.0, 4733.0, 4712.0, 4692.0, 4732.0, 4682.0, 4741.0, 4711.0, 4729.0, 4711.0, 4728.0, 4710.0, 4680.0, 4729.0, 4689.0, 4728.0, 4698.0, 4679.0, 4721.0, 4680.0, 4731.0, 4712.0, 4682.0, 4731.0, 4711.0, 4743.0, 4712.0, 4692.0, 4732.0, 4692.0, 4742.0, 4722.0, 4732.0, 4723.0, 4684.0, 4732.0, 4703.0, 4742.0, 4712.0, 4695.0, 4732.0, 4693.0, 4744.0, 4713.0, 4731.0, 4724.0, 4673.0, 4733.0, 4691.0, 4740.0, 4713.0, 4732.0, 4710.0, 4671.0, 4719.0, 4669.0, 4730.0, 4700.0, 4730.0, 4710.0, 4701.0, 4710.0, 4681.0, 4731.0, 4692.0, 4743.0, 4701.0, 4731.0, 4713.0, 4731.0, 4712.0, 4700.0, 4710.0, 4661.0, 4718.0, 4690.0, 4729.0, 4725.0, 4710.0, 4711.0, 4671.0, 4728.0, 4702.0, 4742.0, 4714.0, 4692.0, 4732.0, 4684.0, 4743.0, 4724.0, 4741.0, 4723.0, 4683.0, 4732.0, 4682.0, 4732.0, 4712.0, 4730.0, 4712.0, 4674.0, 4721.0, 4692.0, 4731.0, 4713.0, 4682.0, 4732.0, 4694.0, 4742.0, 4712.0, 4704.0, 4723.0, 4682.0, 4731.0, 4700.0, 4730.0, 4712.0, 4682.0, 4711.0, 4681.0, 4730.0, 4700.0, 4690.0, 4721.0, 4683.0, 4729.0, 4713.0, 4673.0, 4722.0, 4681.0, 4731.0, 4703.0, 4710.0, 4712.0, 4662.0, 4730.0, 4699.0, 4729.0, 4701.0, 4680.0, 4707.0, 4658.0, 4717.0, 4686.0, 4716.0, 4712.0, 4699.0, 4712.0, 4658.0, 4717.0, 4680.0, 4728.0, 4698.0, 4659.0, 4707.0, 4673.0, 4730.0, 4702.0, 4712.0, 4702.0, 4662.0, 4721.0, 4682.0, 4730.0, 4699.0, 4720.0, 4700.0, 4669.0, 4710.0, 4659.0, 4728.0, 4691.0, 4708.0, 4701.0, 4660.0, 4711.0, 4670.0, 4720.0, 4690.0, 4718.0, 4701.0, 4699.0, 4711.0, 4661.0, 4720.0, 4690.0, 4718.0, 4689.0, 4660.0, 4699.0, 4659.0, 4731.0, 4715.0, 4732.0, 4703.0, 4682.0, 4700.0, 4682.0, 4682.0, 4711.0, 4683.0, 4721.0, 4703.0, 4691.0, 4700.0, 4680.0, 4699.0, 4668.0, 4709.0, 4658.0, 4705.0, 4676.0, 4704.0, 4674.0, 4653.0, 4684.0, 4645.0, 4704.0, 4674.0, 4705.0, 4676.0, 4693.0, 4673.0, 4638.0, 4670.0, 4631.0, 4680.0, 4650.0, 4679.0, 4660.0, 4621.0, 4672.0, 4644.0, 4693.0, 4664.0, 4703.0, 4675.0, 4654.0, 4685.0, 4634.0, 4695.0, 4647.0, 4705.0, 4677.0, 4705.0, 4678.0, 4687.0, 4676.0, 4648.0, 4706.0, 4668.0, 4716.0, 4679.0, 4706.0, 4688.0, 4647.0, 4697.0, 4657.0, 4718.0, 4690.0, 4690.0, 4699.0, 4660.0, 4730.0, 4701.0, 4722.0, 4702.0, 4671.0, 4721.0, 4693.0, 4681.0, 4711.0, 4682.0, 4734.0, 4704.0, 4712.0, 4703.0, 4662.0, 4721.0, 4692.0, 4732.0, 4702.0, 4664.0, 4721.0, 4681.0, 4731.0, 4701.0, 4683.0, 4712.0, 4672.0, 4731.0, 4691.0, 4720.0, 4701.0, 4681.0, 4701.0, 4660.0, 4719.0, 4679.0, 4719.0, 4701.0, 4711.0, 4700.0, 4650.0, 4709.0, 4669.0, 4728.0, 4689.0, 4708.0, 4690.0, 4660.0, 4720.0, 4681.0, 4721.0, 4703.0, 4682.0, 4712.0, 4671.0, 4731.0, 4700.0, 4701.0, 4701.0, 4662.0, 4719.0, 4691.0, 4709.0, 4701.0, 4661.0, 4721.0, 4692.0, 4711.0, 4701.0, 4661.0, 4720.0, 4691.0, 4720.0, 4713.0, 4661.0, 4720.0, 4692.0, 4681.0, 4711.0, 4672.0, 4732.0, 4702.0, 4701.0, 4702.0, 4661.0, 4720.0, 4692.0, 4730.0, 4689.0, 4648.0, 4698.0, 4671.0, 4718.0, 4689.0, 4639.0, 4698.0, 4657.0, 4708.0, 4680.0, 4699.0, 4688.0, 4648.0, 4707.0, 4678.0, 4718.0, 4689.0, 4649.0, 4698.0, 4669.0, 4719.0, 4690.0, 4679.0, 4701.0, 4660.0, 4709.0, 4680.0, 4720.0, 4700.0, 4720.0, 4700.0, 4650.0, 4698.0, 4669.0, 4719.0, 4689.0, 4669.0, 4697.0, 4670.0, 4718.0, 4688.0, 4679.0, 4700.0, 4671.0, 4731.0, 4701.0, 4712.0, 4703.0, 4662.0, 4722.0, 4670.0, 4719.0, 4689.0, 4717.0, 4690.0, 4697.0, 4688.0, 4647.0, 4697.0, 4657.0, 4717.0, 4687.0, 4669.0, 4698.0, 4659.0, 4718.0, 4690.0, 4719.0, 4690.0, 4679.0, 4699.0, 4659.0, 4719.0, 4680.0, 4719.0, 4690.0, 4688.0, 4689.0, 4651.0, 4709.0, 4659.0, 4719.0, 4689.0, 4706.0, 4688.0, 4659.0, 4698.0, 4659.0, 4717.0, 4688.0, 4696.0, 4689.0, 4660.0, 4709.0, 4679.0, 4719.0, 4690.0, 4668.0, 4699.0, 4650.0, 4719.0, 4669.0, 4718.0, 4678.0, 4697.0, 4688.0, 4650.0, 4709.0, 4659.0, 4717.0, 4679.0, 4708.0, 4690.0, 4679.0, 4699.0, 4648.0, 4708.0, 4660.0, 4718.0, 4689.0, 4718.0, 4702.0, 4652.0, 4700.0, 4670.0, 4719.0, 4690.0, 4700.0, 4702.0, 4662.0, 4720.0, 4691.0, 4732.0, 4701.0, 4692.0, 4712.0, 4650.0, 4720.0, 4691.0, 4720.0, 4690.0, 4651.0, 4709.0, 4670.0, 4719.0, 4690.0, 4687.0, 4700.0, 4649.0, 4708.0, 4679.0, 4719.0, 4691.0, 4670.0, 4709.0, 4660.0, 4718.0, 4689.0, 4711.0, 4689.0, 4649.0, 4697.0, 4649.0, 4718.0, 4690.0, 4708.0, 4702.0, 4650.0, 4699.0, 4660.0, 4720.0, 4689.0, 4671.0, 4700.0, 4671.0, 4720.0, 4702.0, 4692.0, 4701.0, 4651.0, 4719.0, 4679.0, 4688.0, 4689.0, 4650.0, 4720.0, 4690.0, 4699.0, 4689.0, 4649.0, 4719.0, 4681.0, 4721.0, 4701.0, 4660.0, 4699.0, 4660.0, 4720.0, 4680.0, 4709.0, 4678.0, 4648.0, 4686.0, 4649.0, 4708.0, 4668.0, 4706.0, 4679.0, 4659.0, 4689.0, 4660.0, 4719.0, 4680.0, 4709.0, 4690.0, 4660.0, 4700.0, 4660.0, 4720.0, 4690.0, 4709.0, 4689.0, 4651.0, 4710.0, 4683.0, 4722.0, 4719.0, 4687.0, 4725.0, 4694.0, 4712.0, 4690.0, 4685.0, 4695.0, 4706.0, 4687.0, 4747.0, 4684.0, 4734.0, 4672.0, 4732.0, 4678.0, 4729.0, 4690.0, 4718.0, 4688.0, 4697.0, 4685.0, 4655.0, 4695.0, 4654.0, 4683.0, 4672.0, 4623.0, 4682.0, 4622.0, 4681.0, 4640.0, 4679.0, 4648.0, 4648.0, 4647.0, 4609.0, 4658.0, 4608.0, 4668.0, 4607.0, 4668.0, 4639.0, 4678.0, 4651.0, 4640.0, 4660.0, 4612.0, 4682.0, 4656.0, 4704.0, 4676.0, 4656.0, 4686.0, 4627.0, 4697.0, 4668.0, 4717.0, 4689.0, 4658.0, 4687.0, 4627.0, 4706.0, 4668.0, 4707.0, 4689.0, 4668.0, 4688.0, 4628.0, 4698.0, 4650.0, 4708.0, 4679.0, 4698.0, 4679.0, 4641.0, 4699.0, 4660.0, 4729.0, 4691.0, 4680.0, 4691.0, 4642.0, 4710.0, 4662.0, 4732.0, 4692.0, 4720.0, 4692.0, 4691.0, 4692.0, 4652.0, 4711.0, 4662.0, 4721.0, 4692.0, 4712.0, 4693.0, 4654.0, 4712.0, 4663.0, 4732.0, 4693.0, 4722.0, 4705.0, 4663.0, 4692.0, 4643.0, 4722.0, 4673.0, 4733.0, 4691.0, 4700.0, 4692.0, 4654.0, 4712.0, 4671.0, 4721.0, 4691.0, 4664.0, 4703.0, 4654.0, 4734.0, 4693.0, 4722.0, 4693.0, 4674.0, 4703.0, 4643.0, 4722.0, 4681.0, 4721.0, 4693.0, 4671.0, 4692.0, 4642.0, 4721.0, 4683.0, 4711.0, 4704.0, 4653.0, 4702.0, 4663.0, 4730.0, 4693.0, 4693.0, 4704.0, 4643.0, 4722.0, 4683.0, 4692.0, 4702.0, 4653.0, 4722.0, 4682.0, 4701.0, 4692.0, 4653.0, 4722.0, 4670.0, 4721.0, 4682.0, 4651.0, 4701.0, 4663.0, 4732.0, 4692.0, 4681.0, 4691.0, 4642.0, 4721.0, 4682.0, 4680.0, 4680.0, 4630.0, 4708.0, 4670.0, 4719.0, 4689.0, 4638.0, 4677.0, 4628.0, 4706.0, 4668.0, 4697.0, 4676.0, 4628.0, 4687.0, 4639.0, 4718.0, 4679.0, 4679.0, 4679.0, 4639.0, 4699.0, 4640.0, 4719.0, 4668.0, 4709.0, 4679.0, 4656.0, 4678.0, 4627.0, 4687.0, 4647.0, 4707.0, 4668.0, 4687.0, 4669.0, 4640.0, 4689.0, 4641.0, 4711.0, 4652.0, 4719.0, 4681.0, 4719.0, 4680.0, 4670.0, 4680.0, 4629.0, 4689.0, 4631.0, 4709.0, 4671.0, 4708.0, 4670.0, 4679.0, 4681.0, 4642.0, 4699.0, 4651.0, 4719.0, 4680.0, 4671.0, 4680.0, 4653.0, 4711.0, 4663.0, 4722.0, 4682.0, 4710.0, 4693.0, 4672.0, 4691.0, 4640.0, 4711.0, 4660.0, 4719.0, 4679.0, 4679.0, 4680.0, 4641.0, 4701.0, 4672.0, 4732.0, 4693.0, 4664.0, 4694.0, 4654.0, 4723.0, 4683.0, 4733.0, 4693.0, 4711.0, 4682.0, 4652.0, 4691.0, 4651.0, 4710.0, 4682.0, 4671.0, 4681.0, 4641.0, 4711.0, 4670.0, 4710.0, 4681.0, 4639.0, 4700.0, 4640.0, 4721.0, 4680.0, 4659.0, 4679.0, 4630.0, 4720.0, 4681.0, 4630.0, 4689.0], 'WindowWidth': [10398.0, 10374.0, 10354.0, 10277.0, 10352.0, 10312.0, 10320.0, 10291.0, 10261.0, 10316.0, 10246.0, 10327.0, 10283.0, 10307.0, 10285.0, 10306.0, 10282.0, 10239.0, 10305.0, 10249.0, 10303.0, 10263.0, 10236.0, 10299.0, 10241.0, 10312.0, 10286.0, 10247.0, 10313.0, 10287.0, 10334.0, 10290.0, 10260.0, 10315.0, 10260.0, 10328.0, 10301.0, 10314.0, 10306.0, 10251.0, 10315.0, 10276.0, 10330.0, 10289.0, 10268.0, 10316.0, 10263.0, 10335.0, 10292.0, 10315.0, 10307.0, 10236.0, 10318.0, 10258.0, 10325.0, 10289.0, 10315.0, 10282.0, 10226.0, 10292.0, 10223.0, 10308.0, 10269.0, 10309.0, 10283.0, 10269.0, 10282.0, 10245.0, 10314.0, 10261.0, 10331.0, 10270.0, 10311.0, 10288.0, 10312.0, 10287.0, 10267.0, 10282.0, 10212.0, 10289.0, 10252.0, 10306.0, 10309.0, 10282.0, 10283.0, 10229.0, 10305.0, 10273.0, 10329.0, 10294.0, 10261.0, 10313.0, 10250.0, 10331.0, 10305.0, 10328.0, 10304.0, 10248.0, 10314.0, 10243.0, 10313.0, 10286.0, 10310.0, 10287.0, 10236.0, 10298.0, 10259.0, 10312.0, 10290.0, 10247.0, 10315.0, 10263.0, 10329.0, 10288.0, 10280.0, 10303.0, 10245.0, 10312.0, 10267.0, 10308.0, 10284.0, 10246.0, 10282.0, 10242.0, 10310.0, 10268.0, 10252.0, 10296.0, 10249.0, 10308.0, 10290.0, 10234.0, 10299.0, 10242.0, 10311.0, 10274.0, 10280.0, 10283.0, 10214.0, 10307.0, 10263.0, 10305.0, 10266.0, 10238.0, 10272.0, 10204.0, 10283.0, 10241.0, 10282.0, 10287.0, 10264.0, 10286.0, 10207.0, 10287.0, 10239.0, 10302.0, 10261.0, 10208.0, 10274.0, 10233.0, 10310.0, 10274.0, 10285.0, 10272.0, 10217.0, 10298.0, 10244.0, 10307.0, 10263.0, 10293.0, 10266.0, 10221.0, 10278.0, 10207.0, 10303.0, 10254.0, 10276.0, 10268.0, 10211.0, 10282.0, 10224.0, 10295.0, 10252.0, 10290.0, 10267.0, 10263.0, 10284.0, 10214.0, 10292.0, 10251.0, 10290.0, 10249.0, 10210.0, 10262.0, 10209.0, 10311.0, 10299.0, 10318.0, 10276.0, 10245.0, 10266.0, 10244.0, 10246.0, 10283.0, 10248.0, 10300.0, 10275.0, 10253.0, 10266.0, 10237.0, 10263.0, 10218.0, 10275.0, 10203.0, 10266.0, 10227.0, 10264.0, 10220.0, 10192.0, 10235.0, 10181.0, 10262.0, 10220.0, 10264.0, 10223.0, 10246.0, 10215.0, 10165.0, 10208.0, 10156.0, 10221.0, 10180.0, 10219.0, 10194.0, 10142.0, 10213.0, 10178.0, 10246.0, 10206.0, 10260.0, 10222.0, 10193.0, 10236.0, 10167.0, 10251.0, 10186.0, 10264.0, 10228.0, 10264.0, 10230.0, 10242.0, 10228.0, 10190.0, 10268.0, 10216.0, 10282.0, 10234.0, 10267.0, 10245.0, 10188.0, 10257.0, 10203.0, 10289.0, 10252.0, 10253.0, 10264.0, 10212.0, 10308.0, 10270.0, 10298.0, 10271.0, 10230.0, 10296.0, 10261.0, 10243.0, 10285.0, 10246.0, 10319.0, 10278.0, 10288.0, 10274.0, 10217.0, 10296.0, 10257.0, 10313.0, 10273.0, 10222.0, 10297.0, 10243.0, 10310.0, 10269.0, 10247.0, 10285.0, 10231.0, 10312.0, 10256.0, 10295.0, 10270.0, 10242.0, 10268.0, 10212.0, 10290.0, 10236.0, 10291.0, 10268.0, 10282.0, 10265.0, 10197.0, 10276.0, 10223.0, 10303.0, 10250.0, 10276.0, 10251.0, 10213.0, 10293.0, 10243.0, 10299.0, 10275.0, 10244.0, 10286.0, 10229.0, 10310.0, 10267.0, 10269.0, 10269.0, 10217.0, 10293.0, 10254.0, 10278.0, 10268.0, 10217.0, 10295.0, 10257.0, 10283.0, 10268.0, 10213.0, 10293.0, 10254.0, 10294.0, 10290.0, 10215.0, 10295.0, 10258.0, 10243.0, 10284.0, 10232.0, 10314.0, 10272.0, 10270.0, 10271.0, 10213.0, 10295.0, 10257.0, 10309.0, 10250.0, 10191.0, 10258.0, 10226.0, 10290.0, 10249.0, 10181.0, 10259.0, 10204.0, 10274.0, 10239.0, 10264.0, 10247.0, 10193.0, 10272.0, 10234.0, 10288.0, 10249.0, 10195.0, 10258.0, 10221.0, 10291.0, 10254.0, 10237.0, 10269.0, 10211.0, 10278.0, 10240.0, 10295.0, 10265.0, 10295.0, 10266.0, 10198.0, 10260.0, 10222.0, 10290.0, 10249.0, 10221.0, 10258.0, 10224.0, 10287.0, 10249.0, 10237.0, 10268.0, 10230.0, 10312.0, 10273.0, 10287.0, 10276.0, 10218.0, 10300.0, 10225.0, 10293.0, 10249.0, 10288.0, 10250.0, 10257.0, 10247.0, 10188.0, 10258.0, 10202.0, 10286.0, 10245.0, 10220.0, 10259.0, 10208.0, 10288.0, 10251.0, 10292.0, 10254.0, 10237.0, 10263.0, 10208.0, 10292.0, 10239.0, 10291.0, 10251.0, 10248.0, 10248.0, 10200.0, 10276.0, 10210.0, 10292.0, 10249.0, 10271.0, 10247.0, 10208.0, 10261.0, 10208.0, 10287.0, 10247.0, 10255.0, 10248.0, 10212.0, 10276.0, 10237.0, 10292.0, 10252.0, 10220.0, 10264.0, 10199.0, 10291.0, 10221.0, 10289.0, 10232.0, 10257.0, 10247.0, 10197.0, 10277.0, 10207.0, 10286.0, 10234.0, 10273.0, 10252.0, 10235.0, 10264.0, 10192.0, 10274.0, 10209.0, 10287.0, 10248.0, 10288.0, 10273.0, 10203.0, 10265.0, 10224.0, 10292.0, 10255.0, 10266.0, 10274.0, 10217.0, 10296.0, 10256.0, 10314.0, 10271.0, 10256.0, 10284.0, 10198.0, 10294.0, 10253.0, 10294.0, 10253.0, 10202.0, 10276.0, 10224.0, 10290.0, 10253.0, 10246.0, 10265.0, 10195.0, 10274.0, 10235.0, 10293.0, 10255.0, 10223.0, 10278.0, 10209.0, 10287.0, 10249.0, 10282.0, 10250.0, 10195.0, 10258.0, 10193.0, 10289.0, 10252.0, 10276.0, 10271.0, 10195.0, 10262.0, 10210.0, 10292.0, 10251.0, 10228.0, 10267.0, 10229.0, 10293.0, 10271.0, 10259.0, 10268.0, 10199.0, 10289.0, 10234.0, 10246.0, 10249.0, 10198.0, 10293.0, 10252.0, 10262.0, 10249.0, 10195.0, 10291.0, 10242.0, 10298.0, 10267.0, 10211.0, 10262.0, 10211.0, 10292.0, 10238.0, 10277.0, 10230.0, 10188.0, 10240.0, 10195.0, 10272.0, 10217.0, 10270.0, 10233.0, 10206.0, 10249.0, 10209.0, 10291.0, 10239.0, 10278.0, 10252.0, 10214.0, 10266.0, 10211.0, 10295.0, 10252.0, 10278.0, 10251.0, 10201.0, 10280.0, 10245.0, 10301.0, 10310.0, 10264.0, 10314.0, 10267.0, 10291.0, 10254.0, 10254.0, 10271.0, 10287.0, 10263.0, 10345.0, 10254.0, 10323.0, 10231.0, 10317.0, 10235.0, 10310.0, 10251.0, 10291.0, 10247.0, 10258.0, 10238.0, 10195.0, 10250.0, 10192.0, 10233.0, 10216.0, 10147.0, 10227.0, 10144.0, 10225.0, 10165.0, 10218.0, 10172.0, 10172.0, 10171.0, 10122.0, 10187.0, 10119.0, 10203.0, 10117.0, 10201.0, 10162.0, 10216.0, 10182.0, 10167.0, 10196.0, 10133.0, 10227.0, 10201.0, 10263.0, 10227.0, 10198.0, 10240.0, 10161.0, 10255.0, 10217.0, 10286.0, 10248.0, 10204.0, 10241.0, 10160.0, 10267.0, 10220.0, 10272.0, 10247.0, 10218.0, 10245.0, 10164.0, 10259.0, 10199.0, 10275.0, 10236.0, 10260.0, 10236.0, 10187.0, 10265.0, 10212.0, 10306.0, 10257.0, 10239.0, 10256.0, 10189.0, 10283.0, 10219.0, 10314.0, 10258.0, 10296.0, 10259.0, 10257.0, 10259.0, 10204.0, 10285.0, 10216.0, 10297.0, 10259.0, 10287.0, 10263.0, 10210.0, 10287.0, 10222.0, 10315.0, 10263.0, 10301.0, 10281.0, 10220.0, 10259.0, 10193.0, 10302.0, 10233.0, 10318.0, 10256.0, 10269.0, 10260.0, 10211.0, 10288.0, 10230.0, 10298.0, 10257.0, 10226.0, 10277.0, 10210.0, 10319.0, 10262.0, 10299.0, 10263.0, 10238.0, 10275.0, 10194.0, 10299.0, 10242.0, 10298.0, 10261.0, 10229.0, 10260.0, 10191.0, 10298.0, 10248.0, 10288.0, 10278.0, 10207.0, 10273.0, 10221.0, 10310.0, 10263.0, 10261.0, 10279.0, 10194.0, 10300.0, 10248.0, 10260.0, 10272.0, 10206.0, 10299.0, 10244.0, 10270.0, 10258.0, 10208.0, 10299.0, 10227.0, 10299.0, 10244.0, 10202.0, 10271.0, 10220.0, 10315.0, 10259.0, 10243.0, 10254.0, 10190.0, 10297.0, 10243.0, 10239.0, 10238.0, 10168.0, 10274.0, 10223.0, 10292.0, 10246.0, 10176.0, 10228.0, 10162.0, 10268.0, 10217.0, 10258.0, 10227.0, 10162.0, 10242.0, 10181.0, 10288.0, 10235.0, 10235.0, 10233.0, 10180.0, 10261.0, 10182.0, 10289.0, 10220.0, 10277.0, 10233.0, 10200.0, 10230.0, 10162.0, 10243.0, 10187.0, 10270.0, 10216.0, 10242.0, 10221.0, 10184.0, 10251.0, 10186.0, 10282.0, 10202.0, 10290.0, 10239.0, 10292.0, 10238.0, 10225.0, 10237.0, 10166.0, 10246.0, 10173.0, 10276.0, 10225.0, 10275.0, 10224.0, 10235.0, 10239.0, 10188.0, 10263.0, 10199.0, 10291.0, 10239.0, 10226.0, 10240.0, 10207.0, 10283.0, 10217.0, 10298.0, 10242.0, 10280.0, 10260.0, 10230.0, 10255.0, 10183.0, 10281.0, 10210.0, 10291.0, 10235.0, 10236.0, 10238.0, 10188.0, 10269.0, 10231.0, 10314.0, 10262.0, 10223.0, 10264.0, 10211.0, 10303.0, 10248.0, 10318.0, 10259.0, 10284.0, 10243.0, 10203.0, 10255.0, 10199.0, 10280.0, 10243.0, 10226.0, 10241.0, 10186.0, 10281.0, 10224.0, 10279.0, 10239.0, 10183.0, 10264.0, 10183.0, 10298.0, 10236.0, 10207.0, 10234.0, 10170.0, 10293.0, 10239.0, 10171.0, 10248.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.002012103448275862</td></tr>
<tr><td colspan=3>aqi</td><td>0.033536009310344825</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.08245699479862</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2813086454085143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9857926252589181</td></tr>
<tr><td colspan=3>efc</td><td>0.4871</td></tr>
<tr><td colspan=3>fber</td><td>5318.8516</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08796160768159568</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2988505747126435</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.419722477919239</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3790249432796253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.57684993856311</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3032925519149825</td></tr>
<tr><td colspan=3>gcor</td><td>0.0085549</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01304914616048336</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02855672501027584</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.009407932016748</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>21.6375</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3815</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.3446</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296412.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>915.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.497</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6571</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.6498</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3855.893</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1473.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.6379</td></tr>
<tr><td colspan=3>tsnr</td><td>34.727910661837086</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>