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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0066/ses-03/func/sub-0066_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>eb86de574b0c130b6eb6c15097012ea0</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>15:39:17.350000</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.999583, -0.0159142, 0.0240831, 0.0165752, 0.999484, -0.0275038]</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.118242</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7718, -7266, 494, -149, 0, 45, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>284.678</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e89f7b67-7fec-43a2-ae72-e585dd50afc4||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.6818089485168457, 0.04447013884782791, 0.06380907446146011, 105.98997497558594], [0.0426965206861496, 2.6815431118011475, -0.07530698925256729, -85.95524597167969], [0.0646132230758667, 0.07379056513309479, 2.698195219039917, -66.47270202636719], [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': ['153917.350000', '153917.810000', '153918.270000', '153918.730000', '153919.190000', '153919.650000', '153920.110000', '153920.570000', '153921.030000', '153921.490000', '153921.950000', '153922.410000', '153922.870000', '153923.330000', '153923.790000', '153924.250000', '153924.710000', '153925.170000', '153925.630000', '153926.090000', '153926.550000', '153927.010000', '153927.470000', '153927.930000', '153928.390000', '153928.850000', '153929.310000', '153929.770000', '153930.230000', '153930.690000', '153931.150000', '153931.610000', '153932.070000', '153932.530000', '153932.990000', '153933.450000', '153933.910000', '153934.370000', '153934.830000', '153935.290000', '153935.750000', '153936.210000', '153936.670000', '153937.130000', '153937.590000', '153938.050000', '153938.510000', '153938.970000', '153939.430000', '153939.890000', '153940.350000', '153940.810000', '153941.270000', '153941.730000', '153942.190000', '153942.650000', '153943.110000', '153943.570000', '153944.030000', '153944.490000', '153944.950000', '153945.410000', '153945.870000', '153946.330000', '153946.790000', '153947.250000', '153947.710000', '153948.170000', '153948.630000', '153949.090000', '153949.550000', '153950.010000', '153950.470000', '153950.930000', '153951.390000', '153951.850000', '153952.310000', '153952.770000', '153953.230000', '153953.690000', '153954.150000', '153954.610000', '153955.070000', '153955.530000', '153955.990000', '153956.450000', '153956.910000', '153957.370000', '153957.830000', '153958.290000', '153958.750000', '153959.210000', '153959.670000', '154000.130000', '154000.590000', '154001.050000', '154001.510000', '154001.970000', '154002.430000', '154002.890000', '154003.350000', '154003.810000', '154004.270000', '154004.730000', '154005.190000', '154005.650000', '154006.110000', '154006.570000', '154007.030000', '154007.490000', '154007.950000', '154008.410000', '154008.870000', '154009.330000', '154009.790000', '154010.250000', '154010.710000', '154011.170000', '154011.630000', '154012.090000', '154012.550000', '154013.010000', '154013.470000', '154013.930000', '154014.390000', '154014.850000', '154015.310000', '154015.770000', '154016.230000', '154016.690000', '154017.150000', '154017.610000', '154018.070000', '154018.530000', '154018.990000', '154019.450000', '154019.910000', '154020.370000', '154020.830000', '154021.290000', '154021.750000', '154022.210000', '154022.670000', '154023.130000', '154023.590000', '154024.050000', '154024.510000', '154024.970000', '154025.430000', '154025.890000', '154026.350000', '154026.810000', '154027.270000', '154027.730000', '154028.190000', '154028.650000', '154029.110000', '154029.570000', '154030.030000', '154030.490000', '154030.950000', '154031.410000', '154031.870000', '154032.330000', '154032.790000', '154033.250000', '154033.710000', '154034.170000', '154034.630000', '154035.090000', '154035.550000', '154036.010000', '154036.470000', '154036.930000', '154037.390000', '154037.850000', '154038.310000', '154038.770000', '154039.230000', '154039.690000', '154040.150000', '154040.610000', '154041.070000', '154041.530000', '154041.990000', '154042.450000', '154042.910000', '154043.370000', '154043.830000', '154044.290000', '154044.750000', '154045.210000', '154045.670000', '154046.130000', '154046.590000', '154047.050000', '154047.510000', '154047.970000', '154048.430000', '154048.890000', '154049.350000', '154049.810000', '154050.270000', '154050.730000', '154051.190000', '154051.650000', '154052.110000', '154052.570000', '154053.030000', '154053.490000', '154053.950000', '154054.410000', '154054.870000', '154055.330000', '154055.790000', '154056.250000', '154056.710000', '154057.170000', '154057.630000', '154058.090000', '154058.550000', '154059.010000', '154059.470000', '154059.930000', '154100.390000', '154100.850000', '154101.310000', '154101.770000', '154102.230000', '154102.690000', '154103.150000', '154103.610000', '154104.070000', '154104.530000', '154104.990000', '154105.450000', '154105.910000', '154106.370000', '154106.830000', '154107.290000', '154107.750000', '154108.210000', '154108.670000', '154109.130000', '154109.590000', '154110.050000', '154110.510000', '154110.970000', '154111.430000', '154111.890000', '154112.350000', '154112.810000', '154113.270000', '154113.730000', '154114.190000', '154114.650000', '154115.110000', '154115.570000', '154116.030000', '154116.490000', '154116.950000', '154117.410000', '154117.870000', '154118.330000', '154118.790000', '154119.250000', '154119.710000', '154120.170000', '154120.630000', '154121.090000', '154121.550000', '154122.010000', '154122.470000', '154122.930000', '154123.390000', '154123.850000', '154124.310000', '154124.770000', '154125.230000', '154125.690000', '154126.150000', '154126.610000', '154127.070000', '154127.530000', '154127.990000', '154128.450000', '154128.910000', '154129.370000', '154129.830000', '154130.290000', '154130.750000', '154131.210000', '154131.670000', '154132.130000', '154132.590000', '154133.050000', '154133.510000', '154133.970000', '154134.430000', '154134.890000', '154135.350000', '154135.810000', '154136.270000', '154136.730000', '154137.190000', '154137.650000', '154138.110000', '154138.570000', '154139.030000', '154139.490000', '154139.950000', '154140.410000', '154140.870000', '154141.330000', '154141.790000', '154142.250000', '154142.710000', '154143.170000', '154143.630000', '154144.090000', '154144.550000', '154145.010000', '154145.470000', '154145.930000', '154146.390000', '154146.850000', '154147.310000', '154147.770000', '154148.230000', '154148.690000', '154149.150000', '154149.610000', '154150.070000', '154150.530000', '154150.990000', '154151.450000', '154151.910000', '154152.370000', '154152.830000', '154153.290000', '154153.750000', '154154.210000', '154154.670000', '154155.130000', '154155.590000', '154156.050000', '154156.510000', '154156.970000', '154157.430000', '154157.890000', '154158.350000', '154158.810000', '154159.270000', '154159.730000', '154200.190000', '154200.650000', '154201.110000', '154201.570000', '154202.030000', '154202.490000', '154202.950000', '154203.410000', '154203.870000', '154204.330000', '154204.790000', '154205.250000', '154205.710000', '154206.170000', '154206.630000', '154207.090000', '154207.550000', '154208.010000', '154208.470000', '154208.930000', '154209.390000', '154209.850000', '154210.310000', '154210.770000', '154211.230000', '154211.690000', '154212.150000', '154212.610000', '154213.070000', '154213.530000', '154213.990000', '154214.450000', '154214.910000', '154215.370000', '154215.830000', '154216.290000', '154216.750000', '154217.210000', '154217.670000', '154218.130000', '154218.590000', '154219.050000', '154219.510000', '154219.970000', '154220.430000', '154220.890000', '154221.350000', '154221.810000', '154222.270000', '154222.730000', '154223.190000', '154223.650000', '154224.110000', '154224.570000', '154225.030000', '154225.490000', '154225.950000', '154226.410000', '154226.870000', '154227.330000', '154227.790000', '154228.250000', '154228.710000', '154229.170000', '154229.630000', '154230.090000', '154230.550000', '154231.010000', '154231.470000', '154231.930000', '154232.390000', '154232.850000', '154233.310000', '154233.770000', '154234.230000', '154234.690000', '154235.150000', '154235.610000', '154236.070000', '154236.530000', '154236.990000', '154237.450000', '154237.910000', '154238.370000', '154238.830000', '154239.290000', '154239.750000', '154240.210000', '154240.670000', '154241.130000', '154241.590000', '154242.050000', '154242.510000', '154242.970000', '154243.430000', '154243.890000', '154244.350000', '154244.810000', '154245.270000', '154245.730000', '154246.190000', '154246.650000', '154247.110000', '154247.570000', '154248.030000', '154248.490000', '154248.950000', '154249.410000', '154249.870000', '154250.330000', '154250.790000', '154251.250000', '154251.710000', '154252.170000', '154252.630000', '154253.090000', '154253.550000', '154254.010000', '154254.470000', '154254.930000', '154255.390000', '154255.850000', '154256.310000', '154256.770000', '154257.230000', '154257.690000', '154258.150000', '154258.610000', '154259.070000', '154259.530000', '154259.990000', '154300.450000', '154300.910000', '154301.370000', '154301.830000', '154302.290000', '154302.750000', '154303.210000', '154303.670000', '154304.130000', '154304.590000', '154305.050000', '154305.510000', '154305.970000', '154306.430000', '154306.890000', '154307.350000', '154307.810000', '154308.270000', '154308.730000', '154309.190000', '154309.650000', '154310.110000', '154310.570000', '154311.030000', '154311.490000', '154311.950000', '154312.410000', '154312.870000', '154313.330000', '154313.790000', '154314.250000', '154314.710000', '154315.170000', '154315.630000', '154316.090000', '154316.550000', '154317.010000', '154317.470000', '154317.930000', '154318.390000', '154318.850000', '154319.310000', '154319.770000', '154320.230000', '154320.690000', '154321.150000', '154321.610000', '154322.070000', '154322.530000', '154322.990000', '154323.450000', '154323.910000', '154324.370000', '154324.830000', '154325.290000', '154325.750000', '154326.210000', '154326.670000', '154327.130000', '154327.590000', '154328.050000', '154328.510000', '154328.970000', '154329.430000', '154329.890000', '154330.350000', '154330.810000', '154331.270000', '154331.730000', '154332.190000', '154332.650000', '154333.110000', '154333.570000', '154334.030000', '154334.490000', '154334.950000', '154335.410000', '154335.870000', '154336.330000', '154336.790000', '154337.250000', '154337.710000', '154338.170000', '154338.630000', '154339.090000', '154339.550000', '154340.010000', '154340.470000', '154340.930000', '154341.390000', '154341.850000', '154342.310000', '154342.770000', '154343.230000', '154343.690000', '154344.150000', '154344.610000', '154345.070000', '154345.530000', '154345.990000', '154346.450000', '154346.910000', '154347.370000', '154347.830000', '154348.290000', '154348.750000', '154349.210000', '154349.670000', '154350.130000', '154350.590000', '154351.050000', '154351.510000', '154351.970000', '154352.430000', '154352.890000', '154353.350000', '154353.810000', '154354.270000', '154354.730000', '154355.190000', '154355.650000', '154356.110000', '154356.570000', '154357.030000', '154357.490000', '154357.950000', '154358.410000', '154358.870000', '154359.330000', '154359.790000', '154400.250000', '154400.710000', '154401.170000', '154401.630000', '154402.090000', '154402.550000', '154403.010000', '154403.470000', '154403.930000', '154404.390000', '154404.850000', '154405.310000', '154405.770000', '154406.230000', '154406.690000', '154407.150000', '154407.610000', '154408.070000', '154408.530000', '154408.990000', '154409.450000', '154409.910000', '154410.370000', '154410.830000', '154411.290000', '154411.750000', '154412.210000', '154412.670000', '154413.130000', '154413.590000', '154414.050000', '154414.510000', '154414.970000', '154415.430000', '154415.890000', '154416.350000', '154416.810000', '154417.270000', '154417.730000', '154418.190000', '154418.650000', '154419.110000', '154419.570000', '154420.030000', '154420.490000', '154420.950000', '154421.410000', '154421.870000', '154422.330000', '154422.790000', '154423.250000', '154423.710000', '154424.170000', '154424.630000', '154425.090000', '154425.550000', '154426.010000', '154426.470000', '154426.930000', '154427.390000', '154427.850000', '154428.310000', '154428.770000', '154429.230000', '154429.690000', '154430.150000', '154430.610000', '154431.070000', '154431.530000', '154431.990000', '154432.450000', '154432.910000', '154433.370000', '154433.830000', '154434.290000', '154434.750000', '154435.210000', '154435.670000', '154436.130000', '154436.590000', '154437.050000', '154437.510000', '154437.970000', '154438.430000', '154438.890000', '154439.350000', '154439.810000', '154440.270000', '154440.730000', '154441.190000', '154441.650000', '154442.110000', '154442.570000', '154443.030000', '154443.490000', '154443.950000', '154444.410000', '154444.870000', '154445.330000', '154445.790000', '154446.250000', '154446.710000', '154447.170000', '154447.630000', '154448.090000', '154448.550000', '154449.010000', '154449.470000', '154449.930000', '154450.390000', '154450.850000', '154451.310000', '154451.770000', '154452.230000', '154452.690000', '154453.150000', '154453.610000', '154454.070000', '154454.530000', '154454.990000', '154455.450000', '154455.910000', '154456.370000', '154456.830000', '154457.290000', '154457.750000', '154458.210000', '154458.670000', '154459.130000', '154459.590000', '154500.050000', '154500.510000', '154500.970000', '154501.430000', '154501.890000', '154502.350000', '154502.810000', '154503.270000', '154503.730000', '154504.190000', '154504.650000', '154505.110000', '154505.570000', '154506.030000', '154506.490000', '154506.950000', '154507.410000', '154507.870000', '154508.330000', '154508.790000', '154509.250000', '154509.710000', '154510.170000', '154510.630000', '154511.090000', '154511.550000', '154512.010000', '154512.470000', '154512.930000', '154513.390000', '154513.850000', '154514.310000', '154514.770000', '154515.230000', '154515.690000', '154516.150000', '154516.610000', '154517.070000', '154517.530000', '154517.990000', '154518.450000', '154518.910000', '154519.370000', '154519.830000', '154520.290000', '154520.750000', '154521.210000', '154521.670000', '154522.130000', '154522.590000', '154523.050000', '154523.510000', '154523.970000', '154524.430000', '154524.890000', '154525.350000', '154525.810000', '154526.270000', '154526.730000', '154527.190000', '154527.650000', '154528.110000', '154528.570000', '154529.030000', '154529.490000', '154529.950000', '154530.410000', '154530.870000', '154531.330000', '154531.790000', '154532.250000', '154532.710000', '154533.170000', '154533.630000', '154534.090000', '154534.550000', '154535.010000', '154535.470000', '154535.930000', '154536.390000', '154536.850000', '154537.310000', '154537.770000', '154538.230000', '154538.690000', '154539.150000', '154539.610000', '154540.070000', '154540.530000', '154540.990000', '154541.450000', '154541.910000', '154542.370000', '154542.830000', '154543.290000', '154543.750000', '154544.210000', '154544.670000', '154545.130000', '154545.590000', '154546.050000', '154546.510000', '154546.970000', '154547.430000', '154547.890000', '154548.350000', '154548.810000', '154549.270000', '154549.730000', '154550.190000', '154550.650000', '154551.110000', '154551.570000', '154552.030000', '154552.490000', '154552.950000', '154553.410000', '154553.870000', '154554.330000', '154554.790000', '154555.250000', '154555.710000', '154556.170000', '154556.630000', '154557.090000', '154557.550000', '154558.010000'], 'ContentTime': ['153935.216000', '153935.219000', '153935.222000', '153935.224000', '153935.227000', '153935.230000', '153935.232000', '153935.235000', '153935.237000', '153935.240000', '153935.243000', '153935.245000', '153935.248000', '153935.250000', '153935.253000', '153935.256000', '153935.258000', '153935.261000', '153935.263000', '153935.266000', '153935.269000', '153935.271000', '153935.274000', '153935.276000', '153935.281000', '153935.284000', '153935.286000', '153935.289000', '153935.292000', '153935.294000', '153935.297000', '153935.299000', '153935.302000', '153935.304000', '153935.307000', '153935.310000', '153955.163000', '153955.165000', '153955.168000', '153955.171000', '153955.173000', '153955.176000', '153955.178000', '153955.181000', '153955.183000', '153955.186000', '153955.188000', '153955.191000', '153955.194000', '153955.196000', '153955.199000', '153955.201000', '153955.204000', '153955.207000', '153955.209000', '153955.212000', '153955.214000', '153955.217000', '153955.220000', '153955.222000', '153955.225000', '153955.228000', '153955.230000', '153955.233000', '153955.235000', '153955.238000', '153955.240000', '153955.243000', '153955.246000', '153955.248000', '153955.251000', '153955.253000', '153955.256000', '153955.259000', '153955.261000', '153955.264000', '153955.266000', '153955.269000', '153955.272000', '153955.274000', '154015.162000', '154015.166000', '154015.169000', '154015.198000', '154015.200000', '154015.203000', '154015.206000', '154015.208000', '154015.211000', '154015.213000', '154015.216000', '154015.219000', '154015.222000', '154015.225000', '154015.227000', '154015.245000', '154015.247000', '154015.250000', '154015.253000', '154015.255000', '154015.258000', '154015.260000', '154015.263000', '154015.266000', '154015.268000', '154015.271000', '154015.273000', '154015.276000', '154015.279000', '154015.282000', '154015.284000', '154015.287000', '154015.289000', '154015.292000', '154015.295000', '154015.297000', '154015.300000', '154015.303000', '154015.305000', '154015.308000', '154015.310000', '154015.313000', '154015.316000', '154035.161000', '154035.164000', '154035.167000', '154035.169000', '154035.172000', '154035.175000', '154035.177000', '154035.180000', '154035.183000', '154035.185000', '154035.188000', '154035.190000', '154035.193000', '154035.196000', '154035.198000', '154035.201000', '154035.204000', '154035.206000', '154035.209000', '154035.211000', '154035.214000', '154035.217000', '154035.219000', '154035.222000', '154035.225000', '154035.227000', '154035.230000', '154035.233000', '154035.235000', '154035.238000', '154035.240000', '154035.243000', '154035.246000', '154035.248000', '154035.251000', '154035.254000', '154035.256000', '154035.259000', '154035.261000', '154035.264000', '154035.267000', '154035.269000', '154035.272000', '154035.275000', '154055.161000', '154055.164000', '154055.168000', '154055.170000', '154055.173000', '154055.175000', '154055.178000', '154055.181000', '154055.184000', '154055.186000', '154055.189000', '154055.192000', '154055.195000', '154055.197000', '154055.200000', '154055.202000', '154055.205000', '154055.208000', '154055.210000', '154055.213000', '154055.215000', '154055.218000', '154055.221000', '154055.223000', '154055.226000', '154055.228000', '154055.231000', '154055.233000', '154055.236000', '154055.239000', '154055.241000', '154055.244000', '154055.246000', '154055.249000', '154055.251000', '154055.254000', '154055.260000', '154055.263000', '154055.265000', '154055.268000', '154055.271000', '154055.273000', '154055.276000', '154115.161000', '154115.164000', '154115.167000', '154115.170000', '154115.173000', '154115.176000', '154115.178000', '154115.181000', '154115.184000', '154115.187000', '154115.189000', '154115.192000', '154115.195000', '154115.197000', '154115.200000', '154115.203000', '154115.205000', '154115.208000', '154115.210000', '154115.213000', '154115.216000', '154115.218000', '154115.221000', '154115.224000', '154115.226000', '154115.229000', '154115.231000', '154115.234000', '154115.237000', '154115.239000', '154115.242000', '154115.245000', '154115.247000', '154115.250000', '154115.252000', '154115.255000', '154115.258000', '154115.260000', '154115.263000', '154115.265000', '154115.268000', '154115.270000', '154115.273000', '154115.276000', '154135.162000', '154135.164000', '154135.167000', '154135.170000', '154135.172000', '154135.175000', '154135.177000', '154135.180000', '154135.183000', '154135.185000', '154135.188000', '154135.190000', '154135.193000', '154135.195000', '154135.198000', '154135.201000', '154135.203000', '154135.206000', '154135.209000', '154135.211000', '154135.214000', '154135.217000', '154135.220000', '154135.223000', '154135.225000', '154135.228000', '154135.230000', '154135.233000', '154135.236000', '154135.238000', '154135.241000', '154135.244000', '154135.246000', '154135.249000', '154135.252000', '154135.254000', '154135.257000', '154135.260000', '154135.263000', '154135.266000', '154135.269000', '154135.271000', '154135.274000', '154155.162000', '154155.164000', '154155.167000', '154155.170000', '154155.172000', '154155.190000', '154155.192000', '154155.195000', '154155.197000', '154155.200000', '154155.202000', '154155.205000', '154155.207000', '154155.210000', '154155.213000', '154155.215000', '154155.218000', '154155.220000', '154155.223000', '154155.226000', '154155.228000', '154155.231000', '154155.233000', '154155.236000', '154155.238000', '154155.241000', '154155.244000', '154155.246000', '154155.249000', '154155.251000', '154155.254000', '154155.257000', '154155.259000', '154155.262000', '154155.265000', '154155.267000', '154155.270000', '154155.272000', '154155.275000', '154155.278000', '154155.280000', '154155.283000', '154155.286000', '154155.289000', '154215.163000', '154215.166000', '154215.168000', '154215.171000', '154215.173000', '154215.176000', '154215.179000', '154215.181000', '154215.184000', '154215.186000', '154215.189000', '154215.191000', '154215.194000', '154215.197000', '154215.199000', '154215.202000', '154215.204000', '154215.207000', '154215.210000', '154215.212000', '154215.215000', '154215.218000', '154215.220000', '154215.223000', '154215.226000', '154215.228000', '154215.231000', '154215.233000', '154215.236000', '154215.239000', '154215.241000', '154215.244000', '154215.247000', '154215.250000', '154215.253000', '154215.256000', '154215.258000', '154215.261000', '154215.263000', '154215.266000', '154215.269000', '154215.271000', '154215.274000', '154235.161000', '154235.164000', '154235.167000', '154235.170000', '154235.173000', '154235.175000', '154235.178000', '154235.180000', '154235.183000', '154235.186000', '154235.188000', '154235.191000', '154235.194000', '154235.196000', '154235.199000', '154235.202000', '154235.204000', '154235.207000', '154235.209000', '154235.212000', '154235.215000', '154235.217000', '154235.220000', '154235.223000', '154235.225000', '154235.228000', '154235.231000', '154235.233000', '154235.236000', '154235.239000', '154235.241000', '154235.244000', '154235.247000', '154235.249000', '154235.252000', '154235.254000', '154235.257000', '154235.260000', '154235.262000', '154235.265000', '154235.267000', '154235.270000', '154235.273000', '154235.275000', '154255.161000', '154255.164000', '154255.167000', '154255.169000', '154255.172000', '154255.175000', '154255.177000', '154255.180000', '154255.183000', '154255.185000', '154255.188000', '154255.191000', '154255.193000', '154255.196000', '154255.199000', '154255.201000', '154255.204000', '154255.207000', '154255.209000', '154255.212000', '154255.215000', '154255.217000', '154255.220000', '154255.223000', '154255.225000', '154255.228000', '154255.231000', '154255.233000', '154255.236000', '154255.238000', '154255.241000', '154255.244000', '154255.246000', '154255.249000', '154255.252000', '154255.254000', '154255.257000', '154255.259000', '154255.263000', '154255.265000', '154255.268000', '154255.270000', '154255.273000', '154315.161000', '154315.164000', '154315.167000', '154315.170000', '154315.172000', '154315.175000', '154315.177000', '154315.180000', '154315.182000', '154315.185000', '154315.188000', '154315.190000', '154315.193000', '154315.195000', '154315.198000', '154315.201000', '154315.203000', '154315.206000', '154315.208000', '154315.211000', '154315.214000', '154315.216000', '154315.219000', '154315.221000', '154315.224000', '154315.227000', '154315.229000', '154315.232000', '154315.234000', '154315.237000', '154315.240000', '154315.242000', '154315.245000', '154315.247000', '154315.250000', '154315.253000', '154315.255000', '154315.258000', '154315.261000', '154315.291000', '154315.293000', '154315.296000', '154315.299000', '154315.301000', '154335.162000', '154335.167000', '154335.170000', '154335.172000', '154335.175000', '154335.178000', '154335.180000', '154335.183000', '154335.185000', '154335.188000', '154335.191000', '154335.193000', '154335.196000', '154335.199000', '154335.201000', '154335.204000', '154335.207000', '154335.209000', '154335.212000', '154335.215000', '154335.217000', '154335.220000', '154335.223000', '154335.225000', '154335.228000', '154335.230000', '154335.233000', '154335.236000', '154335.238000', '154335.241000', '154335.244000', '154335.246000', '154335.249000', '154335.251000', '154335.254000', '154335.257000', '154335.259000', '154335.262000', '154335.265000', '154335.267000', '154335.270000', '154335.273000', '154335.276000', '154355.162000', '154355.164000', '154355.167000', '154355.170000', '154355.173000', '154355.175000', '154355.178000', '154355.180000', '154355.183000', '154355.186000', '154355.188000', '154355.191000', '154355.193000', '154355.196000', '154355.199000', '154355.201000', '154355.204000', '154355.207000', '154355.209000', '154355.212000', '154355.215000', '154355.217000', '154355.220000', '154355.223000', '154355.225000', '154355.228000', '154355.231000', '154355.233000', '154355.236000', '154355.238000', '154355.241000', '154355.244000', '154355.246000', '154355.249000', '154355.252000', '154355.254000', '154355.257000', '154355.259000', '154355.262000', '154355.265000', '154355.267000', '154355.270000', '154355.273000', '154355.275000', '154415.162000', '154415.165000', '154415.167000', '154415.170000', '154415.173000', '154415.175000', '154415.178000', '154415.181000', '154415.184000', '154415.186000', '154415.189000', '154415.191000', '154415.194000', '154415.197000', '154415.199000', '154415.202000', '154415.205000', '154415.207000', '154415.210000', '154415.212000', '154415.216000', '154415.218000', '154415.221000', '154415.223000', '154415.226000', '154415.229000', '154415.231000', '154415.234000', '154415.237000', '154415.239000', '154415.242000', '154415.245000', '154415.247000', '154415.250000', '154415.252000', '154415.255000', '154415.258000', '154415.260000', '154415.263000', '154415.265000', '154415.268000', '154415.271000', '154415.273000', '154435.162000', '154435.165000', '154435.168000', '154435.171000', '154435.173000', '154435.176000', '154435.179000', '154435.181000', '154435.184000', '154435.187000', '154435.189000', '154435.192000', '154435.194000', '154435.197000', '154435.200000', '154435.203000', '154435.205000', '154435.208000', '154435.211000', '154435.213000', '154435.216000', '154435.218000', '154435.221000', '154435.224000', '154435.226000', '154435.229000', '154435.232000', '154435.234000', '154435.237000', '154435.239000', '154435.242000', '154435.245000', '154435.247000', '154435.250000', '154435.253000', '154435.255000', '154435.258000', '154435.261000', '154435.263000', '154435.266000', '154435.268000', '154435.271000', '154435.274000', '154435.276000', '154455.168000', '154455.171000', '154455.174000', '154455.185000', '154455.187000', '154455.190000', '154455.193000', '154455.196000', '154455.198000', '154455.201000', '154455.204000', '154455.207000', '154455.209000', '154455.212000', '154455.215000', '154455.217000', '154455.220000', '154455.222000', '154455.225000', '154455.228000', '154455.230000', '154455.233000', '154455.236000', '154455.238000', '154455.241000', '154455.244000', '154455.246000', '154455.249000', '154455.252000', '154455.254000', '154455.257000', '154455.260000', '154455.262000', '154455.265000', '154455.267000', '154455.270000', '154455.273000', '154455.275000', '154455.278000', '154455.281000', '154455.283000', '154455.286000', '154455.288000', '154515.161000', '154515.164000', '154515.167000', '154515.170000', '154515.172000', '154515.175000', '154515.178000', '154515.180000', '154515.183000', '154515.185000', '154515.188000', '154515.191000', '154515.193000', '154515.196000', '154515.199000', '154515.201000', '154515.204000', '154515.207000', '154515.210000', '154515.212000', '154515.215000', '154515.217000', '154515.220000', '154515.223000', '154515.225000', '154515.228000', '154515.231000', '154515.233000', '154515.236000', '154515.239000', '154515.241000', '154515.244000', '154515.247000', '154515.249000', '154515.252000', '154515.254000', '154515.257000', '154515.260000', '154515.263000', '154515.265000', '154515.268000', '154515.271000', '154515.273000', '154535.162000', '154535.164000', '154535.167000', '154535.170000', '154535.172000', '154535.175000', '154535.178000', '154535.180000', '154535.183000', '154535.185000', '154535.188000', '154535.191000', '154535.193000', '154535.196000', '154535.199000', '154535.201000', '154535.204000', '154535.207000', '154535.209000', '154535.212000', '154535.214000', '154535.217000', '154535.220000', '154535.222000', '154535.225000', '154535.227000', '154535.230000', '154535.232000', '154535.235000', '154535.238000', '154535.240000', '154535.243000', '154535.245000', '154535.248000', '154535.251000', '154535.253000', '154535.256000', '154535.259000', '154535.261000', '154535.264000', '154535.266000', '154535.269000', '154535.272000', '154535.274000', '154555.162000', '154555.165000', '154555.168000', '154555.170000', '154555.173000', '154555.176000', '154555.178000', '154555.181000', '154555.183000', '154555.186000', '154555.189000', '154555.191000', '154555.194000', '154555.197000', '154555.199000', '154555.202000', '154555.205000', '154555.208000', '154555.211000', '154555.213000', '154555.216000', '154555.219000', '154555.222000', '154555.225000', '154555.229000', '154555.232000', '154555.234000', '154555.237000', '154555.240000', '154555.242000', '154555.245000', '154555.248000', '154555.250000', '154555.253000', '154555.255000', '154555.258000', '154555.261000', '154555.263000', '154555.266000', '154555.269000', '154555.271000', '154555.274000', '154555.276000', '154559.249000', '154559.252000', '154559.255000', '154559.257000', '154559.260000', '154559.263000', '154559.266000', '154559.281000', '154559.284000', '154559.286000'], 'InstanceCreationTime': ['153935.216000', '153935.219000', '153935.222000', '153935.224000', '153935.227000', '153935.230000', '153935.232000', '153935.235000', '153935.237000', '153935.240000', '153935.243000', '153935.245000', '153935.248000', '153935.250000', '153935.253000', '153935.256000', '153935.258000', '153935.261000', '153935.263000', '153935.266000', '153935.269000', '153935.271000', '153935.274000', '153935.276000', '153935.281000', '153935.284000', '153935.286000', '153935.289000', '153935.292000', '153935.294000', '153935.297000', '153935.299000', '153935.302000', '153935.304000', '153935.307000', '153935.310000', '153955.163000', '153955.165000', '153955.168000', '153955.171000', '153955.173000', '153955.176000', '153955.178000', '153955.181000', '153955.183000', '153955.186000', '153955.188000', '153955.191000', '153955.194000', '153955.196000', '153955.199000', '153955.201000', '153955.204000', '153955.207000', '153955.209000', '153955.212000', '153955.214000', '153955.217000', '153955.220000', '153955.222000', '153955.225000', '153955.228000', '153955.230000', '153955.233000', '153955.235000', '153955.238000', '153955.240000', '153955.243000', '153955.246000', '153955.248000', '153955.251000', '153955.253000', '153955.256000', '153955.259000', '153955.261000', '153955.264000', '153955.266000', '153955.269000', '153955.272000', '153955.274000', '154015.162000', '154015.166000', '154015.169000', '154015.198000', '154015.200000', '154015.203000', '154015.206000', '154015.208000', '154015.211000', '154015.213000', '154015.216000', '154015.219000', '154015.222000', '154015.225000', '154015.227000', '154015.245000', '154015.247000', '154015.250000', '154015.253000', '154015.255000', '154015.258000', '154015.260000', '154015.263000', '154015.266000', '154015.268000', '154015.271000', '154015.273000', '154015.276000', '154015.279000', '154015.282000', '154015.284000', '154015.287000', '154015.289000', '154015.292000', '154015.295000', '154015.297000', '154015.300000', '154015.303000', '154015.305000', '154015.308000', '154015.310000', '154015.313000', '154015.316000', '154035.161000', '154035.164000', '154035.167000', '154035.169000', '154035.172000', '154035.175000', '154035.177000', '154035.180000', '154035.183000', '154035.185000', '154035.188000', '154035.190000', '154035.193000', '154035.196000', '154035.198000', '154035.201000', '154035.204000', '154035.206000', '154035.209000', '154035.211000', '154035.214000', '154035.217000', '154035.219000', '154035.222000', '154035.225000', '154035.227000', '154035.230000', '154035.233000', '154035.235000', '154035.238000', '154035.240000', '154035.243000', '154035.246000', '154035.248000', '154035.251000', '154035.254000', '154035.256000', '154035.259000', '154035.261000', '154035.264000', '154035.267000', '154035.269000', '154035.272000', '154035.275000', '154055.161000', '154055.164000', '154055.168000', '154055.170000', '154055.173000', '154055.175000', '154055.178000', '154055.181000', '154055.184000', '154055.186000', '154055.189000', '154055.192000', '154055.195000', '154055.197000', '154055.200000', '154055.202000', '154055.205000', '154055.208000', '154055.210000', '154055.213000', '154055.215000', '154055.218000', '154055.221000', '154055.223000', '154055.226000', '154055.228000', '154055.231000', '154055.233000', '154055.236000', '154055.239000', '154055.241000', '154055.244000', '154055.246000', '154055.249000', '154055.251000', '154055.254000', '154055.260000', '154055.263000', '154055.265000', '154055.268000', '154055.271000', '154055.273000', '154055.276000', '154115.161000', '154115.164000', '154115.167000', '154115.170000', '154115.173000', '154115.176000', '154115.178000', '154115.181000', '154115.184000', '154115.187000', '154115.189000', '154115.192000', '154115.195000', '154115.197000', '154115.200000', '154115.203000', '154115.205000', '154115.208000', '154115.210000', '154115.213000', '154115.216000', '154115.218000', '154115.221000', '154115.224000', '154115.226000', '154115.229000', '154115.231000', '154115.234000', '154115.237000', '154115.239000', '154115.242000', '154115.245000', '154115.247000', '154115.250000', '154115.252000', '154115.255000', '154115.258000', '154115.260000', '154115.263000', '154115.265000', '154115.268000', '154115.270000', '154115.273000', '154115.276000', '154135.162000', '154135.164000', '154135.167000', '154135.170000', '154135.172000', '154135.175000', '154135.177000', '154135.180000', '154135.183000', '154135.185000', '154135.188000', '154135.190000', '154135.193000', '154135.195000', '154135.198000', '154135.201000', '154135.203000', '154135.206000', '154135.209000', '154135.211000', '154135.214000', '154135.217000', '154135.220000', '154135.223000', '154135.225000', '154135.228000', '154135.230000', '154135.233000', '154135.236000', '154135.238000', '154135.241000', '154135.244000', '154135.246000', '154135.249000', '154135.252000', '154135.254000', '154135.257000', '154135.260000', '154135.263000', '154135.266000', '154135.269000', '154135.271000', '154135.274000', '154155.162000', '154155.164000', '154155.167000', '154155.170000', '154155.172000', '154155.190000', '154155.192000', '154155.195000', '154155.197000', '154155.200000', '154155.202000', '154155.205000', '154155.207000', '154155.210000', '154155.213000', '154155.215000', '154155.218000', '154155.220000', '154155.223000', '154155.226000', '154155.228000', '154155.231000', '154155.233000', '154155.236000', '154155.238000', '154155.241000', '154155.244000', '154155.246000', '154155.249000', '154155.251000', '154155.254000', '154155.257000', '154155.259000', '154155.262000', '154155.265000', '154155.267000', '154155.270000', '154155.272000', '154155.275000', '154155.278000', '154155.280000', '154155.283000', '154155.286000', '154155.289000', '154215.163000', '154215.166000', '154215.168000', '154215.171000', '154215.173000', '154215.176000', '154215.179000', '154215.181000', '154215.184000', '154215.186000', '154215.189000', '154215.191000', '154215.194000', '154215.197000', '154215.199000', '154215.202000', '154215.204000', '154215.207000', '154215.210000', '154215.212000', '154215.215000', '154215.218000', '154215.220000', '154215.223000', '154215.226000', '154215.228000', '154215.231000', '154215.233000', '154215.236000', '154215.239000', '154215.241000', '154215.244000', '154215.247000', '154215.250000', '154215.253000', '154215.256000', '154215.258000', '154215.261000', '154215.263000', '154215.266000', '154215.269000', '154215.271000', '154215.274000', '154235.161000', '154235.164000', '154235.167000', '154235.170000', '154235.173000', '154235.175000', '154235.178000', '154235.180000', '154235.183000', '154235.186000', '154235.188000', '154235.191000', '154235.194000', '154235.196000', '154235.199000', '154235.202000', '154235.204000', '154235.207000', '154235.209000', '154235.212000', '154235.215000', '154235.217000', '154235.220000', '154235.223000', '154235.225000', '154235.228000', '154235.231000', '154235.233000', '154235.236000', '154235.239000', '154235.241000', '154235.244000', '154235.247000', '154235.249000', '154235.252000', '154235.254000', '154235.257000', '154235.260000', '154235.262000', '154235.265000', '154235.267000', '154235.270000', '154235.273000', '154235.275000', '154255.161000', '154255.164000', '154255.167000', '154255.169000', '154255.172000', '154255.175000', '154255.177000', '154255.180000', '154255.183000', '154255.185000', '154255.188000', '154255.191000', '154255.193000', '154255.196000', '154255.199000', '154255.201000', '154255.204000', '154255.207000', '154255.209000', '154255.212000', '154255.215000', '154255.217000', '154255.220000', '154255.223000', '154255.225000', '154255.228000', '154255.231000', '154255.233000', '154255.236000', '154255.238000', '154255.241000', '154255.244000', '154255.246000', '154255.249000', '154255.252000', '154255.254000', '154255.257000', '154255.259000', '154255.263000', '154255.265000', '154255.268000', '154255.270000', '154255.273000', '154315.161000', '154315.164000', '154315.167000', '154315.170000', '154315.172000', '154315.175000', '154315.177000', '154315.180000', '154315.182000', '154315.185000', '154315.188000', '154315.190000', '154315.193000', '154315.195000', '154315.198000', '154315.201000', '154315.203000', '154315.206000', '154315.208000', '154315.211000', '154315.214000', '154315.216000', '154315.219000', '154315.221000', '154315.224000', '154315.227000', '154315.229000', '154315.232000', '154315.234000', '154315.237000', '154315.240000', '154315.242000', '154315.245000', '154315.247000', '154315.250000', '154315.253000', '154315.255000', '154315.258000', '154315.261000', '154315.291000', '154315.293000', '154315.296000', '154315.299000', '154315.301000', '154335.162000', '154335.167000', '154335.170000', '154335.172000', '154335.175000', '154335.178000', '154335.180000', '154335.183000', '154335.185000', '154335.188000', '154335.191000', '154335.193000', '154335.196000', '154335.199000', '154335.201000', '154335.204000', '154335.207000', '154335.209000', '154335.212000', '154335.215000', '154335.217000', '154335.220000', '154335.223000', '154335.225000', '154335.228000', '154335.230000', '154335.233000', '154335.236000', '154335.238000', '154335.241000', '154335.244000', '154335.246000', '154335.249000', '154335.251000', '154335.254000', '154335.257000', '154335.259000', '154335.262000', '154335.265000', '154335.267000', '154335.270000', '154335.273000', '154335.276000', '154355.162000', '154355.164000', '154355.167000', '154355.170000', '154355.173000', '154355.175000', '154355.178000', '154355.180000', '154355.183000', '154355.186000', '154355.188000', '154355.191000', '154355.193000', '154355.196000', '154355.199000', '154355.201000', '154355.204000', '154355.207000', '154355.209000', '154355.212000', '154355.215000', '154355.217000', '154355.220000', '154355.223000', '154355.225000', '154355.228000', '154355.231000', '154355.233000', '154355.236000', '154355.238000', '154355.241000', '154355.244000', '154355.246000', '154355.249000', '154355.252000', '154355.254000', '154355.257000', '154355.259000', '154355.262000', '154355.265000', '154355.267000', '154355.270000', '154355.273000', '154355.275000', '154415.162000', '154415.165000', '154415.167000', '154415.170000', '154415.173000', '154415.175000', '154415.178000', '154415.181000', '154415.184000', '154415.186000', '154415.189000', '154415.191000', '154415.194000', '154415.197000', '154415.199000', '154415.202000', '154415.205000', '154415.207000', '154415.210000', '154415.212000', '154415.216000', '154415.218000', '154415.221000', '154415.223000', '154415.226000', '154415.229000', '154415.231000', '154415.234000', '154415.237000', '154415.239000', '154415.242000', '154415.245000', '154415.247000', '154415.250000', '154415.252000', '154415.255000', '154415.258000', '154415.260000', '154415.263000', '154415.265000', '154415.268000', '154415.271000', '154415.273000', '154435.162000', '154435.165000', '154435.168000', '154435.171000', '154435.173000', '154435.176000', '154435.179000', '154435.181000', '154435.184000', '154435.187000', '154435.189000', '154435.192000', '154435.194000', '154435.197000', '154435.200000', '154435.203000', '154435.205000', '154435.208000', '154435.211000', '154435.213000', '154435.216000', '154435.218000', '154435.221000', '154435.224000', '154435.226000', '154435.229000', '154435.232000', '154435.234000', '154435.237000', '154435.239000', '154435.242000', '154435.245000', '154435.247000', '154435.250000', '154435.253000', '154435.255000', '154435.258000', '154435.261000', '154435.263000', '154435.266000', '154435.268000', '154435.271000', '154435.274000', '154435.276000', '154455.168000', '154455.171000', '154455.174000', '154455.185000', '154455.187000', '154455.190000', '154455.193000', '154455.196000', '154455.198000', '154455.201000', '154455.204000', '154455.207000', '154455.209000', '154455.212000', '154455.215000', '154455.217000', '154455.220000', '154455.222000', '154455.225000', '154455.228000', '154455.230000', '154455.233000', '154455.236000', '154455.238000', '154455.241000', '154455.244000', '154455.246000', '154455.249000', '154455.252000', '154455.254000', '154455.257000', '154455.260000', '154455.262000', '154455.265000', '154455.267000', '154455.270000', '154455.273000', '154455.275000', '154455.278000', '154455.281000', '154455.283000', '154455.286000', '154455.288000', '154515.161000', '154515.164000', '154515.167000', '154515.170000', '154515.172000', '154515.175000', '154515.178000', '154515.180000', '154515.183000', '154515.185000', '154515.188000', '154515.191000', '154515.193000', '154515.196000', '154515.199000', '154515.201000', '154515.204000', '154515.207000', '154515.210000', '154515.212000', '154515.215000', '154515.217000', '154515.220000', '154515.223000', '154515.225000', '154515.228000', '154515.231000', '154515.233000', '154515.236000', '154515.239000', '154515.241000', '154515.244000', '154515.247000', '154515.249000', '154515.252000', '154515.254000', '154515.257000', '154515.260000', '154515.263000', '154515.265000', '154515.268000', '154515.271000', '154515.273000', '154535.162000', '154535.164000', '154535.167000', '154535.170000', '154535.172000', '154535.175000', '154535.178000', '154535.180000', '154535.183000', '154535.185000', '154535.188000', '154535.191000', '154535.193000', '154535.196000', '154535.199000', '154535.201000', '154535.204000', '154535.207000', '154535.209000', '154535.212000', '154535.214000', '154535.217000', '154535.220000', '154535.222000', '154535.225000', '154535.227000', '154535.230000', '154535.232000', '154535.235000', '154535.238000', '154535.240000', '154535.243000', '154535.245000', '154535.248000', '154535.251000', '154535.253000', '154535.256000', '154535.259000', '154535.261000', '154535.264000', '154535.266000', '154535.269000', '154535.272000', '154535.274000', '154555.162000', '154555.165000', '154555.168000', '154555.170000', '154555.173000', '154555.176000', '154555.178000', '154555.181000', '154555.183000', '154555.186000', '154555.189000', '154555.191000', '154555.194000', '154555.197000', '154555.199000', '154555.202000', '154555.205000', '154555.208000', '154555.211000', '154555.213000', '154555.216000', '154555.219000', '154555.222000', '154555.225000', '154555.229000', '154555.232000', '154555.234000', '154555.237000', '154555.240000', '154555.242000', '154555.245000', '154555.248000', '154555.250000', '154555.253000', '154555.255000', '154555.258000', '154555.261000', '154555.263000', '154555.266000', '154555.269000', '154555.271000', '154555.274000', '154555.276000', '154559.249000', '154559.252000', '154559.255000', '154559.257000', '154559.260000', '154559.263000', '154559.266000', '154559.281000', '154559.284000', '154559.286000'], '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': [10111, 13974, 10681, 14221, 10016, 14281, 11286, 18885, 13019, 19354, 10119, 13991, 7939, 12371, 8461, 13825, 9046, 13868, 9923, 14711, 10555, 17589, 10716, 14935, 8181, 13591, 8587, 13092, 8793, 14435, 9879, 14164, 7962, 11291, 7960, 11659, 7923, 11381, 8693, 10529, 8474, 7734, 8348, 8126, 8907, 10391, 11738, 10770, 10751, 8170, 9705, 8682, 9730, 12162, 10967, 14297, 9488, 11720, 8497, 11980, 8497, 14951, 8701, 15462, 9231, 12477, 7775, 10465, 7877, 12081, 8698, 14433, 10473, 14624, 8826, 14687, 8574, 13761, 9144, 12772, 9216, 15013, 8184, 10624, 7308, 9968, 7400, 10227, 8036, 13390, 8937, 11550, 7772, 10941, 7929, 12264, 8885, 15282, 8849, 12229, 7940, 10181, 7661, 9617, 8078, 9804, 10044, 10908, 7746, 9435, 7336, 10259, 7580, 12228, 8507, 14727, 11789, 16747, 8992, 12302, 7594, 10908, 7383, 10860, 8850, 12821, 12557, 11473, 7982, 8762, 8017, 8818, 8774, 9214, 9513, 9562, 13280, 9826, 7762, 8191, 7896, 9009, 8656, 9280, 10909, 9993, 11679, 8761, 10923, 8486, 12088, 8188, 13680, 8960, 13396, 8489, 12715, 8391, 11619, 8111, 10963, 8744, 9201, 8999, 8138, 9254, 8763, 10444, 11442, 10946, 15006, 12433, 17479, 13754, 14099, 8821, 9339, 8339, 8678, 9426, 13052, 12225, 8810, 9246, 7918, 9337, 9052, 9423, 15977, 10146, 13793, 8452, 10388, 7916, 12417, 8563, 14425, 9643, 11389, 8049, 11246, 8451, 13646, 8795, 15338, 10885, 16831, 8454, 12707, 8035, 11802, 8293, 14075, 9342, 16022, 9109, 13319, 8305, 11888, 8131, 11220, 8517, 11128, 8385, 9139, 8259, 9439, 8282, 12307, 9484, 15309, 9228, 14115, 8371, 12975, 8144, 11960, 8204, 13332, 8245, 11181, 7760, 10792, 7435, 10431, 7151, 9651, 7662, 8812, 8090, 9164, 9277, 9987, 7541, 10376, 7183, 12618, 8008, 14250, 9056, 15759, 12524, 17878, 11652, 16320, 8456, 13504, 8266, 13594, 8607, 16074, 11199, 18414, 10918, 14564, 7832, 11671, 7732, 12811, 8952, 17316, 9959, 14073, 7723, 11603, 7985, 12273, 8181, 12609, 8737, 12694, 7574, 10667, 7453, 10899, 7495, 12178, 8969, 14542, 7792, 10680, 7786, 11220, 7657, 11435, 8523, 14867, 8477, 12034, 7815, 11736, 8072, 11710, 7714, 11374, 8370, 15048, 7462, 9834, 7211, 9927, 7333, 10499, 7687, 8938, 8255, 9355, 7807, 8472, 7476, 9077, 7653, 10063, 10682, 11381, 12270, 9266, 15451, 8974, 14710, 9413, 13134, 8627, 10552, 7514, 10077, 7443, 9180, 7422, 9677, 7561, 12091, 8761, 12820, 8660, 12409, 8729, 13137, 9127, 15754, 10633, 16013, 8819, 11991, 8071, 12033, 9142, 17097, 10190, 14700, 8361, 13130, 8064, 12764, 10370, 8038, 9820, 7490, 15197, 13742, 19670, 15385, 9237, 8669, 7519, 11417, 8188, 14164, 9398, 15043, 9153, 15267, 8950, 14709, 9850, 19012, 14976, 11462, 7635, 7425, 9277, 7414, 11596, 8274, 12183, 8192, 12487, 8695, 16131, 10756, 15577, 8088, 11395, 7639, 10485, 8741, 8623, 14769, 8189, 13178, 8200, 11573, 7977, 11970, 8468, 10769, 7929, 7950, 8123, 8599, 10583, 13196, 11018, 15499, 12243, 17699, 12768, 15625, 9283, 14571, 8653, 13557, 8908, 14831, 9916, 12948, 8048, 11496, 7849, 12403, 8217, 14615, 8868, 13006, 7664, 10485, 7482, 9930, 7668, 9695, 9456, 10599, 8510, 9028, 7867, 9088, 8780, 9284, 11578, 9055, 14423, 10422, 16085, 8693, 14640, 8310, 12415, 7833, 10427, 7252, 10046, 7391, 9350, 8006, 9330, 8998, 10969, 8079, 10627, 7446, 12127, 7646, 13553, 9051, 14465, 9339, 15352, 10698, 16118, 8568, 10492, 7530, 9915, 8515, 9657, 9727, 9861, 16320, 11836, 11073, 8596, 9255, 8474, 11348, 8567, 16211, 10248, 18635, 8886, 15140, 8139, 11296, 7484, 9740, 7801, 11068, 9216, 11425, 7521, 9885, 7522, 11698, 7780, 12802, 9353, 13495, 8088, 10590, 7405, 9913, 8142, 12261, 9880, 10886, 7986, 9220, 8579, 8996, 9244, 8469, 10584, 10349, 11201, 9902, 7215, 9251, 7523, 11112, 7575, 12745, 9165, 13542, 7861, 11453, 7655, 12379, 7771, 10854, 8542, 11903, 8200, 9633, 7355, 9365, 7350, 9840, 7623, 10021, 7729, 10720, 8321, 13113, 8499, 12472, 7883, 13322, 8687, 14798, 10872, 17296, 13177, 14297, 10940, 9219, 11038, 8805, 15650, 8904, 17503, 8024, 13283, 8833, 13245, 7817, 11427, 7609, 11253, 8181, 12291, 8172, 14411, 9436, 14483, 9010, 13749, 9441, 14352, 10517, 15154, 11123, 18466, 13382, 14781, 8491, 8939, 7470, 9836, 10833, 8717, 13945, 8341, 11810, 7564, 12309, 7788, 13949, 8886, 15946, 13113, 19688, 18121, 11705, 11271, 7765, 11911, 8309, 13764, 8891, 12574, 8749, 11989, 7861, 12185, 8376, 11958, 9010, 11679, 9993, 11068, 11116, 10143, 9126, 9235, 7703, 8633, 7419, 9049, 7742, 10699, 8434, 11660, 8777, 11136, 7978, 9445, 7572, 8941, 7832, 8820, 7737, 9293, 7553, 10153, 7666, 13904, 9499, 13184, 7864, 10307, 8055, 11858, 8511, 15550, 9093, 13367, 8987, 12124, 8060, 10827, 7481, 9507, 7525, 9580, 7646, 11147, 8451, 13155, 8075, 11957, 7987, 13188, 8986, 14823, 9840, 15586, 10728, 16068, 9866, 14326, 9394, 13991, 9916, 13673, 9750, 16128, 8215, 11600, 7767, 11726, 7710, 13353, 8943, 13042, 8395, 12214, 8167, 15042, 9056, 14169, 9707, 14477, 9954, 15269, 7770, 11155, 7541, 11629, 8050, 10714, 7272, 11271, 7651, 10098, 7338, 9566, 7448, 11268, 8951, 14432, 9268, 13182, 7991, 13518, 8802, 14675, 10182, 17469, 10150, 13016, 7451, 11407, 9487, 13621, 13077, 15645, 8446, 9125, 7443, 9543, 8126, 9487, 8779, 9039, 9127, 9457, 9003, 9039, 8224, 8795, 7627, 9647, 8351, 13992, 9172, 13747, 8388, 13719, 9020, 15242, 10044, 16144, 10616, 16346, 10508, 17578, 15116, 18868, 11284, 14538, 8650, 13549, 8191, 14509, 8325, 11943, 7552, 9201, 7319, 9228, 7833, 8956, 7571, 8698, 7815, 10060, 7938, 12712, 8079, 12592, 8020, 13484, 8521, 13394, 8357, 12174, 7519, 11541, 7785, 10534, 7850, 9310, 8838, 9123, 10059, 8814, 9588, 8795, 9704, 9537, 7987, 10132, 7464, 12727, 9019, 15102, 11268, 15008, 10388, 13316, 8451, 11057, 8248, 10595, 10984, 13432, 10752, 12150, 7993, 15383, 9918, 13963, 9173], 'WindowCenter': [4476.0, 4489.0, 4444.0, 4463.0, 4417.0, 4458.0, 4423.0, 4463.0, 4410.0, 4463.0, 4399.0, 4426.0, 4367.0, 4407.0, 4377.0, 4427.0, 4378.0, 4428.0, 4390.0, 4441.0, 4399.0, 4461.0, 4398.0, 4428.0, 4366.0, 4416.0, 4375.0, 4428.0, 4367.0, 4429.0, 4401.0, 4428.0, 4367.0, 4406.0, 4368.0, 4407.0, 4378.0, 4408.0, 4389.0, 4413.0, 4392.0, 4381.0, 4380.0, 4381.0, 4404.0, 4413.0, 4434.0, 4424.0, 4424.0, 4391.0, 4402.0, 4391.0, 4411.0, 4420.0, 4413.0, 4442.0, 4400.0, 4419.0, 4378.0, 4420.0, 4391.0, 4441.0, 4379.0, 4453.0, 4403.0, 4420.0, 4381.0, 4408.0, 4382.0, 4432.0, 4392.0, 4455.0, 4415.0, 4454.0, 4391.0, 4440.0, 4380.0, 4430.0, 4390.0, 4429.0, 4389.0, 4441.0, 4379.0, 4410.0, 4368.0, 4385.0, 4369.0, 4400.0, 4378.0, 4443.0, 4390.0, 4419.0, 4369.0, 4410.0, 4394.0, 4432.0, 4392.0, 4454.0, 4391.0, 4419.0, 4369.0, 4397.0, 4366.0, 4388.0, 4378.0, 4398.0, 4388.0, 4410.0, 4368.0, 4388.0, 4368.0, 4398.0, 4369.0, 4432.0, 4391.0, 4443.0, 4421.0, 4452.0, 4389.0, 4408.0, 4366.0, 4396.0, 4354.0, 4409.0, 4378.0, 4418.0, 4417.0, 4406.0, 4363.0, 4362.0, 4353.0, 4361.0, 4363.0, 4385.0, 4385.0, 4385.0, 4414.0, 4385.0, 4355.0, 4363.0, 4363.0, 4373.0, 4367.0, 4388.0, 4397.0, 4398.0, 4409.0, 4378.0, 4396.0, 4377.0, 4417.0, 4390.0, 4440.0, 4387.0, 4430.0, 4389.0, 4429.0, 4389.0, 4420.0, 4381.0, 4421.0, 4403.0, 4414.0, 4402.0, 4393.0, 4405.0, 4393.0, 4413.0, 4424.0, 4424.0, 4455.0, 4423.0, 4463.0, 4432.0, 4429.0, 4376.0, 4375.0, 4377.0, 4389.0, 4388.0, 4430.0, 4418.0, 4375.0, 4387.0, 4366.0, 4386.0, 4388.0, 4387.0, 4436.0, 4394.0, 4426.0, 4376.0, 4397.0, 4380.0, 4419.0, 4376.0, 4441.0, 4402.0, 4409.0, 4379.0, 4408.0, 4379.0, 4433.0, 4391.0, 4439.0, 4410.0, 4451.0, 4376.0, 4417.0, 4366.0, 4408.0, 4380.0, 4428.0, 4390.0, 4449.0, 4388.0, 4428.0, 4377.0, 4417.0, 4381.0, 4408.0, 4378.0, 4408.0, 4379.0, 4387.0, 4378.0, 4388.0, 4393.0, 4420.0, 4401.0, 4440.0, 4389.0, 4429.0, 4377.0, 4418.0, 4380.0, 4422.0, 4379.0, 4431.0, 4370.0, 4407.0, 4369.0, 4407.0, 4369.0, 4398.0, 4369.0, 4401.0, 4380.0, 4404.0, 4390.0, 4401.0, 4402.0, 4414.0, 4382.0, 4414.0, 4374.0, 4432.0, 4395.0, 4457.0, 4407.0, 4457.0, 4434.0, 4466.0, 4421.0, 4451.0, 4378.0, 4415.0, 4365.0, 4418.0, 4378.0, 4439.0, 4410.0, 4461.0, 4398.0, 4427.0, 4356.0, 4395.0, 4355.0, 4405.0, 4377.0, 4448.0, 4387.0, 4426.0, 4355.0, 4394.0, 4366.0, 4420.0, 4377.0, 4407.0, 4379.0, 4416.0, 4367.0, 4396.0, 4355.0, 4407.0, 4367.0, 4406.0, 4388.0, 4427.0, 4367.0, 4395.0, 4355.0, 4395.0, 4370.0, 4408.0, 4376.0, 4442.0, 4379.0, 4418.0, 4369.0, 4406.0, 4367.0, 4409.0, 4371.0, 4396.0, 4368.0, 4440.0, 4356.0, 4386.0, 4355.0, 4386.0, 4357.0, 4398.0, 4382.0, 4388.0, 4377.0, 4401.0, 4368.0, 4379.0, 4369.0, 4390.0, 4397.0, 4416.0, 4424.0, 4437.0, 4435.0, 4403.0, 4453.0, 4393.0, 4442.0, 4402.0, 4445.0, 4406.0, 4411.0, 4371.0, 4400.0, 4368.0, 4390.0, 4368.0, 4398.0, 4380.0, 4432.0, 4402.0, 4443.0, 4394.0, 4422.0, 4393.0, 4434.0, 4394.0, 4452.0, 4414.0, 4451.0, 4381.0, 4407.0, 4371.0, 4418.0, 4389.0, 4463.0, 4401.0, 4440.0, 4377.0, 4430.0, 4376.0, 4417.0, 4401.0, 4380.0, 4401.0, 4371.0, 4440.0, 4431.0, 4474.0, 4440.0, 4388.0, 4375.0, 4358.0, 4406.0, 4368.0, 4429.0, 4378.0, 4428.0, 4378.0, 4428.0, 4389.0, 4428.0, 4387.0, 4448.0, 4427.0, 4395.0, 4354.0, 4354.0, 4374.0, 4355.0, 4407.0, 4358.0, 4407.0, 4380.0, 4419.0, 4376.0, 4439.0, 4398.0, 4438.0, 4367.0, 4396.0, 4354.0, 4397.0, 4367.0, 4376.0, 4426.0, 4367.0, 4417.0, 4368.0, 4409.0, 4379.0, 4409.0, 4380.0, 4400.0, 4380.0, 4383.0, 4383.0, 4392.0, 4414.0, 4434.0, 4424.0, 4447.0, 4422.0, 4465.0, 4419.0, 4438.0, 4388.0, 4425.0, 4379.0, 4430.0, 4377.0, 4440.0, 4387.0, 4415.0, 4365.0, 4395.0, 4369.0, 4430.0, 4379.0, 4439.0, 4389.0, 4419.0, 4356.0, 4396.0, 4356.0, 4388.0, 4371.0, 4400.0, 4390.0, 4410.0, 4377.0, 4377.0, 4368.0, 4379.0, 4378.0, 4389.0, 4424.0, 4404.0, 4440.0, 4414.0, 4451.0, 4391.0, 4441.0, 4380.0, 4421.0, 4383.0, 4437.0, 4385.0, 4410.0, 4371.0, 4401.0, 4381.0, 4389.0, 4391.0, 4423.0, 4384.0, 4415.0, 4383.0, 4434.0, 4384.0, 4443.0, 4395.0, 4455.0, 4395.0, 4456.0, 4414.0, 4443.0, 4378.0, 4397.0, 4357.0, 4387.0, 4376.0, 4400.0, 4399.0, 4399.0, 4450.0, 4408.0, 4408.0, 4375.0, 4376.0, 4378.0, 4423.0, 4390.0, 4451.0, 4411.0, 4463.0, 4389.0, 4438.0, 4367.0, 4407.0, 4357.0, 4400.0, 4369.0, 4409.0, 4391.0, 4422.0, 4369.0, 4397.0, 4368.0, 4434.0, 4382.0, 4431.0, 4403.0, 4432.0, 4379.0, 4398.0, 4370.0, 4412.0, 4381.0, 4422.0, 4402.0, 4408.0, 4367.0, 4386.0, 4377.0, 4376.0, 4400.0, 4380.0, 4399.0, 4390.0, 4421.0, 4399.0, 4368.0, 4387.0, 4368.0, 4423.0, 4383.0, 4431.0, 4404.0, 4441.0, 4381.0, 4409.0, 4369.0, 4419.0, 4384.0, 4409.0, 4379.0, 4421.0, 4380.0, 4388.0, 4368.0, 4387.0, 4358.0, 4398.0, 4379.0, 4410.0, 4385.0, 4422.0, 4394.0, 4446.0, 4405.0, 4424.0, 4395.0, 4444.0, 4406.0, 4458.0, 4424.0, 4477.0, 4435.0, 4432.0, 4397.0, 4377.0, 4394.0, 4372.0, 4425.0, 4375.0, 4449.0, 4380.0, 4418.0, 4377.0, 4416.0, 4366.0, 4405.0, 4365.0, 4407.0, 4380.0, 4432.0, 4392.0, 4442.0, 4415.0, 4456.0, 4405.0, 4443.0, 4402.0, 4432.0, 4402.0, 4442.0, 4410.0, 4462.0, 4418.0, 4427.0, 4377.0, 4374.0, 4355.0, 4396.0, 4398.0, 4376.0, 4419.0, 4378.0, 4407.0, 4367.0, 4406.0, 4367.0, 4439.0, 4380.0, 4453.0, 4422.0, 4461.0, 4452.0, 4397.0, 4395.0, 4345.0, 4407.0, 4378.0, 4429.0, 4368.0, 4419.0, 4379.0, 4409.0, 4367.0, 4405.0, 4357.0, 4405.0, 4363.0, 4394.0, 4373.0, 4384.0, 4383.0, 4371.0, 4362.0, 4361.0, 4341.0, 4350.0, 4340.0, 4359.0, 4341.0, 4382.0, 4352.0, 4391.0, 4352.0, 4381.0, 4341.0, 4359.0, 4340.0, 4361.0, 4340.0, 4362.0, 4352.0, 4372.0, 4354.0, 4396.0, 4366.0, 4426.0, 4400.0, 4430.0, 4370.0, 4397.0, 4368.0, 4408.0, 4379.0, 4440.0, 4391.0, 4428.0, 4390.0, 4419.0, 4380.0, 4410.0, 4369.0, 4390.0, 4368.0, 4390.0, 4381.0, 4421.0, 4393.0, 4445.0, 4394.0, 4435.0, 4384.0, 4432.0, 4404.0, 4445.0, 4416.0, 4458.0, 4426.0, 4455.0, 4402.0, 4430.0, 4388.0, 4441.0, 4414.0, 4429.0, 4401.0, 4440.0, 4379.0, 4408.0, 4368.0, 4422.0, 4382.0, 4429.0, 4403.0, 4432.0, 4381.0, 4419.0, 4381.0, 4439.0, 4391.0, 4443.0, 4404.0, 4441.0, 4415.0, 4442.0, 4371.0, 4421.0, 4370.0, 4409.0, 4380.0, 4438.0, 4385.0, 4425.0, 4383.0, 4412.0, 4372.0, 4401.0, 4384.0, 4418.0, 4393.0, 4457.0, 4418.0, 4444.0, 4395.0, 4446.0, 4418.0, 4469.0, 4416.0, 4477.0, 4414.0, 4431.0, 4369.0, 4423.0, 4414.0, 4429.0, 4432.0, 4441.0, 4367.0, 4375.0, 4354.0, 4386.0, 4366.0, 4387.0, 4391.0, 4405.0, 4402.0, 4401.0, 4390.0, 4389.0, 4379.0, 4378.0, 4370.0, 4401.0, 4391.0, 4458.0, 4417.0, 4446.0, 4395.0, 4443.0, 4405.0, 4453.0, 4414.0, 4453.0, 4412.0, 4455.0, 4414.0, 4441.0, 4442.0, 4461.0, 4398.0, 4415.0, 4365.0, 4405.0, 4364.0, 4413.0, 4363.0, 4394.0, 4355.0, 4388.0, 4356.0, 4374.0, 4352.0, 4362.0, 4352.0, 4375.0, 4367.0, 4388.0, 4377.0, 4430.0, 4380.0, 4420.0, 4369.0, 4430.0, 4390.0, 4430.0, 4381.0, 4436.0, 4383.0, 4424.0, 4381.0, 4410.0, 4368.0, 4388.0, 4388.0, 4387.0, 4388.0, 4390.0, 4402.0, 4392.0, 4403.0, 4401.0, 4393.0, 4414.0, 4383.0, 4443.0, 4404.0, 4456.0, 4426.0, 4457.0, 4415.0, 4435.0, 4381.0, 4410.0, 4381.0, 4411.0, 4411.0, 4443.0, 4412.0, 4422.0, 4380.0, 4441.0, 4402.0, 4441.0, 4392.0], 'WindowWidth': [9852.0, 9859.0, 9783.0, 9806.0, 9733.0, 9791.0, 9734.0, 9792.0, 9705.0, 9790.0, 9692.0, 9726.0, 9647.0, 9701.0, 9659.0, 9730.0, 9663.0, 9733.0, 9679.0, 9757.0, 9692.0, 9785.0, 9689.0, 9731.0, 9644.0, 9711.0, 9656.0, 9734.0, 9644.0, 9733.0, 9699.0, 9733.0, 9648.0, 9701.0, 9651.0, 9701.0, 9666.0, 9702.0, 9683.0, 9718.0, 9687.0, 9673.0, 9670.0, 9675.0, 9710.0, 9718.0, 9751.0, 9738.0, 9734.0, 9689.0, 9701.0, 9689.0, 9717.0, 9725.0, 9719.0, 9758.0, 9695.0, 9721.0, 9663.0, 9721.0, 9684.0, 9756.0, 9666.0, 9776.0, 9703.0, 9725.0, 9671.0, 9707.0, 9677.0, 9745.0, 9692.0, 9781.0, 9724.0, 9777.0, 9686.0, 9752.0, 9667.0, 9737.0, 9682.0, 9738.0, 9679.0, 9756.0, 9668.0, 9711.0, 9650.0, 9670.0, 9655.0, 9693.0, 9664.0, 9760.0, 9684.0, 9723.0, 9654.0, 9710.0, 9697.0, 9743.0, 9688.0, 9779.0, 9684.0, 9719.0, 9651.0, 9689.0, 9646.0, 9677.0, 9665.0, 9690.0, 9672.0, 9710.0, 9651.0, 9677.0, 9650.0, 9692.0, 9654.0, 9744.0, 9687.0, 9759.0, 9728.0, 9775.0, 9678.0, 9704.0, 9643.0, 9682.0, 9625.0, 9707.0, 9662.0, 9717.0, 9713.0, 9697.0, 9636.0, 9634.0, 9620.0, 9630.0, 9634.0, 9668.0, 9670.0, 9667.0, 9709.0, 9669.0, 9626.0, 9636.0, 9636.0, 9650.0, 9644.0, 9680.0, 9687.0, 9691.0, 9707.0, 9663.0, 9687.0, 9661.0, 9714.0, 9687.0, 9752.0, 9678.0, 9737.0, 9681.0, 9735.0, 9682.0, 9726.0, 9675.0, 9728.0, 9706.0, 9723.0, 9707.0, 9694.0, 9710.0, 9692.0, 9719.0, 9735.0, 9738.0, 9780.0, 9733.0, 9789.0, 9741.0, 9733.0, 9657.0, 9654.0, 9662.0, 9684.0, 9676.0, 9738.0, 9720.0, 9657.0, 9673.0, 9645.0, 9673.0, 9678.0, 9672.0, 9741.0, 9681.0, 9725.0, 9657.0, 9687.0, 9672.0, 9723.0, 9661.0, 9758.0, 9702.0, 9707.0, 9666.0, 9703.0, 9664.0, 9743.0, 9685.0, 9750.0, 9712.0, 9769.0, 9659.0, 9715.0, 9644.0, 9705.0, 9670.0, 9733.0, 9683.0, 9766.0, 9677.0, 9732.0, 9660.0, 9716.0, 9671.0, 9705.0, 9663.0, 9704.0, 9664.0, 9676.0, 9663.0, 9679.0, 9692.0, 9724.0, 9698.0, 9754.0, 9680.0, 9736.0, 9660.0, 9717.0, 9673.0, 9729.0, 9666.0, 9742.0, 9652.0, 9703.0, 9651.0, 9702.0, 9652.0, 9692.0, 9654.0, 9699.0, 9671.0, 9711.0, 9688.0, 9700.0, 9705.0, 9724.0, 9678.0, 9723.0, 9669.0, 9747.0, 9698.0, 9786.0, 9718.0, 9786.0, 9749.0, 9804.0, 9727.0, 9767.0, 9663.0, 9711.0, 9641.0, 9718.0, 9667.0, 9749.0, 9709.0, 9786.0, 9687.0, 9728.0, 9629.0, 9682.0, 9625.0, 9696.0, 9660.0, 9764.0, 9673.0, 9726.0, 9628.0, 9679.0, 9642.0, 9726.0, 9661.0, 9700.0, 9665.0, 9712.0, 9646.0, 9684.0, 9630.0, 9702.0, 9652.0, 9698.0, 9677.0, 9730.0, 9645.0, 9682.0, 9623.0, 9682.0, 9656.0, 9706.0, 9661.0, 9757.0, 9666.0, 9718.0, 9651.0, 9699.0, 9646.0, 9708.0, 9658.0, 9683.0, 9648.0, 9752.0, 9631.0, 9670.0, 9627.0, 9671.0, 9632.0, 9690.0, 9677.0, 9679.0, 9660.0, 9699.0, 9650.0, 9666.0, 9653.0, 9684.0, 9708.0, 9729.0, 9736.0, 9762.0, 9752.0, 9705.0, 9775.0, 9689.0, 9757.0, 9700.0, 9765.0, 9719.0, 9716.0, 9660.0, 9697.0, 9651.0, 9682.0, 9652.0, 9694.0, 9671.0, 9745.0, 9706.0, 9762.0, 9694.0, 9726.0, 9692.0, 9746.0, 9687.0, 9775.0, 9721.0, 9770.0, 9666.0, 9705.0, 9657.0, 9719.0, 9678.0, 9791.0, 9697.0, 9752.0, 9665.0, 9736.0, 9660.0, 9718.0, 9698.0, 9671.0, 9699.0, 9660.0, 9754.0, 9740.0, 9809.0, 9750.0, 9677.0, 9656.0, 9633.0, 9697.0, 9646.0, 9732.0, 9662.0, 9730.0, 9660.0, 9730.0, 9681.0, 9730.0, 9671.0, 9763.0, 9727.0, 9680.0, 9624.0, 9624.0, 9650.0, 9627.0, 9699.0, 9629.0, 9700.0, 9667.0, 9720.0, 9656.0, 9747.0, 9688.0, 9745.0, 9644.0, 9682.0, 9623.0, 9683.0, 9643.0, 9655.0, 9726.0, 9645.0, 9712.0, 9646.0, 9703.0, 9667.0, 9706.0, 9670.0, 9693.0, 9671.0, 9678.0, 9678.0, 9689.0, 9719.0, 9746.0, 9735.0, 9766.0, 9728.0, 9796.0, 9720.0, 9747.0, 9674.0, 9722.0, 9662.0, 9737.0, 9660.0, 9752.0, 9674.0, 9711.0, 9641.0, 9682.0, 9653.0, 9741.0, 9667.0, 9750.0, 9678.0, 9719.0, 9630.0, 9684.0, 9630.0, 9674.0, 9659.0, 9696.0, 9681.0, 9711.0, 9661.0, 9661.0, 9649.0, 9664.0, 9662.0, 9678.0, 9733.0, 9709.0, 9753.0, 9723.0, 9771.0, 9684.0, 9754.0, 9668.0, 9724.0, 9682.0, 9762.0, 9685.0, 9712.0, 9659.0, 9697.0, 9673.0, 9682.0, 9685.0, 9733.0, 9681.0, 9723.0, 9680.0, 9749.0, 9682.0, 9762.0, 9693.0, 9782.0, 9695.0, 9783.0, 9718.0, 9760.0, 9664.0, 9688.0, 9630.0, 9671.0, 9655.0, 9695.0, 9695.0, 9691.0, 9764.0, 9705.0, 9702.0, 9657.0, 9657.0, 9661.0, 9732.0, 9683.0, 9768.0, 9715.0, 9791.0, 9680.0, 9745.0, 9647.0, 9700.0, 9634.0, 9697.0, 9653.0, 9706.0, 9685.0, 9727.0, 9653.0, 9691.0, 9651.0, 9750.0, 9681.0, 9741.0, 9704.0, 9746.0, 9664.0, 9690.0, 9657.0, 9719.0, 9673.0, 9730.0, 9703.0, 9706.0, 9646.0, 9671.0, 9658.0, 9658.0, 9699.0, 9671.0, 9693.0, 9679.0, 9727.0, 9694.0, 9651.0, 9676.0, 9650.0, 9733.0, 9680.0, 9742.0, 9708.0, 9756.0, 9671.0, 9706.0, 9650.0, 9718.0, 9684.0, 9711.0, 9666.0, 9730.0, 9667.0, 9677.0, 9651.0, 9675.0, 9631.0, 9692.0, 9667.0, 9714.0, 9686.0, 9732.0, 9695.0, 9769.0, 9712.0, 9732.0, 9698.0, 9763.0, 9716.0, 9790.0, 9736.0, 9817.0, 9754.0, 9741.0, 9687.0, 9659.0, 9677.0, 9646.0, 9721.0, 9651.0, 9764.0, 9673.0, 9717.0, 9657.0, 9714.0, 9645.0, 9697.0, 9645.0, 9701.0, 9670.0, 9746.0, 9692.0, 9759.0, 9729.0, 9784.0, 9709.0, 9759.0, 9699.0, 9742.0, 9698.0, 9759.0, 9707.0, 9789.0, 9717.0, 9729.0, 9657.0, 9652.0, 9626.0, 9684.0, 9690.0, 9659.0, 9714.0, 9661.0, 9701.0, 9647.0, 9697.0, 9646.0, 9750.0, 9663.0, 9779.0, 9725.0, 9787.0, 9772.0, 9681.0, 9681.0, 9610.0, 9699.0, 9663.0, 9733.0, 9644.0, 9718.0, 9663.0, 9704.0, 9645.0, 9696.0, 9626.0, 9694.0, 9635.0, 9677.0, 9646.0, 9661.0, 9658.0, 9640.0, 9628.0, 9626.0, 9599.0, 9611.0, 9597.0, 9622.0, 9600.0, 9655.0, 9615.0, 9669.0, 9615.0, 9653.0, 9598.0, 9622.0, 9598.0, 9627.0, 9598.0, 9628.0, 9617.0, 9644.0, 9622.0, 9685.0, 9645.0, 9726.0, 9695.0, 9736.0, 9648.0, 9688.0, 9648.0, 9701.0, 9664.0, 9750.0, 9681.0, 9732.0, 9681.0, 9719.0, 9666.0, 9707.0, 9652.0, 9679.0, 9650.0, 9677.0, 9673.0, 9726.0, 9690.0, 9765.0, 9694.0, 9750.0, 9681.0, 9743.0, 9707.0, 9760.0, 9728.0, 9784.0, 9740.0, 9782.0, 9700.0, 9737.0, 9676.0, 9756.0, 9724.0, 9734.0, 9700.0, 9751.0, 9663.0, 9703.0, 9648.0, 9731.0, 9676.0, 9736.0, 9708.0, 9744.0, 9672.0, 9721.0, 9671.0, 9750.0, 9684.0, 9761.0, 9705.0, 9753.0, 9723.0, 9756.0, 9657.0, 9727.0, 9655.0, 9708.0, 9671.0, 9764.0, 9687.0, 9740.0, 9679.0, 9714.0, 9660.0, 9699.0, 9684.0, 9724.0, 9689.0, 9789.0, 9731.0, 9766.0, 9698.0, 9766.0, 9736.0, 9808.0, 9727.0, 9819.0, 9719.0, 9738.0, 9651.0, 9730.0, 9725.0, 9737.0, 9740.0, 9753.0, 9646.0, 9655.0, 9626.0, 9670.0, 9643.0, 9672.0, 9688.0, 9713.0, 9702.0, 9698.0, 9684.0, 9680.0, 9665.0, 9664.0, 9658.0, 9698.0, 9687.0, 9787.0, 9730.0, 9770.0, 9699.0, 9762.0, 9711.0, 9776.0, 9720.0, 9776.0, 9715.0, 9778.0, 9718.0, 9752.0, 9755.0, 9786.0, 9688.0, 9709.0, 9638.0, 9692.0, 9636.0, 9704.0, 9632.0, 9677.0, 9629.0, 9680.0, 9632.0, 9652.0, 9619.0, 9632.0, 9617.0, 9652.0, 9648.0, 9675.0, 9662.0, 9739.0, 9668.0, 9724.0, 9651.0, 9737.0, 9681.0, 9736.0, 9670.0, 9756.0, 9680.0, 9735.0, 9672.0, 9708.0, 9650.0, 9677.0, 9677.0, 9676.0, 9673.0, 9684.0, 9704.0, 9688.0, 9706.0, 9703.0, 9692.0, 9722.0, 9680.0, 9762.0, 9710.0, 9782.0, 9740.0, 9787.0, 9723.0, 9751.0, 9673.0, 9710.0, 9671.0, 9712.0, 9711.0, 9763.0, 9715.0, 9728.0, 9668.0, 9757.0, 9701.0, 9756.0, 9687.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.0002371921749136939</td></tr>
<tr><td colspan=3>aqi</td><td>0.015952803337169162</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.27027427218894</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.16443136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9975668881912446</td></tr>
<tr><td colspan=3>efc</td><td>0.5238</td></tr>
<tr><td colspan=3>fber</td><td>2992.2622</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06751659517233087</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5753739930955121</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6251498527011954</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5413141212285315</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.87035029520188</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4637851416731738</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158753</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01550402119755745</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02834945358335972</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7912961620822703</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>14.0971</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.4098</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.3697</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290902.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>453.0107</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8548</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.922</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.8814</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.2005</td></tr>
<tr><td colspan=3>tsnr</td><td>41.139906383585185</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>