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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-05_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-05_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-0024/ses-03/func/sub-0024_ses-03_task-social_acq-mb8_run-05_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>9018f8c8e4a0ae2f839376204808d42d</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>12:07:8.857500</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>[1, 0, -3.489e-12, 0, 1, -1.1202e-11]</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-05_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.084191</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7791, -7250, 615, -69, -304, 73, 96]</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>237.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>20546961-1093-4d3c-a911-5a48cd385f26||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.682926893234253, 0.0, -9.42029960981916e-12, 110.0], [0.0, 2.682926893234253, -3.024539993456976e-11, -92.98062133789062], [-9.360731807739331e-12, 3.005414667134332e-11, 2.700000047683716, -71.51905822753906], [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': ['120708.857500', '120709.317500', '120709.777500', '120710.237500', '120710.697500', '120711.157500', '120711.617500', '120712.077500', '120712.537500', '120712.997500', '120713.457500', '120713.917500', '120714.377500', '120714.837500', '120715.297500', '120715.757500', '120716.217500', '120716.677500', '120717.137500', '120717.597500', '120718.057500', '120718.517500', '120718.977500', '120719.437500', '120719.897500', '120720.357500', '120720.817500', '120721.277500', '120721.737500', '120722.197500', '120722.657500', '120723.117500', '120723.577500', '120724.037500', '120724.497500', '120724.957500', '120725.417500', '120725.877500', '120726.337500', '120726.797500', '120727.257500', '120727.717500', '120728.177500', '120728.637500', '120729.097500', '120729.557500', '120730.017500', '120730.477500', '120730.937500', '120731.397500', '120731.857500', '120732.317500', '120732.777500', '120733.237500', '120733.697500', '120734.157500', '120734.617500', '120735.077500', '120735.537500', '120735.997500', '120736.457500', '120736.917500', '120737.377500', '120737.837500', '120738.297500', '120738.757500', '120739.217500', '120739.677500', '120740.137500', '120740.597500', '120741.057500', '120741.517500', '120741.977500', '120742.437500', '120742.897500', '120743.357500', '120743.817500', '120744.277500', '120744.737500', '120745.197500', '120745.657500', '120746.117500', '120746.577500', '120747.037500', '120747.497500', '120747.957500', '120748.417500', '120748.877500', '120749.337500', '120749.797500', '120750.257500', '120750.717500', '120751.177500', '120751.637500', '120752.097500', '120752.557500', '120753.017500', '120753.477500', '120753.937500', '120754.397500', '120754.857500', '120755.317500', '120755.777500', '120756.237500', '120756.697500', '120757.157500', '120757.617500', '120758.077500', '120758.537500', '120758.997500', '120759.457500', '120759.917500', '120800.377500', '120800.837500', '120801.297500', '120801.757500', '120802.217500', '120802.677500', '120803.137500', '120803.597500', '120804.057500', '120804.517500', '120804.977500', '120805.437500', '120805.897500', '120806.357500', '120806.817500', '120807.277500', '120807.737500', '120808.197500', '120808.657500', '120809.117500', '120809.577500', '120810.037500', '120810.497500', '120810.957500', '120811.417500', '120811.877500', '120812.337500', '120812.797500', '120813.257500', '120813.717500', '120814.177500', '120814.637500', '120815.097500', '120815.557500', '120816.017500', '120816.477500', '120816.937500', '120817.397500', '120817.857500', '120818.317500', '120818.777500', '120819.237500', '120819.697500', '120820.157500', '120820.617500', '120821.077500', '120821.537500', '120821.997500', '120822.457500', '120822.917500', '120823.377500', '120823.837500', '120824.297500', '120824.757500', '120825.217500', '120825.677500', '120826.137500', '120826.597500', '120827.057500', '120827.517500', '120827.977500', '120828.437500', '120828.897500', '120829.357500', '120829.817500', '120830.277500', '120830.737500', '120831.197500', '120831.657500', '120832.117500', '120832.577500', '120833.037500', '120833.497500', '120833.957500', '120834.417500', '120834.877500', '120835.337500', '120835.797500', '120836.257500', '120836.717500', '120837.177500', '120837.637500', '120838.097500', '120838.557500', '120839.017500', '120839.477500', '120839.937500', '120840.397500', '120840.857500', '120841.317500', '120841.777500', '120842.237500', '120842.697500', '120843.157500', '120843.617500', '120844.077500', '120844.537500', '120844.997500', '120845.457500', '120845.917500', '120846.377500', '120846.837500', '120847.297500', '120847.757500', '120848.217500', '120848.677500', '120849.137500', '120849.597500', '120850.057500', '120850.517500', '120850.977500', '120851.437500', '120851.897500', '120852.357500', '120852.817500', '120853.277500', '120853.737500', '120854.197500', '120854.657500', '120855.117500', '120855.577500', '120856.037500', '120856.497500', '120856.957500', '120857.417500', '120857.877500', '120858.337500', '120858.797500', '120859.257500', '120859.717500', '120900.177500', '120900.637500', '120901.097500', '120901.557500', '120902.017500', '120902.477500', '120902.937500', '120903.397500', '120903.857500', '120904.317500', '120904.777500', '120905.237500', '120905.697500', '120906.157500', '120906.617500', '120907.077500', '120907.537500', '120907.997500', '120908.457500', '120908.917500', '120909.377500', '120909.837500', '120910.297500', '120910.757500', '120911.217500', '120911.677500', '120912.137500', '120912.597500', '120913.057500', '120913.517500', '120913.977500', '120914.437500', '120914.897500', '120915.357500', '120915.817500', '120916.277500', '120916.737500', '120917.197500', '120917.657500', '120918.117500', '120918.577500', '120919.037500', '120919.497500', '120919.957500', '120920.417500', '120920.877500', '120921.337500', '120921.797500', '120922.257500', '120922.717500', '120923.177500', '120923.637500', '120924.097500', '120924.557500', '120925.017500', '120925.477500', '120925.937500', '120926.397500', '120926.857500', '120927.317500', '120927.777500', '120928.237500', '120928.697500', '120929.157500', '120929.617500', '120930.077500', '120930.537500', '120930.997500', '120931.457500', '120931.917500', '120932.377500', '120932.837500', '120933.297500', '120933.757500', '120934.217500', '120934.677500', '120935.137500', '120935.597500', '120936.057500', '120936.517500', '120936.977500', '120937.437500', '120937.897500', '120938.357500', '120938.817500', '120939.277500', '120939.737500', '120940.197500', '120940.657500', '120941.117500', '120941.577500', '120942.037500', '120942.497500', '120942.957500', '120943.417500', '120943.877500', '120944.337500', '120944.797500', '120945.257500', '120945.717500', '120946.177500', '120946.637500', '120947.097500', '120947.557500', '120948.017500', '120948.477500', '120948.937500', '120949.397500', '120949.857500', '120950.317500', '120950.777500', '120951.237500', '120951.697500', '120952.157500', '120952.617500', '120953.077500', '120953.537500', '120953.997500', '120954.457500', '120954.917500', '120955.377500', '120955.837500', '120956.297500', '120956.757500', '120957.217500', '120957.677500', '120958.137500', '120958.597500', '120959.057500', '120959.517500', '120959.977500', '121000.437500', '121000.897500', '121001.357500', '121001.817500', '121002.277500', '121002.737500', '121003.197500', '121003.657500', '121004.117500', '121004.577500', '121005.037500', '121005.497500', '121005.957500', '121006.417500', '121006.877500', '121007.337500', '121007.797500', '121008.257500', '121008.717500', '121009.177500', '121009.637500', '121010.097500', '121010.557500', '121011.017500', '121011.477500', '121011.937500', '121012.397500', '121012.857500', '121013.317500', '121013.777500', '121014.237500', '121014.697500', '121015.157500', '121015.617500', '121016.077500', '121016.537500', '121016.997500', '121017.457500', '121017.917500', '121018.377500', '121018.837500', '121019.297500', '121019.757500', '121020.217500', '121020.677500', '121021.137500', '121021.597500', '121022.057500', '121022.517500', '121022.977500', '121023.437500', '121023.897500', '121024.357500', '121024.817500', '121025.277500', '121025.737500', '121026.197500', '121026.657500', '121027.117500', '121027.577500', '121028.037500', '121028.497500', '121028.957500', '121029.417500', '121029.877500', '121030.337500', '121030.797500', '121031.257500', '121031.717500', '121032.177500', '121032.637500', '121033.097500', '121033.557500', '121034.017500', '121034.477500', '121034.937500', '121035.397500', '121035.857500', '121036.317500', '121036.777500', '121037.237500', '121037.697500', '121038.157500', '121038.617500', '121039.077500', '121039.537500', '121039.997500', '121040.457500', '121040.917500', '121041.377500', '121041.837500', '121042.297500', '121042.757500', '121043.217500', '121043.677500', '121044.137500', '121044.597500', '121045.057500', '121045.517500', '121045.977500', '121046.437500', '121046.897500', '121047.357500', '121047.817500', '121048.277500', '121048.737500', '121049.197500', '121049.657500', '121050.117500', '121050.577500', '121051.037500', '121051.497500', '121051.957500', '121052.417500', '121052.877500', '121053.337500', '121053.797500', '121054.257500', '121054.717500', '121055.177500', '121055.637500', '121056.097500', '121056.557500', '121057.017500', '121057.477500', '121057.937500', '121058.397500', '121058.857500', '121059.317500', '121059.777500', '121100.237500', '121100.697500', '121101.157500', '121101.617500', '121102.077500', '121102.537500', '121102.997500', '121103.457500', '121103.917500', '121104.377500', '121104.837500', '121105.297500', '121105.757500', '121106.217500', '121106.677500', '121107.137500', '121107.597500', '121108.057500', '121108.517500', '121108.977500', '121109.437500', '121109.897500', '121110.357500', '121110.817500', '121111.277500', '121111.737500', '121112.197500', '121112.657500', '121113.117500', '121113.577500', '121114.037500', '121114.497500', '121114.957500', '121115.417500', '121115.877500', '121116.337500', '121116.797500', '121117.257500', '121117.717500', '121118.177500', '121118.637500', '121119.097500', '121119.557500', '121120.017500', '121120.477500', '121120.937500', '121121.397500', '121121.857500', '121122.317500', '121122.777500', '121123.237500', '121123.697500', '121124.157500', '121124.617500', '121125.077500', '121125.537500', '121125.997500', '121126.457500', '121126.917500', '121127.377500', '121127.837500', '121128.297500', '121128.757500', '121129.217500', '121129.677500', '121130.137500', '121130.597500', '121131.057500', '121131.517500', '121131.977500', '121132.437500', '121132.897500', '121133.357500', '121133.817500', '121134.277500', '121134.737500', '121135.197500', '121135.657500', '121136.117500', '121136.577500', '121137.037500', '121137.497500', '121137.957500', '121138.417500', '121138.877500', '121139.337500', '121139.797500', '121140.257500', '121140.717500', '121141.177500', '121141.637500', '121142.097500', '121142.557500', '121143.017500', '121143.477500', '121143.937500', '121144.397500', '121144.857500', '121145.317500', '121145.777500', '121146.237500', '121146.697500', '121147.157500', '121147.617500', '121148.077500', '121148.537500', '121148.997500', '121149.457500', '121149.917500', '121150.377500', '121150.837500', '121151.297500', '121151.757500', '121152.217500', '121152.677500', '121153.137500', '121153.597500', '121154.057500', '121154.517500', '121154.977500', '121155.437500', '121155.897500', '121156.357500', '121156.817500', '121157.277500', '121157.737500', '121158.197500', '121158.657500', '121159.117500', '121159.577500', '121200.037500', '121200.497500', '121200.957500', '121201.417500', '121201.877500', '121202.337500', '121202.797500', '121203.257500', '121203.717500', '121204.177500', '121204.637500', '121205.097500', '121205.557500', '121206.017500', '121206.477500', '121206.937500', '121207.397500', '121207.857500', '121208.317500', '121208.777500', '121209.237500', '121209.697500', '121210.157500', '121210.617500', '121211.077500', '121211.537500', '121211.997500', '121212.457500', '121212.917500', '121213.377500', '121213.837500', '121214.297500', '121214.757500', '121215.217500', '121215.677500', '121216.137500', '121216.597500', '121217.057500', '121217.517500', '121217.977500', '121218.437500', '121218.897500', '121219.357500', '121219.817500', '121220.277500', '121220.737500', '121221.197500', '121221.657500', '121222.117500', '121222.577500', '121223.037500', '121223.497500', '121223.957500', '121224.417500', '121224.877500', '121225.337500', '121225.797500', '121226.257500', '121226.717500', '121227.177500', '121227.637500', '121228.097500', '121228.557500', '121229.017500', '121229.477500', '121229.937500', '121230.397500', '121230.857500', '121231.317500', '121231.777500', '121232.237500', '121232.697500', '121233.157500', '121233.617500', '121234.077500', '121234.537500', '121234.997500', '121235.457500', '121235.917500', '121236.377500', '121236.837500', '121237.297500', '121237.757500', '121238.217500', '121238.677500', '121239.137500', '121239.597500', '121240.057500', '121240.517500', '121240.977500', '121241.437500', '121241.897500', '121242.357500', '121242.817500', '121243.277500', '121243.737500', '121244.197500', '121244.657500', '121245.117500', '121245.577500', '121246.037500', '121246.497500', '121246.957500', '121247.417500', '121247.877500', '121248.337500', '121248.797500', '121249.257500', '121249.717500', '121250.177500', '121250.637500', '121251.097500', '121251.557500', '121252.017500', '121252.477500', '121252.937500', '121253.397500', '121253.857500', '121254.317500', '121254.777500', '121255.237500', '121255.697500', '121256.157500', '121256.617500', '121257.077500', '121257.537500', '121257.997500', '121258.457500', '121258.917500', '121259.377500', '121259.837500', '121300.297500', '121300.757500', '121301.217500', '121301.677500', '121302.137500', '121302.597500', '121303.057500', '121303.517500', '121303.977500', '121304.437500', '121304.897500', '121305.357500', '121305.817500', '121306.277500', '121306.737500', '121307.197500', '121307.657500', '121308.117500', '121308.577500', '121309.037500', '121309.497500', '121309.957500', '121310.417500', '121310.877500', '121311.337500', '121311.797500', '121312.257500', '121312.717500', '121313.177500', '121313.637500', '121314.097500', '121314.557500', '121315.017500', '121315.477500', '121315.937500', '121316.397500', '121316.857500', '121317.317500', '121317.777500', '121318.237500', '121318.697500', '121319.157500', '121319.617500', '121320.077500', '121320.537500', '121320.997500', '121321.457500', '121321.917500', '121322.377500', '121322.837500', '121323.297500', '121323.757500', '121324.217500', '121324.677500', '121325.137500', '121325.597500', '121326.057500', '121326.517500', '121326.977500', '121327.437500', '121327.897500', '121328.357500', '121328.817500', '121329.277500', '121329.737500', '121330.197500', '121330.657500', '121331.117500', '121331.577500', '121332.037500', '121332.497500', '121332.957500', '121333.417500', '121333.877500', '121334.337500', '121334.797500', '121335.257500', '121335.717500', '121336.177500', '121336.637500', '121337.097500', '121337.557500', '121338.017500', '121338.477500', '121338.937500', '121339.397500', '121339.857500', '121340.317500', '121340.777500', '121341.237500', '121341.697500', '121342.157500', '121342.617500', '121343.077500', '121343.537500', '121343.997500', '121344.457500', '121344.917500', '121345.377500', '121345.837500', '121346.297500', '121346.757500', '121347.217500', '121347.677500', '121348.137500', '121348.597500', '121349.057500', '121349.517500'], 'ContentTime': ['120723.235000', '120723.241000', '120723.244000', '120723.247000', '120723.250000', '120723.252000', '120723.255000', '120723.258000', '120723.261000', '120723.264000', '120723.267000', '120723.270000', '120723.272000', '120723.275000', '120723.286000', '120723.289000', '120723.292000', '120723.295000', '120723.299000', '120723.302000', '120723.305000', '120723.308000', '120723.311000', '120723.314000', '120723.316000', '120723.319000', '120723.322000', '120723.325000', '120723.328000', '120723.330000', '120743.176000', '120743.179000', '120743.182000', '120743.185000', '120743.187000', '120743.190000', '120743.193000', '120743.196000', '120743.199000', '120743.202000', '120743.204000', '120743.207000', '120743.218000', '120743.221000', '120743.224000', '120743.227000', '120743.229000', '120743.232000', '120743.235000', '120743.238000', '120743.241000', '120743.243000', '120743.246000', '120743.249000', '120743.252000', '120743.255000', '120743.257000', '120743.260000', '120743.263000', '120743.266000', '120743.269000', '120743.272000', '120743.274000', '120743.277000', '120743.280000', '120743.283000', '120743.286000', '120743.288000', '120743.291000', '120743.294000', '120743.297000', '120743.300000', '120743.303000', '120743.306000', '120803.176000', '120803.179000', '120803.182000', '120803.185000', '120803.188000', '120803.191000', '120803.193000', '120803.196000', '120803.199000', '120803.202000', '120803.205000', '120803.208000', '120803.211000', '120803.219000', '120803.222000', '120803.225000', '120803.229000', '120803.232000', '120803.234000', '120803.237000', '120803.240000', '120803.243000', '120803.246000', '120803.250000', '120803.253000', '120803.257000', '120803.261000', '120803.264000', '120803.270000', '120803.273000', '120803.277000', '120803.280000', '120803.284000', '120803.288000', '120803.291000', '120803.294000', '120803.298000', '120803.301000', '120803.304000', '120803.307000', '120803.326000', '120803.330000', '120803.333000', '120823.176000', '120823.183000', '120823.186000', '120823.189000', '120823.191000', '120823.194000', '120823.197000', '120823.200000', '120823.203000', '120823.206000', '120823.208000', '120823.211000', '120823.219000', '120823.222000', '120823.225000', '120823.227000', '120823.230000', '120823.233000', '120823.236000', '120823.239000', '120823.241000', '120823.244000', '120823.247000', '120823.250000', '120823.253000', '120823.255000', '120823.258000', '120823.261000', '120823.264000', '120823.267000', '120823.270000', '120823.273000', '120823.275000', '120823.278000', '120823.281000', '120823.284000', '120823.287000', '120823.289000', '120823.292000', '120823.295000', '120823.298000', '120823.301000', '120823.304000', '120843.176000', '120843.179000', '120843.182000', '120843.185000', '120843.188000', '120843.191000', '120843.193000', '120843.196000', '120843.199000', '120843.202000', '120843.205000', '120843.208000', '120843.210000', '120843.213000', '120843.216000', '120843.229000', '120843.232000', '120843.235000', '120843.238000', '120843.241000', '120843.243000', '120843.246000', '120843.249000', '120843.252000', '120843.255000', '120843.258000', '120843.261000', '120843.263000', '120843.266000', '120843.269000', '120843.272000', '120843.275000', '120843.278000', '120843.280000', '120843.283000', '120843.286000', '120843.289000', '120843.292000', '120843.295000', '120843.298000', '120843.301000', '120843.304000', '120843.306000', '120843.309000', '120903.176000', '120903.179000', '120903.182000', '120903.185000', '120903.187000', '120903.190000', '120903.193000', '120903.196000', '120903.199000', '120903.202000', '120903.205000', '120903.208000', '120903.211000', '120903.214000', '120903.217000', '120903.219000', '120903.222000', '120903.225000', '120903.228000', '120903.231000', '120903.234000', '120903.237000', '120903.240000', '120903.242000', '120903.245000', '120903.248000', '120903.251000', '120903.254000', '120903.256000', '120903.259000', '120903.262000', '120903.265000', '120903.268000', '120903.271000', '120903.273000', '120903.276000', '120903.279000', '120903.282000', '120903.285000', '120903.288000', '120903.290000', '120903.293000', '120903.296000', '120923.177000', '120923.180000', '120923.183000', '120923.185000', '120923.188000', '120923.191000', '120923.194000', '120923.197000', '120923.200000', '120923.203000', '120923.205000', '120923.208000', '120923.211000', '120923.214000', '120923.217000', '120923.220000', '120923.222000', '120923.225000', '120923.228000', '120923.231000', '120923.234000', '120923.236000', '120923.239000', '120923.242000', '120923.245000', '120923.248000', '120923.251000', '120923.253000', '120923.256000', '120923.259000', '120923.262000', '120923.265000', '120923.268000', '120923.270000', '120923.273000', '120923.276000', '120923.279000', '120923.282000', '120923.284000', '120923.287000', '120923.290000', '120923.293000', '120923.296000', '120923.298000', '120943.176000', '120943.186000', '120943.189000', '120943.192000', '120943.195000', '120943.198000', '120943.201000', '120943.204000', '120943.207000', '120943.210000', '120943.213000', '120943.215000', '120943.218000', '120943.221000', '120943.224000', '120943.227000', '120943.230000', '120943.232000', '120943.235000', '120943.238000', '120943.241000', '120943.244000', '120943.246000', '120943.249000', '120943.252000', '120943.255000', '120943.258000', '120943.261000', '120943.264000', '120943.266000', '120943.269000', '120943.272000', '120943.275000', '120943.278000', '120943.280000', '120943.283000', '120943.286000', '120943.289000', '120943.292000', '120943.310000', '120943.313000', '120943.315000', '120943.318000', '121003.176000', '121003.186000', '121003.188000', '121003.191000', '121003.194000', '121003.197000', '121003.200000', '121003.203000', '121003.205000', '121003.208000', '121003.211000', '121003.214000', '121003.217000', '121003.220000', '121003.222000', '121003.225000', '121003.228000', '121003.231000', '121003.234000', '121003.237000', '121003.239000', '121003.242000', '121003.245000', '121003.248000', '121003.251000', '121003.254000', '121003.256000', '121003.259000', '121003.262000', '121003.265000', '121003.268000', '121003.271000', '121003.273000', '121003.276000', '121003.279000', '121003.282000', '121003.285000', '121003.288000', '121003.290000', '121003.293000', '121003.296000', '121003.299000', '121003.302000', '121003.305000', '121023.176000', '121023.179000', '121023.182000', '121023.185000', '121023.187000', '121023.190000', '121023.193000', '121023.196000', '121023.199000', '121023.202000', '121023.205000', '121023.207000', '121023.210000', '121023.213000', '121023.216000', '121023.219000', '121023.222000', '121023.225000', '121023.228000', '121023.231000', '121023.234000', '121023.237000', '121023.240000', '121023.243000', '121023.246000', '121023.249000', '121023.251000', '121023.254000', '121023.257000', '121023.260000', '121023.263000', '121023.266000', '121023.268000', '121023.271000', '121023.274000', '121023.277000', '121023.280000', '121023.283000', '121023.285000', '121023.288000', '121023.291000', '121023.294000', '121023.297000', '121043.176000', '121043.198000', '121043.201000', '121043.204000', '121043.206000', '121043.209000', '121043.212000', '121043.215000', '121043.218000', '121043.221000', '121043.224000', '121043.227000', '121043.229000', '121043.232000', '121043.235000', '121043.238000', '121043.241000', '121043.244000', '121043.247000', '121043.250000', '121043.252000', '121043.255000', '121043.258000', '121043.261000', '121043.264000', '121043.267000', '121043.270000', '121043.272000', '121043.275000', '121043.278000', '121043.281000', '121043.284000', '121043.286000', '121043.289000', '121043.292000', '121043.295000', '121043.298000', '121043.300000', '121043.303000', '121043.306000', '121043.309000', '121043.312000', '121043.315000', '121043.317000', '121103.176000', '121103.179000', '121103.182000', '121103.185000', '121103.188000', '121103.191000', '121103.194000', '121103.196000', '121103.199000', '121103.202000', '121103.205000', '121103.208000', '121103.210000', '121103.213000', '121103.216000', '121103.219000', '121103.222000', '121103.225000', '121103.228000', '121103.231000', '121103.234000', '121103.236000', '121103.239000', '121103.242000', '121103.245000', '121103.248000', '121103.251000', '121103.254000', '121103.257000', '121103.260000', '121103.263000', '121103.266000', '121103.268000', '121103.271000', '121103.274000', '121103.277000', '121103.280000', '121103.283000', '121103.286000', '121103.288000', '121103.291000', '121103.294000', '121103.297000', '121123.176000', '121123.183000', '121123.186000', '121123.189000', '121123.192000', '121123.195000', '121123.198000', '121123.200000', '121123.203000', '121123.218000', '121123.221000', '121123.224000', '121123.226000', '121123.229000', '121123.232000', '121123.235000', '121123.238000', '121123.241000', '121123.243000', '121123.246000', '121123.249000', '121123.252000', '121123.255000', '121123.258000', '121123.260000', '121123.263000', '121123.266000', '121123.269000', '121123.272000', '121123.275000', '121123.278000', '121123.281000', '121123.283000', '121123.286000', '121123.289000', '121123.292000', '121123.295000', '121123.298000', '121123.300000', '121123.303000', '121123.306000', '121123.309000', '121123.312000', '121123.314000', '121143.177000', '121143.185000', '121143.187000', '121143.190000', '121143.193000', '121143.196000', '121143.199000', '121143.202000', '121143.204000', '121143.207000', '121143.210000', '121143.213000', '121143.216000', '121143.219000', '121143.221000', '121143.224000', '121143.227000', '121143.230000', '121143.233000', '121143.236000', '121143.238000', '121143.241000', '121143.244000', '121143.247000', '121143.250000', '121143.253000', '121143.255000', '121143.258000', '121143.261000', '121143.264000', '121143.267000', '121143.270000', '121143.273000', '121143.276000', '121143.279000', '121143.282000', '121143.285000', '121143.288000', '121143.290000', '121143.293000', '121143.296000', '121143.299000', '121143.302000', '121203.176000', '121203.208000', '121203.210000', '121203.213000', '121203.216000', '121203.219000', '121203.222000', '121203.224000', '121203.227000', '121203.230000', '121203.233000', '121203.236000', '121203.239000', '121203.242000', '121203.244000', '121203.247000', '121203.250000', '121203.253000', '121203.256000', '121203.259000', '121203.262000', '121203.264000', '121203.267000', '121203.270000', '121203.273000', '121203.276000', '121203.279000', '121203.282000', '121203.285000', '121203.287000', '121203.290000', '121203.293000', '121203.296000', '121203.299000', '121203.302000', '121203.304000', '121203.307000', '121203.310000', '121203.313000', '121203.316000', '121203.319000', '121203.322000', '121203.325000', '121203.327000', '121223.176000', '121223.188000', '121223.191000', '121223.194000', '121223.197000', '121223.200000', '121223.203000', '121223.205000', '121223.208000', '121223.212000', '121223.215000', '121223.218000', '121223.221000', '121223.223000', '121223.227000', '121223.229000', '121223.232000', '121223.235000', '121223.238000', '121223.241000', '121223.244000', '121223.246000', '121223.249000', '121223.252000', '121223.255000', '121223.258000', '121223.261000', '121223.263000', '121223.266000', '121223.269000', '121223.273000', '121223.278000', '121223.281000', '121223.284000', '121223.287000', '121223.290000', '121223.293000', '121223.296000', '121223.299000', '121223.301000', '121223.304000', '121223.307000', '121223.310000', '121243.176000', '121243.179000', '121243.182000', '121243.185000', '121243.187000', '121243.190000', '121243.193000', '121243.196000', '121243.199000', '121243.202000', '121243.204000', '121243.207000', '121243.210000', '121243.213000', '121243.216000', '121243.219000', '121243.221000', '121243.224000', '121243.227000', '121243.230000', '121243.233000', '121243.236000', '121243.238000', '121243.241000', '121243.244000', '121243.247000', '121243.250000', '121243.253000', '121243.255000', '121243.258000', '121243.261000', '121243.264000', '121243.267000', '121243.270000', '121243.272000', '121243.275000', '121243.278000', '121243.290000', '121243.293000', '121243.296000', '121243.299000', '121243.302000', '121243.305000', '121243.307000', '121303.176000', '121303.249000', '121303.252000', '121303.255000', '121303.258000', '121303.261000', '121303.264000', '121303.266000', '121303.269000', '121303.272000', '121303.275000', '121303.278000', '121303.281000', '121303.284000', '121303.287000', '121303.290000', '121303.293000', '121303.296000', '121303.299000', '121303.302000', '121303.305000', '121303.308000', '121303.310000', '121303.313000', '121303.316000', '121303.319000', '121303.322000', '121303.325000', '121303.328000', '121303.330000', '121303.333000', '121303.336000', '121303.339000', '121303.343000', '121303.346000', '121303.349000', '121303.352000', '121303.355000', '121303.358000', '121303.361000', '121303.364000', '121303.366000', '121303.369000', '121323.176000', '121323.193000', '121323.196000', '121323.199000', '121323.202000', '121323.204000', '121323.207000', '121323.210000', '121323.213000', '121323.216000', '121323.219000', '121323.222000', '121323.224000', '121323.227000', '121323.230000', '121323.233000', '121323.236000', '121323.238000', '121323.241000', '121323.244000', '121323.247000', '121323.250000', '121323.253000', '121323.256000', '121323.259000', '121323.261000', '121323.264000', '121323.267000', '121323.270000', '121323.273000', '121323.275000', '121323.278000', '121323.281000', '121323.284000', '121323.287000', '121323.289000', '121323.292000', '121323.295000', '121323.298000', '121323.301000', '121323.303000', '121323.306000', '121323.317000', '121323.320000', '121343.176000', '121343.179000', '121343.182000', '121343.185000', '121343.188000', '121343.190000', '121343.193000', '121343.196000', '121343.199000', '121343.202000', '121343.205000', '121343.208000', '121343.211000', '121343.213000', '121343.216000', '121343.219000', '121343.222000', '121343.225000', '121343.227000', '121343.230000', '121343.233000', '121343.236000', '121343.239000', '121343.241000', '121343.244000', '121343.247000', '121343.251000', '121343.254000', '121343.256000', '121343.259000', '121343.262000', '121343.265000', '121343.268000', '121343.271000', '121343.274000', '121343.277000', '121343.279000', '121343.282000', '121343.285000', '121343.288000', '121343.291000', '121343.294000', '121343.297000', '121350.280000', '121350.283000', '121350.296000', '121350.299000', '121350.302000', '121350.304000', '121350.307000', '121350.310000', '121350.313000', '121350.316000', '121350.319000', '121350.322000', '121350.325000', '121350.328000', '121350.331000', '121350.343000'], 'InstanceCreationTime': ['120723.235000', '120723.241000', '120723.244000', '120723.247000', '120723.250000', '120723.252000', '120723.255000', '120723.258000', '120723.261000', '120723.264000', '120723.267000', '120723.270000', '120723.272000', '120723.275000', '120723.286000', '120723.289000', '120723.292000', '120723.295000', '120723.299000', '120723.302000', '120723.305000', '120723.308000', '120723.311000', '120723.314000', '120723.316000', '120723.319000', '120723.322000', '120723.325000', '120723.328000', '120723.330000', '120743.176000', '120743.179000', '120743.182000', '120743.185000', '120743.187000', '120743.190000', '120743.193000', '120743.196000', '120743.199000', '120743.202000', '120743.204000', '120743.207000', '120743.218000', '120743.221000', '120743.224000', '120743.227000', '120743.229000', '120743.232000', '120743.235000', '120743.238000', '120743.241000', '120743.243000', '120743.246000', '120743.249000', '120743.252000', '120743.255000', '120743.257000', '120743.260000', '120743.263000', '120743.266000', '120743.269000', '120743.272000', '120743.274000', '120743.277000', '120743.280000', '120743.283000', '120743.286000', '120743.288000', '120743.291000', '120743.294000', '120743.297000', '120743.300000', '120743.303000', '120743.306000', '120803.176000', '120803.179000', '120803.182000', '120803.185000', '120803.188000', '120803.191000', '120803.193000', '120803.196000', '120803.199000', '120803.202000', '120803.205000', '120803.208000', '120803.211000', '120803.219000', '120803.222000', '120803.225000', '120803.229000', '120803.232000', '120803.234000', '120803.237000', '120803.240000', '120803.243000', '120803.246000', '120803.250000', '120803.253000', '120803.257000', '120803.261000', '120803.264000', '120803.270000', '120803.273000', '120803.277000', '120803.280000', '120803.284000', '120803.288000', '120803.291000', '120803.294000', '120803.298000', '120803.301000', '120803.304000', '120803.307000', '120803.326000', '120803.330000', '120803.333000', '120823.176000', '120823.183000', '120823.186000', '120823.189000', '120823.191000', '120823.194000', '120823.197000', '120823.200000', '120823.203000', '120823.206000', '120823.208000', '120823.211000', '120823.219000', '120823.222000', '120823.225000', '120823.227000', '120823.230000', '120823.233000', '120823.236000', '120823.239000', '120823.241000', '120823.244000', '120823.247000', '120823.250000', '120823.253000', '120823.255000', '120823.258000', '120823.261000', '120823.264000', '120823.267000', '120823.270000', '120823.273000', '120823.275000', '120823.278000', '120823.281000', '120823.284000', '120823.287000', '120823.289000', '120823.292000', '120823.295000', '120823.298000', '120823.301000', '120823.304000', '120843.176000', '120843.179000', '120843.182000', '120843.185000', '120843.188000', '120843.191000', '120843.193000', '120843.196000', '120843.199000', '120843.202000', '120843.205000', '120843.208000', '120843.210000', '120843.213000', '120843.216000', '120843.229000', '120843.232000', '120843.235000', '120843.238000', '120843.241000', '120843.243000', '120843.246000', '120843.249000', '120843.252000', '120843.255000', '120843.258000', '120843.261000', '120843.263000', '120843.266000', '120843.269000', '120843.272000', '120843.275000', '120843.278000', '120843.280000', '120843.283000', '120843.286000', '120843.289000', '120843.292000', '120843.295000', '120843.298000', '120843.301000', '120843.304000', '120843.306000', '120843.309000', '120903.176000', '120903.179000', '120903.182000', '120903.185000', '120903.187000', '120903.190000', '120903.193000', '120903.196000', '120903.199000', '120903.202000', '120903.205000', '120903.208000', '120903.211000', '120903.214000', '120903.217000', '120903.219000', '120903.222000', '120903.225000', '120903.228000', '120903.231000', '120903.234000', '120903.237000', '120903.240000', '120903.242000', '120903.245000', '120903.248000', '120903.251000', '120903.254000', '120903.256000', '120903.259000', '120903.262000', '120903.265000', '120903.268000', '120903.271000', '120903.273000', '120903.276000', '120903.279000', '120903.282000', '120903.285000', '120903.288000', '120903.290000', '120903.293000', '120903.296000', '120923.177000', '120923.180000', '120923.183000', '120923.185000', '120923.188000', '120923.191000', '120923.194000', '120923.197000', '120923.200000', '120923.203000', '120923.205000', '120923.208000', '120923.211000', '120923.214000', '120923.217000', '120923.220000', '120923.222000', '120923.225000', '120923.228000', '120923.231000', '120923.234000', '120923.236000', '120923.239000', '120923.242000', '120923.245000', '120923.248000', '120923.251000', '120923.253000', '120923.256000', '120923.259000', '120923.262000', '120923.265000', '120923.268000', '120923.270000', '120923.273000', '120923.276000', '120923.279000', '120923.282000', '120923.284000', '120923.287000', '120923.290000', '120923.293000', '120923.296000', '120923.298000', '120943.176000', '120943.186000', '120943.189000', '120943.192000', '120943.195000', '120943.198000', '120943.201000', '120943.204000', '120943.207000', '120943.210000', '120943.213000', '120943.215000', '120943.218000', '120943.221000', '120943.224000', '120943.227000', '120943.230000', '120943.232000', '120943.235000', '120943.238000', '120943.241000', '120943.244000', '120943.246000', '120943.249000', '120943.252000', '120943.255000', '120943.258000', '120943.261000', '120943.264000', '120943.266000', '120943.269000', '120943.272000', '120943.275000', '120943.278000', '120943.280000', '120943.283000', '120943.286000', '120943.289000', '120943.292000', '120943.310000', '120943.313000', '120943.315000', '120943.318000', '121003.176000', '121003.186000', '121003.188000', '121003.191000', '121003.194000', '121003.197000', '121003.200000', '121003.203000', '121003.205000', '121003.208000', '121003.211000', '121003.214000', '121003.217000', '121003.220000', '121003.222000', '121003.225000', '121003.228000', '121003.231000', '121003.234000', '121003.237000', '121003.239000', '121003.242000', '121003.245000', '121003.248000', '121003.251000', '121003.254000', '121003.256000', '121003.259000', '121003.262000', '121003.265000', '121003.268000', '121003.271000', '121003.273000', '121003.276000', '121003.279000', '121003.282000', '121003.285000', '121003.288000', '121003.290000', '121003.293000', '121003.296000', '121003.299000', '121003.302000', '121003.305000', '121023.176000', '121023.179000', '121023.182000', '121023.185000', '121023.187000', '121023.190000', '121023.193000', '121023.196000', '121023.199000', '121023.202000', '121023.205000', '121023.207000', '121023.210000', '121023.213000', '121023.216000', '121023.219000', '121023.222000', '121023.225000', '121023.228000', '121023.231000', '121023.234000', '121023.237000', '121023.240000', '121023.243000', '121023.246000', '121023.249000', '121023.251000', '121023.254000', '121023.257000', '121023.260000', '121023.263000', '121023.266000', '121023.268000', '121023.271000', '121023.274000', '121023.277000', '121023.280000', '121023.283000', '121023.285000', '121023.288000', '121023.291000', '121023.294000', '121023.297000', '121043.176000', '121043.198000', '121043.201000', '121043.204000', '121043.206000', '121043.209000', '121043.212000', '121043.215000', '121043.218000', '121043.221000', '121043.224000', '121043.227000', '121043.229000', '121043.232000', '121043.235000', '121043.238000', '121043.241000', '121043.244000', '121043.247000', '121043.250000', '121043.252000', '121043.255000', '121043.258000', '121043.261000', '121043.264000', '121043.267000', '121043.270000', '121043.272000', '121043.275000', '121043.278000', '121043.281000', '121043.284000', '121043.286000', '121043.289000', '121043.292000', '121043.295000', '121043.298000', '121043.300000', '121043.303000', '121043.306000', '121043.309000', '121043.312000', '121043.315000', '121043.317000', '121103.176000', '121103.179000', '121103.182000', '121103.185000', '121103.188000', '121103.191000', '121103.194000', '121103.196000', '121103.199000', '121103.202000', '121103.205000', '121103.208000', '121103.210000', '121103.213000', '121103.216000', '121103.219000', '121103.222000', '121103.225000', '121103.228000', '121103.231000', '121103.234000', '121103.236000', '121103.239000', '121103.242000', '121103.245000', '121103.248000', '121103.251000', '121103.254000', '121103.257000', '121103.260000', '121103.263000', '121103.266000', '121103.268000', '121103.271000', '121103.274000', '121103.277000', '121103.280000', '121103.283000', '121103.286000', '121103.288000', '121103.291000', '121103.294000', '121103.297000', '121123.176000', '121123.183000', '121123.186000', '121123.189000', '121123.192000', '121123.195000', '121123.198000', '121123.200000', '121123.203000', '121123.218000', '121123.221000', '121123.224000', '121123.226000', '121123.229000', '121123.232000', '121123.235000', '121123.238000', '121123.241000', '121123.243000', '121123.246000', '121123.249000', '121123.252000', '121123.255000', '121123.258000', '121123.260000', '121123.263000', '121123.266000', '121123.269000', '121123.272000', '121123.275000', '121123.278000', '121123.281000', '121123.283000', '121123.286000', '121123.289000', '121123.292000', '121123.295000', '121123.298000', '121123.300000', '121123.303000', '121123.306000', '121123.309000', '121123.312000', '121123.314000', '121143.177000', '121143.185000', '121143.187000', '121143.190000', '121143.193000', '121143.196000', '121143.199000', '121143.202000', '121143.204000', '121143.207000', '121143.210000', '121143.213000', '121143.216000', '121143.219000', '121143.221000', '121143.224000', '121143.227000', '121143.230000', '121143.233000', '121143.236000', '121143.238000', '121143.241000', '121143.244000', '121143.247000', '121143.250000', '121143.253000', '121143.255000', '121143.258000', '121143.261000', '121143.264000', '121143.267000', '121143.270000', '121143.273000', '121143.276000', '121143.279000', '121143.282000', '121143.285000', '121143.288000', '121143.290000', '121143.293000', '121143.296000', '121143.299000', '121143.302000', '121203.176000', '121203.208000', '121203.210000', '121203.213000', '121203.216000', '121203.219000', '121203.222000', '121203.224000', '121203.227000', '121203.230000', '121203.233000', '121203.236000', '121203.239000', '121203.242000', '121203.244000', '121203.247000', '121203.250000', '121203.253000', '121203.256000', '121203.259000', '121203.262000', '121203.264000', '121203.267000', '121203.270000', '121203.273000', '121203.276000', '121203.279000', '121203.282000', '121203.285000', '121203.287000', '121203.290000', '121203.293000', '121203.296000', '121203.299000', '121203.302000', '121203.304000', '121203.307000', '121203.310000', '121203.313000', '121203.316000', '121203.319000', '121203.322000', '121203.325000', '121203.327000', '121223.176000', '121223.188000', '121223.191000', '121223.194000', '121223.197000', '121223.200000', '121223.203000', '121223.205000', '121223.208000', '121223.212000', '121223.215000', '121223.218000', '121223.221000', '121223.223000', '121223.227000', '121223.229000', '121223.232000', '121223.235000', '121223.238000', '121223.241000', '121223.244000', '121223.246000', '121223.249000', '121223.252000', '121223.255000', '121223.258000', '121223.261000', '121223.263000', '121223.266000', '121223.269000', '121223.273000', '121223.278000', '121223.281000', '121223.284000', '121223.287000', '121223.290000', '121223.293000', '121223.296000', '121223.299000', '121223.301000', '121223.304000', '121223.307000', '121223.310000', '121243.176000', '121243.179000', '121243.182000', '121243.185000', '121243.187000', '121243.190000', '121243.193000', '121243.196000', '121243.199000', '121243.202000', '121243.204000', '121243.207000', '121243.210000', '121243.213000', '121243.216000', '121243.219000', '121243.221000', '121243.224000', '121243.227000', '121243.230000', '121243.233000', '121243.236000', '121243.238000', '121243.241000', '121243.244000', '121243.247000', '121243.250000', '121243.253000', '121243.255000', '121243.258000', '121243.261000', '121243.264000', '121243.267000', '121243.270000', '121243.272000', '121243.275000', '121243.278000', '121243.290000', '121243.293000', '121243.296000', '121243.299000', '121243.302000', '121243.305000', '121243.307000', '121303.176000', '121303.249000', '121303.252000', '121303.255000', '121303.258000', '121303.261000', '121303.264000', '121303.266000', '121303.269000', '121303.272000', '121303.275000', '121303.278000', '121303.281000', '121303.284000', '121303.287000', '121303.290000', '121303.293000', '121303.296000', '121303.299000', '121303.302000', '121303.305000', '121303.308000', '121303.310000', '121303.313000', '121303.316000', '121303.319000', '121303.322000', '121303.325000', '121303.328000', '121303.330000', '121303.333000', '121303.336000', '121303.339000', '121303.343000', '121303.346000', '121303.349000', '121303.352000', '121303.355000', '121303.358000', '121303.361000', '121303.364000', '121303.366000', '121303.369000', '121323.176000', '121323.193000', '121323.196000', '121323.199000', '121323.202000', '121323.204000', '121323.207000', '121323.210000', '121323.213000', '121323.216000', '121323.219000', '121323.222000', '121323.224000', '121323.227000', '121323.230000', '121323.233000', '121323.236000', '121323.238000', '121323.241000', '121323.244000', '121323.247000', '121323.250000', '121323.253000', '121323.256000', '121323.259000', '121323.261000', '121323.264000', '121323.267000', '121323.270000', '121323.273000', '121323.275000', '121323.278000', '121323.281000', '121323.284000', '121323.287000', '121323.289000', '121323.292000', '121323.295000', '121323.298000', '121323.301000', '121323.303000', '121323.306000', '121323.317000', '121323.320000', '121343.176000', '121343.179000', '121343.182000', '121343.185000', '121343.188000', '121343.190000', '121343.193000', '121343.196000', '121343.199000', '121343.202000', '121343.205000', '121343.208000', '121343.211000', '121343.213000', '121343.216000', '121343.219000', '121343.222000', '121343.225000', '121343.227000', '121343.230000', '121343.233000', '121343.236000', '121343.239000', '121343.241000', '121343.244000', '121343.247000', '121343.251000', '121343.254000', '121343.256000', '121343.259000', '121343.262000', '121343.265000', '121343.268000', '121343.271000', '121343.274000', '121343.277000', '121343.279000', '121343.282000', '121343.285000', '121343.288000', '121343.291000', '121343.294000', '121343.297000', '121350.280000', '121350.283000', '121350.296000', '121350.299000', '121350.302000', '121350.304000', '121350.307000', '121350.310000', '121350.313000', '121350.316000', '121350.319000', '121350.322000', '121350.325000', '121350.328000', '121350.331000', '121350.343000'], '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': [11768, 14128, 11584, 13344, 12975, 13325, 14271, 10451, 12493, 11883, 15010, 13051, 14613, 13796, 10567, 12982, 11459, 15045, 12974, 13370, 14186, 10469, 12344, 11887, 14956, 13179, 12314, 14326, 11065, 14955, 12754, 13008, 13596, 10845, 14040, 11273, 13701, 13645, 10886, 13346, 11821, 14235, 13155, 10486, 13820, 11408, 14352, 13005, 12656, 13983, 10493, 14640, 12333, 11756, 13092, 10864, 12170, 10721, 13716, 11465, 12781, 11648, 14663, 12308, 12820, 13698, 12036, 14148, 13543, 13860, 14762, 13281, 12440, 13162, 11515, 12987, 12696, 13141, 10680, 15244, 11535, 13407, 13395, 10489, 13177, 10141, 14154, 11375, 14847, 12763, 13002, 14305, 10354, 12929, 11394, 13756, 12027, 13915, 12647, 15111, 13776, 14437, 13795, 14827, 13308, 13361, 13692, 12318, 13953, 11207, 13974, 12487, 15419, 13623, 12692, 14211, 11176, 14469, 11992, 14972, 13566, 10074, 13145, 11273, 14791, 12424, 13285, 13350, 11798, 13986, 11471, 13722, 12547, 14871, 13506, 12133, 13794, 11001, 14579, 12495, 12490, 13758, 10549, 14011, 11358, 14661, 13157, 10074, 13541, 11733, 15213, 12938, 14058, 13752, 10299, 13968, 11959, 14953, 13424, 14262, 13469, 15243, 14138, 13222, 13772, 11446, 14122, 10901, 14224, 11988, 14167, 13727, 10416, 13900, 12278, 15040, 13897, 10361, 14110, 12046, 14696, 14354, 10791, 14402, 11997, 14315, 14521, 11757, 14516, 12307, 14895, 14433, 15154, 14720, 11595, 14657, 11026, 14883, 13167, 14245, 11958, 14583, 12877, 14208, 12738, 15483, 13436, 12703, 13872, 11449, 14226, 12069, 14566, 13398, 12906, 14110, 11307, 13833, 11746, 14760, 13188, 11820, 13629, 11159, 14687, 12196, 14272, 12926, 10943, 13780, 11056, 14248, 12395, 15563, 13100, 14418, 13383, 11197, 13341, 10333, 13432, 11019, 14203, 12017, 14920, 12831, 11471, 12960, 11966, 13741, 10681, 13781, 11051, 13243, 11710, 14903, 12292, 14338, 13111, 10669, 13969, 11134, 14670, 12024, 12684, 13981, 10168, 13192, 12141, 13329, 13988, 10326, 12047, 11553, 15010, 13617, 13831, 14146, 11079, 13961, 12018, 13698, 12665, 15183, 13560, 13216, 14078, 10850, 13422, 12445, 15358, 13568, 15332, 13880, 10940, 13919, 12025, 15026, 13307, 12491, 14568, 11576, 15864, 13963, 11062, 14207, 12201, 13947, 14083, 12032, 14537, 12097, 13297, 13954, 13851, 14692, 13819, 14717, 14078, 14868, 11836, 14298, 12446, 14155, 13399, 13517, 13647, 12998, 13678, 12077, 14340, 12742, 13898, 13613, 12100, 14196, 11646, 13971, 12892, 14992, 14109, 10813, 13781, 12195, 14823, 13743, 11434, 14044, 11852, 14065, 13462, 14571, 13688, 13166, 13422, 11728, 13668, 12950, 14148, 13686, 12594, 13756, 11138, 13194, 12769, 12717, 13818, 10802, 14057, 12486, 14518, 13933, 11541, 13799, 11289, 13473, 12103, 14007, 13024, 14060, 14123, 13115, 13600, 13909, 14054, 11301, 13901, 12275, 14064, 13043, 14802, 13339, 11168, 13761, 12093, 14460, 13644, 11359, 14144, 11487, 13692, 13609, 13190, 14001, 11602, 12806, 13694, 13666, 14086, 11250, 13259, 11487, 13383, 13301, 14336, 13149, 13762, 13535, 14894, 14368, 14154, 14505, 14373, 14741, 12265, 13637, 12747, 15134, 13688, 14778, 14168, 12815, 13462, 11890, 13319, 12889, 13909, 13350, 14636, 13923, 11310, 13465, 11932, 12811, 12434, 14006, 13353, 10673, 13592, 12117, 14424, 13270, 11236, 13740, 11795, 15009, 13701, 11109, 13317, 11821, 14479, 13879, 11012, 13849, 11732, 13100, 13107, 12870, 13656, 12458, 13779, 11072, 13645, 12135, 12836, 13236, 14841, 14608, 11640, 14053, 11934, 13958, 11691, 13824, 12302, 14072, 13005, 14363, 13094, 13746, 13041, 10568, 13230, 12096, 12637, 13294, 11052, 13377, 12123, 14301, 13388, 11094, 13362, 11401, 12308, 12249, 14749, 13752, 10659, 13903, 12959, 14400, 13524, 11060, 14098, 12216, 12790, 11728, 13854, 13698, 12425, 14038, 12844, 14154, 11046, 13859, 11382, 13017, 12422, 13463, 13088, 13107, 13279, 14569, 14405, 12301, 13652, 12177, 13085, 12358, 14322, 13403, 11375, 13093, 12087, 14471, 13047, 13035, 13338, 11394, 13351, 12122, 13780, 13158, 14040, 13738, 10874, 13954, 12695, 14672, 13525, 11561, 13751, 11790, 13266, 13131, 11357, 13672, 10860, 13579, 12224, 13611, 13593, 10982, 13176, 11559, 12630, 12884, 13948, 13604, 10929, 13269, 12573, 14792, 13351, 11218, 13867, 11935, 14009, 13982, 12677, 13564, 12828, 13692, 11699, 13160, 12583, 13249, 13096, 12986, 13415, 13444, 13367, 14081, 13920, 11829, 13599, 11863, 13240, 12238, 12649, 12989, 13332, 13157, 11594, 13618, 11967, 13322, 12753, 12797, 13167, 11113, 14064, 12232, 14462, 13665, 10846, 13108, 12989, 12196, 13560, 11381, 13440, 13230, 13447, 13720, 11552, 12677, 13073, 12761, 12525, 12982, 13988, 12929, 14005, 14787, 14113, 13491, 14553, 10988, 13288, 12423, 12826, 13593, 14613, 14409, 10982, 13531, 12417, 14617, 13876, 14301, 13753, 12038, 13040, 12573, 13981, 13733, 13698, 14067, 13479, 13960, 10826, 13084, 12088, 13093, 12849, 12775, 13203, 13077, 13195, 11018, 13200, 12021, 13626, 12153, 14197, 12782, 11007, 13202, 11426, 13358, 12233, 14492, 13267, 13611, 12916, 11140, 13401, 11328, 13147, 11970, 14456, 13369, 10922, 13743, 11186, 13786, 12255, 13232, 13372, 11634, 12859, 12986, 14431, 13261, 10907, 13230, 12382, 14412, 13476, 12611, 13123, 10918, 13869, 11398, 13327, 12843, 12080, 13567, 11500, 13273, 12557, 12748, 13433, 13290, 13455, 12047, 13112, 13018, 13666, 12013, 13067, 10869, 12931, 11574, 12918, 12743, 13713, 13633, 13482, 15352, 13173, 14711, 12831, 13871, 12484, 14297, 12878, 12343, 13136, 10428, 13213, 12118, 13521, 12391, 14181, 12894, 10778, 13597, 11275, 12570, 13052, 14508, 13557, 13583, 13535, 11019, 13249, 12994, 12430, 13304, 11724, 13189, 13128, 12575, 13607, 13702, 14605, 10192, 13671, 11017, 13482, 12754, 13096, 13216, 14252, 14067, 14196, 13625, 11798, 13841, 12113, 13248, 13409, 11723, 12953, 11673, 12723, 12889, 12105, 13725, 12570, 13145, 10611, 13437, 11139, 13177, 12164, 12922, 13121, 14353, 13115, 13162, 13596, 12644, 13115, 11490, 12988, 12517, 14241, 13099, 13984, 13913, 11279, 13870, 13045, 13178, 13644, 11298, 13579, 12415, 14782, 14170, 10868, 13089, 12572, 12761, 13822, 12440, 13892, 13566, 13934, 12036, 13608, 14290, 14065, 14034, 14060, 11856, 13607, 11827, 12879, 12729, 13004, 12963, 14279, 13170, 10876, 13033, 12153, 13440], 'WindowCenter': [4595.0, 4588.0, 4565.0, 4560.0, 4560.0, 4558.0, 4569.0, 4540.0, 4548.0, 4538.0, 4555.0, 4547.0, 4557.0, 4544.0, 4527.0, 4545.0, 4537.0, 4555.0, 4548.0, 4546.0, 4544.0, 4526.0, 4546.0, 4537.0, 4555.0, 4544.0, 4534.0, 4544.0, 4524.0, 4555.0, 4547.0, 4544.0, 4544.0, 4526.0, 4543.0, 4524.0, 4531.0, 4543.0, 4524.0, 4542.0, 4523.0, 4531.0, 4543.0, 4525.0, 4542.0, 4535.0, 4544.0, 4534.0, 4534.0, 4542.0, 4525.0, 4543.0, 4534.0, 4534.0, 4543.0, 4524.0, 4522.0, 4523.0, 4543.0, 4548.0, 4545.0, 4536.0, 4555.0, 4561.0, 4559.0, 4558.0, 4537.0, 4546.0, 4545.0, 4545.0, 4570.0, 4560.0, 4563.0, 4547.0, 4538.0, 4534.0, 4537.0, 4534.0, 4515.0, 4543.0, 4525.0, 4545.0, 4557.0, 4525.0, 4533.0, 4515.0, 4543.0, 4524.0, 4542.0, 4534.0, 4544.0, 4557.0, 4539.0, 4557.0, 4537.0, 4556.0, 4561.0, 4569.0, 4561.0, 4566.0, 4571.0, 4570.0, 4571.0, 4583.0, 4586.0, 4570.0, 4573.0, 4550.0, 4569.0, 4553.0, 4572.0, 4562.0, 4568.0, 4560.0, 4549.0, 4571.0, 4551.0, 4559.0, 4538.0, 4555.0, 4544.0, 4516.0, 4544.0, 4525.0, 4554.0, 4535.0, 4557.0, 4557.0, 4536.0, 4555.0, 4537.0, 4557.0, 4560.0, 4559.0, 4557.0, 4548.0, 4558.0, 4539.0, 4557.0, 4559.0, 4548.0, 4557.0, 4527.0, 4545.0, 4536.0, 4555.0, 4545.0, 4527.0, 4556.0, 4537.0, 4554.0, 4545.0, 4556.0, 4555.0, 4527.0, 4556.0, 4549.0, 4569.0, 4558.0, 4557.0, 4559.0, 4568.0, 4570.0, 4571.0, 4573.0, 4552.0, 4568.0, 4541.0, 4558.0, 4547.0, 4557.0, 4571.0, 4541.0, 4558.0, 4548.0, 4556.0, 4557.0, 4528.0, 4557.0, 4549.0, 4568.0, 4571.0, 4551.0, 4568.0, 4551.0, 4568.0, 4583.0, 4561.0, 4569.0, 4561.0, 4580.0, 4571.0, 4579.0, 4582.0, 4561.0, 4594.0, 4563.0, 4606.0, 4586.0, 4595.0, 4576.0, 4584.0, 4586.0, 4584.0, 4575.0, 4582.0, 4572.0, 4562.0, 4560.0, 4549.0, 4558.0, 4550.0, 4557.0, 4547.0, 4561.0, 4569.0, 4539.0, 4556.0, 4547.0, 4555.0, 4546.0, 4549.0, 4569.0, 4538.0, 4554.0, 4535.0, 4543.0, 4545.0, 4525.0, 4544.0, 4536.0, 4554.0, 4536.0, 4553.0, 4545.0, 4567.0, 4559.0, 4537.0, 4557.0, 4528.0, 4557.0, 4538.0, 4556.0, 4547.0, 4569.0, 4547.0, 4536.0, 4546.0, 4548.0, 4556.0, 4525.0, 4555.0, 4537.0, 4546.0, 4547.0, 4556.0, 4548.0, 4556.0, 4573.0, 4550.0, 4569.0, 4539.0, 4569.0, 4548.0, 4544.0, 4556.0, 4525.0, 4543.0, 4534.0, 4544.0, 4556.0, 4527.0, 4534.0, 4534.0, 4552.0, 4555.0, 4557.0, 4556.0, 4549.0, 4568.0, 4560.0, 4569.0, 4561.0, 4570.0, 4561.0, 4560.0, 4569.0, 4552.0, 4559.0, 4560.0, 4568.0, 4559.0, 4568.0, 4559.0, 4539.0, 4570.0, 4562.0, 4569.0, 4558.0, 4548.0, 4567.0, 4550.0, 4566.0, 4569.0, 4550.0, 4569.0, 4550.0, 4558.0, 4569.0, 4559.0, 4569.0, 4561.0, 4559.0, 4571.0, 4570.0, 4583.0, 4582.0, 4595.0, 4595.0, 4596.0, 4576.0, 4585.0, 4586.0, 4585.0, 4587.0, 4583.0, 4585.0, 4574.0, 4573.0, 4563.0, 4569.0, 4572.0, 4569.0, 4572.0, 4561.0, 4569.0, 4550.0, 4559.0, 4560.0, 4569.0, 4570.0, 4552.0, 4559.0, 4550.0, 4557.0, 4558.0, 4548.0, 4557.0, 4550.0, 4568.0, 4558.0, 4567.0, 4559.0, 4558.0, 4558.0, 4550.0, 4567.0, 4561.0, 4570.0, 4560.0, 4549.0, 4558.0, 4550.0, 4557.0, 4560.0, 4559.0, 4559.0, 4538.0, 4556.0, 4548.0, 4556.0, 4568.0, 4548.0, 4568.0, 4548.0, 4557.0, 4559.0, 4568.0, 4560.0, 4569.0, 4570.0, 4560.0, 4571.0, 4570.0, 4570.0, 4551.0, 4570.0, 4573.0, 4571.0, 4561.0, 4559.0, 4559.0, 4539.0, 4557.0, 4549.0, 4569.0, 4570.0, 4550.0, 4559.0, 4551.0, 4569.0, 4569.0, 4558.0, 4570.0, 4551.0, 4559.0, 4571.0, 4570.0, 4581.0, 4550.0, 4570.0, 4562.0, 4582.0, 4584.0, 4595.0, 4597.0, 4596.0, 4598.0, 4596.0, 4597.0, 4596.0, 4597.0, 4595.0, 4584.0, 4576.0, 4573.0, 4574.0, 4582.0, 4572.0, 4570.0, 4571.0, 4560.0, 4570.0, 4562.0, 4559.0, 4560.0, 4559.0, 4570.0, 4568.0, 4571.0, 4550.0, 4559.0, 4551.0, 4548.0, 4549.0, 4558.0, 4558.0, 4539.0, 4557.0, 4549.0, 4556.0, 4547.0, 4536.0, 4556.0, 4547.0, 4556.0, 4558.0, 4538.0, 4546.0, 4547.0, 4556.0, 4558.0, 4538.0, 4557.0, 4560.0, 4558.0, 4559.0, 4558.0, 4570.0, 4559.0, 4572.0, 4562.0, 4570.0, 4562.0, 4560.0, 4572.0, 4569.0, 4583.0, 4552.0, 4570.0, 4561.0, 4571.0, 4561.0, 4571.0, 4561.0, 4571.0, 4562.0, 4569.0, 4559.0, 4557.0, 4557.0, 4540.0, 4547.0, 4549.0, 4547.0, 4557.0, 4537.0, 4545.0, 4547.0, 4555.0, 4556.0, 4537.0, 4558.0, 4549.0, 4546.0, 4548.0, 4568.0, 4558.0, 4551.0, 4569.0, 4572.0, 4570.0, 4569.0, 4548.0, 4581.0, 4573.0, 4573.0, 4573.0, 4597.0, 4612.0, 4599.0, 4610.0, 4598.0, 4611.0, 4576.0, 4597.0, 4578.0, 4586.0, 4577.0, 4585.0, 4586.0, 4585.0, 4584.0, 4583.0, 4584.0, 4563.0, 4571.0, 4551.0, 4560.0, 4561.0, 4569.0, 4560.0, 4550.0, 4558.0, 4549.0, 4556.0, 4547.0, 4547.0, 4556.0, 4548.0, 4555.0, 4546.0, 4545.0, 4546.0, 4556.0, 4557.0, 4540.0, 4558.0, 4559.0, 4558.0, 4557.0, 4547.0, 4557.0, 4549.0, 4557.0, 4560.0, 4549.0, 4557.0, 4538.0, 4555.0, 4549.0, 4557.0, 4559.0, 4540.0, 4559.0, 4564.0, 4559.0, 4559.0, 4558.0, 4558.0, 4550.0, 4558.0, 4549.0, 4567.0, 4559.0, 4550.0, 4571.0, 4561.0, 4569.0, 4570.0, 4558.0, 4569.0, 4559.0, 4570.0, 4562.0, 4573.0, 4575.0, 4584.0, 4586.0, 4585.0, 4587.0, 4585.0, 4585.0, 4584.0, 4585.0, 4564.0, 4573.0, 4563.0, 4561.0, 4562.0, 4560.0, 4571.0, 4559.0, 4558.0, 4547.0, 4569.0, 4550.0, 4558.0, 4559.0, 4559.0, 4559.0, 4539.0, 4558.0, 4548.0, 4557.0, 4557.0, 4540.0, 4557.0, 4561.0, 4549.0, 4560.0, 4550.0, 4558.0, 4560.0, 4558.0, 4571.0, 4561.0, 4560.0, 4571.0, 4571.0, 4574.0, 4583.0, 4596.0, 4585.0, 4598.0, 4596.0, 4596.0, 4587.0, 4599.0, 4567.0, 4585.0, 4577.0, 4575.0, 4575.0, 4582.0, 4582.0, 4552.0, 4573.0, 4574.0, 4571.0, 4571.0, 4570.0, 4569.0, 4560.0, 4558.0, 4560.0, 4558.0, 4560.0, 4558.0, 4570.0, 4584.0, 4583.0, 4552.0, 4572.0, 4562.0, 4571.0, 4573.0, 4573.0, 4573.0, 4585.0, 4560.0, 4539.0, 4558.0, 4561.0, 4559.0, 4550.0, 4569.0, 4560.0, 4553.0, 4571.0, 4551.0, 4559.0, 4547.0, 4554.0, 4545.0, 4544.0, 4547.0, 4537.0, 4557.0, 4550.0, 4557.0, 4549.0, 4556.0, 4558.0, 4538.0, 4557.0, 4538.0, 4557.0, 4548.0, 4557.0, 4556.0, 4548.0, 4558.0, 4558.0, 4556.0, 4557.0, 4538.0, 4557.0, 4548.0, 4556.0, 4560.0, 4560.0, 4558.0, 4539.0, 4559.0, 4551.0, 4558.0, 4560.0, 4560.0, 4570.0, 4549.0, 4558.0, 4560.0, 4558.0, 4569.0, 4569.0, 4571.0, 4560.0, 4572.0, 4572.0, 4570.0, 4561.0, 4572.0, 4563.0, 4573.0, 4577.0, 4575.0, 4573.0, 4586.0, 4584.0, 4585.0, 4595.0, 4574.0, 4584.0, 4587.0, 4586.0, 4575.0, 4571.0, 4561.0, 4561.0, 4585.0, 4552.0, 4558.0, 4550.0, 4559.0, 4548.0, 4555.0, 4559.0, 4537.0, 4557.0, 4549.0, 4558.0, 4560.0, 4557.0, 4560.0, 4559.0, 4559.0, 4551.0, 4558.0, 4560.0, 4560.0, 4571.0, 4561.0, 4559.0, 4571.0, 4560.0, 4582.0, 4571.0, 4594.0, 4564.0, 4584.0, 4565.0, 4585.0, 4588.0, 4586.0, 4588.0, 4596.0, 4586.0, 4584.0, 4585.0, 4564.0, 4572.0, 4564.0, 4572.0, 4585.0, 4566.0, 4560.0, 4551.0, 4560.0, 4571.0, 4560.0, 4572.0, 4562.0, 4572.0, 4552.0, 4572.0, 4563.0, 4571.0, 4563.0, 4572.0, 4572.0, 4570.0, 4560.0, 4559.0, 4572.0, 4560.0, 4560.0, 4562.0, 4571.0, 4562.0, 4570.0, 4571.0, 4571.0, 4571.0, 4551.0, 4568.0, 4572.0, 4561.0, 4571.0, 4551.0, 4571.0, 4574.0, 4570.0, 4571.0, 4562.0, 4572.0, 4574.0, 4572.0, 4583.0, 4572.0, 4596.0, 4583.0, 4598.0, 4587.0, 4598.0, 4597.0, 4599.0, 4597.0, 4597.0, 4576.0, 4585.0, 4565.0, 4562.0, 4562.0, 4559.0, 4560.0, 4559.0, 4558.0, 4541.0, 4559.0, 4548.0, 4546.0], 'WindowWidth': [10085.0, 10057.0, 10020.0, 10004.0, 10000.0, 9995.0, 10011.0, 9974.0, 9981.0, 9966.0, 9986.0, 9977.0, 9990.0, 9971.0, 9950.0, 9972.0, 9963.0, 9986.0, 9981.0, 9976.0, 9968.0, 9948.0, 9976.0, 9963.0, 9984.0, 9970.0, 9954.0, 9967.0, 9944.0, 9985.0, 9976.0, 9970.0, 9969.0, 9946.0, 9965.0, 9940.0, 9947.0, 9964.0, 9942.0, 9964.0, 9938.0, 9946.0, 9967.0, 9946.0, 9963.0, 9958.0, 9968.0, 9955.0, 9953.0, 9963.0, 9946.0, 9965.0, 9953.0, 9955.0, 9966.0, 9940.0, 9935.0, 9939.0, 9967.0, 9980.0, 9971.0, 9961.0, 9988.0, 10004.0, 9998.0, 9995.0, 9963.0, 9970.0, 9967.0, 9971.0, 10015.0, 10003.0, 10009.0, 9977.0, 9966.0, 9954.0, 9962.0, 9953.0, 9927.0, 9965.0, 9945.0, 9972.0, 9993.0, 9944.0, 9949.0, 9930.0, 9963.0, 9940.0, 9961.0, 9954.0, 9967.0, 9991.0, 9972.0, 9994.0, 9965.0, 9990.0, 10004.0, 10014.0, 10006.0, 10005.0, 10018.0, 10013.0, 10017.0, 10038.0, 10050.0, 10018.0, 10027.0, 9988.0, 10012.0, 9998.0, 10020.0, 10004.0, 10007.0, 10001.0, 9985.0, 10017.0, 9989.0, 9997.0, 9967.0, 9986.0, 9968.0, 9933.0, 9966.0, 9945.0, 9983.0, 9959.0, 9991.0, 9992.0, 9961.0, 9985.0, 9965.0, 9992.0, 10000.0, 9996.0, 9993.0, 9982.0, 9992.0, 9970.0, 9992.0, 9998.0, 9982.0, 9991.0, 9949.0, 9969.0, 9961.0, 9985.0, 9971.0, 9951.0, 9988.0, 9964.0, 9984.0, 9975.0, 9989.0, 9987.0, 9954.0, 9989.0, 9985.0, 10012.0, 9995.0, 9992.0, 9998.0, 10007.0, 10017.0, 10021.0, 10026.0, 9996.0, 10009.0, 9975.0, 9993.0, 9980.0, 9993.0, 10018.0, 9976.0, 9993.0, 9978.0, 9987.0, 9992.0, 9955.0, 9990.0, 9983.0, 10008.0, 10019.0, 9989.0, 10009.0, 9989.0, 10008.0, 10037.0, 10003.0, 10011.0, 10005.0, 10029.0, 10020.0, 10026.0, 10036.0, 10006.0, 10056.0, 10013.0, 10078.0, 10050.0, 10061.0, 10037.0, 10043.0, 10050.0, 10042.0, 10032.0, 10037.0, 10023.0, 10009.0, 10001.0, 9986.0, 9996.0, 9987.0, 9992.0, 9977.0, 10007.0, 10013.0, 9971.0, 9988.0, 9979.0, 9987.0, 9975.0, 9988.0, 10014.0, 9968.0, 9984.0, 9957.0, 9967.0, 9971.0, 9947.0, 9968.0, 9961.0, 9985.0, 9960.0, 9980.0, 9974.0, 10008.0, 9999.0, 9966.0, 9992.0, 9956.0, 9990.0, 9970.0, 9992.0, 9978.0, 10014.0, 9980.0, 9964.0, 9975.0, 9980.0, 9989.0, 9948.0, 9986.0, 9967.0, 9975.0, 9980.0, 9990.0, 9982.0, 9986.0, 10026.0, 9991.0, 10012.0, 9971.0, 10011.0, 9981.0, 9972.0, 9987.0, 9946.0, 9966.0, 9956.0, 9968.0, 9990.0, 9951.0, 9956.0, 9956.0, 9978.0, 9985.0, 9990.0, 9990.0, 9985.0, 10010.0, 10003.0, 10012.0, 10004.0, 10015.0, 10003.0, 9999.0, 10012.0, 9993.0, 10000.0, 10000.0, 10010.0, 9999.0, 10008.0, 9997.0, 9974.0, 10014.0, 10007.0, 10013.0, 9997.0, 9982.0, 10006.0, 9988.0, 10002.0, 10012.0, 9987.0, 10010.0, 9986.0, 9995.0, 10012.0, 9999.0, 10014.0, 10006.0, 10000.0, 10020.0, 10018.0, 10041.0, 10037.0, 10061.0, 10059.0, 10065.0, 10037.0, 10044.0, 10050.0, 10045.0, 10053.0, 10042.0, 10044.0, 10029.0, 10024.0, 10012.0, 10013.0, 10023.0, 10014.0, 10021.0, 10005.0, 10016.0, 9989.0, 9996.0, 10000.0, 10011.0, 10016.0, 9996.0, 9998.0, 9986.0, 9991.0, 9994.0, 9982.0, 9991.0, 9989.0, 10011.0, 9997.0, 10006.0, 9999.0, 9997.0, 9997.0, 9989.0, 10010.0, 10005.0, 10014.0, 10000.0, 9983.0, 9996.0, 9988.0, 9993.0, 10002.0, 10000.0, 9999.0, 9970.0, 9991.0, 9982.0, 9991.0, 10010.0, 9982.0, 10011.0, 9984.0, 9994.0, 10000.0, 10011.0, 10004.0, 10014.0, 10017.0, 10003.0, 10019.0, 10014.0, 10016.0, 9993.0, 10015.0, 10026.0, 10019.0, 10003.0, 9998.0, 9997.0, 9972.0, 9993.0, 9986.0, 10012.0, 10014.0, 9989.0, 9997.0, 9992.0, 10011.0, 10013.0, 9997.0, 10017.0, 9993.0, 10000.0, 10021.0, 10018.0, 10034.0, 9990.0, 10018.0, 10010.0, 10039.0, 10043.0, 10062.0, 10067.0, 10063.0, 10072.0, 10065.0, 10065.0, 10062.0, 10066.0, 10060.0, 10043.0, 10037.0, 10027.0, 10028.0, 10036.0, 10021.0, 10016.0, 10019.0, 10003.0, 10016.0, 10008.0, 10000.0, 10002.0, 9999.0, 10016.0, 10009.0, 10017.0, 9989.0, 10000.0, 9991.0, 9983.0, 9984.0, 9996.0, 9996.0, 9971.0, 9993.0, 9985.0, 9991.0, 9979.0, 9961.0, 9988.0, 9980.0, 9990.0, 9995.0, 9970.0, 9975.0, 9980.0, 9990.0, 9995.0, 9968.0, 9994.0, 10003.0, 9999.0, 10002.0, 9997.0, 10018.0, 10001.0, 10023.0, 10011.0, 10016.0, 10007.0, 10004.0, 10021.0, 10012.0, 10038.0, 9993.0, 10015.0, 10004.0, 10018.0, 10008.0, 10018.0, 10004.0, 10022.0, 10009.0, 10010.0, 9997.0, 9992.0, 9994.0, 9973.0, 9978.0, 9983.0, 9981.0, 9992.0, 9965.0, 9973.0, 9979.0, 9986.0, 9989.0, 9967.0, 9997.0, 9984.0, 9977.0, 9982.0, 10009.0, 9995.0, 9992.0, 10015.0, 10023.0, 10016.0, 10012.0, 9983.0, 10033.0, 10028.0, 10027.0, 10026.0, 10070.0, 10097.0, 10074.0, 10089.0, 10070.0, 10092.0, 10039.0, 10070.0, 10043.0, 10048.0, 10040.0, 10047.0, 10050.0, 10046.0, 10043.0, 10039.0, 10041.0, 10014.0, 10019.0, 9992.0, 10000.0, 10003.0, 10014.0, 9999.0, 9991.0, 9995.0, 9984.0, 9990.0, 9979.0, 9980.0, 9990.0, 9983.0, 9988.0, 9977.0, 9973.0, 9976.0, 9988.0, 9993.0, 9974.0, 9995.0, 9997.0, 9994.0, 9991.0, 9978.0, 9993.0, 9984.0, 9993.0, 10004.0, 9986.0, 9993.0, 9970.0, 9988.0, 9985.0, 9993.0, 9997.0, 9975.0, 9999.0, 10015.0, 10000.0, 9998.0, 9994.0, 9997.0, 9989.0, 9996.0, 9986.0, 10006.0, 9999.0, 9989.0, 10020.0, 10005.0, 10013.0, 10015.0, 9997.0, 10013.0, 10000.0, 10019.0, 10010.0, 10027.0, 10032.0, 10042.0, 10048.0, 10045.0, 10051.0, 10046.0, 10046.0, 10043.0, 10046.0, 10017.0, 10024.0, 10012.0, 10003.0, 10007.0, 10003.0, 10017.0, 10000.0, 9996.0, 9980.0, 10013.0, 9989.0, 9994.0, 9997.0, 9998.0, 9998.0, 9971.0, 9995.0, 9982.0, 9993.0, 9992.0, 9973.0, 9996.0, 10004.0, 9986.0, 10001.0, 9988.0, 9996.0, 10001.0, 9997.0, 10020.0, 10008.0, 10002.0, 10019.0, 10021.0, 10029.0, 10042.0, 10065.0, 10048.0, 10071.0, 10065.0, 10064.0, 10051.0, 10073.0, 10026.0, 10045.0, 10038.0, 10033.0, 10029.0, 10037.0, 10035.0, 9996.0, 10026.0, 10028.0, 10020.0, 10019.0, 10015.0, 10012.0, 10003.0, 9996.0, 10002.0, 9997.0, 10002.0, 9995.0, 10015.0, 10042.0, 10039.0, 9996.0, 10023.0, 10009.0, 10020.0, 10027.0, 10026.0, 10025.0, 10046.0, 10002.0, 9973.0, 9994.0, 10005.0, 9998.0, 9989.0, 10015.0, 10003.0, 9999.0, 10019.0, 9992.0, 10001.0, 9977.0, 9981.0, 9973.0, 9970.0, 9979.0, 9965.0, 9991.0, 9991.0, 9993.0, 9986.0, 9989.0, 9997.0, 9970.0, 9993.0, 9968.0, 9990.0, 9981.0, 9993.0, 9990.0, 9983.0, 9996.0, 9997.0, 9990.0, 9993.0, 9970.0, 9992.0, 9983.0, 9991.0, 10002.0, 10002.0, 9997.0, 9970.0, 9998.0, 9991.0, 9996.0, 10000.0, 10003.0, 10017.0, 9987.0, 9995.0, 10002.0, 9997.0, 10015.0, 10013.0, 10020.0, 10004.0, 10022.0, 10021.0, 10019.0, 10007.0, 10026.0, 10012.0, 10027.0, 10041.0, 10030.0, 10024.0, 10047.0, 10042.0, 10045.0, 10059.0, 10028.0, 10042.0, 10050.0, 10048.0, 10031.0, 10020.0, 10003.0, 10003.0, 10046.0, 9996.0, 9997.0, 9987.0, 9998.0, 9981.0, 9985.0, 10000.0, 9967.0, 9991.0, 9984.0, 9995.0, 9999.0, 9993.0, 10000.0, 9997.0, 9997.0, 9991.0, 9995.0, 10001.0, 10003.0, 10020.0, 10006.0, 9999.0, 10017.0, 10002.0, 10036.0, 10019.0, 10056.0, 10019.0, 10045.0, 10019.0, 10046.0, 10056.0, 10047.0, 10056.0, 10062.0, 10047.0, 10042.0, 10043.0, 10014.0, 10020.0, 10012.0, 10022.0, 10045.0, 10020.0, 10003.0, 9993.0, 10001.0, 10020.0, 10002.0, 10022.0, 10009.0, 10021.0, 9995.0, 10021.0, 10012.0, 10018.0, 10011.0, 10024.0, 10023.0, 10018.0, 10002.0, 9999.0, 10023.0, 10002.0, 10002.0, 10009.0, 10020.0, 10007.0, 10015.0, 10020.0, 10019.0, 10020.0, 9991.0, 10011.0, 10020.0, 10004.0, 10019.0, 9990.0, 10019.0, 10029.0, 10017.0, 10019.0, 10011.0, 10024.0, 10028.0, 10024.0, 10041.0, 10025.0, 10061.0, 10042.0, 10069.0, 10053.0, 10070.0, 10067.0, 10071.0, 10067.0, 10066.0, 10038.0, 10045.0, 10020.0, 10008.0, 10009.0, 10000.0, 10001.0, 9998.0, 9994.0, 9977.0, 9999.0, 9982.0, 9977.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.0006075143843498273</td></tr>
<tr><td colspan=3>aqi</td><td>0.021083267203682393</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.979849279446995</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2638684708179742</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002852208847927</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>5794.2427</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09712518235064505</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.487917146144994</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.428936717876305</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3866695794609996</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.598218392599101</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3019221815688136</td></tr>
<tr><td colspan=3>gcor</td><td>0.0172557</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01788262464106083</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01994411088526249</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>4.14868500013461</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>41.459</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.628</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.3916</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297396.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>926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.1379</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1631</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.5686</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3748.2967</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.8359</td></tr>
<tr><td colspan=3>tsnr</td><td>43.73131747590378</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>