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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-01_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_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-0058/ses-01/func/sub-0058_ses-01_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>ee586fde052aafba549d6a73d9e304bd</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:10:34.387500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996098, 0.0223451, -0.085374, -0.024866, 0.999282, -0.0285787]</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.105946</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7714, -7286, 630, -89, -38, 4, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>255.766</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f3ab41c5-32f4-4db9-a40f-65043093e32d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672459125518799, -0.06671367585659027, -0.2286200225353241, 118.4611587524414], [-0.05995040014386177, 2.6810011863708496, -0.08259332180023193, -88.66121673583984], [-0.2290520817041397, 0.07667459547519684, 2.689035415649414, -73.95065307617188], [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': ['121034.387500', '121034.847500', '121035.307500', '121035.767500', '121036.227500', '121036.687500', '121037.147500', '121037.607500', '121038.067500', '121038.527500', '121038.987500', '121039.447500', '121039.907500', '121040.367500', '121040.827500', '121041.287500', '121041.747500', '121042.207500', '121042.667500', '121043.127500', '121043.587500', '121044.047500', '121044.507500', '121044.967500', '121045.427500', '121045.887500', '121046.347500', '121046.807500', '121047.267500', '121047.727500', '121048.187500', '121048.647500', '121049.107500', '121049.567500', '121050.027500', '121050.487500', '121050.947500', '121051.407500', '121051.867500', '121052.327500', '121052.787500', '121053.247500', '121053.707500', '121054.167500', '121054.627500', '121055.087500', '121055.547500', '121056.007500', '121056.467500', '121056.927500', '121057.387500', '121057.847500', '121058.307500', '121058.767500', '121059.227500', '121059.687500', '121100.147500', '121100.607500', '121101.067500', '121101.527500', '121101.987500', '121102.447500', '121102.907500', '121103.367500', '121103.827500', '121104.287500', '121104.747500', '121105.207500', '121105.667500', '121106.127500', '121106.587500', '121107.047500', '121107.507500', '121107.967500', '121108.427500', '121108.887500', '121109.347500', '121109.807500', '121110.267500', '121110.727500', '121111.187500', '121111.647500', '121112.107500', '121112.567500', '121113.027500', '121113.487500', '121113.947500', '121114.407500', '121114.867500', '121115.327500', '121115.787500', '121116.247500', '121116.707500', '121117.167500', '121117.627500', '121118.087500', '121118.547500', '121119.007500', '121119.467500', '121119.927500', '121120.387500', '121120.847500', '121121.307500', '121121.767500', '121122.227500', '121122.687500', '121123.147500', '121123.607500', '121124.067500', '121124.527500', '121124.987500', '121125.447500', '121125.907500', '121126.367500', '121126.827500', '121127.287500', '121127.747500', '121128.207500', '121128.667500', '121129.127500', '121129.587500', '121130.047500', '121130.507500', '121130.967500', '121131.427500', '121131.887500', '121132.347500', '121132.807500', '121133.267500', '121133.727500', '121134.187500', '121134.647500', '121135.107500', '121135.567500', '121136.027500', '121136.487500', '121136.947500', '121137.407500', '121137.867500', '121138.327500', '121138.787500', '121139.247500', '121139.707500', '121140.167500', '121140.627500', '121141.087500', '121141.547500', '121142.007500', '121142.467500', '121142.927500', '121143.387500', '121143.847500', '121144.307500', '121144.767500', '121145.227500', '121145.687500', '121146.147500', '121146.607500', '121147.067500', '121147.527500', '121147.987500', '121148.447500', '121148.907500', '121149.367500', '121149.827500', '121150.287500', '121150.747500', '121151.207500', '121151.667500', '121152.127500', '121152.587500', '121153.047500', '121153.507500', '121153.967500', '121154.427500', '121154.887500', '121155.347500', '121155.807500', '121156.267500', '121156.727500', '121157.187500', '121157.647500', '121158.107500', '121158.567500', '121159.027500', '121159.487500', '121159.947500', '121200.407500', '121200.867500', '121201.327500', '121201.787500', '121202.247500', '121202.707500', '121203.167500', '121203.627500', '121204.087500', '121204.547500', '121205.007500', '121205.467500', '121205.927500', '121206.387500', '121206.847500', '121207.307500', '121207.767500', '121208.227500', '121208.687500', '121209.147500', '121209.607500', '121210.067500', '121210.527500', '121210.987500', '121211.447500', '121211.907500', '121212.367500', '121212.827500', '121213.287500', '121213.747500', '121214.207500', '121214.667500', '121215.127500', '121215.587500', '121216.047500', '121216.507500', '121216.967500', '121217.427500', '121217.887500', '121218.347500', '121218.807500', '121219.267500', '121219.727500', '121220.187500', '121220.647500', '121221.107500', '121221.567500', '121222.027500', '121222.487500', '121222.947500', '121223.407500', '121223.867500', '121224.327500', '121224.787500', '121225.247500', '121225.707500', '121226.167500', '121226.627500', '121227.087500', '121227.547500', '121228.007500', '121228.467500', '121228.927500', '121229.387500', '121229.847500', '121230.307500', '121230.767500', '121231.227500', '121231.687500', '121232.147500', '121232.607500', '121233.067500', '121233.527500', '121233.987500', '121234.447500', '121234.907500', '121235.367500', '121235.827500', '121236.287500', '121236.747500', '121237.207500', '121237.667500', '121238.127500', '121238.587500', '121239.047500', '121239.507500', '121239.967500', '121240.427500', '121240.887500', '121241.347500', '121241.807500', '121242.267500', '121242.727500', '121243.187500', '121243.647500', '121244.107500', '121244.567500', '121245.027500', '121245.487500', '121245.947500', '121246.407500', '121246.867500', '121247.327500', '121247.787500', '121248.247500', '121248.707500', '121249.167500', '121249.627500', '121250.087500', '121250.547500', '121251.007500', '121251.467500', '121251.927500', '121252.387500', '121252.847500', '121253.307500', '121253.767500', '121254.227500', '121254.687500', '121255.147500', '121255.607500', '121256.067500', '121256.527500', '121256.987500', '121257.447500', '121257.907500', '121258.367500', '121258.827500', '121259.287500', '121259.747500', '121300.207500', '121300.667500', '121301.127500', '121301.587500', '121302.047500', '121302.507500', '121302.967500', '121303.427500', '121303.887500', '121304.347500', '121304.807500', '121305.267500', '121305.727500', '121306.187500', '121306.647500', '121307.107500', '121307.567500', '121308.027500', '121308.487500', '121308.947500', '121309.407500', '121309.867500', '121310.327500', '121310.787500', '121311.247500', '121311.707500', '121312.167500', '121312.627500', '121313.087500', '121313.547500', '121314.007500', '121314.467500', '121314.927500', '121315.387500', '121315.847500', '121316.307500', '121316.767500', '121317.227500', '121317.687500', '121318.147500', '121318.607500', '121319.067500', '121319.527500', '121319.987500', '121320.447500', '121320.907500', '121321.367500', '121321.827500', '121322.287500', '121322.747500', '121323.207500', '121323.667500', '121324.127500', '121324.587500', '121325.047500', '121325.507500', '121325.967500', '121326.427500', '121326.887500', '121327.347500', '121327.807500', '121328.267500', '121328.727500', '121329.187500', '121329.647500', '121330.107500', '121330.567500', '121331.027500', '121331.487500', '121331.947500', '121332.407500', '121332.867500', '121333.327500', '121333.787500', '121334.247500', '121334.707500', '121335.167500', '121335.627500', '121336.087500', '121336.547500', '121337.007500', '121337.467500', '121337.927500', '121338.387500', '121338.847500', '121339.307500', '121339.767500', '121340.227500', '121340.687500', '121341.147500', '121341.607500', '121342.067500', '121342.527500', '121342.987500', '121343.447500', '121343.907500', '121344.367500', '121344.827500', '121345.287500', '121345.747500', '121346.207500', '121346.667500', '121347.127500', '121347.587500', '121348.047500', '121348.507500', '121348.967500', '121349.427500', '121349.887500', '121350.347500', '121350.807500', '121351.267500', '121351.727500', '121352.187500', '121352.647500', '121353.107500', '121353.567500', '121354.027500', '121354.487500', '121354.947500', '121355.407500', '121355.867500', '121356.327500', '121356.787500', '121357.247500', '121357.707500', '121358.167500', '121358.627500', '121359.087500', '121359.547500', '121400.007500', '121400.467500', '121400.927500', '121401.387500', '121401.847500', '121402.307500', '121402.767500', '121403.227500', '121403.687500', '121404.147500', '121404.607500', '121405.067500', '121405.527500', '121405.987500', '121406.447500', '121406.907500', '121407.367500', '121407.827500', '121408.287500', '121408.747500', '121409.207500', '121409.667500', '121410.127500', '121410.587500', '121411.047500', '121411.507500', '121411.967500', '121412.427500', '121412.887500', '121413.347500', '121413.807500', '121414.267500', '121414.727500', '121415.187500', '121415.647500', '121416.107500', '121416.567500', '121417.027500', '121417.487500', '121417.947500', '121418.407500', '121418.867500', '121419.327500', '121419.787500', '121420.247500', '121420.707500', '121421.167500', '121421.627500', '121422.087500', '121422.547500', '121423.007500', '121423.467500', '121423.927500', '121424.387500', '121424.847500', '121425.307500', '121425.767500', '121426.227500', '121426.687500', '121427.147500', '121427.607500', '121428.067500', '121428.527500', '121428.987500', '121429.447500', '121429.907500', '121430.367500', '121430.827500', '121431.287500', '121431.747500', '121432.207500', '121432.667500', '121433.127500', '121433.587500', '121434.047500', '121434.507500', '121434.967500', '121435.427500', '121435.887500', '121436.347500', '121436.807500', '121437.267500', '121437.727500', '121438.187500', '121438.647500', '121439.107500', '121439.567500', '121440.027500', '121440.487500', '121440.947500', '121441.407500', '121441.867500', '121442.327500', '121442.787500', '121443.247500', '121443.707500', '121444.167500', '121444.627500', '121445.087500', '121445.547500', '121446.007500', '121446.467500', '121446.927500', '121447.387500', '121447.847500', '121448.307500', '121448.767500', '121449.227500', '121449.687500', '121450.147500', '121450.607500', '121451.067500', '121451.527500', '121451.987500', '121452.447500', '121452.907500', '121453.367500', '121453.827500', '121454.287500', '121454.747500', '121455.207500', '121455.667500', '121456.127500', '121456.587500', '121457.047500', '121457.507500', '121457.967500', '121458.427500', '121458.887500', '121459.347500', '121459.807500', '121500.267500', '121500.727500', '121501.187500', '121501.647500', '121502.107500', '121502.567500', '121503.027500', '121503.487500', '121503.947500', '121504.407500', '121504.867500', '121505.327500', '121505.787500', '121506.247500', '121506.707500', '121507.167500', '121507.627500', '121508.087500', '121508.547500', '121509.007500', '121509.467500', '121509.927500', '121510.387500', '121510.847500', '121511.307500', '121511.767500', '121512.227500', '121512.687500', '121513.147500', '121513.607500', '121514.067500', '121514.527500', '121514.987500', '121515.447500', '121515.907500', '121516.367500', '121516.827500', '121517.287500', '121517.747500', '121518.207500', '121518.667500', '121519.127500', '121519.587500', '121520.047500', '121520.507500', '121520.967500', '121521.427500', '121521.887500', '121522.347500', '121522.807500', '121523.267500', '121523.727500', '121524.187500', '121524.647500', '121525.107500', '121525.567500', '121526.027500', '121526.487500', '121526.947500', '121527.407500', '121527.867500', '121528.327500', '121528.787500', '121529.247500', '121529.707500', '121530.167500', '121530.627500', '121531.087500', '121531.547500', '121532.007500', '121532.467500', '121532.927500', '121533.387500', '121533.847500', '121534.307500', '121534.767500', '121535.227500', '121535.687500', '121536.147500', '121536.607500', '121537.067500', '121537.527500', '121537.987500', '121538.447500', '121538.907500', '121539.367500', '121539.827500', '121540.287500', '121540.747500', '121541.207500', '121541.667500', '121542.127500', '121542.587500', '121543.047500', '121543.507500', '121543.967500', '121544.427500', '121544.887500', '121545.347500', '121545.807500', '121546.267500', '121546.727500', '121547.187500', '121547.647500', '121548.107500', '121548.567500', '121549.027500', '121549.487500', '121549.947500', '121550.407500', '121550.867500', '121551.327500', '121551.787500', '121552.247500', '121552.707500', '121553.167500', '121553.627500', '121554.087500', '121554.547500', '121555.007500', '121555.467500', '121555.927500', '121556.387500', '121556.847500', '121557.307500', '121557.767500', '121558.227500', '121558.687500', '121559.147500', '121559.607500', '121600.067500', '121600.527500', '121600.987500', '121601.447500', '121601.907500', '121602.367500', '121602.827500', '121603.287500', '121603.747500', '121604.207500', '121604.667500', '121605.127500', '121605.587500', '121606.047500', '121606.507500', '121606.967500', '121607.427500', '121607.887500', '121608.347500', '121608.807500', '121609.267500', '121609.727500', '121610.187500', '121610.647500', '121611.107500', '121611.567500', '121612.027500', '121612.487500', '121612.947500', '121613.407500', '121613.867500', '121614.327500', '121614.787500', '121615.247500', '121615.707500', '121616.167500', '121616.627500', '121617.087500', '121617.547500', '121618.007500', '121618.467500', '121618.927500', '121619.387500', '121619.847500', '121620.307500', '121620.767500', '121621.227500', '121621.687500', '121622.147500', '121622.607500', '121623.067500', '121623.527500', '121623.987500', '121624.447500', '121624.907500', '121625.367500', '121625.827500', '121626.287500', '121626.747500', '121627.207500', '121627.667500', '121628.127500', '121628.587500', '121629.047500', '121629.507500', '121629.967500', '121630.427500', '121630.887500', '121631.347500', '121631.807500', '121632.267500', '121632.727500', '121633.187500', '121633.647500', '121634.107500', '121634.567500', '121635.027500', '121635.487500', '121635.947500', '121636.407500', '121636.867500', '121637.327500', '121637.787500', '121638.247500', '121638.707500', '121639.167500', '121639.627500', '121640.087500', '121640.547500', '121641.007500', '121641.467500', '121641.927500', '121642.387500', '121642.847500', '121643.307500', '121643.767500', '121644.227500', '121644.687500', '121645.147500', '121645.607500', '121646.067500', '121646.527500', '121646.987500', '121647.447500', '121647.907500', '121648.367500', '121648.827500', '121649.287500', '121649.747500', '121650.207500', '121650.667500', '121651.127500', '121651.587500', '121652.047500', '121652.507500', '121652.967500', '121653.427500', '121653.887500', '121654.347500', '121654.807500', '121655.267500', '121655.727500', '121656.187500', '121656.647500', '121657.107500', '121657.567500', '121658.027500', '121658.487500', '121658.947500', '121659.407500', '121659.867500', '121700.327500', '121700.787500', '121701.247500', '121701.707500', '121702.167500', '121702.627500', '121703.087500', '121703.547500', '121704.007500', '121704.467500', '121704.927500', '121705.387500', '121705.847500', '121706.307500', '121706.767500', '121707.227500', '121707.687500', '121708.147500', '121708.607500', '121709.067500', '121709.527500', '121709.987500', '121710.447500', '121710.907500', '121711.367500', '121711.827500', '121712.287500', '121712.747500', '121713.207500', '121713.667500', '121714.127500', '121714.587500', '121715.047500'], 'ContentTime': ['121057.961000', '121057.968000', '121057.971000', '121057.973000', '121057.976000', '121057.979000', '121057.981000', '121057.984000', '121057.986000', '121057.989000', '121057.991000', '121057.994000', '121057.997000', '121058.000000', '121058.003000', '121058.005000', '121058.008000', '121058.011000', '121058.013000', '121058.016000', '121058.018000', '121058.021000', '121058.023000', '121058.026000', '121058.028000', '121058.031000', '121058.034000', '121058.046000', '121058.048000', '121058.051000', '121058.053000', '121058.056000', '121058.058000', '121058.061000', '121058.063000', '121058.066000', '121058.068000', '121058.071000', '121058.073000', '121058.088000', '121058.091000', '121058.093000', '121058.096000', '121058.098000', '121058.101000', '121058.103000', '121058.106000', '121058.109000', '121058.111000', '121117.918000', '121117.921000', '121117.924000', '121117.926000', '121117.929000', '121117.931000', '121117.934000', '121117.937000', '121117.940000', '121117.943000', '121117.946000', '121117.948000', '121117.951000', '121117.954000', '121117.956000', '121117.959000', '121117.961000', '121117.964000', '121117.995000', '121117.998000', '121118.001000', '121118.004000', '121118.007000', '121118.009000', '121118.012000', '121118.014000', '121118.017000', '121118.019000', '121118.022000', '121118.032000', '121118.034000', '121118.037000', '121118.039000', '121118.042000', '121118.044000', '121118.047000', '121118.050000', '121118.052000', '121118.055000', '121118.057000', '121118.060000', '121118.062000', '121118.065000', '121137.919000', '121137.921000', '121137.924000', '121137.927000', '121137.929000', '121137.932000', '121137.934000', '121137.937000', '121137.939000', '121137.942000', '121137.944000', '121137.947000', '121137.949000', '121137.952000', '121137.955000', '121137.957000', '121137.960000', '121137.962000', '121137.965000', '121137.967000', '121137.970000', '121137.972000', '121137.975000', '121137.977000', '121137.980000', '121137.983000', '121137.985000', '121137.988000', '121137.990000', '121137.993000', '121137.995000', '121137.998000', '121138.001000', '121138.004000', '121138.007000', '121138.009000', '121138.012000', '121138.014000', '121138.017000', '121138.019000', '121138.022000', '121138.024000', '121138.027000', '121138.029000', '121157.919000', '121157.921000', '121157.924000', '121157.926000', '121157.929000', '121157.932000', '121157.934000', '121157.937000', '121157.939000', '121157.942000', '121157.945000', '121157.947000', '121157.950000', '121157.952000', '121157.955000', '121157.957000', '121157.960000', '121157.962000', '121157.965000', '121157.968000', '121157.970000', '121157.973000', '121157.982000', '121157.985000', '121157.987000', '121157.990000', '121157.992000', '121157.995000', '121157.998000', '121158.001000', '121158.004000', '121158.007000', '121158.010000', '121158.013000', '121158.015000', '121158.018000', '121158.020000', '121158.023000', '121158.025000', '121158.028000', '121158.031000', '121158.033000', '121158.036000', '121217.918000', '121217.921000', '121217.924000', '121217.926000', '121217.929000', '121217.931000', '121217.934000', '121217.936000', '121217.939000', '121217.942000', '121217.944000', '121217.947000', '121217.961000', '121217.963000', '121217.966000', '121217.968000', '121217.971000', '121217.973000', '121217.976000', '121217.979000', '121217.981000', '121217.984000', '121217.986000', '121217.989000', '121217.991000', '121217.994000', '121217.997000', '121218.000000', '121218.003000', '121218.005000', '121218.008000', '121218.011000', '121218.013000', '121218.016000', '121218.018000', '121218.021000', '121218.024000', '121218.026000', '121218.029000', '121218.031000', '121218.034000', '121218.036000', '121218.039000', '121218.042000', '121237.917000', '121237.920000', '121237.923000', '121237.932000', '121237.935000', '121237.937000', '121237.940000', '121237.942000', '121237.945000', '121237.947000', '121237.950000', '121237.952000', '121237.955000', '121237.958000', '121237.960000', '121237.963000', '121237.965000', '121237.992000', '121237.995000', '121238.000000', '121238.002000', '121238.005000', '121238.008000', '121238.010000', '121238.013000', '121238.015000', '121238.018000', '121238.020000', '121238.023000', '121238.026000', '121238.028000', '121238.031000', '121238.034000', '121238.036000', '121238.039000', '121238.041000', '121238.044000', '121238.046000', '121238.049000', '121238.051000', '121238.054000', '121238.057000', '121238.059000', '121257.918000', '121257.920000', '121257.923000', '121257.926000', '121257.928000', '121257.931000', '121257.933000', '121257.936000', '121257.938000', '121257.941000', '121257.944000', '121257.946000', '121257.949000', '121257.951000', '121257.954000', '121257.956000', '121257.959000', '121257.962000', '121257.964000', '121257.967000', '121257.969000', '121257.972000', '121257.974000', '121257.977000', '121257.979000', '121257.982000', '121257.985000', '121257.987000', '121257.990000', '121257.992000', '121257.995000', '121257.997000', '121258.001000', '121258.004000', '121258.006000', '121258.009000', '121258.011000', '121258.014000', '121258.016000', '121258.019000', '121258.021000', '121258.024000', '121258.027000', '121258.029000', '121317.918000', '121317.921000', '121317.924000', '121317.926000', '121317.929000', '121317.931000', '121317.934000', '121317.937000', '121317.939000', '121317.942000', '121317.944000', '121317.947000', '121317.949000', '121317.952000', '121317.954000', '121317.957000', '121317.960000', '121317.962000', '121317.965000', '121317.968000', '121317.970000', '121317.973000', '121317.975000', '121317.978000', '121317.981000', '121317.983000', '121317.986000', '121317.996000', '121317.998000', '121318.002000', '121318.004000', '121318.007000', '121318.009000', '121318.012000', '121318.014000', '121318.018000', '121318.021000', '121318.024000', '121318.026000', '121318.029000', '121318.031000', '121318.034000', '121318.037000', '121337.918000', '121337.921000', '121337.924000', '121337.926000', '121337.929000', '121337.931000', '121337.934000', '121337.937000', '121337.939000', '121337.942000', '121337.944000', '121337.947000', '121337.949000', '121337.952000', '121337.954000', '121337.957000', '121337.960000', '121337.962000', '121337.965000', '121337.967000', '121337.970000', '121337.972000', '121337.975000', '121337.977000', '121337.980000', '121337.983000', '121337.985000', '121337.988000', '121337.990000', '121337.993000', '121337.996000', '121337.998000', '121338.002000', '121338.004000', '121338.007000', '121338.009000', '121338.012000', '121338.015000', '121338.017000', '121338.020000', '121338.022000', '121338.025000', '121338.027000', '121338.030000', '121357.918000', '121357.925000', '121357.928000', '121357.931000', '121357.933000', '121357.936000', '121357.938000', '121357.941000', '121357.944000', '121357.946000', '121357.949000', '121357.951000', '121357.954000', '121357.956000', '121357.959000', '121357.962000', '121357.964000', '121357.967000', '121357.969000', '121357.972000', '121357.974000', '121357.977000', '121357.980000', '121357.982000', '121357.985000', '121357.987000', '121357.990000', '121357.992000', '121357.995000', '121357.998000', '121358.001000', '121358.004000', '121358.006000', '121358.009000', '121358.011000', '121358.014000', '121358.016000', '121358.019000', '121358.021000', '121358.024000', '121358.027000', '121358.029000', '121358.032000', '121417.918000', '121417.921000', '121417.924000', '121417.926000', '121417.929000', '121417.932000', '121417.934000', '121417.937000', '121417.940000', '121417.942000', '121417.945000', '121417.947000', '121417.950000', '121417.952000', '121417.955000', '121417.958000', '121417.960000', '121417.963000', '121417.982000', '121417.985000', '121417.987000', '121417.990000', '121417.992000', '121417.995000', '121417.998000', '121418.001000', '121418.004000', '121418.006000', '121418.009000', '121418.011000', '121418.014000', '121418.017000', '121418.019000', '121418.022000', '121418.024000', '121418.027000', '121418.029000', '121418.032000', '121418.035000', '121418.037000', '121418.040000', '121418.042000', '121418.045000', '121418.047000', '121437.918000', '121437.921000', '121437.924000', '121437.927000', '121437.929000', '121437.932000', '121437.934000', '121437.937000', '121437.940000', '121437.942000', '121437.945000', '121437.947000', '121437.950000', '121437.952000', '121437.955000', '121437.958000', '121437.960000', '121437.963000', '121437.965000', '121437.968000', '121437.971000', '121437.973000', '121437.976000', '121437.978000', '121437.981000', '121437.983000', '121437.986000', '121437.989000', '121437.991000', '121437.994000', '121437.996000', '121438.000000', '121438.003000', '121438.005000', '121438.008000', '121438.010000', '121438.013000', '121438.015000', '121438.018000', '121438.021000', '121438.023000', '121438.026000', '121438.028000', '121457.918000', '121457.920000', '121457.923000', '121457.925000', '121457.928000', '121457.931000', '121457.933000', '121457.936000', '121457.938000', '121457.941000', '121457.943000', '121457.946000', '121457.949000', '121457.951000', '121457.954000', '121457.956000', '121457.959000', '121457.961000', '121457.964000', '121457.967000', '121457.969000', '121457.972000', '121457.974000', '121457.977000', '121457.979000', '121457.982000', '121457.985000', '121457.987000', '121457.990000', '121457.992000', '121457.995000', '121457.997000', '121458.001000', '121458.004000', '121458.006000', '121458.009000', '121458.011000', '121458.014000', '121458.016000', '121458.019000', '121458.022000', '121458.024000', '121458.027000', '121458.029000', '121517.918000', '121517.920000', '121517.923000', '121517.926000', '121517.928000', '121517.931000', '121517.933000', '121517.936000', '121517.938000', '121517.941000', '121517.944000', '121517.946000', '121517.949000', '121517.951000', '121517.954000', '121517.956000', '121517.959000', '121517.962000', '121517.964000', '121517.967000', '121517.969000', '121517.972000', '121517.975000', '121517.977000', '121517.980000', '121517.982000', '121517.985000', '121517.988000', '121517.990000', '121517.993000', '121517.995000', '121517.998000', '121518.002000', '121518.004000', '121518.007000', '121518.009000', '121518.012000', '121518.015000', '121518.017000', '121518.020000', '121518.022000', '121518.025000', '121518.027000', '121537.920000', '121537.923000', '121537.925000', '121537.928000', '121537.930000', '121537.933000', '121537.935000', '121537.938000', '121537.941000', '121537.943000', '121537.946000', '121537.948000', '121537.951000', '121537.953000', '121537.956000', '121537.959000', '121537.961000', '121537.964000', '121537.966000', '121537.969000', '121537.971000', '121537.974000', '121537.977000', '121537.979000', '121537.994000', '121537.997000', '121537.999000', '121538.002000', '121538.004000', '121538.007000', '121538.010000', '121538.012000', '121538.015000', '121538.017000', '121538.020000', '121538.022000', '121538.025000', '121538.027000', '121538.030000', '121538.033000', '121538.035000', '121538.038000', '121538.040000', '121538.043000', '121557.918000', '121557.921000', '121557.924000', '121557.926000', '121557.929000', '121557.932000', '121557.934000', '121557.937000', '121557.940000', '121557.942000', '121557.945000', '121557.947000', '121557.950000', '121557.952000', '121557.955000', '121557.958000', '121557.960000', '121557.963000', '121557.965000', '121557.968000', '121557.970000', '121557.973000', '121557.976000', '121557.978000', '121557.981000', '121557.983000', '121557.986000', '121557.988000', '121557.991000', '121557.994000', '121557.996000', '121558.003000', '121558.006000', '121558.008000', '121558.011000', '121558.014000', '121558.016000', '121558.019000', '121558.021000', '121558.024000', '121558.026000', '121558.029000', '121558.032000', '121617.918000', '121617.921000', '121617.924000', '121617.926000', '121617.929000', '121617.931000', '121617.934000', '121617.937000', '121617.939000', '121617.942000', '121617.944000', '121617.947000', '121617.949000', '121617.952000', '121617.954000', '121617.957000', '121617.960000', '121617.962000', '121617.965000', '121617.967000', '121617.970000', '121617.972000', '121617.975000', '121617.978000', '121617.980000', '121617.983000', '121617.985000', '121617.988000', '121617.991000', '121617.993000', '121617.996000', '121617.998000', '121618.002000', '121618.004000', '121618.007000', '121618.010000', '121618.012000', '121618.015000', '121618.017000', '121618.020000', '121618.022000', '121618.025000', '121618.028000', '121618.030000', '121637.919000', '121637.921000', '121637.924000', '121637.927000', '121637.929000', '121637.932000', '121637.934000', '121637.937000', '121637.940000', '121637.942000', '121637.945000', '121637.947000', '121637.950000', '121637.952000', '121637.955000', '121637.958000', '121637.960000', '121637.963000', '121637.965000', '121637.968000', '121637.970000', '121637.973000', '121637.976000', '121637.978000', '121637.981000', '121637.983000', '121637.986000', '121637.988000', '121637.991000', '121637.994000', '121637.996000', '121638.000000', '121638.002000', '121638.005000', '121638.008000', '121638.010000', '121638.013000', '121638.015000', '121638.018000', '121638.020000', '121638.023000', '121638.026000', '121638.028000', '121657.918000', '121657.921000', '121657.924000', '121657.926000', '121657.929000', '121657.932000', '121657.934000', '121657.937000', '121657.939000', '121657.942000', '121657.944000', '121657.947000', '121657.950000', '121657.952000', '121657.955000', '121657.958000', '121657.961000', '121657.964000', '121657.966000', '121657.969000', '121657.971000', '121657.974000', '121657.977000', '121657.979000', '121657.982000', '121657.984000', '121657.987000', '121657.989000', '121657.992000', '121657.994000', '121657.997000', '121658.001000', '121658.003000', '121658.006000', '121658.019000', '121658.021000', '121658.024000', '121658.026000', '121658.029000', '121658.031000', '121658.034000', '121658.037000', '121658.039000', '121658.042000', '121716.335000', '121716.338000', '121716.341000', '121716.343000', '121716.346000', '121716.349000', '121716.351000', '121716.354000', '121716.357000', '121716.359000', '121716.362000', '121716.365000', '121716.368000', '121716.370000', '121716.373000', '121716.375000', '121716.378000', '121716.381000', '121716.383000', '121716.386000', '121716.389000', '121716.391000', '121716.394000', '121716.397000', '121716.399000', '121716.402000', '121716.404000', '121716.407000', '121716.410000', '121716.412000', '121716.415000', '121716.418000', '121716.421000', '121716.426000', '121716.429000', '121716.432000', '121716.435000', '121716.438000', '121716.441000', '121716.444000'], 'InstanceCreationTime': ['121057.961000', '121057.968000', '121057.971000', '121057.973000', '121057.976000', '121057.979000', '121057.981000', '121057.984000', '121057.986000', '121057.989000', '121057.991000', '121057.994000', '121057.997000', '121058.000000', '121058.003000', '121058.005000', '121058.008000', '121058.011000', '121058.013000', '121058.016000', '121058.018000', '121058.021000', '121058.023000', '121058.026000', '121058.028000', '121058.031000', '121058.034000', '121058.046000', '121058.048000', '121058.051000', '121058.053000', '121058.056000', '121058.058000', '121058.061000', '121058.063000', '121058.066000', '121058.068000', '121058.071000', '121058.073000', '121058.088000', '121058.091000', '121058.093000', '121058.096000', '121058.098000', '121058.101000', '121058.103000', '121058.106000', '121058.109000', '121058.111000', '121117.918000', '121117.921000', '121117.924000', '121117.926000', '121117.929000', '121117.931000', '121117.934000', '121117.937000', '121117.940000', '121117.943000', '121117.946000', '121117.948000', '121117.951000', '121117.954000', '121117.956000', '121117.959000', '121117.961000', '121117.964000', '121117.995000', '121117.998000', '121118.001000', '121118.004000', '121118.007000', '121118.009000', '121118.012000', '121118.014000', '121118.017000', '121118.019000', '121118.022000', '121118.032000', '121118.034000', '121118.037000', '121118.039000', '121118.042000', '121118.044000', '121118.047000', '121118.050000', '121118.052000', '121118.055000', '121118.057000', '121118.060000', '121118.062000', '121118.065000', '121137.919000', '121137.921000', '121137.924000', '121137.927000', '121137.929000', '121137.932000', '121137.934000', '121137.937000', '121137.939000', '121137.942000', '121137.944000', '121137.947000', '121137.949000', '121137.952000', '121137.955000', '121137.957000', '121137.960000', '121137.962000', '121137.965000', '121137.967000', '121137.970000', '121137.972000', '121137.975000', '121137.977000', '121137.980000', '121137.983000', '121137.985000', '121137.988000', '121137.990000', '121137.993000', '121137.995000', '121137.998000', '121138.001000', '121138.004000', '121138.007000', '121138.009000', '121138.012000', '121138.014000', '121138.017000', '121138.019000', '121138.022000', '121138.024000', '121138.027000', '121138.029000', '121157.919000', '121157.921000', '121157.924000', '121157.926000', '121157.929000', '121157.932000', '121157.934000', '121157.937000', '121157.939000', '121157.942000', '121157.945000', '121157.947000', '121157.950000', '121157.952000', '121157.955000', '121157.957000', '121157.960000', '121157.962000', '121157.965000', '121157.968000', '121157.970000', '121157.973000', '121157.982000', '121157.985000', '121157.987000', '121157.990000', '121157.992000', '121157.995000', '121157.998000', '121158.001000', '121158.004000', '121158.007000', '121158.010000', '121158.013000', '121158.015000', '121158.018000', '121158.020000', '121158.023000', '121158.025000', '121158.028000', '121158.031000', '121158.033000', '121158.036000', '121217.918000', '121217.921000', '121217.924000', '121217.926000', '121217.929000', '121217.931000', '121217.934000', '121217.936000', '121217.939000', '121217.942000', '121217.944000', '121217.947000', '121217.961000', '121217.963000', '121217.966000', '121217.968000', '121217.971000', '121217.973000', '121217.976000', '121217.979000', '121217.981000', '121217.984000', '121217.986000', '121217.989000', '121217.991000', '121217.994000', '121217.997000', '121218.000000', '121218.003000', '121218.005000', '121218.008000', '121218.011000', '121218.013000', '121218.016000', '121218.018000', '121218.021000', '121218.024000', '121218.026000', '121218.029000', '121218.031000', '121218.034000', '121218.036000', '121218.039000', '121218.042000', '121237.917000', '121237.920000', '121237.923000', '121237.932000', '121237.935000', '121237.937000', '121237.940000', '121237.942000', '121237.945000', '121237.947000', '121237.950000', '121237.952000', '121237.955000', '121237.958000', '121237.960000', '121237.963000', '121237.965000', '121237.992000', '121237.995000', '121238.000000', '121238.002000', '121238.005000', '121238.008000', '121238.010000', '121238.013000', '121238.015000', '121238.018000', '121238.020000', '121238.023000', '121238.026000', '121238.028000', '121238.031000', '121238.034000', '121238.036000', '121238.039000', '121238.041000', '121238.044000', '121238.046000', '121238.049000', '121238.051000', '121238.054000', '121238.057000', '121238.059000', '121257.918000', '121257.920000', '121257.923000', '121257.926000', '121257.928000', '121257.931000', '121257.933000', '121257.936000', '121257.938000', '121257.941000', '121257.944000', '121257.946000', '121257.949000', '121257.951000', '121257.954000', '121257.956000', '121257.959000', '121257.962000', '121257.964000', '121257.967000', '121257.969000', '121257.972000', '121257.974000', '121257.977000', '121257.979000', '121257.982000', '121257.985000', '121257.987000', '121257.990000', '121257.992000', '121257.995000', '121257.997000', '121258.001000', '121258.004000', '121258.006000', '121258.009000', '121258.011000', '121258.014000', '121258.016000', '121258.019000', '121258.021000', '121258.024000', '121258.027000', '121258.029000', '121317.918000', '121317.921000', '121317.924000', '121317.926000', '121317.929000', '121317.931000', '121317.934000', '121317.937000', '121317.939000', '121317.942000', '121317.944000', '121317.947000', '121317.949000', '121317.952000', '121317.954000', '121317.957000', '121317.960000', '121317.962000', '121317.965000', '121317.968000', '121317.970000', '121317.973000', '121317.975000', '121317.978000', '121317.981000', '121317.983000', '121317.986000', '121317.996000', '121317.998000', '121318.002000', '121318.004000', '121318.007000', '121318.009000', '121318.012000', '121318.014000', '121318.018000', '121318.021000', '121318.024000', '121318.026000', '121318.029000', '121318.031000', '121318.034000', '121318.037000', '121337.918000', '121337.921000', '121337.924000', '121337.926000', '121337.929000', '121337.931000', '121337.934000', '121337.937000', '121337.939000', '121337.942000', '121337.944000', '121337.947000', '121337.949000', '121337.952000', '121337.954000', '121337.957000', '121337.960000', '121337.962000', '121337.965000', '121337.967000', '121337.970000', '121337.972000', '121337.975000', '121337.977000', '121337.980000', '121337.983000', '121337.985000', '121337.988000', '121337.990000', '121337.993000', '121337.996000', '121337.998000', '121338.002000', '121338.004000', '121338.007000', '121338.009000', '121338.012000', '121338.015000', '121338.017000', '121338.020000', '121338.022000', '121338.025000', '121338.027000', '121338.030000', '121357.918000', '121357.925000', '121357.928000', '121357.931000', '121357.933000', '121357.936000', '121357.938000', '121357.941000', '121357.944000', '121357.946000', '121357.949000', '121357.951000', '121357.954000', '121357.956000', '121357.959000', '121357.962000', '121357.964000', '121357.967000', '121357.969000', '121357.972000', '121357.974000', '121357.977000', '121357.980000', '121357.982000', '121357.985000', '121357.987000', '121357.990000', '121357.992000', '121357.995000', '121357.998000', '121358.001000', '121358.004000', '121358.006000', '121358.009000', '121358.011000', '121358.014000', '121358.016000', '121358.019000', '121358.021000', '121358.024000', '121358.027000', '121358.029000', '121358.032000', '121417.918000', '121417.921000', '121417.924000', '121417.926000', '121417.929000', '121417.932000', '121417.934000', '121417.937000', '121417.940000', '121417.942000', '121417.945000', '121417.947000', '121417.950000', '121417.952000', '121417.955000', '121417.958000', '121417.960000', '121417.963000', '121417.982000', '121417.985000', '121417.987000', '121417.990000', '121417.992000', '121417.995000', '121417.998000', '121418.001000', '121418.004000', '121418.006000', '121418.009000', '121418.011000', '121418.014000', '121418.017000', '121418.019000', '121418.022000', '121418.024000', '121418.027000', '121418.029000', '121418.032000', '121418.035000', '121418.037000', '121418.040000', '121418.042000', '121418.045000', '121418.047000', '121437.918000', '121437.921000', '121437.924000', '121437.927000', '121437.929000', '121437.932000', '121437.934000', '121437.937000', '121437.940000', '121437.942000', '121437.945000', '121437.947000', '121437.950000', '121437.952000', '121437.955000', '121437.958000', '121437.960000', '121437.963000', '121437.965000', '121437.968000', '121437.971000', '121437.973000', '121437.976000', '121437.978000', '121437.981000', '121437.983000', '121437.986000', '121437.989000', '121437.991000', '121437.994000', '121437.996000', '121438.000000', '121438.003000', '121438.005000', '121438.008000', '121438.010000', '121438.013000', '121438.015000', '121438.018000', '121438.021000', '121438.023000', '121438.026000', '121438.028000', '121457.918000', '121457.920000', '121457.923000', '121457.925000', '121457.928000', '121457.931000', '121457.933000', '121457.936000', '121457.938000', '121457.941000', '121457.943000', '121457.946000', '121457.949000', '121457.951000', '121457.954000', '121457.956000', '121457.959000', '121457.961000', '121457.964000', '121457.967000', '121457.969000', '121457.972000', '121457.974000', '121457.977000', '121457.979000', '121457.982000', '121457.985000', '121457.987000', '121457.990000', '121457.992000', '121457.995000', '121457.997000', '121458.001000', '121458.004000', '121458.006000', '121458.009000', '121458.011000', '121458.014000', '121458.016000', '121458.019000', '121458.022000', '121458.024000', '121458.027000', '121458.029000', '121517.918000', '121517.920000', '121517.923000', '121517.926000', '121517.928000', '121517.931000', '121517.933000', '121517.936000', '121517.938000', '121517.941000', '121517.944000', '121517.946000', '121517.949000', '121517.951000', '121517.954000', '121517.956000', '121517.959000', '121517.962000', '121517.964000', '121517.967000', '121517.969000', '121517.972000', '121517.975000', '121517.977000', '121517.980000', '121517.982000', '121517.985000', '121517.988000', '121517.990000', '121517.993000', '121517.995000', '121517.998000', '121518.002000', '121518.004000', '121518.007000', '121518.009000', '121518.012000', '121518.015000', '121518.017000', '121518.020000', '121518.022000', '121518.025000', '121518.027000', '121537.920000', '121537.923000', '121537.925000', '121537.928000', '121537.930000', '121537.933000', '121537.935000', '121537.938000', '121537.941000', '121537.943000', '121537.946000', '121537.948000', '121537.951000', '121537.953000', '121537.956000', '121537.959000', '121537.961000', '121537.964000', '121537.966000', '121537.969000', '121537.971000', '121537.974000', '121537.977000', '121537.979000', '121537.994000', '121537.997000', '121537.999000', '121538.002000', '121538.004000', '121538.007000', '121538.010000', '121538.012000', '121538.015000', '121538.017000', '121538.020000', '121538.022000', '121538.025000', '121538.027000', '121538.030000', '121538.033000', '121538.035000', '121538.038000', '121538.040000', '121538.043000', '121557.918000', '121557.921000', '121557.924000', '121557.926000', '121557.929000', '121557.932000', '121557.934000', '121557.937000', '121557.940000', '121557.942000', '121557.945000', '121557.947000', '121557.950000', '121557.952000', '121557.955000', '121557.958000', '121557.960000', '121557.963000', '121557.965000', '121557.968000', '121557.970000', '121557.973000', '121557.976000', '121557.978000', '121557.981000', '121557.983000', '121557.986000', '121557.988000', '121557.991000', '121557.994000', '121557.996000', '121558.003000', '121558.006000', '121558.008000', '121558.011000', '121558.014000', '121558.016000', '121558.019000', '121558.021000', '121558.024000', '121558.026000', '121558.029000', '121558.032000', '121617.918000', '121617.921000', '121617.924000', '121617.926000', '121617.929000', '121617.931000', '121617.934000', '121617.937000', '121617.939000', '121617.942000', '121617.944000', '121617.947000', '121617.949000', '121617.952000', '121617.954000', '121617.957000', '121617.960000', '121617.962000', '121617.965000', '121617.967000', '121617.970000', '121617.972000', '121617.975000', '121617.978000', '121617.980000', '121617.983000', '121617.985000', '121617.988000', '121617.991000', '121617.993000', '121617.996000', '121617.998000', '121618.002000', '121618.004000', '121618.007000', '121618.010000', '121618.012000', '121618.015000', '121618.017000', '121618.020000', '121618.022000', '121618.025000', '121618.028000', '121618.030000', '121637.919000', '121637.921000', '121637.924000', '121637.927000', '121637.929000', '121637.932000', '121637.934000', '121637.937000', '121637.940000', '121637.942000', '121637.945000', '121637.947000', '121637.950000', '121637.952000', '121637.955000', '121637.958000', '121637.960000', '121637.963000', '121637.965000', '121637.968000', '121637.970000', '121637.973000', '121637.976000', '121637.978000', '121637.981000', '121637.983000', '121637.986000', '121637.988000', '121637.991000', '121637.994000', '121637.996000', '121638.000000', '121638.002000', '121638.005000', '121638.008000', '121638.010000', '121638.013000', '121638.015000', '121638.018000', '121638.020000', '121638.023000', '121638.026000', '121638.028000', '121657.918000', '121657.921000', '121657.924000', '121657.926000', '121657.929000', '121657.932000', '121657.934000', '121657.937000', '121657.939000', '121657.942000', '121657.944000', '121657.947000', '121657.950000', '121657.952000', '121657.955000', '121657.958000', '121657.961000', '121657.964000', '121657.966000', '121657.969000', '121657.971000', '121657.974000', '121657.977000', '121657.979000', '121657.982000', '121657.984000', '121657.987000', '121657.989000', '121657.992000', '121657.994000', '121657.997000', '121658.001000', '121658.003000', '121658.006000', '121658.019000', '121658.021000', '121658.024000', '121658.026000', '121658.029000', '121658.031000', '121658.034000', '121658.037000', '121658.039000', '121658.042000', '121716.335000', '121716.338000', '121716.341000', '121716.343000', '121716.346000', '121716.349000', '121716.351000', '121716.354000', '121716.357000', '121716.359000', '121716.362000', '121716.365000', '121716.368000', '121716.370000', '121716.373000', '121716.375000', '121716.378000', '121716.381000', '121716.383000', '121716.386000', '121716.389000', '121716.391000', '121716.394000', '121716.397000', '121716.399000', '121716.402000', '121716.404000', '121716.407000', '121716.410000', '121716.412000', '121716.415000', '121716.418000', '121716.421000', '121716.426000', '121716.429000', '121716.432000', '121716.435000', '121716.438000', '121716.441000', '121716.444000'], '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': [12512, 8805, 13632, 9057, 7751, 8117, 6329, 10300, 6220, 9306, 6280, 9277, 6234, 9632, 6884, 11240, 7772, 12603, 8588, 12285, 8528, 6933, 6853, 8298, 7897, 7704, 11698, 6587, 12597, 6328, 10254, 7354, 9311, 10811, 6578, 10996, 6395, 11786, 7323, 12470, 8148, 12510, 6893, 10024, 6325, 8722, 6591, 8363, 6811, 6553, 6528, 6630, 6475, 8491, 8015, 6672, 9082, 6407, 8564, 6536, 10043, 8536, 10520, 7468, 11209, 6956, 10816, 6312, 6464, 8572, 6465, 6567, 6389, 9893, 7288, 11568, 10004, 12402, 9792, 9145, 6317, 6085, 7205, 7978, 6903, 11738, 7815, 9780, 7261, 6642, 8107, 6304, 7986, 6385, 8106, 6543, 8747, 6539, 9582, 6877, 8751, 7113, 8700, 6886, 8602, 6731, 8804, 7830, 8041, 10433, 8158, 7938, 9639, 6874, 12199, 6945, 6575, 8635, 6815, 9548, 11301, 7996, 10967, 7966, 9312, 6733, 9630, 8496, 14080, 11300, 14042, 11097, 14172, 11321, 13727, 9096, 11109, 6870, 10009, 6881, 10051, 6852, 9813, 7013, 9491, 6651, 8771, 6613, 6556, 6943, 6345, 7600, 6793, 7567, 7012, 8113, 6855, 9006, 6672, 8981, 6570, 8664, 6488, 9076, 7408, 11932, 9150, 12432, 8082, 9002, 6868, 7651, 8154, 11392, 7931, 12197, 8484, 11448, 7479, 6565, 6386, 6318, 6458, 6787, 6712, 6689, 6884, 8503, 9237, 12997, 9565, 12897, 8966, 12502, 9454, 14521, 8436, 14615, 9823, 14118, 9678, 12921, 7984, 10887, 6747, 10006, 6413, 7591, 6985, 6429, 9257, 6311, 8711, 6331, 8948, 6497, 9847, 7290, 10314, 7925, 10800, 6433, 10572, 7212, 11334, 8826, 11099, 7082, 9827, 6539, 9861, 6800, 10397, 6593, 9088, 6531, 8097, 6377, 6406, 6315, 6346, 7549, 6594, 10571, 6871, 6270, 6860, 10887, 11233, 7681, 13058, 9708, 13741, 8854, 12183, 7949, 13069, 8056, 12131, 7885, 10092, 8292, 6481, 10522, 7810, 6205, 11330, 9479, 13967, 10674, 14302, 9809, 13121, 7181, 6479, 7919, 6289, 10277, 6632, 9594, 6674, 9589, 8256, 10103, 8677, 8520, 6544, 8962, 6405, 9753, 6826, 8632, 6974, 6383, 8547, 6616, 6570, 7328, 6487, 8828, 6590, 9069, 6497, 10470, 7911, 11268, 9045, 10932, 10716, 7721, 13691, 8971, 14063, 9396, 12022, 8231, 7321, 7961, 6688, 8417, 6499, 6458, 6392, 6614, 6834, 6424, 6621, 7874, 6300, 10243, 7931, 13130, 11226, 12923, 9825, 11818, 10972, 9115, 13403, 8149, 14455, 9031, 10328, 7722, 6277, 10027, 6318, 6510, 7534, 6781, 8905, 6711, 6570, 9116, 6402, 9721, 7137, 6970, 8720, 6553, 8783, 10900, 8255, 11072, 8417, 11188, 10044, 9640, 11433, 10788, 11287, 9163, 14312, 8973, 6247, 9459, 6404, 8967, 7051, 8378, 7960, 11771, 7104, 12866, 9520, 11787, 8358, 11300, 8830, 13866, 13962, 12443, 7777, 6350, 6375, 6560, 6735, 8260, 6344, 9119, 7034, 11261, 7279, 11381, 7859, 13472, 9950, 10920, 11402, 6240, 12080, 7691, 11026, 6484, 6503, 9514, 6583, 10194, 6604, 6230, 8651, 6436, 9028, 7548, 6442, 10539, 6759, 6487, 8984, 6471, 8738, 8289, 6528, 9292, 6470, 6684, 8256, 6529, 11568, 7030, 6254, 8648, 6510, 8947, 6522, 10567, 6727, 10178, 6771, 7903, 6485, 6447, 6950, 6471, 6629, 6510, 6465, 10901, 11109, 14711, 10812, 9542, 12542, 11329, 15271, 10329, 14363, 10333, 7605, 11373, 6477, 6363, 8424, 6388, 8398, 6828, 7166, 8461, 11070, 11403, 9619, 13880, 9388, 10350, 7647, 6623, 10313, 6385, 10116, 6301, 8135, 6787, 7744, 7734, 8745, 8919, 7974, 11789, 7433, 12987, 8397, 9241, 7104, 6390, 8165, 6420, 6913, 6454, 6782, 8935, 6443, 9552, 7406, 9338, 8235, 6524, 13445, 9023, 7120, 9183, 6750, 6367, 7787, 6194, 6452, 6690, 6555, 8073, 6427, 9885, 8276, 10227, 12451, 10789, 14336, 11251, 14906, 11327, 13162, 9493, 7337, 11340, 6377, 8277, 6342, 6590, 7669, 6308, 13600, 8004, 10633, 7996, 6461, 11244, 6814, 7037, 7460, 6399, 10282, 6750, 6628, 10354, 6456, 6941, 7697, 6594, 11308, 6457, 12648, 8317, 9468, 6286, 7127, 6179, 6545, 7417, 6444, 9219, 6506, 7345, 7558, 6598, 12394, 7230, 8758, 8665, 6310, 12590, 7184, 8817, 8435, 7649, 13547, 9235, 13282, 10066, 11181, 8389, 9698, 8826, 6766, 7674, 6777, 8092, 6321, 9378, 6641, 11317, 8187, 9916, 7023, 8222, 7145, 6793, 7271, 6517, 6325, 6678, 6561, 6414, 7472, 6363, 7450, 6408, 6628, 7132, 6246, 12563, 9980, 7682, 13318, 9121, 10440, 12766, 9695, 13984, 10903, 7879, 13121, 6678, 6232, 7926, 6458, 8690, 6362, 6416, 10350, 6631, 8277, 7822, 6483, 6545, 6713, 6487, 8800, 6988, 6876, 6391, 6453, 7703, 6429, 13724, 9411, 12263, 8861, 6700, 11472, 7081, 12490, 6733, 6261, 7736, 6522, 11541, 7792, 6607, 9700, 6518, 6654, 9593, 6469, 6836, 6455, 7194, 6534, 6548, 7048, 7030, 11750, 7714, 13636, 9683, 15011, 10084, 15197, 10998, 14703, 10125, 12704, 8045, 10076, 6303, 9561, 7053, 6409, 6519, 6270, 6645, 6635, 6458, 6713, 6603, 6379, 6470, 6526, 8468, 6577, 8820, 6844, 6982, 8205, 8386, 9376, 10644, 9636, 14177, 10247, 15051, 10805, 14797, 9494, 14052, 8599, 10905, 6380, 6165, 7265, 6521, 7631, 6565, 6422, 7375, 6542, 7830, 6541, 6336, 9320, 6606, 6421, 7496, 6456, 6743, 6421, 6493, 7459, 6578, 12449, 7821, 12826, 9817, 8169, 12084, 6688, 13458, 6570, 7907, 6612, 6537, 7953, 6397, 13513, 8681, 9860, 8686, 6378, 7347, 6540, 6495, 8927, 6548, 13373, 8898, 10794, 6605, 6348, 8426, 6605, 6635, 6344, 6536, 7883, 7982, 8718, 13307, 10082, 11086, 11057, 8700, 14663, 9364, 12299, 8356, 6188, 12404, 6662, 7856, 7146, 6400, 10319, 6826, 6355, 13656, 7321, 6511, 7027, 6497, 7852, 6316, 6411, 6888, 6807, 12458, 6740, 6401, 6935, 6452, 10500, 7064, 6414, 13095, 8573, 8212, 14170, 10312, 14981, 10439, 14123, 10550, 8068, 14938, 10104, 7275, 6966, 6790, 6444, 7312, 6512, 9154, 6508, 6774, 6531, 6418, 7569, 6817, 7587, 6674, 6985, 6505, 6429, 6354, 9604, 9996, 11607, 13207, 9839, 9072, 13391, 8207, 13398, 8774, 12454, 7494], 'WindowCenter': [4104.0, 4046.0, 4071.0, 4027.0, 4016.0, 4017.0, 4007.0, 4049.0, 4009.0, 4039.0, 4009.0, 4024.0, 3996.0, 4023.0, 4005.0, 4035.0, 4015.0, 4046.0, 4015.0, 4046.0, 4012.0, 3990.0, 3992.0, 4000.0, 4000.0, 4001.0, 4047.0, 3995.0, 4044.0, 3992.0, 4022.0, 4002.0, 4012.0, 4022.0, 3991.0, 4022.0, 3981.0, 4030.0, 3991.0, 4031.0, 4000.0, 4029.0, 3977.0, 4008.0, 3979.0, 3999.0, 3992.0, 3999.0, 3990.0, 3976.0, 3992.0, 3977.0, 3978.0, 4024.0, 4014.0, 4005.0, 4026.0, 3996.0, 4013.0, 3981.0, 4011.0, 3987.0, 4007.0, 3977.0, 4018.0, 3991.0, 4022.0, 3979.0, 3991.0, 4012.0, 3993.0, 3993.0, 3995.0, 4036.0, 4006.0, 4037.0, 4026.0, 4034.0, 4023.0, 4012.0, 3981.0, 3969.0, 3991.0, 4000.0, 3992.0, 4032.0, 4001.0, 4023.0, 3992.0, 3991.0, 4002.0, 3979.0, 4002.0, 3981.0, 4002.0, 3992.0, 4014.0, 3995.0, 4023.0, 3994.0, 4013.0, 4004.0, 4013.0, 3993.0, 4013.0, 3993.0, 4013.0, 4003.0, 4016.0, 4023.0, 4001.0, 4001.0, 4009.0, 3978.0, 4029.0, 3991.0, 3992.0, 4024.0, 4006.0, 4026.0, 4033.0, 4003.0, 4021.0, 4003.0, 4023.0, 3995.0, 4023.0, 4015.0, 4043.0, 4022.0, 4030.0, 4008.0, 4029.0, 4008.0, 4014.0, 3983.0, 3992.0, 3962.0, 3981.0, 3962.0, 3992.0, 3963.0, 3993.0, 3974.0, 3993.0, 3964.0, 3985.0, 3977.0, 3966.0, 3977.0, 3966.0, 3986.0, 3977.0, 3989.0, 3989.0, 3999.0, 3980.0, 4010.0, 3991.0, 4011.0, 3993.0, 4011.0, 3992.0, 4011.0, 4004.0, 4032.0, 4024.0, 4033.0, 4002.0, 4011.0, 3992.0, 3991.0, 4001.0, 4020.0, 4001.0, 4028.0, 4000.0, 4022.0, 4002.0, 3974.0, 3963.0, 3964.0, 3961.0, 3961.0, 3974.0, 3976.0, 3987.0, 4027.0, 4012.0, 4035.0, 4013.0, 4034.0, 4013.0, 4032.0, 4012.0, 4043.0, 4001.0, 4042.0, 4010.0, 4029.0, 3996.0, 4016.0, 3974.0, 4006.0, 3967.0, 3997.0, 3967.0, 3976.0, 3977.0, 3967.0, 3999.0, 3978.0, 4001.0, 3981.0, 4010.0, 3983.0, 4023.0, 4005.0, 4025.0, 4005.0, 4022.0, 3982.0, 4021.0, 3992.0, 4019.0, 4012.0, 4021.0, 3980.0, 4009.0, 3980.0, 4010.0, 3980.0, 4009.0, 3978.0, 4011.0, 3983.0, 4002.0, 3994.0, 3982.0, 3980.0, 3967.0, 3987.0, 3977.0, 3980.0, 3978.0, 3979.0, 3981.0, 4010.0, 4006.0, 3989.0, 4031.0, 4013.0, 4031.0, 3985.0, 4007.0, 3974.0, 4017.0, 3987.0, 4016.0, 3989.0, 4008.0, 3987.0, 3967.0, 4007.0, 3988.0, 3966.0, 4007.0, 3998.0, 4030.0, 3998.0, 4017.0, 3995.0, 4014.0, 3964.0, 3952.0, 3972.0, 3952.0, 3993.0, 3964.0, 3984.0, 3963.0, 4000.0, 3973.0, 3994.0, 3997.0, 3986.0, 3955.0, 3985.0, 3966.0, 3995.0, 3967.0, 3986.0, 3975.0, 3980.0, 3998.0, 3978.0, 3979.0, 4004.0, 3985.0, 4013.0, 3996.0, 4014.0, 3983.0, 4022.0, 4016.0, 4036.0, 4015.0, 4021.0, 4022.0, 3989.0, 4031.0, 4000.0, 4030.0, 4000.0, 4019.0, 4002.0, 3989.0, 3987.0, 3967.0, 3985.0, 3967.0, 3964.0, 3963.0, 3975.0, 3976.0, 3978.0, 3978.0, 3999.0, 3980.0, 4019.0, 4030.0, 4030.0, 4036.0, 4031.0, 4009.0, 4020.0, 4020.0, 3998.0, 4030.0, 3988.0, 4029.0, 3998.0, 4009.0, 3986.0, 3967.0, 4006.0, 3979.0, 3980.0, 4001.0, 3991.0, 4022.0, 3993.0, 3993.0, 4014.0, 3994.0, 4025.0, 4006.0, 4005.0, 4015.0, 3981.0, 4014.0, 4023.0, 4003.0, 4032.0, 4014.0, 4034.0, 4024.0, 4013.0, 4032.0, 4022.0, 4021.0, 3998.0, 4031.0, 3998.0, 3968.0, 4010.0, 3979.0, 4010.0, 3990.0, 4000.0, 4001.0, 4018.0, 3979.0, 4019.0, 3999.0, 4007.0, 3990.0, 4019.0, 3999.0, 4030.0, 4029.0, 4033.0, 3974.0, 3966.0, 3967.0, 3978.0, 3980.0, 4003.0, 3983.0, 4016.0, 3996.0, 4036.0, 3993.0, 4022.0, 3989.0, 4030.0, 4009.0, 4009.0, 4007.0, 3966.0, 4017.0, 3976.0, 3993.0, 3953.0, 3952.0, 3983.0, 3951.0, 3992.0, 3965.0, 3952.0, 3986.0, 3966.0, 3997.0, 3989.0, 3968.0, 4007.0, 3980.0, 3979.0, 3998.0, 3981.0, 4001.0, 4000.0, 3981.0, 4011.0, 3981.0, 3992.0, 4015.0, 3996.0, 4036.0, 3994.0, 3994.0, 4014.0, 3994.0, 4013.0, 3993.0, 4024.0, 3995.0, 4024.0, 3983.0, 3987.0, 3979.0, 3980.0, 3978.0, 3979.0, 3978.0, 3977.0, 3979.0, 4020.0, 4021.0, 4030.0, 4024.0, 4000.0, 4019.0, 4007.0, 4029.0, 3997.0, 4029.0, 4008.0, 3976.0, 4007.0, 3965.0, 3966.0, 3985.0, 3979.0, 4001.0, 3992.0, 3989.0, 4014.0, 4034.0, 4021.0, 4009.0, 4030.0, 3997.0, 4007.0, 3986.0, 3975.0, 4009.0, 3980.0, 4010.0, 3979.0, 3987.0, 3980.0, 3987.0, 3990.0, 3999.0, 3999.0, 3989.0, 4019.0, 3989.0, 4029.0, 3990.0, 4011.0, 3980.0, 3979.0, 3986.0, 3940.0, 4018.0, 3979.0, 3980.0, 4013.0, 3982.0, 4013.0, 3989.0, 3998.0, 4000.0, 3978.0, 4030.0, 3997.0, 3979.0, 3996.0, 3977.0, 3949.0, 4002.0, 3992.0, 3981.0, 3992.0, 3993.0, 4015.0, 3997.0, 4037.0, 4017.0, 4038.0, 4048.0, 4025.0, 4043.0, 4011.0, 4029.0, 4010.0, 4006.0, 3984.0, 3964.0, 4005.0, 3952.0, 3971.0, 3950.0, 3950.0, 3958.0, 3939.0, 4012.0, 3972.0, 3991.0, 3960.0, 3949.0, 3991.0, 3962.0, 3962.0, 3963.0, 3964.0, 3994.0, 3963.0, 3966.0, 4007.0, 3966.0, 3977.0, 3989.0, 3978.0, 4019.0, 3979.0, 4030.0, 4002.0, 4009.0, 3981.0, 3991.0, 3981.0, 3980.0, 3990.0, 3981.0, 4013.0, 3982.0, 3992.0, 3991.0, 3982.0, 4032.0, 3991.0, 4000.0, 4003.0, 3981.0, 4032.0, 3993.0, 4013.0, 4002.0, 4003.0, 4045.0, 4013.0, 4045.0, 4023.0, 4023.0, 4002.0, 4013.0, 4014.0, 3994.0, 4004.0, 3993.0, 4003.0, 3981.0, 4010.0, 3992.0, 4022.0, 4003.0, 4012.0, 3992.0, 4003.0, 3993.0, 3982.0, 3979.0, 3980.0, 3966.0, 3964.0, 4006.0, 3994.0, 4004.0, 3994.0, 4005.0, 3996.0, 3994.0, 4005.0, 3995.0, 4044.0, 4025.0, 4003.0, 4045.0, 4023.0, 4023.0, 4032.0, 4012.0, 4044.0, 4022.0, 4001.0, 4031.0, 3978.0, 3969.0, 4000.0, 3981.0, 4000.0, 3983.0, 3982.0, 4023.0, 3993.0, 4000.0, 4016.0, 3995.0, 3983.0, 3991.0, 3995.0, 4029.0, 3980.0, 3994.0, 3993.0, 3992.0, 4003.0, 3982.0, 4042.0, 4011.0, 4032.0, 4008.0, 3977.0, 4019.0, 3977.0, 4029.0, 3990.0, 3977.0, 3988.0, 3978.0, 4020.0, 3988.0, 3990.0, 4010.0, 3978.0, 4004.0, 4024.0, 4006.0, 4005.0, 3994.0, 4004.0, 3994.0, 3994.0, 4003.0, 4003.0, 4044.0, 4003.0, 4044.0, 4022.0, 4041.0, 4020.0, 4041.0, 4008.0, 4027.0, 3996.0, 4017.0, 3975.0, 3993.0, 3964.0, 3994.0, 3975.0, 3963.0, 3961.0, 3952.0, 3963.0, 3963.0, 3963.0, 3976.0, 3979.0, 3979.0, 3991.0, 3992.0, 4014.0, 3993.0, 4012.0, 3992.0, 4004.0, 4014.0, 4013.0, 4011.0, 4022.0, 4011.0, 4030.0, 4008.0, 4029.0, 3995.0, 4015.0, 3984.0, 4002.0, 3971.0, 3990.0, 3963.0, 3951.0, 3971.0, 3962.0, 3971.0, 3962.0, 3963.0, 3975.0, 3965.0, 3986.0, 3966.0, 3968.0, 3997.0, 3980.0, 3979.0, 4002.0, 3992.0, 3991.0, 3992.0, 3991.0, 4000.0, 3992.0, 4044.0, 4003.0, 4044.0, 4022.0, 4001.0, 4030.0, 3978.0, 4030.0, 3978.0, 3988.0, 3978.0, 3978.0, 4000.0, 3982.0, 4042.0, 4014.0, 4021.0, 4012.0, 3981.0, 3989.0, 3980.0, 3981.0, 4012.0, 3994.0, 4044.0, 4013.0, 4023.0, 3979.0, 3979.0, 3989.0, 3978.0, 3977.0, 3967.0, 3980.0, 3973.0, 4015.0, 4014.0, 4043.0, 4036.0, 4035.0, 4036.0, 4013.0, 4042.0, 4011.0, 4032.0, 3998.0, 3966.0, 4031.0, 3976.0, 3986.0, 3975.0, 3978.0, 4019.0, 3979.0, 3979.0, 4041.0, 3989.0, 3979.0, 3989.0, 3979.0, 3999.0, 3980.0, 3980.0, 3991.0, 3990.0, 4043.0, 3991.0, 3981.0, 3991.0, 3990.0, 4021.0, 3989.0, 3981.0, 4043.0, 4011.0, 4000.0, 4042.0, 4022.0, 4042.0, 4021.0, 4040.0, 4006.0, 3987.0, 4026.0, 4006.0, 3987.0, 3976.0, 3989.0, 3978.0, 3990.0, 3978.0, 4012.0, 3982.0, 3989.0, 3992.0, 3981.0, 3978.0, 3994.0, 3976.0, 3964.0, 3974.0, 3950.0, 3948.0, 3950.0, 3982.0, 3994.0, 4004.0, 4016.0, 3995.0, 3996.0, 4026.0, 3983.0, 4014.0, 3981.0, 4002.0, 3960.0], 'WindowWidth': [9133.0, 9039.0, 9062.0, 8996.0, 8979.0, 8980.0, 8966.0, 9024.0, 8975.0, 9011.0, 8974.0, 8985.0, 8950.0, 8981.0, 8960.0, 8999.0, 8974.0, 9016.0, 8973.0, 9015.0, 8965.0, 8930.0, 8934.0, 8943.0, 8946.0, 8948.0, 9017.0, 8944.0, 9009.0, 8937.0, 8976.0, 8951.0, 8963.0, 8976.0, 8934.0, 8976.0, 8920.0, 8983.0, 8931.0, 8985.0, 8943.0, 8982.0, 8909.0, 8951.0, 8914.0, 8941.0, 8937.0, 8942.0, 8935.0, 8911.0, 8937.0, 8910.0, 8911.0, 8984.0, 8971.0, 8962.0, 8988.0, 8948.0, 8965.0, 8918.0, 8959.0, 8918.0, 8945.0, 8906.0, 8964.0, 8933.0, 8975.0, 8917.0, 8935.0, 8962.0, 8942.0, 8942.0, 8948.0, 8999.0, 8961.0, 9004.0, 8985.0, 8996.0, 8977.0, 8960.0, 8919.0, 8900.0, 8932.0, 8942.0, 8936.0, 8988.0, 8946.0, 8977.0, 8935.0, 8932.0, 8950.0, 8916.0, 8950.0, 8920.0, 8949.0, 8938.0, 8969.0, 8944.0, 8981.0, 8943.0, 8965.0, 8956.0, 8967.0, 8939.0, 8965.0, 8939.0, 8967.0, 8951.0, 8976.0, 8979.0, 8949.0, 8946.0, 8951.0, 8910.0, 8981.0, 8935.0, 8937.0, 8984.0, 8962.0, 8988.0, 8992.0, 8951.0, 8975.0, 8952.0, 8979.0, 8945.0, 8979.0, 8971.0, 9008.0, 8974.0, 8986.0, 8949.0, 8982.0, 8947.0, 8954.0, 8907.0, 8918.0, 8876.0, 8902.0, 8878.0, 8918.0, 8884.0, 8920.0, 8899.0, 8922.0, 8886.0, 8913.0, 8907.0, 8892.0, 8906.0, 8890.0, 8919.0, 8907.0, 8927.0, 8928.0, 8941.0, 8917.0, 8956.0, 8933.0, 8961.0, 8940.0, 8961.0, 8939.0, 8962.0, 8957.0, 8991.0, 8982.0, 8991.0, 8948.0, 8959.0, 8936.0, 8931.0, 8947.0, 8970.0, 8946.0, 8979.0, 8943.0, 8974.0, 8950.0, 8902.0, 8882.0, 8884.0, 8877.0, 8876.0, 8899.0, 8908.0, 8922.0, 8996.0, 8963.0, 9001.0, 8964.0, 8995.0, 8963.0, 8990.0, 8960.0, 9005.0, 8944.0, 9000.0, 8952.0, 8979.0, 8928.0, 8956.0, 8897.0, 8941.0, 8893.0, 8933.0, 8895.0, 8904.0, 8905.0, 8892.0, 8938.0, 8912.0, 8943.0, 8920.0, 8956.0, 8925.0, 8977.0, 8956.0, 8982.0, 8956.0, 8976.0, 8921.0, 8971.0, 8934.0, 8968.0, 8961.0, 8969.0, 8914.0, 8951.0, 8915.0, 8955.0, 8915.0, 8952.0, 8910.0, 8957.0, 8925.0, 8949.0, 8942.0, 8922.0, 8917.0, 8892.0, 8918.0, 8906.0, 8893.0, 8907.0, 8912.0, 8916.0, 8953.0, 8942.0, 8923.0, 8982.0, 8961.0, 8985.0, 8912.0, 8945.0, 8898.0, 8957.0, 8917.0, 8956.0, 8923.0, 8945.0, 8918.0, 8891.0, 8945.0, 8921.0, 8890.0, 8946.0, 8931.0, 8980.0, 8931.0, 8960.0, 8924.0, 8950.0, 8883.0, 8864.0, 8892.0, 8865.0, 8920.0, 8882.0, 8909.0, 8882.0, 8939.0, 8893.0, 8922.0, 8931.0, 8914.0, 8870.0, 8912.0, 8890.0, 8927.0, 8891.0, 8915.0, 8902.0, 8915.0, 8937.0, 8912.0, 8915.0, 8955.0, 8929.0, 8964.0, 8947.0, 8967.0, 8925.0, 8975.0, 8974.0, 8999.0, 8969.0, 8971.0, 8973.0, 8926.0, 8984.0, 8939.0, 8980.0, 8940.0, 8963.0, 8947.0, 8925.0, 8920.0, 8892.0, 8914.0, 8893.0, 8886.0, 8883.0, 8903.0, 8903.0, 8909.0, 8910.0, 8940.0, 8917.0, 8970.0, 9005.0, 8984.0, 9002.0, 8984.0, 8951.0, 8966.0, 8967.0, 8935.0, 8982.0, 8922.0, 8980.0, 8937.0, 8953.0, 8918.0, 8894.0, 8944.0, 8914.0, 8916.0, 8946.0, 8936.0, 8978.0, 8940.0, 8940.0, 8969.0, 8943.0, 8984.0, 8962.0, 8962.0, 8970.0, 8920.0, 8966.0, 8975.0, 8951.0, 8988.0, 8967.0, 8991.0, 8980.0, 8963.0, 8988.0, 8972.0, 8970.0, 8936.0, 8984.0, 8936.0, 8895.0, 8953.0, 8915.0, 8954.0, 8930.0, 8941.0, 8945.0, 8964.0, 8912.0, 8966.0, 8937.0, 8945.0, 8927.0, 8966.0, 8937.0, 8983.0, 8982.0, 8986.0, 8896.0, 8890.0, 8892.0, 8910.0, 8915.0, 8949.0, 8926.0, 8974.0, 8946.0, 9001.0, 8939.0, 8974.0, 8925.0, 8979.0, 8952.0, 8950.0, 8943.0, 8890.0, 8957.0, 8903.0, 8920.0, 8868.0, 8863.0, 8905.0, 8862.0, 8918.0, 8884.0, 8865.0, 8914.0, 8892.0, 8931.0, 8923.0, 8896.0, 8948.0, 8916.0, 8915.0, 8938.0, 8918.0, 8943.0, 8940.0, 8918.0, 8958.0, 8921.0, 8936.0, 8968.0, 8945.0, 8998.0, 8941.0, 8939.0, 8967.0, 8943.0, 8966.0, 8940.0, 8979.0, 8944.0, 8979.0, 8923.0, 8917.0, 8912.0, 8915.0, 8907.0, 8914.0, 8910.0, 8908.0, 8914.0, 8968.0, 8970.0, 8981.0, 8981.0, 8938.0, 8965.0, 8945.0, 8978.0, 8930.0, 8980.0, 8948.0, 8901.0, 8944.0, 8888.0, 8888.0, 8914.0, 8914.0, 8943.0, 8934.0, 8929.0, 8968.0, 8992.0, 8972.0, 8952.0, 8983.0, 8934.0, 8945.0, 8917.0, 8903.0, 8951.0, 8919.0, 8954.0, 8912.0, 8920.0, 8914.0, 8920.0, 8927.0, 8938.0, 8938.0, 8924.0, 8965.0, 8927.0, 8977.0, 8926.0, 8955.0, 8915.0, 8911.0, 8916.0, 8840.0, 8988.0, 8915.0, 8917.0, 8963.0, 8921.0, 8963.0, 8927.0, 8935.0, 8942.0, 8911.0, 8980.0, 8930.0, 8911.0, 8929.0, 8907.0, 8854.0, 8952.0, 8939.0, 8920.0, 8937.0, 8940.0, 8971.0, 8951.0, 9002.0, 8977.0, 9003.0, 9020.0, 8982.0, 9007.0, 8956.0, 8980.0, 8953.0, 8942.0, 8907.0, 8882.0, 8939.0, 8864.0, 8886.0, 8857.0, 8857.0, 8867.0, 8841.0, 8944.0, 8892.0, 8915.0, 8871.0, 8856.0, 8915.0, 8880.0, 8878.0, 8878.0, 8882.0, 8923.0, 8882.0, 8887.0, 8945.0, 8892.0, 8907.0, 8923.0, 8909.0, 8965.0, 8913.0, 8980.0, 8943.0, 8950.0, 8916.0, 8929.0, 8918.0, 8915.0, 8928.0, 8917.0, 8961.0, 8920.0, 8932.0, 8930.0, 8920.0, 8987.0, 8932.0, 8943.0, 8948.0, 8917.0, 8987.0, 8936.0, 8963.0, 8949.0, 8950.0, 9007.0, 8964.0, 9009.0, 8976.0, 8975.0, 8949.0, 8962.0, 8968.0, 8942.0, 8952.0, 8937.0, 8948.0, 8920.0, 8957.0, 8935.0, 8974.0, 8949.0, 8960.0, 8933.0, 8951.0, 8937.0, 8920.0, 8911.0, 8914.0, 8891.0, 8884.0, 8966.0, 8941.0, 8952.0, 8941.0, 8959.0, 8949.0, 8943.0, 8957.0, 8944.0, 9011.0, 8984.0, 8952.0, 9011.0, 8979.0, 8978.0, 8989.0, 8961.0, 9008.0, 8974.0, 8944.0, 8985.0, 8912.0, 8899.0, 8943.0, 8918.0, 8943.0, 8924.0, 8920.0, 8979.0, 8937.0, 8943.0, 8975.0, 8943.0, 8924.0, 8932.0, 8948.0, 8997.0, 8914.0, 8942.0, 8940.0, 8936.0, 8951.0, 8921.0, 9000.0, 8959.0, 8990.0, 8952.0, 8907.0, 8966.0, 8909.0, 8981.0, 8933.0, 8910.0, 8925.0, 8912.0, 8968.0, 8923.0, 8930.0, 8958.0, 8914.0, 8956.0, 8983.0, 8962.0, 8961.0, 8944.0, 8954.0, 8944.0, 8942.0, 8954.0, 8955.0, 9008.0, 8953.0, 9009.0, 8976.0, 9002.0, 8970.0, 8999.0, 8950.0, 8976.0, 8931.0, 8958.0, 8900.0, 8922.0, 8886.0, 8924.0, 8901.0, 8884.0, 8877.0, 8864.0, 8880.0, 8881.0, 8882.0, 8904.0, 8914.0, 8914.0, 8933.0, 8936.0, 8969.0, 8938.0, 8964.0, 8936.0, 8955.0, 8968.0, 8965.0, 8959.0, 8976.0, 8956.0, 8982.0, 8947.0, 8979.0, 8925.0, 8955.0, 8906.0, 8930.0, 8886.0, 8910.0, 8881.0, 8865.0, 8890.0, 8881.0, 8892.0, 8882.0, 8885.0, 8902.0, 8890.0, 8917.0, 8892.0, 8894.0, 8933.0, 8916.0, 8914.0, 8949.0, 8936.0, 8938.0, 8939.0, 8935.0, 8945.0, 8936.0, 9007.0, 8952.0, 9007.0, 8976.0, 8944.0, 8984.0, 8911.0, 8982.0, 8911.0, 8924.0, 8910.0, 8910.0, 8943.0, 8922.0, 9004.0, 8968.0, 8974.0, 8961.0, 8922.0, 8926.0, 8916.0, 8919.0, 8963.0, 8943.0, 9009.0, 8964.0, 8977.0, 8911.0, 8912.0, 8923.0, 8910.0, 8907.0, 8893.0, 8914.0, 8893.0, 8975.0, 8970.0, 9007.0, 8999.0, 8997.0, 8999.0, 8961.0, 9004.0, 8961.0, 8990.0, 8938.0, 8894.0, 8985.0, 8905.0, 8918.0, 8904.0, 8913.0, 8967.0, 8915.0, 8915.0, 8999.0, 8928.0, 8914.0, 8928.0, 8917.0, 8942.0, 8917.0, 8919.0, 8934.0, 8932.0, 9005.0, 8934.0, 8919.0, 8933.0, 8933.0, 8973.0, 8930.0, 8921.0, 9005.0, 8960.0, 8945.0, 9003.0, 8974.0, 9005.0, 8976.0, 8997.0, 8946.0, 8919.0, 8974.0, 8943.0, 8923.0, 8904.0, 8932.0, 8912.0, 8931.0, 8914.0, 8961.0, 8923.0, 8930.0, 8937.0, 8921.0, 8906.0, 8938.0, 8899.0, 8883.0, 8898.0, 8860.0, 8853.0, 8858.0, 8903.0, 8923.0, 8937.0, 8959.0, 8929.0, 8929.0, 8972.0, 8910.0, 8951.0, 8902.0, 8931.0, 8873.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.0031478530424799084</td></tr>
<tr><td colspan=3>aqi</td><td>0.0553365196326062</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.72638280129884</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1448122669195395</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9897926897241383</td></tr>
<tr><td colspan=3>efc</td><td>0.4816</td></tr>
<tr><td colspan=3>fber</td><td>8046.2998</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.187902845807031</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>243</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.898966704936853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.505045240451294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3632883982002686</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7240436623264657</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.427803660827148</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109638</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004674884490668774</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048984598368406296</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.160818879405995</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>18.9189</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.9177</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.2005</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297269.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.4687</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9516</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.1998</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3209.4002</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.219</td></tr>
<tr><td colspan=3>tsnr</td><td>29.47836124477908</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>