<?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-0036_ses-01_task-social_acq-mb8_run-03_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-0036_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-03_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-03_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-0036/ses-01/func/sub-0036_ses-01_task-social_acq-mb8_run-03_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>0925c323f0ab455cfcf183d661844456</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>09:27:44.977500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998058, 0.0622678, -0.00176523, -0.0622679, 0.998059, 3.10083e-05]</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-03_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.141833</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7715, -7174, 535, -68, -41, 85, 71]</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>323.927</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ec5eace2-366f-498b-a254-e68e70128aef||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6777164936065674, -0.16706013679504395, -0.004762074910104275, 122.21985626220703], [-0.1670600175857544, 2.677720546722412, -0.00021321581152733415, -74.5042724609375], [-0.004735972266644239, -8.319289918290451e-05, 2.699995756149292, -29.525524139404297], [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': ['092744.977500', '092745.437500', '092745.897500', '092746.357500', '092746.817500', '092747.277500', '092747.737500', '092748.197500', '092748.657500', '092749.117500', '092749.577500', '092750.037500', '092750.497500', '092750.957500', '092751.417500', '092751.877500', '092752.337500', '092752.797500', '092753.257500', '092753.717500', '092754.177500', '092754.637500', '092755.097500', '092755.557500', '092756.017500', '092756.477500', '092756.937500', '092757.397500', '092757.857500', '092758.317500', '092758.777500', '092759.237500', '092759.697500', '092800.157500', '092800.617500', '092801.077500', '092801.537500', '092801.997500', '092802.457500', '092802.917500', '092803.377500', '092803.837500', '092804.297500', '092804.757500', '092805.217500', '092805.677500', '092806.137500', '092806.597500', '092807.057500', '092807.517500', '092807.977500', '092808.437500', '092808.897500', '092809.357500', '092809.817500', '092810.277500', '092810.737500', '092811.197500', '092811.657500', '092812.117500', '092812.577500', '092813.037500', '092813.497500', '092813.957500', '092814.417500', '092814.877500', '092815.337500', '092815.797500', '092816.257500', '092816.717500', '092817.177500', '092817.637500', '092818.097500', '092818.557500', '092819.017500', '092819.477500', '092819.937500', '092820.397500', '092820.857500', '092821.317500', '092821.777500', '092822.237500', '092822.697500', '092823.157500', '092823.617500', '092824.077500', '092824.537500', '092824.997500', '092825.457500', '092825.917500', '092826.377500', '092826.837500', '092827.297500', '092827.757500', '092828.217500', '092828.677500', '092829.137500', '092829.597500', '092830.057500', '092830.517500', '092830.977500', '092831.437500', '092831.897500', '092832.357500', '092832.817500', '092833.277500', '092833.737500', '092834.197500', '092834.657500', '092835.117500', '092835.577500', '092836.037500', '092836.497500', '092836.957500', '092837.417500', '092837.877500', '092838.337500', '092838.797500', '092839.257500', '092839.717500', '092840.177500', '092840.637500', '092841.097500', '092841.557500', '092842.017500', '092842.477500', '092842.937500', '092843.397500', '092843.857500', '092844.317500', '092844.777500', '092845.237500', '092845.697500', '092846.157500', '092846.617500', '092847.077500', '092847.537500', '092847.997500', '092848.457500', '092848.917500', '092849.377500', '092849.837500', '092850.297500', '092850.757500', '092851.217500', '092851.677500', '092852.137500', '092852.597500', '092853.057500', '092853.517500', '092853.977500', '092854.437500', '092854.897500', '092855.357500', '092855.817500', '092856.277500', '092856.737500', '092857.197500', '092857.657500', '092858.117500', '092858.577500', '092859.037500', '092859.497500', '092859.957500', '092900.417500', '092900.877500', '092901.337500', '092901.797500', '092902.257500', '092902.717500', '092903.177500', '092903.637500', '092904.097500', '092904.557500', '092905.017500', '092905.477500', '092905.937500', '092906.397500', '092906.857500', '092907.317500', '092907.777500', '092908.237500', '092908.697500', '092909.157500', '092909.617500', '092910.077500', '092910.537500', '092910.997500', '092911.457500', '092911.917500', '092912.377500', '092912.837500', '092913.297500', '092913.757500', '092914.217500', '092914.677500', '092915.137500', '092915.597500', '092916.057500', '092916.517500', '092916.977500', '092917.437500', '092917.897500', '092918.357500', '092918.817500', '092919.277500', '092919.737500', '092920.197500', '092920.657500', '092921.117500', '092921.577500', '092922.037500', '092922.497500', '092922.957500', '092923.417500', '092923.877500', '092924.337500', '092924.797500', '092925.257500', '092925.717500', '092926.177500', '092926.637500', '092927.097500', '092927.557500', '092928.017500', '092928.477500', '092928.937500', '092929.397500', '092929.857500', '092930.317500', '092930.777500', '092931.237500', '092931.697500', '092932.157500', '092932.617500', '092933.077500', '092933.537500', '092933.997500', '092934.457500', '092934.917500', '092935.377500', '092935.837500', '092936.297500', '092936.757500', '092937.217500', '092937.677500', '092938.137500', '092938.597500', '092939.057500', '092939.517500', '092939.977500', '092940.437500', '092940.897500', '092941.357500', '092941.817500', '092942.277500', '092942.737500', '092943.197500', '092943.657500', '092944.117500', '092944.577500', '092945.037500', '092945.497500', '092945.957500', '092946.417500', '092946.877500', '092947.337500', '092947.797500', '092948.257500', '092948.717500', '092949.177500', '092949.637500', '092950.097500', '092950.557500', '092951.017500', '092951.477500', '092951.937500', '092952.397500', '092952.857500', '092953.317500', '092953.777500', '092954.237500', '092954.697500', '092955.157500', '092955.617500', '092956.077500', '092956.537500', '092956.997500', '092957.457500', '092957.917500', '092958.377500', '092958.837500', '092959.297500', '092959.757500', '093000.217500', '093000.677500', '093001.137500', '093001.597500', '093002.057500', '093002.517500', '093002.977500', '093003.437500', '093003.897500', '093004.357500', '093004.817500', '093005.277500', '093005.737500', '093006.197500', '093006.657500', '093007.117500', '093007.577500', '093008.037500', '093008.497500', '093008.957500', '093009.417500', '093009.877500', '093010.337500', '093010.797500', '093011.257500', '093011.717500', '093012.177500', '093012.637500', '093013.097500', '093013.557500', '093014.017500', '093014.477500', '093014.937500', '093015.397500', '093015.857500', '093016.317500', '093016.777500', '093017.237500', '093017.697500', '093018.157500', '093018.617500', '093019.077500', '093019.537500', '093019.997500', '093020.457500', '093020.917500', '093021.377500', '093021.837500', '093022.297500', '093022.757500', '093023.217500', '093023.677500', '093024.137500', '093024.597500', '093025.057500', '093025.517500', '093025.977500', '093026.437500', '093026.897500', '093027.357500', '093027.817500', '093028.277500', '093028.737500', '093029.197500', '093029.657500', '093030.117500', '093030.577500', '093031.037500', '093031.497500', '093031.957500', '093032.417500', '093032.877500', '093033.337500', '093033.797500', '093034.257500', '093034.717500', '093035.177500', '093035.637500', '093036.097500', '093036.557500', '093037.017500', '093037.477500', '093037.937500', '093038.397500', '093038.857500', '093039.317500', '093039.777500', '093040.237500', '093040.697500', '093041.157500', '093041.617500', '093042.077500', '093042.537500', '093042.997500', '093043.457500', '093043.917500', '093044.377500', '093044.837500', '093045.297500', '093045.757500', '093046.217500', '093046.677500', '093047.137500', '093047.597500', '093048.057500', '093048.517500', '093048.977500', '093049.437500', '093049.897500', '093050.357500', '093050.817500', '093051.277500', '093051.737500', '093052.197500', '093052.657500', '093053.117500', '093053.577500', '093054.037500', '093054.497500', '093054.957500', '093055.417500', '093055.877500', '093056.337500', '093056.797500', '093057.257500', '093057.717500', '093058.177500', '093058.637500', '093059.097500', '093059.557500', '093100.017500', '093100.477500', '093100.937500', '093101.397500', '093101.857500', '093102.317500', '093102.777500', '093103.237500', '093103.697500', '093104.157500', '093104.617500', '093105.077500', '093105.537500', '093105.997500', '093106.457500', '093106.917500', '093107.377500', '093107.837500', '093108.297500', '093108.757500', '093109.217500', '093109.677500', '093110.137500', '093110.597500', '093111.057500', '093111.517500', '093111.977500', '093112.437500', '093112.897500', '093113.357500', '093113.817500', '093114.277500', '093114.737500', '093115.197500', '093115.657500', '093116.117500', '093116.577500', '093117.037500', '093117.497500', '093117.957500', '093118.417500', '093118.877500', '093119.337500', '093119.797500', '093120.257500', '093120.717500', '093121.177500', '093121.637500', '093122.097500', '093122.557500', '093123.017500', '093123.477500', '093123.937500', '093124.397500', '093124.857500', '093125.317500', '093125.777500', '093126.237500', '093126.697500', '093127.157500', '093127.617500', '093128.077500', '093128.537500', '093128.997500', '093129.457500', '093129.917500', '093130.377500', '093130.837500', '093131.297500', '093131.757500', '093132.217500', '093132.677500', '093133.137500', '093133.597500', '093134.057500', '093134.517500', '093134.977500', '093135.437500', '093135.897500', '093136.357500', '093136.817500', '093137.277500', '093137.737500', '093138.197500', '093138.657500', '093139.117500', '093139.577500', '093140.037500', '093140.497500', '093140.957500', '093141.417500', '093141.877500', '093142.337500', '093142.797500', '093143.257500', '093143.717500', '093144.177500', '093144.637500', '093145.097500', '093145.557500', '093146.017500', '093146.477500', '093146.937500', '093147.397500', '093147.857500', '093148.317500', '093148.777500', '093149.237500', '093149.697500', '093150.157500', '093150.617500', '093151.077500', '093151.537500', '093151.997500', '093152.457500', '093152.917500', '093153.377500', '093153.837500', '093154.297500', '093154.757500', '093155.217500', '093155.677500', '093156.137500', '093156.597500', '093157.057500', '093157.517500', '093157.977500', '093158.437500', '093158.897500', '093159.357500', '093159.817500', '093200.277500', '093200.737500', '093201.197500', '093201.657500', '093202.117500', '093202.577500', '093203.037500', '093203.497500', '093203.957500', '093204.417500', '093204.877500', '093205.337500', '093205.797500', '093206.257500', '093206.717500', '093207.177500', '093207.637500', '093208.097500', '093208.557500', '093209.017500', '093209.477500', '093209.937500', '093210.397500', '093210.857500', '093211.317500', '093211.777500', '093212.237500', '093212.697500', '093213.157500', '093213.617500', '093214.077500', '093214.537500', '093214.997500', '093215.457500', '093215.917500', '093216.377500', '093216.837500', '093217.297500', '093217.757500', '093218.217500', '093218.677500', '093219.137500', '093219.597500', '093220.057500', '093220.517500', '093220.977500', '093221.437500', '093221.897500', '093222.357500', '093222.817500', '093223.277500', '093223.737500', '093224.197500', '093224.657500', '093225.117500', '093225.577500', '093226.037500', '093226.497500', '093226.957500', '093227.417500', '093227.877500', '093228.337500', '093228.797500', '093229.257500', '093229.717500', '093230.177500', '093230.637500', '093231.097500', '093231.557500', '093232.017500', '093232.477500', '093232.937500', '093233.397500', '093233.857500', '093234.317500', '093234.777500', '093235.237500', '093235.697500', '093236.157500', '093236.617500', '093237.077500', '093237.537500', '093237.997500', '093238.457500', '093238.917500', '093239.377500', '093239.837500', '093240.297500', '093240.757500', '093241.217500', '093241.677500', '093242.137500', '093242.597500', '093243.057500', '093243.517500', '093243.977500', '093244.437500', '093244.897500', '093245.357500', '093245.817500', '093246.277500', '093246.737500', '093247.197500', '093247.657500', '093248.117500', '093248.577500', '093249.037500', '093249.497500', '093249.957500', '093250.417500', '093250.877500', '093251.337500', '093251.797500', '093252.257500', '093252.717500', '093253.177500', '093253.637500', '093254.097500', '093254.557500', '093255.017500', '093255.477500', '093255.937500', '093256.397500', '093256.857500', '093257.317500', '093257.777500', '093258.237500', '093258.697500', '093259.157500', '093259.617500', '093300.077500', '093300.537500', '093300.997500', '093301.457500', '093301.917500', '093302.377500', '093302.837500', '093303.297500', '093303.757500', '093304.217500', '093304.677500', '093305.137500', '093305.597500', '093306.057500', '093306.517500', '093306.977500', '093307.437500', '093307.897500', '093308.357500', '093308.817500', '093309.277500', '093309.737500', '093310.197500', '093310.657500', '093311.117500', '093311.577500', '093312.037500', '093312.497500', '093312.957500', '093313.417500', '093313.877500', '093314.337500', '093314.797500', '093315.257500', '093315.717500', '093316.177500', '093316.637500', '093317.097500', '093317.557500', '093318.017500', '093318.477500', '093318.937500', '093319.397500', '093319.857500', '093320.317500', '093320.777500', '093321.237500', '093321.697500', '093322.157500', '093322.617500', '093323.077500', '093323.537500', '093323.997500', '093324.457500', '093324.917500', '093325.377500', '093325.837500', '093326.297500', '093326.757500', '093327.217500', '093327.677500', '093328.137500', '093328.597500', '093329.057500', '093329.517500', '093329.977500', '093330.437500', '093330.897500', '093331.357500', '093331.817500', '093332.277500', '093332.737500', '093333.197500', '093333.657500', '093334.117500', '093334.577500', '093335.037500', '093335.497500', '093335.957500', '093336.417500', '093336.877500', '093337.337500', '093337.797500', '093338.257500', '093338.717500', '093339.177500', '093339.637500', '093340.097500', '093340.557500', '093341.017500', '093341.477500', '093341.937500', '093342.397500', '093342.857500', '093343.317500', '093343.777500', '093344.237500', '093344.697500', '093345.157500', '093345.617500', '093346.077500', '093346.537500', '093346.997500', '093347.457500', '093347.917500', '093348.377500', '093348.837500', '093349.297500', '093349.757500', '093350.217500', '093350.677500', '093351.137500', '093351.597500', '093352.057500', '093352.517500', '093352.977500', '093353.437500', '093353.897500', '093354.357500', '093354.817500', '093355.277500', '093355.737500', '093356.197500', '093356.657500', '093357.117500', '093357.577500', '093358.037500', '093358.497500', '093358.957500', '093359.417500', '093359.877500', '093400.337500', '093400.797500', '093401.257500', '093401.717500', '093402.177500', '093402.637500', '093403.097500', '093403.557500', '093404.017500', '093404.477500', '093404.937500', '093405.397500', '093405.857500', '093406.317500', '093406.777500', '093407.237500', '093407.697500', '093408.157500', '093408.617500', '093409.077500', '093409.537500', '093409.997500', '093410.457500', '093410.917500', '093411.377500', '093411.837500', '093412.297500', '093412.757500', '093413.217500', '093413.677500', '093414.137500', '093414.597500', '093415.057500', '093415.517500', '093415.977500', '093416.437500', '093416.897500', '093417.357500', '093417.817500', '093418.277500', '093418.737500', '093419.197500', '093419.657500', '093420.117500', '093420.577500', '093421.037500', '093421.497500', '093421.957500', '093422.417500', '093422.877500', '093423.337500', '093423.797500', '093424.257500', '093424.717500', '093425.177500', '093425.637500'], 'ContentTime': ['092815.150000', '092815.153000', '092815.156000', '092815.159000', '092815.162000', '092815.164000', '092815.167000', '092815.170000', '092815.173000', '092815.176000', '092815.178000', '092815.181000', '092815.184000', '092815.187000', '092815.190000', '092815.192000', '092815.195000', '092815.198000', '092815.205000', '092815.208000', '092815.211000', '092815.214000', '092815.217000', '092815.219000', '092815.222000', '092815.225000', '092815.228000', '092815.231000', '092815.233000', '092815.236000', '092815.239000', '092815.242000', '092815.244000', '092815.247000', '092815.250000', '092815.253000', '092815.256000', '092815.258000', '092815.261000', '092815.270000', '092815.273000', '092815.276000', '092815.279000', '092815.282000', '092815.284000', '092815.287000', '092815.290000', '092815.293000', '092815.296000', '092815.298000', '092815.301000', '092815.304000', '092815.307000', '092815.310000', '092815.312000', '092815.315000', '092815.318000', '092815.321000', '092815.324000', '092815.326000', '092815.329000', '092815.332000', '092815.335000', '092835.123000', '092835.126000', '092835.133000', '092835.136000', '092835.139000', '092835.142000', '092835.145000', '092835.147000', '092835.151000', '092835.154000', '092835.156000', '092835.159000', '092835.162000', '092835.166000', '092835.169000', '092835.172000', '092835.174000', '092835.177000', '092835.180000', '092835.183000', '092835.185000', '092835.188000', '092835.191000', '092835.194000', '092835.197000', '092835.199000', '092835.202000', '092835.205000', '092835.208000', '092835.210000', '092835.213000', '092835.216000', '092835.219000', '092835.222000', '092835.225000', '092835.227000', '092835.230000', '092835.233000', '092835.236000', '092835.239000', '092835.242000', '092835.245000', '092835.248000', '092855.124000', '092855.127000', '092855.130000', '092855.132000', '092855.135000', '092855.138000', '092855.141000', '092855.144000', '092855.147000', '092855.150000', '092855.152000', '092855.155000', '092855.158000', '092855.161000', '092855.163000', '092855.166000', '092855.169000', '092855.172000', '092855.175000', '092855.177000', '092855.199000', '092855.202000', '092855.205000', '092855.208000', '092855.210000', '092855.213000', '092855.216000', '092855.219000', '092855.222000', '092855.224000', '092855.227000', '092855.230000', '092855.233000', '092855.235000', '092855.238000', '092855.241000', '092855.244000', '092855.247000', '092855.249000', '092855.252000', '092855.255000', '092855.258000', '092855.261000', '092855.264000', '092915.123000', '092915.126000', '092915.129000', '092915.132000', '092915.134000', '092915.137000', '092915.140000', '092915.143000', '092915.146000', '092915.148000', '092915.151000', '092915.154000', '092915.157000', '092915.160000', '092915.162000', '092915.165000', '092915.168000', '092915.171000', '092915.174000', '092915.176000', '092915.179000', '092915.182000', '092915.185000', '092915.188000', '092915.190000', '092915.193000', '092915.196000', '092915.199000', '092915.201000', '092915.204000', '092915.212000', '092915.215000', '092915.218000', '092915.221000', '092915.224000', '092915.227000', '092915.229000', '092915.232000', '092915.235000', '092915.238000', '092915.241000', '092915.244000', '092915.246000', '092935.123000', '092935.126000', '092935.129000', '092935.131000', '092935.134000', '092935.137000', '092935.140000', '092935.143000', '092935.145000', '092935.148000', '092935.151000', '092935.154000', '092935.157000', '092935.160000', '092935.162000', '092935.165000', '092935.168000', '092935.171000', '092935.174000', '092935.177000', '092935.180000', '092935.183000', '092935.186000', '092935.188000', '092935.191000', '092935.194000', '092935.197000', '092935.200000', '092935.202000', '092935.205000', '092935.208000', '092935.211000', '092935.214000', '092935.217000', '092935.219000', '092935.222000', '092935.225000', '092935.228000', '092935.231000', '092935.233000', '092935.236000', '092935.239000', '092935.242000', '092935.245000', '092955.123000', '092955.126000', '092955.129000', '092955.132000', '092955.134000', '092955.137000', '092955.140000', '092955.143000', '092955.146000', '092955.149000', '092955.151000', '092955.154000', '092955.157000', '092955.160000', '092955.163000', '092955.165000', '092955.168000', '092955.171000', '092955.174000', '092955.177000', '092955.179000', '092955.182000', '092955.185000', '092955.188000', '092955.191000', '092955.193000', '092955.196000', '092955.199000', '092955.202000', '092955.205000', '092955.208000', '092955.211000', '092955.214000', '092955.217000', '092955.220000', '092955.223000', '092955.225000', '092955.228000', '092955.231000', '092955.234000', '092955.237000', '092955.239000', '092955.242000', '093015.123000', '093015.129000', '093015.132000', '093015.135000', '093015.138000', '093015.141000', '093015.143000', '093015.146000', '093015.149000', '093015.152000', '093015.155000', '093015.158000', '093015.160000', '093015.163000', '093015.166000', '093015.169000', '093015.172000', '093015.175000', '093015.177000', '093015.180000', '093015.183000', '093015.186000', '093015.188000', '093015.191000', '093015.194000', '093015.197000', '093015.200000', '093015.203000', '093015.205000', '093015.208000', '093015.211000', '093015.214000', '093015.217000', '093015.219000', '093015.222000', '093015.225000', '093015.228000', '093015.231000', '093015.233000', '093015.236000', '093015.239000', '093015.242000', '093015.245000', '093015.248000', '093035.123000', '093035.126000', '093035.129000', '093035.132000', '093035.134000', '093035.137000', '093035.140000', '093035.143000', '093035.146000', '093035.148000', '093035.151000', '093035.154000', '093035.157000', '093035.160000', '093035.163000', '093035.177000', '093035.180000', '093035.183000', '093035.186000', '093035.189000', '093035.192000', '093035.195000', '093035.198000', '093035.200000', '093035.203000', '093035.206000', '093035.209000', '093035.219000', '093035.222000', '093035.225000', '093035.228000', '093035.231000', '093035.233000', '093035.236000', '093035.239000', '093035.242000', '093035.245000', '093035.247000', '093035.250000', '093035.253000', '093035.256000', '093035.259000', '093035.261000', '093055.123000', '093055.126000', '093055.129000', '093055.131000', '093055.134000', '093055.137000', '093055.140000', '093055.143000', '093055.146000', '093055.148000', '093055.151000', '093055.154000', '093055.157000', '093055.160000', '093055.162000', '093055.165000', '093055.168000', '093055.171000', '093055.174000', '093055.177000', '093055.179000', '093055.182000', '093055.185000', '093055.188000', '093055.191000', '093055.194000', '093055.196000', '093055.199000', '093055.202000', '093055.205000', '093055.208000', '093055.211000', '093055.213000', '093055.216000', '093055.219000', '093055.222000', '093055.224000', '093055.227000', '093055.230000', '093055.233000', '093055.236000', '093055.238000', '093055.241000', '093055.244000', '093115.124000', '093115.127000', '093115.130000', '093115.133000', '093115.135000', '093115.138000', '093115.141000', '093115.144000', '093115.147000', '093115.150000', '093115.152000', '093115.155000', '093115.158000', '093115.161000', '093115.164000', '093115.167000', '093115.170000', '093115.172000', '093115.175000', '093115.178000', '093115.181000', '093115.184000', '093115.186000', '093115.189000', '093115.192000', '093115.195000', '093115.198000', '093115.200000', '093115.203000', '093115.206000', '093115.209000', '093115.212000', '093115.220000', '093115.223000', '093115.226000', '093115.229000', '093115.232000', '093115.234000', '093115.237000', '093115.240000', '093115.244000', '093115.247000', '093115.250000', '093135.123000', '093135.126000', '093135.129000', '093135.131000', '093135.134000', '093135.137000', '093135.140000', '093135.143000', '093135.146000', '093135.148000', '093135.151000', '093135.154000', '093135.157000', '093135.160000', '093135.163000', '093135.166000', '093135.168000', '093135.171000', '093135.174000', '093135.177000', '093135.180000', '093135.182000', '093135.185000', '093135.188000', '093135.191000', '093135.194000', '093135.197000', '093135.199000', '093135.202000', '093135.205000', '093135.208000', '093135.211000', '093135.214000', '093135.217000', '093135.219000', '093135.222000', '093135.225000', '093135.228000', '093135.231000', '093135.233000', '093135.236000', '093135.239000', '093135.242000', '093135.245000', '093155.123000', '093155.126000', '093155.129000', '093155.132000', '093155.134000', '093155.137000', '093155.140000', '093155.143000', '093155.146000', '093155.148000', '093155.151000', '093155.154000', '093155.157000', '093155.160000', '093155.162000', '093155.165000', '093155.168000', '093155.171000', '093155.174000', '093155.177000', '093155.179000', '093155.182000', '093155.185000', '093155.188000', '093155.191000', '093155.194000', '093155.196000', '093155.199000', '093155.202000', '093155.205000', '093155.208000', '093155.210000', '093155.213000', '093155.216000', '093155.219000', '093155.222000', '093155.225000', '093155.227000', '093155.230000', '093155.233000', '093155.249000', '093155.252000', '093155.255000', '093215.123000', '093215.126000', '093215.129000', '093215.132000', '093215.134000', '093215.137000', '093215.140000', '093215.143000', '093215.146000', '093215.148000', '093215.151000', '093215.154000', '093215.157000', '093215.160000', '093215.162000', '093215.165000', '093215.168000', '093215.171000', '093215.174000', '093215.177000', '093215.180000', '093215.182000', '093215.185000', '093215.188000', '093215.191000', '093215.194000', '093215.197000', '093215.199000', '093215.202000', '093215.205000', '093215.208000', '093215.211000', '093215.213000', '093215.216000', '093215.219000', '093215.222000', '093215.225000', '093215.227000', '093215.230000', '093215.233000', '093215.236000', '093215.239000', '093215.242000', '093235.123000', '093235.126000', '093235.129000', '093235.132000', '093235.134000', '093235.137000', '093235.140000', '093235.143000', '093235.146000', '093235.148000', '093235.151000', '093235.154000', '093235.157000', '093235.160000', '093235.163000', '093235.165000', '093235.168000', '093235.171000', '093235.174000', '093235.177000', '093235.179000', '093235.182000', '093235.185000', '093235.188000', '093235.191000', '093235.194000', '093235.196000', '093235.199000', '093235.202000', '093235.205000', '093235.208000', '093235.210000', '093235.213000', '093235.216000', '093235.219000', '093235.222000', '093235.224000', '093235.227000', '093235.231000', '093235.234000', '093235.237000', '093235.240000', '093235.242000', '093235.245000', '093255.123000', '093255.126000', '093255.129000', '093255.132000', '093255.135000', '093255.138000', '093255.140000', '093255.143000', '093255.146000', '093255.149000', '093255.152000', '093255.154000', '093255.157000', '093255.160000', '093255.163000', '093255.166000', '093255.169000', '093255.171000', '093255.174000', '093255.177000', '093255.180000', '093255.183000', '093255.185000', '093255.188000', '093255.191000', '093255.194000', '093255.197000', '093255.200000', '093255.202000', '093255.205000', '093255.208000', '093255.211000', '093255.214000', '093255.216000', '093255.219000', '093255.222000', '093255.225000', '093255.228000', '093255.230000', '093255.233000', '093255.236000', '093255.239000', '093255.242000', '093315.123000', '093315.126000', '093315.129000', '093315.132000', '093315.134000', '093315.137000', '093315.140000', '093315.143000', '093315.146000', '093315.148000', '093315.151000', '093315.154000', '093315.157000', '093315.160000', '093315.162000', '093315.165000', '093315.168000', '093315.171000', '093315.174000', '093315.176000', '093315.179000', '093315.182000', '093315.185000', '093315.188000', '093315.191000', '093315.193000', '093315.196000', '093315.199000', '093315.202000', '093315.205000', '093315.208000', '093315.210000', '093315.213000', '093315.216000', '093315.219000', '093315.222000', '093315.224000', '093315.227000', '093315.230000', '093315.233000', '093315.236000', '093315.239000', '093315.241000', '093315.244000', '093335.124000', '093335.127000', '093335.130000', '093335.133000', '093335.136000', '093335.139000', '093335.141000', '093335.144000', '093335.154000', '093335.157000', '093335.160000', '093335.163000', '093335.166000', '093335.169000', '093335.171000', '093335.174000', '093335.177000', '093335.180000', '093335.183000', '093335.185000', '093335.188000', '093335.191000', '093335.194000', '093335.197000', '093335.200000', '093335.202000', '093335.205000', '093335.208000', '093335.211000', '093335.214000', '093335.216000', '093335.219000', '093335.222000', '093335.225000', '093335.228000', '093335.230000', '093335.233000', '093335.236000', '093335.239000', '093335.242000', '093335.245000', '093335.247000', '093335.250000', '093355.123000', '093355.126000', '093355.129000', '093355.132000', '093355.134000', '093355.137000', '093355.140000', '093355.144000', '093355.147000', '093355.150000', '093355.153000', '093355.156000', '093355.159000', '093355.161000', '093355.164000', '093355.167000', '093355.170000', '093355.173000', '093355.175000', '093355.178000', '093355.181000', '093355.184000', '093355.187000', '093355.189000', '093355.192000', '093355.195000', '093355.198000', '093355.201000', '093355.203000', '093355.206000', '093355.209000', '093355.212000', '093355.215000', '093355.217000', '093355.220000', '093355.223000', '093355.226000', '093355.229000', '093355.232000', '093355.234000', '093355.237000', '093355.240000', '093355.243000', '093355.246000', '093415.123000', '093415.126000', '093415.129000', '093415.132000', '093415.134000', '093415.137000', '093415.140000', '093415.143000', '093415.146000', '093415.149000', '093415.152000', '093415.155000', '093415.157000', '093415.160000', '093415.163000', '093415.166000', '093415.169000', '093415.172000', '093415.174000', '093415.177000', '093415.180000', '093415.183000', '093415.186000', '093415.188000', '093415.191000', '093415.194000', '093415.197000', '093415.200000', '093415.202000', '093415.205000', '093415.208000', '093415.211000', '093415.214000', '093415.216000', '093415.219000', '093415.222000', '093415.225000', '093415.228000', '093415.231000', '093415.234000', '093415.236000', '093415.239000', '093415.242000', '093427.196000', '093427.199000', '093427.202000', '093427.205000', '093427.208000', '093427.211000', '093427.214000', '093427.217000', '093427.220000', '093427.223000', '093427.226000', '093427.229000', '093427.232000', '093427.235000', '093427.238000', '093427.241000', '093427.244000', '093427.247000', '093427.250000', '093427.253000', '093427.256000', '093427.258000', '093427.261000', '093427.264000', '093427.267000', '093427.270000', '093427.273000'], 'InstanceCreationTime': ['092815.150000', '092815.153000', '092815.156000', '092815.159000', '092815.162000', '092815.164000', '092815.167000', '092815.170000', '092815.173000', '092815.176000', '092815.178000', '092815.181000', '092815.184000', '092815.187000', '092815.190000', '092815.192000', '092815.195000', '092815.198000', '092815.205000', '092815.208000', '092815.211000', '092815.214000', '092815.217000', '092815.219000', '092815.222000', '092815.225000', '092815.228000', '092815.231000', '092815.233000', '092815.236000', '092815.239000', '092815.242000', '092815.244000', '092815.247000', '092815.250000', '092815.253000', '092815.256000', '092815.258000', '092815.261000', '092815.270000', '092815.273000', '092815.276000', '092815.279000', '092815.282000', '092815.284000', '092815.287000', '092815.290000', '092815.293000', '092815.296000', '092815.298000', '092815.301000', '092815.304000', '092815.307000', '092815.310000', '092815.312000', '092815.315000', '092815.318000', '092815.321000', '092815.324000', '092815.326000', '092815.329000', '092815.332000', '092815.335000', '092835.123000', '092835.126000', '092835.133000', '092835.136000', '092835.139000', '092835.142000', '092835.145000', '092835.147000', '092835.151000', '092835.154000', '092835.156000', '092835.159000', '092835.162000', '092835.166000', '092835.169000', '092835.172000', '092835.174000', '092835.177000', '092835.180000', '092835.183000', '092835.185000', '092835.188000', '092835.191000', '092835.194000', '092835.197000', '092835.199000', '092835.202000', '092835.205000', '092835.208000', '092835.210000', '092835.213000', '092835.216000', '092835.219000', '092835.222000', '092835.225000', '092835.227000', '092835.230000', '092835.233000', '092835.236000', '092835.239000', '092835.242000', '092835.245000', '092835.248000', '092855.124000', '092855.127000', '092855.130000', '092855.132000', '092855.135000', '092855.138000', '092855.141000', '092855.144000', '092855.147000', '092855.150000', '092855.152000', '092855.155000', '092855.158000', '092855.161000', '092855.163000', '092855.166000', '092855.169000', '092855.172000', '092855.175000', '092855.177000', '092855.199000', '092855.202000', '092855.205000', '092855.208000', '092855.210000', '092855.213000', '092855.216000', '092855.219000', '092855.222000', '092855.224000', '092855.227000', '092855.230000', '092855.233000', '092855.235000', '092855.238000', '092855.241000', '092855.244000', '092855.247000', '092855.249000', '092855.252000', '092855.255000', '092855.258000', '092855.261000', '092855.264000', '092915.123000', '092915.126000', '092915.129000', '092915.132000', '092915.134000', '092915.137000', '092915.140000', '092915.143000', '092915.146000', '092915.148000', '092915.151000', '092915.154000', '092915.157000', '092915.160000', '092915.162000', '092915.165000', '092915.168000', '092915.171000', '092915.174000', '092915.176000', '092915.179000', '092915.182000', '092915.185000', '092915.188000', '092915.190000', '092915.193000', '092915.196000', '092915.199000', '092915.201000', '092915.204000', '092915.212000', '092915.215000', '092915.218000', '092915.221000', '092915.224000', '092915.227000', '092915.229000', '092915.232000', '092915.235000', '092915.238000', '092915.241000', '092915.244000', '092915.246000', '092935.123000', '092935.126000', '092935.129000', '092935.131000', '092935.134000', '092935.137000', '092935.140000', '092935.143000', '092935.145000', '092935.148000', '092935.151000', '092935.154000', '092935.157000', '092935.160000', '092935.162000', '092935.165000', '092935.168000', '092935.171000', '092935.174000', '092935.177000', '092935.180000', '092935.183000', '092935.186000', '092935.188000', '092935.191000', '092935.194000', '092935.197000', '092935.200000', '092935.202000', '092935.205000', '092935.208000', '092935.211000', '092935.214000', '092935.217000', '092935.219000', '092935.222000', '092935.225000', '092935.228000', '092935.231000', '092935.233000', '092935.236000', '092935.239000', '092935.242000', '092935.245000', '092955.123000', '092955.126000', '092955.129000', '092955.132000', '092955.134000', '092955.137000', '092955.140000', '092955.143000', '092955.146000', '092955.149000', '092955.151000', '092955.154000', '092955.157000', '092955.160000', '092955.163000', '092955.165000', '092955.168000', '092955.171000', '092955.174000', '092955.177000', '092955.179000', '092955.182000', '092955.185000', '092955.188000', '092955.191000', '092955.193000', '092955.196000', '092955.199000', '092955.202000', '092955.205000', '092955.208000', '092955.211000', '092955.214000', '092955.217000', '092955.220000', '092955.223000', '092955.225000', '092955.228000', '092955.231000', '092955.234000', '092955.237000', '092955.239000', '092955.242000', '093015.123000', '093015.129000', '093015.132000', '093015.135000', '093015.138000', '093015.141000', '093015.143000', '093015.146000', '093015.149000', '093015.152000', '093015.155000', '093015.158000', '093015.160000', '093015.163000', '093015.166000', '093015.169000', '093015.172000', '093015.175000', '093015.177000', '093015.180000', '093015.183000', '093015.186000', '093015.188000', '093015.191000', '093015.194000', '093015.197000', '093015.200000', '093015.203000', '093015.205000', '093015.208000', '093015.211000', '093015.214000', '093015.217000', '093015.219000', '093015.222000', '093015.225000', '093015.228000', '093015.231000', '093015.233000', '093015.236000', '093015.239000', '093015.242000', '093015.245000', '093015.248000', '093035.123000', '093035.126000', '093035.129000', '093035.132000', '093035.134000', '093035.137000', '093035.140000', '093035.143000', '093035.146000', '093035.148000', '093035.151000', '093035.154000', '093035.157000', '093035.160000', '093035.163000', '093035.177000', '093035.180000', '093035.183000', '093035.186000', '093035.189000', '093035.192000', '093035.195000', '093035.198000', '093035.200000', '093035.203000', '093035.206000', '093035.209000', '093035.219000', '093035.222000', '093035.225000', '093035.228000', '093035.231000', '093035.233000', '093035.236000', '093035.239000', '093035.242000', '093035.245000', '093035.247000', '093035.250000', '093035.253000', '093035.256000', '093035.259000', '093035.261000', '093055.123000', '093055.126000', '093055.129000', '093055.131000', '093055.134000', '093055.137000', '093055.140000', '093055.143000', '093055.146000', '093055.148000', '093055.151000', '093055.154000', '093055.157000', '093055.160000', '093055.162000', '093055.165000', '093055.168000', '093055.171000', '093055.174000', '093055.177000', '093055.179000', '093055.182000', '093055.185000', '093055.188000', '093055.191000', '093055.194000', '093055.196000', '093055.199000', '093055.202000', '093055.205000', '093055.208000', '093055.211000', '093055.213000', '093055.216000', '093055.219000', '093055.222000', '093055.224000', '093055.227000', '093055.230000', '093055.233000', '093055.236000', '093055.238000', '093055.241000', '093055.244000', '093115.124000', '093115.127000', '093115.130000', '093115.133000', '093115.135000', '093115.138000', '093115.141000', '093115.144000', '093115.147000', '093115.150000', '093115.152000', '093115.155000', '093115.158000', '093115.161000', '093115.164000', '093115.167000', '093115.170000', '093115.172000', '093115.175000', '093115.178000', '093115.181000', '093115.184000', '093115.186000', '093115.189000', '093115.192000', '093115.195000', '093115.198000', '093115.200000', '093115.203000', '093115.206000', '093115.209000', '093115.212000', '093115.220000', '093115.223000', '093115.226000', '093115.229000', '093115.232000', '093115.234000', '093115.237000', '093115.240000', '093115.244000', '093115.247000', '093115.250000', '093135.123000', '093135.126000', '093135.129000', '093135.131000', '093135.134000', '093135.137000', '093135.140000', '093135.143000', '093135.146000', '093135.148000', '093135.151000', '093135.154000', '093135.157000', '093135.160000', '093135.163000', '093135.166000', '093135.168000', '093135.171000', '093135.174000', '093135.177000', '093135.180000', '093135.182000', '093135.185000', '093135.188000', '093135.191000', '093135.194000', '093135.197000', '093135.199000', '093135.202000', '093135.205000', '093135.208000', '093135.211000', '093135.214000', '093135.217000', '093135.219000', '093135.222000', '093135.225000', '093135.228000', '093135.231000', '093135.233000', '093135.236000', '093135.239000', '093135.242000', '093135.245000', '093155.123000', '093155.126000', '093155.129000', '093155.132000', '093155.134000', '093155.137000', '093155.140000', '093155.143000', '093155.146000', '093155.148000', '093155.151000', '093155.154000', '093155.157000', '093155.160000', '093155.162000', '093155.165000', '093155.168000', '093155.171000', '093155.174000', '093155.177000', '093155.179000', '093155.182000', '093155.185000', '093155.188000', '093155.191000', '093155.194000', '093155.196000', '093155.199000', '093155.202000', '093155.205000', '093155.208000', '093155.210000', '093155.213000', '093155.216000', '093155.219000', '093155.222000', '093155.225000', '093155.227000', '093155.230000', '093155.233000', '093155.249000', '093155.252000', '093155.255000', '093215.123000', '093215.126000', '093215.129000', '093215.132000', '093215.134000', '093215.137000', '093215.140000', '093215.143000', '093215.146000', '093215.148000', '093215.151000', '093215.154000', '093215.157000', '093215.160000', '093215.162000', '093215.165000', '093215.168000', '093215.171000', '093215.174000', '093215.177000', '093215.180000', '093215.182000', '093215.185000', '093215.188000', '093215.191000', '093215.194000', '093215.197000', '093215.199000', '093215.202000', '093215.205000', '093215.208000', '093215.211000', '093215.213000', '093215.216000', '093215.219000', '093215.222000', '093215.225000', '093215.227000', '093215.230000', '093215.233000', '093215.236000', '093215.239000', '093215.242000', '093235.123000', '093235.126000', '093235.129000', '093235.132000', '093235.134000', '093235.137000', '093235.140000', '093235.143000', '093235.146000', '093235.148000', '093235.151000', '093235.154000', '093235.157000', '093235.160000', '093235.163000', '093235.165000', '093235.168000', '093235.171000', '093235.174000', '093235.177000', '093235.179000', '093235.182000', '093235.185000', '093235.188000', '093235.191000', '093235.194000', '093235.196000', '093235.199000', '093235.202000', '093235.205000', '093235.208000', '093235.210000', '093235.213000', '093235.216000', '093235.219000', '093235.222000', '093235.224000', '093235.227000', '093235.231000', '093235.234000', '093235.237000', '093235.240000', '093235.242000', '093235.245000', '093255.123000', '093255.126000', '093255.129000', '093255.132000', '093255.135000', '093255.138000', '093255.140000', '093255.143000', '093255.146000', '093255.149000', '093255.152000', '093255.154000', '093255.157000', '093255.160000', '093255.163000', '093255.166000', '093255.169000', '093255.171000', '093255.174000', '093255.177000', '093255.180000', '093255.183000', '093255.185000', '093255.188000', '093255.191000', '093255.194000', '093255.197000', '093255.200000', '093255.202000', '093255.205000', '093255.208000', '093255.211000', '093255.214000', '093255.216000', '093255.219000', '093255.222000', '093255.225000', '093255.228000', '093255.230000', '093255.233000', '093255.236000', '093255.239000', '093255.242000', '093315.123000', '093315.126000', '093315.129000', '093315.132000', '093315.134000', '093315.137000', '093315.140000', '093315.143000', '093315.146000', '093315.148000', '093315.151000', '093315.154000', '093315.157000', '093315.160000', '093315.162000', '093315.165000', '093315.168000', '093315.171000', '093315.174000', '093315.176000', '093315.179000', '093315.182000', '093315.185000', '093315.188000', '093315.191000', '093315.193000', '093315.196000', '093315.199000', '093315.202000', '093315.205000', '093315.208000', '093315.210000', '093315.213000', '093315.216000', '093315.219000', '093315.222000', '093315.224000', '093315.227000', '093315.230000', '093315.233000', '093315.236000', '093315.239000', '093315.241000', '093315.244000', '093335.124000', '093335.127000', '093335.130000', '093335.133000', '093335.136000', '093335.139000', '093335.141000', '093335.144000', '093335.154000', '093335.157000', '093335.160000', '093335.163000', '093335.166000', '093335.169000', '093335.171000', '093335.174000', '093335.177000', '093335.180000', '093335.183000', '093335.185000', '093335.188000', '093335.191000', '093335.194000', '093335.197000', '093335.200000', '093335.202000', '093335.205000', '093335.208000', '093335.211000', '093335.214000', '093335.216000', '093335.219000', '093335.222000', '093335.225000', '093335.228000', '093335.230000', '093335.233000', '093335.236000', '093335.239000', '093335.242000', '093335.245000', '093335.247000', '093335.250000', '093355.123000', '093355.126000', '093355.129000', '093355.132000', '093355.134000', '093355.137000', '093355.140000', '093355.144000', '093355.147000', '093355.150000', '093355.153000', '093355.156000', '093355.159000', '093355.161000', '093355.164000', '093355.167000', '093355.170000', '093355.173000', '093355.175000', '093355.178000', '093355.181000', '093355.184000', '093355.187000', '093355.189000', '093355.192000', '093355.195000', '093355.198000', '093355.201000', '093355.203000', '093355.206000', '093355.209000', '093355.212000', '093355.215000', '093355.217000', '093355.220000', '093355.223000', '093355.226000', '093355.229000', '093355.232000', '093355.234000', '093355.237000', '093355.240000', '093355.243000', '093355.246000', '093415.123000', '093415.126000', '093415.129000', '093415.132000', '093415.134000', '093415.137000', '093415.140000', '093415.143000', '093415.146000', '093415.149000', '093415.152000', '093415.155000', '093415.157000', '093415.160000', '093415.163000', '093415.166000', '093415.169000', '093415.172000', '093415.174000', '093415.177000', '093415.180000', '093415.183000', '093415.186000', '093415.188000', '093415.191000', '093415.194000', '093415.197000', '093415.200000', '093415.202000', '093415.205000', '093415.208000', '093415.211000', '093415.214000', '093415.216000', '093415.219000', '093415.222000', '093415.225000', '093415.228000', '093415.231000', '093415.234000', '093415.236000', '093415.239000', '093415.242000', '093427.196000', '093427.199000', '093427.202000', '093427.205000', '093427.208000', '093427.211000', '093427.214000', '093427.217000', '093427.220000', '093427.223000', '093427.226000', '093427.229000', '093427.232000', '093427.235000', '093427.238000', '093427.241000', '093427.244000', '093427.247000', '093427.250000', '093427.253000', '093427.256000', '093427.258000', '093427.261000', '093427.264000', '093427.267000', '093427.270000', '093427.273000'], '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': [18085, 11498, 15172, 11773, 12473, 25501, 12988, 19255, 15166, 16787, 11024, 15313, 11561, 14843, 14979, 11853, 23223, 15268, 18880, 11509, 15168, 11866, 13229, 24501, 13413, 19634, 13452, 17293, 11760, 16487, 11543, 18449, 13085, 14719, 14040, 11029, 20887, 12748, 14837, 24276, 14479, 19628, 11603, 13762, 22968, 12270, 18615, 14267, 16578, 11291, 16064, 10745, 15330, 12267, 13799, 23022, 13693, 21939, 15194, 17788, 11366, 15025, 21629, 13220, 21130, 14394, 18714, 12123, 17548, 11577, 13559, 19502, 12443, 22085, 16153, 18277, 10872, 13803, 24231, 13467, 19642, 13636, 17496, 10915, 14528, 24010, 12363, 19476, 11958, 16215, 12795, 12027, 22457, 13389, 18058, 11078, 13809, 19578, 12122, 19482, 12044, 16205, 15804, 12154, 20642, 12626, 17427, 11614, 12023, 21978, 12481, 18260, 11923, 16280, 11043, 12839, 22631, 15454, 18026, 12009, 15120, 15490, 12001, 21018, 13242, 16794, 10179, 12160, 21430, 13800, 17410, 11540, 15374, 17524, 12035, 20440, 12533, 17506, 12300, 12277, 21181, 12400, 17593, 12464, 12119, 21005, 12437, 17841, 11081, 13283, 18598, 12423, 19931, 12425, 17143, 15077, 12343, 20566, 12415, 16775, 13070, 12356, 21329, 12689, 17681, 11569, 12333, 20334, 12038, 18890, 13880, 16583, 11238, 13350, 24682, 13544, 18634, 12729, 16037, 18325, 12475, 20848, 13128, 17050, 10407, 13280, 22540, 12822, 18984, 13372, 17374, 10938, 13650, 18221, 12380, 21072, 14811, 17901, 11733, 13536, 22418, 12296, 20036, 13679, 15245, 11677, 12718, 23866, 13919, 18769, 11981, 16244, 14036, 11850, 20969, 12506, 17362, 10888, 14104, 21942, 11821, 18924, 11029, 16167, 11044, 12568, 23496, 13802, 18709, 14104, 16269, 11152, 13592, 23284, 13445, 18811, 11508, 16368, 12551, 12326, 22079, 12605, 18506, 11552, 14563, 15367, 12249, 21873, 14939, 17640, 11652, 14717, 14335, 12515, 22218, 15891, 16785, 10636, 14307, 19422, 12670, 17900, 12649, 19026, 13275, 24049, 15655, 18617, 12802, 14131, 14776, 23825, 16670, 16918, 16221, 11910, 20423, 14475, 16961, 11766, 14585, 12650, 12282, 23910, 13448, 17956, 12610, 15743, 12151, 12201, 23205, 12297, 18478, 12314, 16300, 11536, 12681, 21416, 12415, 18468, 13358, 17052, 11700, 13327, 16253, 12113, 20470, 14584, 16632, 12707, 12815, 20437, 14291, 16801, 10791, 15034, 17341, 11833, 18690, 12926, 16585, 11541, 12881, 22299, 15087, 17694, 11840, 14901, 22390, 12691, 18601, 12080, 15311, 11582, 12192, 21608, 13800, 16355, 11794, 12096, 20111, 14245, 15848, 12672, 12024, 20812, 13516, 16150, 11368, 12148, 20666, 14867, 17433, 11125, 13868, 22896, 12313, 18687, 12178, 14132, 13124, 12405, 20925, 13164, 17333, 18375, 12582, 19724, 13916, 16139, 11978, 13615, 19811, 12543, 20506, 13484, 16948, 12309, 13486, 23581, 13510, 18007, 12710, 15330, 11307, 12164, 21618, 12696, 17214, 12593, 15228, 17858, 12316, 19117, 12736, 15937, 11592, 13794, 16063, 12437, 20134, 12763, 17229, 12061, 14610, 10713, 12452, 23229, 12999, 18748, 12481, 15430, 12150, 12493, 23877, 12441, 18323, 12388, 15841, 12343, 12998, 23439, 12979, 17546, 11878, 16104, 11191, 14280, 11378, 12675, 17603, 12078, 23031, 15236, 18149, 12962, 17103, 11705, 16684, 11723, 13529, 20226, 12669, 21504, 16023, 17152, 11997, 14695, 15992, 12344, 22687, 15105, 17868, 12803, 15673, 10785, 13458, 22780, 12722, 19191, 14368, 18209, 12541, 16450, 12074, 15683, 11345, 13800, 16683, 12482, 22384, 15003, 19382, 13053, 15985, 11752, 13907, 22670, 12195, 20396, 13080, 17008, 12215, 15693, 11975, 11427, 12315, 16006, 12922, 20248, 12600, 14715, 12568, 12871, 22303, 15853, 18600, 11442, 16174, 24368, 17857, 17440, 11196, 16542, 11762, 11946, 23055, 12960, 18599, 13365, 21451, 13759, 12655, 13176, 12049, 19990, 13042, 19836, 12116, 14593, 24666, 12812, 18633, 12702, 16053, 12307, 13346, 17975, 12269, 20021, 14000, 15517, 11150, 15762, 12382, 14426, 15370, 12065, 20470, 14203, 18341, 11852, 15732, 12415, 12275, 22956, 14524, 18467, 12530, 15702, 18139, 12496, 20768, 12144, 15396, 11855, 12408, 22333, 14059, 16862, 12149, 11776, 21611, 14120, 18119, 11975, 12904, 24494, 12008, 19570, 11452, 14547, 18204, 12055, 18632, 11596, 13010, 21497, 12244, 18042, 11776, 14806, 15344, 12021, 21212, 12240, 17324, 11838, 11778, 22531, 12210, 18114, 12120, 12367, 23202, 12474, 18127, 11832, 13698, 13688, 12164, 20504, 12924, 17131, 12734, 12221, 22325, 12586, 18092, 12210, 12720, 19765, 12212, 18556, 12650, 16018, 12469, 12425, 21927, 13213, 16889, 12481, 14092, 18050, 12363, 19981, 12676, 14745, 12191, 12363, 20718, 13762, 16457, 12275, 11798, 21513, 12437, 15570, 12169, 11935, 21253, 12498, 17253, 12500, 13090, 10360, 12574, 20648, 13003, 17545, 12724, 12907, 23843, 12161, 18128, 12902, 12847, 17155, 12329, 18752, 12992, 15789, 12129, 12200, 22313, 12825, 17930, 12739, 12311, 21393, 11582, 17531, 12416, 14829, 23097, 12191, 15962, 12578, 12736, 21037, 11911, 17050, 12232, 12519, 16720, 12176, 18115, 12497, 14072, 12450, 12055, 20693, 13978, 16503, 12309, 12693, 22350, 12467, 17016, 12498, 12988, 20045, 12482, 16010, 12576, 12440, 20196, 12831, 18178, 12427, 14528, 11603, 12492, 21667, 14107, 16533, 12739, 11938, 21666, 13237, 16731, 12569, 12327, 20599, 12625, 15986, 20007, 12165, 18533, 13041, 15552, 18495, 12400, 18985, 12376, 15365, 20402, 12214, 18093, 12437, 14816, 18971, 12589, 19836, 12772, 15480, 11321, 12333, 20678, 12551, 15746, 11092, 12308, 21082, 12510, 17225, 12051, 13698, 11811, 12213, 12999, 13099, 22010, 12157, 21980, 12889, 16258, 18607, 12023, 19765, 13324, 15391, 16433, 11850, 20622, 12220, 14700, 17587, 12131, 18703, 11820, 12543, 14332, 12074, 18562, 12031, 15463, 13096, 13767, 22306, 12483, 18571, 12405, 15316, 12057, 12222, 22383, 13655, 17179, 12776, 11884, 20603, 14037, 16590, 13219, 12804, 23559, 12447, 17409, 12532, 13407, 22836, 12296, 17028, 12495, 13359, 20781, 12245, 16439, 12455, 12377, 19325, 12198, 16289, 12929, 12214, 19508, 12156, 16298, 12337, 12996, 11902, 12159, 18241, 12312, 15720, 13075, 12261, 21233, 12395, 15845, 21988, 12449, 16581, 12375, 12923, 23020, 12419, 16022, 12232, 13063, 23626, 12216, 16814, 12346, 13642, 19466, 12284, 18927, 13052, 15002, 12100, 12382, 22303, 12382, 16308, 12246, 13135, 15040, 11958, 19079, 12401], 'WindowCenter': [4896.0, 4815.0, 4835.0, 4787.0, 4795.0, 4861.0, 4797.0, 4835.0, 4814.0, 4808.0, 4775.0, 4815.0, 4782.0, 4813.0, 4804.0, 4783.0, 4854.0, 4814.0, 4833.0, 4769.0, 4797.0, 4779.0, 4795.0, 4852.0, 4793.0, 4818.0, 4791.0, 4813.0, 4783.0, 4822.0, 4783.0, 4830.0, 4791.0, 4802.0, 4805.0, 4774.0, 4848.0, 4783.0, 4802.0, 4845.0, 4791.0, 4822.0, 4772.0, 4791.0, 4826.0, 4753.0, 4792.0, 4788.0, 4795.0, 4754.0, 4800.0, 4755.0, 4796.0, 4768.0, 4791.0, 4836.0, 4795.0, 4842.0, 4803.0, 4819.0, 4768.0, 4789.0, 4823.0, 4781.0, 4828.0, 4786.0, 4810.0, 4780.0, 4809.0, 4767.0, 4792.0, 4817.0, 4785.0, 4839.0, 4802.0, 4809.0, 4756.0, 4781.0, 4841.0, 4778.0, 4819.0, 4777.0, 4806.0, 4750.0, 4788.0, 4825.0, 4766.0, 4806.0, 4754.0, 4795.0, 4767.0, 4756.0, 4825.0, 4764.0, 4805.0, 4753.0, 4774.0, 4802.0, 4755.0, 4802.0, 4765.0, 4797.0, 4783.0, 4764.0, 4813.0, 4767.0, 4809.0, 4752.0, 4769.0, 4826.0, 4770.0, 4818.0, 4766.0, 4795.0, 4756.0, 4776.0, 4827.0, 4796.0, 4809.0, 4755.0, 4774.0, 4785.0, 4760.0, 4818.0, 4764.0, 4795.0, 4732.0, 4770.0, 4823.0, 4777.0, 4804.0, 4757.0, 4797.0, 4810.0, 4769.0, 4828.0, 4769.0, 4822.0, 4771.0, 4771.0, 4832.0, 4782.0, 4805.0, 4768.0, 4767.0, 4818.0, 4765.0, 4811.0, 4760.0, 4776.0, 4804.0, 4766.0, 4818.0, 4778.0, 4806.0, 4787.0, 4768.0, 4819.0, 4781.0, 4812.0, 4776.0, 4776.0, 4827.0, 4793.0, 4807.0, 4769.0, 4780.0, 4828.0, 4766.0, 4816.0, 4786.0, 4807.0, 4756.0, 4787.0, 4848.0, 4780.0, 4806.0, 4764.0, 4784.0, 4803.0, 4768.0, 4817.0, 4762.0, 4793.0, 4743.0, 4772.0, 4824.0, 4763.0, 4805.0, 4778.0, 4811.0, 4756.0, 4790.0, 4804.0, 4770.0, 4828.0, 4802.0, 4823.0, 4774.0, 4782.0, 4835.0, 4780.0, 4833.0, 4791.0, 4796.0, 4764.0, 4789.0, 4846.0, 4793.0, 4817.0, 4771.0, 4813.0, 4787.0, 4771.0, 4827.0, 4781.0, 4810.0, 4771.0, 4800.0, 4839.0, 4766.0, 4818.0, 4758.0, 4809.0, 4771.0, 4782.0, 4849.0, 4805.0, 4829.0, 4800.0, 4812.0, 4773.0, 4793.0, 4842.0, 4804.0, 4834.0, 4781.0, 4813.0, 4776.0, 4779.0, 4839.0, 4777.0, 4821.0, 4767.0, 4797.0, 4786.0, 4765.0, 4829.0, 4789.0, 4805.0, 4756.0, 4782.0, 4784.0, 4771.0, 4830.0, 4795.0, 4795.0, 4748.0, 4774.0, 4805.0, 4765.0, 4803.0, 4789.0, 4819.0, 4790.0, 4852.0, 4803.0, 4820.0, 4781.0, 4791.0, 4800.0, 4841.0, 4815.0, 4821.0, 4798.0, 4760.0, 4807.0, 4776.0, 4785.0, 4742.0, 4762.0, 4753.0, 4750.0, 4824.0, 4766.0, 4789.0, 4751.0, 4771.0, 4741.0, 4751.0, 4811.0, 4746.0, 4793.0, 4744.0, 4784.0, 4741.0, 4756.0, 4811.0, 4751.0, 4793.0, 4775.0, 4796.0, 4752.0, 4779.0, 4782.0, 4767.0, 4817.0, 4787.0, 4796.0, 4767.0, 4777.0, 4831.0, 4786.0, 4806.0, 4759.0, 4800.0, 4818.0, 4784.0, 4832.0, 4792.0, 4826.0, 4785.0, 4797.0, 4843.0, 4799.0, 4810.0, 4769.0, 4789.0, 4834.0, 4782.0, 4824.0, 4771.0, 4785.0, 4769.0, 4770.0, 4830.0, 4777.0, 4801.0, 4767.0, 4767.0, 4821.0, 4788.0, 4802.0, 4763.0, 4771.0, 4822.0, 4780.0, 4797.0, 4759.0, 4765.0, 4828.0, 4789.0, 4806.0, 4758.0, 4775.0, 4829.0, 4770.0, 4809.0, 4768.0, 4779.0, 4764.0, 4765.0, 4818.0, 4780.0, 4809.0, 4808.0, 4767.0, 4806.0, 4779.0, 4784.0, 4756.0, 4776.0, 4816.0, 4768.0, 4813.0, 4776.0, 4794.0, 4758.0, 4777.0, 4826.0, 4763.0, 4792.0, 4755.0, 4775.0, 4741.0, 4756.0, 4817.0, 4766.0, 4783.0, 4759.0, 4777.0, 4795.0, 4755.0, 4791.0, 4751.0, 4780.0, 4745.0, 4765.0, 4781.0, 4755.0, 4804.0, 4761.0, 4794.0, 4770.0, 4788.0, 4743.0, 4768.0, 4826.0, 4775.0, 4807.0, 4770.0, 4785.0, 4752.0, 4768.0, 4838.0, 4768.0, 4805.0, 4769.0, 4785.0, 4767.0, 4774.0, 4827.0, 4775.0, 4793.0, 4765.0, 4793.0, 4759.0, 4787.0, 4769.0, 4779.0, 4807.0, 4783.0, 4839.0, 4805.0, 4824.0, 4781.0, 4810.0, 4774.0, 4798.0, 4769.0, 4793.0, 4820.0, 4778.0, 4827.0, 4786.0, 4800.0, 4759.0, 4789.0, 4796.0, 4765.0, 4831.0, 4786.0, 4797.0, 4763.0, 4788.0, 4742.0, 4778.0, 4818.0, 4768.0, 4806.0, 4786.0, 4803.0, 4766.0, 4795.0, 4767.0, 4801.0, 4760.0, 4791.0, 4794.0, 4768.0, 4830.0, 4790.0, 4817.0, 4769.0, 4784.0, 4753.0, 4774.0, 4816.0, 4756.0, 4817.0, 4763.0, 4781.0, 4753.0, 4757.0, 4754.0, 4741.0, 4758.0, 4781.0, 4780.0, 4831.0, 4766.0, 4789.0, 4766.0, 4776.0, 4828.0, 4786.0, 4807.0, 4745.0, 4786.0, 4831.0, 4794.0, 4797.0, 4744.0, 4781.0, 4741.0, 4742.0, 4798.0, 4753.0, 4789.0, 4766.0, 4801.0, 4763.0, 4739.0, 4739.0, 4726.0, 4781.0, 4741.0, 4782.0, 4731.0, 4750.0, 4801.0, 4728.0, 4763.0, 4730.0, 4747.0, 4725.0, 4736.0, 4763.0, 4728.0, 4789.0, 4764.0, 4768.0, 4741.0, 4774.0, 4763.0, 4779.0, 4785.0, 4769.0, 4818.0, 4791.0, 4819.0, 4768.0, 4802.0, 4771.0, 4774.0, 4840.0, 4792.0, 4821.0, 4772.0, 4788.0, 4811.0, 4771.0, 4822.0, 4767.0, 4789.0, 4758.0, 4770.0, 4843.0, 4778.0, 4800.0, 4758.0, 4773.0, 4828.0, 4790.0, 4822.0, 4771.0, 4784.0, 4843.0, 4774.0, 4822.0, 4760.0, 4779.0, 4808.0, 4772.0, 4821.0, 4758.0, 4781.0, 4824.0, 4768.0, 4807.0, 4771.0, 4793.0, 4787.0, 4770.0, 4816.0, 4755.0, 4797.0, 4755.0, 4756.0, 4819.0, 4766.0, 4806.0, 4756.0, 4765.0, 4828.0, 4757.0, 4795.0, 4758.0, 4778.0, 4778.0, 4759.0, 4816.0, 4769.0, 4799.0, 4765.0, 4769.0, 4820.0, 4768.0, 4804.0, 4757.0, 4770.0, 4807.0, 4758.0, 4803.0, 4768.0, 4785.0, 4767.0, 4771.0, 4826.0, 4769.0, 4798.0, 4766.0, 4778.0, 4808.0, 4769.0, 4807.0, 4768.0, 4776.0, 4752.0, 4767.0, 4818.0, 4769.0, 4787.0, 4745.0, 4754.0, 4805.0, 4768.0, 4785.0, 4753.0, 4754.0, 4811.0, 4768.0, 4797.0, 4764.0, 4770.0, 4737.0, 4768.0, 4815.0, 4774.0, 4808.0, 4765.0, 4770.0, 4827.0, 4769.0, 4809.0, 4770.0, 4768.0, 4783.0, 4756.0, 4807.0, 4766.0, 4783.0, 4754.0, 4757.0, 4812.0, 4765.0, 4791.0, 4754.0, 4755.0, 4801.0, 4743.0, 4784.0, 4743.0, 4772.0, 4813.0, 4743.0, 4771.0, 4743.0, 4749.0, 4803.0, 4756.0, 4783.0, 4753.0, 4755.0, 4783.0, 4751.0, 4793.0, 4759.0, 4775.0, 4754.0, 4768.0, 4818.0, 4777.0, 4793.0, 4755.0, 4764.0, 4828.0, 4753.0, 4798.0, 4756.0, 4780.0, 4815.0, 4757.0, 4795.0, 4766.0, 4767.0, 4813.0, 4769.0, 4804.0, 4770.0, 4791.0, 4756.0, 4770.0, 4830.0, 4778.0, 4800.0, 4764.0, 4755.0, 4817.0, 4765.0, 4795.0, 4766.0, 4767.0, 4808.0, 4765.0, 4796.0, 4816.0, 4757.0, 4802.0, 4767.0, 4786.0, 4792.0, 4759.0, 4800.0, 4756.0, 4789.0, 4804.0, 4757.0, 4794.0, 4756.0, 4773.0, 4804.0, 4756.0, 4805.0, 4766.0, 4782.0, 4748.0, 4765.0, 4817.0, 4768.0, 4801.0, 4759.0, 4770.0, 4838.0, 4791.0, 4822.0, 4780.0, 4794.0, 4771.0, 4772.0, 4792.0, 4780.0, 4843.0, 4772.0, 4835.0, 4781.0, 4810.0, 4810.0, 4759.0, 4809.0, 4767.0, 4784.0, 4788.0, 4757.0, 4818.0, 4752.0, 4776.0, 4797.0, 4752.0, 4794.0, 4759.0, 4765.0, 4773.0, 4757.0, 4791.0, 4757.0, 4786.0, 4769.0, 4780.0, 4829.0, 4767.0, 4808.0, 4768.0, 4793.0, 4766.0, 4770.0, 4820.0, 4779.0, 4801.0, 4782.0, 4762.0, 4814.0, 4778.0, 4788.0, 4769.0, 4764.0, 4824.0, 4753.0, 4786.0, 4753.0, 4766.0, 4817.0, 4757.0, 4785.0, 4755.0, 4766.0, 4802.0, 4758.0, 4788.0, 4751.0, 4757.0, 4804.0, 4758.0, 4796.0, 4756.0, 4756.0, 4803.0, 4753.0, 4785.0, 4756.0, 4767.0, 4757.0, 4769.0, 4809.0, 4768.0, 4791.0, 4768.0, 4772.0, 4818.0, 4771.0, 4801.0, 4831.0, 4770.0, 4798.0, 4769.0, 4769.0, 4829.0, 4771.0, 4795.0, 4757.0, 4770.0, 4830.0, 4761.0, 4796.0, 4757.0, 4780.0, 4806.0, 4754.0, 4805.0, 4765.0, 4775.0, 4755.0, 4757.0, 4817.0, 4767.0, 4788.0, 4757.0, 4778.0, 4784.0, 4756.0, 4805.0, 4768.0], 'WindowWidth': [10631.0, 10499.0, 10518.0, 10439.0, 10449.0, 10550.0, 10452.0, 10503.0, 10471.0, 10460.0, 10416.0, 10474.0, 10424.0, 10469.0, 10452.0, 10426.0, 10533.0, 10469.0, 10497.0, 10403.0, 10441.0, 10416.0, 10445.0, 10528.0, 10440.0, 10471.0, 10434.0, 10466.0, 10430.0, 10477.0, 10427.0, 10489.0, 10437.0, 10448.0, 10458.0, 10418.0, 10525.0, 10425.0, 10453.0, 10537.0, 10434.0, 10484.0, 10405.0, 10438.0, 10484.0, 10371.0, 10423.0, 10423.0, 10429.0, 10373.0, 10441.0, 10379.0, 10436.0, 10396.0, 10432.0, 10494.0, 10443.0, 10507.0, 10448.0, 10472.0, 10398.0, 10427.0, 10470.0, 10420.0, 10483.0, 10421.0, 10458.0, 10419.0, 10457.0, 10399.0, 10436.0, 10467.0, 10428.0, 10505.0, 10450.0, 10457.0, 10377.0, 10418.0, 10514.0, 10412.0, 10473.0, 10410.0, 10449.0, 10372.0, 10425.0, 10487.0, 10392.0, 10450.0, 10373.0, 10434.0, 10392.0, 10379.0, 10484.0, 10388.0, 10447.0, 10372.0, 10401.0, 10442.0, 10375.0, 10438.0, 10392.0, 10435.0, 10412.0, 10388.0, 10457.0, 10394.0, 10458.0, 10372.0, 10398.0, 10478.0, 10401.0, 10466.0, 10394.0, 10434.0, 10377.0, 10409.0, 10485.0, 10435.0, 10454.0, 10374.0, 10401.0, 10418.0, 10386.0, 10467.0, 10387.0, 10430.0, 10342.0, 10403.0, 10474.0, 10409.0, 10446.0, 10382.0, 10440.0, 10456.0, 10403.0, 10485.0, 10401.0, 10478.0, 10406.0, 10408.0, 10497.0, 10422.0, 10450.0, 10397.0, 10398.0, 10473.0, 10392.0, 10460.0, 10388.0, 10410.0, 10446.0, 10396.0, 10469.0, 10416.0, 10452.0, 10426.0, 10400.0, 10472.0, 10419.0, 10463.0, 10408.0, 10409.0, 10488.0, 10439.0, 10454.0, 10402.0, 10418.0, 10482.0, 10394.0, 10465.0, 10423.0, 10453.0, 10381.0, 10427.0, 10520.0, 10416.0, 10453.0, 10388.0, 10417.0, 10442.0, 10394.0, 10468.0, 10381.0, 10427.0, 10358.0, 10398.0, 10472.0, 10388.0, 10446.0, 10412.0, 10458.0, 10381.0, 10430.0, 10445.0, 10403.0, 10485.0, 10448.0, 10479.0, 10408.0, 10423.0, 10494.0, 10421.0, 10497.0, 10433.0, 10438.0, 10389.0, 10432.0, 10514.0, 10440.0, 10470.0, 10405.0, 10465.0, 10427.0, 10407.0, 10489.0, 10418.0, 10459.0, 10407.0, 10450.0, 10506.0, 10399.0, 10468.0, 10389.0, 10460.0, 10405.0, 10426.0, 10520.0, 10457.0, 10490.0, 10448.0, 10466.0, 10410.0, 10442.0, 10512.0, 10458.0, 10501.0, 10423.0, 10469.0, 10411.0, 10418.0, 10510.0, 10413.0, 10478.0, 10398.0, 10440.0, 10420.0, 10393.0, 10490.0, 10426.0, 10447.0, 10378.0, 10414.0, 10413.0, 10403.0, 10491.0, 10436.0, 10435.0, 10366.0, 10401.0, 10445.0, 10389.0, 10441.0, 10434.0, 10471.0, 10431.0, 10522.0, 10452.0, 10472.0, 10422.0, 10430.0, 10448.0, 10520.0, 10474.0, 10481.0, 10436.0, 10384.0, 10456.0, 10402.0, 10415.0, 10350.0, 10378.0, 10366.0, 10363.0, 10475.0, 10386.0, 10415.0, 10362.0, 10393.0, 10348.0, 10365.0, 10452.0, 10359.0, 10422.0, 10355.0, 10411.0, 10350.0, 10376.0, 10450.0, 10364.0, 10424.0, 10403.0, 10431.0, 10368.0, 10411.0, 10410.0, 10395.0, 10467.0, 10422.0, 10434.0, 10393.0, 10413.0, 10492.0, 10423.0, 10450.0, 10386.0, 10447.0, 10471.0, 10429.0, 10496.0, 10439.0, 10486.0, 10429.0, 10448.0, 10516.0, 10447.0, 10461.0, 10400.0, 10429.0, 10504.0, 10419.0, 10483.0, 10403.0, 10419.0, 10398.0, 10406.0, 10498.0, 10409.0, 10443.0, 10393.0, 10397.0, 10476.0, 10428.0, 10447.0, 10386.0, 10404.0, 10477.0, 10416.0, 10437.0, 10381.0, 10392.0, 10484.0, 10426.0, 10448.0, 10381.0, 10407.0, 10485.0, 10402.0, 10457.0, 10396.0, 10413.0, 10386.0, 10391.0, 10470.0, 10415.0, 10457.0, 10449.0, 10393.0, 10448.0, 10412.0, 10414.0, 10375.0, 10407.0, 10458.0, 10397.0, 10461.0, 10407.0, 10430.0, 10378.0, 10410.0, 10488.0, 10387.0, 10426.0, 10372.0, 10401.0, 10354.0, 10376.0, 10469.0, 10389.0, 10411.0, 10380.0, 10405.0, 10428.0, 10371.0, 10421.0, 10364.0, 10403.0, 10358.0, 10387.0, 10407.0, 10375.0, 10443.0, 10384.0, 10430.0, 10399.0, 10422.0, 10357.0, 10396.0, 10481.0, 10405.0, 10451.0, 10398.0, 10418.0, 10369.0, 10396.0, 10497.0, 10394.0, 10446.0, 10397.0, 10417.0, 10393.0, 10403.0, 10485.0, 10404.0, 10428.0, 10391.0, 10428.0, 10387.0, 10424.0, 10399.0, 10415.0, 10452.0, 10424.0, 10502.0, 10455.0, 10481.0, 10420.0, 10459.0, 10413.0, 10441.0, 10401.0, 10438.0, 10474.0, 10412.0, 10486.0, 10420.0, 10443.0, 10383.0, 10424.0, 10435.0, 10390.0, 10500.0, 10420.0, 10435.0, 10384.0, 10422.0, 10356.0, 10411.0, 10468.0, 10393.0, 10447.0, 10421.0, 10444.0, 10394.0, 10432.0, 10396.0, 10444.0, 10387.0, 10431.0, 10433.0, 10399.0, 10492.0, 10429.0, 10470.0, 10397.0, 10415.0, 10372.0, 10400.0, 10468.0, 10379.0, 10471.0, 10387.0, 10409.0, 10367.0, 10367.0, 10371.0, 10348.0, 10378.0, 10407.0, 10416.0, 10494.0, 10396.0, 10429.0, 10391.0, 10407.0, 10488.0, 10420.0, 10453.0, 10360.0, 10421.0, 10515.0, 10427.0, 10441.0, 10358.0, 10407.0, 10344.0, 10348.0, 10425.0, 10364.0, 10418.0, 10388.0, 10435.0, 10379.0, 10339.0, 10338.0, 10320.0, 10401.0, 10343.0, 10409.0, 10326.0, 10355.0, 10442.0, 10320.0, 10368.0, 10326.0, 10344.0, 10311.0, 10331.0, 10364.0, 10323.0, 10412.0, 10381.0, 10384.0, 10349.0, 10396.0, 10385.0, 10412.0, 10414.0, 10399.0, 10467.0, 10431.0, 10473.0, 10399.0, 10447.0, 10401.0, 10409.0, 10506.0, 10434.0, 10476.0, 10404.0, 10426.0, 10457.0, 10403.0, 10478.0, 10394.0, 10425.0, 10380.0, 10399.0, 10512.0, 10411.0, 10440.0, 10379.0, 10405.0, 10483.0, 10429.0, 10475.0, 10399.0, 10423.0, 10508.0, 10411.0, 10476.0, 10385.0, 10413.0, 10453.0, 10405.0, 10480.0, 10385.0, 10415.0, 10481.0, 10394.0, 10450.0, 10400.0, 10434.0, 10421.0, 10399.0, 10465.0, 10374.0, 10435.0, 10375.0, 10378.0, 10475.0, 10390.0, 10446.0, 10372.0, 10389.0, 10482.0, 10378.0, 10430.0, 10379.0, 10408.0, 10404.0, 10382.0, 10462.0, 10398.0, 10439.0, 10386.0, 10398.0, 10474.0, 10394.0, 10442.0, 10377.0, 10399.0, 10451.0, 10380.0, 10441.0, 10394.0, 10417.0, 10392.0, 10402.0, 10483.0, 10399.0, 10437.0, 10391.0, 10410.0, 10451.0, 10396.0, 10453.0, 10393.0, 10404.0, 10365.0, 10392.0, 10466.0, 10395.0, 10421.0, 10356.0, 10372.0, 10449.0, 10394.0, 10414.0, 10367.0, 10373.0, 10449.0, 10393.0, 10433.0, 10387.0, 10398.0, 10349.0, 10394.0, 10460.0, 10403.0, 10451.0, 10387.0, 10399.0, 10482.0, 10397.0, 10452.0, 10396.0, 10394.0, 10410.0, 10374.0, 10446.0, 10389.0, 10412.0, 10370.0, 10378.0, 10458.0, 10387.0, 10421.0, 10368.0, 10372.0, 10442.0, 10352.0, 10410.0, 10351.0, 10394.0, 10460.0, 10352.0, 10390.0, 10350.0, 10358.0, 10437.0, 10374.0, 10410.0, 10365.0, 10370.0, 10407.0, 10364.0, 10422.0, 10379.0, 10401.0, 10369.0, 10395.0, 10466.0, 10407.0, 10427.0, 10372.0, 10387.0, 10482.0, 10371.0, 10436.0, 10375.0, 10413.0, 10461.0, 10377.0, 10431.0, 10389.0, 10393.0, 10454.0, 10397.0, 10447.0, 10400.0, 10429.0, 10378.0, 10402.0, 10487.0, 10412.0, 10442.0, 10388.0, 10378.0, 10465.0, 10390.0, 10432.0, 10391.0, 10391.0, 10453.0, 10390.0, 10434.0, 10464.0, 10378.0, 10440.0, 10388.0, 10416.0, 10424.0, 10380.0, 10437.0, 10374.0, 10422.0, 10442.0, 10379.0, 10429.0, 10372.0, 10398.0, 10441.0, 10376.0, 10446.0, 10389.0, 10410.0, 10365.0, 10390.0, 10464.0, 10395.0, 10445.0, 10383.0, 10401.0, 10500.0, 10439.0, 10477.0, 10418.0, 10438.0, 10405.0, 10406.0, 10435.0, 10418.0, 10508.0, 10407.0, 10501.0, 10417.0, 10459.0, 10459.0, 10384.0, 10459.0, 10391.0, 10413.0, 10420.0, 10376.0, 10469.0, 10367.0, 10401.0, 10431.0, 10366.0, 10425.0, 10379.0, 10387.0, 10393.0, 10377.0, 10421.0, 10377.0, 10419.0, 10395.0, 10415.0, 10484.0, 10396.0, 10454.0, 10396.0, 10433.0, 10391.0, 10399.0, 10476.0, 10412.0, 10443.0, 10421.0, 10390.0, 10464.0, 10405.0, 10421.0, 10393.0, 10387.0, 10479.0, 10369.0, 10415.0, 10367.0, 10388.0, 10469.0, 10375.0, 10416.0, 10369.0, 10387.0, 10441.0, 10378.0, 10421.0, 10361.0, 10377.0, 10441.0, 10379.0, 10433.0, 10374.0, 10375.0, 10438.0, 10369.0, 10414.0, 10373.0, 10393.0, 10375.0, 10396.0, 10452.0, 10395.0, 10429.0, 10392.0, 10404.0, 10470.0, 10401.0, 10446.0, 10494.0, 10402.0, 10440.0, 10395.0, 10398.0, 10490.0, 10401.0, 10432.0, 10378.0, 10399.0, 10489.0, 10386.0, 10433.0, 10376.0, 10411.0, 10446.0, 10373.0, 10444.0, 10385.0, 10401.0, 10374.0, 10377.0, 10465.0, 10394.0, 10422.0, 10376.0, 10409.0, 10412.0, 10379.0, 10446.0, 10396.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.00048294591484464896</td></tr>
<tr><td colspan=3>aqi</td><td>0.022372001841196774</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.691574114354864</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2229096365322585</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858708513479262</td></tr>
<tr><td colspan=3>efc</td><td>0.5338</td></tr>
<tr><td colspan=3>fber</td><td>2826.8708</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08508811517928616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8768699654775602</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6538280080564367</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.551925666430078</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9290324756209696</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4805258821182625</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123745</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010446070693433285</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028877457603812218</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.8026921267684046</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>15.9821</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.1629</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>305.9267</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>77.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287909.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1533.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>547.9229</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3528</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.0724</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3840.7905</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5076.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1072.3921</td></tr>
<tr><td colspan=3>tsnr</td><td>37.01799094863236</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>