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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-03/func/sub-0079_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6e7963173d9f0080d374fbb45294f2d6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:15:52.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999111, -0.0386061, 0.0169271, 0.0376834, 0.997946, 0.051805]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0939845</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7761, -7281, 551, -36, -65, 62, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.013</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7bab5996-6596-4977-9b90-7267d7e0c5a8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6805419921875, 0.10110185295343399, 0.05100930109620094, 108.38714599609375], [0.10357742011547089, 2.6774160861968994, 0.13802701234817505, -91.79512023925781], [0.04541419818997383, -0.13898912072181702, 2.6959872245788574, -65.47756958007812], [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': ['121552.902500', '121553.362500', '121553.822500', '121554.282500', '121554.742500', '121555.202500', '121555.662500', '121556.122500', '121556.582500', '121557.042500', '121557.502500', '121557.962500', '121558.422500', '121558.882500', '121559.342500', '121559.802500', '121600.262500', '121600.722500', '121601.182500', '121601.642500', '121602.102500', '121602.562500', '121603.022500', '121603.482500', '121603.942500', '121604.402500', '121604.862500', '121605.322500', '121605.782500', '121606.242500', '121606.702500', '121607.162500', '121607.622500', '121608.082500', '121608.542500', '121609.002500', '121609.462500', '121609.922500', '121610.382500', '121610.842500', '121611.302500', '121611.762500', '121612.222500', '121612.682500', '121613.142500', '121613.602500', '121614.062500', '121614.522500', '121614.982500', '121615.442500', '121615.902500', '121616.362500', '121616.822500', '121617.282500', '121617.742500', '121618.202500', '121618.662500', '121619.122500', '121619.582500', '121620.042500', '121620.502500', '121620.962500', '121621.422500', '121621.882500', '121622.342500', '121622.802500', '121623.262500', '121623.722500', '121624.182500', '121624.642500', '121625.102500', '121625.562500', '121626.022500', '121626.482500', '121626.942500', '121627.402500', '121627.862500', '121628.322500', '121628.782500', '121629.242500', '121629.702500', '121630.162500', '121630.622500', '121631.082500', '121631.542500', '121632.002500', '121632.462500', '121632.922500', '121633.382500', '121633.842500', '121634.302500', '121634.762500', '121635.222500', '121635.682500', '121636.142500', '121636.602500', '121637.062500', '121637.522500', '121637.982500', '121638.442500', '121638.902500', '121639.362500', '121639.822500', '121640.282500', '121640.742500', '121641.202500', '121641.662500', '121642.122500', '121642.582500', '121643.042500', '121643.502500', '121643.962500', '121644.422500', '121644.882500', '121645.342500', '121645.802500', '121646.262500', '121646.722500', '121647.182500', '121647.642500', '121648.102500', '121648.562500', '121649.022500', '121649.482500', '121649.942500', '121650.402500', '121650.862500', '121651.322500', '121651.782500', '121652.242500', '121652.702500', '121653.162500', '121653.622500', '121654.082500', '121654.542500', '121655.002500', '121655.462500', '121655.922500', '121656.382500', '121656.842500', '121657.302500', '121657.762500', '121658.222500', '121658.682500', '121659.142500', '121659.602500', '121700.062500', '121700.522500', '121700.982500', '121701.442500', '121701.902500', '121702.362500', '121702.822500', '121703.282500', '121703.742500', '121704.202500', '121704.662500', '121705.122500', '121705.582500', '121706.042500', '121706.502500', '121706.962500', '121707.422500', '121707.882500', '121708.342500', '121708.802500', '121709.262500', '121709.722500', '121710.182500', '121710.642500', '121711.102500', '121711.562500', '121712.022500', '121712.482500', '121712.942500', '121713.402500', '121713.862500', '121714.322500', '121714.782500', '121715.242500', '121715.702500', '121716.162500', '121716.622500', '121717.082500', '121717.542500', '121718.002500', '121718.462500', '121718.922500', '121719.382500', '121719.842500', '121720.302500', '121720.762500', '121721.222500', '121721.682500', '121722.142500', '121722.602500', '121723.062500', '121723.522500', '121723.982500', '121724.442500', '121724.902500', '121725.362500', '121725.822500', '121726.282500', '121726.742500', '121727.202500', '121727.662500', '121728.122500', '121728.582500', '121729.042500', '121729.502500', '121729.962500', '121730.422500', '121730.882500', '121731.342500', '121731.802500', '121732.262500', '121732.722500', '121733.182500', '121733.642500', '121734.102500', '121734.562500', '121735.022500', '121735.482500', '121735.942500', '121736.402500', '121736.862500', '121737.322500', '121737.782500', '121738.242500', '121738.702500', '121739.162500', '121739.622500', '121740.082500', '121740.542500', '121741.002500', '121741.462500', '121741.922500', '121742.382500', '121742.842500', '121743.302500', '121743.762500', '121744.222500', '121744.682500', '121745.142500', '121745.602500', '121746.062500', '121746.522500', '121746.982500', '121747.442500', '121747.902500', '121748.362500', '121748.822500', '121749.282500', '121749.742500', '121750.202500', '121750.662500', '121751.122500', '121751.582500', '121752.042500', '121752.502500', '121752.962500', '121753.422500', '121753.882500', '121754.342500', '121754.802500', '121755.262500', '121755.722500', '121756.182500', '121756.642500', '121757.102500', '121757.562500', '121758.022500', '121758.482500', '121758.942500', '121759.402500', '121759.862500', '121800.322500', '121800.782500', '121801.242500', '121801.702500', '121802.162500', '121802.622500', '121803.082500', '121803.542500', '121804.002500', '121804.462500', '121804.922500', '121805.382500', '121805.842500', '121806.302500', '121806.762500', '121807.222500', '121807.682500', '121808.142500', '121808.602500', '121809.062500', '121809.522500', '121809.982500', '121810.442500', '121810.902500', '121811.362500', '121811.822500', '121812.282500', '121812.742500', '121813.202500', '121813.662500', '121814.122500', '121814.582500', '121815.042500', '121815.502500', '121815.962500', '121816.422500', '121816.882500', '121817.342500', '121817.802500', '121818.262500', '121818.722500', '121819.182500', '121819.642500', '121820.102500', '121820.562500', '121821.022500', '121821.482500', '121821.942500', '121822.402500', '121822.862500', '121823.322500', '121823.782500', '121824.242500', '121824.702500', '121825.162500', '121825.622500', '121826.082500', '121826.542500', '121827.002500', '121827.462500', '121827.922500', '121828.382500', '121828.842500', '121829.302500', '121829.762500', '121830.222500', '121830.682500', '121831.142500', '121831.602500', '121832.062500', '121832.522500', '121832.982500', '121833.442500', '121833.902500', '121834.362500', '121834.822500', '121835.282500', '121835.742500', '121836.202500', '121836.662500', '121837.122500', '121837.582500', '121838.042500', '121838.502500', '121838.962500', '121839.422500', '121839.882500', '121840.342500', '121840.802500', '121841.262500', '121841.722500', '121842.182500', '121842.642500', '121843.102500', '121843.562500', '121844.022500', '121844.482500', '121844.942500', '121845.402500', '121845.862500', '121846.322500', '121846.782500', '121847.242500', '121847.702500', '121848.162500', '121848.622500', '121849.082500', '121849.542500', '121850.002500', '121850.462500', '121850.922500', '121851.382500', '121851.842500', '121852.302500', '121852.762500', '121853.222500', '121853.682500', '121854.142500', '121854.602500', '121855.062500', '121855.522500', '121855.982500', '121856.442500', '121856.902500', '121857.362500', '121857.822500', '121858.282500', '121858.742500', '121859.202500', '121859.662500', '121900.122500', '121900.582500', '121901.042500', '121901.502500', '121901.962500', '121902.422500', '121902.882500', '121903.342500', '121903.802500', '121904.262500', '121904.722500', '121905.182500', '121905.642500', '121906.102500', '121906.562500', '121907.022500', '121907.482500', '121907.942500', '121908.402500', '121908.862500', '121909.322500', '121909.782500', '121910.242500', '121910.702500', '121911.162500', '121911.622500', '121912.082500', '121912.542500', '121913.002500', '121913.462500', '121913.922500', '121914.382500', '121914.842500', '121915.302500', '121915.762500', '121916.222500', '121916.682500', '121917.142500', '121917.602500', '121918.062500', '121918.522500', '121918.982500', '121919.442500', '121919.902500', '121920.362500', '121920.822500', '121921.282500', '121921.742500', '121922.202500', '121922.662500', '121923.122500', '121923.582500', '121924.042500', '121924.502500', '121924.962500', '121925.422500', '121925.882500', '121926.342500', '121926.802500', '121927.262500', '121927.722500', '121928.182500', '121928.642500', '121929.102500', '121929.562500', '121930.022500', '121930.482500', '121930.942500', '121931.402500', '121931.862500', '121932.322500', '121932.782500', '121933.242500', '121933.702500', '121934.162500', '121934.622500', '121935.082500', '121935.542500', '121936.002500', '121936.462500', '121936.922500', '121937.382500', '121937.842500', '121938.302500', '121938.762500', '121939.222500', '121939.682500', '121940.142500', '121940.602500', '121941.062500', '121941.522500', '121941.982500', '121942.442500', '121942.902500', '121943.362500', '121943.822500', '121944.282500', '121944.742500', '121945.202500', '121945.662500', '121946.122500', '121946.582500', '121947.042500', '121947.502500', '121947.962500', '121948.422500', '121948.882500', '121949.342500', '121949.802500', '121950.262500', '121950.722500', '121951.182500', '121951.642500', '121952.102500', '121952.562500', '121953.022500', '121953.482500', '121953.942500', '121954.402500', '121954.862500', '121955.322500', '121955.782500', '121956.242500', '121956.702500', '121957.162500', '121957.622500', '121958.082500', '121958.542500', '121959.002500', '121959.462500', '121959.922500', '122000.382500', '122000.842500', '122001.302500', '122001.762500', '122002.222500', '122002.682500', '122003.142500', '122003.602500', '122004.062500', '122004.522500', '122004.982500', '122005.442500', '122005.902500', '122006.362500', '122006.822500', '122007.282500', '122007.742500', '122008.202500', '122008.662500', '122009.122500', '122009.582500', '122010.042500', '122010.502500', '122010.962500', '122011.422500', '122011.882500', '122012.342500', '122012.802500', '122013.262500', '122013.722500', '122014.182500', '122014.642500', '122015.102500', '122015.562500', '122016.022500', '122016.482500', '122016.942500', '122017.402500', '122017.862500', '122018.322500', '122018.782500', '122019.242500', '122019.702500', '122020.162500', '122020.622500', '122021.082500', '122021.542500', '122022.002500', '122022.462500', '122022.922500', '122023.382500', '122023.842500', '122024.302500', '122024.762500', '122025.222500', '122025.682500', '122026.142500', '122026.602500', '122027.062500', '122027.522500', '122027.982500', '122028.442500', '122028.902500', '122029.362500', '122029.822500', '122030.282500', '122030.742500', '122031.202500', '122031.662500', '122032.122500', '122032.582500', '122033.042500', '122033.502500', '122033.962500', '122034.422500', '122034.882500', '122035.342500', '122035.802500', '122036.262500', '122036.722500', '122037.182500', '122037.642500', '122038.102500', '122038.562500', '122039.022500', '122039.482500', '122039.942500', '122040.402500', '122040.862500', '122041.322500', '122041.782500', '122042.242500', '122042.702500', '122043.162500', '122043.622500', '122044.082500', '122044.542500', '122045.002500', '122045.462500', '122045.922500', '122046.382500', '122046.842500', '122047.302500', '122047.762500', '122048.222500', '122048.682500', '122049.142500', '122049.602500', '122050.062500', '122050.522500', '122050.982500', '122051.442500', '122051.902500', '122052.362500', '122052.822500', '122053.282500', '122053.742500', '122054.202500', '122054.662500', '122055.122500', '122055.582500', '122056.042500', '122056.502500', '122056.962500', '122057.422500', '122057.882500', '122058.342500', '122058.802500', '122059.262500', '122059.722500', '122100.182500', '122100.642500', '122101.102500', '122101.562500', '122102.022500', '122102.482500', '122102.942500', '122103.402500', '122103.862500', '122104.322500', '122104.782500', '122105.242500', '122105.702500', '122106.162500', '122106.622500', '122107.082500', '122107.542500', '122108.002500', '122108.462500', '122108.922500', '122109.382500', '122109.842500', '122110.302500', '122110.762500', '122111.222500', '122111.682500', '122112.142500', '122112.602500', '122113.062500', '122113.522500', '122113.982500', '122114.442500', '122114.902500', '122115.362500', '122115.822500', '122116.282500', '122116.742500', '122117.202500', '122117.662500', '122118.122500', '122118.582500', '122119.042500', '122119.502500', '122119.962500', '122120.422500', '122120.882500', '122121.342500', '122121.802500', '122122.262500', '122122.722500', '122123.182500', '122123.642500', '122124.102500', '122124.562500', '122125.022500', '122125.482500', '122125.942500', '122126.402500', '122126.862500', '122127.322500', '122127.782500', '122128.242500', '122128.702500', '122129.162500', '122129.622500', '122130.082500', '122130.542500', '122131.002500', '122131.462500', '122131.922500', '122132.382500', '122132.842500', '122133.302500', '122133.762500', '122134.222500', '122134.682500', '122135.142500', '122135.602500', '122136.062500', '122136.522500', '122136.982500', '122137.442500', '122137.902500', '122138.362500', '122138.822500', '122139.282500', '122139.742500', '122140.202500', '122140.662500', '122141.122500', '122141.582500', '122142.042500', '122142.502500', '122142.962500', '122143.422500', '122143.882500', '122144.342500', '122144.802500', '122145.262500', '122145.722500', '122146.182500', '122146.642500', '122147.102500', '122147.562500', '122148.022500', '122148.482500', '122148.942500', '122149.402500', '122149.862500', '122150.322500', '122150.782500', '122151.242500', '122151.702500', '122152.162500', '122152.622500', '122153.082500', '122153.542500', '122154.002500', '122154.462500', '122154.922500', '122155.382500', '122155.842500', '122156.302500', '122156.762500', '122157.222500', '122157.682500', '122158.142500', '122158.602500', '122159.062500', '122159.522500', '122159.982500', '122200.442500', '122200.902500', '122201.362500', '122201.822500', '122202.282500', '122202.742500', '122203.202500', '122203.662500', '122204.122500', '122204.582500', '122205.042500', '122205.502500', '122205.962500', '122206.422500', '122206.882500', '122207.342500', '122207.802500', '122208.262500', '122208.722500', '122209.182500', '122209.642500', '122210.102500', '122210.562500', '122211.022500', '122211.482500', '122211.942500', '122212.402500', '122212.862500', '122213.322500', '122213.782500', '122214.242500', '122214.702500', '122215.162500', '122215.622500', '122216.082500', '122216.542500', '122217.002500', '122217.462500', '122217.922500', '122218.382500', '122218.842500', '122219.302500', '122219.762500', '122220.222500', '122220.682500', '122221.142500', '122221.602500', '122222.062500', '122222.522500', '122222.982500', '122223.442500', '122223.902500', '122224.362500', '122224.822500', '122225.282500', '122225.742500', '122226.202500', '122226.662500', '122227.122500', '122227.582500', '122228.042500', '122228.502500', '122228.962500', '122229.422500', '122229.882500', '122230.342500', '122230.802500', '122231.262500', '122231.722500', '122232.182500', '122232.642500', '122233.102500', '122233.562500'], 'ContentTime': ['121604.780000', '121604.783000', '121604.786000', '121604.789000', '121604.791000', '121604.794000', '121604.796000', '121604.799000', '121604.801000', '121604.804000', '121604.806000', '121604.809000', '121604.811000', '121604.814000', '121604.817000', '121604.819000', '121604.822000', '121604.824000', '121604.827000', '121604.829000', '121604.832000', '121604.835000', '121604.837000', '121604.840000', '121624.746000', '121624.748000', '121624.751000', '121624.754000', '121624.756000', '121624.759000', '121624.761000', '121624.768000', '121624.770000', '121624.773000', '121624.775000', '121624.778000', '121624.780000', '121624.783000', '121624.785000', '121624.788000', '121624.790000', '121624.793000', '121624.796000', '121624.798000', '121624.801000', '121624.803000', '121624.806000', '121624.808000', '121624.811000', '121624.813000', '121624.816000', '121624.818000', '121624.821000', '121624.823000', '121624.826000', '121624.833000', '121624.836000', '121624.838000', '121624.841000', '121624.843000', '121624.846000', '121624.848000', '121624.851000', '121624.853000', '121624.856000', '121624.858000', '121624.861000', '121624.864000', '121644.744000', '121644.747000', '121644.750000', '121644.752000', '121644.755000', '121644.757000', '121644.760000', '121644.762000', '121644.765000', '121644.767000', '121644.770000', '121644.772000', '121644.775000', '121644.778000', '121644.780000', '121644.783000', '121644.785000', '121644.788000', '121644.790000', '121644.793000', '121644.795000', '121644.798000', '121644.800000', '121644.803000', '121644.805000', '121644.808000', '121644.810000', '121644.813000', '121644.816000', '121644.818000', '121644.821000', '121644.823000', '121644.826000', '121644.828000', '121644.831000', '121644.833000', '121644.836000', '121644.838000', '121644.841000', '121644.847000', '121644.850000', '121644.853000', '121644.855000', '121704.744000', '121704.762000', '121704.765000', '121704.767000', '121704.770000', '121704.772000', '121704.775000', '121704.778000', '121704.780000', '121704.783000', '121704.785000', '121704.788000', '121704.790000', '121704.793000', '121704.795000', '121704.798000', '121704.800000', '121704.803000', '121704.806000', '121704.808000', '121704.811000', '121704.813000', '121704.816000', '121704.818000', '121704.821000', '121704.823000', '121704.826000', '121704.828000', '121704.831000', '121704.834000', '121704.836000', '121704.839000', '121704.841000', '121704.844000', '121704.846000', '121704.849000', '121704.851000', '121704.854000', '121704.856000', '121704.859000', '121704.862000', '121704.864000', '121704.867000', '121704.869000', '121724.745000', '121724.747000', '121724.750000', '121724.753000', '121724.755000', '121724.758000', '121724.760000', '121724.763000', '121724.765000', '121724.768000', '121724.771000', '121724.773000', '121724.776000', '121724.778000', '121724.781000', '121724.783000', '121724.786000', '121724.789000', '121724.791000', '121724.794000', '121724.796000', '121724.799000', '121724.801000', '121724.804000', '121724.806000', '121724.809000', '121724.812000', '121724.814000', '121724.817000', '121724.819000', '121724.822000', '121724.824000', '121724.827000', '121724.829000', '121724.832000', '121724.835000', '121724.837000', '121724.840000', '121724.842000', '121724.845000', '121724.847000', '121724.850000', '121724.853000', '121744.744000', '121744.747000', '121744.750000', '121744.752000', '121744.755000', '121744.757000', '121744.760000', '121744.763000', '121744.765000', '121744.768000', '121744.770000', '121744.773000', '121744.775000', '121744.778000', '121744.780000', '121744.783000', '121744.786000', '121744.788000', '121744.791000', '121744.793000', '121744.796000', '121744.799000', '121744.801000', '121744.804000', '121744.806000', '121744.809000', '121744.811000', '121744.814000', '121744.817000', '121744.819000', '121744.822000', '121744.824000', '121744.827000', '121744.829000', '121744.832000', '121744.834000', '121744.837000', '121744.839000', '121744.842000', '121744.845000', '121744.847000', '121744.850000', '121744.852000', '121744.855000', '121804.744000', '121804.747000', '121804.750000', '121804.752000', '121804.755000', '121804.758000', '121804.760000', '121804.763000', '121804.765000', '121804.768000', '121804.770000', '121804.773000', '121804.776000', '121804.778000', '121804.781000', '121804.783000', '121804.786000', '121804.789000', '121804.791000', '121804.794000', '121804.796000', '121804.799000', '121804.801000', '121804.804000', '121804.806000', '121804.809000', '121804.812000', '121804.815000', '121804.817000', '121804.820000', '121804.822000', '121804.825000', '121804.827000', '121804.830000', '121804.832000', '121804.835000', '121804.838000', '121804.840000', '121804.843000', '121804.845000', '121804.848000', '121804.851000', '121804.853000', '121824.745000', '121824.748000', '121824.751000', '121824.754000', '121824.756000', '121824.759000', '121824.761000', '121824.764000', '121824.766000', '121824.769000', '121824.771000', '121824.774000', '121824.776000', '121824.779000', '121824.782000', '121824.784000', '121824.787000', '121824.789000', '121824.792000', '121824.795000', '121824.797000', '121824.800000', '121824.802000', '121824.805000', '121824.807000', '121824.810000', '121824.813000', '121824.815000', '121824.818000', '121824.820000', '121824.823000', '121824.825000', '121824.828000', '121824.831000', '121824.833000', '121824.836000', '121824.838000', '121824.841000', '121824.843000', '121824.846000', '121824.883000', '121824.886000', '121824.888000', '121844.746000', '121844.748000', '121844.751000', '121844.754000', '121844.756000', '121844.759000', '121844.761000', '121844.764000', '121844.766000', '121844.769000', '121844.771000', '121844.774000', '121844.776000', '121844.779000', '121844.782000', '121844.784000', '121844.787000', '121844.789000', '121844.792000', '121844.794000', '121844.797000', '121844.799000', '121844.802000', '121844.805000', '121844.807000', '121844.810000', '121844.812000', '121844.815000', '121844.817000', '121844.820000', '121844.822000', '121844.825000', '121844.827000', '121844.830000', '121844.833000', '121844.835000', '121844.838000', '121844.840000', '121844.843000', '121844.845000', '121844.848000', '121844.850000', '121844.853000', '121844.856000', '121904.745000', '121904.747000', '121904.750000', '121904.753000', '121904.755000', '121904.758000', '121904.760000', '121904.763000', '121904.766000', '121904.769000', '121904.772000', '121904.775000', '121904.778000', '121904.781000', '121904.784000', '121904.786000', '121904.789000', '121904.791000', '121904.794000', '121904.797000', '121904.799000', '121904.802000', '121904.804000', '121904.807000', '121904.809000', '121904.812000', '121904.815000', '121904.817000', '121904.820000', '121904.822000', '121904.825000', '121904.827000', '121904.830000', '121904.833000', '121904.835000', '121904.838000', '121904.840000', '121904.843000', '121904.846000', '121904.848000', '121904.851000', '121904.853000', '121904.856000', '121924.745000', '121924.748000', '121924.750000', '121924.753000', '121924.756000', '121924.758000', '121924.761000', '121924.763000', '121924.766000', '121924.768000', '121924.771000', '121924.774000', '121924.776000', '121924.779000', '121924.781000', '121924.784000', '121924.787000', '121924.789000', '121924.792000', '121924.794000', '121924.797000', '121924.799000', '121924.802000', '121924.804000', '121924.807000', '121924.810000', '121924.812000', '121924.815000', '121924.817000', '121924.820000', '121924.823000', '121924.825000', '121924.828000', '121924.830000', '121924.833000', '121924.835000', '121924.838000', '121924.840000', '121924.843000', '121924.845000', '121924.848000', '121924.851000', '121924.853000', '121924.856000', '121944.745000', '121944.747000', '121944.750000', '121944.752000', '121944.755000', '121944.758000', '121944.760000', '121944.763000', '121944.765000', '121944.768000', '121944.771000', '121944.773000', '121944.776000', '121944.778000', '121944.781000', '121944.783000', '121944.786000', '121944.788000', '121944.791000', '121944.793000', '121944.796000', '121944.799000', '121944.801000', '121944.804000', '121944.806000', '121944.809000', '121944.811000', '121944.814000', '121944.817000', '121944.819000', '121944.822000', '121944.824000', '121944.827000', '121944.829000', '121944.832000', '121944.834000', '121944.837000', '121944.840000', '121944.842000', '121944.845000', '121944.847000', '121944.850000', '121944.852000', '121944.855000', '122004.744000', '122004.747000', '122004.750000', '122004.752000', '122004.755000', '122004.758000', '122004.760000', '122004.763000', '122004.766000', '122004.768000', '122004.771000', '122004.773000', '122004.776000', '122004.778000', '122004.781000', '122004.784000', '122004.786000', '122004.789000', '122004.791000', '122004.794000', '122004.796000', '122004.814000', '122004.817000', '122004.819000', '122004.822000', '122004.825000', '122004.827000', '122004.830000', '122004.832000', '122004.835000', '122004.837000', '122004.840000', '122004.843000', '122004.845000', '122004.848000', '122004.851000', '122004.853000', '122004.856000', '122004.858000', '122004.861000', '122004.863000', '122004.866000', '122004.869000', '122024.745000', '122024.747000', '122024.750000', '122024.754000', '122024.756000', '122024.759000', '122024.762000', '122024.764000', '122024.767000', '122024.769000', '122024.772000', '122024.774000', '122024.777000', '122024.780000', '122024.782000', '122024.785000', '122024.787000', '122024.790000', '122024.792000', '122024.795000', '122024.797000', '122024.800000', '122024.803000', '122024.805000', '122024.808000', '122024.810000', '122024.813000', '122024.816000', '122024.818000', '122024.821000', '122024.824000', '122024.826000', '122024.829000', '122024.839000', '122024.841000', '122024.844000', '122024.846000', '122024.849000', '122024.852000', '122024.854000', '122024.857000', '122024.859000', '122024.862000', '122044.746000', '122044.748000', '122044.751000', '122044.754000', '122044.756000', '122044.759000', '122044.761000', '122044.764000', '122044.767000', '122044.769000', '122044.772000', '122044.774000', '122044.777000', '122044.780000', '122044.782000', '122044.785000', '122044.787000', '122044.790000', '122044.793000', '122044.795000', '122044.798000', '122044.800000', '122044.803000', '122044.805000', '122044.808000', '122044.810000', '122044.813000', '122044.816000', '122044.818000', '122044.821000', '122044.823000', '122044.826000', '122044.829000', '122044.831000', '122044.834000', '122044.836000', '122044.839000', '122044.841000', '122044.844000', '122044.847000', '122044.849000', '122044.852000', '122044.854000', '122044.857000', '122104.745000', '122104.748000', '122104.751000', '122104.753000', '122104.756000', '122104.758000', '122104.761000', '122104.764000', '122104.766000', '122104.769000', '122104.771000', '122104.774000', '122104.776000', '122104.779000', '122104.782000', '122104.784000', '122104.787000', '122104.789000', '122104.792000', '122104.795000', '122104.798000', '122104.800000', '122104.803000', '122104.805000', '122104.808000', '122104.810000', '122104.813000', '122104.816000', '122104.818000', '122104.821000', '122104.823000', '122104.826000', '122104.828000', '122104.831000', '122104.833000', '122104.836000', '122104.838000', '122104.841000', '122104.844000', '122104.846000', '122104.849000', '122104.851000', '122104.854000', '122124.745000', '122124.747000', '122124.750000', '122124.753000', '122124.755000', '122124.758000', '122124.760000', '122124.763000', '122124.766000', '122124.768000', '122124.771000', '122124.773000', '122124.776000', '122124.778000', '122124.781000', '122124.784000', '122124.786000', '122124.789000', '122124.791000', '122124.794000', '122124.796000', '122124.799000', '122124.801000', '122124.804000', '122124.807000', '122124.809000', '122124.812000', '122124.814000', '122124.817000', '122124.819000', '122124.822000', '122124.824000', '122124.827000', '122124.836000', '122124.839000', '122124.841000', '122124.844000', '122124.846000', '122124.849000', '122124.851000', '122124.854000', '122124.857000', '122124.859000', '122124.862000', '122144.745000', '122144.747000', '122144.750000', '122144.753000', '122144.755000', '122144.758000', '122144.760000', '122144.763000', '122144.765000', '122144.768000', '122144.771000', '122144.774000', '122144.777000', '122144.779000', '122144.782000', '122144.785000', '122144.788000', '122144.791000', '122144.794000', '122144.797000', '122144.800000', '122144.802000', '122144.805000', '122144.808000', '122144.810000', '122144.813000', '122144.816000', '122144.818000', '122144.821000', '122144.824000', '122144.826000', '122144.829000', '122144.831000', '122144.834000', '122144.837000', '122144.839000', '122144.842000', '122144.844000', '122144.847000', '122144.850000', '122144.852000', '122144.855000', '122144.857000', '122204.744000', '122204.747000', '122204.750000', '122204.752000', '122204.755000', '122204.758000', '122204.760000', '122204.763000', '122204.766000', '122204.768000', '122204.771000', '122204.773000', '122204.776000', '122204.778000', '122204.781000', '122204.784000', '122204.786000', '122204.789000', '122204.792000', '122204.794000', '122204.797000', '122204.800000', '122204.802000', '122204.805000', '122204.807000', '122204.810000', '122204.812000', '122204.815000', '122204.818000', '122204.820000', '122204.823000', '122204.826000', '122204.828000', '122204.832000', '122204.835000', '122204.837000', '122204.840000', '122204.842000', '122204.845000', '122204.848000', '122204.850000', '122204.853000', '122204.855000', '122204.858000', '122224.745000', '122224.748000', '122224.750000', '122224.753000', '122224.756000', '122224.758000', '122224.761000', '122224.763000', '122224.766000', '122224.768000', '122224.771000', '122224.774000', '122224.776000', '122224.779000', '122224.781000', '122224.784000', '122224.787000', '122224.789000', '122224.792000', '122224.794000', '122224.797000', '122224.799000', '122224.802000', '122224.804000', '122224.807000', '122224.810000', '122224.812000', '122224.815000', '122224.817000', '122224.820000', '122224.822000', '122224.825000', '122224.827000', '122224.830000', '122224.833000', '122224.835000', '122224.838000', '122224.840000', '122224.843000', '122224.845000', '122224.848000', '122224.850000', '122224.853000', '122234.434000', '122234.437000', '122234.441000', '122234.443000', '122234.446000', '122234.449000', '122234.451000', '122234.454000', '122234.457000', '122234.459000', '122234.463000', '122234.466000', '122234.469000', '122234.472000', '122234.475000', '122234.478000', '122234.481000', '122234.484000', '122234.487000', '122234.489000', '122234.492000', '122234.494000'], 'InstanceCreationTime': ['121604.780000', '121604.783000', '121604.786000', '121604.789000', '121604.791000', '121604.794000', '121604.796000', '121604.799000', '121604.801000', '121604.804000', '121604.806000', '121604.809000', '121604.811000', '121604.814000', '121604.817000', '121604.819000', '121604.822000', '121604.824000', '121604.827000', '121604.829000', '121604.832000', '121604.835000', '121604.837000', '121604.840000', '121624.746000', '121624.748000', '121624.751000', '121624.754000', '121624.756000', '121624.759000', '121624.761000', '121624.768000', '121624.770000', '121624.773000', '121624.775000', '121624.778000', '121624.780000', '121624.783000', '121624.785000', '121624.788000', '121624.790000', '121624.793000', '121624.796000', '121624.798000', '121624.801000', '121624.803000', '121624.806000', '121624.808000', '121624.811000', '121624.813000', '121624.816000', '121624.818000', '121624.821000', '121624.823000', '121624.826000', '121624.833000', '121624.836000', '121624.838000', '121624.841000', '121624.843000', '121624.846000', '121624.848000', '121624.851000', '121624.853000', '121624.856000', '121624.858000', '121624.861000', '121624.864000', '121644.744000', '121644.747000', '121644.750000', '121644.752000', '121644.755000', '121644.757000', '121644.760000', '121644.762000', '121644.765000', '121644.767000', '121644.770000', '121644.772000', '121644.775000', '121644.778000', '121644.780000', '121644.783000', '121644.785000', '121644.788000', '121644.790000', '121644.793000', '121644.795000', '121644.798000', '121644.800000', '121644.803000', '121644.805000', '121644.808000', '121644.810000', '121644.813000', '121644.816000', '121644.818000', '121644.821000', '121644.823000', '121644.826000', '121644.828000', '121644.831000', '121644.833000', '121644.836000', '121644.838000', '121644.841000', '121644.847000', '121644.850000', '121644.853000', '121644.855000', '121704.744000', '121704.762000', '121704.765000', '121704.767000', '121704.770000', '121704.772000', '121704.775000', '121704.778000', '121704.780000', '121704.783000', '121704.785000', '121704.788000', '121704.790000', '121704.793000', '121704.795000', '121704.798000', '121704.800000', '121704.803000', '121704.806000', '121704.808000', '121704.811000', '121704.813000', '121704.816000', '121704.818000', '121704.821000', '121704.823000', '121704.826000', '121704.828000', '121704.831000', '121704.834000', '121704.836000', '121704.839000', '121704.841000', '121704.844000', '121704.846000', '121704.849000', '121704.851000', '121704.854000', '121704.856000', '121704.859000', '121704.862000', '121704.864000', '121704.867000', '121704.869000', '121724.745000', '121724.747000', '121724.750000', '121724.753000', '121724.755000', '121724.758000', '121724.760000', '121724.763000', '121724.765000', '121724.768000', '121724.771000', '121724.773000', '121724.776000', '121724.778000', '121724.781000', '121724.783000', '121724.786000', '121724.789000', '121724.791000', '121724.794000', '121724.796000', '121724.799000', '121724.801000', '121724.804000', '121724.806000', '121724.809000', '121724.812000', '121724.814000', '121724.817000', '121724.819000', '121724.822000', '121724.824000', '121724.827000', '121724.829000', '121724.832000', '121724.835000', '121724.837000', '121724.840000', '121724.842000', '121724.845000', '121724.847000', '121724.850000', '121724.853000', '121744.744000', '121744.747000', '121744.750000', '121744.752000', '121744.755000', '121744.757000', '121744.760000', '121744.763000', '121744.765000', '121744.768000', '121744.770000', '121744.773000', '121744.775000', '121744.778000', '121744.780000', '121744.783000', '121744.786000', '121744.788000', '121744.791000', '121744.793000', '121744.796000', '121744.799000', '121744.801000', '121744.804000', '121744.806000', '121744.809000', '121744.811000', '121744.814000', '121744.817000', '121744.819000', '121744.822000', '121744.824000', '121744.827000', '121744.829000', '121744.832000', '121744.834000', '121744.837000', '121744.839000', '121744.842000', '121744.845000', '121744.847000', '121744.850000', '121744.852000', '121744.855000', '121804.744000', '121804.747000', '121804.750000', '121804.752000', '121804.755000', '121804.758000', '121804.760000', '121804.763000', '121804.765000', '121804.768000', '121804.770000', '121804.773000', '121804.776000', '121804.778000', '121804.781000', '121804.783000', '121804.786000', '121804.789000', '121804.791000', '121804.794000', '121804.796000', '121804.799000', '121804.801000', '121804.804000', '121804.806000', '121804.809000', '121804.812000', '121804.815000', '121804.817000', '121804.820000', '121804.822000', '121804.825000', '121804.827000', '121804.830000', '121804.832000', '121804.835000', '121804.838000', '121804.840000', '121804.843000', '121804.845000', '121804.848000', '121804.851000', '121804.853000', '121824.745000', '121824.748000', '121824.751000', '121824.754000', '121824.756000', '121824.759000', '121824.761000', '121824.764000', '121824.766000', '121824.769000', '121824.771000', '121824.774000', '121824.776000', '121824.779000', '121824.782000', '121824.784000', '121824.787000', '121824.789000', '121824.792000', '121824.795000', '121824.797000', '121824.800000', '121824.802000', '121824.805000', '121824.807000', '121824.810000', '121824.813000', '121824.815000', '121824.818000', '121824.820000', '121824.823000', '121824.825000', '121824.828000', '121824.831000', '121824.833000', '121824.836000', '121824.838000', '121824.841000', '121824.843000', '121824.846000', '121824.883000', '121824.886000', '121824.888000', '121844.746000', '121844.748000', '121844.751000', '121844.754000', '121844.756000', '121844.759000', '121844.761000', '121844.764000', '121844.766000', '121844.769000', '121844.771000', '121844.774000', '121844.776000', '121844.779000', '121844.782000', '121844.784000', '121844.787000', '121844.789000', '121844.792000', '121844.794000', '121844.797000', '121844.799000', '121844.802000', '121844.805000', '121844.807000', '121844.810000', '121844.812000', '121844.815000', '121844.817000', '121844.820000', '121844.822000', '121844.825000', '121844.827000', '121844.830000', '121844.833000', '121844.835000', '121844.838000', '121844.840000', '121844.843000', '121844.845000', '121844.848000', '121844.850000', '121844.853000', '121844.856000', '121904.745000', '121904.747000', '121904.750000', '121904.753000', '121904.755000', '121904.758000', '121904.760000', '121904.763000', '121904.766000', '121904.769000', '121904.772000', '121904.775000', '121904.778000', '121904.781000', '121904.784000', '121904.786000', '121904.789000', '121904.791000', '121904.794000', '121904.797000', '121904.799000', '121904.802000', '121904.804000', '121904.807000', '121904.809000', '121904.812000', '121904.815000', '121904.817000', '121904.820000', '121904.822000', '121904.825000', '121904.827000', '121904.830000', '121904.833000', '121904.835000', '121904.838000', '121904.840000', '121904.843000', '121904.846000', '121904.848000', '121904.851000', '121904.853000', '121904.856000', '121924.745000', '121924.748000', '121924.750000', '121924.753000', '121924.756000', '121924.758000', '121924.761000', '121924.763000', '121924.766000', '121924.768000', '121924.771000', '121924.774000', '121924.776000', '121924.779000', '121924.781000', '121924.784000', '121924.787000', '121924.789000', '121924.792000', '121924.794000', '121924.797000', '121924.799000', '121924.802000', '121924.804000', '121924.807000', '121924.810000', '121924.812000', '121924.815000', '121924.817000', '121924.820000', '121924.823000', '121924.825000', '121924.828000', '121924.830000', '121924.833000', '121924.835000', '121924.838000', '121924.840000', '121924.843000', '121924.845000', '121924.848000', '121924.851000', '121924.853000', '121924.856000', '121944.745000', '121944.747000', '121944.750000', '121944.752000', '121944.755000', '121944.758000', '121944.760000', '121944.763000', '121944.765000', '121944.768000', '121944.771000', '121944.773000', '121944.776000', '121944.778000', '121944.781000', '121944.783000', '121944.786000', '121944.788000', '121944.791000', '121944.793000', '121944.796000', '121944.799000', '121944.801000', '121944.804000', '121944.806000', '121944.809000', '121944.811000', '121944.814000', '121944.817000', '121944.819000', '121944.822000', '121944.824000', '121944.827000', '121944.829000', '121944.832000', '121944.834000', '121944.837000', '121944.840000', '121944.842000', '121944.845000', '121944.847000', '121944.850000', '121944.852000', '121944.855000', '122004.744000', '122004.747000', '122004.750000', '122004.752000', '122004.755000', '122004.758000', '122004.760000', '122004.763000', '122004.766000', '122004.768000', '122004.771000', '122004.773000', '122004.776000', '122004.778000', '122004.781000', '122004.784000', '122004.786000', '122004.789000', '122004.791000', '122004.794000', '122004.796000', '122004.814000', '122004.817000', '122004.819000', '122004.822000', '122004.825000', '122004.827000', '122004.830000', '122004.832000', '122004.835000', '122004.837000', '122004.840000', '122004.843000', '122004.845000', '122004.848000', '122004.851000', '122004.853000', '122004.856000', '122004.858000', '122004.861000', '122004.863000', '122004.866000', '122004.869000', '122024.745000', '122024.747000', '122024.750000', '122024.754000', '122024.756000', '122024.759000', '122024.762000', '122024.764000', '122024.767000', '122024.769000', '122024.772000', '122024.774000', '122024.777000', '122024.780000', '122024.782000', '122024.785000', '122024.787000', '122024.790000', '122024.792000', '122024.795000', '122024.797000', '122024.800000', '122024.803000', '122024.805000', '122024.808000', '122024.810000', '122024.813000', '122024.816000', '122024.818000', '122024.821000', '122024.824000', '122024.826000', '122024.829000', '122024.839000', '122024.841000', '122024.844000', '122024.846000', '122024.849000', '122024.852000', '122024.854000', '122024.857000', '122024.859000', '122024.862000', '122044.746000', '122044.748000', '122044.751000', '122044.754000', '122044.756000', '122044.759000', '122044.761000', '122044.764000', '122044.767000', '122044.769000', '122044.772000', '122044.774000', '122044.777000', '122044.780000', '122044.782000', '122044.785000', '122044.787000', '122044.790000', '122044.793000', '122044.795000', '122044.798000', '122044.800000', '122044.803000', '122044.805000', '122044.808000', '122044.810000', '122044.813000', '122044.816000', '122044.818000', '122044.821000', '122044.823000', '122044.826000', '122044.829000', '122044.831000', '122044.834000', '122044.836000', '122044.839000', '122044.841000', '122044.844000', '122044.847000', '122044.849000', '122044.852000', '122044.854000', '122044.857000', '122104.745000', '122104.748000', '122104.751000', '122104.753000', '122104.756000', '122104.758000', '122104.761000', '122104.764000', '122104.766000', '122104.769000', '122104.771000', '122104.774000', '122104.776000', '122104.779000', '122104.782000', '122104.784000', '122104.787000', '122104.789000', '122104.792000', '122104.795000', '122104.798000', '122104.800000', '122104.803000', '122104.805000', '122104.808000', '122104.810000', '122104.813000', '122104.816000', '122104.818000', '122104.821000', '122104.823000', '122104.826000', '122104.828000', '122104.831000', '122104.833000', '122104.836000', '122104.838000', '122104.841000', '122104.844000', '122104.846000', '122104.849000', '122104.851000', '122104.854000', '122124.745000', '122124.747000', '122124.750000', '122124.753000', '122124.755000', '122124.758000', '122124.760000', '122124.763000', '122124.766000', '122124.768000', '122124.771000', '122124.773000', '122124.776000', '122124.778000', '122124.781000', '122124.784000', '122124.786000', '122124.789000', '122124.791000', '122124.794000', '122124.796000', '122124.799000', '122124.801000', '122124.804000', '122124.807000', '122124.809000', '122124.812000', '122124.814000', '122124.817000', '122124.819000', '122124.822000', '122124.824000', '122124.827000', '122124.836000', '122124.839000', '122124.841000', '122124.844000', '122124.846000', '122124.849000', '122124.851000', '122124.854000', '122124.857000', '122124.859000', '122124.862000', '122144.745000', '122144.747000', '122144.750000', '122144.753000', '122144.755000', '122144.758000', '122144.760000', '122144.763000', '122144.765000', '122144.768000', '122144.771000', '122144.774000', '122144.777000', '122144.779000', '122144.782000', '122144.785000', '122144.788000', '122144.791000', '122144.794000', '122144.797000', '122144.800000', '122144.802000', '122144.805000', '122144.808000', '122144.810000', '122144.813000', '122144.816000', '122144.818000', '122144.821000', '122144.824000', '122144.826000', '122144.829000', '122144.831000', '122144.834000', '122144.837000', '122144.839000', '122144.842000', '122144.844000', '122144.847000', '122144.850000', '122144.852000', '122144.855000', '122144.857000', '122204.744000', '122204.747000', '122204.750000', '122204.752000', '122204.755000', '122204.758000', '122204.760000', '122204.763000', '122204.766000', '122204.768000', '122204.771000', '122204.773000', '122204.776000', '122204.778000', '122204.781000', '122204.784000', '122204.786000', '122204.789000', '122204.792000', '122204.794000', '122204.797000', '122204.800000', '122204.802000', '122204.805000', '122204.807000', '122204.810000', '122204.812000', '122204.815000', '122204.818000', '122204.820000', '122204.823000', '122204.826000', '122204.828000', '122204.832000', '122204.835000', '122204.837000', '122204.840000', '122204.842000', '122204.845000', '122204.848000', '122204.850000', '122204.853000', '122204.855000', '122204.858000', '122224.745000', '122224.748000', '122224.750000', '122224.753000', '122224.756000', '122224.758000', '122224.761000', '122224.763000', '122224.766000', '122224.768000', '122224.771000', '122224.774000', '122224.776000', '122224.779000', '122224.781000', '122224.784000', '122224.787000', '122224.789000', '122224.792000', '122224.794000', '122224.797000', '122224.799000', '122224.802000', '122224.804000', '122224.807000', '122224.810000', '122224.812000', '122224.815000', '122224.817000', '122224.820000', '122224.822000', '122224.825000', '122224.827000', '122224.830000', '122224.833000', '122224.835000', '122224.838000', '122224.840000', '122224.843000', '122224.845000', '122224.848000', '122224.850000', '122224.853000', '122234.434000', '122234.437000', '122234.441000', '122234.443000', '122234.446000', '122234.449000', '122234.451000', '122234.454000', '122234.457000', '122234.459000', '122234.463000', '122234.466000', '122234.469000', '122234.472000', '122234.475000', '122234.478000', '122234.481000', '122234.484000', '122234.487000', '122234.489000', '122234.492000', '122234.494000'], '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': [7711, 11266, 7859, 8646, 7207, 7018, 7201, 10812, 7272, 14324, 9080, 12712, 7152, 11257, 6858, 13387, 8587, 10736, 7277, 10502, 7199, 12371, 7086, 11198, 7039, 6922, 6853, 7295, 7535, 14688, 9249, 14874, 9521, 13056, 7216, 8662, 9404, 7052, 17300, 9722, 12736, 7412, 6932, 6877, 13501, 6955, 9258, 8345, 9620, 7638, 7245, 12075, 6878, 13720, 8184, 12891, 8181, 11918, 6955, 8618, 7655, 7199, 14590, 9956, 9183, 7313, 8770, 6740, 14166, 8064, 12714, 9064, 14960, 6823, 9786, 7084, 7315, 11490, 7429, 7000, 6906, 7867, 7471, 6871, 6758, 7248, 14807, 11883, 13562, 9037, 17949, 10012, 11633, 10455, 11664, 10092, 10224, 7109, 8043, 7842, 7399, 11901, 7520, 9151, 6762, 12188, 6730, 9288, 6834, 7544, 8361, 8630, 7034, 7394, 7323, 7145, 7286, 7422, 9397, 12203, 6987, 7454, 7066, 6942, 16340, 9670, 18767, 12380, 16537, 8571, 11869, 7889, 8810, 13551, 11802, 9752, 7130, 13883, 6798, 12077, 7237, 10038, 7834, 11894, 6710, 8229, 6994, 7867, 8532, 8927, 9169, 9870, 7050, 7545, 12039, 6636, 13728, 8734, 15876, 8675, 11229, 6770, 8425, 7053, 7315, 10347, 8706, 6935, 7053, 7267, 6898, 11309, 7447, 12063, 7288, 9033, 6631, 11452, 7524, 12809, 8848, 11179, 6850, 10846, 6704, 7534, 8886, 7551, 8898, 8014, 6890, 7253, 7052, 7311, 11876, 8629, 14030, 8354, 12236, 6762, 11810, 6984, 9280, 12929, 10354, 17268, 9719, 11720, 6698, 9751, 7009, 8730, 7216, 12071, 6874, 9077, 6734, 7380, 6934, 7779, 7588, 12599, 7014, 7502, 7202, 7050, 17438, 11202, 17216, 12270, 13183, 8754, 8863, 7492, 7823, 8621, 11871, 6874, 8079, 7072, 7513, 7943, 7363, 8263, 8039, 7193, 7725, 7075, 6920, 9372, 6989, 9180, 6817, 8051, 7699, 17875, 11755, 8555, 7540, 6893, 7601, 6783, 7665, 14105, 9186, 16426, 11629, 11048, 6992, 10402, 6884, 11817, 8643, 14339, 8461, 12482, 6874, 9607, 6890, 8927, 7238, 10339, 6814, 8862, 6800, 7978, 8195, 7079, 15499, 10832, 15755, 11021, 11380, 8571, 6946, 16832, 9858, 16522, 9763, 12146, 6698, 8135, 6996, 7434, 7218, 7884, 7103, 7636, 10708, 7036, 11328, 7139, 9650, 8590, 8266, 7094, 7452, 7157, 7147, 7786, 8097, 6979, 7531, 7824, 7179, 14594, 8403, 12397, 8813, 13080, 6710, 8533, 6730, 8144, 7432, 14631, 8496, 10398, 6825, 8028, 7033, 7579, 13611, 11980, 8841, 7490, 7186, 7249, 12923, 7340, 14339, 9324, 15260, 7170, 9897, 7109, 11269, 8873, 11254, 6792, 8154, 8354, 6773, 7135, 6691, 13683, 11541, 15772, 11073, 11429, 7194, 8758, 7087, 11731, 12027, 13855, 11941, 7566, 12028, 6677, 11807, 7858, 11386, 6955, 7438, 6659, 8876, 6898, 8764, 6771, 10996, 6916, 8820, 7184, 7771, 7250, 7362, 13507, 10475, 10754, 6976, 15458, 14285, 18176, 13471, 11915, 7325, 9733, 8572, 14487, 9812, 6711, 7250, 6798, 7886, 13031, 8994, 14891, 9677, 10866, 6883, 12575, 6948, 11018, 8081, 14206, 8498, 10049, 7007, 7957, 6809, 7403, 10514, 9131, 8220, 7269, 8077, 7190, 12826, 7460, 10918, 7418, 10213, 7171, 7879, 6825, 7769, 6930, 11363, 11030, 11208, 6823, 8915, 7041, 8769, 11846, 9634, 14839, 9372, 13985, 6706, 9737, 7153, 7751, 9977, 10042, 6971, 7556, 7056, 7288, 13752, 8625, 14896, 9649, 15063, 7154, 10332, 6981, 7477, 13685, 8767, 15380, 8509, 8463, 7133, 10750, 7042, 9374, 7699, 10547, 8460, 7256, 8007, 7090, 10832, 7330, 8696, 7325, 8980, 6785, 7165, 6782, 7231, 8947, 7106, 9872, 7550, 6833, 7605, 13578, 7182, 9659, 8566, 10717, 11199, 9548, 7128, 7744, 6887, 7281, 13290, 9272, 12700, 7041, 8536, 6993, 12299, 7703, 11334, 9924, 12082, 6766, 7659, 6994, 7211, 14478, 8884, 15094, 8764, 10963, 6977, 8348, 7024, 8199, 8021, 13707, 7233, 8174, 7007, 8040, 11429, 10666, 7150, 7161, 7157, 9570, 12750, 15047, 16040, 8908, 18486, 11917, 12529, 8651, 11466, 8496, 12939, 7134, 7364, 6662, 9431, 6911, 11880, 11043, 7560, 7547, 6960, 7344, 7066, 7913, 9786, 7112, 8433, 18053, 11328, 12230, 9119, 13256, 10571, 12622, 6806, 7940, 7017, 7853, 6867, 7801, 6812, 6695, 10080, 10266, 7001, 6844, 6681, 6773, 6864, 6901, 7149, 7880, 9477, 14172, 12861, 15823, 16687, 14289, 16057, 14075, 13029, 10085, 11014, 13889, 10021, 15224, 8850, 13190, 7753, 9852, 6966, 7297, 7083, 6882, 7028, 6730, 7248, 10734, 12140, 12510, 11004, 6789, 8779, 7178, 11916, 11279, 13264, 7299, 6976, 7014, 9771, 7050, 10588, 7121, 10211, 8863, 6844, 7549, 7077, 9995, 7195, 11089, 7373, 11592, 10091, 14592, 6909, 9403, 7250, 6724, 6806, 7019, 8394, 6821, 10263, 7694, 12783, 10676, 14235, 6950, 9795, 6989, 8612, 7018, 7110, 8515, 6641, 10302, 6760, 9306, 6797, 7513, 13354, 7859, 7476, 6802, 7120, 7150, 7237, 6884, 7260, 7758, 6800, 14440, 15841, 15648, 8461, 6937, 7578, 11746, 7101, 12577, 7038, 9150, 6770, 6918, 6675, 6868, 8215, 6913, 7121, 7411, 6878, 6775, 6806, 6835, 8274, 10471, 9808, 16183, 17808, 13274, 17853, 13132, 13808, 14902, 11802, 18406, 13126, 19805, 14153, 7615, 7222, 7023, 9610, 7204, 8550, 11466, 7112, 12289, 6896, 10271, 6929, 9128, 6688, 8574, 6960, 8202, 6812, 9051, 6932, 7666, 7119, 7788, 7056, 6899, 9349, 6762, 12493, 8088, 11080, 7212, 10753, 7100, 12490, 7602, 10654, 6729, 12043, 9929, 6865, 7091, 6764, 9384, 7099, 10296, 6975, 9757, 7117, 8846, 6732, 8731, 7124, 6802, 6920, 7422, 6739, 8954, 6840, 12967, 7841, 12997, 13302, 16521, 9862, 11957, 7327, 12352, 8255, 11191, 6991, 8011, 7004, 7224, 6932, 8038, 6905, 9707, 7360, 6726, 7439, 6566, 9165, 7207, 11108, 7409, 12968, 9097, 10141, 7403, 6917, 7820, 7036, 10218, 9416, 13775, 11186, 7086, 7417, 7034, 6942, 6865, 9693, 7582, 8204, 14353, 10757, 17303, 14625, 16719, 12341, 15727, 12154, 10861, 7804, 6752, 8254, 7099, 8631, 7070, 8196, 7399, 7363, 7350, 6899, 7042, 8645, 6886, 8597, 7120, 8029, 7091, 6937, 11115, 6832, 12133], 'WindowCenter': [4218.0, 4242.0, 4185.0, 4190.0, 4156.0, 4154.0, 4152.0, 4193.0, 4153.0, 4214.0, 4174.0, 4192.0, 4140.0, 4180.0, 4130.0, 4202.0, 4161.0, 4181.0, 4140.0, 4181.0, 4141.0, 4218.0, 4155.0, 4193.0, 4140.0, 4152.0, 4141.0, 4151.0, 4162.0, 4214.0, 4173.0, 4214.0, 4172.0, 4206.0, 4152.0, 4161.0, 4159.0, 4139.0, 4222.0, 4170.0, 4191.0, 4138.0, 4138.0, 4140.0, 4202.0, 4141.0, 4171.0, 4160.0, 4184.0, 4150.0, 4150.0, 4191.0, 4140.0, 4203.0, 4161.0, 4201.0, 4161.0, 4191.0, 4141.0, 4161.0, 4150.0, 4151.0, 4212.0, 4184.0, 4171.0, 4151.0, 4160.0, 4141.0, 4202.0, 4149.0, 4191.0, 4161.0, 4212.0, 4141.0, 4170.0, 4140.0, 4150.0, 4193.0, 4151.0, 4151.0, 4153.0, 4162.0, 4154.0, 4155.0, 4155.0, 4178.0, 4239.0, 4208.0, 4230.0, 4187.0, 4237.0, 4183.0, 4193.0, 4181.0, 4178.0, 4167.0, 4166.0, 4141.0, 4149.0, 4146.0, 4137.0, 4177.0, 4148.0, 4158.0, 4128.0, 4190.0, 4127.0, 4157.0, 4127.0, 4147.0, 4149.0, 4148.0, 4137.0, 4137.0, 4137.0, 4139.0, 4139.0, 4151.0, 4173.0, 4192.0, 4140.0, 4150.0, 4138.0, 4139.0, 4211.0, 4170.0, 4237.0, 4190.0, 4211.0, 4148.0, 4177.0, 4136.0, 4147.0, 4187.0, 4179.0, 4155.0, 4125.0, 4186.0, 4115.0, 4176.0, 4137.0, 4156.0, 4136.0, 4176.0, 4126.0, 4145.0, 4126.0, 4147.0, 4147.0, 4157.0, 4157.0, 4156.0, 4126.0, 4136.0, 4176.0, 4126.0, 4187.0, 4146.0, 4198.0, 4145.0, 4166.0, 4126.0, 4135.0, 4126.0, 4137.0, 4156.0, 4147.0, 4125.0, 4126.0, 4136.0, 4138.0, 4179.0, 4138.0, 4189.0, 4137.0, 4160.0, 4138.0, 4180.0, 4149.0, 4189.0, 4160.0, 4178.0, 4128.0, 4178.0, 4126.0, 4137.0, 4157.0, 4138.0, 4159.0, 4147.0, 4138.0, 4138.0, 4137.0, 4149.0, 4191.0, 4160.0, 4201.0, 4148.0, 4189.0, 4127.0, 4178.0, 4138.0, 4159.0, 4188.0, 4168.0, 4221.0, 4158.0, 4178.0, 4125.0, 4156.0, 4138.0, 4157.0, 4140.0, 4190.0, 4138.0, 4158.0, 4128.0, 4137.0, 4139.0, 4150.0, 4151.0, 4204.0, 4141.0, 4150.0, 4150.0, 4153.0, 4224.0, 4181.0, 4225.0, 4191.0, 4189.0, 4147.0, 4146.0, 4136.0, 4136.0, 4147.0, 4178.0, 4127.0, 4135.0, 4125.0, 4136.0, 4148.0, 4137.0, 4148.0, 4147.0, 4127.0, 4148.0, 4126.0, 4139.0, 4169.0, 4139.0, 4171.0, 4140.0, 4166.0, 4163.0, 4235.0, 4204.0, 4174.0, 4150.0, 4152.0, 4162.0, 4141.0, 4150.0, 4201.0, 4170.0, 4212.0, 4180.0, 4179.0, 4138.0, 4168.0, 4139.0, 4190.0, 4160.0, 4201.0, 4148.0, 4189.0, 4127.0, 4157.0, 4137.0, 4158.0, 4149.0, 4181.0, 4140.0, 4171.0, 4141.0, 4161.0, 4161.0, 4152.0, 4213.0, 4183.0, 4215.0, 4181.0, 4181.0, 4148.0, 4138.0, 4210.0, 4168.0, 4211.0, 4168.0, 4178.0, 4126.0, 4146.0, 4138.0, 4137.0, 4138.0, 4149.0, 4138.0, 4151.0, 4179.0, 4139.0, 4179.0, 4138.0, 4169.0, 4159.0, 4147.0, 4127.0, 4137.0, 4127.0, 4139.0, 4148.0, 4161.0, 4138.0, 4150.0, 4149.0, 4138.0, 4200.0, 4149.0, 4192.0, 4159.0, 4190.0, 4128.0, 4157.0, 4129.0, 4148.0, 4139.0, 4213.0, 4160.0, 4169.0, 4129.0, 4149.0, 4138.0, 4149.0, 4199.0, 4192.0, 4159.0, 4137.0, 4138.0, 4137.0, 4188.0, 4137.0, 4199.0, 4170.0, 4199.0, 4127.0, 4169.0, 4141.0, 4181.0, 4174.0, 4192.0, 4142.0, 4162.0, 4162.0, 4143.0, 4140.0, 4141.0, 4204.0, 4196.0, 4213.0, 4180.0, 4179.0, 4127.0, 4147.0, 4128.0, 4178.0, 4177.0, 4187.0, 4165.0, 4124.0, 4165.0, 4115.0, 4176.0, 4137.0, 4178.0, 4125.0, 4124.0, 4127.0, 4157.0, 4138.0, 4159.0, 4140.0, 4181.0, 4140.0, 4160.0, 4140.0, 4149.0, 4150.0, 4140.0, 4201.0, 4181.0, 4179.0, 4141.0, 4225.0, 4225.0, 4239.0, 4215.0, 4193.0, 4150.0, 4170.0, 4162.0, 4215.0, 4170.0, 4129.0, 4137.0, 4128.0, 4150.0, 4202.0, 4161.0, 4214.0, 4170.0, 4181.0, 4139.0, 4178.0, 4138.0, 4168.0, 4148.0, 4201.0, 4147.0, 4156.0, 4126.0, 4135.0, 4114.0, 4125.0, 4155.0, 4156.0, 4134.0, 4124.0, 4134.0, 4124.0, 4176.0, 4136.0, 4165.0, 4136.0, 4155.0, 4125.0, 4135.0, 4126.0, 4137.0, 4151.0, 4206.0, 4195.0, 4192.0, 4140.0, 4159.0, 4139.0, 4162.0, 4191.0, 4170.0, 4212.0, 4159.0, 4201.0, 4127.0, 4157.0, 4138.0, 4148.0, 4169.0, 4171.0, 4138.0, 4149.0, 4138.0, 4149.0, 4201.0, 4160.0, 4212.0, 4170.0, 4199.0, 4138.0, 4167.0, 4126.0, 4137.0, 4188.0, 4147.0, 4210.0, 4147.0, 4145.0, 4125.0, 4166.0, 4137.0, 4157.0, 4136.0, 4179.0, 4147.0, 4136.0, 4135.0, 4125.0, 4167.0, 4137.0, 4147.0, 4138.0, 4157.0, 4127.0, 4126.0, 4140.0, 4152.0, 4170.0, 4140.0, 4182.0, 4150.0, 4139.0, 4150.0, 4200.0, 4140.0, 4172.0, 4160.0, 4183.0, 4181.0, 4169.0, 4139.0, 4148.0, 4139.0, 4150.0, 4202.0, 4173.0, 4202.0, 4140.0, 4160.0, 4141.0, 4192.0, 4150.0, 4181.0, 4182.0, 4189.0, 4128.0, 4148.0, 4138.0, 4149.0, 4200.0, 4159.0, 4212.0, 4159.0, 4180.0, 4140.0, 4148.0, 4139.0, 4148.0, 4164.0, 4214.0, 4139.0, 4159.0, 4140.0, 4175.0, 4205.0, 4183.0, 4152.0, 4151.0, 4155.0, 4187.0, 4204.0, 4227.0, 4224.0, 4175.0, 4240.0, 4207.0, 4205.0, 4163.0, 4183.0, 4161.0, 4190.0, 4127.0, 4137.0, 4130.0, 4159.0, 4141.0, 4179.0, 4168.0, 4137.0, 4135.0, 4126.0, 4125.0, 4126.0, 4135.0, 4155.0, 4114.0, 4134.0, 4196.0, 4152.0, 4152.0, 4132.0, 4164.0, 4140.0, 4149.0, 4099.0, 4106.0, 4097.0, 4119.0, 4111.0, 4133.0, 4126.0, 4139.0, 4180.0, 4181.0, 4137.0, 4138.0, 4140.0, 4141.0, 4142.0, 4151.0, 4167.0, 4179.0, 4197.0, 4226.0, 4217.0, 4240.0, 4240.0, 4216.0, 4205.0, 4179.0, 4167.0, 4131.0, 4140.0, 4161.0, 4130.0, 4171.0, 4116.0, 4146.0, 4094.0, 4113.0, 4083.0, 4094.0, 4095.0, 4095.0, 4096.0, 4098.0, 4126.0, 4165.0, 4165.0, 4163.0, 4152.0, 4114.0, 4146.0, 4139.0, 4178.0, 4181.0, 4190.0, 4126.0, 4125.0, 4142.0, 4158.0, 4129.0, 4195.0, 4153.0, 4181.0, 4158.0, 4127.0, 4138.0, 4139.0, 4169.0, 4127.0, 4183.0, 4141.0, 4178.0, 4168.0, 4199.0, 4125.0, 4146.0, 4125.0, 4099.0, 4111.0, 4139.0, 4133.0, 4099.0, 4153.0, 4125.0, 4165.0, 4142.0, 4160.0, 4098.0, 4127.0, 4098.0, 4119.0, 4096.0, 4096.0, 4117.0, 4087.0, 4127.0, 4085.0, 4128.0, 4113.0, 4123.0, 4188.0, 4135.0, 4124.0, 4127.0, 4140.0, 4138.0, 4136.0, 4138.0, 4137.0, 4139.0, 4141.0, 4202.0, 4213.0, 4200.0, 4136.0, 4127.0, 4135.0, 4177.0, 4129.0, 4191.0, 4127.0, 4158.0, 4153.0, 4150.0, 4150.0, 4140.0, 4170.0, 4162.0, 4166.0, 4164.0, 4165.0, 4169.0, 4168.0, 4169.0, 4178.0, 4195.0, 4185.0, 4217.0, 4214.0, 4177.0, 4198.0, 4162.0, 4163.0, 4174.0, 4153.0, 4198.0, 4163.0, 4195.0, 4173.0, 4109.0, 4110.0, 4110.0, 4139.0, 4111.0, 4131.0, 4152.0, 4108.0, 4150.0, 4099.0, 4140.0, 4113.0, 4131.0, 4097.0, 4119.0, 4111.0, 4132.0, 4111.0, 4130.0, 4112.0, 4121.0, 4123.0, 4121.0, 4112.0, 4122.0, 4144.0, 4124.0, 4176.0, 4146.0, 4177.0, 4138.0, 4167.0, 4125.0, 4176.0, 4138.0, 4184.0, 4142.0, 4203.0, 4169.0, 4126.0, 4126.0, 4140.0, 4169.0, 4139.0, 4180.0, 4139.0, 4169.0, 4140.0, 4158.0, 4138.0, 4157.0, 4127.0, 4126.0, 4137.0, 4135.0, 4126.0, 4157.0, 4128.0, 4202.0, 4161.0, 4201.0, 4202.0, 4208.0, 4155.0, 4164.0, 4137.0, 4178.0, 4160.0, 4181.0, 4138.0, 4147.0, 4151.0, 4135.0, 4136.0, 4150.0, 4128.0, 4158.0, 4139.0, 4140.0, 4150.0, 4141.0, 4172.0, 4140.0, 4181.0, 4154.0, 4204.0, 4163.0, 4169.0, 4139.0, 4137.0, 4149.0, 4152.0, 4192.0, 4183.0, 4225.0, 4193.0, 4152.0, 4165.0, 4165.0, 4168.0, 4157.0, 4188.0, 4153.0, 4164.0, 4203.0, 4182.0, 4227.0, 4204.0, 4214.0, 4193.0, 4202.0, 4167.0, 4155.0, 4123.0, 4102.0, 4121.0, 4111.0, 4120.0, 4111.0, 4121.0, 4111.0, 4111.0, 4111.0, 4112.0, 4112.0, 4133.0, 4112.0, 4133.0, 4127.0, 4136.0, 4125.0, 4126.0, 4179.0, 4129.0, 4178.0], 'WindowWidth': [9395.0, 9412.0, 9320.0, 9315.0, 9261.0, 9254.0, 9248.0, 9303.0, 9248.0, 9331.0, 9276.0, 9296.0, 9226.0, 9278.0, 9212.0, 9310.0, 9255.0, 9280.0, 9223.0, 9280.0, 9229.0, 9345.0, 9256.0, 9299.0, 9226.0, 9244.0, 9229.0, 9241.0, 9259.0, 9330.0, 9273.0, 9330.0, 9269.0, 9321.0, 9243.0, 9255.0, 9246.0, 9222.0, 9339.0, 9262.0, 9293.0, 9219.0, 9220.0, 9226.0, 9309.0, 9229.0, 9268.0, 9252.0, 9287.0, 9239.0, 9240.0, 9294.0, 9226.0, 9315.0, 9256.0, 9311.0, 9256.0, 9295.0, 9230.0, 9256.0, 9239.0, 9243.0, 9323.0, 9290.0, 9265.0, 9239.0, 9251.0, 9227.0, 9312.0, 9237.0, 9296.0, 9256.0, 9325.0, 9228.0, 9266.0, 9226.0, 9240.0, 9299.0, 9243.0, 9241.0, 9247.0, 9258.0, 9249.0, 9255.0, 9256.0, 9293.0, 9376.0, 9330.0, 9362.0, 9300.0, 9372.0, 9284.0, 9300.0, 9279.0, 9272.0, 9254.0, 9251.0, 9227.0, 9235.0, 9227.0, 9218.0, 9271.0, 9233.0, 9244.0, 9205.0, 9292.0, 9204.0, 9241.0, 9204.0, 9229.0, 9233.0, 9229.0, 9217.0, 9216.0, 9216.0, 9221.0, 9222.0, 9240.0, 9273.0, 9296.0, 9227.0, 9238.0, 9219.0, 9221.0, 9324.0, 9265.0, 9367.0, 9291.0, 9321.0, 9232.0, 9270.0, 9212.0, 9229.0, 9281.0, 9274.0, 9235.0, 9196.0, 9280.0, 9183.0, 9267.0, 9217.0, 9240.0, 9212.0, 9264.0, 9199.0, 9224.0, 9200.0, 9230.0, 9228.0, 9242.0, 9243.0, 9238.0, 9198.0, 9213.0, 9264.0, 9198.0, 9283.0, 9225.0, 9301.0, 9223.0, 9253.0, 9200.0, 9208.0, 9198.0, 9213.0, 9237.0, 9229.0, 9197.0, 9199.0, 9212.0, 9219.0, 9276.0, 9221.0, 9289.0, 9217.0, 9249.0, 9221.0, 9279.0, 9235.0, 9290.0, 9253.0, 9273.0, 9206.0, 9273.0, 9199.0, 9217.0, 9242.0, 9218.0, 9246.0, 9229.0, 9219.0, 9219.0, 9218.0, 9237.0, 9292.0, 9253.0, 9308.0, 9233.0, 9289.0, 9205.0, 9273.0, 9219.0, 9248.0, 9285.0, 9259.0, 9335.0, 9242.0, 9270.0, 9198.0, 9242.0, 9220.0, 9244.0, 9225.0, 9291.0, 9221.0, 9247.0, 9206.0, 9215.0, 9223.0, 9240.0, 9241.0, 9316.0, 9228.0, 9239.0, 9240.0, 9246.0, 9346.0, 9281.0, 9350.0, 9291.0, 9289.0, 9228.0, 9225.0, 9213.0, 9212.0, 9229.0, 9272.0, 9201.0, 9210.0, 9199.0, 9215.0, 9232.0, 9216.0, 9232.0, 9231.0, 9203.0, 9232.0, 9202.0, 9222.0, 9264.0, 9224.0, 9268.0, 9225.0, 9271.0, 9262.0, 9363.0, 9318.0, 9277.0, 9239.0, 9245.0, 9259.0, 9229.0, 9241.0, 9310.0, 9265.0, 9328.0, 9278.0, 9275.0, 9220.0, 9258.0, 9222.0, 9292.0, 9251.0, 9310.0, 9234.0, 9290.0, 9206.0, 9242.0, 9218.0, 9246.0, 9237.0, 9284.0, 9227.0, 9269.0, 9232.0, 9258.0, 9257.0, 9246.0, 9331.0, 9287.0, 9333.0, 9279.0, 9281.0, 9232.0, 9218.0, 9320.0, 9258.0, 9324.0, 9258.0, 9275.0, 9202.0, 9227.0, 9220.0, 9218.0, 9221.0, 9237.0, 9220.0, 9240.0, 9277.0, 9222.0, 9276.0, 9220.0, 9264.0, 9248.0, 9229.0, 9203.0, 9215.0, 9201.0, 9222.0, 9233.0, 9256.0, 9220.0, 9238.0, 9236.0, 9219.0, 9306.0, 9235.0, 9296.0, 9248.0, 9290.0, 9208.0, 9244.0, 9209.0, 9235.0, 9223.0, 9330.0, 9251.0, 9263.0, 9209.0, 9235.0, 9221.0, 9236.0, 9302.0, 9297.0, 9245.0, 9216.0, 9219.0, 9216.0, 9286.0, 9217.0, 9304.0, 9265.0, 9301.0, 9204.0, 9259.0, 9226.0, 9280.0, 9277.0, 9296.0, 9230.0, 9257.0, 9256.0, 9231.0, 9223.0, 9228.0, 9317.0, 9307.0, 9328.0, 9275.0, 9274.0, 9202.0, 9229.0, 9203.0, 9272.0, 9266.0, 9281.0, 9246.0, 9191.0, 9247.0, 9182.0, 9266.0, 9215.0, 9271.0, 9197.0, 9195.0, 9204.0, 9243.0, 9220.0, 9250.0, 9227.0, 9282.0, 9227.0, 9251.0, 9224.0, 9234.0, 9239.0, 9226.0, 9307.0, 9281.0, 9274.0, 9229.0, 9350.0, 9351.0, 9382.0, 9334.0, 9299.0, 9239.0, 9265.0, 9257.0, 9333.0, 9263.0, 9209.0, 9216.0, 9206.0, 9238.0, 9310.0, 9253.0, 9330.0, 9264.0, 9278.0, 9221.0, 9274.0, 9220.0, 9259.0, 9232.0, 9308.0, 9227.0, 9238.0, 9199.0, 9209.0, 9179.0, 9196.0, 9236.0, 9240.0, 9207.0, 9194.0, 9206.0, 9193.0, 9265.0, 9212.0, 9251.0, 9214.0, 9236.0, 9199.0, 9208.0, 9201.0, 9216.0, 9244.0, 9324.0, 9307.0, 9297.0, 9227.0, 9247.0, 9222.0, 9255.0, 9292.0, 9266.0, 9324.0, 9246.0, 9308.0, 9203.0, 9244.0, 9221.0, 9234.0, 9260.0, 9268.0, 9219.0, 9234.0, 9218.0, 9237.0, 9310.0, 9252.0, 9325.0, 9264.0, 9301.0, 9219.0, 9255.0, 9199.0, 9218.0, 9285.0, 9228.0, 9319.0, 9227.0, 9225.0, 9198.0, 9253.0, 9217.0, 9243.0, 9216.0, 9276.0, 9229.0, 9213.0, 9212.0, 9199.0, 9257.0, 9217.0, 9230.0, 9222.0, 9243.0, 9206.0, 9202.0, 9225.0, 9244.0, 9266.0, 9226.0, 9285.0, 9238.0, 9224.0, 9238.0, 9307.0, 9226.0, 9270.0, 9250.0, 9287.0, 9281.0, 9262.0, 9223.0, 9234.0, 9224.0, 9240.0, 9311.0, 9277.0, 9311.0, 9225.0, 9252.0, 9229.0, 9298.0, 9238.0, 9282.0, 9283.0, 9289.0, 9208.0, 9233.0, 9218.0, 9237.0, 9307.0, 9248.0, 9327.0, 9247.0, 9278.0, 9225.0, 9233.0, 9222.0, 9231.0, 9265.0, 9331.0, 9224.0, 9251.0, 9227.0, 9285.0, 9323.0, 9287.0, 9247.0, 9244.0, 9256.0, 9300.0, 9318.0, 9356.0, 9343.0, 9281.0, 9383.0, 9326.0, 9322.0, 9257.0, 9286.0, 9254.0, 9289.0, 9201.0, 9216.0, 9209.0, 9246.0, 9223.0, 9272.0, 9256.0, 9213.0, 9208.0, 9198.0, 9197.0, 9201.0, 9208.0, 9233.0, 9179.0, 9205.0, 9295.0, 9222.0, 9227.0, 9197.0, 9244.0, 9204.0, 9216.0, 9150.0, 9155.0, 9146.0, 9179.0, 9172.0, 9206.0, 9203.0, 9227.0, 9280.0, 9284.0, 9220.0, 9224.0, 9228.0, 9230.0, 9233.0, 9244.0, 9276.0, 9296.0, 9315.0, 9356.0, 9345.0, 9381.0, 9382.0, 9336.0, 9327.0, 9272.0, 9252.0, 9191.0, 9203.0, 9233.0, 9190.0, 9247.0, 9166.0, 9207.0, 9133.0, 9158.0, 9117.0, 9133.0, 9138.0, 9138.0, 9140.0, 9147.0, 9199.0, 9249.0, 9248.0, 9242.0, 9227.0, 9178.0, 9225.0, 9224.0, 9273.0, 9278.0, 9291.0, 9195.0, 9194.0, 9229.0, 9243.0, 9206.0, 9307.0, 9248.0, 9282.0, 9245.0, 9201.0, 9216.0, 9220.0, 9258.0, 9201.0, 9284.0, 9226.0, 9268.0, 9256.0, 9303.0, 9193.0, 9219.0, 9192.0, 9150.0, 9169.0, 9225.0, 9202.0, 9152.0, 9227.0, 9191.0, 9247.0, 9211.0, 9231.0, 9146.0, 9183.0, 9145.0, 9173.0, 9140.0, 9141.0, 9169.0, 9130.0, 9183.0, 9126.0, 9186.0, 9177.0, 9192.0, 9288.0, 9210.0, 9194.0, 9202.0, 9225.0, 9220.0, 9214.0, 9219.0, 9216.0, 9219.0, 9230.0, 9310.0, 9330.0, 9300.0, 9209.0, 9198.0, 9207.0, 9267.0, 9205.0, 9291.0, 9202.0, 9245.0, 9250.0, 9242.0, 9244.0, 9230.0, 9271.0, 9264.0, 9275.0, 9270.0, 9273.0, 9281.0, 9280.0, 9282.0, 9287.0, 9305.0, 9289.0, 9344.0, 9335.0, 9265.0, 9298.0, 9235.0, 9238.0, 9251.0, 9226.0, 9300.0, 9237.0, 9295.0, 9254.0, 9163.0, 9166.0, 9167.0, 9202.0, 9165.0, 9192.0, 9222.0, 9160.0, 9219.0, 9148.0, 9204.0, 9174.0, 9194.0, 9146.0, 9174.0, 9169.0, 9197.0, 9168.0, 9193.0, 9172.0, 9183.0, 9189.0, 9186.0, 9173.0, 9187.0, 9219.0, 9195.0, 9268.0, 9227.0, 9268.0, 9219.0, 9254.0, 9193.0, 9265.0, 9214.0, 9289.0, 9232.0, 9315.0, 9261.0, 9196.0, 9196.0, 9224.0, 9261.0, 9223.0, 9277.0, 9221.0, 9261.0, 9223.0, 9245.0, 9221.0, 9243.0, 9201.0, 9199.0, 9215.0, 9212.0, 9200.0, 9242.0, 9207.0, 9316.0, 9256.0, 9311.0, 9311.0, 9313.0, 9234.0, 9247.0, 9216.0, 9272.0, 9251.0, 9282.0, 9220.0, 9231.0, 9243.0, 9212.0, 9215.0, 9236.0, 9203.0, 9243.0, 9219.0, 9224.0, 9238.0, 9228.0, 9269.0, 9225.0, 9281.0, 9246.0, 9316.0, 9259.0, 9260.0, 9218.0, 9217.0, 9239.0, 9251.0, 9303.0, 9294.0, 9352.0, 9304.0, 9246.0, 9271.0, 9269.0, 9281.0, 9261.0, 9300.0, 9247.0, 9262.0, 9313.0, 9282.0, 9358.0, 9316.0, 9336.0, 9297.0, 9314.0, 9251.0, 9231.0, 9188.0, 9158.0, 9180.0, 9166.0, 9176.0, 9166.0, 9179.0, 9167.0, 9168.0, 9170.0, 9174.0, 9172.0, 9201.0, 9172.0, 9201.0, 9200.0, 9211.0, 9195.0, 9199.0, 9275.0, 9208.0, 9273.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.0073415668202764985</td></tr>
<tr><td colspan=3>aqi</td><td>0.03836645357142857</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.74073181670124</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2251694848442907</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0745945878546714</td></tr>
<tr><td colspan=3>efc</td><td>0.5081</td></tr>
<tr><td colspan=3>fber</td><td>5010.2197</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15116307005008242</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.89400921658986</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.537059520385561</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3569781256234443</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7711004793863614</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.483099956146877</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128951</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006878210697323084</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043276865035295486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.168746938488751</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>16.8841</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6257</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.2041</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292203.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>1079.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.6328</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9655</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.6419</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3350.768</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>833.339</td></tr>
<tr><td colspan=3>tsnr</td><td>30.013601801125333</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>