<?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-06_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-06_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-06_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-06_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-06_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-06_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-06_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-06_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_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-06_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-06_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_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-06_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-06_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_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-06_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-06_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-06_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_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-06_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-06_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-06_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_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-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_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-06_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-06_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-06_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>f1f5c3f3af2a630646f10f3245182cfb</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:52:39.685000</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-06_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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</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>ee247887-2a55-4b44-895a-525a8f30c1d0||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': ['155239.685000', '155240.145000', '155240.605000', '155241.065000', '155241.525000', '155241.985000', '155242.445000', '155242.905000', '155243.365000', '155243.825000', '155244.285000', '155244.745000', '155245.205000', '155245.665000', '155246.125000', '155246.585000', '155247.045000', '155247.505000', '155247.965000', '155248.425000', '155248.885000', '155249.345000', '155249.805000', '155250.265000', '155250.725000', '155251.185000', '155251.645000', '155252.105000', '155252.565000', '155253.025000', '155253.485000', '155253.945000', '155254.405000', '155254.865000', '155255.325000', '155255.785000', '155256.245000', '155256.705000', '155257.165000', '155257.625000', '155258.085000', '155258.545000', '155259.005000', '155259.465000', '155259.925000', '155300.385000', '155300.845000', '155301.305000', '155301.765000', '155302.225000', '155302.685000', '155303.145000', '155303.605000', '155304.065000', '155304.525000', '155304.985000', '155305.445000', '155305.905000', '155306.365000', '155306.825000', '155307.285000', '155307.745000', '155308.205000', '155308.665000', '155309.125000', '155309.585000', '155310.045000', '155310.505000', '155310.965000', '155311.425000', '155311.885000', '155312.345000', '155312.805000', '155313.265000', '155313.725000', '155314.185000', '155314.645000', '155315.105000', '155315.565000', '155316.025000', '155316.485000', '155316.945000', '155317.405000', '155317.865000', '155318.325000', '155318.785000', '155319.245000', '155319.705000', '155320.165000', '155320.625000', '155321.085000', '155321.545000', '155322.005000', '155322.465000', '155322.925000', '155323.385000', '155323.845000', '155324.305000', '155324.765000', '155325.225000', '155325.685000', '155326.145000', '155326.605000', '155327.065000', '155327.525000', '155327.985000', '155328.445000', '155328.905000', '155329.365000', '155329.825000', '155330.285000', '155330.745000', '155331.205000', '155331.665000', '155332.125000', '155332.585000', '155333.045000', '155333.505000', '155333.965000', '155334.425000', '155334.885000', '155335.345000', '155335.805000', '155336.265000', '155336.725000', '155337.185000', '155337.645000', '155338.105000', '155338.565000', '155339.025000', '155339.485000', '155339.945000', '155340.405000', '155340.865000', '155341.325000', '155341.785000', '155342.245000', '155342.705000', '155343.165000', '155343.625000', '155344.085000', '155344.545000', '155345.005000', '155345.465000', '155345.925000', '155346.385000', '155346.845000', '155347.305000', '155347.765000', '155348.225000', '155348.685000', '155349.145000', '155349.605000', '155350.065000', '155350.525000', '155350.985000', '155351.445000', '155351.905000', '155352.365000', '155352.825000', '155353.285000', '155353.745000', '155354.205000', '155354.665000', '155355.125000', '155355.585000', '155356.045000', '155356.505000', '155356.965000', '155357.425000', '155357.885000', '155358.345000', '155358.805000', '155359.265000', '155359.725000', '155400.185000', '155400.645000', '155401.105000', '155401.565000', '155402.025000', '155402.485000', '155402.945000', '155403.405000', '155403.865000', '155404.325000', '155404.785000', '155405.245000', '155405.705000', '155406.165000', '155406.625000', '155407.085000', '155407.545000', '155408.005000', '155408.465000', '155408.925000', '155409.385000', '155409.845000', '155410.305000', '155410.765000', '155411.225000', '155411.685000', '155412.145000', '155412.605000', '155413.065000', '155413.525000', '155413.985000', '155414.445000', '155414.905000', '155415.365000', '155415.825000', '155416.285000', '155416.745000', '155417.205000', '155417.665000', '155418.125000', '155418.585000', '155419.045000', '155419.505000', '155419.965000', '155420.425000', '155420.885000', '155421.345000', '155421.805000', '155422.265000', '155422.725000', '155423.185000', '155423.645000', '155424.105000', '155424.565000', '155425.025000', '155425.485000', '155425.945000', '155426.405000', '155426.865000', '155427.325000', '155427.785000', '155428.245000', '155428.705000', '155429.165000', '155429.625000', '155430.085000', '155430.545000', '155431.005000', '155431.465000', '155431.925000', '155432.385000', '155432.845000', '155433.305000', '155433.765000', '155434.225000', '155434.685000', '155435.145000', '155435.605000', '155436.065000', '155436.525000', '155436.985000', '155437.445000', '155437.905000', '155438.365000', '155438.825000', '155439.285000', '155439.745000', '155440.205000', '155440.665000', '155441.125000', '155441.585000', '155442.045000', '155442.505000', '155442.965000', '155443.425000', '155443.885000', '155444.345000', '155444.805000', '155445.265000', '155445.725000', '155446.185000', '155446.645000', '155447.105000', '155447.565000', '155448.025000', '155448.485000', '155448.945000', '155449.405000', '155449.865000', '155450.325000', '155450.785000', '155451.245000', '155451.705000', '155452.165000', '155452.625000', '155453.085000', '155453.545000', '155454.005000', '155454.465000', '155454.925000', '155455.385000', '155455.845000', '155456.305000', '155456.765000', '155457.225000', '155457.685000', '155458.145000', '155458.605000', '155459.065000', '155459.525000', '155459.985000', '155500.445000', '155500.905000', '155501.365000', '155501.825000', '155502.285000', '155502.745000', '155503.205000', '155503.665000', '155504.125000', '155504.585000', '155505.045000', '155505.505000', '155505.965000', '155506.425000', '155506.885000', '155507.345000', '155507.805000', '155508.265000', '155508.725000', '155509.185000', '155509.645000', '155510.105000', '155510.565000', '155511.025000', '155511.485000', '155511.945000', '155512.405000', '155512.865000', '155513.325000', '155513.785000', '155514.245000', '155514.705000', '155515.165000', '155515.625000', '155516.085000', '155516.545000', '155517.005000', '155517.465000', '155517.925000', '155518.385000', '155518.845000', '155519.305000', '155519.765000', '155520.225000', '155520.685000', '155521.145000', '155521.605000', '155522.065000', '155522.525000', '155522.985000', '155523.445000', '155523.905000', '155524.365000', '155524.825000', '155525.285000', '155525.745000', '155526.205000', '155526.665000', '155527.125000', '155527.585000', '155528.045000', '155528.505000', '155528.965000', '155529.425000', '155529.885000', '155530.345000', '155530.805000', '155531.265000', '155531.725000', '155532.185000', '155532.645000', '155533.105000', '155533.565000', '155534.025000', '155534.485000', '155534.945000', '155535.405000', '155535.865000', '155536.325000', '155536.785000', '155537.245000', '155537.705000', '155538.165000', '155538.625000', '155539.085000', '155539.545000', '155540.005000', '155540.465000', '155540.925000', '155541.385000', '155541.845000', '155542.305000', '155542.765000', '155543.225000', '155543.685000', '155544.145000', '155544.605000', '155545.065000', '155545.525000', '155545.985000', '155546.445000', '155546.905000', '155547.365000', '155547.825000', '155548.285000', '155548.745000', '155549.205000', '155549.665000', '155550.125000', '155550.585000', '155551.045000', '155551.505000', '155551.965000', '155552.425000', '155552.885000', '155553.345000', '155553.805000', '155554.265000', '155554.725000', '155555.185000', '155555.645000', '155556.105000', '155556.565000', '155557.025000', '155557.485000', '155557.945000', '155558.405000', '155558.865000', '155559.325000', '155559.785000', '155600.245000', '155600.705000', '155601.165000', '155601.625000', '155602.085000', '155602.545000', '155603.005000', '155603.465000', '155603.925000', '155604.385000', '155604.845000', '155605.305000', '155605.765000', '155606.225000', '155606.685000', '155607.145000', '155607.605000', '155608.065000', '155608.525000', '155608.985000', '155609.445000', '155609.905000', '155610.365000', '155610.825000', '155611.285000', '155611.745000', '155612.205000', '155612.665000', '155613.125000', '155613.585000', '155614.045000', '155614.505000', '155614.965000', '155615.425000', '155615.885000', '155616.345000', '155616.805000', '155617.265000', '155617.725000', '155618.185000', '155618.645000', '155619.105000', '155619.565000', '155620.025000', '155620.485000', '155620.945000', '155621.405000', '155621.865000', '155622.325000', '155622.785000', '155623.245000', '155623.705000', '155624.165000', '155624.625000', '155625.085000', '155625.545000', '155626.005000', '155626.465000', '155626.925000', '155627.385000', '155627.845000', '155628.305000', '155628.765000', '155629.225000', '155629.685000', '155630.145000', '155630.605000', '155631.065000', '155631.525000', '155631.985000', '155632.445000', '155632.905000', '155633.365000', '155633.825000', '155634.285000', '155634.745000', '155635.205000', '155635.665000', '155636.125000', '155636.585000', '155637.045000', '155637.505000', '155637.965000', '155638.425000', '155638.885000', '155639.345000', '155639.805000', '155640.265000', '155640.725000', '155641.185000', '155641.645000', '155642.105000', '155642.565000', '155643.025000', '155643.485000', '155643.945000', '155644.405000', '155644.865000', '155645.325000', '155645.785000', '155646.245000', '155646.705000', '155647.165000', '155647.625000', '155648.085000', '155648.545000', '155649.005000', '155649.465000', '155649.925000', '155650.385000', '155650.845000', '155651.305000', '155651.765000', '155652.225000', '155652.685000', '155653.145000', '155653.605000', '155654.065000', '155654.525000', '155654.985000', '155655.445000', '155655.905000', '155656.365000', '155656.825000', '155657.285000', '155657.745000', '155658.205000', '155658.665000', '155659.125000', '155659.585000', '155700.045000', '155700.505000', '155700.965000', '155701.425000', '155701.885000', '155702.345000', '155702.805000', '155703.265000', '155703.725000', '155704.185000', '155704.645000', '155705.105000', '155705.565000', '155706.025000', '155706.485000', '155706.945000', '155707.405000', '155707.865000', '155708.325000', '155708.785000', '155709.245000', '155709.705000', '155710.165000', '155710.625000', '155711.085000', '155711.545000', '155712.005000', '155712.465000', '155712.925000', '155713.385000', '155713.845000', '155714.305000', '155714.765000', '155715.225000', '155715.685000', '155716.145000', '155716.605000', '155717.065000', '155717.525000', '155717.985000', '155718.445000', '155718.905000', '155719.365000', '155719.825000', '155720.285000', '155720.745000', '155721.205000', '155721.665000', '155722.125000', '155722.585000', '155723.045000', '155723.505000', '155723.965000', '155724.425000', '155724.885000', '155725.345000', '155725.805000', '155726.265000', '155726.725000', '155727.185000', '155727.645000', '155728.105000', '155728.565000', '155729.025000', '155729.485000', '155729.945000', '155730.405000', '155730.865000', '155731.325000', '155731.785000', '155732.245000', '155732.705000', '155733.165000', '155733.625000', '155734.085000', '155734.545000', '155735.005000', '155735.465000', '155735.925000', '155736.385000', '155736.845000', '155737.305000', '155737.765000', '155738.225000', '155738.685000', '155739.145000', '155739.605000', '155740.065000', '155740.525000', '155740.985000', '155741.445000', '155741.905000', '155742.365000', '155742.825000', '155743.285000', '155743.745000', '155744.205000', '155744.665000', '155745.125000', '155745.585000', '155746.045000', '155746.505000', '155746.965000', '155747.425000', '155747.885000', '155748.345000', '155748.805000', '155749.265000', '155749.725000', '155750.185000', '155750.645000', '155751.105000', '155751.565000', '155752.025000', '155752.485000', '155752.945000', '155753.405000', '155753.865000', '155754.325000', '155754.785000', '155755.245000', '155755.705000', '155756.165000', '155756.625000', '155757.085000', '155757.545000', '155758.005000', '155758.465000', '155758.925000', '155759.385000', '155759.845000', '155800.305000', '155800.765000', '155801.225000', '155801.685000', '155802.145000', '155802.605000', '155803.065000', '155803.525000', '155803.985000', '155804.445000', '155804.905000', '155805.365000', '155805.825000', '155806.285000', '155806.745000', '155807.205000', '155807.665000', '155808.125000', '155808.585000', '155809.045000', '155809.505000', '155809.965000', '155810.425000', '155810.885000', '155811.345000', '155811.805000', '155812.265000', '155812.725000', '155813.185000', '155813.645000', '155814.105000', '155814.565000', '155815.025000', '155815.485000', '155815.945000', '155816.405000', '155816.865000', '155817.325000', '155817.785000', '155818.245000', '155818.705000', '155819.165000', '155819.625000', '155820.085000', '155820.545000', '155821.005000', '155821.465000', '155821.925000', '155822.385000', '155822.845000', '155823.305000', '155823.765000', '155824.225000', '155824.685000', '155825.145000', '155825.605000', '155826.065000', '155826.525000', '155826.985000', '155827.445000', '155827.905000', '155828.365000', '155828.825000', '155829.285000', '155829.745000', '155830.205000', '155830.665000', '155831.125000', '155831.585000', '155832.045000', '155832.505000', '155832.965000', '155833.425000', '155833.885000', '155834.345000', '155834.805000', '155835.265000', '155835.725000', '155836.185000', '155836.645000', '155837.105000', '155837.565000', '155838.025000', '155838.485000', '155838.945000', '155839.405000', '155839.865000', '155840.325000', '155840.785000', '155841.245000', '155841.705000', '155842.165000', '155842.625000', '155843.085000', '155843.545000', '155844.005000', '155844.465000', '155844.925000', '155845.385000', '155845.845000', '155846.305000', '155846.765000', '155847.225000', '155847.685000', '155848.145000', '155848.605000', '155849.065000', '155849.525000', '155849.985000', '155850.445000', '155850.905000', '155851.365000', '155851.825000', '155852.285000', '155852.745000', '155853.205000', '155853.665000', '155854.125000', '155854.585000', '155855.045000', '155855.505000', '155855.965000', '155856.425000', '155856.885000', '155857.345000', '155857.805000', '155858.265000', '155858.725000', '155859.185000', '155859.645000', '155900.105000', '155900.565000', '155901.025000', '155901.485000', '155901.945000', '155902.405000', '155902.865000', '155903.325000', '155903.785000', '155904.245000', '155904.705000', '155905.165000', '155905.625000', '155906.085000', '155906.545000', '155907.005000', '155907.465000', '155907.925000', '155908.385000', '155908.845000', '155909.305000', '155909.765000', '155910.225000', '155910.685000', '155911.145000', '155911.605000', '155912.065000', '155912.525000', '155912.985000', '155913.445000', '155913.905000', '155914.365000', '155914.825000', '155915.285000', '155915.745000', '155916.205000', '155916.665000', '155917.125000', '155917.585000', '155918.045000', '155918.505000', '155918.965000', '155919.425000', '155919.885000', '155920.345000'], 'ContentTime': ['155257.744000', '155257.747000', '155257.754000', '155257.757000', '155257.760000', '155257.763000', '155257.766000', '155257.768000', '155257.771000', '155257.774000', '155257.777000', '155257.779000', '155257.782000', '155257.785000', '155257.788000', '155257.791000', '155257.794000', '155257.796000', '155257.799000', '155257.802000', '155257.805000', '155257.808000', '155257.810000', '155257.813000', '155257.816000', '155257.819000', '155257.822000', '155257.845000', '155257.848000', '155257.853000', '155257.856000', '155257.859000', '155257.862000', '155257.865000', '155257.868000', '155257.870000', '155257.873000', '155317.708000', '155317.711000', '155317.713000', '155317.717000', '155317.721000', '155317.724000', '155317.727000', '155317.730000', '155317.732000', '155317.735000', '155317.738000', '155317.741000', '155317.743000', '155317.746000', '155317.749000', '155317.752000', '155317.754000', '155317.757000', '155317.760000', '155317.763000', '155317.766000', '155317.768000', '155317.771000', '155317.774000', '155317.777000', '155317.779000', '155317.782000', '155317.785000', '155317.788000', '155317.791000', '155317.793000', '155317.796000', '155317.799000', '155317.802000', '155317.805000', '155317.807000', '155317.810000', '155317.813000', '155317.816000', '155317.818000', '155317.821000', '155317.824000', '155317.827000', '155337.708000', '155337.711000', '155337.714000', '155337.716000', '155337.719000', '155337.722000', '155337.725000', '155337.727000', '155337.730000', '155337.733000', '155337.737000', '155337.740000', '155337.742000', '155337.745000', '155337.748000', '155337.751000', '155337.753000', '155337.756000', '155337.759000', '155337.762000', '155337.765000', '155337.767000', '155337.770000', '155337.773000', '155337.776000', '155337.779000', '155337.781000', '155337.784000', '155337.787000', '155337.790000', '155337.793000', '155337.796000', '155337.799000', '155337.801000', '155337.804000', '155337.807000', '155337.810000', '155337.813000', '155337.815000', '155337.818000', '155337.821000', '155337.824000', '155337.827000', '155337.829000', '155357.708000', '155357.711000', '155357.714000', '155357.716000', '155357.719000', '155357.722000', '155357.725000', '155357.728000', '155357.730000', '155357.733000', '155357.736000', '155357.741000', '155357.744000', '155357.747000', '155357.750000', '155357.752000', '155357.755000', '155357.758000', '155357.761000', '155357.764000', '155357.766000', '155357.769000', '155357.772000', '155357.775000', '155357.778000', '155357.781000', '155357.783000', '155357.786000', '155357.789000', '155357.792000', '155357.795000', '155357.798000', '155357.800000', '155357.803000', '155357.806000', '155357.809000', '155357.812000', '155357.815000', '155357.817000', '155357.820000', '155357.823000', '155357.826000', '155357.829000', '155417.708000', '155417.711000', '155417.714000', '155417.717000', '155417.719000', '155417.722000', '155417.725000', '155417.728000', '155417.730000', '155417.733000', '155417.736000', '155417.739000', '155417.742000', '155417.744000', '155417.747000', '155417.750000', '155417.753000', '155417.756000', '155417.759000', '155417.761000', '155417.764000', '155417.767000', '155417.770000', '155417.773000', '155417.775000', '155417.778000', '155417.781000', '155417.784000', '155417.786000', '155417.789000', '155417.792000', '155417.795000', '155417.798000', '155417.800000', '155417.803000', '155417.806000', '155417.809000', '155417.812000', '155417.814000', '155417.817000', '155417.820000', '155417.823000', '155417.825000', '155417.828000', '155437.708000', '155437.711000', '155437.714000', '155437.717000', '155437.720000', '155437.722000', '155437.725000', '155437.728000', '155437.731000', '155437.734000', '155437.736000', '155437.739000', '155437.742000', '155437.745000', '155437.748000', '155437.751000', '155437.754000', '155437.756000', '155437.759000', '155437.762000', '155437.765000', '155437.768000', '155437.771000', '155437.774000', '155437.777000', '155437.780000', '155437.782000', '155437.785000', '155437.788000', '155437.802000', '155437.805000', '155437.815000', '155437.818000', '155437.821000', '155437.823000', '155437.826000', '155437.829000', '155437.832000', '155437.835000', '155437.837000', '155437.840000', '155437.843000', '155437.846000', '155457.708000', '155457.711000', '155457.714000', '155457.716000', '155457.719000', '155457.722000', '155457.725000', '155457.728000', '155457.731000', '155457.733000', '155457.736000', '155457.739000', '155457.742000', '155457.745000', '155457.747000', '155457.750000', '155457.753000', '155457.756000', '155457.759000', '155457.761000', '155457.764000', '155457.767000', '155457.770000', '155457.773000', '155457.776000', '155457.778000', '155457.781000', '155457.784000', '155457.787000', '155457.790000', '155457.792000', '155457.795000', '155457.798000', '155457.801000', '155457.804000', '155457.806000', '155457.809000', '155457.812000', '155457.815000', '155457.818000', '155457.820000', '155457.823000', '155457.826000', '155457.829000', '155517.708000', '155517.711000', '155517.714000', '155517.717000', '155517.720000', '155517.722000', '155517.725000', '155517.728000', '155517.731000', '155517.734000', '155517.737000', '155517.740000', '155517.742000', '155517.745000', '155517.748000', '155517.751000', '155517.754000', '155517.757000', '155517.759000', '155517.762000', '155517.765000', '155517.803000', '155517.806000', '155517.809000', '155517.812000', '155517.815000', '155517.823000', '155517.826000', '155517.829000', '155517.832000', '155517.834000', '155517.837000', '155517.840000', '155517.843000', '155517.846000', '155517.849000', '155517.851000', '155517.854000', '155517.857000', '155517.860000', '155517.863000', '155517.866000', '155517.869000', '155537.708000', '155537.711000', '155537.714000', '155537.716000', '155537.719000', '155537.722000', '155537.725000', '155537.728000', '155537.731000', '155537.734000', '155537.736000', '155537.739000', '155537.742000', '155537.745000', '155537.748000', '155537.751000', '155537.754000', '155537.756000', '155537.759000', '155537.762000', '155537.765000', '155537.768000', '155537.804000', '155537.807000', '155537.810000', '155537.813000', '155537.815000', '155537.818000', '155537.821000', '155537.824000', '155537.827000', '155537.830000', '155537.833000', '155537.835000', '155537.838000', '155537.841000', '155537.844000', '155537.847000', '155537.849000', '155537.852000', '155537.855000', '155537.858000', '155537.861000', '155537.864000', '155557.708000', '155557.711000', '155557.714000', '155557.716000', '155557.719000', '155557.722000', '155557.725000', '155557.728000', '155557.730000', '155557.733000', '155557.736000', '155557.741000', '155557.744000', '155557.747000', '155557.750000', '155557.753000', '155557.755000', '155557.758000', '155557.761000', '155557.764000', '155557.767000', '155557.806000', '155557.808000', '155557.813000', '155557.816000', '155557.819000', '155557.828000', '155557.831000', '155557.834000', '155557.837000', '155557.840000', '155557.843000', '155557.846000', '155557.849000', '155557.851000', '155557.854000', '155557.857000', '155557.860000', '155557.863000', '155557.866000', '155557.869000', '155557.871000', '155557.874000', '155617.708000', '155617.711000', '155617.714000', '155617.716000', '155617.719000', '155617.722000', '155617.725000', '155617.736000', '155617.739000', '155617.742000', '155617.744000', '155617.758000', '155617.761000', '155617.764000', '155617.767000', '155617.820000', '155617.823000', '155617.825000', '155617.828000', '155617.831000', '155617.834000', '155617.837000', '155617.840000', '155617.842000', '155617.845000', '155617.848000', '155617.851000', '155617.854000', '155617.857000', '155617.859000', '155617.862000', '155617.865000', '155617.868000', '155617.871000', '155617.873000', '155617.876000', '155617.879000', '155617.882000', '155617.885000', '155617.888000', '155617.891000', '155617.894000', '155617.896000', '155617.899000', '155637.708000', '155637.711000', '155637.714000', '155637.716000', '155637.719000', '155637.722000', '155637.725000', '155637.728000', '155637.731000', '155637.734000', '155637.737000', '155637.739000', '155637.742000', '155637.745000', '155637.748000', '155637.751000', '155637.754000', '155637.757000', '155637.760000', '155637.762000', '155637.765000', '155637.768000', '155637.792000', '155637.795000', '155637.797000', '155637.800000', '155637.803000', '155637.806000', '155637.809000', '155637.812000', '155637.814000', '155637.817000', '155637.820000', '155637.823000', '155637.826000', '155637.828000', '155637.839000', '155637.842000', '155637.845000', '155637.848000', '155637.850000', '155637.853000', '155637.856000', '155657.708000', '155657.719000', '155657.722000', '155657.725000', '155657.727000', '155657.730000', '155657.733000', '155657.736000', '155657.739000', '155657.742000', '155657.745000', '155657.748000', '155657.750000', '155657.753000', '155657.756000', '155657.759000', '155657.762000', '155657.765000', '155657.768000', '155657.770000', '155657.773000', '155657.776000', '155657.779000', '155657.782000', '155657.785000', '155657.788000', '155657.790000', '155657.793000', '155657.796000', '155657.799000', '155657.802000', '155657.805000', '155657.808000', '155657.810000', '155657.813000', '155657.816000', '155657.819000', '155657.822000', '155657.825000', '155657.827000', '155657.830000', '155657.833000', '155657.836000', '155657.839000', '155717.708000', '155717.711000', '155717.714000', '155717.717000', '155717.720000', '155717.722000', '155717.725000', '155717.728000', '155717.731000', '155717.734000', '155717.737000', '155717.740000', '155717.742000', '155717.745000', '155717.748000', '155717.751000', '155717.754000', '155717.757000', '155717.760000', '155717.763000', '155717.765000', '155717.796000', '155717.799000', '155717.802000', '155717.805000', '155717.807000', '155717.810000', '155717.813000', '155717.817000', '155717.819000', '155717.822000', '155717.825000', '155717.828000', '155717.831000', '155717.835000', '155717.838000', '155717.841000', '155717.844000', '155717.847000', '155717.850000', '155717.853000', '155717.855000', '155717.858000', '155737.708000', '155737.711000', '155737.713000', '155737.716000', '155737.719000', '155737.722000', '155737.725000', '155737.728000', '155737.730000', '155737.733000', '155737.736000', '155737.739000', '155737.742000', '155737.745000', '155737.747000', '155737.750000', '155737.753000', '155737.756000', '155737.759000', '155737.761000', '155737.764000', '155737.767000', '155737.827000', '155737.830000', '155737.833000', '155737.835000', '155737.838000', '155737.841000', '155737.844000', '155737.846000', '155737.849000', '155737.852000', '155737.855000', '155737.858000', '155737.860000', '155737.863000', '155737.876000', '155737.879000', '155737.881000', '155737.884000', '155737.887000', '155737.890000', '155737.893000', '155737.895000', '155757.708000', '155757.711000', '155757.714000', '155757.717000', '155757.719000', '155757.722000', '155757.725000', '155757.728000', '155757.731000', '155757.734000', '155757.737000', '155757.739000', '155757.742000', '155757.745000', '155757.748000', '155757.751000', '155757.754000', '155757.757000', '155757.759000', '155757.762000', '155757.765000', '155757.768000', '155757.812000', '155757.815000', '155757.818000', '155757.821000', '155757.824000', '155757.827000', '155757.829000', '155757.832000', '155757.835000', '155757.838000', '155757.841000', '155757.844000', '155757.847000', '155757.850000', '155757.853000', '155757.855000', '155757.858000', '155757.861000', '155757.864000', '155757.867000', '155757.870000', '155817.708000', '155817.711000', '155817.713000', '155817.716000', '155817.719000', '155817.722000', '155817.725000', '155817.728000', '155817.731000', '155817.733000', '155817.736000', '155817.739000', '155817.742000', '155817.745000', '155817.747000', '155817.750000', '155817.753000', '155817.756000', '155817.759000', '155817.768000', '155817.820000', '155817.823000', '155817.826000', '155817.828000', '155817.831000', '155817.834000', '155817.837000', '155817.840000', '155817.842000', '155817.845000', '155817.848000', '155817.851000', '155817.854000', '155817.856000', '155817.859000', '155817.862000', '155817.865000', '155817.868000', '155817.870000', '155817.873000', '155817.876000', '155817.879000', '155817.881000', '155817.884000', '155837.710000', '155837.713000', '155837.716000', '155837.718000', '155837.721000', '155837.724000', '155837.727000', '155837.730000', '155837.733000', '155837.735000', '155837.738000', '155837.741000', '155837.744000', '155837.747000', '155837.750000', '155837.753000', '155837.755000', '155837.758000', '155837.761000', '155837.764000', '155837.767000', '155837.770000', '155837.826000', '155837.829000', '155837.831000', '155837.834000', '155837.837000', '155837.840000', '155837.843000', '155837.845000', '155837.848000', '155837.851000', '155837.854000', '155837.857000', '155837.860000', '155837.862000', '155837.865000', '155837.868000', '155837.871000', '155837.874000', '155837.877000', '155837.880000', '155837.882000', '155857.708000', '155857.711000', '155857.714000', '155857.716000', '155857.719000', '155857.722000', '155857.725000', '155857.728000', '155857.731000', '155857.733000', '155857.736000', '155857.739000', '155857.742000', '155857.745000', '155857.747000', '155857.750000', '155857.753000', '155857.756000', '155857.759000', '155857.762000', '155857.765000', '155857.767000', '155857.770000', '155857.773000', '155857.776000', '155857.779000', '155857.782000', '155857.784000', '155857.787000', '155857.840000', '155857.843000', '155857.845000', '155857.848000', '155857.851000', '155857.854000', '155857.857000', '155857.859000', '155857.862000', '155857.865000', '155857.868000', '155857.871000', '155857.874000', '155857.876000', '155857.879000', '155917.708000', '155917.711000', '155917.728000', '155917.731000', '155917.733000', '155917.736000', '155917.739000', '155917.742000', '155917.745000', '155917.748000', '155917.750000', '155917.753000', '155917.756000', '155917.759000', '155917.762000', '155917.765000', '155917.767000', '155917.770000', '155917.773000', '155917.776000', '155917.779000', '155917.782000', '155917.785000', '155917.788000', '155917.791000', '155917.794000', '155917.796000', '155917.799000', '155917.802000', '155917.805000', '155917.808000', '155917.811000', '155917.814000', '155917.816000', '155917.819000', '155917.822000', '155917.825000', '155917.828000', '155917.831000', '155917.833000', '155917.836000', '155917.839000', '155917.842000', '155921.651000', '155921.655000', '155921.658000', '155921.661000', '155921.665000', '155921.668000', '155921.671000', '155921.674000', '155921.677000'], 'InstanceCreationTime': ['155257.744000', '155257.747000', '155257.754000', '155257.757000', '155257.760000', '155257.763000', '155257.766000', '155257.768000', '155257.771000', '155257.774000', '155257.777000', '155257.779000', '155257.782000', '155257.785000', '155257.788000', '155257.791000', '155257.794000', '155257.796000', '155257.799000', '155257.802000', '155257.805000', '155257.808000', '155257.810000', '155257.813000', '155257.816000', '155257.819000', '155257.822000', '155257.845000', '155257.848000', '155257.853000', '155257.856000', '155257.859000', '155257.862000', '155257.865000', '155257.868000', '155257.870000', '155257.873000', '155317.708000', '155317.711000', '155317.713000', '155317.717000', '155317.721000', '155317.724000', '155317.727000', '155317.730000', '155317.732000', '155317.735000', '155317.738000', '155317.741000', '155317.743000', '155317.746000', '155317.749000', '155317.752000', '155317.754000', '155317.757000', '155317.760000', '155317.763000', '155317.766000', '155317.768000', '155317.771000', '155317.774000', '155317.777000', '155317.779000', '155317.782000', '155317.785000', '155317.788000', '155317.791000', '155317.793000', '155317.796000', '155317.799000', '155317.802000', '155317.805000', '155317.807000', '155317.810000', '155317.813000', '155317.816000', '155317.818000', '155317.821000', '155317.824000', '155317.827000', '155337.708000', '155337.711000', '155337.714000', '155337.716000', '155337.719000', '155337.722000', '155337.725000', '155337.727000', '155337.730000', '155337.733000', '155337.737000', '155337.740000', '155337.742000', '155337.745000', '155337.748000', '155337.751000', '155337.753000', '155337.756000', '155337.759000', '155337.762000', '155337.765000', '155337.767000', '155337.770000', '155337.773000', '155337.776000', '155337.779000', '155337.781000', '155337.784000', '155337.787000', '155337.790000', '155337.793000', '155337.796000', '155337.799000', '155337.801000', '155337.804000', '155337.807000', '155337.810000', '155337.813000', '155337.815000', '155337.818000', '155337.821000', '155337.824000', '155337.827000', '155337.829000', '155357.708000', '155357.711000', '155357.714000', '155357.716000', '155357.719000', '155357.722000', '155357.725000', '155357.728000', '155357.730000', '155357.733000', '155357.736000', '155357.741000', '155357.744000', '155357.747000', '155357.750000', '155357.752000', '155357.755000', '155357.758000', '155357.761000', '155357.764000', '155357.766000', '155357.769000', '155357.772000', '155357.775000', '155357.778000', '155357.781000', '155357.783000', '155357.786000', '155357.789000', '155357.792000', '155357.795000', '155357.798000', '155357.800000', '155357.803000', '155357.806000', '155357.809000', '155357.812000', '155357.815000', '155357.817000', '155357.820000', '155357.823000', '155357.826000', '155357.829000', '155417.708000', '155417.711000', '155417.714000', '155417.717000', '155417.719000', '155417.722000', '155417.725000', '155417.728000', '155417.730000', '155417.733000', '155417.736000', '155417.739000', '155417.742000', '155417.744000', '155417.747000', '155417.750000', '155417.753000', '155417.756000', '155417.759000', '155417.761000', '155417.764000', '155417.767000', '155417.770000', '155417.773000', '155417.775000', '155417.778000', '155417.781000', '155417.784000', '155417.786000', '155417.789000', '155417.792000', '155417.795000', '155417.798000', '155417.800000', '155417.803000', '155417.806000', '155417.809000', '155417.812000', '155417.814000', '155417.817000', '155417.820000', '155417.823000', '155417.825000', '155417.828000', '155437.708000', '155437.711000', '155437.714000', '155437.717000', '155437.720000', '155437.722000', '155437.725000', '155437.728000', '155437.731000', '155437.734000', '155437.736000', '155437.739000', '155437.742000', '155437.745000', '155437.748000', '155437.751000', '155437.754000', '155437.756000', '155437.759000', '155437.762000', '155437.765000', '155437.768000', '155437.771000', '155437.774000', '155437.777000', '155437.780000', '155437.782000', '155437.785000', '155437.788000', '155437.802000', '155437.805000', '155437.815000', '155437.818000', '155437.821000', '155437.823000', '155437.826000', '155437.829000', '155437.832000', '155437.835000', '155437.837000', '155437.840000', '155437.843000', '155437.846000', '155457.708000', '155457.711000', '155457.714000', '155457.716000', '155457.719000', '155457.722000', '155457.725000', '155457.728000', '155457.731000', '155457.733000', '155457.736000', '155457.739000', '155457.742000', '155457.745000', '155457.747000', '155457.750000', '155457.753000', '155457.756000', '155457.759000', '155457.761000', '155457.764000', '155457.767000', '155457.770000', '155457.773000', '155457.776000', '155457.778000', '155457.781000', '155457.784000', '155457.787000', '155457.790000', '155457.792000', '155457.795000', '155457.798000', '155457.801000', '155457.804000', '155457.806000', '155457.809000', '155457.812000', '155457.815000', '155457.818000', '155457.820000', '155457.823000', '155457.826000', '155457.829000', '155517.708000', '155517.711000', '155517.714000', '155517.717000', '155517.720000', '155517.722000', '155517.725000', '155517.728000', '155517.731000', '155517.734000', '155517.737000', '155517.740000', '155517.742000', '155517.745000', '155517.748000', '155517.751000', '155517.754000', '155517.757000', '155517.759000', '155517.762000', '155517.765000', '155517.803000', '155517.806000', '155517.809000', '155517.812000', '155517.815000', '155517.823000', '155517.826000', '155517.829000', '155517.832000', '155517.834000', '155517.837000', '155517.840000', '155517.843000', '155517.846000', '155517.849000', '155517.851000', '155517.854000', '155517.857000', '155517.860000', '155517.863000', '155517.866000', '155517.869000', '155537.708000', '155537.711000', '155537.714000', '155537.716000', '155537.719000', '155537.722000', '155537.725000', '155537.728000', '155537.731000', '155537.734000', '155537.736000', '155537.739000', '155537.742000', '155537.745000', '155537.748000', '155537.751000', '155537.754000', '155537.756000', '155537.759000', '155537.762000', '155537.765000', '155537.768000', '155537.804000', '155537.807000', '155537.810000', '155537.813000', '155537.815000', '155537.818000', '155537.821000', '155537.824000', '155537.827000', '155537.830000', '155537.833000', '155537.835000', '155537.838000', '155537.841000', '155537.844000', '155537.847000', '155537.849000', '155537.852000', '155537.855000', '155537.858000', '155537.861000', '155537.864000', '155557.708000', '155557.711000', '155557.714000', '155557.716000', '155557.719000', '155557.722000', '155557.725000', '155557.728000', '155557.730000', '155557.733000', '155557.736000', '155557.741000', '155557.744000', '155557.747000', '155557.750000', '155557.753000', '155557.755000', '155557.758000', '155557.761000', '155557.764000', '155557.767000', '155557.806000', '155557.808000', '155557.813000', '155557.816000', '155557.819000', '155557.828000', '155557.831000', '155557.834000', '155557.837000', '155557.840000', '155557.843000', '155557.846000', '155557.849000', '155557.851000', '155557.854000', '155557.857000', '155557.860000', '155557.863000', '155557.866000', '155557.869000', '155557.871000', '155557.874000', '155617.708000', '155617.711000', '155617.714000', '155617.716000', '155617.719000', '155617.722000', '155617.725000', '155617.736000', '155617.739000', '155617.742000', '155617.744000', '155617.758000', '155617.761000', '155617.764000', '155617.767000', '155617.820000', '155617.823000', '155617.825000', '155617.828000', '155617.831000', '155617.834000', '155617.837000', '155617.840000', '155617.842000', '155617.845000', '155617.848000', '155617.851000', '155617.854000', '155617.857000', '155617.859000', '155617.862000', '155617.865000', '155617.868000', '155617.871000', '155617.873000', '155617.876000', '155617.879000', '155617.882000', '155617.885000', '155617.888000', '155617.891000', '155617.894000', '155617.896000', '155617.899000', '155637.708000', '155637.711000', '155637.714000', '155637.716000', '155637.719000', '155637.722000', '155637.725000', '155637.728000', '155637.731000', '155637.734000', '155637.737000', '155637.739000', '155637.742000', '155637.745000', '155637.748000', '155637.751000', '155637.754000', '155637.757000', '155637.760000', '155637.762000', '155637.765000', '155637.768000', '155637.792000', '155637.795000', '155637.797000', '155637.800000', '155637.803000', '155637.806000', '155637.809000', '155637.812000', '155637.814000', '155637.817000', '155637.820000', '155637.823000', '155637.826000', '155637.828000', '155637.839000', '155637.842000', '155637.845000', '155637.848000', '155637.850000', '155637.853000', '155637.856000', '155657.708000', '155657.719000', '155657.722000', '155657.725000', '155657.727000', '155657.730000', '155657.733000', '155657.736000', '155657.739000', '155657.742000', '155657.745000', '155657.748000', '155657.750000', '155657.753000', '155657.756000', '155657.759000', '155657.762000', '155657.765000', '155657.768000', '155657.770000', '155657.773000', '155657.776000', '155657.779000', '155657.782000', '155657.785000', '155657.788000', '155657.790000', '155657.793000', '155657.796000', '155657.799000', '155657.802000', '155657.805000', '155657.808000', '155657.810000', '155657.813000', '155657.816000', '155657.819000', '155657.822000', '155657.825000', '155657.827000', '155657.830000', '155657.833000', '155657.836000', '155657.839000', '155717.708000', '155717.711000', '155717.714000', '155717.717000', '155717.720000', '155717.722000', '155717.725000', '155717.728000', '155717.731000', '155717.734000', '155717.737000', '155717.740000', '155717.742000', '155717.745000', '155717.748000', '155717.751000', '155717.754000', '155717.757000', '155717.760000', '155717.763000', '155717.765000', '155717.796000', '155717.799000', '155717.802000', '155717.805000', '155717.807000', '155717.810000', '155717.813000', '155717.817000', '155717.819000', '155717.822000', '155717.825000', '155717.828000', '155717.831000', '155717.835000', '155717.838000', '155717.841000', '155717.844000', '155717.847000', '155717.850000', '155717.853000', '155717.855000', '155717.858000', '155737.708000', '155737.711000', '155737.713000', '155737.716000', '155737.719000', '155737.722000', '155737.725000', '155737.728000', '155737.730000', '155737.733000', '155737.736000', '155737.739000', '155737.742000', '155737.745000', '155737.747000', '155737.750000', '155737.753000', '155737.756000', '155737.759000', '155737.761000', '155737.764000', '155737.767000', '155737.827000', '155737.830000', '155737.833000', '155737.835000', '155737.838000', '155737.841000', '155737.844000', '155737.846000', '155737.849000', '155737.852000', '155737.855000', '155737.858000', '155737.860000', '155737.863000', '155737.876000', '155737.879000', '155737.881000', '155737.884000', '155737.887000', '155737.890000', '155737.893000', '155737.895000', '155757.708000', '155757.711000', '155757.714000', '155757.717000', '155757.719000', '155757.722000', '155757.725000', '155757.728000', '155757.731000', '155757.734000', '155757.737000', '155757.739000', '155757.742000', '155757.745000', '155757.748000', '155757.751000', '155757.754000', '155757.757000', '155757.759000', '155757.762000', '155757.765000', '155757.768000', '155757.812000', '155757.815000', '155757.818000', '155757.821000', '155757.824000', '155757.827000', '155757.829000', '155757.832000', '155757.835000', '155757.838000', '155757.841000', '155757.844000', '155757.847000', '155757.850000', '155757.853000', '155757.855000', '155757.858000', '155757.861000', '155757.864000', '155757.867000', '155757.870000', '155817.708000', '155817.711000', '155817.713000', '155817.716000', '155817.719000', '155817.722000', '155817.725000', '155817.728000', '155817.731000', '155817.733000', '155817.736000', '155817.739000', '155817.742000', '155817.745000', '155817.747000', '155817.750000', '155817.753000', '155817.756000', '155817.759000', '155817.768000', '155817.820000', '155817.823000', '155817.826000', '155817.828000', '155817.831000', '155817.834000', '155817.837000', '155817.840000', '155817.842000', '155817.845000', '155817.848000', '155817.851000', '155817.854000', '155817.856000', '155817.859000', '155817.862000', '155817.865000', '155817.868000', '155817.870000', '155817.873000', '155817.876000', '155817.879000', '155817.881000', '155817.884000', '155837.710000', '155837.713000', '155837.716000', '155837.718000', '155837.721000', '155837.724000', '155837.727000', '155837.730000', '155837.733000', '155837.735000', '155837.738000', '155837.741000', '155837.744000', '155837.747000', '155837.750000', '155837.753000', '155837.755000', '155837.758000', '155837.761000', '155837.764000', '155837.767000', '155837.770000', '155837.826000', '155837.829000', '155837.831000', '155837.834000', '155837.837000', '155837.840000', '155837.843000', '155837.845000', '155837.848000', '155837.851000', '155837.854000', '155837.857000', '155837.860000', '155837.862000', '155837.865000', '155837.868000', '155837.871000', '155837.874000', '155837.877000', '155837.880000', '155837.882000', '155857.708000', '155857.711000', '155857.714000', '155857.716000', '155857.719000', '155857.722000', '155857.725000', '155857.728000', '155857.731000', '155857.733000', '155857.736000', '155857.739000', '155857.742000', '155857.745000', '155857.747000', '155857.750000', '155857.753000', '155857.756000', '155857.759000', '155857.762000', '155857.765000', '155857.767000', '155857.770000', '155857.773000', '155857.776000', '155857.779000', '155857.782000', '155857.784000', '155857.787000', '155857.840000', '155857.843000', '155857.845000', '155857.848000', '155857.851000', '155857.854000', '155857.857000', '155857.859000', '155857.862000', '155857.865000', '155857.868000', '155857.871000', '155857.874000', '155857.876000', '155857.879000', '155917.708000', '155917.711000', '155917.728000', '155917.731000', '155917.733000', '155917.736000', '155917.739000', '155917.742000', '155917.745000', '155917.748000', '155917.750000', '155917.753000', '155917.756000', '155917.759000', '155917.762000', '155917.765000', '155917.767000', '155917.770000', '155917.773000', '155917.776000', '155917.779000', '155917.782000', '155917.785000', '155917.788000', '155917.791000', '155917.794000', '155917.796000', '155917.799000', '155917.802000', '155917.805000', '155917.808000', '155917.811000', '155917.814000', '155917.816000', '155917.819000', '155917.822000', '155917.825000', '155917.828000', '155917.831000', '155917.833000', '155917.836000', '155917.839000', '155917.842000', '155921.651000', '155921.655000', '155921.658000', '155921.661000', '155921.665000', '155921.668000', '155921.671000', '155921.674000', '155921.677000'], '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': [9894, 9926, 17182, 9684, 17534, 9432, 13186, 8628, 16881, 8516, 13038, 8332, 10341, 8638, 12844, 8664, 11458, 9398, 13084, 11060, 11619, 9815, 10445, 17007, 9631, 17841, 9447, 15842, 8795, 10743, 8958, 12616, 9103, 10910, 9552, 10598, 19256, 10120, 17168, 8842, 14691, 8403, 10629, 9944, 10242, 15988, 9503, 14809, 8664, 10753, 8602, 11036, 12089, 10317, 18328, 9844, 11966, 9301, 11356, 9138, 15823, 8387, 10850, 9328, 10476, 15973, 9710, 17297, 9265, 15422, 8605, 10745, 9462, 10345, 9704, 10531, 8257, 10309, 9719, 10072, 16201, 9616, 14857, 9181, 13918, 8697, 14299, 8681, 10425, 8769, 10381, 15437, 9531, 18946, 9236, 12867, 9109, 11950, 9227, 15218, 8731, 10446, 8563, 9986, 9914, 10242, 17510, 9595, 16071, 9364, 13092, 9215, 11882, 9022, 10242, 9759, 8970, 11125, 9798, 11206, 8837, 11480, 10627, 11637, 10436, 12623, 9175, 10155, 10946, 10185, 17109, 10428, 14578, 9507, 10455, 17023, 10299, 14429, 10626, 12212, 9983, 10101, 15668, 9728, 16421, 10245, 12238, 11454, 11484, 10494, 10019, 10277, 10069, 9707, 9626, 11029, 9712, 16462, 10389, 16010, 10590, 11484, 9676, 9964, 17315, 9942, 14837, 10779, 12655, 9790, 10556, 10095, 9604, 11559, 9428, 11880, 9778, 11544, 10587, 12294, 10230, 13110, 11205, 11261, 9413, 13387, 10187, 17882, 12359, 10805, 9945, 12803, 9897, 16679, 11017, 15814, 9606, 11054, 10367, 9856, 15088, 10493, 13801, 10314, 10163, 9462, 9882, 16147, 9720, 15224, 10717, 11353, 10482, 10881, 9778, 10041, 9138, 9709, 8807, 9524, 13930, 10307, 13012, 10811, 11970, 11263, 15594, 10134, 11958, 9990, 10787, 9763, 10441, 19080, 11455, 15991, 10758, 13438, 10089, 10487, 15975, 9398, 16032, 10397, 11718, 10486, 12619, 10524, 11909, 10382, 9774, 9087, 9737, 17200, 9668, 15603, 10838, 11218, 10704, 11844, 9417, 11993, 10282, 9796, 9651, 9467, 12466, 9610, 12931, 9724, 11978, 10173, 13368, 10842, 13924, 10646, 10043, 9931, 13694, 10235, 11039, 10538, 11185, 9412, 14380, 11748, 11765, 10896, 10436, 16212, 10655, 18882, 9993, 15579, 10210, 13360, 10069, 15477, 9980, 14586, 9954, 10659, 9805, 9994, 15999, 10085, 17123, 9644, 14793, 10457, 12602, 10585, 13719, 10169, 9961, 9249, 9665, 15323, 9777, 16327, 10665, 10911, 10024, 12173, 10315, 13159, 8720, 9245, 11216, 10418, 12536, 10093, 16501, 11176, 15348, 10295, 13996, 7844, 10890, 15761, 15215, 15002, 10642, 14978, 10078, 19634, 9698, 15358, 9493, 10849, 16722, 11155, 20505, 9641, 12633, 9263, 10332, 9297, 10016, 19539, 9183, 12252, 9956, 15088, 9854, 16426, 8196, 8112, 7842, 9998, 10255, 9944, 11735, 16475, 11287, 14546, 10157, 12322, 13394, 11193, 17806, 11770, 18365, 11339, 11115, 17255, 9933, 14377, 9107, 11172, 9618, 9950, 16675, 9778, 13670, 9867, 11336, 9594, 10197, 14332, 9645, 15073, 9613, 11945, 9942, 11508, 9995, 11752, 9657, 9854, 10936, 9745, 13420, 9909, 12425, 10174, 13540, 9528, 10256, 8719, 9562, 13654, 9490, 12598, 10099, 14529, 9649, 11824, 9232, 9668, 8769, 9723, 9426, 9933, 12239, 9702, 9155, 9473, 14938, 9484, 17088, 9376, 13670, 10053, 10555, 9636, 9673, 9703, 18178, 11809, 16694, 10158, 13074, 9274, 10209, 12168, 9449, 16976, 9358, 12766, 8615, 10133, 9369, 9939, 9782, 9779, 14466, 9511, 13112, 9122, 10885, 8434, 9966, 8699, 9813, 16286, 9437, 14411, 9206, 10417, 8921, 9775, 9973, 9899, 10944, 9414, 11633, 9436, 12939, 9164, 12654, 9005, 10576, 8817, 12135, 9557, 10175, 9074, 9930, 18692, 9899, 18295, 10715, 16091, 9561, 14255, 9060, 10361, 15898, 10025, 18395, 9345, 12540, 8697, 10304, 9409, 9920, 11552, 9603, 9937, 9714, 11017, 9916, 16300, 8873, 11108, 9209, 10413, 8661, 10677, 8876, 10363, 8455, 10144, 16961, 9734, 19396, 9546, 14420, 9580, 13499, 9742, 15989, 9002, 10059, 8665, 10079, 14722, 9501, 17478, 9721, 13451, 9451, 14554, 9191, 15896, 8837, 10302, 9182, 10263, 13617, 10254, 10939, 9534, 13455, 9607, 16198, 9085, 14798, 9102, 10992, 9668, 13712, 9191, 13096, 8665, 10213, 8654, 10360, 8867, 10017, 14203, 9390, 11993, 9092, 14258, 8999, 9800, 8845, 10668, 8742, 10155, 9426, 9835, 8443, 9884, 17129, 10104, 18628, 9068, 14769, 9505, 14566, 9644, 17137, 9119, 11949, 9913, 12059, 9893, 12001, 11525, 18104, 11453, 15980, 9451, 14213, 9893, 13521, 10218, 13127, 9717, 10346, 8442, 10122, 13329, 9797, 13480, 9511, 12499, 9816, 16081, 9490, 16596, 9272, 13134, 9393, 11615, 13162, 10479, 18270, 9818, 13775, 9632, 15152, 9428, 15526, 8466, 10494, 9075, 10117, 13076, 9622, 16926, 9491, 12078, 9659, 13883, 9483, 17302, 8669, 11629, 9443, 11204, 9359, 14512, 9036, 13521, 8450, 10074, 9052, 9793, 17127, 9268, 15703, 9332, 12809, 8927, 11220, 8462, 10498, 8270, 10340, 12489, 9988, 18437, 9556, 14926, 9687, 13664, 9795, 16125, 9584, 15672, 9206, 12264, 9019, 13628, 9282, 13745, 8483, 10263, 8980, 11340, 8923, 10175, 8674, 9996, 16121, 9603, 16636, 9251, 14182, 9157, 11399, 9887, 13882, 9458, 15840, 9595, 16595, 10246, 12197, 10355, 20048, 13778, 20421, 9649, 18816, 9419, 14895, 10053, 17193, 10169, 14145, 9185, 10540, 9070, 8903, 8749, 8495, 9807, 11517, 11014, 10015, 16475, 9292, 12692, 9242, 11723, 9032, 12318, 8940, 10087, 12501, 9502, 19032, 9302, 15041, 9423, 12768, 9538, 17357, 9303, 11168, 8856, 10282, 18575, 9563, 17848, 9124, 12720, 8974, 10573, 8656, 13501, 11162, 9820, 12344, 9447, 14229, 9250, 12390, 9038, 10210, 8943, 9788, 13341, 9664, 17503, 9237, 12688, 9356, 14497, 9140, 15783, 9478, 10535, 8946, 10939, 8869, 9883, 8757, 9637, 8819, 9455, 8499, 9642, 8548, 9714, 15983, 9377, 17771, 12048, 14519, 8984, 10391, 8433, 10465, 9104, 13252, 8784, 10106, 8533, 10056, 9729, 9887, 19082, 11395, 16716, 9632, 13785, 9362, 12408, 9625, 10226, 11669, 9548, 12890, 9313, 12573, 9339, 16439, 9495, 10426, 8984, 10210, 8860, 12606, 11101, 9639, 8507, 9828, 11123, 10560, 17711, 10693, 14659, 9831, 8900, 8874, 9422, 11981, 8917, 10203, 10382, 10132, 8433, 11322, 10350, 13458, 8940], 'WindowCenter': [4319.0, 4305.0, 4328.0, 4278.0, 4325.0, 4266.0, 4294.0, 4266.0, 4316.0, 4258.0, 4294.0, 4258.0, 4287.0, 4267.0, 4307.0, 4255.0, 4286.0, 4250.0, 4295.0, 4271.0, 4273.0, 4251.0, 4263.0, 4302.0, 4251.0, 4301.0, 4251.0, 4291.0, 4240.0, 4260.0, 4241.0, 4281.0, 4239.0, 4261.0, 4250.0, 4261.0, 4300.0, 4249.0, 4289.0, 4228.0, 4277.0, 4218.0, 4260.0, 4248.0, 4248.0, 4288.0, 4239.0, 4279.0, 4228.0, 4260.0, 4228.0, 4261.0, 4267.0, 4259.0, 4300.0, 4251.0, 4269.0, 4249.0, 4261.0, 4239.0, 4292.0, 4229.0, 4271.0, 4251.0, 4272.0, 4289.0, 4251.0, 4301.0, 4249.0, 4291.0, 4254.0, 4272.0, 4252.0, 4261.0, 4276.0, 4287.0, 4242.0, 4274.0, 4261.0, 4262.0, 4301.0, 4251.0, 4291.0, 4251.0, 4280.0, 4240.0, 4292.0, 4240.0, 4261.0, 4240.0, 4262.0, 4291.0, 4262.0, 4311.0, 4252.0, 4281.0, 4253.0, 4281.0, 4251.0, 4292.0, 4241.0, 4262.0, 4241.0, 4263.0, 4261.0, 4262.0, 4301.0, 4252.0, 4290.0, 4252.0, 4281.0, 4249.0, 4271.0, 4239.0, 4262.0, 4262.0, 4265.0, 4268.0, 4247.0, 4269.0, 4250.0, 4268.0, 4259.0, 4268.0, 4260.0, 4281.0, 4250.0, 4262.0, 4270.0, 4262.0, 4302.0, 4260.0, 4290.0, 4247.0, 4260.0, 4299.0, 4260.0, 4289.0, 4259.0, 4269.0, 4248.0, 4261.0, 4290.0, 4250.0, 4299.0, 4261.0, 4278.0, 4270.0, 4271.0, 4260.0, 4260.0, 4260.0, 4260.0, 4249.0, 4261.0, 4259.0, 4261.0, 4302.0, 4260.0, 4300.0, 4259.0, 4269.0, 4248.0, 4274.0, 4312.0, 4259.0, 4288.0, 4270.0, 4279.0, 4248.0, 4259.0, 4248.0, 4249.0, 4269.0, 4249.0, 4268.0, 4261.0, 4269.0, 4270.0, 4283.0, 4272.0, 4291.0, 4283.0, 4271.0, 4264.0, 4292.0, 4273.0, 4314.0, 4295.0, 4273.0, 4275.0, 4281.0, 4263.0, 4304.0, 4260.0, 4290.0, 4248.0, 4271.0, 4248.0, 4260.0, 4290.0, 4261.0, 4290.0, 4258.0, 4259.0, 4247.0, 4261.0, 4299.0, 4251.0, 4290.0, 4260.0, 4272.0, 4260.0, 4271.0, 4249.0, 4262.0, 4251.0, 4263.0, 4240.0, 4277.0, 4290.0, 4263.0, 4291.0, 4272.0, 4283.0, 4272.0, 4303.0, 4272.0, 4282.0, 4261.0, 4273.0, 4260.0, 4273.0, 4312.0, 4271.0, 4300.0, 4271.0, 4280.0, 4259.0, 4260.0, 4289.0, 4240.0, 4289.0, 4259.0, 4269.0, 4259.0, 4280.0, 4260.0, 4270.0, 4260.0, 4260.0, 4238.0, 4252.0, 4299.0, 4251.0, 4300.0, 4271.0, 4272.0, 4272.0, 4282.0, 4251.0, 4282.0, 4262.0, 4262.0, 4250.0, 4263.0, 4281.0, 4263.0, 4280.0, 4263.0, 4282.0, 4274.0, 4293.0, 4271.0, 4291.0, 4271.0, 4260.0, 4260.0, 4292.0, 4272.0, 4273.0, 4273.0, 4283.0, 4251.0, 4294.0, 4270.0, 4283.0, 4260.0, 4271.0, 4301.0, 4261.0, 4310.0, 4262.0, 4299.0, 4260.0, 4279.0, 4261.0, 4291.0, 4249.0, 4291.0, 4260.0, 4261.0, 4248.0, 4260.0, 4289.0, 4262.0, 4301.0, 4252.0, 4290.0, 4261.0, 4282.0, 4260.0, 4280.0, 4259.0, 4259.0, 4238.0, 4261.0, 4300.0, 4272.0, 4300.0, 4272.0, 4281.0, 4272.0, 4281.0, 4273.0, 4293.0, 4253.0, 4263.0, 4285.0, 4274.0, 4296.0, 4286.0, 4316.0, 4286.0, 4304.0, 4275.0, 4318.0, 4242.0, 4272.0, 4264.0, 4291.0, 4288.0, 4258.0, 4276.0, 4248.0, 4311.0, 4250.0, 4301.0, 4250.0, 4271.0, 4299.0, 4270.0, 4309.0, 4248.0, 4267.0, 4237.0, 4260.0, 4237.0, 4250.0, 4308.0, 4251.0, 4281.0, 4272.0, 4291.0, 4248.0, 4299.0, 4228.0, 4214.0, 4241.0, 4275.0, 4273.0, 4261.0, 4284.0, 4303.0, 4273.0, 4293.0, 4262.0, 4284.0, 4277.0, 4258.0, 4290.0, 4257.0, 4286.0, 4243.0, 4245.0, 4273.0, 4222.0, 4262.0, 4211.0, 4243.0, 4220.0, 4222.0, 4261.0, 4233.0, 4262.0, 4233.0, 4243.0, 4234.0, 4248.0, 4264.0, 4235.0, 4273.0, 4235.0, 4254.0, 4245.0, 4254.0, 4236.0, 4257.0, 4234.0, 4247.0, 4245.0, 4237.0, 4265.0, 4247.0, 4267.0, 4247.0, 4278.0, 4248.0, 4248.0, 4227.0, 4249.0, 4278.0, 4249.0, 4267.0, 4247.0, 4289.0, 4247.0, 4269.0, 4249.0, 4248.0, 4238.0, 4250.0, 4238.0, 4261.0, 4270.0, 4250.0, 4251.0, 4275.0, 4291.0, 4261.0, 4326.0, 4263.0, 4290.0, 4262.0, 4259.0, 4259.0, 4250.0, 4262.0, 4313.0, 4272.0, 4301.0, 4261.0, 4280.0, 4238.0, 4260.0, 4266.0, 4248.0, 4286.0, 4237.0, 4282.0, 4241.0, 4261.0, 4249.0, 4260.0, 4261.0, 4274.0, 4303.0, 4276.0, 4292.0, 4251.0, 4269.0, 4229.0, 4262.0, 4238.0, 4263.0, 4302.0, 4251.0, 4303.0, 4265.0, 4272.0, 4251.0, 4264.0, 4251.0, 4261.0, 4272.0, 4264.0, 4283.0, 4265.0, 4294.0, 4265.0, 4294.0, 4255.0, 4275.0, 4255.0, 4296.0, 4263.0, 4275.0, 4253.0, 4274.0, 4314.0, 4263.0, 4313.0, 4272.0, 4303.0, 4252.0, 4292.0, 4241.0, 4263.0, 4301.0, 4251.0, 4300.0, 4249.0, 4270.0, 4229.0, 4260.0, 4239.0, 4250.0, 4270.0, 4263.0, 4263.0, 4264.0, 4271.0, 4263.0, 4303.0, 4253.0, 4282.0, 4252.0, 4273.0, 4242.0, 4273.0, 4252.0, 4274.0, 4241.0, 4274.0, 4302.0, 4263.0, 4313.0, 4263.0, 4301.0, 4263.0, 4294.0, 4262.0, 4303.0, 4251.0, 4262.0, 4240.0, 4262.0, 4291.0, 4252.0, 4301.0, 4252.0, 4279.0, 4262.0, 4292.0, 4250.0, 4300.0, 4239.0, 4260.0, 4249.0, 4261.0, 4279.0, 4260.0, 4259.0, 4250.0, 4279.0, 4251.0, 4301.0, 4252.0, 4291.0, 4252.0, 4271.0, 4263.0, 4291.0, 4252.0, 4282.0, 4241.0, 4274.0, 4252.0, 4273.0, 4251.0, 4263.0, 4289.0, 4251.0, 4270.0, 4251.0, 4292.0, 4252.0, 4261.0, 4253.0, 4273.0, 4242.0, 4274.0, 4253.0, 4274.0, 4241.0, 4275.0, 4313.0, 4274.0, 4313.0, 4254.0, 4302.0, 4264.0, 4303.0, 4263.0, 4314.0, 4265.0, 4282.0, 4273.0, 4283.0, 4275.0, 4294.0, 4296.0, 4315.0, 4285.0, 4304.0, 4264.0, 4292.0, 4261.0, 4293.0, 4259.0, 4281.0, 4250.0, 4261.0, 4229.0, 4259.0, 4280.0, 4262.0, 4291.0, 4263.0, 4280.0, 4263.0, 4303.0, 4263.0, 4303.0, 4252.0, 4293.0, 4250.0, 4283.0, 4280.0, 4262.0, 4300.0, 4251.0, 4278.0, 4250.0, 4290.0, 4250.0, 4300.0, 4229.0, 4260.0, 4239.0, 4260.0, 4279.0, 4251.0, 4300.0, 4251.0, 4280.0, 4262.0, 4293.0, 4250.0, 4313.0, 4253.0, 4283.0, 4264.0, 4273.0, 4252.0, 4304.0, 4252.0, 4292.0, 4241.0, 4264.0, 4252.0, 4263.0, 4312.0, 4252.0, 4302.0, 4251.0, 4281.0, 4240.0, 4272.0, 4230.0, 4272.0, 4229.0, 4261.0, 4269.0, 4261.0, 4311.0, 4249.0, 4291.0, 4262.0, 4290.0, 4262.0, 4302.0, 4262.0, 4302.0, 4253.0, 4293.0, 4253.0, 4317.0, 4264.0, 4302.0, 4241.0, 4260.0, 4239.0, 4272.0, 4240.0, 4262.0, 4240.0, 4262.0, 4300.0, 4250.0, 4301.0, 4250.0, 4290.0, 4250.0, 4270.0, 4260.0, 4303.0, 4274.0, 4313.0, 4264.0, 4312.0, 4273.0, 4281.0, 4274.0, 4323.0, 4305.0, 4324.0, 4264.0, 4313.0, 4253.0, 4301.0, 4261.0, 4302.0, 4260.0, 4303.0, 4265.0, 4273.0, 4250.0, 4262.0, 4224.0, 4194.0, 4274.0, 4282.0, 4270.0, 4247.0, 4299.0, 4262.0, 4291.0, 4262.0, 4284.0, 4253.0, 4296.0, 4252.0, 4273.0, 4281.0, 4250.0, 4310.0, 4251.0, 4290.0, 4252.0, 4292.0, 4261.0, 4312.0, 4251.0, 4272.0, 4249.0, 4262.0, 4310.0, 4250.0, 4300.0, 4250.0, 4281.0, 4250.0, 4272.0, 4239.0, 4292.0, 4269.0, 4261.0, 4278.0, 4260.0, 4290.0, 4250.0, 4280.0, 4239.0, 4260.0, 4250.0, 4262.0, 4278.0, 4251.0, 4300.0, 4251.0, 4280.0, 4251.0, 4291.0, 4251.0, 4302.0, 4262.0, 4272.0, 4252.0, 4271.0, 4250.0, 4263.0, 4241.0, 4275.0, 4252.0, 4264.0, 4252.0, 4264.0, 4252.0, 4263.0, 4302.0, 4263.0, 4314.0, 4281.0, 4292.0, 4252.0, 4273.0, 4241.0, 4272.0, 4240.0, 4294.0, 4252.0, 4273.0, 4252.0, 4273.0, 4260.0, 4263.0, 4312.0, 4272.0, 4300.0, 4251.0, 4290.0, 4250.0, 4281.0, 4247.0, 4260.0, 4269.0, 4250.0, 4278.0, 4249.0, 4279.0, 4249.0, 4300.0, 4250.0, 4270.0, 4250.0, 4262.0, 4239.0, 4283.0, 4271.0, 4262.0, 4241.0, 4274.0, 4298.0, 4287.0, 4314.0, 4260.0, 4291.0, 4271.0, 4263.0, 4263.0, 4277.0, 4295.0, 4249.0, 4276.0, 4274.0, 4286.0, 4255.0, 4286.0, 4275.0, 4295.0, 4253.0], 'WindowWidth': [9550.0, 9524.0, 9542.0, 9472.0, 9530.0, 9451.0, 9483.0, 9453.0, 9517.0, 9441.0, 9483.0, 9440.0, 9481.0, 9455.0, 9505.0, 9431.0, 9475.0, 9416.0, 9484.0, 9445.0, 9451.0, 9417.0, 9437.0, 9490.0, 9418.0, 9488.0, 9418.0, 9470.0, 9401.0, 9428.0, 9403.0, 9458.0, 9400.0, 9431.0, 9414.0, 9432.0, 9483.0, 9412.0, 9467.0, 9382.0, 9447.0, 9368.0, 9426.0, 9406.0, 9410.0, 9465.0, 9398.0, 9452.0, 9384.0, 9426.0, 9383.0, 9432.0, 9433.0, 9427.0, 9483.0, 9417.0, 9438.0, 9414.0, 9429.0, 9399.0, 9476.0, 9388.0, 9445.0, 9417.0, 9447.0, 9468.0, 9419.0, 9486.0, 9415.0, 9471.0, 9429.0, 9447.0, 9421.0, 9432.0, 9463.0, 9479.0, 9411.0, 9456.0, 9434.0, 9436.0, 9486.0, 9419.0, 9473.0, 9418.0, 9456.0, 9403.0, 9474.0, 9405.0, 9433.0, 9404.0, 9437.0, 9473.0, 9436.0, 9501.0, 9423.0, 9458.0, 9424.0, 9459.0, 9419.0, 9477.0, 9407.0, 9434.0, 9404.0, 9437.0, 9431.0, 9437.0, 9487.0, 9422.0, 9471.0, 9423.0, 9461.0, 9413.0, 9445.0, 9401.0, 9437.0, 9441.0, 9449.0, 9443.0, 9409.0, 9438.0, 9418.0, 9438.0, 9425.0, 9434.0, 9428.0, 9460.0, 9417.0, 9437.0, 9444.0, 9437.0, 9491.0, 9428.0, 9471.0, 9408.0, 9428.0, 9482.0, 9427.0, 9466.0, 9426.0, 9439.0, 9410.0, 9432.0, 9468.0, 9415.0, 9479.0, 9432.0, 9451.0, 9442.0, 9445.0, 9430.0, 9430.0, 9428.0, 9429.0, 9413.0, 9433.0, 9427.0, 9431.0, 9489.0, 9428.0, 9482.0, 9425.0, 9441.0, 9410.0, 9457.0, 9503.0, 9428.0, 9465.0, 9441.0, 9454.0, 9411.0, 9428.0, 9410.0, 9415.0, 9438.0, 9416.0, 9440.0, 9434.0, 9441.0, 9446.0, 9467.0, 9450.0, 9473.0, 9465.0, 9446.0, 9440.0, 9477.0, 9452.0, 9509.0, 9485.0, 9452.0, 9458.0, 9461.0, 9439.0, 9496.0, 9429.0, 9471.0, 9410.0, 9444.0, 9409.0, 9429.0, 9468.0, 9430.0, 9469.0, 9424.0, 9427.0, 9408.0, 9432.0, 9481.0, 9417.0, 9468.0, 9430.0, 9447.0, 9428.0, 9446.0, 9412.0, 9433.0, 9418.0, 9439.0, 9403.0, 9464.0, 9470.0, 9437.0, 9473.0, 9449.0, 9464.0, 9448.0, 9492.0, 9450.0, 9462.0, 9433.0, 9451.0, 9430.0, 9451.0, 9504.0, 9445.0, 9484.0, 9444.0, 9456.0, 9426.0, 9429.0, 9464.0, 9400.0, 9463.0, 9427.0, 9439.0, 9427.0, 9455.0, 9428.0, 9443.0, 9430.0, 9431.0, 9397.0, 9420.0, 9482.0, 9419.0, 9484.0, 9448.0, 9451.0, 9451.0, 9464.0, 9420.0, 9462.0, 9436.0, 9437.0, 9417.0, 9439.0, 9459.0, 9438.0, 9458.0, 9440.0, 9463.0, 9455.0, 9481.0, 9446.0, 9471.0, 9446.0, 9432.0, 9432.0, 9478.0, 9450.0, 9452.0, 9451.0, 9466.0, 9420.0, 9482.0, 9442.0, 9462.0, 9427.0, 9446.0, 9486.0, 9433.0, 9501.0, 9435.0, 9482.0, 9430.0, 9455.0, 9433.0, 9472.0, 9414.0, 9471.0, 9429.0, 9431.0, 9409.0, 9430.0, 9466.0, 9434.0, 9487.0, 9422.0, 9469.0, 9432.0, 9461.0, 9430.0, 9456.0, 9427.0, 9427.0, 9397.0, 9433.0, 9487.0, 9452.0, 9486.0, 9452.0, 9465.0, 9454.0, 9461.0, 9455.0, 9481.0, 9427.0, 9439.0, 9472.0, 9456.0, 9487.0, 9477.0, 9516.0, 9473.0, 9497.0, 9458.0, 9525.0, 9411.0, 9448.0, 9424.0, 9473.0, 9460.0, 9421.0, 9442.0, 9411.0, 9501.0, 9418.0, 9485.0, 9416.0, 9447.0, 9479.0, 9441.0, 9494.0, 9410.0, 9433.0, 9394.0, 9428.0, 9395.0, 9415.0, 9493.0, 9418.0, 9459.0, 9452.0, 9473.0, 9410.0, 9480.0, 9382.0, 9359.0, 9408.0, 9459.0, 9451.0, 9431.0, 9466.0, 9491.0, 9451.0, 9480.0, 9436.0, 9467.0, 9450.0, 9423.0, 9472.0, 9418.0, 9464.0, 9391.0, 9398.0, 9435.0, 9364.0, 9415.0, 9346.0, 9391.0, 9356.0, 9362.0, 9414.0, 9378.0, 9416.0, 9379.0, 9392.0, 9381.0, 9410.0, 9423.0, 9386.0, 9434.0, 9387.0, 9409.0, 9401.0, 9412.0, 9388.0, 9420.0, 9384.0, 9407.0, 9400.0, 9392.0, 9426.0, 9406.0, 9433.0, 9407.0, 9449.0, 9407.0, 9409.0, 9380.0, 9412.0, 9448.0, 9412.0, 9435.0, 9408.0, 9466.0, 9408.0, 9439.0, 9413.0, 9412.0, 9396.0, 9418.0, 9397.0, 9432.0, 9442.0, 9418.0, 9418.0, 9461.0, 9474.0, 9436.0, 9532.0, 9438.0, 9470.0, 9435.0, 9428.0, 9429.0, 9415.0, 9435.0, 9509.0, 9447.0, 9489.0, 9431.0, 9456.0, 9397.0, 9427.0, 9429.0, 9410.0, 9458.0, 9393.0, 9461.0, 9406.0, 9431.0, 9417.0, 9433.0, 9436.0, 9455.0, 9492.0, 9462.0, 9478.0, 9420.0, 9441.0, 9388.0, 9433.0, 9400.0, 9439.0, 9491.0, 9421.0, 9494.0, 9444.0, 9449.0, 9419.0, 9439.0, 9416.0, 9433.0, 9447.0, 9443.0, 9464.0, 9444.0, 9483.0, 9445.0, 9482.0, 9432.0, 9458.0, 9431.0, 9488.0, 9438.0, 9458.0, 9424.0, 9454.0, 9512.0, 9441.0, 9511.0, 9451.0, 9491.0, 9421.0, 9475.0, 9405.0, 9439.0, 9485.0, 9419.0, 9483.0, 9415.0, 9443.0, 9385.0, 9429.0, 9398.0, 9416.0, 9440.0, 9439.0, 9439.0, 9442.0, 9447.0, 9438.0, 9492.0, 9427.0, 9465.0, 9424.0, 9452.0, 9410.0, 9454.0, 9423.0, 9454.0, 9407.0, 9454.0, 9491.0, 9440.0, 9507.0, 9441.0, 9489.0, 9440.0, 9483.0, 9434.0, 9492.0, 9421.0, 9437.0, 9405.0, 9437.0, 9473.0, 9422.0, 9488.0, 9422.0, 9456.0, 9435.0, 9478.0, 9416.0, 9484.0, 9400.0, 9430.0, 9414.0, 9433.0, 9452.0, 9430.0, 9425.0, 9417.0, 9454.0, 9420.0, 9488.0, 9422.0, 9473.0, 9424.0, 9447.0, 9438.0, 9474.0, 9423.0, 9462.0, 9407.0, 9458.0, 9423.0, 9454.0, 9419.0, 9437.0, 9468.0, 9420.0, 9443.0, 9420.0, 9475.0, 9424.0, 9435.0, 9426.0, 9454.0, 9410.0, 9456.0, 9425.0, 9456.0, 9409.0, 9458.0, 9507.0, 9455.0, 9509.0, 9429.0, 9490.0, 9443.0, 9493.0, 9441.0, 9513.0, 9448.0, 9463.0, 9455.0, 9466.0, 9460.0, 9483.0, 9489.0, 9516.0, 9471.0, 9496.0, 9442.0, 9477.0, 9433.0, 9478.0, 9426.0, 9461.0, 9414.0, 9431.0, 9386.0, 9429.0, 9456.0, 9435.0, 9472.0, 9439.0, 9458.0, 9441.0, 9494.0, 9439.0, 9495.0, 9424.0, 9477.0, 9416.0, 9465.0, 9456.0, 9434.0, 9485.0, 9419.0, 9452.0, 9416.0, 9471.0, 9417.0, 9485.0, 9388.0, 9430.0, 9401.0, 9431.0, 9454.0, 9419.0, 9484.0, 9420.0, 9455.0, 9436.0, 9478.0, 9417.0, 9508.0, 9428.0, 9466.0, 9444.0, 9452.0, 9424.0, 9494.0, 9423.0, 9477.0, 9408.0, 9441.0, 9422.0, 9440.0, 9505.0, 9422.0, 9489.0, 9420.0, 9459.0, 9404.0, 9448.0, 9388.0, 9448.0, 9388.0, 9433.0, 9441.0, 9433.0, 9502.0, 9415.0, 9471.0, 9436.0, 9471.0, 9436.0, 9488.0, 9437.0, 9490.0, 9426.0, 9481.0, 9427.0, 9522.0, 9446.0, 9491.0, 9407.0, 9432.0, 9401.0, 9450.0, 9404.0, 9437.0, 9403.0, 9435.0, 9485.0, 9418.0, 9487.0, 9418.0, 9471.0, 9416.0, 9443.0, 9430.0, 9495.0, 9458.0, 9509.0, 9442.0, 9504.0, 9454.0, 9461.0, 9456.0, 9523.0, 9501.0, 9527.0, 9442.0, 9509.0, 9425.0, 9488.0, 9433.0, 9491.0, 9428.0, 9493.0, 9448.0, 9456.0, 9419.0, 9441.0, 9375.0, 9312.0, 9462.0, 9467.0, 9445.0, 9409.0, 9482.0, 9438.0, 9473.0, 9437.0, 9471.0, 9427.0, 9489.0, 9424.0, 9452.0, 9460.0, 9418.0, 9499.0, 9420.0, 9472.0, 9422.0, 9477.0, 9434.0, 9507.0, 9422.0, 9451.0, 9414.0, 9436.0, 9499.0, 9417.0, 9486.0, 9419.0, 9459.0, 9419.0, 9452.0, 9400.0, 9477.0, 9441.0, 9434.0, 9452.0, 9431.0, 9472.0, 9417.0, 9458.0, 9403.0, 9432.0, 9418.0, 9437.0, 9452.0, 9421.0, 9483.0, 9420.0, 9456.0, 9420.0, 9473.0, 9421.0, 9491.0, 9439.0, 9450.0, 9423.0, 9449.0, 9418.0, 9439.0, 9408.0, 9461.0, 9423.0, 9442.0, 9425.0, 9444.0, 9425.0, 9442.0, 9493.0, 9439.0, 9513.0, 9462.0, 9479.0, 9424.0, 9453.0, 9409.0, 9451.0, 9404.0, 9483.0, 9423.0, 9453.0, 9423.0, 9455.0, 9433.0, 9439.0, 9506.0, 9450.0, 9488.0, 9420.0, 9472.0, 9418.0, 9461.0, 9411.0, 9431.0, 9440.0, 9418.0, 9451.0, 9415.0, 9454.0, 9414.0, 9485.0, 9419.0, 9446.0, 9418.0, 9437.0, 9403.0, 9467.0, 9448.0, 9439.0, 9407.0, 9456.0, 9498.0, 9481.0, 9512.0, 9430.0, 9473.0, 9451.0, 9443.0, 9442.0, 9468.0, 9490.0, 9415.0, 9463.0, 9455.0, 9479.0, 9434.0, 9478.0, 9458.0, 9486.0, 9425.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.004705545350172215</td></tr>
<tr><td colspan=3>aqi</td><td>0.04559000011481056</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.34504965427596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2042688063103446</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0013412233333328</td></tr>
<tr><td colspan=3>efc</td><td>0.4749</td></tr>
<tr><td colspan=3>fber</td><td>5572.6143</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1728186415696336</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>95</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.907003444316878</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3675114454910147</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2344030376367714</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5662943024511398</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301836996385133</td></tr>
<tr><td colspan=3>gcor</td><td>0.00667674</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019292019307613373</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029847607016563416</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.255464307074664</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>32.808</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4517</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.6126</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300592.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>739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.9548</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0787</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.3003</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3490.0994</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.1302</td></tr>
<tr><td colspan=3>tsnr</td><td>29.97790914028883</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>