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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0016_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-04/func/sub-0016_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f4f632e44b364bb06dc34bc1196b52ed</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>13:19:51.150000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999594, -0.0200192, -0.0202672, 0.0211131, 0.998248, 0.0552821]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0934135</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7774, -7251, 586, -38, -177, -36, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e8802299-14e5-4f23-81bf-74e4b2543d87||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681838035583496, 0.056644923985004425, -0.05163734778761864, 112.11214447021484], [0.053710080683231354, 2.678225040435791, 0.15035638213157654, -93.75604248046875], [-0.05437532067298889, -0.14831778407096863, 2.6953155994415283, -63.75754165649414], [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': ['131951.150000', '131951.610000', '131952.070000', '131952.530000', '131952.990000', '131953.450000', '131953.910000', '131954.370000', '131954.830000', '131955.290000', '131955.750000', '131956.210000', '131956.670000', '131957.130000', '131957.590000', '131958.050000', '131958.510000', '131958.970000', '131959.430000', '131959.890000', '132000.350000', '132000.810000', '132001.270000', '132001.730000', '132002.190000', '132002.650000', '132003.110000', '132003.570000', '132004.030000', '132004.490000', '132004.950000', '132005.410000', '132005.870000', '132006.330000', '132006.790000', '132007.250000', '132007.710000', '132008.170000', '132008.630000', '132009.090000', '132009.550000', '132010.010000', '132010.470000', '132010.930000', '132011.390000', '132011.850000', '132012.310000', '132012.770000', '132013.230000', '132013.690000', '132014.150000', '132014.610000', '132015.070000', '132015.530000', '132015.990000', '132016.450000', '132016.910000', '132017.370000', '132017.830000', '132018.290000', '132018.750000', '132019.210000', '132019.670000', '132020.130000', '132020.590000', '132021.050000', '132021.510000', '132021.970000', '132022.430000', '132022.890000', '132023.350000', '132023.810000', '132024.270000', '132024.730000', '132025.190000', '132025.650000', '132026.110000', '132026.570000', '132027.030000', '132027.490000', '132027.950000', '132028.410000', '132028.870000', '132029.330000', '132029.790000', '132030.250000', '132030.710000', '132031.170000', '132031.630000', '132032.090000', '132032.550000', '132033.010000', '132033.470000', '132033.930000', '132034.390000', '132034.850000', '132035.310000', '132035.770000', '132036.230000', '132036.690000', '132037.150000', '132037.610000', '132038.070000', '132038.530000', '132038.990000', '132039.450000', '132039.910000', '132040.370000', '132040.830000', '132041.290000', '132041.750000', '132042.210000', '132042.670000', '132043.130000', '132043.590000', '132044.050000', '132044.510000', '132044.970000', '132045.430000', '132045.890000', '132046.350000', '132046.810000', '132047.270000', '132047.730000', '132048.190000', '132048.650000', '132049.110000', '132049.570000', '132050.030000', '132050.490000', '132050.950000', '132051.410000', '132051.870000', '132052.330000', '132052.790000', '132053.250000', '132053.710000', '132054.170000', '132054.630000', '132055.090000', '132055.550000', '132056.010000', '132056.470000', '132056.930000', '132057.390000', '132057.850000', '132058.310000', '132058.770000', '132059.230000', '132059.690000', '132100.150000', '132100.610000', '132101.070000', '132101.530000', '132101.990000', '132102.450000', '132102.910000', '132103.370000', '132103.830000', '132104.290000', '132104.750000', '132105.210000', '132105.670000', '132106.130000', '132106.590000', '132107.050000', '132107.510000', '132107.970000', '132108.430000', '132108.890000', '132109.350000', '132109.810000', '132110.270000', '132110.730000', '132111.190000', '132111.650000', '132112.110000', '132112.570000', '132113.030000', '132113.490000', '132113.950000', '132114.410000', '132114.870000', '132115.330000', '132115.790000', '132116.250000', '132116.710000', '132117.170000', '132117.630000', '132118.090000', '132118.550000', '132119.010000', '132119.470000', '132119.930000', '132120.390000', '132120.850000', '132121.310000', '132121.770000', '132122.230000', '132122.690000', '132123.150000', '132123.610000', '132124.070000', '132124.530000', '132124.990000', '132125.450000', '132125.910000', '132126.370000', '132126.830000', '132127.290000', '132127.750000', '132128.210000', '132128.670000', '132129.130000', '132129.590000', '132130.050000', '132130.510000', '132130.970000', '132131.430000', '132131.890000', '132132.350000', '132132.810000', '132133.270000', '132133.730000', '132134.190000', '132134.650000', '132135.110000', '132135.570000', '132136.030000', '132136.490000', '132136.950000', '132137.410000', '132137.870000', '132138.330000', '132138.790000', '132139.250000', '132139.710000', '132140.170000', '132140.630000', '132141.090000', '132141.550000', '132142.010000', '132142.470000', '132142.930000', '132143.390000', '132143.850000', '132144.310000', '132144.770000', '132145.230000', '132145.690000', '132146.150000', '132146.610000', '132147.070000', '132147.530000', '132147.990000', '132148.450000', '132148.910000', '132149.370000', '132149.830000', '132150.290000', '132150.750000', '132151.210000', '132151.670000', '132152.130000', '132152.590000', '132153.050000', '132153.510000', '132153.970000', '132154.430000', '132154.890000', '132155.350000', '132155.810000', '132156.270000', '132156.730000', '132157.190000', '132157.650000', '132158.110000', '132158.570000', '132159.030000', '132159.490000', '132159.950000', '132200.410000', '132200.870000', '132201.330000', '132201.790000', '132202.250000', '132202.710000', '132203.170000', '132203.630000', '132204.090000', '132204.550000', '132205.010000', '132205.470000', '132205.930000', '132206.390000', '132206.850000', '132207.310000', '132207.770000', '132208.230000', '132208.690000', '132209.150000', '132209.610000', '132210.070000', '132210.530000', '132210.990000', '132211.450000', '132211.910000', '132212.370000', '132212.830000', '132213.290000', '132213.750000', '132214.210000', '132214.670000', '132215.130000', '132215.590000', '132216.050000', '132216.510000', '132216.970000', '132217.430000', '132217.890000', '132218.350000', '132218.810000', '132219.270000', '132219.730000', '132220.190000', '132220.650000', '132221.110000', '132221.570000', '132222.030000', '132222.490000', '132222.950000', '132223.410000', '132223.870000', '132224.330000', '132224.790000', '132225.250000', '132225.710000', '132226.170000', '132226.630000', '132227.090000', '132227.550000', '132228.010000', '132228.470000', '132228.930000', '132229.390000', '132229.850000', '132230.310000', '132230.770000', '132231.230000', '132231.690000', '132232.150000', '132232.610000', '132233.070000', '132233.530000', '132233.990000', '132234.450000', '132234.910000', '132235.370000', '132235.830000', '132236.290000', '132236.750000', '132237.210000', '132237.670000', '132238.130000', '132238.590000', '132239.050000', '132239.510000', '132239.970000', '132240.430000', '132240.890000', '132241.350000', '132241.810000', '132242.270000', '132242.730000', '132243.190000', '132243.650000', '132244.110000', '132244.570000', '132245.030000', '132245.490000', '132245.950000', '132246.410000', '132246.870000', '132247.330000', '132247.790000', '132248.250000', '132248.710000', '132249.170000', '132249.630000', '132250.090000', '132250.550000', '132251.010000', '132251.470000', '132251.930000', '132252.390000', '132252.850000', '132253.310000', '132253.770000', '132254.230000', '132254.690000', '132255.150000', '132255.610000', '132256.070000', '132256.530000', '132256.990000', '132257.450000', '132257.910000', '132258.370000', '132258.830000', '132259.290000', '132259.750000', '132300.210000', '132300.670000', '132301.130000', '132301.590000', '132302.050000', '132302.510000', '132302.970000', '132303.430000', '132303.890000', '132304.350000', '132304.810000', '132305.270000', '132305.730000', '132306.190000', '132306.650000', '132307.110000', '132307.570000', '132308.030000', '132308.490000', '132308.950000', '132309.410000', '132309.870000', '132310.330000', '132310.790000', '132311.250000', '132311.710000', '132312.170000', '132312.630000', '132313.090000', '132313.550000', '132314.010000', '132314.470000', '132314.930000', '132315.390000', '132315.850000', '132316.310000', '132316.770000', '132317.230000', '132317.690000', '132318.150000', '132318.610000', '132319.070000', '132319.530000', '132319.990000', '132320.450000', '132320.910000', '132321.370000', '132321.830000', '132322.290000', '132322.750000', '132323.210000', '132323.670000', '132324.130000', '132324.590000', '132325.050000', '132325.510000', '132325.970000', '132326.430000', '132326.890000', '132327.350000', '132327.810000', '132328.270000', '132328.730000', '132329.190000', '132329.650000', '132330.110000', '132330.570000', '132331.030000', '132331.490000', '132331.950000', '132332.410000', '132332.870000', '132333.330000', '132333.790000', '132334.250000', '132334.710000', '132335.170000', '132335.630000', '132336.090000', '132336.550000', '132337.010000', '132337.470000', '132337.930000', '132338.390000', '132338.850000', '132339.310000', '132339.770000', '132340.230000', '132340.690000', '132341.150000', '132341.610000', '132342.070000', '132342.530000', '132342.990000', '132343.450000', '132343.910000', '132344.370000', '132344.830000', '132345.290000', '132345.750000', '132346.210000', '132346.670000', '132347.130000', '132347.590000', '132348.050000', '132348.510000', '132348.970000', '132349.430000', '132349.890000', '132350.350000', '132350.810000', '132351.270000', '132351.730000', '132352.190000', '132352.650000', '132353.110000', '132353.570000', '132354.030000', '132354.490000', '132354.950000', '132355.410000', '132355.870000', '132356.330000', '132356.790000', '132357.250000', '132357.710000', '132358.170000', '132358.630000', '132359.090000', '132359.550000', '132400.010000', '132400.470000', '132400.930000', '132401.390000', '132401.850000', '132402.310000', '132402.770000', '132403.230000', '132403.690000', '132404.150000', '132404.610000', '132405.070000', '132405.530000', '132405.990000', '132406.450000', '132406.910000', '132407.370000', '132407.830000', '132408.290000', '132408.750000', '132409.210000', '132409.670000', '132410.130000', '132410.590000', '132411.050000', '132411.510000', '132411.970000', '132412.430000', '132412.890000', '132413.350000', '132413.810000', '132414.270000', '132414.730000', '132415.190000', '132415.650000', '132416.110000', '132416.570000', '132417.030000', '132417.490000', '132417.950000', '132418.410000', '132418.870000', '132419.330000', '132419.790000', '132420.250000', '132420.710000', '132421.170000', '132421.630000', '132422.090000', '132422.550000', '132423.010000', '132423.470000', '132423.930000', '132424.390000', '132424.850000', '132425.310000', '132425.770000', '132426.230000', '132426.690000', '132427.150000', '132427.610000', '132428.070000', '132428.530000', '132428.990000', '132429.450000', '132429.910000', '132430.370000', '132430.830000', '132431.290000', '132431.750000', '132432.210000', '132432.670000', '132433.130000', '132433.590000', '132434.050000', '132434.510000', '132434.970000', '132435.430000', '132435.890000', '132436.350000', '132436.810000', '132437.270000', '132437.730000', '132438.190000', '132438.650000', '132439.110000', '132439.570000', '132440.030000', '132440.490000', '132440.950000', '132441.410000', '132441.870000', '132442.330000', '132442.790000', '132443.250000', '132443.710000', '132444.170000', '132444.630000', '132445.090000', '132445.550000', '132446.010000', '132446.470000', '132446.930000', '132447.390000', '132447.850000', '132448.310000', '132448.770000', '132449.230000', '132449.690000', '132450.150000', '132450.610000', '132451.070000', '132451.530000', '132451.990000', '132452.450000', '132452.910000', '132453.370000', '132453.830000', '132454.290000', '132454.750000', '132455.210000', '132455.670000', '132456.130000', '132456.590000', '132457.050000', '132457.510000', '132457.970000', '132458.430000', '132458.890000', '132459.350000', '132459.810000', '132500.270000', '132500.730000', '132501.190000', '132501.650000', '132502.110000', '132502.570000', '132503.030000', '132503.490000', '132503.950000', '132504.410000', '132504.870000', '132505.330000', '132505.790000', '132506.250000', '132506.710000', '132507.170000', '132507.630000', '132508.090000', '132508.550000', '132509.010000', '132509.470000', '132509.930000', '132510.390000', '132510.850000', '132511.310000', '132511.770000', '132512.230000', '132512.690000', '132513.150000', '132513.610000', '132514.070000', '132514.530000', '132514.990000', '132515.450000', '132515.910000', '132516.370000', '132516.830000', '132517.290000', '132517.750000', '132518.210000', '132518.670000', '132519.130000', '132519.590000', '132520.050000', '132520.510000', '132520.970000', '132521.430000', '132521.890000', '132522.350000', '132522.810000', '132523.270000', '132523.730000', '132524.190000', '132524.650000', '132525.110000', '132525.570000', '132526.030000', '132526.490000', '132526.950000', '132527.410000', '132527.870000', '132528.330000', '132528.790000', '132529.250000', '132529.710000', '132530.170000', '132530.630000', '132531.090000', '132531.550000', '132532.010000', '132532.470000', '132532.930000', '132533.390000', '132533.850000', '132534.310000', '132534.770000', '132535.230000', '132535.690000', '132536.150000', '132536.610000', '132537.070000', '132537.530000', '132537.990000', '132538.450000', '132538.910000', '132539.370000', '132539.830000', '132540.290000', '132540.750000', '132541.210000', '132541.670000', '132542.130000', '132542.590000', '132543.050000', '132543.510000', '132543.970000', '132544.430000', '132544.890000', '132545.350000', '132545.810000', '132546.270000', '132546.730000', '132547.190000', '132547.650000', '132548.110000', '132548.570000', '132549.030000', '132549.490000', '132549.950000', '132550.410000', '132550.870000', '132551.330000', '132551.790000', '132552.250000', '132552.710000', '132553.170000', '132553.630000', '132554.090000', '132554.550000', '132555.010000', '132555.470000', '132555.930000', '132556.390000', '132556.850000', '132557.310000', '132557.770000', '132558.230000', '132558.690000', '132559.150000', '132559.610000', '132600.070000', '132600.530000', '132600.990000', '132601.450000', '132601.910000', '132602.370000', '132602.830000', '132603.290000', '132603.750000', '132604.210000', '132604.670000', '132605.130000', '132605.590000', '132606.050000', '132606.510000', '132606.970000', '132607.430000', '132607.890000', '132608.350000', '132608.810000', '132609.270000', '132609.730000', '132610.190000', '132610.650000', '132611.110000', '132611.570000', '132612.030000', '132612.490000', '132612.950000', '132613.410000', '132613.870000', '132614.330000', '132614.790000', '132615.250000', '132615.710000', '132616.170000', '132616.630000', '132617.090000', '132617.550000', '132618.010000', '132618.470000', '132618.930000', '132619.390000', '132619.850000', '132620.310000', '132620.770000', '132621.230000', '132621.690000', '132622.150000', '132622.610000', '132623.070000', '132623.530000', '132623.990000', '132624.450000', '132624.910000', '132625.370000', '132625.830000', '132626.290000', '132626.750000', '132627.210000', '132627.670000', '132628.130000', '132628.590000', '132629.050000', '132629.510000', '132629.970000', '132630.430000', '132630.890000', '132631.350000', '132631.810000'], 'ContentTime': ['132005.682000', '132005.686000', '132005.689000', '132005.692000', '132005.695000', '132005.698000', '132005.701000', '132005.709000', '132005.713000', '132005.715000', '132005.718000', '132005.721000', '132005.724000', '132005.728000', '132005.731000', '132005.734000', '132005.742000', '132005.745000', '132005.748000', '132005.752000', '132005.755000', '132005.758000', '132005.761000', '132005.764000', '132005.767000', '132005.770000', '132005.773000', '132005.776000', '132005.780000', '132005.783000', '132025.645000', '132025.648000', '132025.651000', '132025.654000', '132025.656000', '132025.659000', '132025.662000', '132025.665000', '132025.668000', '132025.671000', '132025.674000', '132025.677000', '132025.680000', '132025.682000', '132025.685000', '132025.688000', '132025.691000', '132025.694000', '132025.703000', '132025.706000', '132025.709000', '132025.712000', '132025.714000', '132025.717000', '132025.720000', '132025.723000', '132025.726000', '132025.729000', '132025.732000', '132025.735000', '132025.737000', '132025.740000', '132025.743000', '132025.746000', '132025.749000', '132025.752000', '132025.755000', '132025.757000', '132025.760000', '132025.763000', '132025.766000', '132025.769000', '132025.772000', '132025.775000', '132045.645000', '132045.648000', '132045.651000', '132045.654000', '132045.656000', '132045.659000', '132045.662000', '132045.665000', '132045.668000', '132045.679000', '132045.681000', '132045.684000', '132045.687000', '132045.690000', '132045.693000', '132045.696000', '132045.699000', '132045.701000', '132045.704000', '132045.707000', '132045.720000', '132045.723000', '132045.726000', '132045.729000', '132045.732000', '132045.735000', '132045.738000', '132045.741000', '132045.743000', '132045.746000', '132045.749000', '132045.752000', '132045.755000', '132045.758000', '132045.761000', '132045.763000', '132045.766000', '132045.769000', '132045.772000', '132045.775000', '132045.778000', '132045.781000', '132045.784000', '132105.645000', '132105.648000', '132105.651000', '132105.654000', '132105.656000', '132105.659000', '132105.662000', '132105.665000', '132105.668000', '132105.671000', '132105.674000', '132105.677000', '132105.680000', '132105.683000', '132105.686000', '132105.688000', '132105.691000', '132105.694000', '132105.697000', '132105.700000', '132105.703000', '132105.706000', '132105.709000', '132105.711000', '132105.714000', '132105.717000', '132105.720000', '132105.723000', '132105.726000', '132105.729000', '132105.732000', '132105.735000', '132105.737000', '132105.740000', '132105.743000', '132105.746000', '132105.749000', '132105.752000', '132105.755000', '132105.758000', '132105.761000', '132105.764000', '132105.766000', '132105.769000', '132125.644000', '132125.647000', '132125.650000', '132125.653000', '132125.656000', '132125.659000', '132125.661000', '132125.664000', '132125.667000', '132125.670000', '132125.673000', '132125.676000', '132125.679000', '132125.682000', '132125.685000', '132125.688000', '132125.691000', '132125.694000', '132125.697000', '132125.699000', '132125.702000', '132125.705000', '132125.708000', '132125.711000', '132125.714000', '132125.717000', '132125.720000', '132125.723000', '132125.726000', '132125.730000', '132125.733000', '132125.736000', '132125.739000', '132125.742000', '132125.745000', '132125.748000', '132125.751000', '132125.754000', '132125.757000', '132125.759000', '132125.762000', '132125.765000', '132125.768000', '132145.644000', '132145.647000', '132145.650000', '132145.653000', '132145.656000', '132145.659000', '132145.662000', '132145.665000', '132145.668000', '132145.670000', '132145.673000', '132145.676000', '132145.679000', '132145.682000', '132145.685000', '132145.688000', '132145.691000', '132145.694000', '132145.696000', '132145.699000', '132145.702000', '132145.705000', '132145.708000', '132145.711000', '132145.714000', '132145.717000', '132145.720000', '132145.722000', '132145.725000', '132145.728000', '132145.731000', '132145.734000', '132145.737000', '132145.740000', '132145.743000', '132145.746000', '132145.749000', '132145.751000', '132145.754000', '132145.757000', '132145.760000', '132145.763000', '132145.766000', '132145.803000', '132205.645000', '132205.648000', '132205.651000', '132205.654000', '132205.657000', '132205.660000', '132205.663000', '132205.665000', '132205.668000', '132205.671000', '132205.674000', '132205.677000', '132205.680000', '132205.683000', '132205.686000', '132205.689000', '132205.692000', '132205.695000', '132205.697000', '132205.700000', '132205.703000', '132205.706000', '132205.709000', '132205.712000', '132205.715000', '132205.718000', '132205.720000', '132205.723000', '132205.727000', '132205.733000', '132205.736000', '132205.739000', '132205.742000', '132205.744000', '132205.747000', '132205.750000', '132205.753000', '132205.756000', '132205.759000', '132205.762000', '132205.765000', '132205.768000', '132205.803000', '132225.645000', '132225.648000', '132225.651000', '132225.654000', '132225.657000', '132225.659000', '132225.677000', '132225.680000', '132225.683000', '132225.685000', '132225.688000', '132225.691000', '132225.694000', '132225.697000', '132225.700000', '132225.703000', '132225.706000', '132225.709000', '132225.712000', '132225.714000', '132225.717000', '132225.720000', '132225.723000', '132225.726000', '132225.729000', '132225.732000', '132225.735000', '132225.738000', '132225.741000', '132225.743000', '132225.746000', '132225.749000', '132225.752000', '132225.755000', '132225.758000', '132225.761000', '132225.764000', '132225.767000', '132225.796000', '132225.799000', '132225.802000', '132225.805000', '132225.807000', '132225.810000', '132245.645000', '132245.648000', '132245.651000', '132245.654000', '132245.657000', '132245.660000', '132245.663000', '132245.665000', '132245.668000', '132245.672000', '132245.675000', '132245.678000', '132245.681000', '132245.684000', '132245.687000', '132245.690000', '132245.693000', '132245.696000', '132245.699000', '132245.702000', '132245.705000', '132245.708000', '132245.711000', '132245.713000', '132245.716000', '132245.719000', '132245.722000', '132245.725000', '132245.728000', '132245.731000', '132245.734000', '132245.737000', '132245.740000', '132245.743000', '132245.746000', '132245.749000', '132245.752000', '132245.755000', '132245.757000', '132245.760000', '132245.763000', '132245.766000', '132245.805000', '132305.645000', '132305.648000', '132305.651000', '132305.654000', '132305.657000', '132305.660000', '132305.663000', '132305.666000', '132305.668000', '132305.671000', '132305.674000', '132305.677000', '132305.680000', '132305.683000', '132305.686000', '132305.689000', '132305.692000', '132305.694000', '132305.697000', '132305.700000', '132305.703000', '132305.706000', '132305.709000', '132305.712000', '132305.715000', '132305.718000', '132305.721000', '132305.724000', '132305.726000', '132305.729000', '132305.732000', '132305.735000', '132305.738000', '132305.741000', '132305.744000', '132305.747000', '132305.750000', '132305.753000', '132305.756000', '132305.759000', '132305.762000', '132305.764000', '132305.767000', '132305.814000', '132325.645000', '132325.648000', '132325.651000', '132325.654000', '132325.657000', '132325.660000', '132325.663000', '132325.666000', '132325.669000', '132325.671000', '132325.674000', '132325.677000', '132325.680000', '132325.683000', '132325.686000', '132325.689000', '132325.692000', '132325.695000', '132325.698000', '132325.700000', '132325.703000', '132325.706000', '132325.709000', '132325.712000', '132325.715000', '132325.718000', '132325.720000', '132325.723000', '132325.726000', '132325.729000', '132325.732000', '132325.735000', '132325.738000', '132325.741000', '132325.744000', '132325.747000', '132325.750000', '132325.752000', '132325.756000', '132325.759000', '132325.762000', '132325.764000', '132325.767000', '132345.644000', '132345.647000', '132345.650000', '132345.653000', '132345.656000', '132345.659000', '132345.662000', '132345.664000', '132345.667000', '132345.670000', '132345.673000', '132345.676000', '132345.679000', '132345.682000', '132345.685000', '132345.688000', '132345.691000', '132345.694000', '132345.696000', '132345.699000', '132345.702000', '132345.705000', '132345.708000', '132345.711000', '132345.714000', '132345.717000', '132345.719000', '132345.722000', '132345.725000', '132345.728000', '132345.731000', '132345.734000', '132345.737000', '132345.740000', '132345.743000', '132345.746000', '132345.749000', '132345.751000', '132345.754000', '132345.757000', '132345.760000', '132345.763000', '132345.766000', '132345.797000', '132405.644000', '132405.647000', '132405.650000', '132405.653000', '132405.656000', '132405.659000', '132405.662000', '132405.665000', '132405.668000', '132405.670000', '132405.673000', '132405.686000', '132405.689000', '132405.692000', '132405.695000', '132405.698000', '132405.701000', '132405.703000', '132405.706000', '132405.711000', '132405.714000', '132405.717000', '132405.720000', '132405.722000', '132405.725000', '132405.728000', '132405.731000', '132405.734000', '132405.737000', '132405.740000', '132405.743000', '132405.746000', '132405.749000', '132405.752000', '132405.755000', '132405.757000', '132405.760000', '132405.764000', '132405.767000', '132405.814000', '132405.817000', '132405.819000', '132405.822000', '132425.645000', '132425.648000', '132425.651000', '132425.654000', '132425.657000', '132425.660000', '132425.663000', '132425.665000', '132425.668000', '132425.671000', '132425.674000', '132425.677000', '132425.680000', '132425.683000', '132425.686000', '132425.689000', '132425.692000', '132425.695000', '132425.698000', '132425.701000', '132425.704000', '132425.707000', '132425.709000', '132425.712000', '132425.715000', '132425.718000', '132425.721000', '132425.724000', '132425.727000', '132425.730000', '132425.733000', '132425.736000', '132425.739000', '132425.741000', '132425.744000', '132425.747000', '132425.750000', '132425.753000', '132425.756000', '132425.759000', '132425.762000', '132425.765000', '132425.768000', '132425.812000', '132445.645000', '132445.648000', '132445.651000', '132445.654000', '132445.657000', '132445.660000', '132445.663000', '132445.666000', '132445.668000', '132445.671000', '132445.674000', '132445.677000', '132445.680000', '132445.683000', '132445.686000', '132445.689000', '132445.692000', '132445.695000', '132445.698000', '132445.701000', '132445.703000', '132445.706000', '132445.709000', '132445.712000', '132445.715000', '132445.718000', '132445.721000', '132445.724000', '132445.727000', '132445.730000', '132445.733000', '132445.735000', '132445.738000', '132445.741000', '132445.744000', '132445.747000', '132445.750000', '132445.753000', '132445.756000', '132445.759000', '132445.761000', '132445.764000', '132445.767000', '132505.645000', '132505.648000', '132505.651000', '132505.654000', '132505.657000', '132505.660000', '132505.662000', '132505.665000', '132505.668000', '132505.671000', '132505.674000', '132505.677000', '132505.680000', '132505.683000', '132505.686000', '132505.689000', '132505.692000', '132505.695000', '132505.698000', '132505.700000', '132505.703000', '132505.706000', '132505.709000', '132505.712000', '132505.715000', '132505.718000', '132505.721000', '132505.724000', '132505.727000', '132505.729000', '132505.732000', '132505.735000', '132505.738000', '132505.741000', '132505.744000', '132505.747000', '132505.750000', '132505.753000', '132505.755000', '132505.758000', '132505.761000', '132505.764000', '132505.767000', '132505.826000', '132525.645000', '132525.648000', '132525.651000', '132525.654000', '132525.657000', '132525.660000', '132525.663000', '132525.665000', '132525.668000', '132525.671000', '132525.674000', '132525.690000', '132525.693000', '132525.696000', '132525.699000', '132525.702000', '132525.705000', '132525.708000', '132525.711000', '132525.714000', '132525.717000', '132525.719000', '132525.722000', '132525.725000', '132525.728000', '132525.731000', '132525.734000', '132525.737000', '132525.740000', '132525.743000', '132525.747000', '132525.750000', '132525.753000', '132525.756000', '132525.761000', '132525.764000', '132525.767000', '132525.787000', '132525.790000', '132525.793000', '132525.796000', '132525.799000', '132525.802000', '132545.645000', '132545.648000', '132545.651000', '132545.654000', '132545.657000', '132545.660000', '132545.663000', '132545.666000', '132545.668000', '132545.671000', '132545.674000', '132545.677000', '132545.680000', '132545.683000', '132545.686000', '132545.689000', '132545.692000', '132545.695000', '132545.698000', '132545.700000', '132545.703000', '132545.706000', '132545.709000', '132545.712000', '132545.715000', '132545.718000', '132545.721000', '132545.724000', '132545.727000', '132545.730000', '132545.733000', '132545.735000', '132545.738000', '132545.741000', '132545.744000', '132545.747000', '132545.750000', '132545.753000', '132545.756000', '132545.759000', '132545.762000', '132545.765000', '132545.768000', '132545.817000', '132605.644000', '132605.647000', '132605.650000', '132605.653000', '132605.656000', '132605.659000', '132605.662000', '132605.665000', '132605.667000', '132605.670000', '132605.673000', '132605.676000', '132605.679000', '132605.682000', '132605.685000', '132605.688000', '132605.691000', '132605.694000', '132605.697000', '132605.699000', '132605.702000', '132605.705000', '132605.708000', '132605.711000', '132605.714000', '132605.717000', '132605.720000', '132605.723000', '132605.726000', '132605.729000', '132605.732000', '132605.734000', '132605.737000', '132605.740000', '132605.743000', '132605.746000', '132605.749000', '132605.752000', '132605.755000', '132605.758000', '132605.761000', '132605.764000', '132605.766000', '132625.644000', '132625.647000', '132625.650000', '132625.653000', '132625.656000', '132625.658000', '132625.661000', '132625.664000', '132625.667000', '132625.670000', '132625.673000', '132625.676000', '132625.679000', '132625.682000', '132625.685000', '132625.688000', '132625.691000', '132625.693000', '132625.696000', '132625.699000', '132625.702000', '132625.705000', '132625.708000', '132625.711000', '132625.714000', '132625.717000', '132625.719000', '132625.722000', '132625.725000', '132625.728000', '132625.731000', '132625.734000', '132625.737000', '132625.740000', '132625.742000', '132625.745000', '132625.748000', '132625.751000', '132625.754000', '132625.757000', '132625.760000', '132625.763000', '132625.766000', '132625.867000', '132632.566000', '132632.572000', '132632.575000', '132632.578000', '132632.581000', '132632.584000', '132632.587000', '132632.590000', '132632.593000', '132632.596000', '132632.599000', '132632.602000', '132632.605000', '132632.608000', '132632.611000'], 'InstanceCreationTime': ['132005.682000', '132005.686000', '132005.689000', '132005.692000', '132005.695000', '132005.698000', '132005.701000', '132005.709000', '132005.713000', '132005.715000', '132005.718000', '132005.721000', '132005.724000', '132005.728000', '132005.731000', '132005.734000', '132005.742000', '132005.745000', '132005.748000', '132005.752000', '132005.755000', '132005.758000', '132005.761000', '132005.764000', '132005.767000', '132005.770000', '132005.773000', '132005.776000', '132005.780000', '132005.783000', '132025.645000', '132025.648000', '132025.651000', '132025.654000', '132025.656000', '132025.659000', '132025.662000', '132025.665000', '132025.668000', '132025.671000', '132025.674000', '132025.677000', '132025.680000', '132025.682000', '132025.685000', '132025.688000', '132025.691000', '132025.694000', '132025.703000', '132025.706000', '132025.709000', '132025.712000', '132025.714000', '132025.717000', '132025.720000', '132025.723000', '132025.726000', '132025.729000', '132025.732000', '132025.735000', '132025.737000', '132025.740000', '132025.743000', '132025.746000', '132025.749000', '132025.752000', '132025.755000', '132025.757000', '132025.760000', '132025.763000', '132025.766000', '132025.769000', '132025.772000', '132025.775000', '132045.645000', '132045.648000', '132045.651000', '132045.654000', '132045.656000', '132045.659000', '132045.662000', '132045.665000', '132045.668000', '132045.679000', '132045.681000', '132045.684000', '132045.687000', '132045.690000', '132045.693000', '132045.696000', '132045.699000', '132045.701000', '132045.704000', '132045.707000', '132045.720000', '132045.723000', '132045.726000', '132045.729000', '132045.732000', '132045.735000', '132045.738000', '132045.741000', '132045.743000', '132045.746000', '132045.749000', '132045.752000', '132045.755000', '132045.758000', '132045.761000', '132045.763000', '132045.766000', '132045.769000', '132045.772000', '132045.775000', '132045.778000', '132045.781000', '132045.784000', '132105.645000', '132105.648000', '132105.651000', '132105.654000', '132105.656000', '132105.659000', '132105.662000', '132105.665000', '132105.668000', '132105.671000', '132105.674000', '132105.677000', '132105.680000', '132105.683000', '132105.686000', '132105.688000', '132105.691000', '132105.694000', '132105.697000', '132105.700000', '132105.703000', '132105.706000', '132105.709000', '132105.711000', '132105.714000', '132105.717000', '132105.720000', '132105.723000', '132105.726000', '132105.729000', '132105.732000', '132105.735000', '132105.737000', '132105.740000', '132105.743000', '132105.746000', '132105.749000', '132105.752000', '132105.755000', '132105.758000', '132105.761000', '132105.764000', '132105.766000', '132105.769000', '132125.644000', '132125.647000', '132125.650000', '132125.653000', '132125.656000', '132125.659000', '132125.661000', '132125.664000', '132125.667000', '132125.670000', '132125.673000', '132125.676000', '132125.679000', '132125.682000', '132125.685000', '132125.688000', '132125.691000', '132125.694000', '132125.697000', '132125.699000', '132125.702000', '132125.705000', '132125.708000', '132125.711000', '132125.714000', '132125.717000', '132125.720000', '132125.723000', '132125.726000', '132125.730000', '132125.733000', '132125.736000', '132125.739000', '132125.742000', '132125.745000', '132125.748000', '132125.751000', '132125.754000', '132125.757000', '132125.759000', '132125.762000', '132125.765000', '132125.768000', '132145.644000', '132145.647000', '132145.650000', '132145.653000', '132145.656000', '132145.659000', '132145.662000', '132145.665000', '132145.668000', '132145.670000', '132145.673000', '132145.676000', '132145.679000', '132145.682000', '132145.685000', '132145.688000', '132145.691000', '132145.694000', '132145.696000', '132145.699000', '132145.702000', '132145.705000', '132145.708000', '132145.711000', '132145.714000', '132145.717000', '132145.720000', '132145.722000', '132145.725000', '132145.728000', '132145.731000', '132145.734000', '132145.737000', '132145.740000', '132145.743000', '132145.746000', '132145.749000', '132145.751000', '132145.754000', '132145.757000', '132145.760000', '132145.763000', '132145.766000', '132145.803000', '132205.645000', '132205.648000', '132205.651000', '132205.654000', '132205.657000', '132205.660000', '132205.663000', '132205.665000', '132205.668000', '132205.671000', '132205.674000', '132205.677000', '132205.680000', '132205.683000', '132205.686000', '132205.689000', '132205.692000', '132205.695000', '132205.697000', '132205.700000', '132205.703000', '132205.706000', '132205.709000', '132205.712000', '132205.715000', '132205.718000', '132205.720000', '132205.723000', '132205.727000', '132205.733000', '132205.736000', '132205.739000', '132205.742000', '132205.744000', '132205.747000', '132205.750000', '132205.753000', '132205.756000', '132205.759000', '132205.762000', '132205.765000', '132205.768000', '132205.803000', '132225.645000', '132225.648000', '132225.651000', '132225.654000', '132225.657000', '132225.659000', '132225.677000', '132225.680000', '132225.683000', '132225.685000', '132225.688000', '132225.691000', '132225.694000', '132225.697000', '132225.700000', '132225.703000', '132225.706000', '132225.709000', '132225.712000', '132225.714000', '132225.717000', '132225.720000', '132225.723000', '132225.726000', '132225.729000', '132225.732000', '132225.735000', '132225.738000', '132225.741000', '132225.743000', '132225.746000', '132225.749000', '132225.752000', '132225.755000', '132225.758000', '132225.761000', '132225.764000', '132225.767000', '132225.796000', '132225.799000', '132225.802000', '132225.805000', '132225.807000', '132225.810000', '132245.645000', '132245.648000', '132245.651000', '132245.654000', '132245.657000', '132245.660000', '132245.663000', '132245.665000', '132245.668000', '132245.672000', '132245.675000', '132245.678000', '132245.681000', '132245.684000', '132245.687000', '132245.690000', '132245.693000', '132245.696000', '132245.699000', '132245.702000', '132245.705000', '132245.708000', '132245.711000', '132245.713000', '132245.716000', '132245.719000', '132245.722000', '132245.725000', '132245.728000', '132245.731000', '132245.734000', '132245.737000', '132245.740000', '132245.743000', '132245.746000', '132245.749000', '132245.752000', '132245.755000', '132245.757000', '132245.760000', '132245.763000', '132245.766000', '132245.805000', '132305.645000', '132305.648000', '132305.651000', '132305.654000', '132305.657000', '132305.660000', '132305.663000', '132305.666000', '132305.668000', '132305.671000', '132305.674000', '132305.677000', '132305.680000', '132305.683000', '132305.686000', '132305.689000', '132305.692000', '132305.694000', '132305.697000', '132305.700000', '132305.703000', '132305.706000', '132305.709000', '132305.712000', '132305.715000', '132305.718000', '132305.721000', '132305.724000', '132305.726000', '132305.729000', '132305.732000', '132305.735000', '132305.738000', '132305.741000', '132305.744000', '132305.747000', '132305.750000', '132305.753000', '132305.756000', '132305.759000', '132305.762000', '132305.764000', '132305.767000', '132305.814000', '132325.645000', '132325.648000', '132325.651000', '132325.654000', '132325.657000', '132325.660000', '132325.663000', '132325.666000', '132325.669000', '132325.671000', '132325.674000', '132325.677000', '132325.680000', '132325.683000', '132325.686000', '132325.689000', '132325.692000', '132325.695000', '132325.698000', '132325.700000', '132325.703000', '132325.706000', '132325.709000', '132325.712000', '132325.715000', '132325.718000', '132325.720000', '132325.723000', '132325.726000', '132325.729000', '132325.732000', '132325.735000', '132325.738000', '132325.741000', '132325.744000', '132325.747000', '132325.750000', '132325.752000', '132325.756000', '132325.759000', '132325.762000', '132325.764000', '132325.767000', '132345.644000', '132345.647000', '132345.650000', '132345.653000', '132345.656000', '132345.659000', '132345.662000', '132345.664000', '132345.667000', '132345.670000', '132345.673000', '132345.676000', '132345.679000', '132345.682000', '132345.685000', '132345.688000', '132345.691000', '132345.694000', '132345.696000', '132345.699000', '132345.702000', '132345.705000', '132345.708000', '132345.711000', '132345.714000', '132345.717000', '132345.719000', '132345.722000', '132345.725000', '132345.728000', '132345.731000', '132345.734000', '132345.737000', '132345.740000', '132345.743000', '132345.746000', '132345.749000', '132345.751000', '132345.754000', '132345.757000', '132345.760000', '132345.763000', '132345.766000', '132345.797000', '132405.644000', '132405.647000', '132405.650000', '132405.653000', '132405.656000', '132405.659000', '132405.662000', '132405.665000', '132405.668000', '132405.670000', '132405.673000', '132405.686000', '132405.689000', '132405.692000', '132405.695000', '132405.698000', '132405.701000', '132405.703000', '132405.706000', '132405.711000', '132405.714000', '132405.717000', '132405.720000', '132405.722000', '132405.725000', '132405.728000', '132405.731000', '132405.734000', '132405.737000', '132405.740000', '132405.743000', '132405.746000', '132405.749000', '132405.752000', '132405.755000', '132405.757000', '132405.760000', '132405.764000', '132405.767000', '132405.814000', '132405.817000', '132405.819000', '132405.822000', '132425.645000', '132425.648000', '132425.651000', '132425.654000', '132425.657000', '132425.660000', '132425.663000', '132425.665000', '132425.668000', '132425.671000', '132425.674000', '132425.677000', '132425.680000', '132425.683000', '132425.686000', '132425.689000', '132425.692000', '132425.695000', '132425.698000', '132425.701000', '132425.704000', '132425.707000', '132425.709000', '132425.712000', '132425.715000', '132425.718000', '132425.721000', '132425.724000', '132425.727000', '132425.730000', '132425.733000', '132425.736000', '132425.739000', '132425.741000', '132425.744000', '132425.747000', '132425.750000', '132425.753000', '132425.756000', '132425.759000', '132425.762000', '132425.765000', '132425.768000', '132425.812000', '132445.645000', '132445.648000', '132445.651000', '132445.654000', '132445.657000', '132445.660000', '132445.663000', '132445.666000', '132445.668000', '132445.671000', '132445.674000', '132445.677000', '132445.680000', '132445.683000', '132445.686000', '132445.689000', '132445.692000', '132445.695000', '132445.698000', '132445.701000', '132445.703000', '132445.706000', '132445.709000', '132445.712000', '132445.715000', '132445.718000', '132445.721000', '132445.724000', '132445.727000', '132445.730000', '132445.733000', '132445.735000', '132445.738000', '132445.741000', '132445.744000', '132445.747000', '132445.750000', '132445.753000', '132445.756000', '132445.759000', '132445.761000', '132445.764000', '132445.767000', '132505.645000', '132505.648000', '132505.651000', '132505.654000', '132505.657000', '132505.660000', '132505.662000', '132505.665000', '132505.668000', '132505.671000', '132505.674000', '132505.677000', '132505.680000', '132505.683000', '132505.686000', '132505.689000', '132505.692000', '132505.695000', '132505.698000', '132505.700000', '132505.703000', '132505.706000', '132505.709000', '132505.712000', '132505.715000', '132505.718000', '132505.721000', '132505.724000', '132505.727000', '132505.729000', '132505.732000', '132505.735000', '132505.738000', '132505.741000', '132505.744000', '132505.747000', '132505.750000', '132505.753000', '132505.755000', '132505.758000', '132505.761000', '132505.764000', '132505.767000', '132505.826000', '132525.645000', '132525.648000', '132525.651000', '132525.654000', '132525.657000', '132525.660000', '132525.663000', '132525.665000', '132525.668000', '132525.671000', '132525.674000', '132525.690000', '132525.693000', '132525.696000', '132525.699000', '132525.702000', '132525.705000', '132525.708000', '132525.711000', '132525.714000', '132525.717000', '132525.719000', '132525.722000', '132525.725000', '132525.728000', '132525.731000', '132525.734000', '132525.737000', '132525.740000', '132525.743000', '132525.747000', '132525.750000', '132525.753000', '132525.756000', '132525.761000', '132525.764000', '132525.767000', '132525.787000', '132525.790000', '132525.793000', '132525.796000', '132525.799000', '132525.802000', '132545.645000', '132545.648000', '132545.651000', '132545.654000', '132545.657000', '132545.660000', '132545.663000', '132545.666000', '132545.668000', '132545.671000', '132545.674000', '132545.677000', '132545.680000', '132545.683000', '132545.686000', '132545.689000', '132545.692000', '132545.695000', '132545.698000', '132545.700000', '132545.703000', '132545.706000', '132545.709000', '132545.712000', '132545.715000', '132545.718000', '132545.721000', '132545.724000', '132545.727000', '132545.730000', '132545.733000', '132545.735000', '132545.738000', '132545.741000', '132545.744000', '132545.747000', '132545.750000', '132545.753000', '132545.756000', '132545.759000', '132545.762000', '132545.765000', '132545.768000', '132545.817000', '132605.644000', '132605.647000', '132605.650000', '132605.653000', '132605.656000', '132605.659000', '132605.662000', '132605.665000', '132605.667000', '132605.670000', '132605.673000', '132605.676000', '132605.679000', '132605.682000', '132605.685000', '132605.688000', '132605.691000', '132605.694000', '132605.697000', '132605.699000', '132605.702000', '132605.705000', '132605.708000', '132605.711000', '132605.714000', '132605.717000', '132605.720000', '132605.723000', '132605.726000', '132605.729000', '132605.732000', '132605.734000', '132605.737000', '132605.740000', '132605.743000', '132605.746000', '132605.749000', '132605.752000', '132605.755000', '132605.758000', '132605.761000', '132605.764000', '132605.766000', '132625.644000', '132625.647000', '132625.650000', '132625.653000', '132625.656000', '132625.658000', '132625.661000', '132625.664000', '132625.667000', '132625.670000', '132625.673000', '132625.676000', '132625.679000', '132625.682000', '132625.685000', '132625.688000', '132625.691000', '132625.693000', '132625.696000', '132625.699000', '132625.702000', '132625.705000', '132625.708000', '132625.711000', '132625.714000', '132625.717000', '132625.719000', '132625.722000', '132625.725000', '132625.728000', '132625.731000', '132625.734000', '132625.737000', '132625.740000', '132625.742000', '132625.745000', '132625.748000', '132625.751000', '132625.754000', '132625.757000', '132625.760000', '132625.763000', '132625.766000', '132625.867000', '132632.566000', '132632.572000', '132632.575000', '132632.578000', '132632.581000', '132632.584000', '132632.587000', '132632.590000', '132632.593000', '132632.596000', '132632.599000', '132632.602000', '132632.605000', '132632.608000', '132632.611000'], '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': [8113, 10178, 7863, 9655, 7449, 8964, 6743, 10542, 6933, 10484, 7388, 12070, 7540, 11791, 7611, 10711, 7505, 9079, 8691, 8374, 11481, 7844, 12639, 7504, 12271, 7350, 11789, 7370, 12180, 7357, 10604, 7618, 10061, 7595, 9174, 7404, 8215, 7508, 7953, 7540, 7915, 8109, 7880, 8802, 7348, 8049, 7215, 7797, 7192, 7448, 7507, 10802, 7544, 11182, 7503, 10767, 7768, 9996, 7665, 8914, 7563, 8292, 7263, 7700, 7018, 7669, 7181, 7763, 7250, 8021, 7289, 8085, 8524, 7862, 11773, 7763, 12304, 7786, 11214, 7761, 9601, 7077, 8930, 7042, 8187, 7340, 8526, 7251, 8066, 7374, 7843, 9203, 7765, 10700, 7650, 10110, 7531, 9340, 6888, 8314, 6938, 8060, 7195, 7974, 7521, 7898, 7602, 7748, 10146, 8009, 11376, 8040, 10787, 7391, 9405, 6967, 8824, 7065, 8275, 7100, 8138, 7513, 7855, 7462, 7781, 9147, 7989, 11035, 7869, 11165, 7653, 10746, 7224, 10918, 7261, 10068, 7387, 8671, 7578, 8016, 8612, 7747, 10466, 7854, 11977, 7487, 12224, 7321, 7554, 7380, 9687, 7687, 11761, 7557, 10698, 7836, 10165, 7918, 9591, 7472, 8182, 8233, 7788, 9947, 7710, 10981, 7436, 10864, 7246, 8220, 7137, 7114, 7194, 7985, 7560, 11034, 7756, 11391, 7914, 10892, 7886, 9421, 7493, 8644, 7331, 8555, 7573, 8519, 7644, 8719, 7803, 8391, 7537, 7863, 7188, 8258, 7280, 7857, 7532, 8089, 7679, 8057, 10645, 7881, 12921, 7172, 12587, 8097, 9236, 7729, 7719, 8051, 7823, 8358, 8791, 8440, 9916, 8160, 10199, 8237, 10320, 8001, 12677, 8036, 12599, 8135, 11600, 7710, 11210, 7331, 11510, 7433, 10847, 7439, 10628, 7836, 9699, 7928, 9405, 8028, 9070, 7648, 8340, 7370, 7626, 7074, 7789, 6974, 7901, 7092, 8165, 7512, 8157, 7529, 7711, 7452, 7762, 10443, 7462, 11410, 7679, 10700, 7365, 10128, 7467, 11525, 7557, 12489, 7637, 11346, 7697, 10624, 7740, 9596, 7151, 9847, 7242, 7242, 7302, 7321, 7613, 10995, 7889, 11965, 7770, 11109, 7938, 11198, 7734, 10308, 7042, 9197, 6933, 8508, 7374, 8082, 7422, 7769, 7629, 7724, 8724, 7803, 9856, 7468, 8909, 7324, 7142, 7312, 7290, 7416, 9702, 7635, 11564, 7656, 10668, 7833, 9661, 7415, 8578, 7078, 8381, 7015, 8120, 7070, 8037, 7275, 8008, 7670, 7999, 9180, 7914, 12074, 7759, 11709, 7405, 11329, 7500, 11084, 7892, 9850, 7823, 9561, 7786, 9538, 7529, 8616, 7179, 8689, 7043, 8534, 7423, 9109, 7409, 8644, 7476, 8152, 7301, 7914, 8092, 7842, 11168, 7865, 12573, 7363, 12893, 7398, 12373, 7704, 12378, 7865, 11609, 7953, 10949, 7941, 10030, 7279, 10088, 7181, 9836, 7233, 9467, 7624, 9461, 7518, 9228, 7856, 8926, 7424, 8309, 7098, 8279, 7207, 8295, 7531, 8628, 7742, 8227, 7699, 8210, 7975, 8086, 7631, 8148, 7661, 8513, 7658, 8111, 7904, 8310, 7885, 8751, 7732, 8221, 9653, 8172, 9553, 8349, 8103, 7836, 7839, 8270, 7943, 8072, 7856, 7953, 7610, 7616, 7273, 8270, 7579, 8476, 7765, 9012, 7796, 8901, 7704, 8335, 7455, 8414, 7658, 8273, 7680, 8817, 7750, 8435, 7607, 7802, 10040, 7346, 10827, 7271, 10035, 7870, 7103, 8417, 11442, 7677, 10384, 7978, 9738, 7836, 9219, 7719, 8364, 7803, 8277, 10444, 7940, 12417, 8048, 12857, 8403, 11977, 8552, 11880, 8087, 11317, 7757, 10149, 7637, 8984, 7670, 8617, 7848, 8082, 8903, 8097, 11733, 7917, 11883, 7946, 10889, 7560, 10510, 7360, 7562, 7365, 7640, 7613, 8563, 7778, 11258, 7793, 11889, 7999, 11299, 7838, 10771, 7636, 11275, 7686, 11176, 7729, 11127, 7791, 10566, 7999, 9651, 7534, 9122, 7161, 8863, 7257, 8624, 7427, 9047, 7736, 9350, 8011, 9203, 7353, 9038, 7346, 9283, 7418, 9080, 7685, 9331, 7816, 9121, 7989, 8861, 7983, 9036, 7836, 8590, 7689, 8172, 7527, 8905, 7578, 8977, 7875, 9100, 7908, 9728, 7812, 9586, 7494, 10650, 7693, 11127, 7860, 11409, 7893, 11704, 7893, 10853, 7792, 10896, 7883, 11019, 7800, 10936, 8085, 11008, 7776, 10699, 7434, 11970, 7456, 10225, 7688, 8274, 8095, 10109, 8219, 11890, 8057, 12345, 7843, 12541, 7705, 12851, 7882, 12819, 7812, 11792, 7989, 11572, 7916, 10870, 7578, 11005, 7508, 11083, 7599, 10702, 7972, 11136, 8014, 10681, 7946, 10437, 7781, 10769, 7667, 10928, 7738, 10635, 8047, 10653, 7970, 10345, 7965, 9772, 7783, 9968, 7588, 10356, 7852, 10997, 7855, 10901, 8009, 11147, 7652, 10759, 7347, 11392, 7408, 11147, 7643, 10485, 7812, 10688, 7984, 10312, 7867, 10578, 7842, 10595, 7500, 11325, 7510, 11460, 7901, 10989, 8057, 10916, 7940, 10912, 7983, 10568, 7449, 11886, 7456, 12114, 7576, 10997, 7880, 10486, 7908, 9887, 8029, 9240, 7732, 9220, 7325, 9310, 7693, 9933, 7778, 10141, 7979, 9681, 7719, 9111, 7470, 9551, 7602, 9447, 7653, 10522, 7915, 11040, 8013, 11097, 8116, 10061, 7705, 9337, 7441, 9186, 7592, 9370, 7753, 9432, 7930, 9313, 8017, 9069, 7943, 8439, 7383, 8830, 7560, 8715, 7657, 8733, 7819, 8950, 7839, 8064, 7850, 8048, 7211, 8014, 7371, 8173, 7184, 9107, 7464, 9139, 7973, 8014, 9195, 7867, 10731, 7828, 11158, 8008, 10854, 7821, 10320, 7981, 9988, 8030, 8758, 8739, 8363, 10419, 8191, 10435, 7936, 10084, 7806, 9752, 7716, 11493, 7649, 11541, 7933, 10472, 7839, 10110, 7828, 9859, 7823, 9666, 7644, 9516, 7182, 8627, 6909, 9176, 7038, 9212, 7142, 9685, 7292, 9454, 7421, 8386, 7379, 8083, 8849, 7425, 9586, 7128, 9621, 7044, 7658, 7338, 8022, 7313, 9162, 7387, 11157, 7670, 10836, 7516, 10184, 7200, 10715, 7236, 10568, 7512, 10084, 7368, 9531, 7490, 9566, 6993, 9032, 6950, 9122, 7124, 9441, 7141, 9232, 7089, 7807, 7124, 7573, 7173, 7085, 6875, 7370, 7159, 8626, 7437, 9687, 7220, 9925, 7331, 10671, 7545, 10872, 7592, 10641, 7359, 9716, 6937, 10407, 7126, 9840, 7352, 10143, 7664, 10890, 7752, 11754, 7570, 12173, 7301, 10119, 7352, 7027, 7480, 7366, 7678, 7247, 7726, 7368, 7657, 7401, 7525, 6967, 8071, 7281, 9497], 'WindowCenter': [4021.0, 4035.0, 4003.0, 4012.0, 3979.0, 3997.0, 3953.0, 3991.0, 3951.0, 3990.0, 3962.0, 4002.0, 3961.0, 4000.0, 3948.0, 3979.0, 3936.0, 3957.0, 3945.0, 3945.0, 3987.0, 3947.0, 3985.0, 3934.0, 3972.0, 3922.0, 3972.0, 3933.0, 3974.0, 3934.0, 3964.0, 3934.0, 3964.0, 3935.0, 3956.0, 3935.0, 3956.0, 3935.0, 3947.0, 3946.0, 3959.0, 3959.0, 3963.0, 3981.0, 3951.0, 3960.0, 3947.0, 3947.0, 3936.0, 3935.0, 3948.0, 3988.0, 3949.0, 3989.0, 3948.0, 3979.0, 3948.0, 3980.0, 3948.0, 3957.0, 3944.0, 3956.0, 3949.0, 3948.0, 3937.0, 3946.0, 3934.0, 3945.0, 3935.0, 3958.0, 3936.0, 3959.0, 3957.0, 3958.0, 3988.0, 3947.0, 3988.0, 3946.0, 3990.0, 3960.0, 3968.0, 3937.0, 3956.0, 3923.0, 3944.0, 3935.0, 3957.0, 3935.0, 3958.0, 3947.0, 3959.0, 3968.0, 3961.0, 3990.0, 3961.0, 3978.0, 3962.0, 3992.0, 3950.0, 3959.0, 3938.0, 3958.0, 3939.0, 3960.0, 3948.0, 3959.0, 3947.0, 3959.0, 3978.0, 3958.0, 4001.0, 3958.0, 4002.0, 3960.0, 3969.0, 3936.0, 3955.0, 3934.0, 3956.0, 3936.0, 3957.0, 3936.0, 3958.0, 3937.0, 3949.0, 3969.0, 3960.0, 3988.0, 3959.0, 3988.0, 3963.0, 3993.0, 3950.0, 3978.0, 3937.0, 3967.0, 3936.0, 3957.0, 3935.0, 3946.0, 3954.0, 3946.0, 3975.0, 3946.0, 3999.0, 3949.0, 3999.0, 3947.0, 3947.0, 3949.0, 3966.0, 3960.0, 3998.0, 3948.0, 3990.0, 3948.0, 3980.0, 3959.0, 3981.0, 3948.0, 3970.0, 3957.0, 3947.0, 3966.0, 3948.0, 3990.0, 3962.0, 4003.0, 3961.0, 3968.0, 3948.0, 3938.0, 3951.0, 3960.0, 3963.0, 3990.0, 3961.0, 3989.0, 3963.0, 3991.0, 3973.0, 3984.0, 3950.0, 3970.0, 3948.0, 3969.0, 3948.0, 3971.0, 3961.0, 3969.0, 3961.0, 3972.0, 3974.0, 3973.0, 3953.0, 3969.0, 3947.0, 3960.0, 3948.0, 3960.0, 3947.0, 3961.0, 3979.0, 3959.0, 4014.0, 3953.0, 4013.0, 3958.0, 3968.0, 3960.0, 3947.0, 3957.0, 3946.0, 3959.0, 3969.0, 3971.0, 3992.0, 3971.0, 3980.0, 3959.0, 3976.0, 3948.0, 4000.0, 3947.0, 3987.0, 3948.0, 4002.0, 3959.0, 3990.0, 3947.0, 3975.0, 3934.0, 3973.0, 3935.0, 3976.0, 3945.0, 3966.0, 3947.0, 3965.0, 3959.0, 3969.0, 3949.0, 3971.0, 3950.0, 3946.0, 3935.0, 3933.0, 3924.0, 3946.0, 3936.0, 3972.0, 3949.0, 3958.0, 3947.0, 3949.0, 3947.0, 3959.0, 4001.0, 3960.0, 4001.0, 3946.0, 3976.0, 3936.0, 3966.0, 3947.0, 3986.0, 3947.0, 3987.0, 3935.0, 3975.0, 3937.0, 3975.0, 3959.0, 3979.0, 3947.0, 3976.0, 3946.0, 3947.0, 3949.0, 3948.0, 3962.0, 3990.0, 3961.0, 4001.0, 3960.0, 3990.0, 3961.0, 3989.0, 3962.0, 3993.0, 3949.0, 3970.0, 3935.0, 3956.0, 3936.0, 3958.0, 3936.0, 3947.0, 3946.0, 3947.0, 3956.0, 3959.0, 3977.0, 3961.0, 3981.0, 3948.0, 3936.0, 3948.0, 3947.0, 3949.0, 3979.0, 3960.0, 3999.0, 3960.0, 3990.0, 3948.0, 3979.0, 3951.0, 3973.0, 3949.0, 3957.0, 3934.0, 3946.0, 3926.0, 3946.0, 3935.0, 3958.0, 3946.0, 3960.0, 3967.0, 3959.0, 3987.0, 3946.0, 4001.0, 3948.0, 3987.0, 3935.0, 3976.0, 3960.0, 3975.0, 3945.0, 3966.0, 3947.0, 3968.0, 3962.0, 3970.0, 3950.0, 3967.0, 3936.0, 3955.0, 3948.0, 3967.0, 3948.0, 3968.0, 3949.0, 3959.0, 3947.0, 3961.0, 3958.0, 3961.0, 3990.0, 3972.0, 4013.0, 3948.0, 3988.0, 3935.0, 3987.0, 3947.0, 3997.0, 3957.0, 3986.0, 3947.0, 3977.0, 3958.0, 3992.0, 3961.0, 3979.0, 3937.0, 3965.0, 3935.0, 3978.0, 3958.0, 3979.0, 3947.0, 3980.0, 3960.0, 3982.0, 3952.0, 3973.0, 3952.0, 3958.0, 3948.0, 3969.0, 3960.0, 3970.0, 3959.0, 3969.0, 3960.0, 3971.0, 3960.0, 3971.0, 3973.0, 3973.0, 3947.0, 3969.0, 3947.0, 3958.0, 3959.0, 3969.0, 3959.0, 3970.0, 3948.0, 3973.0, 3981.0, 3959.0, 3965.0, 3945.0, 3943.0, 3945.0, 3934.0, 3957.0, 3944.0, 3946.0, 3945.0, 3946.0, 3961.0, 3961.0, 3948.0, 3957.0, 3946.0, 3957.0, 3947.0, 3968.0, 3948.0, 3970.0, 3949.0, 3972.0, 3962.0, 3960.0, 3947.0, 3956.0, 3946.0, 3968.0, 3947.0, 3971.0, 3958.0, 3972.0, 4004.0, 3962.0, 4002.0, 3949.0, 3980.0, 3958.0, 3949.0, 3969.0, 3999.0, 3947.0, 3978.0, 3960.0, 3980.0, 3959.0, 3981.0, 3960.0, 3986.0, 3959.0, 3970.0, 3975.0, 3959.0, 3998.0, 3947.0, 3987.0, 3945.0, 3986.0, 3944.0, 3974.0, 3947.0, 3975.0, 3934.0, 3950.0, 3920.0, 3940.0, 3919.0, 3940.0, 3931.0, 3932.0, 3940.0, 3931.0, 3971.0, 3931.0, 3971.0, 3943.0, 3987.0, 3946.0, 3974.0, 3936.0, 3933.0, 3935.0, 3948.0, 3960.0, 3970.0, 3949.0, 3988.0, 3948.0, 3988.0, 3946.0, 3991.0, 3959.0, 3988.0, 3947.0, 3975.0, 3947.0, 3986.0, 3948.0, 3988.0, 3959.0, 3991.0, 3960.0, 3993.0, 3973.0, 3981.0, 3949.0, 3968.0, 3948.0, 3971.0, 3961.0, 3980.0, 3960.0, 3993.0, 3970.0, 3983.0, 3963.0, 3982.0, 3949.0, 3979.0, 3948.0, 3969.0, 3948.0, 3968.0, 3947.0, 3968.0, 3945.0, 3968.0, 3946.0, 3968.0, 3948.0, 3957.0, 3960.0, 3958.0, 3946.0, 3955.0, 3945.0, 3955.0, 3947.0, 3966.0, 3947.0, 3978.0, 3961.0, 3980.0, 3948.0, 3977.0, 3947.0, 3987.0, 3958.0, 3987.0, 3958.0, 3998.0, 3961.0, 4001.0, 3960.0, 3991.0, 3961.0, 3989.0, 3958.0, 3989.0, 3961.0, 3989.0, 3973.0, 4002.0, 3961.0, 4000.0, 3949.0, 3979.0, 3959.0, 3959.0, 3972.0, 3989.0, 3972.0, 3999.0, 3959.0, 4000.0, 3973.0, 4013.0, 3961.0, 3999.0, 3957.0, 3996.0, 3947.0, 3989.0, 3957.0, 3987.0, 3960.0, 4002.0, 3959.0, 3988.0, 3946.0, 3986.0, 3948.0, 3988.0, 3959.0, 3988.0, 3959.0, 3989.0, 3959.0, 4005.0, 3973.0, 3991.0, 3961.0, 3987.0, 3948.0, 3978.0, 3947.0, 3977.0, 3958.0, 3977.0, 3960.0, 3991.0, 3961.0, 3978.0, 3946.0, 3977.0, 3958.0, 3988.0, 3958.0, 3988.0, 3958.0, 4003.0, 3973.0, 4001.0, 3951.0, 3990.0, 3948.0, 3987.0, 3948.0, 3988.0, 3948.0, 3990.0, 3958.0, 3978.0, 3958.0, 3979.0, 3959.0, 3991.0, 3949.0, 3986.0, 3935.0, 3986.0, 3947.0, 3976.0, 3958.0, 3976.0, 3947.0, 3988.0, 3961.0, 3990.0, 3950.0, 3998.0, 3946.0, 3987.0, 3948.0, 3988.0, 3960.0, 3977.0, 3959.0, 3978.0, 3958.0, 3983.0, 3961.0, 3979.0, 3948.0, 3967.0, 3947.0, 3978.0, 3962.0, 3990.0, 3962.0, 3980.0, 3973.0, 3983.0, 3961.0, 3980.0, 3960.0, 3978.0, 3960.0, 3991.0, 3961.0, 4000.0, 3960.0, 3989.0, 3958.0, 3993.0, 3964.0, 3980.0, 3947.0, 3966.0, 3945.0, 3966.0, 3947.0, 3967.0, 3958.0, 3969.0, 3958.0, 3968.0, 3961.0, 3972.0, 3949.0, 3968.0, 3946.0, 3956.0, 3947.0, 3969.0, 3947.0, 3968.0, 3947.0, 3960.0, 3972.0, 3971.0, 3964.0, 3959.0, 3949.0, 3958.0, 3939.0, 3966.0, 3935.0, 3968.0, 3945.0, 3957.0, 3964.0, 3958.0, 3987.0, 3947.0, 3987.0, 3958.0, 3987.0, 3948.0, 3977.0, 3946.0, 3965.0, 3933.0, 3945.0, 3957.0, 3946.0, 3977.0, 3943.0, 3961.0, 3929.0, 3950.0, 3920.0, 3949.0, 3931.0, 3961.0, 3932.0, 3971.0, 3933.0, 3961.0, 3934.0, 3963.0, 3934.0, 3963.0, 3944.0, 3965.0, 3944.0, 3978.0, 3949.0, 3968.0, 3936.0, 3955.0, 3922.0, 3952.0, 3924.0, 3965.0, 3935.0, 3966.0, 3936.0, 3956.0, 3934.0, 3961.0, 3970.0, 3949.0, 3978.0, 3948.0, 3966.0, 3935.0, 3944.0, 3947.0, 3957.0, 3948.0, 3978.0, 3950.0, 3991.0, 3960.0, 3989.0, 3949.0, 3993.0, 3951.0, 3978.0, 3948.0, 3976.0, 3951.0, 3978.0, 3947.0, 3978.0, 3950.0, 3992.0, 3952.0, 3981.0, 3949.0, 3978.0, 3948.0, 3979.0, 3939.0, 3979.0, 3936.0, 3948.0, 3935.0, 3949.0, 3938.0, 3949.0, 3939.0, 3949.0, 3950.0, 3969.0, 3961.0, 3981.0, 3961.0, 3991.0, 3963.0, 3992.0, 3962.0, 3993.0, 3950.0, 3989.0, 3949.0, 3980.0, 3938.0, 3977.0, 3936.0, 3966.0, 3935.0, 3978.0, 3948.0, 3987.0, 3947.0, 3987.0, 3948.0, 4001.0, 3949.0, 3989.0, 3947.0, 3936.0, 3947.0, 3936.0, 3948.0, 3946.0, 3961.0, 3947.0, 3959.0, 3950.0, 3949.0, 3937.0, 3957.0, 3948.0, 3978.0], 'WindowWidth': [8995.0, 8996.0, 8950.0, 8957.0, 8910.0, 8925.0, 8860.0, 8904.0, 8851.0, 8901.0, 8867.0, 8917.0, 8862.0, 8912.0, 8838.0, 8881.0, 8820.0, 8848.0, 8828.0, 8831.0, 8887.0, 8835.0, 8882.0, 8813.0, 8859.0, 8793.0, 8858.0, 8809.0, 8864.0, 8813.0, 8852.0, 8813.0, 8852.0, 8814.0, 8845.0, 8815.0, 8846.0, 8816.0, 8835.0, 8831.0, 8855.0, 8858.0, 8865.0, 8887.0, 8848.0, 8857.0, 8838.0, 8835.0, 8819.0, 8817.0, 8840.0, 8891.0, 8841.0, 8892.0, 8839.0, 8879.0, 8838.0, 8881.0, 8836.0, 8849.0, 8827.0, 8848.0, 8842.0, 8840.0, 8823.0, 8832.0, 8815.0, 8831.0, 8818.0, 8853.0, 8820.0, 8854.0, 8849.0, 8852.0, 8890.0, 8835.0, 8890.0, 8833.0, 8898.0, 8860.0, 8866.0, 8821.0, 8844.0, 8798.0, 8826.0, 8817.0, 8848.0, 8818.0, 8853.0, 8836.0, 8856.0, 8864.0, 8860.0, 8897.0, 8859.0, 8880.0, 8867.0, 8907.0, 8849.0, 8855.0, 8826.0, 8852.0, 8827.0, 8859.0, 8840.0, 8858.0, 8837.0, 8856.0, 8878.0, 8852.0, 8914.0, 8853.0, 8918.0, 8860.0, 8867.0, 8819.0, 8841.0, 8813.0, 8843.0, 8819.0, 8851.0, 8821.0, 8853.0, 8823.0, 8841.0, 8865.0, 8858.0, 8891.0, 8855.0, 8893.0, 8866.0, 8906.0, 8845.0, 8878.0, 8820.0, 8861.0, 8818.0, 8849.0, 8816.0, 8832.0, 8839.0, 8833.0, 8868.0, 8833.0, 8910.0, 8843.0, 8908.0, 8837.0, 8833.0, 8841.0, 8860.0, 8858.0, 8905.0, 8841.0, 8896.0, 8841.0, 8884.0, 8855.0, 8887.0, 8839.0, 8874.0, 8849.0, 8835.0, 8857.0, 8838.0, 8898.0, 8867.0, 8921.0, 8863.0, 8867.0, 8841.0, 8827.0, 8850.0, 8859.0, 8868.0, 8897.0, 8861.0, 8896.0, 8864.0, 8900.0, 8880.0, 8897.0, 8845.0, 8872.0, 8840.0, 8867.0, 8840.0, 8873.0, 8860.0, 8871.0, 8861.0, 8877.0, 8887.0, 8885.0, 8855.0, 8871.0, 8836.0, 8857.0, 8837.0, 8857.0, 8836.0, 8859.0, 8881.0, 8857.0, 8938.0, 8855.0, 8931.0, 8852.0, 8865.0, 8859.0, 8836.0, 8852.0, 8834.0, 8855.0, 8867.0, 8874.0, 8906.0, 8878.0, 8882.0, 8855.0, 8873.0, 8839.0, 8909.0, 8836.0, 8887.0, 8836.0, 8917.0, 8855.0, 8894.0, 8835.0, 8867.0, 8813.0, 8862.0, 8817.0, 8872.0, 8830.0, 8857.0, 8832.0, 8857.0, 8856.0, 8868.0, 8841.0, 8879.0, 8845.0, 8836.0, 8818.0, 8810.0, 8801.0, 8832.0, 8819.0, 8878.0, 8841.0, 8853.0, 8835.0, 8842.0, 8836.0, 8857.0, 8917.0, 8861.0, 8911.0, 8833.0, 8869.0, 8819.0, 8857.0, 8837.0, 8885.0, 8834.0, 8886.0, 8816.0, 8868.0, 8820.0, 8867.0, 8856.0, 8884.0, 8840.0, 8874.0, 8835.0, 8837.0, 8846.0, 8842.0, 8867.0, 8898.0, 8862.0, 8912.0, 8859.0, 8898.0, 8860.0, 8895.0, 8865.0, 8908.0, 8846.0, 8870.0, 8817.0, 8844.0, 8821.0, 8852.0, 8819.0, 8837.0, 8832.0, 8837.0, 8847.0, 8854.0, 8877.0, 8865.0, 8887.0, 8841.0, 8821.0, 8841.0, 8837.0, 8846.0, 8882.0, 8860.0, 8908.0, 8857.0, 8896.0, 8840.0, 8882.0, 8850.0, 8881.0, 8844.0, 8850.0, 8815.0, 8832.0, 8803.0, 8834.0, 8817.0, 8853.0, 8832.0, 8856.0, 8861.0, 8855.0, 8888.0, 8834.0, 8914.0, 8840.0, 8889.0, 8818.0, 8872.0, 8859.0, 8871.0, 8831.0, 8859.0, 8835.0, 8864.0, 8864.0, 8874.0, 8846.0, 8862.0, 8821.0, 8844.0, 8839.0, 8863.0, 8838.0, 8865.0, 8842.0, 8857.0, 8837.0, 8862.0, 8853.0, 8861.0, 8896.0, 8879.0, 8935.0, 8841.0, 8889.0, 8817.0, 8886.0, 8835.0, 8902.0, 8849.0, 8886.0, 8836.0, 8874.0, 8853.0, 8904.0, 8863.0, 8882.0, 8824.0, 8855.0, 8818.0, 8878.0, 8856.0, 8883.0, 8839.0, 8884.0, 8858.0, 8891.0, 8852.0, 8883.0, 8853.0, 8854.0, 8840.0, 8869.0, 8860.0, 8874.0, 8857.0, 8870.0, 8857.0, 8876.0, 8858.0, 8878.0, 8882.0, 8880.0, 8838.0, 8870.0, 8837.0, 8854.0, 8854.0, 8870.0, 8853.0, 8871.0, 8840.0, 8882.0, 8889.0, 8857.0, 8856.0, 8829.0, 8824.0, 8831.0, 8812.0, 8848.0, 8827.0, 8833.0, 8829.0, 8833.0, 8863.0, 8863.0, 8840.0, 8850.0, 8833.0, 8852.0, 8838.0, 8866.0, 8838.0, 8869.0, 8842.0, 8878.0, 8865.0, 8857.0, 8835.0, 8848.0, 8835.0, 8865.0, 8836.0, 8874.0, 8854.0, 8881.0, 8925.0, 8868.0, 8918.0, 8843.0, 8883.0, 8853.0, 8843.0, 8873.0, 8908.0, 8837.0, 8880.0, 8857.0, 8884.0, 8858.0, 8890.0, 8861.0, 8904.0, 8858.0, 8872.0, 8871.0, 8856.0, 8903.0, 8835.0, 8888.0, 8831.0, 8885.0, 8825.0, 8865.0, 8835.0, 8868.0, 8812.0, 8827.0, 8787.0, 8812.0, 8783.0, 8814.0, 8801.0, 8806.0, 8813.0, 8803.0, 8854.0, 8804.0, 8856.0, 8823.0, 8892.0, 8836.0, 8867.0, 8818.0, 8810.0, 8818.0, 8837.0, 8859.0, 8869.0, 8842.0, 8890.0, 8839.0, 8890.0, 8834.0, 8901.0, 8858.0, 8893.0, 8837.0, 8869.0, 8835.0, 8886.0, 8840.0, 8891.0, 8855.0, 8900.0, 8860.0, 8910.0, 8884.0, 8889.0, 8845.0, 8866.0, 8841.0, 8873.0, 8863.0, 8886.0, 8862.0, 8909.0, 8874.0, 8894.0, 8871.0, 8891.0, 8845.0, 8882.0, 8840.0, 8868.0, 8839.0, 8867.0, 8837.0, 8866.0, 8832.0, 8865.0, 8835.0, 8864.0, 8837.0, 8850.0, 8861.0, 8853.0, 8835.0, 8843.0, 8829.0, 8845.0, 8835.0, 8861.0, 8837.0, 8880.0, 8864.0, 8884.0, 8841.0, 8875.0, 8837.0, 8888.0, 8854.0, 8890.0, 8855.0, 8905.0, 8859.0, 8915.0, 8859.0, 8900.0, 8862.0, 8895.0, 8855.0, 8896.0, 8860.0, 8897.0, 8884.0, 8920.0, 8863.0, 8911.0, 8844.0, 8880.0, 8857.0, 8856.0, 8878.0, 8896.0, 8876.0, 8908.0, 8856.0, 8911.0, 8882.0, 8932.0, 8860.0, 8907.0, 8851.0, 8900.0, 8836.0, 8893.0, 8849.0, 8890.0, 8860.0, 8917.0, 8857.0, 8891.0, 8834.0, 8885.0, 8838.0, 8892.0, 8858.0, 8893.0, 8857.0, 8895.0, 8858.0, 8925.0, 8883.0, 8902.0, 8860.0, 8889.0, 8839.0, 8878.0, 8838.0, 8877.0, 8852.0, 8876.0, 8858.0, 8902.0, 8861.0, 8878.0, 8835.0, 8875.0, 8852.0, 8892.0, 8853.0, 8892.0, 8853.0, 8920.0, 8883.0, 8916.0, 8848.0, 8895.0, 8840.0, 8888.0, 8840.0, 8892.0, 8840.0, 8897.0, 8853.0, 8880.0, 8854.0, 8880.0, 8859.0, 8903.0, 8845.0, 8887.0, 8817.0, 8884.0, 8836.0, 8872.0, 8852.0, 8871.0, 8835.0, 8891.0, 8861.0, 8899.0, 8845.0, 8905.0, 8835.0, 8888.0, 8838.0, 8892.0, 8859.0, 8876.0, 8855.0, 8878.0, 8855.0, 8895.0, 8865.0, 8882.0, 8839.0, 8861.0, 8838.0, 8879.0, 8865.0, 8899.0, 8863.0, 8886.0, 8884.0, 8895.0, 8863.0, 8885.0, 8858.0, 8878.0, 8858.0, 8900.0, 8862.0, 8913.0, 8860.0, 8895.0, 8853.0, 8909.0, 8870.0, 8884.0, 8837.0, 8858.0, 8829.0, 8859.0, 8837.0, 8862.0, 8853.0, 8868.0, 8853.0, 8866.0, 8862.0, 8879.0, 8845.0, 8866.0, 8833.0, 8846.0, 8835.0, 8867.0, 8837.0, 8866.0, 8837.0, 8861.0, 8881.0, 8877.0, 8870.0, 8858.0, 8840.0, 8852.0, 8828.0, 8858.0, 8818.0, 8866.0, 8829.0, 8851.0, 8854.0, 8851.0, 8889.0, 8838.0, 8891.0, 8854.0, 8890.0, 8837.0, 8874.0, 8831.0, 8857.0, 8809.0, 8829.0, 8847.0, 8833.0, 8872.0, 8822.0, 8843.0, 8798.0, 8823.0, 8785.0, 8822.0, 8804.0, 8842.0, 8806.0, 8856.0, 8809.0, 8844.0, 8810.0, 8848.0, 8813.0, 8849.0, 8828.0, 8855.0, 8826.0, 8881.0, 8844.0, 8864.0, 8821.0, 8842.0, 8796.0, 8834.0, 8800.0, 8854.0, 8817.0, 8858.0, 8819.0, 8846.0, 8815.0, 8863.0, 8870.0, 8845.0, 8881.0, 8840.0, 8859.0, 8819.0, 8829.0, 8837.0, 8849.0, 8840.0, 8879.0, 8845.0, 8900.0, 8858.0, 8896.0, 8846.0, 8907.0, 8849.0, 8878.0, 8838.0, 8873.0, 8849.0, 8878.0, 8839.0, 8880.0, 8846.0, 8905.0, 8853.0, 8887.0, 8844.0, 8880.0, 8840.0, 8882.0, 8829.0, 8882.0, 8822.0, 8840.0, 8818.0, 8842.0, 8827.0, 8847.0, 8833.0, 8845.0, 8849.0, 8871.0, 8865.0, 8890.0, 8863.0, 8903.0, 8868.0, 8905.0, 8864.0, 8905.0, 8845.0, 8896.0, 8846.0, 8886.0, 8827.0, 8874.0, 8820.0, 8859.0, 8819.0, 8878.0, 8839.0, 8889.0, 8837.0, 8888.0, 8840.0, 8915.0, 8844.0, 8895.0, 8837.0, 8818.0, 8835.0, 8820.0, 8841.0, 8833.0, 8865.0, 8838.0, 8856.0, 8845.0, 8841.0, 8823.0, 8849.0, 8842.0, 8881.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.0003357422324510932</td></tr>
<tr><td colspan=3>aqi</td><td>0.01794369021864212</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.70525605767275</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2158851514400923</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9966670446659007</td></tr>
<tr><td colspan=3>efc</td><td>0.4632</td></tr>
<tr><td colspan=3>fber</td><td>5019.1772</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08326592238976226</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6823935558112773</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5934344863405445</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5663688479039077</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8052050240277913</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4087295870899346</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139744</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012222662568092346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0166630782186985</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7452715183059277</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>34.9308</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.744</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.0292</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.4725</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0681</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.5179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3193.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.271</td></tr>
<tr><td colspan=3>tsnr</td><td>44.538666689768434</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>