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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-03/func/sub-0065_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2e67047d594a32eb63e7d585c5010ef9</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>11:01:11.215000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999729, -0.0132208, 0.0191457, 0.0129127, 0.999786, 0.0161323]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0969841</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7803, -7239, 643, -1, -548, 399, 76]</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>246.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c7926258-5a7d-4550-ac02-9449a357dedb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822006702423096, 0.03464370593428612, 0.052258171141147614, 108.09440612792969], [0.03547056019306183, 2.682353973388672, 0.042878009378910065, -90.33792877197266], [0.051366470754146576, -0.04328187182545662, 2.6991536617279053, -57.19270706176758], [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': ['110111.215000', '110111.675000', '110112.135000', '110112.595000', '110113.055000', '110113.515000', '110113.975000', '110114.435000', '110114.895000', '110115.355000', '110115.815000', '110116.275000', '110116.735000', '110117.195000', '110117.655000', '110118.115000', '110118.575000', '110119.035000', '110119.495000', '110119.955000', '110120.415000', '110120.875000', '110121.335000', '110121.795000', '110122.255000', '110122.715000', '110123.175000', '110123.635000', '110124.095000', '110124.555000', '110125.015000', '110125.475000', '110125.935000', '110126.395000', '110126.855000', '110127.315000', '110127.775000', '110128.235000', '110128.695000', '110129.155000', '110129.615000', '110130.075000', '110130.535000', '110130.995000', '110131.455000', '110131.915000', '110132.375000', '110132.835000', '110133.295000', '110133.755000', '110134.215000', '110134.675000', '110135.135000', '110135.595000', '110136.055000', '110136.515000', '110136.975000', '110137.435000', '110137.895000', '110138.355000', '110138.815000', '110139.275000', '110139.735000', '110140.195000', '110140.655000', '110141.115000', '110141.575000', '110142.035000', '110142.495000', '110142.955000', '110143.415000', '110143.875000', '110144.335000', '110144.795000', '110145.255000', '110145.715000', '110146.175000', '110146.635000', '110147.095000', '110147.555000', '110148.015000', '110148.475000', '110148.935000', '110149.395000', '110149.855000', '110150.315000', '110150.775000', '110151.235000', '110151.695000', '110152.155000', '110152.615000', '110153.075000', '110153.535000', '110153.995000', '110154.455000', '110154.915000', '110155.375000', '110155.835000', '110156.295000', '110156.755000', '110157.215000', '110157.675000', '110158.135000', '110158.595000', '110159.055000', '110159.515000', '110159.975000', '110200.435000', '110200.895000', '110201.355000', '110201.815000', '110202.275000', '110202.735000', '110203.195000', '110203.655000', '110204.115000', '110204.575000', '110205.035000', '110205.495000', '110205.955000', '110206.415000', '110206.875000', '110207.335000', '110207.795000', '110208.255000', '110208.715000', '110209.175000', '110209.635000', '110210.095000', '110210.555000', '110211.015000', '110211.475000', '110211.935000', '110212.395000', '110212.855000', '110213.315000', '110213.775000', '110214.235000', '110214.695000', '110215.155000', '110215.615000', '110216.075000', '110216.535000', '110216.995000', '110217.455000', '110217.915000', '110218.375000', '110218.835000', '110219.295000', '110219.755000', '110220.215000', '110220.675000', '110221.135000', '110221.595000', '110222.055000', '110222.515000', '110222.975000', '110223.435000', '110223.895000', '110224.355000', '110224.815000', '110225.275000', '110225.735000', '110226.195000', '110226.655000', '110227.115000', '110227.575000', '110228.035000', '110228.495000', '110228.955000', '110229.415000', '110229.875000', '110230.335000', '110230.795000', '110231.255000', '110231.715000', '110232.175000', '110232.635000', '110233.095000', '110233.555000', '110234.015000', '110234.475000', '110234.935000', '110235.395000', '110235.855000', '110236.315000', '110236.775000', '110237.235000', '110237.695000', '110238.155000', '110238.615000', '110239.075000', '110239.535000', '110239.995000', '110240.455000', '110240.915000', '110241.375000', '110241.835000', '110242.295000', '110242.755000', '110243.215000', '110243.675000', '110244.135000', '110244.595000', '110245.055000', '110245.515000', '110245.975000', '110246.435000', '110246.895000', '110247.355000', '110247.815000', '110248.275000', '110248.735000', '110249.195000', '110249.655000', '110250.115000', '110250.575000', '110251.035000', '110251.495000', '110251.955000', '110252.415000', '110252.875000', '110253.335000', '110253.795000', '110254.255000', '110254.715000', '110255.175000', '110255.635000', '110256.095000', '110256.555000', '110257.015000', '110257.475000', '110257.935000', '110258.395000', '110258.855000', '110259.315000', '110259.775000', '110300.235000', '110300.695000', '110301.155000', '110301.615000', '110302.075000', '110302.535000', '110302.995000', '110303.455000', '110303.915000', '110304.375000', '110304.835000', '110305.295000', '110305.755000', '110306.215000', '110306.675000', '110307.135000', '110307.595000', '110308.055000', '110308.515000', '110308.975000', '110309.435000', '110309.895000', '110310.355000', '110310.815000', '110311.275000', '110311.735000', '110312.195000', '110312.655000', '110313.115000', '110313.575000', '110314.035000', '110314.495000', '110314.955000', '110315.415000', '110315.875000', '110316.335000', '110316.795000', '110317.255000', '110317.715000', '110318.175000', '110318.635000', '110319.095000', '110319.555000', '110320.015000', '110320.475000', '110320.935000', '110321.395000', '110321.855000', '110322.315000', '110322.775000', '110323.235000', '110323.695000', '110324.155000', '110324.615000', '110325.075000', '110325.535000', '110325.995000', '110326.455000', '110326.915000', '110327.375000', '110327.835000', '110328.295000', '110328.755000', '110329.215000', '110329.675000', '110330.135000', '110330.595000', '110331.055000', '110331.515000', '110331.975000', '110332.435000', '110332.895000', '110333.355000', '110333.815000', '110334.275000', '110334.735000', '110335.195000', '110335.655000', '110336.115000', '110336.575000', '110337.035000', '110337.495000', '110337.955000', '110338.415000', '110338.875000', '110339.335000', '110339.795000', '110340.255000', '110340.715000', '110341.175000', '110341.635000', '110342.095000', '110342.555000', '110343.015000', '110343.475000', '110343.935000', '110344.395000', '110344.855000', '110345.315000', '110345.775000', '110346.235000', '110346.695000', '110347.155000', '110347.615000', '110348.075000', '110348.535000', '110348.995000', '110349.455000', '110349.915000', '110350.375000', '110350.835000', '110351.295000', '110351.755000', '110352.215000', '110352.675000', '110353.135000', '110353.595000', '110354.055000', '110354.515000', '110354.975000', '110355.435000', '110355.895000', '110356.355000', '110356.815000', '110357.275000', '110357.735000', '110358.195000', '110358.655000', '110359.115000', '110359.575000', '110400.035000', '110400.495000', '110400.955000', '110401.415000', '110401.875000', '110402.335000', '110402.795000', '110403.255000', '110403.715000', '110404.175000', '110404.635000', '110405.095000', '110405.555000', '110406.015000', '110406.475000', '110406.935000', '110407.395000', '110407.855000', '110408.315000', '110408.775000', '110409.235000', '110409.695000', '110410.155000', '110410.615000', '110411.075000', '110411.535000', '110411.995000', '110412.455000', '110412.915000', '110413.375000', '110413.835000', '110414.295000', '110414.755000', '110415.215000', '110415.675000', '110416.135000', '110416.595000', '110417.055000', '110417.515000', '110417.975000', '110418.435000', '110418.895000', '110419.355000', '110419.815000', '110420.275000', '110420.735000', '110421.195000', '110421.655000', '110422.115000', '110422.575000', '110423.035000', '110423.495000', '110423.955000', '110424.415000', '110424.875000', '110425.335000', '110425.795000', '110426.255000', '110426.715000', '110427.175000', '110427.635000', '110428.095000', '110428.555000', '110429.015000', '110429.475000', '110429.935000', '110430.395000', '110430.855000', '110431.315000', '110431.775000', '110432.235000', '110432.695000', '110433.155000', '110433.615000', '110434.075000', '110434.535000', '110434.995000', '110435.455000', '110435.915000', '110436.375000', '110436.835000', '110437.295000', '110437.755000', '110438.215000', '110438.675000', '110439.135000', '110439.595000', '110440.055000', '110440.515000', '110440.975000', '110441.435000', '110441.895000', '110442.355000', '110442.815000', '110443.275000', '110443.735000', '110444.195000', '110444.655000', '110445.115000', '110445.575000', '110446.035000', '110446.495000', '110446.955000', '110447.415000', '110447.875000', '110448.335000', '110448.795000', '110449.255000', '110449.715000', '110450.175000', '110450.635000', '110451.095000', '110451.555000', '110452.015000', '110452.475000', '110452.935000', '110453.395000', '110453.855000', '110454.315000', '110454.775000', '110455.235000', '110455.695000', '110456.155000', '110456.615000', '110457.075000', '110457.535000', '110457.995000', '110458.455000', '110458.915000', '110459.375000', '110459.835000', '110500.295000', '110500.755000', '110501.215000', '110501.675000', '110502.135000', '110502.595000', '110503.055000', '110503.515000', '110503.975000', '110504.435000', '110504.895000', '110505.355000', '110505.815000', '110506.275000', '110506.735000', '110507.195000', '110507.655000', '110508.115000', '110508.575000', '110509.035000', '110509.495000', '110509.955000', '110510.415000', '110510.875000', '110511.335000', '110511.795000', '110512.255000', '110512.715000', '110513.175000', '110513.635000', '110514.095000', '110514.555000', '110515.015000', '110515.475000', '110515.935000', '110516.395000', '110516.855000', '110517.315000', '110517.775000', '110518.235000', '110518.695000', '110519.155000', '110519.615000', '110520.075000', '110520.535000', '110520.995000', '110521.455000', '110521.915000', '110522.375000', '110522.835000', '110523.295000', '110523.755000', '110524.215000', '110524.675000', '110525.135000', '110525.595000', '110526.055000', '110526.515000', '110526.975000', '110527.435000', '110527.895000', '110528.355000', '110528.815000', '110529.275000', '110529.735000', '110530.195000', '110530.655000', '110531.115000', '110531.575000', '110532.035000', '110532.495000', '110532.955000', '110533.415000', '110533.875000', '110534.335000', '110534.795000', '110535.255000', '110535.715000', '110536.175000', '110536.635000', '110537.095000', '110537.555000', '110538.015000', '110538.475000', '110538.935000', '110539.395000', '110539.855000', '110540.315000', '110540.775000', '110541.235000', '110541.695000', '110542.155000', '110542.615000', '110543.075000', '110543.535000', '110543.995000', '110544.455000', '110544.915000', '110545.375000', '110545.835000', '110546.295000', '110546.755000', '110547.215000', '110547.675000', '110548.135000', '110548.595000', '110549.055000', '110549.515000', '110549.975000', '110550.435000', '110550.895000', '110551.355000', '110551.815000', '110552.275000', '110552.735000', '110553.195000', '110553.655000', '110554.115000', '110554.575000', '110555.035000', '110555.495000', '110555.955000', '110556.415000', '110556.875000', '110557.335000', '110557.795000', '110558.255000', '110558.715000', '110559.175000', '110559.635000', '110600.095000', '110600.555000', '110601.015000', '110601.475000', '110601.935000', '110602.395000', '110602.855000', '110603.315000', '110603.775000', '110604.235000', '110604.695000', '110605.155000', '110605.615000', '110606.075000', '110606.535000', '110606.995000', '110607.455000', '110607.915000', '110608.375000', '110608.835000', '110609.295000', '110609.755000', '110610.215000', '110610.675000', '110611.135000', '110611.595000', '110612.055000', '110612.515000', '110612.975000', '110613.435000', '110613.895000', '110614.355000', '110614.815000', '110615.275000', '110615.735000', '110616.195000', '110616.655000', '110617.115000', '110617.575000', '110618.035000', '110618.495000', '110618.955000', '110619.415000', '110619.875000', '110620.335000', '110620.795000', '110621.255000', '110621.715000', '110622.175000', '110622.635000', '110623.095000', '110623.555000', '110624.015000', '110624.475000', '110624.935000', '110625.395000', '110625.855000', '110626.315000', '110626.775000', '110627.235000', '110627.695000', '110628.155000', '110628.615000', '110629.075000', '110629.535000', '110629.995000', '110630.455000', '110630.915000', '110631.375000', '110631.835000', '110632.295000', '110632.755000', '110633.215000', '110633.675000', '110634.135000', '110634.595000', '110635.055000', '110635.515000', '110635.975000', '110636.435000', '110636.895000', '110637.355000', '110637.815000', '110638.275000', '110638.735000', '110639.195000', '110639.655000', '110640.115000', '110640.575000', '110641.035000', '110641.495000', '110641.955000', '110642.415000', '110642.875000', '110643.335000', '110643.795000', '110644.255000', '110644.715000', '110645.175000', '110645.635000', '110646.095000', '110646.555000', '110647.015000', '110647.475000', '110647.935000', '110648.395000', '110648.855000', '110649.315000', '110649.775000', '110650.235000', '110650.695000', '110651.155000', '110651.615000', '110652.075000', '110652.535000', '110652.995000', '110653.455000', '110653.915000', '110654.375000', '110654.835000', '110655.295000', '110655.755000', '110656.215000', '110656.675000', '110657.135000', '110657.595000', '110658.055000', '110658.515000', '110658.975000', '110659.435000', '110659.895000', '110700.355000', '110700.815000', '110701.275000', '110701.735000', '110702.195000', '110702.655000', '110703.115000', '110703.575000', '110704.035000', '110704.495000', '110704.955000', '110705.415000', '110705.875000', '110706.335000', '110706.795000', '110707.255000', '110707.715000', '110708.175000', '110708.635000', '110709.095000', '110709.555000', '110710.015000', '110710.475000', '110710.935000', '110711.395000', '110711.855000', '110712.315000', '110712.775000', '110713.235000', '110713.695000', '110714.155000', '110714.615000', '110715.075000', '110715.535000', '110715.995000', '110716.455000', '110716.915000', '110717.375000', '110717.835000', '110718.295000', '110718.755000', '110719.215000', '110719.675000', '110720.135000', '110720.595000', '110721.055000', '110721.515000', '110721.975000', '110722.435000', '110722.895000', '110723.355000', '110723.815000', '110724.275000', '110724.735000', '110725.195000', '110725.655000', '110726.115000', '110726.575000', '110727.035000', '110727.495000', '110727.955000', '110728.415000', '110728.875000', '110729.335000', '110729.795000', '110730.255000', '110730.715000', '110731.175000', '110731.635000', '110732.095000', '110732.555000', '110733.015000', '110733.475000', '110733.935000', '110734.395000', '110734.855000', '110735.315000', '110735.775000', '110736.235000', '110736.695000', '110737.155000', '110737.615000', '110738.075000', '110738.535000', '110738.995000', '110739.455000', '110739.915000', '110740.375000', '110740.835000', '110741.295000', '110741.755000', '110742.215000', '110742.675000', '110743.135000', '110743.595000', '110744.055000', '110744.515000', '110744.975000', '110745.435000', '110745.895000', '110746.355000', '110746.815000', '110747.275000', '110747.735000', '110748.195000', '110748.655000', '110749.115000', '110749.575000', '110750.035000', '110750.495000', '110750.955000', '110751.415000', '110751.875000'], 'ContentTime': ['110129.550000', '110129.553000', '110129.556000', '110129.558000', '110129.561000', '110129.563000', '110129.566000', '110129.576000', '110129.579000', '110129.581000', '110129.584000', '110129.586000', '110129.589000', '110129.592000', '110129.594000', '110129.599000', '110129.602000', '110129.604000', '110129.607000', '110129.609000', '110129.612000', '110129.614000', '110129.617000', '110129.620000', '110129.622000', '110129.625000', '110129.627000', '110129.630000', '110129.633000', '110129.635000', '110129.638000', '110129.640000', '110129.643000', '110129.645000', '110129.648000', '110129.650000', '110129.653000', '110149.525000', '110149.528000', '110149.531000', '110149.533000', '110149.536000', '110149.538000', '110149.541000', '110149.543000', '110149.546000', '110149.548000', '110149.551000', '110149.558000', '110149.560000', '110149.563000', '110149.566000', '110149.568000', '110149.571000', '110149.573000', '110149.576000', '110149.578000', '110149.581000', '110149.584000', '110149.586000', '110149.589000', '110149.592000', '110149.595000', '110149.597000', '110149.600000', '110149.602000', '110149.605000', '110149.608000', '110149.611000', '110149.613000', '110149.616000', '110149.619000', '110149.622000', '110149.624000', '110149.627000', '110149.629000', '110149.632000', '110149.635000', '110149.637000', '110149.640000', '110209.526000', '110209.528000', '110209.531000', '110209.533000', '110209.536000', '110209.539000', '110209.541000', '110209.544000', '110209.546000', '110209.549000', '110209.551000', '110209.554000', '110209.556000', '110209.559000', '110209.562000', '110209.564000', '110209.567000', '110209.569000', '110209.583000', '110209.586000', '110209.589000', '110209.591000', '110209.594000', '110209.596000', '110209.599000', '110209.601000', '110209.604000', '110209.606000', '110209.609000', '110209.612000', '110209.614000', '110209.617000', '110209.619000', '110209.622000', '110209.624000', '110209.627000', '110209.630000', '110209.632000', '110209.635000', '110209.637000', '110209.640000', '110209.642000', '110209.645000', '110209.647000', '110229.525000', '110229.528000', '110229.531000', '110229.533000', '110229.536000', '110229.538000', '110229.541000', '110229.544000', '110229.547000', '110229.550000', '110229.553000', '110229.555000', '110229.558000', '110229.560000', '110229.563000', '110229.566000', '110229.568000', '110229.571000', '110229.573000', '110229.576000', '110229.579000', '110229.581000', '110229.584000', '110229.587000', '110229.590000', '110229.593000', '110229.595000', '110229.598000', '110229.600000', '110229.603000', '110229.605000', '110229.608000', '110229.611000', '110229.613000', '110229.616000', '110229.618000', '110229.621000', '110229.623000', '110229.626000', '110229.628000', '110229.631000', '110229.633000', '110229.636000', '110249.526000', '110249.528000', '110249.531000', '110249.534000', '110249.536000', '110249.539000', '110249.541000', '110249.544000', '110249.546000', '110249.549000', '110249.551000', '110249.554000', '110249.557000', '110249.559000', '110249.562000', '110249.564000', '110249.567000', '110249.569000', '110249.572000', '110249.574000', '110249.577000', '110249.580000', '110249.582000', '110249.585000', '110249.587000', '110249.590000', '110249.592000', '110249.595000', '110249.598000', '110249.600000', '110249.603000', '110249.605000', '110249.608000', '110249.610000', '110249.613000', '110249.615000', '110249.618000', '110249.621000', '110249.623000', '110249.626000', '110249.628000', '110249.631000', '110249.633000', '110249.636000', '110309.525000', '110309.527000', '110309.530000', '110309.532000', '110309.535000', '110309.537000', '110309.540000', '110309.543000', '110309.545000', '110309.548000', '110309.550000', '110309.553000', '110309.556000', '110309.558000', '110309.561000', '110309.563000', '110309.566000', '110309.568000', '110309.571000', '110309.574000', '110309.576000', '110309.579000', '110309.581000', '110309.584000', '110309.586000', '110309.589000', '110309.592000', '110309.594000', '110309.597000', '110309.599000', '110309.602000', '110309.604000', '110309.607000', '110309.609000', '110309.612000', '110309.615000', '110309.617000', '110309.620000', '110309.622000', '110309.625000', '110309.627000', '110309.630000', '110309.632000', '110329.524000', '110329.527000', '110329.530000', '110329.532000', '110329.535000', '110329.538000', '110329.540000', '110329.543000', '110329.545000', '110329.548000', '110329.550000', '110329.553000', '110329.556000', '110329.558000', '110329.561000', '110329.563000', '110329.566000', '110329.568000', '110329.571000', '110329.573000', '110329.576000', '110329.579000', '110329.581000', '110329.584000', '110329.586000', '110329.589000', '110329.591000', '110329.594000', '110329.597000', '110329.599000', '110329.602000', '110329.604000', '110329.607000', '110329.609000', '110329.612000', '110329.614000', '110329.617000', '110329.620000', '110329.622000', '110329.625000', '110329.627000', '110329.630000', '110329.632000', '110329.635000', '110349.525000', '110349.528000', '110349.531000', '110349.533000', '110349.536000', '110349.538000', '110349.541000', '110349.544000', '110349.546000', '110349.549000', '110349.551000', '110349.554000', '110349.556000', '110349.564000', '110349.567000', '110349.569000', '110349.572000', '110349.574000', '110349.577000', '110349.579000', '110349.582000', '110349.585000', '110349.587000', '110349.590000', '110349.592000', '110349.595000', '110349.598000', '110349.600000', '110349.603000', '110349.605000', '110349.608000', '110349.611000', '110349.613000', '110349.616000', '110349.618000', '110349.621000', '110349.623000', '110349.627000', '110349.630000', '110349.638000', '110349.641000', '110349.643000', '110349.646000', '110409.525000', '110409.528000', '110409.531000', '110409.533000', '110409.536000', '110409.538000', '110409.541000', '110409.543000', '110409.546000', '110409.549000', '110409.551000', '110409.554000', '110409.556000', '110409.559000', '110409.562000', '110409.564000', '110409.567000', '110409.569000', '110409.572000', '110409.574000', '110409.577000', '110409.579000', '110409.582000', '110409.585000', '110409.587000', '110409.590000', '110409.592000', '110409.595000', '110409.598000', '110409.600000', '110409.603000', '110409.605000', '110409.608000', '110409.611000', '110409.613000', '110409.616000', '110409.618000', '110409.621000', '110409.623000', '110409.626000', '110409.628000', '110409.631000', '110409.634000', '110409.636000', '110429.525000', '110429.528000', '110429.531000', '110429.533000', '110429.536000', '110429.538000', '110429.541000', '110429.544000', '110429.547000', '110429.550000', '110429.553000', '110429.556000', '110429.558000', '110429.561000', '110429.564000', '110429.566000', '110429.569000', '110429.571000', '110429.574000', '110429.577000', '110429.579000', '110429.582000', '110429.584000', '110429.587000', '110429.589000', '110429.592000', '110429.595000', '110429.597000', '110429.600000', '110429.602000', '110429.605000', '110429.608000', '110429.610000', '110429.613000', '110429.615000', '110429.618000', '110429.620000', '110429.623000', '110429.625000', '110429.628000', '110429.631000', '110429.633000', '110429.636000', '110449.526000', '110449.528000', '110449.531000', '110449.534000', '110449.536000', '110449.539000', '110449.542000', '110449.544000', '110449.547000', '110449.549000', '110449.552000', '110449.555000', '110449.557000', '110449.560000', '110449.562000', '110449.565000', '110449.567000', '110449.570000', '110449.573000', '110449.575000', '110449.578000', '110449.580000', '110449.583000', '110449.585000', '110449.588000', '110449.591000', '110449.593000', '110449.596000', '110449.598000', '110449.601000', '110449.603000', '110449.606000', '110449.609000', '110449.611000', '110449.614000', '110449.616000', '110449.619000', '110449.622000', '110449.624000', '110449.627000', '110449.629000', '110449.632000', '110449.635000', '110449.637000', '110509.525000', '110509.528000', '110509.531000', '110509.533000', '110509.536000', '110509.539000', '110509.541000', '110509.544000', '110509.546000', '110509.549000', '110509.551000', '110509.554000', '110509.557000', '110509.559000', '110509.562000', '110509.564000', '110509.572000', '110509.575000', '110509.577000', '110509.580000', '110509.582000', '110509.585000', '110509.587000', '110509.590000', '110509.593000', '110509.595000', '110509.598000', '110509.600000', '110509.603000', '110509.606000', '110509.608000', '110509.611000', '110509.613000', '110509.616000', '110509.619000', '110509.621000', '110509.624000', '110509.626000', '110509.629000', '110509.632000', '110509.634000', '110509.637000', '110509.639000', '110529.524000', '110529.527000', '110529.530000', '110529.532000', '110529.535000', '110529.538000', '110529.540000', '110529.543000', '110529.545000', '110529.548000', '110529.551000', '110529.553000', '110529.556000', '110529.558000', '110529.561000', '110529.564000', '110529.566000', '110529.569000', '110529.571000', '110529.574000', '110529.577000', '110529.579000', '110529.582000', '110529.584000', '110529.587000', '110529.590000', '110529.592000', '110529.595000', '110529.597000', '110529.600000', '110529.603000', '110529.605000', '110529.608000', '110529.610000', '110529.613000', '110529.615000', '110529.618000', '110529.621000', '110529.623000', '110529.626000', '110529.628000', '110529.631000', '110529.634000', '110529.636000', '110549.524000', '110549.527000', '110549.530000', '110549.532000', '110549.535000', '110549.538000', '110549.540000', '110549.543000', '110549.545000', '110549.548000', '110549.551000', '110549.553000', '110549.556000', '110549.558000', '110549.561000', '110549.564000', '110549.566000', '110549.569000', '110549.571000', '110549.574000', '110549.577000', '110549.579000', '110549.582000', '110549.584000', '110549.587000', '110549.590000', '110549.592000', '110549.595000', '110549.597000', '110549.600000', '110549.602000', '110549.605000', '110549.608000', '110549.610000', '110549.613000', '110549.615000', '110549.618000', '110549.621000', '110549.623000', '110549.626000', '110549.628000', '110549.631000', '110549.633000', '110609.526000', '110609.528000', '110609.531000', '110609.534000', '110609.536000', '110609.539000', '110609.541000', '110609.544000', '110609.547000', '110609.549000', '110609.552000', '110609.554000', '110609.557000', '110609.560000', '110609.562000', '110609.565000', '110609.567000', '110609.570000', '110609.573000', '110609.575000', '110609.578000', '110609.581000', '110609.583000', '110609.586000', '110609.588000', '110609.591000', '110609.594000', '110609.596000', '110609.599000', '110609.601000', '110609.604000', '110609.607000', '110609.609000', '110609.612000', '110609.615000', '110609.617000', '110609.620000', '110609.623000', '110609.625000', '110609.628000', '110609.630000', '110609.633000', '110609.635000', '110609.638000', '110629.525000', '110629.528000', '110629.531000', '110629.533000', '110629.536000', '110629.539000', '110629.541000', '110629.544000', '110629.546000', '110629.549000', '110629.551000', '110629.554000', '110629.557000', '110629.559000', '110629.562000', '110629.564000', '110629.567000', '110629.570000', '110629.572000', '110629.575000', '110629.578000', '110629.580000', '110629.583000', '110629.585000', '110629.588000', '110629.591000', '110629.593000', '110629.596000', '110629.598000', '110629.601000', '110629.604000', '110629.606000', '110629.609000', '110629.611000', '110629.614000', '110629.616000', '110629.619000', '110629.622000', '110629.624000', '110629.627000', '110629.629000', '110629.632000', '110629.634000', '110649.525000', '110649.528000', '110649.531000', '110649.534000', '110649.536000', '110649.548000', '110649.550000', '110649.553000', '110649.556000', '110649.558000', '110649.561000', '110649.563000', '110649.566000', '110649.569000', '110649.571000', '110649.574000', '110649.576000', '110649.579000', '110649.582000', '110649.584000', '110649.587000', '110649.589000', '110649.592000', '110649.595000', '110649.597000', '110649.600000', '110649.602000', '110649.605000', '110649.608000', '110649.610000', '110649.613000', '110649.615000', '110649.618000', '110649.620000', '110649.623000', '110649.626000', '110649.628000', '110649.631000', '110649.634000', '110649.636000', '110649.639000', '110649.641000', '110649.644000', '110649.647000', '110709.526000', '110709.528000', '110709.531000', '110709.534000', '110709.536000', '110709.539000', '110709.542000', '110709.544000', '110709.547000', '110709.549000', '110709.552000', '110709.555000', '110709.557000', '110709.560000', '110709.562000', '110709.565000', '110709.567000', '110709.570000', '110709.573000', '110709.575000', '110709.578000', '110709.580000', '110709.583000', '110709.586000', '110709.588000', '110709.591000', '110709.594000', '110709.596000', '110709.599000', '110709.602000', '110709.604000', '110709.607000', '110709.609000', '110709.612000', '110709.615000', '110709.617000', '110709.620000', '110709.623000', '110709.625000', '110709.628000', '110709.630000', '110709.633000', '110709.636000', '110729.525000', '110729.528000', '110729.531000', '110729.534000', '110729.536000', '110729.539000', '110729.542000', '110729.544000', '110729.547000', '110729.549000', '110729.552000', '110729.554000', '110729.557000', '110729.560000', '110729.563000', '110729.566000', '110729.568000', '110729.572000', '110729.575000', '110729.577000', '110729.580000', '110729.583000', '110729.585000', '110729.588000', '110729.590000', '110729.593000', '110729.596000', '110729.598000', '110729.601000', '110729.603000', '110729.606000', '110729.609000', '110729.611000', '110729.614000', '110729.616000', '110729.619000', '110729.622000', '110729.624000', '110729.627000', '110729.629000', '110729.632000', '110729.634000', '110729.637000', '110729.639000', '110749.524000', '110749.527000', '110749.530000', '110749.532000', '110749.535000', '110749.538000', '110749.540000', '110749.543000', '110749.545000', '110749.548000', '110749.550000', '110749.553000', '110749.556000', '110749.558000', '110749.561000', '110749.563000', '110749.566000', '110749.569000', '110749.571000', '110749.574000', '110749.576000', '110749.579000', '110749.581000', '110749.584000', '110749.587000', '110749.589000', '110749.592000', '110749.594000', '110749.597000', '110749.599000', '110749.602000', '110749.605000', '110749.607000', '110749.610000', '110749.612000', '110749.615000', '110749.618000', '110749.620000', '110749.623000', '110749.625000', '110749.628000', '110749.630000', '110749.633000', '110753.367000', '110753.369000', '110753.373000', '110753.376000', '110753.379000', '110753.381000', '110753.384000', '110753.387000', '110753.389000'], 'InstanceCreationTime': ['110129.550000', '110129.553000', '110129.556000', '110129.558000', '110129.561000', '110129.563000', '110129.566000', '110129.576000', '110129.579000', '110129.581000', '110129.584000', '110129.586000', '110129.589000', '110129.592000', '110129.594000', '110129.599000', '110129.602000', '110129.604000', '110129.607000', '110129.609000', '110129.612000', '110129.614000', '110129.617000', '110129.620000', '110129.622000', '110129.625000', '110129.627000', '110129.630000', '110129.633000', '110129.635000', '110129.638000', '110129.640000', '110129.643000', '110129.645000', '110129.648000', '110129.650000', '110129.653000', '110149.525000', '110149.528000', '110149.531000', '110149.533000', '110149.536000', '110149.538000', '110149.541000', '110149.543000', '110149.546000', '110149.548000', '110149.551000', '110149.558000', '110149.560000', '110149.563000', '110149.566000', '110149.568000', '110149.571000', '110149.573000', '110149.576000', '110149.578000', '110149.581000', '110149.584000', '110149.586000', '110149.589000', '110149.592000', '110149.595000', '110149.597000', '110149.600000', '110149.602000', '110149.605000', '110149.608000', '110149.611000', '110149.613000', '110149.616000', '110149.619000', '110149.622000', '110149.624000', '110149.627000', '110149.629000', '110149.632000', '110149.635000', '110149.637000', '110149.640000', '110209.526000', '110209.528000', '110209.531000', '110209.533000', '110209.536000', '110209.539000', '110209.541000', '110209.544000', '110209.546000', '110209.549000', '110209.551000', '110209.554000', '110209.556000', '110209.559000', '110209.562000', '110209.564000', '110209.567000', '110209.569000', '110209.583000', '110209.586000', '110209.589000', '110209.591000', '110209.594000', '110209.596000', '110209.599000', '110209.601000', '110209.604000', '110209.606000', '110209.609000', '110209.612000', '110209.614000', '110209.617000', '110209.619000', '110209.622000', '110209.624000', '110209.627000', '110209.630000', '110209.632000', '110209.635000', '110209.637000', '110209.640000', '110209.642000', '110209.645000', '110209.647000', '110229.525000', '110229.528000', '110229.531000', '110229.533000', '110229.536000', '110229.538000', '110229.541000', '110229.544000', '110229.547000', '110229.550000', '110229.553000', '110229.555000', '110229.558000', '110229.560000', '110229.563000', '110229.566000', '110229.568000', '110229.571000', '110229.573000', '110229.576000', '110229.579000', '110229.581000', '110229.584000', '110229.587000', '110229.590000', '110229.593000', '110229.595000', '110229.598000', '110229.600000', '110229.603000', '110229.605000', '110229.608000', '110229.611000', '110229.613000', '110229.616000', '110229.618000', '110229.621000', '110229.623000', '110229.626000', '110229.628000', '110229.631000', '110229.633000', '110229.636000', '110249.526000', '110249.528000', '110249.531000', '110249.534000', '110249.536000', '110249.539000', '110249.541000', '110249.544000', '110249.546000', '110249.549000', '110249.551000', '110249.554000', '110249.557000', '110249.559000', '110249.562000', '110249.564000', '110249.567000', '110249.569000', '110249.572000', '110249.574000', '110249.577000', '110249.580000', '110249.582000', '110249.585000', '110249.587000', '110249.590000', '110249.592000', '110249.595000', '110249.598000', '110249.600000', '110249.603000', '110249.605000', '110249.608000', '110249.610000', '110249.613000', '110249.615000', '110249.618000', '110249.621000', '110249.623000', '110249.626000', '110249.628000', '110249.631000', '110249.633000', '110249.636000', '110309.525000', '110309.527000', '110309.530000', '110309.532000', '110309.535000', '110309.537000', '110309.540000', '110309.543000', '110309.545000', '110309.548000', '110309.550000', '110309.553000', '110309.556000', '110309.558000', '110309.561000', '110309.563000', '110309.566000', '110309.568000', '110309.571000', '110309.574000', '110309.576000', '110309.579000', '110309.581000', '110309.584000', '110309.586000', '110309.589000', '110309.592000', '110309.594000', '110309.597000', '110309.599000', '110309.602000', '110309.604000', '110309.607000', '110309.609000', '110309.612000', '110309.615000', '110309.617000', '110309.620000', '110309.622000', '110309.625000', '110309.627000', '110309.630000', '110309.632000', '110329.524000', '110329.527000', '110329.530000', '110329.532000', '110329.535000', '110329.538000', '110329.540000', '110329.543000', '110329.545000', '110329.548000', '110329.550000', '110329.553000', '110329.556000', '110329.558000', '110329.561000', '110329.563000', '110329.566000', '110329.568000', '110329.571000', '110329.573000', '110329.576000', '110329.579000', '110329.581000', '110329.584000', '110329.586000', '110329.589000', '110329.591000', '110329.594000', '110329.597000', '110329.599000', '110329.602000', '110329.604000', '110329.607000', '110329.609000', '110329.612000', '110329.614000', '110329.617000', '110329.620000', '110329.622000', '110329.625000', '110329.627000', '110329.630000', '110329.632000', '110329.635000', '110349.525000', '110349.528000', '110349.531000', '110349.533000', '110349.536000', '110349.538000', '110349.541000', '110349.544000', '110349.546000', '110349.549000', '110349.551000', '110349.554000', '110349.556000', '110349.564000', '110349.567000', '110349.569000', '110349.572000', '110349.574000', '110349.577000', '110349.579000', '110349.582000', '110349.585000', '110349.587000', '110349.590000', '110349.592000', '110349.595000', '110349.598000', '110349.600000', '110349.603000', '110349.605000', '110349.608000', '110349.611000', '110349.613000', '110349.616000', '110349.618000', '110349.621000', '110349.623000', '110349.627000', '110349.630000', '110349.638000', '110349.641000', '110349.643000', '110349.646000', '110409.525000', '110409.528000', '110409.531000', '110409.533000', '110409.536000', '110409.538000', '110409.541000', '110409.543000', '110409.546000', '110409.549000', '110409.551000', '110409.554000', '110409.556000', '110409.559000', '110409.562000', '110409.564000', '110409.567000', '110409.569000', '110409.572000', '110409.574000', '110409.577000', '110409.579000', '110409.582000', '110409.585000', '110409.587000', '110409.590000', '110409.592000', '110409.595000', '110409.598000', '110409.600000', '110409.603000', '110409.605000', '110409.608000', '110409.611000', '110409.613000', '110409.616000', '110409.618000', '110409.621000', '110409.623000', '110409.626000', '110409.628000', '110409.631000', '110409.634000', '110409.636000', '110429.525000', '110429.528000', '110429.531000', '110429.533000', '110429.536000', '110429.538000', '110429.541000', '110429.544000', '110429.547000', '110429.550000', '110429.553000', '110429.556000', '110429.558000', '110429.561000', '110429.564000', '110429.566000', '110429.569000', '110429.571000', '110429.574000', '110429.577000', '110429.579000', '110429.582000', '110429.584000', '110429.587000', '110429.589000', '110429.592000', '110429.595000', '110429.597000', '110429.600000', '110429.602000', '110429.605000', '110429.608000', '110429.610000', '110429.613000', '110429.615000', '110429.618000', '110429.620000', '110429.623000', '110429.625000', '110429.628000', '110429.631000', '110429.633000', '110429.636000', '110449.526000', '110449.528000', '110449.531000', '110449.534000', '110449.536000', '110449.539000', '110449.542000', '110449.544000', '110449.547000', '110449.549000', '110449.552000', '110449.555000', '110449.557000', '110449.560000', '110449.562000', '110449.565000', '110449.567000', '110449.570000', '110449.573000', '110449.575000', '110449.578000', '110449.580000', '110449.583000', '110449.585000', '110449.588000', '110449.591000', '110449.593000', '110449.596000', '110449.598000', '110449.601000', '110449.603000', '110449.606000', '110449.609000', '110449.611000', '110449.614000', '110449.616000', '110449.619000', '110449.622000', '110449.624000', '110449.627000', '110449.629000', '110449.632000', '110449.635000', '110449.637000', '110509.525000', '110509.528000', '110509.531000', '110509.533000', '110509.536000', '110509.539000', '110509.541000', '110509.544000', '110509.546000', '110509.549000', '110509.551000', '110509.554000', '110509.557000', '110509.559000', '110509.562000', '110509.564000', '110509.572000', '110509.575000', '110509.577000', '110509.580000', '110509.582000', '110509.585000', '110509.587000', '110509.590000', '110509.593000', '110509.595000', '110509.598000', '110509.600000', '110509.603000', '110509.606000', '110509.608000', '110509.611000', '110509.613000', '110509.616000', '110509.619000', '110509.621000', '110509.624000', '110509.626000', '110509.629000', '110509.632000', '110509.634000', '110509.637000', '110509.639000', '110529.524000', '110529.527000', '110529.530000', '110529.532000', '110529.535000', '110529.538000', '110529.540000', '110529.543000', '110529.545000', '110529.548000', '110529.551000', '110529.553000', '110529.556000', '110529.558000', '110529.561000', '110529.564000', '110529.566000', '110529.569000', '110529.571000', '110529.574000', '110529.577000', '110529.579000', '110529.582000', '110529.584000', '110529.587000', '110529.590000', '110529.592000', '110529.595000', '110529.597000', '110529.600000', '110529.603000', '110529.605000', '110529.608000', '110529.610000', '110529.613000', '110529.615000', '110529.618000', '110529.621000', '110529.623000', '110529.626000', '110529.628000', '110529.631000', '110529.634000', '110529.636000', '110549.524000', '110549.527000', '110549.530000', '110549.532000', '110549.535000', '110549.538000', '110549.540000', '110549.543000', '110549.545000', '110549.548000', '110549.551000', '110549.553000', '110549.556000', '110549.558000', '110549.561000', '110549.564000', '110549.566000', '110549.569000', '110549.571000', '110549.574000', '110549.577000', '110549.579000', '110549.582000', '110549.584000', '110549.587000', '110549.590000', '110549.592000', '110549.595000', '110549.597000', '110549.600000', '110549.602000', '110549.605000', '110549.608000', '110549.610000', '110549.613000', '110549.615000', '110549.618000', '110549.621000', '110549.623000', '110549.626000', '110549.628000', '110549.631000', '110549.633000', '110609.526000', '110609.528000', '110609.531000', '110609.534000', '110609.536000', '110609.539000', '110609.541000', '110609.544000', '110609.547000', '110609.549000', '110609.552000', '110609.554000', '110609.557000', '110609.560000', '110609.562000', '110609.565000', '110609.567000', '110609.570000', '110609.573000', '110609.575000', '110609.578000', '110609.581000', '110609.583000', '110609.586000', '110609.588000', '110609.591000', '110609.594000', '110609.596000', '110609.599000', '110609.601000', '110609.604000', '110609.607000', '110609.609000', '110609.612000', '110609.615000', '110609.617000', '110609.620000', '110609.623000', '110609.625000', '110609.628000', '110609.630000', '110609.633000', '110609.635000', '110609.638000', '110629.525000', '110629.528000', '110629.531000', '110629.533000', '110629.536000', '110629.539000', '110629.541000', '110629.544000', '110629.546000', '110629.549000', '110629.551000', '110629.554000', '110629.557000', '110629.559000', '110629.562000', '110629.564000', '110629.567000', '110629.570000', '110629.572000', '110629.575000', '110629.578000', '110629.580000', '110629.583000', '110629.585000', '110629.588000', '110629.591000', '110629.593000', '110629.596000', '110629.598000', '110629.601000', '110629.604000', '110629.606000', '110629.609000', '110629.611000', '110629.614000', '110629.616000', '110629.619000', '110629.622000', '110629.624000', '110629.627000', '110629.629000', '110629.632000', '110629.634000', '110649.525000', '110649.528000', '110649.531000', '110649.534000', '110649.536000', '110649.548000', '110649.550000', '110649.553000', '110649.556000', '110649.558000', '110649.561000', '110649.563000', '110649.566000', '110649.569000', '110649.571000', '110649.574000', '110649.576000', '110649.579000', '110649.582000', '110649.584000', '110649.587000', '110649.589000', '110649.592000', '110649.595000', '110649.597000', '110649.600000', '110649.602000', '110649.605000', '110649.608000', '110649.610000', '110649.613000', '110649.615000', '110649.618000', '110649.620000', '110649.623000', '110649.626000', '110649.628000', '110649.631000', '110649.634000', '110649.636000', '110649.639000', '110649.641000', '110649.644000', '110649.647000', '110709.526000', '110709.528000', '110709.531000', '110709.534000', '110709.536000', '110709.539000', '110709.542000', '110709.544000', '110709.547000', '110709.549000', '110709.552000', '110709.555000', '110709.557000', '110709.560000', '110709.562000', '110709.565000', '110709.567000', '110709.570000', '110709.573000', '110709.575000', '110709.578000', '110709.580000', '110709.583000', '110709.586000', '110709.588000', '110709.591000', '110709.594000', '110709.596000', '110709.599000', '110709.602000', '110709.604000', '110709.607000', '110709.609000', '110709.612000', '110709.615000', '110709.617000', '110709.620000', '110709.623000', '110709.625000', '110709.628000', '110709.630000', '110709.633000', '110709.636000', '110729.525000', '110729.528000', '110729.531000', '110729.534000', '110729.536000', '110729.539000', '110729.542000', '110729.544000', '110729.547000', '110729.549000', '110729.552000', '110729.554000', '110729.557000', '110729.560000', '110729.563000', '110729.566000', '110729.568000', '110729.572000', '110729.575000', '110729.577000', '110729.580000', '110729.583000', '110729.585000', '110729.588000', '110729.590000', '110729.593000', '110729.596000', '110729.598000', '110729.601000', '110729.603000', '110729.606000', '110729.609000', '110729.611000', '110729.614000', '110729.616000', '110729.619000', '110729.622000', '110729.624000', '110729.627000', '110729.629000', '110729.632000', '110729.634000', '110729.637000', '110729.639000', '110749.524000', '110749.527000', '110749.530000', '110749.532000', '110749.535000', '110749.538000', '110749.540000', '110749.543000', '110749.545000', '110749.548000', '110749.550000', '110749.553000', '110749.556000', '110749.558000', '110749.561000', '110749.563000', '110749.566000', '110749.569000', '110749.571000', '110749.574000', '110749.576000', '110749.579000', '110749.581000', '110749.584000', '110749.587000', '110749.589000', '110749.592000', '110749.594000', '110749.597000', '110749.599000', '110749.602000', '110749.605000', '110749.607000', '110749.610000', '110749.612000', '110749.615000', '110749.618000', '110749.620000', '110749.623000', '110749.625000', '110749.628000', '110749.630000', '110749.633000', '110753.367000', '110753.369000', '110753.373000', '110753.376000', '110753.379000', '110753.381000', '110753.384000', '110753.387000', '110753.389000'], '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': [8177, 8336, 8693, 7879, 8439, 8505, 8495, 8941, 7754, 9095, 8074, 8367, 8649, 7752, 8840, 7866, 7664, 8808, 7829, 8868, 8102, 6448, 8816, 7464, 8702, 7702, 8226, 8593, 6883, 8645, 7980, 8884, 7843, 7155, 8468, 8505, 8637, 7650, 6739, 8757, 7875, 8802, 7932, 7315, 8833, 7315, 8626, 8118, 7682, 8633, 7453, 8644, 8184, 7114, 8691, 7512, 8693, 8444, 8399, 8869, 7408, 8148, 8721, 8286, 8899, 7505, 7719, 8826, 8164, 8734, 7702, 7608, 8711, 7723, 8752, 7367, 8569, 8685, 7501, 8836, 7333, 8770, 8114, 6753, 8849, 8209, 9011, 7737, 6463, 8808, 7625, 8524, 7633, 8193, 8571, 6386, 8729, 7322, 8091, 8454, 6451, 8788, 7922, 8214, 7872, 7046, 8800, 7528, 8603, 7818, 8338, 8529, 7563, 8085, 8445, 7994, 8694, 7921, 6989, 8591, 7907, 8297, 8153, 7492, 8312, 8293, 8811, 8035, 8805, 8201, 7145, 8873, 7324, 8326, 7801, 8241, 8373, 8204, 8502, 7709, 8222, 8388, 8151, 8742, 7804, 8472, 8493, 8820, 8949, 7617, 9087, 8246, 6691, 8963, 7631, 8950, 8217, 7606, 8868, 7787, 8750, 8180, 6897, 8642, 7674, 8951, 8317, 6905, 8716, 7925, 8679, 8273, 8584, 8447, 7771, 7106, 8787, 7878, 8552, 7943, 6990, 8863, 7478, 8868, 8537, 6670, 8748, 7556, 8608, 8275, 6382, 8772, 7266, 8507, 8110, 6454, 8861, 7610, 8341, 8135, 7277, 8547, 7627, 8240, 8254, 6277, 8704, 7467, 8662, 8526, 7464, 8639, 7551, 8551, 8590, 6492, 8846, 7267, 7908, 8242, 6440, 8542, 7615, 8429, 8360, 7716, 8656, 7471, 8343, 8309, 8543, 8631, 7755, 7011, 8576, 7794, 8148, 8004, 7174, 8664, 7452, 8368, 8556, 8174, 8443, 7803, 6921, 8769, 7855, 8813, 7443, 8424, 8699, 8237, 8770, 7652, 8233, 8355, 8515, 8522, 7605, 8224, 8860, 7529, 8840, 7200, 7977, 8437, 8480, 8515, 7396, 7703, 8299, 8602, 8988, 7856, 6637, 8490, 7556, 8550, 7913, 7184, 8157, 8189, 8506, 7951, 7297, 8904, 7516, 8805, 8262, 7970, 8677, 7520, 7779, 8477, 8578, 8632, 7812, 6582, 8822, 7653, 8626, 8381, 8885, 8638, 7576, 8262, 8459, 8276, 8621, 7740, 8847, 8475, 6506, 8923, 7787, 8372, 8123, 7718, 8748, 8102, 8469, 7862, 7051, 8472, 7717, 8967, 7893, 6407, 8584, 8066, 8840, 7915, 6490, 8791, 7835, 8621, 8330, 6409, 8769, 7264, 8123, 8195, 7698, 8759, 8124, 8315, 8114, 6359, 8622, 7814, 8695, 8063, 8537, 8662, 7369, 8023, 8272, 8744, 8639, 7573, 7975, 8752, 7941, 8642, 7904, 6197, 8925, 7409, 8612, 7726, 8369, 8780, 8011, 8678, 7523, 8593, 8408, 8725, 8746, 7552, 8015, 8259, 6992, 9061, 7681, 8500, 7767, 7664, 8900, 7919, 8990, 8224, 8580, 8641, 7771, 7189, 8660, 8060, 8514, 7642, 8587, 8254, 8292, 8607, 7368, 7709, 8459, 8459, 8372, 8134, 6847, 8538, 7514, 8650, 8401, 8338, 8546, 7795, 7504, 8832, 7743, 8898, 8254, 6290, 8818, 7655, 8731, 8248, 8370, 9175, 7655, 8508, 8172, 8311, 8890, 7465, 8662, 8426, 8358, 8556, 7486, 7685, 8535, 8082, 8788, 7911, 7352, 8594, 8146, 8631, 8497, 8276, 9041, 8028, 6270, 8981, 7555, 8194, 8351, 6670, 8800, 7493, 8846, 8451, 7475, 8649, 7353, 8622, 8377, 8690, 8623, 7612, 6380, 8550, 8396, 8722, 8208, 8362, 8883, 7832, 8491, 8623, 7353, 8892, 7806, 8462, 8197, 7294, 8851, 7366, 8734, 8240, 8945, 9023, 7805, 8883, 8183, 8647, 8558, 7679, 6369, 8914, 7653, 8123, 8146, 8074, 8772, 7564, 8300, 8709, 7707, 8815, 7962, 6276, 8913, 7181, 8757, 8551, 7628, 8595, 8211, 7240, 9049, 7610, 7462, 8875, 6909, 8817, 7595, 7683, 8883, 7284, 8919, 7894, 6806, 8632, 8154, 8815, 7721, 6882, 8702, 8011, 8823, 7683, 6999, 8383, 8143, 8651, 7709, 7077, 8183, 7671, 8697, 7768, 8652, 8190, 6607, 8793, 7440, 8644, 8206, 8721, 8815, 7743, 8430, 8570, 8489, 8701, 7763, 6366, 8673, 7986, 8155, 8215, 8948, 8547, 7761, 8607, 8349, 8549, 8791, 7586, 7517, 8665, 8392, 8822, 7810, 6377, 8760, 8410, 8612, 8250, 9216, 9013, 7898, 8768, 8634, 8900, 8753, 7794, 8383, 8753, 8287, 9151, 8087, 7357, 8977, 7814, 9029, 8697, 8176, 9202, 8082, 8305, 8826, 8028, 9121, 8073, 8536, 8832, 7872, 9010, 7924, 7753, 8831, 8225, 8252, 8157, 8438, 8972, 7937, 8816, 8745, 8177, 9036, 7770, 7783, 9030, 7575, 9109, 8403, 6630, 8883, 7661, 8381, 8393, 6611, 8930, 8000, 8687, 8365, 6839, 8643, 8241, 9056, 8485, 8026, 8848, 7954, 8873, 8396, 8290, 8932, 7609, 8455, 8046, 7769, 8758, 7857, 8903, 7653, 7473, 8875, 8542, 9022, 7939, 6555, 8477, 8065, 9042, 8142, 8405, 8744, 7856, 6648, 8621, 7714, 8282, 8551, 6332, 9118, 7362, 8628, 8781, 8403, 8903, 7823, 7701, 8924, 8262, 8577, 8204, 6415, 8883, 7675, 8725, 8890, 6484, 8724, 7870, 8262, 9149, 7962, 8874, 8089, 6574, 9246, 7453, 8265, 8253, 6209, 9277, 7706, 8648, 8455, 6551, 8768, 7440, 8633, 8596, 8498, 8788, 7713, 7247, 8608, 8645, 8589, 8355, 9123, 8801, 8039, 8388, 8620, 8380, 8999, 8027, 7035, 8970, 7725, 8511, 8037, 8114, 8817, 6735, 9119, 7602, 8217, 8437, 7373, 8796, 7619, 8515, 8613, 8512, 8628, 7571, 6636, 8807, 7824, 8705, 8453, 8322, 8935, 8035, 6987, 8882, 7708, 7855, 8342, 7306, 8843, 7933, 8296, 8682, 8146, 8771, 8028, 8238, 8853, 7670, 8726, 8416, 8138, 8958, 8340, 8586, 8024, 8662, 8790, 7619, 8842, 8089, 8851, 8603, 6533, 8843, 7723, 8615, 8611, 8628, 8760, 7681, 6245, 8505, 8884, 8743, 8168, 8872, 9080, 7768, 8416, 8663, 8240, 9067, 8119, 7340, 8813, 8132, 8562, 8369, 6347, 9014, 7729, 8430, 8744, 7172, 8908, 8168, 8770, 8181, 9236, 9303, 7760, 8869, 7955, 7098, 9082, 8339, 8796, 8084, 6940, 8961, 8061, 9071, 8575, 8859, 9079, 7749, 8822, 8640, 6471, 9342, 7875, 8644, 8503, 6308, 8984, 7618, 9318, 8351], 'WindowCenter': [4086.0, 4059.0, 4054.0, 4044.0, 4040.0, 4051.0, 4037.0, 4047.0, 4028.0, 4038.0, 4028.0, 4025.0, 4035.0, 4014.0, 4035.0, 4026.0, 4015.0, 4035.0, 4017.0, 4036.0, 4026.0, 3996.0, 4036.0, 4015.0, 4040.0, 4029.0, 4039.0, 4049.0, 4017.0, 4051.0, 4040.0, 4049.0, 4042.0, 4018.0, 4040.0, 4038.0, 4036.0, 4018.0, 3995.0, 4036.0, 4026.0, 4036.0, 4028.0, 4015.0, 4037.0, 4018.0, 4037.0, 4027.0, 4016.0, 4036.0, 4017.0, 4037.0, 4036.0, 4017.0, 4037.0, 4017.0, 4036.0, 4038.0, 4026.0, 4037.0, 4018.0, 4024.0, 4038.0, 4027.0, 4038.0, 4018.0, 4028.0, 4049.0, 4036.0, 4037.0, 4029.0, 4027.0, 4036.0, 4026.0, 4038.0, 4030.0, 4039.0, 4049.0, 4028.0, 4051.0, 4030.0, 4052.0, 4042.0, 4018.0, 4063.0, 4050.0, 4050.0, 4041.0, 4009.0, 4050.0, 4029.0, 4052.0, 4043.0, 4041.0, 4053.0, 4010.0, 4051.0, 4032.0, 4042.0, 4052.0, 4010.0, 4053.0, 4041.0, 4039.0, 4041.0, 4020.0, 4049.0, 4029.0, 4038.0, 4028.0, 4036.0, 4037.0, 4028.0, 4026.0, 4038.0, 4027.0, 4036.0, 4027.0, 4004.0, 4038.0, 4026.0, 4027.0, 4027.0, 4016.0, 4040.0, 4028.0, 4038.0, 4027.0, 4037.0, 4041.0, 4016.0, 4049.0, 4030.0, 4040.0, 4042.0, 4039.0, 4051.0, 4040.0, 4040.0, 4029.0, 4038.0, 4041.0, 4028.0, 4039.0, 4030.0, 4039.0, 4051.0, 4050.0, 4050.0, 4030.0, 4050.0, 4052.0, 4018.0, 4052.0, 4039.0, 4049.0, 4040.0, 4029.0, 4038.0, 4027.0, 4037.0, 4040.0, 4006.0, 4036.0, 4028.0, 4037.0, 4040.0, 4017.0, 4038.0, 4027.0, 4037.0, 4027.0, 4036.0, 4026.0, 4026.0, 4004.0, 4035.0, 4025.0, 4036.0, 4030.0, 4014.0, 4038.0, 4018.0, 4037.0, 4049.0, 4008.0, 4050.0, 4030.0, 4041.0, 4051.0, 4008.0, 4051.0, 4030.0, 4041.0, 4040.0, 4008.0, 4050.0, 4030.0, 4039.0, 4040.0, 4030.0, 4052.0, 4043.0, 4040.0, 4042.0, 4007.0, 4051.0, 4029.0, 4039.0, 4050.0, 4030.0, 4051.0, 4040.0, 4051.0, 4051.0, 4010.0, 4064.0, 4031.0, 4043.0, 4053.0, 4010.0, 4053.0, 4041.0, 4041.0, 4041.0, 4028.0, 4049.0, 4029.0, 4038.0, 4038.0, 4038.0, 4039.0, 4028.0, 4016.0, 4038.0, 4028.0, 4027.0, 4038.0, 4017.0, 4037.0, 4029.0, 4038.0, 4051.0, 4039.0, 4040.0, 4030.0, 4017.0, 4040.0, 4039.0, 4050.0, 4031.0, 4040.0, 4051.0, 4039.0, 4051.0, 4031.0, 4040.0, 4040.0, 4038.0, 4050.0, 4030.0, 4042.0, 4051.0, 4029.0, 4051.0, 4033.0, 4042.0, 4053.0, 4051.0, 4051.0, 4031.0, 4027.0, 4040.0, 4037.0, 4039.0, 4029.0, 4006.0, 4040.0, 4028.0, 4050.0, 4041.0, 4030.0, 4054.0, 4052.0, 4053.0, 4042.0, 4031.0, 4063.0, 4032.0, 4051.0, 4041.0, 4028.0, 4038.0, 4029.0, 4016.0, 4038.0, 4037.0, 4037.0, 4028.0, 4003.0, 4039.0, 4028.0, 4039.0, 4040.0, 4038.0, 4039.0, 4029.0, 4026.0, 4038.0, 4039.0, 4037.0, 4029.0, 4048.0, 4042.0, 4009.0, 4051.0, 4031.0, 4039.0, 4042.0, 4030.0, 4053.0, 4040.0, 4041.0, 4042.0, 4020.0, 4043.0, 4032.0, 4051.0, 4041.0, 4007.0, 4039.0, 4040.0, 4038.0, 4040.0, 4008.0, 4038.0, 4029.0, 4038.0, 4040.0, 4008.0, 4051.0, 4031.0, 4041.0, 4052.0, 4030.0, 4053.0, 4044.0, 4041.0, 4040.0, 4008.0, 4053.0, 4032.0, 4040.0, 4042.0, 4039.0, 4041.0, 4028.0, 4027.0, 4040.0, 4039.0, 4039.0, 4029.0, 4027.0, 4038.0, 4039.0, 4040.0, 4040.0, 3998.0, 4052.0, 4030.0, 4050.0, 4041.0, 4039.0, 4052.0, 4041.0, 4051.0, 4043.0, 4051.0, 4053.0, 4040.0, 4039.0, 4031.0, 4040.0, 4041.0, 4021.0, 4053.0, 4040.0, 4051.0, 4043.0, 4032.0, 4051.0, 4043.0, 4051.0, 4040.0, 4039.0, 4040.0, 4030.0, 4016.0, 4039.0, 4040.0, 4052.0, 4031.0, 4051.0, 4052.0, 4050.0, 4052.0, 4030.0, 4029.0, 4040.0, 4040.0, 4040.0, 4031.0, 4007.0, 4038.0, 4030.0, 4039.0, 4040.0, 4037.0, 4039.0, 4030.0, 4018.0, 4050.0, 4029.0, 4050.0, 4041.0, 3998.0, 4050.0, 4030.0, 4039.0, 4041.0, 4037.0, 4051.0, 4029.0, 4039.0, 4040.0, 4039.0, 4050.0, 4029.0, 4040.0, 4041.0, 4040.0, 4050.0, 4031.0, 4030.0, 4043.0, 4029.0, 4039.0, 4041.0, 4017.0, 4038.0, 4028.0, 4037.0, 4039.0, 4029.0, 4037.0, 4038.0, 4008.0, 4050.0, 4030.0, 4041.0, 4052.0, 4020.0, 4064.0, 4031.0, 4052.0, 4054.0, 4032.0, 4053.0, 4031.0, 4042.0, 4043.0, 4041.0, 4040.0, 4031.0, 3997.0, 4039.0, 4040.0, 4037.0, 4040.0, 4037.0, 4051.0, 4030.0, 4050.0, 4052.0, 4030.0, 4063.0, 4044.0, 4053.0, 4055.0, 4031.0, 4052.0, 4032.0, 4053.0, 4054.0, 4051.0, 4051.0, 4032.0, 4050.0, 4040.0, 4041.0, 4040.0, 4031.0, 4008.0, 4051.0, 4031.0, 4041.0, 4042.0, 4040.0, 4051.0, 4042.0, 4040.0, 4053.0, 4041.0, 4052.0, 4046.0, 4010.0, 4063.0, 4033.0, 4051.0, 4054.0, 4043.0, 4054.0, 4055.0, 4041.0, 4065.0, 4053.0, 4044.0, 4075.0, 4034.0, 4067.0, 4057.0, 4043.0, 4066.0, 4045.0, 4067.0, 4056.0, 4033.0, 4066.0, 4055.0, 4066.0, 4057.0, 4035.0, 4068.0, 4054.0, 4066.0, 4045.0, 4034.0, 4055.0, 4053.0, 4064.0, 4043.0, 4033.0, 4066.0, 4043.0, 4065.0, 4043.0, 4065.0, 4057.0, 4024.0, 4055.0, 4033.0, 4052.0, 4053.0, 4052.0, 4052.0, 4030.0, 4037.0, 4040.0, 4040.0, 4040.0, 4029.0, 3993.0, 4038.0, 4028.0, 4027.0, 4040.0, 4039.0, 4038.0, 4018.0, 4025.0, 4040.0, 4037.0, 4026.0, 4018.0, 4016.0, 4038.0, 4026.0, 4038.0, 4027.0, 3995.0, 4039.0, 4028.0, 4038.0, 4041.0, 4048.0, 4050.0, 4029.0, 4039.0, 4040.0, 4038.0, 4040.0, 4030.0, 4039.0, 4040.0, 4040.0, 4050.0, 4040.0, 4018.0, 4050.0, 4030.0, 4049.0, 4053.0, 4051.0, 4061.0, 4052.0, 4053.0, 4067.0, 4055.0, 4077.0, 4057.0, 4065.0, 4067.0, 4054.0, 4064.0, 4055.0, 4040.0, 4054.0, 4042.0, 4041.0, 4043.0, 4041.0, 4052.0, 4042.0, 4050.0, 4052.0, 4039.0, 4050.0, 4031.0, 4029.0, 4051.0, 4030.0, 4050.0, 4042.0, 4021.0, 4053.0, 4032.0, 4041.0, 4042.0, 4010.0, 4051.0, 4041.0, 4040.0, 4042.0, 4007.0, 4039.0, 4041.0, 4050.0, 4041.0, 4028.0, 4050.0, 4040.0, 4049.0, 4039.0, 4039.0, 4050.0, 4029.0, 4042.0, 4044.0, 4030.0, 4054.0, 4044.0, 4064.0, 4043.0, 4032.0, 4052.0, 4041.0, 4051.0, 4042.0, 4008.0, 4039.0, 4029.0, 4037.0, 4029.0, 4025.0, 4038.0, 4028.0, 4006.0, 4039.0, 4028.0, 4040.0, 4050.0, 4008.0, 4049.0, 4031.0, 4040.0, 4053.0, 4040.0, 4050.0, 4044.0, 4029.0, 4052.0, 4040.0, 4038.0, 4041.0, 4007.0, 4053.0, 4044.0, 4052.0, 4063.0, 4021.0, 4064.0, 4056.0, 4054.0, 4076.0, 4054.0, 4066.0, 4055.0, 4024.0, 4067.0, 4044.0, 4054.0, 4058.0, 4012.0, 4065.0, 4043.0, 4053.0, 4053.0, 4012.0, 4053.0, 4031.0, 4052.0, 4051.0, 4051.0, 4053.0, 4033.0, 4030.0, 4052.0, 4040.0, 4039.0, 4041.0, 4049.0, 4050.0, 4029.0, 4028.0, 4040.0, 4039.0, 4049.0, 4041.0, 4018.0, 4051.0, 4040.0, 4053.0, 4044.0, 4042.0, 4064.0, 4021.0, 4065.0, 4045.0, 4055.0, 4055.0, 4032.0, 4055.0, 4043.0, 4051.0, 4055.0, 4051.0, 4054.0, 4043.0, 4011.0, 4052.0, 4032.0, 4039.0, 4053.0, 4041.0, 4051.0, 4042.0, 4031.0, 4063.0, 4041.0, 4042.0, 4066.0, 4043.0, 4066.0, 4054.0, 4055.0, 4067.0, 4053.0, 4064.0, 4055.0, 4054.0, 4066.0, 4045.0, 4064.0, 4055.0, 4042.0, 4066.0, 4054.0, 4065.0, 4056.0, 4054.0, 4066.0, 4044.0, 4065.0, 4043.0, 4054.0, 4055.0, 4013.0, 4065.0, 4044.0, 4052.0, 4056.0, 4052.0, 4053.0, 4044.0, 4012.0, 4041.0, 4051.0, 4039.0, 4039.0, 4039.0, 4039.0, 4029.0, 4027.0, 4039.0, 4039.0, 4038.0, 4028.0, 4017.0, 4050.0, 4031.0, 4037.0, 4040.0, 3997.0, 4052.0, 4032.0, 4041.0, 4042.0, 4019.0, 4050.0, 4039.0, 4040.0, 4042.0, 4050.0, 4050.0, 4029.0, 4051.0, 4041.0, 4020.0, 4052.0, 4042.0, 4042.0, 4042.0, 4020.0, 4050.0, 4030.0, 4039.0, 4040.0, 4050.0, 4051.0, 4031.0, 4051.0, 4054.0, 4022.0, 4065.0, 4042.0, 4053.0, 4068.0, 4025.0, 4065.0, 4044.0, 4065.0, 4054.0], 'WindowWidth': [9109.0, 9058.0, 9041.0, 9024.0, 9013.0, 9028.0, 9003.0, 9015.0, 8993.0, 9003.0, 8991.0, 8983.0, 8996.0, 8966.0, 8995.0, 8986.0, 8970.0, 8996.0, 8974.0, 8997.0, 8987.0, 8946.0, 8998.0, 8971.0, 9009.0, 8997.0, 9008.0, 9022.0, 8976.0, 9028.0, 9012.0, 9022.0, 9016.0, 8978.0, 9009.0, 9005.0, 8999.0, 8978.0, 8940.0, 8997.0, 8983.0, 8998.0, 8989.0, 8968.0, 8999.0, 8975.0, 8999.0, 8989.0, 8972.0, 8998.0, 8974.0, 9000.0, 9000.0, 8974.0, 9002.0, 8977.0, 8997.0, 9003.0, 8986.0, 9002.0, 8979.0, 8981.0, 9004.0, 8988.0, 9005.0, 8980.0, 8989.0, 9020.0, 9000.0, 9002.0, 8995.0, 8988.0, 9001.0, 8987.0, 9006.0, 8997.0, 9007.0, 9022.0, 8993.0, 9027.0, 8998.0, 9030.0, 9018.0, 8981.0, 9045.0, 9025.0, 9026.0, 9016.0, 8968.0, 9025.0, 8995.0, 9030.0, 9021.0, 9014.0, 9033.0, 8972.0, 9030.0, 9006.0, 9016.0, 9032.0, 8972.0, 9031.0, 9014.0, 9008.0, 9014.0, 8981.0, 9021.0, 8993.0, 9004.0, 8993.0, 8999.0, 9001.0, 8991.0, 8986.0, 9005.0, 8987.0, 8998.0, 8988.0, 8955.0, 9005.0, 8987.0, 8986.0, 8989.0, 8972.0, 9008.0, 8990.0, 9003.0, 8989.0, 9000.0, 9012.0, 8975.0, 9020.0, 8997.0, 9010.0, 9017.0, 9009.0, 9028.0, 9010.0, 9011.0, 8996.0, 9005.0, 9012.0, 8991.0, 9007.0, 8996.0, 9008.0, 9026.0, 9022.0, 9024.0, 8998.0, 9025.0, 9031.0, 8980.0, 9028.0, 9010.0, 9020.0, 9010.0, 8993.0, 9004.0, 8988.0, 9000.0, 9008.0, 8959.0, 8999.0, 8990.0, 8999.0, 9009.0, 8974.0, 9003.0, 8988.0, 8998.0, 8988.0, 8997.0, 8985.0, 8987.0, 8954.0, 8996.0, 8983.0, 8998.0, 8997.0, 8967.0, 9003.0, 8978.0, 9003.0, 9021.0, 8965.0, 9025.0, 8997.0, 9012.0, 9027.0, 8967.0, 9027.0, 8997.0, 9011.0, 9013.0, 8968.0, 9024.0, 8997.0, 9007.0, 9012.0, 8997.0, 9030.0, 9018.0, 9009.0, 9016.0, 8965.0, 9026.0, 8998.0, 9007.0, 9023.0, 8996.0, 9026.0, 9013.0, 9025.0, 9026.0, 8972.0, 9049.0, 9004.0, 9019.0, 9033.0, 8974.0, 9033.0, 9014.0, 9014.0, 9013.0, 8992.0, 9022.0, 8995.0, 9003.0, 9004.0, 9005.0, 9006.0, 8992.0, 8973.0, 9006.0, 8991.0, 8988.0, 9005.0, 8975.0, 9002.0, 8994.0, 9004.0, 9025.0, 9007.0, 9010.0, 8999.0, 8975.0, 9008.0, 9007.0, 9025.0, 9001.0, 9009.0, 9027.0, 9008.0, 9025.0, 9000.0, 9008.0, 9011.0, 9004.0, 9023.0, 8999.0, 9015.0, 9027.0, 8995.0, 9028.0, 9006.0, 9016.0, 9033.0, 9026.0, 9027.0, 9000.0, 8988.0, 9010.0, 9000.0, 9005.0, 8993.0, 8959.0, 9008.0, 8992.0, 9023.0, 9013.0, 8999.0, 9036.0, 9031.0, 9032.0, 9018.0, 9000.0, 9045.0, 9003.0, 9025.0, 9014.0, 8992.0, 9005.0, 8995.0, 8972.0, 9004.0, 9000.0, 9000.0, 8990.0, 8952.0, 9005.0, 8990.0, 9005.0, 9009.0, 9004.0, 9006.0, 8994.0, 8986.0, 9006.0, 9007.0, 9002.0, 8996.0, 9017.0, 9016.0, 8968.0, 9029.0, 9001.0, 9008.0, 9016.0, 8998.0, 9032.0, 9012.0, 9012.0, 9014.0, 8982.0, 9017.0, 9001.0, 9024.0, 9014.0, 8964.0, 9007.0, 9009.0, 9004.0, 9010.0, 8964.0, 9004.0, 8993.0, 9003.0, 9010.0, 8966.0, 9027.0, 9001.0, 9014.0, 9030.0, 8999.0, 9033.0, 9023.0, 9013.0, 9012.0, 8967.0, 9030.0, 9002.0, 9009.0, 9014.0, 9006.0, 9010.0, 8993.0, 8988.0, 9010.0, 9007.0, 9007.0, 8994.0, 8988.0, 9005.0, 9007.0, 9010.0, 9013.0, 8952.0, 9029.0, 8996.0, 9023.0, 9015.0, 9008.0, 9031.0, 9015.0, 9027.0, 9020.0, 9027.0, 9033.0, 9009.0, 9009.0, 9000.0, 9011.0, 9015.0, 8985.0, 9031.0, 9013.0, 9028.0, 9022.0, 9003.0, 9027.0, 9019.0, 9025.0, 9011.0, 9008.0, 9008.0, 8995.0, 8973.0, 9008.0, 9010.0, 9027.0, 8998.0, 9024.0, 9031.0, 9026.0, 9030.0, 8999.0, 8994.0, 9010.0, 9009.0, 9008.0, 8998.0, 8961.0, 9005.0, 8996.0, 9006.0, 9010.0, 9002.0, 9007.0, 8997.0, 8978.0, 9025.0, 8994.0, 9023.0, 9014.0, 8952.0, 9023.0, 8998.0, 9008.0, 9014.0, 9003.0, 9024.0, 8993.0, 9006.0, 9010.0, 9007.0, 9022.0, 8995.0, 9009.0, 9014.0, 9010.0, 9023.0, 9002.0, 8995.0, 9016.0, 8995.0, 9007.0, 9012.0, 8976.0, 9003.0, 8991.0, 9000.0, 9007.0, 8993.0, 9002.0, 9006.0, 8965.0, 9024.0, 8997.0, 9013.0, 9030.0, 8985.0, 9048.0, 9003.0, 9029.0, 9035.0, 9005.0, 9032.0, 9003.0, 9014.0, 9017.0, 9012.0, 9010.0, 8999.0, 8948.0, 9007.0, 9010.0, 9001.0, 9011.0, 9002.0, 9026.0, 8997.0, 9023.0, 9032.0, 9000.0, 9046.0, 9022.0, 9034.0, 9040.0, 9003.0, 9030.0, 9005.0, 9031.0, 9036.0, 9026.0, 9026.0, 9002.0, 9022.0, 9010.0, 9011.0, 9009.0, 9001.0, 8966.0, 9027.0, 9001.0, 9012.0, 9017.0, 9011.0, 9026.0, 9018.0, 9011.0, 9033.0, 9016.0, 9030.0, 9027.0, 8972.0, 9047.0, 9007.0, 9028.0, 9037.0, 9021.0, 9034.0, 9038.0, 9018.0, 9054.0, 9037.0, 9025.0, 9069.0, 9012.0, 9060.0, 9046.0, 9024.0, 9058.0, 9027.0, 9060.0, 9044.0, 9012.0, 9058.0, 9039.0, 9055.0, 9045.0, 9014.0, 9062.0, 9038.0, 9055.0, 9027.0, 9012.0, 9041.0, 9035.0, 9050.0, 9022.0, 9009.0, 9056.0, 9022.0, 9053.0, 9023.0, 9054.0, 9046.0, 8998.0, 9039.0, 9009.0, 9031.0, 9034.0, 9029.0, 9028.0, 8999.0, 9002.0, 9010.0, 9008.0, 9008.0, 8995.0, 8940.0, 9005.0, 8992.0, 8988.0, 9010.0, 9004.0, 9004.0, 8977.0, 8983.0, 9008.0, 9001.0, 8984.0, 8976.0, 8970.0, 9004.0, 8986.0, 9003.0, 8990.0, 8942.0, 9005.0, 8990.0, 9002.0, 9010.0, 9014.0, 9022.0, 8994.0, 9005.0, 9010.0, 9004.0, 9010.0, 8997.0, 9007.0, 9010.0, 9009.0, 9022.0, 9013.0, 8978.0, 9024.0, 8999.0, 9021.0, 9034.0, 9029.0, 9042.0, 9033.0, 9034.0, 9059.0, 9039.0, 9071.0, 9045.0, 9052.0, 9058.0, 9038.0, 9051.0, 9040.0, 9013.0, 9035.0, 9016.0, 9012.0, 9018.0, 9012.0, 9027.0, 9016.0, 9023.0, 9028.0, 9008.0, 9024.0, 9001.0, 8994.0, 9027.0, 8999.0, 9023.0, 9017.0, 8986.0, 9032.0, 9003.0, 9012.0, 9015.0, 8971.0, 9027.0, 9013.0, 9010.0, 9014.0, 8963.0, 9009.0, 9011.0, 9021.0, 9010.0, 8990.0, 9024.0, 9012.0, 9019.0, 9009.0, 9006.0, 9023.0, 8996.0, 9015.0, 9021.0, 8999.0, 9034.0, 9021.0, 9050.0, 9023.0, 9002.0, 9029.0, 9013.0, 9026.0, 9015.0, 8965.0, 9006.0, 8995.0, 9000.0, 8994.0, 8985.0, 9002.0, 8991.0, 8957.0, 9007.0, 8992.0, 9008.0, 9023.0, 8964.0, 9021.0, 9001.0, 9009.0, 9031.0, 9009.0, 9024.0, 9021.0, 8995.0, 9028.0, 9010.0, 9005.0, 9014.0, 8966.0, 9033.0, 9022.0, 9029.0, 9047.0, 8991.0, 9050.0, 9043.0, 9035.0, 9068.0, 9037.0, 9055.0, 9042.0, 8998.0, 9056.0, 9023.0, 9038.0, 9047.0, 8980.0, 9051.0, 9021.0, 9034.0, 9034.0, 8979.0, 9032.0, 9003.0, 9029.0, 9030.0, 9028.0, 9030.0, 9006.0, 8997.0, 9028.0, 9011.0, 9007.0, 9013.0, 9019.0, 9023.0, 8996.0, 8991.0, 9010.0, 9007.0, 9019.0, 9013.0, 8978.0, 9027.0, 9013.0, 9031.0, 9022.0, 9018.0, 9050.0, 8990.0, 9054.0, 9027.0, 9038.0, 9039.0, 9004.0, 9038.0, 9022.0, 9027.0, 9035.0, 9026.0, 9034.0, 9020.0, 8973.0, 9028.0, 9002.0, 9007.0, 9031.0, 9013.0, 9026.0, 9018.0, 9002.0, 9047.0, 9016.0, 9019.0, 9056.0, 9023.0, 9055.0, 9039.0, 9041.0, 9059.0, 9037.0, 9052.0, 9040.0, 9035.0, 9057.0, 9026.0, 9050.0, 9040.0, 9019.0, 9057.0, 9038.0, 9053.0, 9042.0, 9036.0, 9056.0, 9025.0, 9051.0, 9021.0, 9034.0, 9038.0, 8980.0, 9053.0, 9025.0, 9031.0, 9041.0, 9032.0, 9033.0, 9023.0, 8975.0, 9011.0, 9023.0, 9004.0, 9007.0, 9004.0, 9005.0, 8993.0, 8988.0, 9007.0, 9006.0, 9004.0, 8992.0, 8975.0, 9023.0, 8998.0, 9002.0, 9010.0, 8950.0, 9028.0, 9001.0, 9011.0, 9016.0, 8982.0, 9025.0, 9009.0, 9008.0, 9013.0, 9022.0, 9023.0, 8993.0, 9026.0, 9014.0, 8985.0, 9027.0, 9015.0, 9013.0, 9016.0, 8983.0, 9022.0, 8995.0, 9004.0, 9010.0, 9022.0, 9026.0, 9001.0, 9027.0, 9036.0, 8991.0, 9050.0, 9019.0, 9034.0, 9063.0, 9003.0, 9053.0, 9025.0, 9050.0, 9035.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.0006281703107019562</td></tr>
<tr><td colspan=3>aqi</td><td>0.017290920598388954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.85032500430876</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.195047675541475</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053488070852543</td></tr>
<tr><td colspan=3>efc</td><td>0.4546</td></tr>
<tr><td colspan=3>fber</td><td>6767.3711</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06845851432052803</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.386844650264169</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2900549454008354</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.642953118805269</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.227525886586403</td></tr>
<tr><td colspan=3>gcor</td><td>0.00919059</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01683763414621353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027149172499775887</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.784722494550065</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>31.0505</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8881</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.2111</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305295.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>665.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.6703</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0227</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.9397</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3267.4467</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3468.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.3091</td></tr>
<tr><td colspan=3>tsnr</td><td>42.74952581897378</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>