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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-01/func/sub-0034_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1ae78213b6bf47ab30f08951444f51b4</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:11:35.705000</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_VE11C_LATEST_20160120</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.999791, -0.0158181, 0.0129343, 0.0144843, 0.995139, 0.0974143]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100797</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4122, -7775, -7193, 573, -150, -110, 173, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9f62f28-740a-4930-abd8-874c2eb78a00||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823668479919434, 0.038860224187374115, 0.03891324624419212, 111.6177749633789], [0.042438872158527374, 2.669883966445923, 0.2624577581882477, -107.19647216796875], [0.03470173478126526, -0.26135534048080444, 2.686931610107422, -39.284481048583984], [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': ['151135.705000', '151136.165000', '151136.625000', '151137.085000', '151137.545000', '151138.005000', '151138.465000', '151138.925000', '151139.385000', '151139.845000', '151140.305000', '151140.765000', '151141.225000', '151141.685000', '151142.145000', '151142.605000', '151143.065000', '151143.525000', '151143.985000', '151144.445000', '151144.905000', '151145.365000', '151145.825000', '151146.285000', '151146.745000', '151147.205000', '151147.665000', '151148.125000', '151148.585000', '151149.045000', '151149.505000', '151149.965000', '151150.425000', '151150.885000', '151151.345000', '151151.805000', '151152.265000', '151152.725000', '151153.185000', '151153.645000', '151154.105000', '151154.565000', '151155.025000', '151155.485000', '151155.945000', '151156.405000', '151156.865000', '151157.325000', '151157.785000', '151158.245000', '151158.705000', '151159.165000', '151159.625000', '151200.085000', '151200.545000', '151201.005000', '151201.465000', '151201.925000', '151202.385000', '151202.845000', '151203.305000', '151203.765000', '151204.225000', '151204.685000', '151205.145000', '151205.605000', '151206.065000', '151206.525000', '151206.985000', '151207.445000', '151207.905000', '151208.365000', '151208.825000', '151209.285000', '151209.745000', '151210.205000', '151210.665000', '151211.125000', '151211.585000', '151212.045000', '151212.505000', '151212.965000', '151213.425000', '151213.885000', '151214.345000', '151214.805000', '151215.265000', '151215.725000', '151216.185000', '151216.645000', '151217.105000', '151217.565000', '151218.025000', '151218.485000', '151218.945000', '151219.405000', '151219.865000', '151220.325000', '151220.785000', '151221.245000', '151221.705000', '151222.165000', '151222.625000', '151223.085000', '151223.545000', '151224.005000', '151224.465000', '151224.925000', '151225.385000', '151225.845000', '151226.305000', '151226.765000', '151227.225000', '151227.685000', '151228.145000', '151228.605000', '151229.065000', '151229.525000', '151229.985000', '151230.445000', '151230.905000', '151231.365000', '151231.825000', '151232.285000', '151232.745000', '151233.205000', '151233.665000', '151234.125000', '151234.585000', '151235.045000', '151235.505000', '151235.965000', '151236.425000', '151236.885000', '151237.345000', '151237.805000', '151238.265000', '151238.725000', '151239.185000', '151239.645000', '151240.105000', '151240.565000', '151241.025000', '151241.485000', '151241.945000', '151242.405000', '151242.865000', '151243.325000', '151243.785000', '151244.245000', '151244.705000', '151245.165000', '151245.625000', '151246.085000', '151246.545000', '151247.005000', '151247.465000', '151247.925000', '151248.385000', '151248.845000', '151249.305000', '151249.765000', '151250.225000', '151250.685000', '151251.145000', '151251.605000', '151252.065000', '151252.525000', '151252.985000', '151253.445000', '151253.905000', '151254.365000', '151254.825000', '151255.285000', '151255.745000', '151256.205000', '151256.665000', '151257.125000', '151257.585000', '151258.045000', '151258.505000', '151258.965000', '151259.425000', '151259.885000', '151300.345000', '151300.805000', '151301.265000', '151301.725000', '151302.185000', '151302.645000', '151303.105000', '151303.565000', '151304.025000', '151304.485000', '151304.945000', '151305.405000', '151305.865000', '151306.325000', '151306.785000', '151307.245000', '151307.705000', '151308.165000', '151308.625000', '151309.085000', '151309.545000', '151310.005000', '151310.465000', '151310.925000', '151311.385000', '151311.845000', '151312.305000', '151312.765000', '151313.225000', '151313.685000', '151314.145000', '151314.605000', '151315.065000', '151315.525000', '151315.985000', '151316.445000', '151316.905000', '151317.365000', '151317.825000', '151318.285000', '151318.745000', '151319.205000', '151319.665000', '151320.125000', '151320.585000', '151321.045000', '151321.505000', '151321.965000', '151322.425000', '151322.885000', '151323.345000', '151323.805000', '151324.265000', '151324.725000', '151325.185000', '151325.645000', '151326.105000', '151326.565000', '151327.025000', '151327.485000', '151327.945000', '151328.405000', '151328.865000', '151329.325000', '151329.785000', '151330.245000', '151330.705000', '151331.165000', '151331.625000', '151332.085000', '151332.545000', '151333.005000', '151333.465000', '151333.925000', '151334.385000', '151334.845000', '151335.305000', '151335.765000', '151336.225000', '151336.685000', '151337.145000', '151337.605000', '151338.065000', '151338.525000', '151338.985000', '151339.445000', '151339.905000', '151340.365000', '151340.825000', '151341.285000', '151341.745000', '151342.205000', '151342.665000', '151343.125000', '151343.585000', '151344.045000', '151344.505000', '151344.965000', '151345.425000', '151345.885000', '151346.345000', '151346.805000', '151347.265000', '151347.725000', '151348.185000', '151348.645000', '151349.105000', '151349.565000', '151350.025000', '151350.485000', '151350.945000', '151351.405000', '151351.865000', '151352.325000', '151352.785000', '151353.245000', '151353.705000', '151354.165000', '151354.625000', '151355.085000', '151355.545000', '151356.005000', '151356.465000', '151356.925000', '151357.385000', '151357.845000', '151358.305000', '151358.765000', '151359.225000', '151359.685000', '151400.145000', '151400.605000', '151401.065000', '151401.525000', '151401.985000', '151402.445000', '151402.905000', '151403.365000', '151403.825000', '151404.285000', '151404.745000', '151405.205000', '151405.665000', '151406.125000', '151406.585000', '151407.045000', '151407.505000', '151407.965000', '151408.425000', '151408.885000', '151409.345000', '151409.805000', '151410.265000', '151410.725000', '151411.185000', '151411.645000', '151412.105000', '151412.565000', '151413.025000', '151413.485000', '151413.945000', '151414.405000', '151414.865000', '151415.325000', '151415.785000', '151416.245000', '151416.705000', '151417.165000', '151417.625000', '151418.085000', '151418.545000', '151419.005000', '151419.465000', '151419.925000', '151420.385000', '151420.845000', '151421.305000', '151421.765000', '151422.225000', '151422.685000', '151423.145000', '151423.605000', '151424.065000', '151424.525000', '151424.985000', '151425.445000', '151425.905000', '151426.365000', '151426.825000', '151427.285000', '151427.745000', '151428.205000', '151428.665000', '151429.125000', '151429.585000', '151430.045000', '151430.505000', '151430.965000', '151431.425000', '151431.885000', '151432.345000', '151432.805000', '151433.265000', '151433.725000', '151434.185000', '151434.645000', '151435.105000', '151435.565000', '151436.025000', '151436.485000', '151436.945000', '151437.405000', '151437.865000', '151438.325000', '151438.785000', '151439.245000', '151439.705000', '151440.165000', '151440.625000', '151441.085000', '151441.545000', '151442.005000', '151442.465000', '151442.925000', '151443.385000', '151443.845000', '151444.305000', '151444.765000', '151445.225000', '151445.685000', '151446.145000', '151446.605000', '151447.065000', '151447.525000', '151447.985000', '151448.445000', '151448.905000', '151449.365000', '151449.825000', '151450.285000', '151450.745000', '151451.205000', '151451.665000', '151452.125000', '151452.585000', '151453.045000', '151453.505000', '151453.965000', '151454.425000', '151454.885000', '151455.345000', '151455.805000', '151456.265000', '151456.725000', '151457.185000', '151457.645000', '151458.105000', '151458.565000', '151459.025000', '151459.485000', '151459.945000', '151500.405000', '151500.865000', '151501.325000', '151501.785000', '151502.245000', '151502.705000', '151503.165000', '151503.625000', '151504.085000', '151504.545000', '151505.005000', '151505.465000', '151505.925000', '151506.385000', '151506.845000', '151507.305000', '151507.765000', '151508.225000', '151508.685000', '151509.145000', '151509.605000', '151510.065000', '151510.525000', '151510.985000', '151511.445000', '151511.905000', '151512.365000', '151512.825000', '151513.285000', '151513.745000', '151514.205000', '151514.665000', '151515.125000', '151515.585000', '151516.045000', '151516.505000', '151516.965000', '151517.425000', '151517.885000', '151518.345000', '151518.805000', '151519.265000', '151519.725000', '151520.185000', '151520.645000', '151521.105000', '151521.565000', '151522.025000', '151522.485000', '151522.945000', '151523.405000', '151523.865000', '151524.325000', '151524.785000', '151525.245000', '151525.705000', '151526.165000', '151526.625000', '151527.085000', '151527.545000', '151528.005000', '151528.465000', '151528.925000', '151529.385000', '151529.845000', '151530.305000', '151530.765000', '151531.225000', '151531.685000', '151532.145000', '151532.605000', '151533.065000', '151533.525000', '151533.985000', '151534.445000', '151534.905000', '151535.365000', '151535.825000', '151536.285000', '151536.745000', '151537.205000', '151537.665000', '151538.125000', '151538.585000', '151539.045000', '151539.505000', '151539.965000', '151540.425000', '151540.885000', '151541.345000', '151541.805000', '151542.265000', '151542.725000', '151543.185000', '151543.645000', '151544.105000', '151544.565000', '151545.025000', '151545.485000', '151545.945000', '151546.405000', '151546.865000', '151547.325000', '151547.785000', '151548.245000', '151548.705000', '151549.165000', '151549.625000', '151550.085000', '151550.545000', '151551.005000', '151551.465000', '151551.925000', '151552.385000', '151552.845000', '151553.305000', '151553.765000', '151554.225000', '151554.685000', '151555.145000', '151555.605000', '151556.065000', '151556.525000', '151556.985000', '151557.445000', '151557.905000', '151558.365000', '151558.825000', '151559.285000', '151559.745000', '151600.205000', '151600.665000', '151601.125000', '151601.585000', '151602.045000', '151602.505000', '151602.965000', '151603.425000', '151603.885000', '151604.345000', '151604.805000', '151605.265000', '151605.725000', '151606.185000', '151606.645000', '151607.105000', '151607.565000', '151608.025000', '151608.485000', '151608.945000', '151609.405000', '151609.865000', '151610.325000', '151610.785000', '151611.245000', '151611.705000', '151612.165000', '151612.625000', '151613.085000', '151613.545000', '151614.005000', '151614.465000', '151614.925000', '151615.385000', '151615.845000', '151616.305000', '151616.765000', '151617.225000', '151617.685000', '151618.145000', '151618.605000', '151619.065000', '151619.525000', '151619.985000', '151620.445000', '151620.905000', '151621.365000', '151621.825000', '151622.285000', '151622.745000', '151623.205000', '151623.665000', '151624.125000', '151624.585000', '151625.045000', '151625.505000', '151625.965000', '151626.425000', '151626.885000', '151627.345000', '151627.805000', '151628.265000', '151628.725000', '151629.185000', '151629.645000', '151630.105000', '151630.565000', '151631.025000', '151631.485000', '151631.945000', '151632.405000', '151632.865000', '151633.325000', '151633.785000', '151634.245000', '151634.705000', '151635.165000', '151635.625000', '151636.085000', '151636.545000', '151637.005000', '151637.465000', '151637.925000', '151638.385000', '151638.845000', '151639.305000', '151639.765000', '151640.225000', '151640.685000', '151641.145000', '151641.605000', '151642.065000', '151642.525000', '151642.985000', '151643.445000', '151643.905000', '151644.365000', '151644.825000', '151645.285000', '151645.745000', '151646.205000', '151646.665000', '151647.125000', '151647.585000', '151648.045000', '151648.505000', '151648.965000', '151649.425000', '151649.885000', '151650.345000', '151650.805000', '151651.265000', '151651.725000', '151652.185000', '151652.645000', '151653.105000', '151653.565000', '151654.025000', '151654.485000', '151654.945000', '151655.405000', '151655.865000', '151656.325000', '151656.785000', '151657.245000', '151657.705000', '151658.165000', '151658.625000', '151659.085000', '151659.545000', '151700.005000', '151700.465000', '151700.925000', '151701.385000', '151701.845000', '151702.305000', '151702.765000', '151703.225000', '151703.685000', '151704.145000', '151704.605000', '151705.065000', '151705.525000', '151705.985000', '151706.445000', '151706.905000', '151707.365000', '151707.825000', '151708.285000', '151708.745000', '151709.205000', '151709.665000', '151710.125000', '151710.585000', '151711.045000', '151711.505000', '151711.965000', '151712.425000', '151712.885000', '151713.345000', '151713.805000', '151714.265000', '151714.725000', '151715.185000', '151715.645000', '151716.105000', '151716.565000', '151717.025000', '151717.485000', '151717.945000', '151718.405000', '151718.865000', '151719.325000', '151719.785000', '151720.245000', '151720.705000', '151721.165000', '151721.625000', '151722.085000', '151722.545000', '151723.005000', '151723.465000', '151723.925000', '151724.385000', '151724.845000', '151725.305000', '151725.765000', '151726.225000', '151726.685000', '151727.145000', '151727.605000', '151728.065000', '151728.525000', '151728.985000', '151729.445000', '151729.905000', '151730.365000', '151730.825000', '151731.285000', '151731.745000', '151732.205000', '151732.665000', '151733.125000', '151733.585000', '151734.045000', '151734.505000', '151734.965000', '151735.425000', '151735.885000', '151736.345000', '151736.805000', '151737.265000', '151737.725000', '151738.185000', '151738.645000', '151739.105000', '151739.565000', '151740.025000', '151740.485000', '151740.945000', '151741.405000', '151741.865000', '151742.325000', '151742.785000', '151743.245000', '151743.705000', '151744.165000', '151744.625000', '151745.085000', '151745.545000', '151746.005000', '151746.465000', '151746.925000', '151747.385000', '151747.845000', '151748.305000', '151748.765000', '151749.225000', '151749.685000', '151750.145000', '151750.605000', '151751.065000', '151751.525000', '151751.985000', '151752.445000', '151752.905000', '151753.365000', '151753.825000', '151754.285000', '151754.745000', '151755.205000', '151755.665000', '151756.125000', '151756.585000', '151757.045000', '151757.505000', '151757.965000', '151758.425000', '151758.885000', '151759.345000', '151759.805000', '151800.265000', '151800.725000', '151801.185000', '151801.645000', '151802.105000', '151802.565000', '151803.025000', '151803.485000', '151803.945000', '151804.405000', '151804.865000', '151805.325000', '151805.785000', '151806.245000', '151806.705000', '151807.165000', '151807.625000', '151808.085000', '151808.545000', '151809.005000', '151809.465000', '151809.925000', '151810.385000', '151810.845000', '151811.305000', '151811.765000', '151812.225000', '151812.685000', '151813.145000', '151813.605000', '151814.065000', '151814.525000', '151814.985000', '151815.445000', '151815.905000', '151816.365000'], 'ContentTime': ['151157.604000', '151157.613000', '151157.616000', '151157.619000', '151157.623000', '151157.633000', '151157.636000', '151157.639000', '151157.642000', '151157.645000', '151157.648000', '151157.651000', '151157.654000', '151157.657000', '151157.659000', '151157.662000', '151157.665000', '151157.668000', '151157.671000', '151157.674000', '151157.677000', '151157.680000', '151157.682000', '151157.686000', '151157.691000', '151157.694000', '151157.697000', '151157.700000', '151157.703000', '151157.706000', '151157.709000', '151157.711000', '151157.721000', '151157.724000', '151157.727000', '151157.730000', '151157.732000', '151157.735000', '151157.738000', '151157.741000', '151157.744000', '151157.757000', '151157.760000', '151157.762000', '151157.765000', '151157.780000', '151217.567000', '151217.570000', '151217.573000', '151217.575000', '151217.578000', '151217.581000', '151217.584000', '151217.587000', '151217.590000', '151217.593000', '151217.595000', '151217.598000', '151217.601000', '151217.604000', '151217.607000', '151217.609000', '151217.612000', '151217.615000', '151217.618000', '151217.620000', '151217.623000', '151217.626000', '151217.629000', '151217.632000', '151217.634000', '151217.637000', '151217.640000', '151217.643000', '151217.645000', '151217.648000', '151217.651000', '151217.654000', '151217.656000', '151217.659000', '151217.662000', '151217.665000', '151217.667000', '151217.670000', '151217.673000', '151217.676000', '151217.678000', '151217.681000', '151217.684000', '151217.687000', '151237.567000', '151237.570000', '151237.579000', '151237.581000', '151237.584000', '151237.587000', '151237.590000', '151237.593000', '151237.596000', '151237.598000', '151237.601000', '151237.604000', '151237.607000', '151237.609000', '151237.612000', '151237.615000', '151237.618000', '151237.621000', '151237.624000', '151237.626000', '151237.629000', '151237.632000', '151237.635000', '151237.638000', '151237.640000', '151237.643000', '151237.646000', '151237.649000', '151237.651000', '151237.654000', '151237.657000', '151237.660000', '151237.663000', '151237.666000', '151237.668000', '151237.671000', '151237.674000', '151237.677000', '151237.680000', '151237.682000', '151237.685000', '151237.688000', '151237.696000', '151257.567000', '151257.570000', '151257.572000', '151257.575000', '151257.578000', '151257.581000', '151257.584000', '151257.587000', '151257.590000', '151257.593000', '151257.596000', '151257.598000', '151257.601000', '151257.604000', '151257.607000', '151257.610000', '151257.613000', '151257.615000', '151257.618000', '151257.621000', '151257.624000', '151257.627000', '151257.630000', '151257.639000', '151257.642000', '151257.645000', '151257.648000', '151257.651000', '151257.654000', '151257.656000', '151257.659000', '151257.662000', '151257.665000', '151257.668000', '151257.671000', '151257.674000', '151257.677000', '151257.680000', '151257.682000', '151257.685000', '151257.688000', '151257.691000', '151257.694000', '151257.697000', '151317.567000', '151317.570000', '151317.573000', '151317.575000', '151317.578000', '151317.581000', '151317.584000', '151317.587000', '151317.589000', '151317.592000', '151317.595000', '151317.598000', '151317.600000', '151317.603000', '151317.606000', '151317.609000', '151317.612000', '151317.614000', '151317.625000', '151317.628000', '151317.631000', '151317.634000', '151317.637000', '151317.640000', '151317.642000', '151317.645000', '151317.648000', '151317.651000', '151317.654000', '151317.656000', '151317.662000', '151317.664000', '151317.667000', '151317.670000', '151317.673000', '151317.676000', '151317.679000', '151317.682000', '151317.684000', '151317.687000', '151317.690000', '151317.693000', '151317.696000', '151337.567000', '151337.570000', '151337.578000', '151337.580000', '151337.583000', '151337.586000', '151337.589000', '151337.592000', '151337.594000', '151337.597000', '151337.600000', '151337.603000', '151337.606000', '151337.608000', '151337.611000', '151337.614000', '151337.617000', '151337.620000', '151337.624000', '151337.627000', '151337.630000', '151337.633000', '151337.635000', '151337.638000', '151337.641000', '151337.644000', '151337.647000', '151337.650000', '151337.652000', '151337.655000', '151337.658000', '151337.661000', '151337.664000', '151337.666000', '151337.670000', '151337.672000', '151337.675000', '151337.678000', '151337.681000', '151337.684000', '151337.686000', '151337.689000', '151337.692000', '151337.695000', '151357.567000', '151357.570000', '151357.573000', '151357.576000', '151357.579000', '151357.581000', '151357.584000', '151357.587000', '151357.590000', '151357.593000', '151357.596000', '151357.598000', '151357.601000', '151357.604000', '151357.607000', '151357.610000', '151357.612000', '151357.615000', '151357.618000', '151357.621000', '151357.624000', '151357.626000', '151357.629000', '151357.632000', '151357.635000', '151357.637000', '151357.640000', '151357.643000', '151357.646000', '151357.649000', '151357.651000', '151357.654000', '151357.657000', '151357.660000', '151357.663000', '151357.665000', '151357.668000', '151357.671000', '151357.674000', '151357.677000', '151357.680000', '151357.682000', '151357.685000', '151417.567000', '151417.570000', '151417.573000', '151417.576000', '151417.579000', '151417.582000', '151417.584000', '151417.587000', '151417.590000', '151417.593000', '151417.596000', '151417.599000', '151417.601000', '151417.604000', '151417.607000', '151417.610000', '151417.612000', '151417.615000', '151417.618000', '151417.621000', '151417.624000', '151417.626000', '151417.629000', '151417.632000', '151417.635000', '151417.638000', '151417.640000', '151417.643000', '151417.646000', '151417.658000', '151417.661000', '151417.664000', '151417.666000', '151417.669000', '151417.672000', '151417.675000', '151417.678000', '151417.681000', '151417.683000', '151417.686000', '151417.689000', '151417.692000', '151417.695000', '151417.697000', '151437.567000', '151437.570000', '151437.573000', '151437.576000', '151437.579000', '151437.581000', '151437.584000', '151437.587000', '151437.590000', '151437.593000', '151437.595000', '151437.598000', '151437.601000', '151437.604000', '151437.606000', '151437.609000', '151437.612000', '151437.615000', '151437.618000', '151437.621000', '151437.624000', '151437.626000', '151437.629000', '151437.632000', '151437.635000', '151437.638000', '151437.640000', '151437.643000', '151437.646000', '151437.649000', '151437.652000', '151437.655000', '151437.657000', '151437.660000', '151437.663000', '151437.666000', '151437.669000', '151437.671000', '151437.674000', '151437.677000', '151437.680000', '151437.683000', '151437.685000', '151457.567000', '151457.570000', '151457.573000', '151457.576000', '151457.579000', '151457.581000', '151457.584000', '151457.587000', '151457.590000', '151457.593000', '151457.595000', '151457.598000', '151457.601000', '151457.604000', '151457.607000', '151457.609000', '151457.612000', '151457.615000', '151457.618000', '151457.621000', '151457.624000', '151457.627000', '151457.629000', '151457.632000', '151457.635000', '151457.638000', '151457.641000', '151457.643000', '151457.646000', '151457.649000', '151457.652000', '151457.655000', '151457.658000', '151457.661000', '151457.665000', '151457.667000', '151457.670000', '151457.673000', '151457.676000', '151457.679000', '151457.682000', '151457.685000', '151457.687000', '151457.690000', '151517.567000', '151517.570000', '151517.573000', '151517.576000', '151517.579000', '151517.581000', '151517.584000', '151517.587000', '151517.590000', '151517.593000', '151517.596000', '151517.598000', '151517.601000', '151517.604000', '151517.607000', '151517.610000', '151517.613000', '151517.615000', '151517.618000', '151517.621000', '151517.624000', '151517.627000', '151517.630000', '151517.632000', '151517.635000', '151517.638000', '151517.641000', '151517.644000', '151517.647000', '151517.663000', '151517.666000', '151517.668000', '151517.671000', '151517.674000', '151517.677000', '151517.680000', '151517.682000', '151517.685000', '151517.688000', '151517.691000', '151517.694000', '151517.696000', '151517.699000', '151537.568000', '151537.571000', '151537.573000', '151537.576000', '151537.579000', '151537.582000', '151537.585000', '151537.587000', '151537.590000', '151537.593000', '151537.596000', '151537.599000', '151537.601000', '151537.604000', '151537.607000', '151537.610000', '151537.613000', '151537.616000', '151537.618000', '151537.621000', '151537.624000', '151537.627000', '151537.629000', '151537.632000', '151537.635000', '151537.638000', '151537.641000', '151537.643000', '151537.646000', '151537.649000', '151537.652000', '151537.655000', '151537.657000', '151537.660000', '151537.663000', '151537.666000', '151537.669000', '151537.671000', '151537.674000', '151537.677000', '151537.680000', '151537.683000', '151537.686000', '151557.567000', '151557.570000', '151557.573000', '151557.575000', '151557.578000', '151557.581000', '151557.584000', '151557.587000', '151557.589000', '151557.592000', '151557.595000', '151557.598000', '151557.601000', '151557.603000', '151557.606000', '151557.609000', '151557.612000', '151557.615000', '151557.617000', '151557.620000', '151557.623000', '151557.626000', '151557.629000', '151557.631000', '151557.634000', '151557.637000', '151557.640000', '151557.642000', '151557.645000', '151557.648000', '151557.651000', '151557.654000', '151557.657000', '151557.659000', '151557.662000', '151557.665000', '151557.668000', '151557.670000', '151557.673000', '151557.676000', '151557.679000', '151557.681000', '151557.684000', '151557.687000', '151617.567000', '151617.570000', '151617.573000', '151617.576000', '151617.579000', '151617.582000', '151617.584000', '151617.587000', '151617.590000', '151617.593000', '151617.596000', '151617.598000', '151617.601000', '151617.604000', '151617.607000', '151617.610000', '151617.612000', '151617.615000', '151617.618000', '151617.621000', '151617.623000', '151617.626000', '151617.629000', '151617.632000', '151617.634000', '151617.637000', '151617.640000', '151617.643000', '151617.646000', '151617.648000', '151617.651000', '151617.654000', '151617.657000', '151617.660000', '151617.662000', '151617.665000', '151617.668000', '151617.671000', '151617.673000', '151617.676000', '151617.679000', '151617.682000', '151617.685000', '151637.567000', '151637.570000', '151637.573000', '151637.576000', '151637.578000', '151637.581000', '151637.584000', '151637.587000', '151637.589000', '151637.592000', '151637.595000', '151637.598000', '151637.601000', '151637.603000', '151637.606000', '151637.609000', '151637.612000', '151637.615000', '151637.617000', '151637.620000', '151637.623000', '151637.626000', '151637.628000', '151637.631000', '151637.634000', '151637.637000', '151637.639000', '151637.642000', '151637.645000', '151637.648000', '151637.651000', '151637.654000', '151637.656000', '151637.659000', '151637.662000', '151637.665000', '151637.668000', '151637.670000', '151637.673000', '151637.676000', '151637.679000', '151637.682000', '151637.684000', '151637.687000', '151657.567000', '151657.570000', '151657.573000', '151657.576000', '151657.578000', '151657.581000', '151657.584000', '151657.587000', '151657.591000', '151657.595000', '151657.598000', '151657.601000', '151657.604000', '151657.607000', '151657.610000', '151657.612000', '151657.615000', '151657.618000', '151657.621000', '151657.624000', '151657.626000', '151657.629000', '151657.632000', '151657.635000', '151657.638000', '151657.640000', '151657.643000', '151657.646000', '151657.649000', '151657.652000', '151657.655000', '151657.657000', '151657.660000', '151657.663000', '151657.666000', '151657.668000', '151657.671000', '151657.674000', '151657.677000', '151657.680000', '151657.682000', '151657.685000', '151657.688000', '151717.567000', '151717.570000', '151717.573000', '151717.575000', '151717.578000', '151717.581000', '151717.584000', '151717.587000', '151717.590000', '151717.593000', '151717.595000', '151717.598000', '151717.601000', '151717.604000', '151717.607000', '151717.609000', '151717.612000', '151717.615000', '151717.618000', '151717.621000', '151717.623000', '151717.626000', '151717.629000', '151717.632000', '151717.634000', '151717.637000', '151717.641000', '151717.644000', '151717.646000', '151717.649000', '151717.652000', '151717.655000', '151717.658000', '151717.660000', '151717.663000', '151717.666000', '151717.669000', '151717.672000', '151717.674000', '151717.677000', '151717.680000', '151717.683000', '151717.686000', '151717.688000', '151737.567000', '151737.570000', '151737.573000', '151737.576000', '151737.578000', '151737.581000', '151737.584000', '151737.587000', '151737.590000', '151737.592000', '151737.595000', '151737.598000', '151737.601000', '151737.604000', '151737.606000', '151737.609000', '151737.612000', '151737.615000', '151737.618000', '151737.621000', '151737.623000', '151737.626000', '151737.629000', '151737.632000', '151737.635000', '151737.638000', '151737.640000', '151737.644000', '151737.647000', '151737.650000', '151737.652000', '151737.655000', '151737.658000', '151737.661000', '151737.664000', '151737.666000', '151737.669000', '151737.672000', '151737.675000', '151737.678000', '151737.680000', '151737.683000', '151737.686000', '151757.567000', '151757.570000', '151757.573000', '151757.575000', '151757.578000', '151757.581000', '151757.584000', '151757.587000', '151757.589000', '151757.592000', '151757.595000', '151757.598000', '151757.601000', '151757.603000', '151757.606000', '151757.609000', '151757.612000', '151757.615000', '151757.618000', '151757.620000', '151757.623000', '151757.626000', '151757.629000', '151757.632000', '151757.635000', '151757.637000', '151757.640000', '151757.643000', '151757.646000', '151757.649000', '151757.652000', '151757.655000', '151757.657000', '151757.660000', '151757.663000', '151757.666000', '151757.668000', '151757.671000', '151757.674000', '151757.677000', '151757.680000', '151757.682000', '151757.685000', '151757.688000', '151817.256000', '151817.260000', '151817.263000', '151817.267000', '151817.271000', '151817.275000', '151817.279000', '151817.282000', '151817.294000', '151817.297000', '151817.301000', '151817.304000', '151817.307000', '151817.310000', '151817.313000', '151817.316000', '151817.319000', '151817.322000', '151817.325000', '151817.328000', '151817.331000', '151817.334000', '151817.337000', '151817.339000', '151817.342000', '151817.345000', '151817.348000', '151817.351000', '151817.354000', '151817.358000', '151817.361000', '151817.364000', '151817.367000', '151817.369000', '151817.372000', '151817.375000', '151817.378000', '151817.381000', '151817.384000', '151817.387000', '151817.390000', '151817.392000', '151817.395000'], 'InstanceCreationTime': ['151157.604000', '151157.613000', '151157.616000', '151157.619000', '151157.623000', '151157.633000', '151157.636000', '151157.639000', '151157.642000', '151157.645000', '151157.648000', '151157.651000', '151157.654000', '151157.657000', '151157.659000', '151157.662000', '151157.665000', '151157.668000', '151157.671000', '151157.674000', '151157.677000', '151157.680000', '151157.682000', '151157.686000', '151157.691000', '151157.694000', '151157.697000', '151157.700000', '151157.703000', '151157.706000', '151157.709000', '151157.711000', '151157.721000', '151157.724000', '151157.727000', '151157.730000', '151157.732000', '151157.735000', '151157.738000', '151157.741000', '151157.744000', '151157.757000', '151157.760000', '151157.762000', '151157.765000', '151157.780000', '151217.567000', '151217.570000', '151217.573000', '151217.575000', '151217.578000', '151217.581000', '151217.584000', '151217.587000', '151217.590000', '151217.593000', '151217.595000', '151217.598000', '151217.601000', '151217.604000', '151217.607000', '151217.609000', '151217.612000', '151217.615000', '151217.618000', '151217.620000', '151217.623000', '151217.626000', '151217.629000', '151217.632000', '151217.634000', '151217.637000', '151217.640000', '151217.643000', '151217.645000', '151217.648000', '151217.651000', '151217.654000', '151217.656000', '151217.659000', '151217.662000', '151217.665000', '151217.667000', '151217.670000', '151217.673000', '151217.676000', '151217.678000', '151217.681000', '151217.684000', '151217.687000', '151237.567000', '151237.570000', '151237.579000', '151237.581000', '151237.584000', '151237.587000', '151237.590000', '151237.593000', '151237.596000', '151237.598000', '151237.601000', '151237.604000', '151237.607000', '151237.609000', '151237.612000', '151237.615000', '151237.618000', '151237.621000', '151237.624000', '151237.626000', '151237.629000', '151237.632000', '151237.635000', '151237.638000', '151237.640000', '151237.643000', '151237.646000', '151237.649000', '151237.651000', '151237.654000', '151237.657000', '151237.660000', '151237.663000', '151237.666000', '151237.668000', '151237.671000', '151237.674000', '151237.677000', '151237.680000', '151237.682000', '151237.685000', '151237.688000', '151237.696000', '151257.567000', '151257.570000', '151257.572000', '151257.575000', '151257.578000', '151257.581000', '151257.584000', '151257.587000', '151257.590000', '151257.593000', '151257.596000', '151257.598000', '151257.601000', '151257.604000', '151257.607000', '151257.610000', '151257.613000', '151257.615000', '151257.618000', '151257.621000', '151257.624000', '151257.627000', '151257.630000', '151257.639000', '151257.642000', '151257.645000', '151257.648000', '151257.651000', '151257.654000', '151257.656000', '151257.659000', '151257.662000', '151257.665000', '151257.668000', '151257.671000', '151257.674000', '151257.677000', '151257.680000', '151257.682000', '151257.685000', '151257.688000', '151257.691000', '151257.694000', '151257.697000', '151317.567000', '151317.570000', '151317.573000', '151317.575000', '151317.578000', '151317.581000', '151317.584000', '151317.587000', '151317.589000', '151317.592000', '151317.595000', '151317.598000', '151317.600000', '151317.603000', '151317.606000', '151317.609000', '151317.612000', '151317.614000', '151317.625000', '151317.628000', '151317.631000', '151317.634000', '151317.637000', '151317.640000', '151317.642000', '151317.645000', '151317.648000', '151317.651000', '151317.654000', '151317.656000', '151317.662000', '151317.664000', '151317.667000', '151317.670000', '151317.673000', '151317.676000', '151317.679000', '151317.682000', '151317.684000', '151317.687000', '151317.690000', '151317.693000', '151317.696000', '151337.567000', '151337.570000', '151337.578000', '151337.580000', '151337.583000', '151337.586000', '151337.589000', '151337.592000', '151337.594000', '151337.597000', '151337.600000', '151337.603000', '151337.606000', '151337.608000', '151337.611000', '151337.614000', '151337.617000', '151337.620000', '151337.624000', '151337.627000', '151337.630000', '151337.633000', '151337.635000', '151337.638000', '151337.641000', '151337.644000', '151337.647000', '151337.650000', '151337.652000', '151337.655000', '151337.658000', '151337.661000', '151337.664000', '151337.666000', '151337.670000', '151337.672000', '151337.675000', '151337.678000', '151337.681000', '151337.684000', '151337.686000', '151337.689000', '151337.692000', '151337.695000', '151357.567000', '151357.570000', '151357.573000', '151357.576000', '151357.579000', '151357.581000', '151357.584000', '151357.587000', '151357.590000', '151357.593000', '151357.596000', '151357.598000', '151357.601000', '151357.604000', '151357.607000', '151357.610000', '151357.612000', '151357.615000', '151357.618000', '151357.621000', '151357.624000', '151357.626000', '151357.629000', '151357.632000', '151357.635000', '151357.637000', '151357.640000', '151357.643000', '151357.646000', '151357.649000', '151357.651000', '151357.654000', '151357.657000', '151357.660000', '151357.663000', '151357.665000', '151357.668000', '151357.671000', '151357.674000', '151357.677000', '151357.680000', '151357.682000', '151357.685000', '151417.567000', '151417.570000', '151417.573000', '151417.576000', '151417.579000', '151417.582000', '151417.584000', '151417.587000', '151417.590000', '151417.593000', '151417.596000', '151417.599000', '151417.601000', '151417.604000', '151417.607000', '151417.610000', '151417.612000', '151417.615000', '151417.618000', '151417.621000', '151417.624000', '151417.626000', '151417.629000', '151417.632000', '151417.635000', '151417.638000', '151417.640000', '151417.643000', '151417.646000', '151417.658000', '151417.661000', '151417.664000', '151417.666000', '151417.669000', '151417.672000', '151417.675000', '151417.678000', '151417.681000', '151417.683000', '151417.686000', '151417.689000', '151417.692000', '151417.695000', '151417.697000', '151437.567000', '151437.570000', '151437.573000', '151437.576000', '151437.579000', '151437.581000', '151437.584000', '151437.587000', '151437.590000', '151437.593000', '151437.595000', '151437.598000', '151437.601000', '151437.604000', '151437.606000', '151437.609000', '151437.612000', '151437.615000', '151437.618000', '151437.621000', '151437.624000', '151437.626000', '151437.629000', '151437.632000', '151437.635000', '151437.638000', '151437.640000', '151437.643000', '151437.646000', '151437.649000', '151437.652000', '151437.655000', '151437.657000', '151437.660000', '151437.663000', '151437.666000', '151437.669000', '151437.671000', '151437.674000', '151437.677000', '151437.680000', '151437.683000', '151437.685000', '151457.567000', '151457.570000', '151457.573000', '151457.576000', '151457.579000', '151457.581000', '151457.584000', '151457.587000', '151457.590000', '151457.593000', '151457.595000', '151457.598000', '151457.601000', '151457.604000', '151457.607000', '151457.609000', '151457.612000', '151457.615000', '151457.618000', '151457.621000', '151457.624000', '151457.627000', '151457.629000', '151457.632000', '151457.635000', '151457.638000', '151457.641000', '151457.643000', '151457.646000', '151457.649000', '151457.652000', '151457.655000', '151457.658000', '151457.661000', '151457.665000', '151457.667000', '151457.670000', '151457.673000', '151457.676000', '151457.679000', '151457.682000', '151457.685000', '151457.687000', '151457.690000', '151517.567000', '151517.570000', '151517.573000', '151517.576000', '151517.579000', '151517.581000', '151517.584000', '151517.587000', '151517.590000', '151517.593000', '151517.596000', '151517.598000', '151517.601000', '151517.604000', '151517.607000', '151517.610000', '151517.613000', '151517.615000', '151517.618000', '151517.621000', '151517.624000', '151517.627000', '151517.630000', '151517.632000', '151517.635000', '151517.638000', '151517.641000', '151517.644000', '151517.647000', '151517.663000', '151517.666000', '151517.668000', '151517.671000', '151517.674000', '151517.677000', '151517.680000', '151517.682000', '151517.685000', '151517.688000', '151517.691000', '151517.694000', '151517.696000', '151517.699000', '151537.568000', '151537.571000', '151537.573000', '151537.576000', '151537.579000', '151537.582000', '151537.585000', '151537.587000', '151537.590000', '151537.593000', '151537.596000', '151537.599000', '151537.601000', '151537.604000', '151537.607000', '151537.610000', '151537.613000', '151537.616000', '151537.618000', '151537.621000', '151537.624000', '151537.627000', '151537.629000', '151537.632000', '151537.635000', '151537.638000', '151537.641000', '151537.643000', '151537.646000', '151537.649000', '151537.652000', '151537.655000', '151537.657000', '151537.660000', '151537.663000', '151537.666000', '151537.669000', '151537.671000', '151537.674000', '151537.677000', '151537.680000', '151537.683000', '151537.686000', '151557.567000', '151557.570000', '151557.573000', '151557.575000', '151557.578000', '151557.581000', '151557.584000', '151557.587000', '151557.589000', '151557.592000', '151557.595000', '151557.598000', '151557.601000', '151557.603000', '151557.606000', '151557.609000', '151557.612000', '151557.615000', '151557.617000', '151557.620000', '151557.623000', '151557.626000', '151557.629000', '151557.631000', '151557.634000', '151557.637000', '151557.640000', '151557.642000', '151557.645000', '151557.648000', '151557.651000', '151557.654000', '151557.657000', '151557.659000', '151557.662000', '151557.665000', '151557.668000', '151557.670000', '151557.673000', '151557.676000', '151557.679000', '151557.681000', '151557.684000', '151557.687000', '151617.567000', '151617.570000', '151617.573000', '151617.576000', '151617.579000', '151617.582000', '151617.584000', '151617.587000', '151617.590000', '151617.593000', '151617.596000', '151617.598000', '151617.601000', '151617.604000', '151617.607000', '151617.610000', '151617.612000', '151617.615000', '151617.618000', '151617.621000', '151617.623000', '151617.626000', '151617.629000', '151617.632000', '151617.634000', '151617.637000', '151617.640000', '151617.643000', '151617.646000', '151617.648000', '151617.651000', '151617.654000', '151617.657000', '151617.660000', '151617.662000', '151617.665000', '151617.668000', '151617.671000', '151617.673000', '151617.676000', '151617.679000', '151617.682000', '151617.685000', '151637.567000', '151637.570000', '151637.573000', '151637.576000', '151637.578000', '151637.581000', '151637.584000', '151637.587000', '151637.589000', '151637.592000', '151637.595000', '151637.598000', '151637.601000', '151637.603000', '151637.606000', '151637.609000', '151637.612000', '151637.615000', '151637.617000', '151637.620000', '151637.623000', '151637.626000', '151637.628000', '151637.631000', '151637.634000', '151637.637000', '151637.639000', '151637.642000', '151637.645000', '151637.648000', '151637.651000', '151637.654000', '151637.656000', '151637.659000', '151637.662000', '151637.665000', '151637.668000', '151637.670000', '151637.673000', '151637.676000', '151637.679000', '151637.682000', '151637.684000', '151637.687000', '151657.567000', '151657.570000', '151657.573000', '151657.576000', '151657.578000', '151657.581000', '151657.584000', '151657.587000', '151657.591000', '151657.595000', '151657.598000', '151657.601000', '151657.604000', '151657.607000', '151657.610000', '151657.612000', '151657.615000', '151657.618000', '151657.621000', '151657.624000', '151657.626000', '151657.629000', '151657.632000', '151657.635000', '151657.638000', '151657.640000', '151657.643000', '151657.646000', '151657.649000', '151657.652000', '151657.655000', '151657.657000', '151657.660000', '151657.663000', '151657.666000', '151657.668000', '151657.671000', '151657.674000', '151657.677000', '151657.680000', '151657.682000', '151657.685000', '151657.688000', '151717.567000', '151717.570000', '151717.573000', '151717.575000', '151717.578000', '151717.581000', '151717.584000', '151717.587000', '151717.590000', '151717.593000', '151717.595000', '151717.598000', '151717.601000', '151717.604000', '151717.607000', '151717.609000', '151717.612000', '151717.615000', '151717.618000', '151717.621000', '151717.623000', '151717.626000', '151717.629000', '151717.632000', '151717.634000', '151717.637000', '151717.641000', '151717.644000', '151717.646000', '151717.649000', '151717.652000', '151717.655000', '151717.658000', '151717.660000', '151717.663000', '151717.666000', '151717.669000', '151717.672000', '151717.674000', '151717.677000', '151717.680000', '151717.683000', '151717.686000', '151717.688000', '151737.567000', '151737.570000', '151737.573000', '151737.576000', '151737.578000', '151737.581000', '151737.584000', '151737.587000', '151737.590000', '151737.592000', '151737.595000', '151737.598000', '151737.601000', '151737.604000', '151737.606000', '151737.609000', '151737.612000', '151737.615000', '151737.618000', '151737.621000', '151737.623000', '151737.626000', '151737.629000', '151737.632000', '151737.635000', '151737.638000', '151737.640000', '151737.644000', '151737.647000', '151737.650000', '151737.652000', '151737.655000', '151737.658000', '151737.661000', '151737.664000', '151737.666000', '151737.669000', '151737.672000', '151737.675000', '151737.678000', '151737.680000', '151737.683000', '151737.686000', '151757.567000', '151757.570000', '151757.573000', '151757.575000', '151757.578000', '151757.581000', '151757.584000', '151757.587000', '151757.589000', '151757.592000', '151757.595000', '151757.598000', '151757.601000', '151757.603000', '151757.606000', '151757.609000', '151757.612000', '151757.615000', '151757.618000', '151757.620000', '151757.623000', '151757.626000', '151757.629000', '151757.632000', '151757.635000', '151757.637000', '151757.640000', '151757.643000', '151757.646000', '151757.649000', '151757.652000', '151757.655000', '151757.657000', '151757.660000', '151757.663000', '151757.666000', '151757.668000', '151757.671000', '151757.674000', '151757.677000', '151757.680000', '151757.682000', '151757.685000', '151757.688000', '151817.256000', '151817.260000', '151817.263000', '151817.267000', '151817.271000', '151817.275000', '151817.279000', '151817.282000', '151817.294000', '151817.297000', '151817.301000', '151817.304000', '151817.307000', '151817.310000', '151817.313000', '151817.316000', '151817.319000', '151817.322000', '151817.325000', '151817.328000', '151817.331000', '151817.334000', '151817.337000', '151817.339000', '151817.342000', '151817.345000', '151817.348000', '151817.351000', '151817.354000', '151817.358000', '151817.361000', '151817.364000', '151817.367000', '151817.369000', '151817.372000', '151817.375000', '151817.378000', '151817.381000', '151817.384000', '151817.387000', '151817.390000', '151817.392000', '151817.395000'], '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': [9542, 11120, 8817, 15797, 9217, 12466, 9202, 13020, 8410, 11316, 8144, 10292, 8668, 8806, 7866, 8722, 7738, 8663, 18856, 9677, 16887, 10373, 16151, 10921, 11964, 17767, 9924, 18575, 9460, 13421, 9374, 10953, 8555, 9397, 8102, 8827, 15216, 8923, 20053, 9355, 16245, 9299, 15691, 8893, 14303, 8976, 10199, 14996, 11018, 16740, 9326, 18377, 9457, 16450, 9409, 16996, 8431, 10335, 8680, 9166, 13117, 8800, 16230, 9589, 12792, 9559, 10962, 8579, 8890, 19989, 9472, 13784, 9627, 11891, 8493, 9771, 8104, 8716, 18707, 9207, 16251, 9033, 11620, 8661, 10464, 8526, 8781, 16428, 8630, 13407, 8688, 12570, 8504, 8768, 9308, 8485, 13819, 9591, 14604, 8552, 12110, 8727, 12140, 11571, 15177, 18595, 9738, 16998, 8719, 15537, 9892, 15886, 8816, 9576, 18716, 8771, 14992, 9718, 11566, 9056, 9300, 18067, 9400, 13542, 9121, 10935, 8845, 9475, 10812, 8471, 9262, 8701, 12963, 9074, 13264, 9327, 15167, 8848, 11606, 11842, 10748, 19880, 9339, 17852, 8693, 14680, 9313, 13271, 8818, 9585, 8677, 8527, 19961, 11741, 18426, 8852, 15435, 9496, 10105, 21388, 9542, 16794, 8897, 12267, 8576, 9584, 16929, 8835, 17661, 8915, 12020, 9314, 11836, 8805, 13660, 8879, 9706, 8306, 9184, 12083, 8439, 19588, 8565, 14612, 9302, 17152, 9767, 10646, 7893, 8472, 16501, 10412, 14753, 8395, 13283, 8136, 11105, 8338, 11912, 8488, 9637, 8074, 9238, 7985, 10614, 8097, 10174, 8161, 15330, 8688, 10310, 19503, 9151, 19193, 9381, 15934, 8868, 10420, 13215, 9438, 8422, 8688, 12436, 8806, 16621, 9888, 18066, 9773, 11543, 8229, 10126, 14079, 9881, 19936, 9257, 16211, 9078, 14076, 8295, 11492, 8353, 9739, 19899, 9679, 17151, 8924, 13961, 8697, 12633, 8424, 9180, 10645, 8325, 16860, 8723, 14949, 8967, 11756, 8399, 9971, 7770, 9098, 18168, 9359, 15951, 9006, 14049, 9192, 16327, 9230, 18110, 8682, 11362, 11635, 9015, 19695, 8694, 15179, 9064, 11521, 8421, 9611, 7792, 8671, 18452, 8599, 14095, 8665, 12069, 7977, 9909, 8148, 8867, 8447, 8968, 13259, 8474, 18643, 8795, 16093, 9480, 11802, 8246, 9593, 13256, 8994, 12260, 8536, 11101, 7982, 9192, 7691, 8774, 17706, 8644, 13014, 8380, 10853, 8014, 9472, 7890, 8510, 7697, 8283, 18468, 9084, 17073, 8687, 12898, 8087, 12138, 8715, 13729, 8112, 9854, 20438, 8890, 15537, 8583, 13680, 9027, 9544, 8373, 8632, 7883, 8367, 10671, 8347, 16750, 8622, 16850, 8860, 13605, 12068, 12470, 14654, 10135, 18230, 8944, 17559, 8800, 15638, 8350, 9833, 8029, 9498, 7521, 9067, 18367, 8317, 13674, 8239, 12235, 8235, 9323, 13544, 8519, 14778, 8443, 12156, 8177, 9281, 8029, 8777, 8448, 8605, 7756, 8509, 14696, 8363, 13166, 8723, 13762, 8859, 10279, 8218, 10942, 8219, 9607, 10401, 8878, 19524, 9062, 16870, 9404, 13486, 8741, 19380, 9941, 15396, 8720, 17724, 8571, 19377, 11940, 16324, 8997, 10378, 12049, 9284, 13892, 8852, 12407, 8939, 9393, 8302, 8929, 8010, 8657, 7779, 8690, 17190, 9730, 17453, 9437, 12052, 9494, 11536, 8449, 9570, 19013, 9436, 16342, 8688, 13872, 9379, 10709, 13802, 8820, 19255, 10035, 17028, 8959, 11514, 8595, 10746, 15324, 8928, 19263, 8710, 13435, 8366, 15698, 8895, 9585, 9075, 10385, 8160, 10289, 8232, 8989, 11452, 8451, 17945, 9765, 16843, 9448, 12605, 8490, 15762, 8150, 10963, 7986, 9179, 20297, 9130, 16260, 8835, 11537, 8777, 11037, 8318, 10449, 8429, 10218, 7781, 12590, 8262, 9652, 19577, 8711, 17520, 10192, 17162, 9423, 11593, 8154, 9418, 16845, 8711, 17469, 9037, 13032, 9381, 11227, 8330, 9377, 7975, 9613, 15065, 8397, 13058, 8954, 13073, 9172, 10197, 8298, 8932, 8091, 9118, 7902, 8666, 14860, 9592, 12157, 8641, 13753, 8798, 14819, 9980, 17613, 8967, 11094, 8152, 10010, 8137, 8979, 20263, 8701, 17134, 9595, 15395, 9498, 10884, 9123, 12915, 8701, 13328, 8523, 9873, 16681, 9381, 14390, 8820, 15019, 8711, 13189, 8590, 10884, 8170, 9947, 18409, 8586, 13941, 8744, 12200, 9444, 9875, 8171, 9795, 8158, 8926, 8133, 9241, 18929, 11187, 15850, 9591, 8065, 9330, 8635, 9100, 18422, 9925, 16139, 9226, 13444, 8434, 13062, 8060, 11951, 10453, 10332, 20419, 13365, 18458, 9587, 16716, 9305, 12018, 9448, 10467, 8952, 15596, 8646, 12236, 9099, 13020, 8777, 17729, 8123, 10641, 8345, 9782, 18921, 12325, 20020, 8874, 13927, 9257, 11830, 8947, 12827, 8272, 9703, 8745, 8950, 17964, 9004, 15767, 9353, 11146, 9678, 10947, 8830, 9167, 19191, 8717, 12586, 9168, 12033, 9371, 11184, 8072, 9481, 8224, 9191, 19975, 10066, 17810, 9162, 14624, 9356, 14713, 9287, 14250, 8197, 9756, 10540, 9122, 18458, 8771, 14160, 8829, 13282, 9038, 14645, 9316, 12814, 8558, 14548, 8517, 9669, 19273, 9397, 16188, 9204, 13328, 9203, 10357, 8073, 9558, 7912, 9193, 8092, 9080, 16844, 8893, 18668, 9396, 13730, 8890, 13030, 8357, 10899, 8029, 9408, 19617, 9480, 16161, 9359, 11197, 9091, 11283, 8431, 11008, 9089, 9778, 8665, 9726, 8190, 12474, 8301, 9652, 17923, 8806, 18693, 8850, 15548, 9152, 12557, 8294, 17746, 8929, 10848, 8486, 9691, 8586, 10147, 11392, 9932, 17267, 8926, 15855, 8676, 13140, 9196, 9461, 7917, 9732, 7979, 9445, 7879, 9104, 16692, 11485, 18469, 11306, 7894, 8689, 15081, 8866, 11959, 9070, 18956, 11138, 18273, 9923, 10338, 16704, 9305, 17189, 9055, 15522, 7948, 9728, 8099, 9736, 15175, 8418, 12634, 8732, 10251, 8361, 9645, 8178, 8916, 11923, 8664, 10894, 8804, 11431, 8613, 12164, 9522, 9628, 8564, 9599, 15114, 11017, 13934, 9556, 15947, 9071, 14962, 9358, 18504, 8658, 12426, 9161, 10642, 14587, 12809, 19056, 10313, 17478, 8962, 15901, 10512, 13634, 8893, 10308, 15485, 8642, 16259, 8551, 14866, 9064, 11887, 9069, 16157, 8901, 12850, 8509, 9735, 19395, 9306, 17119, 8541, 14454, 9055, 11562, 8200, 9768, 7958, 9196, 15014, 8467, 15633, 8828, 14394, 9166, 10077, 8158, 9513, 8004, 9521, 8358, 9283, 13385, 9450, 17659, 9191, 14411, 8988, 12704, 8738, 16862, 9205, 9855, 9501, 9746], 'WindowCenter': [4315.0, 4309.0, 4278.0, 4323.0, 4276.0, 4304.0, 4263.0, 4303.0, 4278.0, 4295.0, 4251.0, 4271.0, 4251.0, 4262.0, 4242.0, 4264.0, 4243.0, 4266.0, 4335.0, 4274.0, 4324.0, 4284.0, 4314.0, 4281.0, 4283.0, 4309.0, 4271.0, 4310.0, 4261.0, 4289.0, 4259.0, 4279.0, 4251.0, 4261.0, 4240.0, 4262.0, 4301.0, 4262.0, 4322.0, 4261.0, 4312.0, 4260.0, 4301.0, 4251.0, 4302.0, 4249.0, 4271.0, 4300.0, 4281.0, 4299.0, 4260.0, 4310.0, 4262.0, 4300.0, 4259.0, 4310.0, 4239.0, 4271.0, 4249.0, 4262.0, 4289.0, 4261.0, 4310.0, 4261.0, 4292.0, 4261.0, 4281.0, 4249.0, 4251.0, 4310.0, 4260.0, 4289.0, 4258.0, 4279.0, 4249.0, 4260.0, 4238.0, 4250.0, 4310.0, 4261.0, 4300.0, 4250.0, 4280.0, 4249.0, 4270.0, 4250.0, 4252.0, 4299.0, 4251.0, 4291.0, 4250.0, 4290.0, 4248.0, 4250.0, 4249.0, 4250.0, 4289.0, 4273.0, 4302.0, 4263.0, 4292.0, 4262.0, 4293.0, 4281.0, 4303.0, 4310.0, 4261.0, 4298.0, 4249.0, 4300.0, 4257.0, 4299.0, 4247.0, 4259.0, 4299.0, 4239.0, 4289.0, 4247.0, 4278.0, 4246.0, 4257.0, 4308.0, 4248.0, 4287.0, 4258.0, 4269.0, 4247.0, 4259.0, 4267.0, 4250.0, 4259.0, 4251.0, 4290.0, 4263.0, 4292.0, 4262.0, 4302.0, 4260.0, 4281.0, 4278.0, 4281.0, 4310.0, 4260.0, 4309.0, 4237.0, 4290.0, 4248.0, 4289.0, 4247.0, 4259.0, 4239.0, 4250.0, 4310.0, 4279.0, 4309.0, 4248.0, 4299.0, 4247.0, 4269.0, 4308.0, 4258.0, 4297.0, 4249.0, 4278.0, 4236.0, 4259.0, 4297.0, 4248.0, 4298.0, 4248.0, 4278.0, 4248.0, 4279.0, 4248.0, 4289.0, 4249.0, 4259.0, 4238.0, 4261.0, 4279.0, 4239.0, 4309.0, 4248.0, 4299.0, 4247.0, 4309.0, 4258.0, 4270.0, 4238.0, 4249.0, 4298.0, 4269.0, 4298.0, 4249.0, 4288.0, 4239.0, 4280.0, 4252.0, 4281.0, 4251.0, 4271.0, 4250.0, 4262.0, 4241.0, 4282.0, 4242.0, 4271.0, 4252.0, 4302.0, 4250.0, 4272.0, 4311.0, 4261.0, 4312.0, 4249.0, 4299.0, 4247.0, 4269.0, 4278.0, 4259.0, 4238.0, 4250.0, 4288.0, 4261.0, 4311.0, 4270.0, 4310.0, 4260.0, 4279.0, 4238.0, 4271.0, 4289.0, 4260.0, 4308.0, 4249.0, 4298.0, 4249.0, 4288.0, 4236.0, 4268.0, 4236.0, 4259.0, 4309.0, 4249.0, 4297.0, 4238.0, 4288.0, 4236.0, 4278.0, 4227.0, 4248.0, 4267.0, 4239.0, 4299.0, 4249.0, 4289.0, 4250.0, 4279.0, 4238.0, 4259.0, 4227.0, 4249.0, 4298.0, 4250.0, 4300.0, 4250.0, 4289.0, 4261.0, 4301.0, 4249.0, 4311.0, 4238.0, 4280.0, 4268.0, 4250.0, 4308.0, 4238.0, 4288.0, 4248.0, 4278.0, 4237.0, 4258.0, 4226.0, 4249.0, 4309.0, 4248.0, 4289.0, 4249.0, 4277.0, 4228.0, 4259.0, 4227.0, 4248.0, 4237.0, 4249.0, 4278.0, 4238.0, 4299.0, 4238.0, 4297.0, 4258.0, 4279.0, 4236.0, 4246.0, 4292.0, 4248.0, 4277.0, 4237.0, 4267.0, 4227.0, 4248.0, 4228.0, 4250.0, 4298.0, 4239.0, 4278.0, 4239.0, 4270.0, 4230.0, 4259.0, 4228.0, 4250.0, 4230.0, 4251.0, 4309.0, 4252.0, 4310.0, 4252.0, 4291.0, 4240.0, 4280.0, 4249.0, 4290.0, 4228.0, 4270.0, 4320.0, 4249.0, 4299.0, 4249.0, 4288.0, 4247.0, 4258.0, 4237.0, 4251.0, 4227.0, 4250.0, 4268.0, 4250.0, 4310.0, 4250.0, 4310.0, 4249.0, 4291.0, 4267.0, 4280.0, 4287.0, 4259.0, 4298.0, 4237.0, 4298.0, 4237.0, 4287.0, 4226.0, 4257.0, 4225.0, 4248.0, 4215.0, 4249.0, 4308.0, 4238.0, 4289.0, 4227.0, 4277.0, 4225.0, 4248.0, 4276.0, 4237.0, 4287.0, 4226.0, 4266.0, 4238.0, 4249.0, 4227.0, 4238.0, 4226.0, 4250.0, 4227.0, 4249.0, 4288.0, 4239.0, 4287.0, 4250.0, 4289.0, 4249.0, 4259.0, 4239.0, 4270.0, 4239.0, 4272.0, 4268.0, 4261.0, 4312.0, 4251.0, 4312.0, 4248.0, 4289.0, 4238.0, 4310.0, 4270.0, 4300.0, 4250.0, 4309.0, 4250.0, 4310.0, 4268.0, 4287.0, 4236.0, 4257.0, 4265.0, 4247.0, 4277.0, 4237.0, 4266.0, 4235.0, 4247.0, 4227.0, 4247.0, 4226.0, 4249.0, 4228.0, 4251.0, 4299.0, 4260.0, 4298.0, 4260.0, 4281.0, 4260.0, 4280.0, 4237.0, 4259.0, 4297.0, 4248.0, 4298.0, 4239.0, 4288.0, 4246.0, 4268.0, 4277.0, 4247.0, 4298.0, 4257.0, 4296.0, 4248.0, 4268.0, 4238.0, 4269.0, 4287.0, 4238.0, 4296.0, 4236.0, 4276.0, 4227.0, 4297.0, 4249.0, 4258.0, 4249.0, 4270.0, 4238.0, 4260.0, 4240.0, 4251.0, 4278.0, 4239.0, 4309.0, 4260.0, 4299.0, 4249.0, 4278.0, 4238.0, 4287.0, 4227.0, 4269.0, 4227.0, 4249.0, 4307.0, 4247.0, 4287.0, 4235.0, 4266.0, 4238.0, 4268.0, 4238.0, 4269.0, 4238.0, 4269.0, 4219.0, 4279.0, 4227.0, 4257.0, 4297.0, 4238.0, 4297.0, 4257.0, 4287.0, 4236.0, 4266.0, 4215.0, 4247.0, 4285.0, 4237.0, 4296.0, 4237.0, 4277.0, 4249.0, 4267.0, 4224.0, 4247.0, 4225.0, 4247.0, 4286.0, 4237.0, 4276.0, 4238.0, 4277.0, 4247.0, 4258.0, 4227.0, 4248.0, 4226.0, 4248.0, 4227.0, 4249.0, 4286.0, 4260.0, 4278.0, 4250.0, 4290.0, 4250.0, 4289.0, 4258.0, 4298.0, 4250.0, 4270.0, 4239.0, 4260.0, 4227.0, 4250.0, 4310.0, 4239.0, 4297.0, 4260.0, 4298.0, 4261.0, 4269.0, 4259.0, 4279.0, 4238.0, 4290.0, 4237.0, 4259.0, 4297.0, 4247.0, 4286.0, 4249.0, 4288.0, 4238.0, 4277.0, 4236.0, 4257.0, 4226.0, 4246.0, 4296.0, 4227.0, 4277.0, 4237.0, 4267.0, 4248.0, 4258.0, 4227.0, 4259.0, 4227.0, 4248.0, 4226.0, 4249.0, 4309.0, 4269.0, 4297.0, 4248.0, 4229.0, 4261.0, 4238.0, 4251.0, 4310.0, 4261.0, 4300.0, 4249.0, 4290.0, 4240.0, 4290.0, 4228.0, 4279.0, 4258.0, 4260.0, 4308.0, 4279.0, 4297.0, 4249.0, 4287.0, 4248.0, 4278.0, 4248.0, 4257.0, 4247.0, 4298.0, 4239.0, 4277.0, 4248.0, 4279.0, 4236.0, 4299.0, 4226.0, 4259.0, 4236.0, 4260.0, 4297.0, 4279.0, 4296.0, 4236.0, 4274.0, 4248.0, 4267.0, 4236.0, 4277.0, 4224.0, 4247.0, 4224.0, 4238.0, 4296.0, 4237.0, 4286.0, 4247.0, 4267.0, 4248.0, 4268.0, 4236.0, 4248.0, 4297.0, 4237.0, 4266.0, 4247.0, 4268.0, 4247.0, 4267.0, 4226.0, 4248.0, 4226.0, 4249.0, 4307.0, 4258.0, 4296.0, 4248.0, 4287.0, 4245.0, 4287.0, 4236.0, 4289.0, 4226.0, 4248.0, 4256.0, 4247.0, 4297.0, 4239.0, 4276.0, 4246.0, 4279.0, 4248.0, 4288.0, 4250.0, 4279.0, 4239.0, 4290.0, 4238.0, 4259.0, 4297.0, 4248.0, 4296.0, 4249.0, 4278.0, 4248.0, 4257.0, 4229.0, 4247.0, 4229.0, 4248.0, 4239.0, 4250.0, 4298.0, 4250.0, 4297.0, 4248.0, 4277.0, 4237.0, 4277.0, 4227.0, 4269.0, 4226.0, 4247.0, 4296.0, 4247.0, 4285.0, 4247.0, 4266.0, 4248.0, 4268.0, 4238.0, 4268.0, 4249.0, 4258.0, 4238.0, 4249.0, 4239.0, 4280.0, 4239.0, 4260.0, 4297.0, 4248.0, 4298.0, 4249.0, 4287.0, 4248.0, 4277.0, 4239.0, 4299.0, 4248.0, 4269.0, 4250.0, 4260.0, 4237.0, 4259.0, 4268.0, 4259.0, 4298.0, 4249.0, 4289.0, 4237.0, 4276.0, 4248.0, 4257.0, 4237.0, 4259.0, 4228.0, 4252.0, 4230.0, 4252.0, 4299.0, 4278.0, 4309.0, 4282.0, 4227.0, 4239.0, 4287.0, 4250.0, 4266.0, 4250.0, 4310.0, 4270.0, 4299.0, 4246.0, 4259.0, 4286.0, 4235.0, 4284.0, 4236.0, 4275.0, 4215.0, 4246.0, 4215.0, 4247.0, 4284.0, 4238.0, 4265.0, 4238.0, 4255.0, 4227.0, 4247.0, 4225.0, 4247.0, 4267.0, 4250.0, 4268.0, 4248.0, 4279.0, 4250.0, 4279.0, 4258.0, 4260.0, 4250.0, 4262.0, 4289.0, 4271.0, 4289.0, 4262.0, 4298.0, 4250.0, 4300.0, 4260.0, 4310.0, 4250.0, 4292.0, 4262.0, 4273.0, 4299.0, 4293.0, 4310.0, 4271.0, 4310.0, 4250.0, 4299.0, 4257.0, 4290.0, 4237.0, 4259.0, 4287.0, 4236.0, 4297.0, 4249.0, 4288.0, 4249.0, 4278.0, 4248.0, 4300.0, 4247.0, 4279.0, 4237.0, 4260.0, 4309.0, 4249.0, 4298.0, 4239.0, 4287.0, 4247.0, 4269.0, 4226.0, 4259.0, 4224.0, 4248.0, 4288.0, 4239.0, 4288.0, 4249.0, 4289.0, 4249.0, 4259.0, 4226.0, 4248.0, 4225.0, 4249.0, 4238.0, 4249.0, 4277.0, 4260.0, 4310.0, 4248.0, 4289.0, 4249.0, 4280.0, 4238.0, 4301.0, 4261.0, 4261.0, 4260.0, 4261.0], 'WindowWidth': [9544.0, 9520.0, 9476.0, 9528.0, 9468.0, 9502.0, 9445.0, 9497.0, 9476.0, 9493.0, 9425.0, 9452.0, 9423.0, 9442.0, 9416.0, 9448.0, 9419.0, 9453.0, 9546.0, 9461.0, 9528.0, 9473.0, 9513.0, 9465.0, 9469.0, 9500.0, 9450.0, 9502.0, 9438.0, 9472.0, 9431.0, 9460.0, 9423.0, 9439.0, 9409.0, 9442.0, 9492.0, 9441.0, 9520.0, 9439.0, 9506.0, 9436.0, 9491.0, 9423.0, 9492.0, 9420.0, 9451.0, 9486.0, 9464.0, 9485.0, 9436.0, 9503.0, 9439.0, 9490.0, 9432.0, 9501.0, 9405.0, 9450.0, 9418.0, 9440.0, 9471.0, 9438.0, 9503.0, 9438.0, 9479.0, 9436.0, 9463.0, 9417.0, 9424.0, 9502.0, 9434.0, 9472.0, 9430.0, 9458.0, 9418.0, 9435.0, 9402.0, 9421.0, 9502.0, 9436.0, 9488.0, 9423.0, 9460.0, 9420.0, 9447.0, 9419.0, 9426.0, 9486.0, 9424.0, 9477.0, 9422.0, 9475.0, 9415.0, 9422.0, 9417.0, 9423.0, 9473.0, 9458.0, 9493.0, 9444.0, 9481.0, 9443.0, 9485.0, 9464.0, 9497.0, 9501.0, 9436.0, 9484.0, 9418.0, 9486.0, 9425.0, 9484.0, 9411.0, 9432.0, 9484.0, 9402.0, 9470.0, 9411.0, 9455.0, 9410.0, 9428.0, 9496.0, 9415.0, 9466.0, 9429.0, 9446.0, 9412.0, 9431.0, 9439.0, 9422.0, 9430.0, 9426.0, 9475.0, 9442.0, 9480.0, 9440.0, 9493.0, 9436.0, 9465.0, 9456.0, 9462.0, 9502.0, 9433.0, 9499.0, 9399.0, 9472.0, 9414.0, 9471.0, 9413.0, 9432.0, 9403.0, 9420.0, 9502.0, 9458.0, 9498.0, 9414.0, 9483.0, 9411.0, 9443.0, 9497.0, 9427.0, 9478.0, 9416.0, 9454.0, 9396.0, 9431.0, 9478.0, 9414.0, 9479.0, 9416.0, 9455.0, 9416.0, 9457.0, 9415.0, 9470.0, 9417.0, 9431.0, 9402.0, 9436.0, 9457.0, 9406.0, 9500.0, 9419.0, 9485.0, 9413.0, 9498.0, 9428.0, 9450.0, 9403.0, 9421.0, 9484.0, 9445.0, 9483.0, 9420.0, 9469.0, 9408.0, 9461.0, 9427.0, 9463.0, 9425.0, 9451.0, 9425.0, 9440.0, 9412.0, 9466.0, 9414.0, 9452.0, 9428.0, 9495.0, 9419.0, 9452.0, 9505.0, 9437.0, 9506.0, 9417.0, 9483.0, 9410.0, 9443.0, 9453.0, 9433.0, 9401.0, 9421.0, 9470.0, 9439.0, 9504.0, 9449.0, 9500.0, 9434.0, 9458.0, 9403.0, 9450.0, 9470.0, 9433.0, 9496.0, 9417.0, 9483.0, 9415.0, 9468.0, 9395.0, 9442.0, 9395.0, 9429.0, 9497.0, 9414.0, 9477.0, 9398.0, 9465.0, 9394.0, 9453.0, 9383.0, 9416.0, 9438.0, 9402.0, 9481.0, 9417.0, 9469.0, 9420.0, 9456.0, 9400.0, 9430.0, 9383.0, 9416.0, 9481.0, 9419.0, 9484.0, 9421.0, 9471.0, 9437.0, 9489.0, 9419.0, 9501.0, 9402.0, 9461.0, 9440.0, 9419.0, 9495.0, 9401.0, 9467.0, 9415.0, 9456.0, 9399.0, 9428.0, 9383.0, 9416.0, 9496.0, 9416.0, 9469.0, 9417.0, 9453.0, 9388.0, 9430.0, 9385.0, 9416.0, 9399.0, 9417.0, 9454.0, 9402.0, 9484.0, 9402.0, 9479.0, 9427.0, 9458.0, 9396.0, 9408.0, 9480.0, 9416.0, 9449.0, 9397.0, 9437.0, 9385.0, 9416.0, 9387.0, 9421.0, 9481.0, 9403.0, 9454.0, 9404.0, 9446.0, 9391.0, 9431.0, 9388.0, 9421.0, 9393.0, 9424.0, 9500.0, 9425.0, 9502.0, 9427.0, 9476.0, 9408.0, 9462.0, 9416.0, 9475.0, 9387.0, 9448.0, 9517.0, 9418.0, 9483.0, 9417.0, 9468.0, 9410.0, 9427.0, 9398.0, 9420.0, 9386.0, 9421.0, 9442.0, 9422.0, 9501.0, 9422.0, 9499.0, 9417.0, 9477.0, 9437.0, 9459.0, 9462.0, 9429.0, 9480.0, 9397.0, 9479.0, 9397.0, 9463.0, 9383.0, 9426.0, 9380.0, 9414.0, 9367.0, 9416.0, 9494.0, 9403.0, 9470.0, 9384.0, 9451.0, 9380.0, 9414.0, 9448.0, 9398.0, 9463.0, 9382.0, 9435.0, 9400.0, 9417.0, 9383.0, 9400.0, 9382.0, 9418.0, 9384.0, 9418.0, 9466.0, 9404.0, 9467.0, 9419.0, 9470.0, 9416.0, 9430.0, 9401.0, 9447.0, 9405.0, 9457.0, 9445.0, 9438.0, 9508.0, 9423.0, 9505.0, 9413.0, 9468.0, 9401.0, 9499.0, 9447.0, 9485.0, 9421.0, 9498.0, 9419.0, 9502.0, 9439.0, 9463.0, 9393.0, 9425.0, 9433.0, 9410.0, 9447.0, 9396.0, 9432.0, 9392.0, 9412.0, 9384.0, 9413.0, 9382.0, 9416.0, 9387.0, 9423.0, 9484.0, 9433.0, 9481.0, 9433.0, 9461.0, 9434.0, 9460.0, 9397.0, 9430.0, 9479.0, 9414.0, 9481.0, 9402.0, 9467.0, 9408.0, 9440.0, 9449.0, 9411.0, 9481.0, 9425.0, 9474.0, 9413.0, 9439.0, 9400.0, 9443.0, 9462.0, 9399.0, 9474.0, 9394.0, 9446.0, 9383.0, 9478.0, 9415.0, 9427.0, 9416.0, 9446.0, 9399.0, 9432.0, 9403.0, 9422.0, 9455.0, 9406.0, 9497.0, 9432.0, 9482.0, 9417.0, 9454.0, 9400.0, 9465.0, 9384.0, 9442.0, 9384.0, 9418.0, 9493.0, 9412.0, 9463.0, 9392.0, 9432.0, 9399.0, 9437.0, 9400.0, 9441.0, 9402.0, 9446.0, 9375.0, 9455.0, 9381.0, 9425.0, 9477.0, 9400.0, 9476.0, 9422.0, 9460.0, 9393.0, 9434.0, 9363.0, 9411.0, 9458.0, 9396.0, 9473.0, 9396.0, 9450.0, 9414.0, 9439.0, 9376.0, 9410.0, 9377.0, 9411.0, 9460.0, 9397.0, 9448.0, 9399.0, 9449.0, 9411.0, 9426.0, 9381.0, 9412.0, 9381.0, 9414.0, 9384.0, 9416.0, 9464.0, 9434.0, 9453.0, 9421.0, 9473.0, 9421.0, 9470.0, 9430.0, 9482.0, 9419.0, 9446.0, 9403.0, 9433.0, 9385.0, 9419.0, 9501.0, 9403.0, 9478.0, 9432.0, 9479.0, 9434.0, 9443.0, 9432.0, 9457.0, 9402.0, 9473.0, 9398.0, 9428.0, 9475.0, 9412.0, 9461.0, 9416.0, 9465.0, 9397.0, 9451.0, 9394.0, 9423.0, 9379.0, 9408.0, 9473.0, 9380.0, 9446.0, 9395.0, 9435.0, 9411.0, 9425.0, 9384.0, 9428.0, 9382.0, 9414.0, 9382.0, 9417.0, 9499.0, 9442.0, 9477.0, 9415.0, 9389.0, 9436.0, 9399.0, 9421.0, 9500.0, 9433.0, 9485.0, 9417.0, 9473.0, 9407.0, 9473.0, 9386.0, 9457.0, 9425.0, 9431.0, 9496.0, 9455.0, 9478.0, 9413.0, 9463.0, 9414.0, 9453.0, 9411.0, 9423.0, 9411.0, 9480.0, 9403.0, 9451.0, 9412.0, 9455.0, 9395.0, 9482.0, 9381.0, 9427.0, 9395.0, 9431.0, 9478.0, 9454.0, 9473.0, 9395.0, 9442.0, 9411.0, 9437.0, 9393.0, 9448.0, 9375.0, 9408.0, 9376.0, 9399.0, 9474.0, 9398.0, 9460.0, 9412.0, 9435.0, 9411.0, 9440.0, 9393.0, 9413.0, 9476.0, 9396.0, 9434.0, 9409.0, 9438.0, 9409.0, 9436.0, 9381.0, 9412.0, 9380.0, 9415.0, 9492.0, 9426.0, 9473.0, 9412.0, 9462.0, 9406.0, 9464.0, 9393.0, 9467.0, 9380.0, 9413.0, 9421.0, 9410.0, 9476.0, 9400.0, 9447.0, 9410.0, 9454.0, 9414.0, 9468.0, 9419.0, 9455.0, 9402.0, 9472.0, 9398.0, 9429.0, 9478.0, 9413.0, 9475.0, 9414.0, 9450.0, 9413.0, 9424.0, 9387.0, 9412.0, 9390.0, 9415.0, 9403.0, 9419.0, 9481.0, 9418.0, 9479.0, 9414.0, 9451.0, 9398.0, 9451.0, 9382.0, 9440.0, 9379.0, 9411.0, 9476.0, 9410.0, 9459.0, 9410.0, 9434.0, 9413.0, 9439.0, 9401.0, 9439.0, 9416.0, 9428.0, 9401.0, 9416.0, 9401.0, 9459.0, 9401.0, 9431.0, 9479.0, 9412.0, 9480.0, 9416.0, 9463.0, 9412.0, 9451.0, 9402.0, 9482.0, 9415.0, 9443.0, 9419.0, 9433.0, 9397.0, 9430.0, 9437.0, 9430.0, 9480.0, 9418.0, 9468.0, 9397.0, 9450.0, 9414.0, 9426.0, 9400.0, 9431.0, 9387.0, 9422.0, 9389.0, 9425.0, 9484.0, 9456.0, 9498.0, 9465.0, 9386.0, 9402.0, 9465.0, 9420.0, 9435.0, 9419.0, 9503.0, 9444.0, 9485.0, 9406.0, 9427.0, 9460.0, 9391.0, 9454.0, 9391.0, 9441.0, 9363.0, 9406.0, 9363.0, 9411.0, 9455.0, 9398.0, 9431.0, 9398.0, 9419.0, 9382.0, 9411.0, 9379.0, 9412.0, 9436.0, 9419.0, 9440.0, 9416.0, 9457.0, 9419.0, 9456.0, 9430.0, 9434.0, 9420.0, 9439.0, 9468.0, 9449.0, 9468.0, 9438.0, 9481.0, 9420.0, 9486.0, 9433.0, 9502.0, 9422.0, 9477.0, 9438.0, 9456.0, 9484.0, 9481.0, 9501.0, 9448.0, 9500.0, 9420.0, 9485.0, 9424.0, 9471.0, 9394.0, 9428.0, 9464.0, 9397.0, 9478.0, 9417.0, 9467.0, 9418.0, 9455.0, 9413.0, 9487.0, 9412.0, 9456.0, 9397.0, 9431.0, 9497.0, 9415.0, 9479.0, 9401.0, 9465.0, 9412.0, 9443.0, 9380.0, 9428.0, 9377.0, 9412.0, 9468.0, 9401.0, 9466.0, 9417.0, 9468.0, 9414.0, 9429.0, 9382.0, 9414.0, 9380.0, 9415.0, 9398.0, 9416.0, 9451.0, 9433.0, 9498.0, 9417.0, 9470.0, 9418.0, 9458.0, 9402.0, 9488.0, 9435.0, 9436.0, 9435.0, 9437.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.0013457634902411023</td></tr>
<tr><td colspan=3>aqi</td><td>0.024347722847301953</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.945730068988475</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2605955593218383</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9827177837701152</td></tr>
<tr><td colspan=3>efc</td><td>0.4727</td></tr>
<tr><td colspan=3>fber</td><td>5868.6763</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08274982732050017</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0332950631458093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.317591715925966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2081257655359976</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4988679404223455</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.245781441819554</td></tr>
<tr><td colspan=3>gcor</td><td>0.00420347</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018951479345560074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029013168066740036</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.177930813732514</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>35.1359</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0482</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.1212</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300481.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.306</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0845</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.5542</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3486.3513</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.5209</td></tr>
<tr><td colspan=3>tsnr</td><td>39.82726967614144</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>