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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:01:30.552500</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.997668, 0.0248219, 0.0635729, -0.0221176, 0.998835, -0.0428955]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0874926</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7691, -7245, 519, 0, 6, 26, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.189</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aa3564dc-8495-440b-939a-bfc3c717132e||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.6766715049743652, -0.05933988839387894, 0.17432165145874023, 109.3919448852539], [-0.06659546494483948, 2.679800510406494, -0.11175147444009781, -82.46585845947266], [0.17056146264076233, 0.11508557200431824, 2.6920480728149414, -85.70490264892578], [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': ['130130.552500', '130131.012500', '130131.472500', '130131.932500', '130132.392500', '130132.852500', '130133.312500', '130133.772500', '130134.232500', '130134.692500', '130135.152500', '130135.612500', '130136.072500', '130136.532500', '130136.992500', '130137.452500', '130137.912500', '130138.372500', '130138.832500', '130139.292500', '130139.752500', '130140.212500', '130140.672500', '130141.132500', '130141.592500', '130142.052500', '130142.512500', '130142.972500', '130143.432500', '130143.892500', '130144.352500', '130144.812500', '130145.272500', '130145.732500', '130146.192500', '130146.652500', '130147.112500', '130147.572500', '130148.032500', '130148.492500', '130148.952500', '130149.412500', '130149.872500', '130150.332500', '130150.792500', '130151.252500', '130151.712500', '130152.172500', '130152.632500', '130153.092500', '130153.552500', '130154.012500', '130154.472500', '130154.932500', '130155.392500', '130155.852500', '130156.312500', '130156.772500', '130157.232500', '130157.692500', '130158.152500', '130158.612500', '130159.072500', '130159.532500', '130159.992500', '130200.452500', '130200.912500', '130201.372500', '130201.832500', '130202.292500', '130202.752500', '130203.212500', '130203.672500', '130204.132500', '130204.592500', '130205.052500', '130205.512500', '130205.972500', '130206.432500', '130206.892500', '130207.352500', '130207.812500', '130208.272500', '130208.732500', '130209.192500', '130209.652500', '130210.112500', '130210.572500', '130211.032500', '130211.492500', '130211.952500', '130212.412500', '130212.872500', '130213.332500', '130213.792500', '130214.252500', '130214.712500', '130215.172500', '130215.632500', '130216.092500', '130216.552500', '130217.012500', '130217.472500', '130217.932500', '130218.392500', '130218.852500', '130219.312500', '130219.772500', '130220.232500', '130220.692500', '130221.152500', '130221.612500', '130222.072500', '130222.532500', '130222.992500', '130223.452500', '130223.912500', '130224.372500', '130224.832500', '130225.292500', '130225.752500', '130226.212500', '130226.672500', '130227.132500', '130227.592500', '130228.052500', '130228.512500', '130228.972500', '130229.432500', '130229.892500', '130230.352500', '130230.812500', '130231.272500', '130231.732500', '130232.192500', '130232.652500', '130233.112500', '130233.572500', '130234.032500', '130234.492500', '130234.952500', '130235.412500', '130235.872500', '130236.332500', '130236.792500', '130237.252500', '130237.712500', '130238.172500', '130238.632500', '130239.092500', '130239.552500', '130240.012500', '130240.472500', '130240.932500', '130241.392500', '130241.852500', '130242.312500', '130242.772500', '130243.232500', '130243.692500', '130244.152500', '130244.612500', '130245.072500', '130245.532500', '130245.992500', '130246.452500', '130246.912500', '130247.372500', '130247.832500', '130248.292500', '130248.752500', '130249.212500', '130249.672500', '130250.132500', '130250.592500', '130251.052500', '130251.512500', '130251.972500', '130252.432500', '130252.892500', '130253.352500', '130253.812500', '130254.272500', '130254.732500', '130255.192500', '130255.652500', '130256.112500', '130256.572500', '130257.032500', '130257.492500', '130257.952500', '130258.412500', '130258.872500', '130259.332500', '130259.792500', '130300.252500', '130300.712500', '130301.172500', '130301.632500', '130302.092500', '130302.552500', '130303.012500', '130303.472500', '130303.932500', '130304.392500', '130304.852500', '130305.312500', '130305.772500', '130306.232500', '130306.692500', '130307.152500', '130307.612500', '130308.072500', '130308.532500', '130308.992500', '130309.452500', '130309.912500', '130310.372500', '130310.832500', '130311.292500', '130311.752500', '130312.212500', '130312.672500', '130313.132500', '130313.592500', '130314.052500', '130314.512500', '130314.972500', '130315.432500', '130315.892500', '130316.352500', '130316.812500', '130317.272500', '130317.732500', '130318.192500', '130318.652500', '130319.112500', '130319.572500', '130320.032500', '130320.492500', '130320.952500', '130321.412500', '130321.872500', '130322.332500', '130322.792500', '130323.252500', '130323.712500', '130324.172500', '130324.632500', '130325.092500', '130325.552500', '130326.012500', '130326.472500', '130326.932500', '130327.392500', '130327.852500', '130328.312500', '130328.772500', '130329.232500', '130329.692500', '130330.152500', '130330.612500', '130331.072500', '130331.532500', '130331.992500', '130332.452500', '130332.912500', '130333.372500', '130333.832500', '130334.292500', '130334.752500', '130335.212500', '130335.672500', '130336.132500', '130336.592500', '130337.052500', '130337.512500', '130337.972500', '130338.432500', '130338.892500', '130339.352500', '130339.812500', '130340.272500', '130340.732500', '130341.192500', '130341.652500', '130342.112500', '130342.572500', '130343.032500', '130343.492500', '130343.952500', '130344.412500', '130344.872500', '130345.332500', '130345.792500', '130346.252500', '130346.712500', '130347.172500', '130347.632500', '130348.092500', '130348.552500', '130349.012500', '130349.472500', '130349.932500', '130350.392500', '130350.852500', '130351.312500', '130351.772500', '130352.232500', '130352.692500', '130353.152500', '130353.612500', '130354.072500', '130354.532500', '130354.992500', '130355.452500', '130355.912500', '130356.372500', '130356.832500', '130357.292500', '130357.752500', '130358.212500', '130358.672500', '130359.132500', '130359.592500', '130400.052500', '130400.512500', '130400.972500', '130401.432500', '130401.892500', '130402.352500', '130402.812500', '130403.272500', '130403.732500', '130404.192500', '130404.652500', '130405.112500', '130405.572500', '130406.032500', '130406.492500', '130406.952500', '130407.412500', '130407.872500', '130408.332500', '130408.792500', '130409.252500', '130409.712500', '130410.172500', '130410.632500', '130411.092500', '130411.552500', '130412.012500', '130412.472500', '130412.932500', '130413.392500', '130413.852500', '130414.312500', '130414.772500', '130415.232500', '130415.692500', '130416.152500', '130416.612500', '130417.072500', '130417.532500', '130417.992500', '130418.452500', '130418.912500', '130419.372500', '130419.832500', '130420.292500', '130420.752500', '130421.212500', '130421.672500', '130422.132500', '130422.592500', '130423.052500', '130423.512500', '130423.972500', '130424.432500', '130424.892500', '130425.352500', '130425.812500', '130426.272500', '130426.732500', '130427.192500', '130427.652500', '130428.112500', '130428.572500', '130429.032500', '130429.492500', '130429.952500', '130430.412500', '130430.872500', '130431.332500', '130431.792500', '130432.252500', '130432.712500', '130433.172500', '130433.632500', '130434.092500', '130434.552500', '130435.012500', '130435.472500', '130435.932500', '130436.392500', '130436.852500', '130437.312500', '130437.772500', '130438.232500', '130438.692500', '130439.152500', '130439.612500', '130440.072500', '130440.532500', '130440.992500', '130441.452500', '130441.912500', '130442.372500', '130442.832500', '130443.292500', '130443.752500', '130444.212500', '130444.672500', '130445.132500', '130445.592500', '130446.052500', '130446.512500', '130446.972500', '130447.432500', '130447.892500', '130448.352500', '130448.812500', '130449.272500', '130449.732500', '130450.192500', '130450.652500', '130451.112500', '130451.572500', '130452.032500', '130452.492500', '130452.952500', '130453.412500', '130453.872500', '130454.332500', '130454.792500', '130455.252500', '130455.712500', '130456.172500', '130456.632500', '130457.092500', '130457.552500', '130458.012500', '130458.472500', '130458.932500', '130459.392500', '130459.852500', '130500.312500', '130500.772500', '130501.232500', '130501.692500', '130502.152500', '130502.612500', '130503.072500', '130503.532500', '130503.992500', '130504.452500', '130504.912500', '130505.372500', '130505.832500', '130506.292500', '130506.752500', '130507.212500', '130507.672500', '130508.132500', '130508.592500', '130509.052500', '130509.512500', '130509.972500', '130510.432500', '130510.892500', '130511.352500', '130511.812500', '130512.272500', '130512.732500', '130513.192500', '130513.652500', '130514.112500', '130514.572500', '130515.032500', '130515.492500', '130515.952500', '130516.412500', '130516.872500', '130517.332500', '130517.792500', '130518.252500', '130518.712500', '130519.172500', '130519.632500', '130520.092500', '130520.552500', '130521.012500', '130521.472500', '130521.932500', '130522.392500', '130522.852500', '130523.312500', '130523.772500', '130524.232500', '130524.692500', '130525.152500', '130525.612500', '130526.072500', '130526.532500', '130526.992500', '130527.452500', '130527.912500', '130528.372500', '130528.832500', '130529.292500', '130529.752500', '130530.212500', '130530.672500', '130531.132500', '130531.592500', '130532.052500', '130532.512500', '130532.972500', '130533.432500', '130533.892500', '130534.352500', '130534.812500', '130535.272500', '130535.732500', '130536.192500', '130536.652500', '130537.112500', '130537.572500', '130538.032500', '130538.492500', '130538.952500', '130539.412500', '130539.872500', '130540.332500', '130540.792500', '130541.252500', '130541.712500', '130542.172500', '130542.632500', '130543.092500', '130543.552500', '130544.012500', '130544.472500', '130544.932500', '130545.392500', '130545.852500', '130546.312500', '130546.772500', '130547.232500', '130547.692500', '130548.152500', '130548.612500', '130549.072500', '130549.532500', '130549.992500', '130550.452500', '130550.912500', '130551.372500', '130551.832500', '130552.292500', '130552.752500', '130553.212500', '130553.672500', '130554.132500', '130554.592500', '130555.052500', '130555.512500', '130555.972500', '130556.432500', '130556.892500', '130557.352500', '130557.812500', '130558.272500', '130558.732500', '130559.192500', '130559.652500', '130600.112500', '130600.572500', '130601.032500', '130601.492500', '130601.952500', '130602.412500', '130602.872500', '130603.332500', '130603.792500', '130604.252500', '130604.712500', '130605.172500', '130605.632500', '130606.092500', '130606.552500', '130607.012500', '130607.472500', '130607.932500', '130608.392500', '130608.852500', '130609.312500', '130609.772500', '130610.232500', '130610.692500', '130611.152500', '130611.612500', '130612.072500', '130612.532500', '130612.992500', '130613.452500', '130613.912500', '130614.372500', '130614.832500', '130615.292500', '130615.752500', '130616.212500', '130616.672500', '130617.132500', '130617.592500', '130618.052500', '130618.512500', '130618.972500', '130619.432500', '130619.892500', '130620.352500', '130620.812500', '130621.272500', '130621.732500', '130622.192500', '130622.652500', '130623.112500', '130623.572500', '130624.032500', '130624.492500', '130624.952500', '130625.412500', '130625.872500', '130626.332500', '130626.792500', '130627.252500', '130627.712500', '130628.172500', '130628.632500', '130629.092500', '130629.552500', '130630.012500', '130630.472500', '130630.932500', '130631.392500', '130631.852500', '130632.312500', '130632.772500', '130633.232500', '130633.692500', '130634.152500', '130634.612500', '130635.072500', '130635.532500', '130635.992500', '130636.452500', '130636.912500', '130637.372500', '130637.832500', '130638.292500', '130638.752500', '130639.212500', '130639.672500', '130640.132500', '130640.592500', '130641.052500', '130641.512500', '130641.972500', '130642.432500', '130642.892500', '130643.352500', '130643.812500', '130644.272500', '130644.732500', '130645.192500', '130645.652500', '130646.112500', '130646.572500', '130647.032500', '130647.492500', '130647.952500', '130648.412500', '130648.872500', '130649.332500', '130649.792500', '130650.252500', '130650.712500', '130651.172500', '130651.632500', '130652.092500', '130652.552500', '130653.012500', '130653.472500', '130653.932500', '130654.392500', '130654.852500', '130655.312500', '130655.772500', '130656.232500', '130656.692500', '130657.152500', '130657.612500', '130658.072500', '130658.532500', '130658.992500', '130659.452500', '130659.912500', '130700.372500', '130700.832500', '130701.292500', '130701.752500', '130702.212500', '130702.672500', '130703.132500', '130703.592500', '130704.052500', '130704.512500', '130704.972500', '130705.432500', '130705.892500', '130706.352500', '130706.812500', '130707.272500', '130707.732500', '130708.192500', '130708.652500', '130709.112500', '130709.572500', '130710.032500', '130710.492500', '130710.952500', '130711.412500', '130711.872500', '130712.332500', '130712.792500', '130713.252500', '130713.712500', '130714.172500', '130714.632500', '130715.092500', '130715.552500', '130716.012500', '130716.472500', '130716.932500', '130717.392500', '130717.852500', '130718.312500', '130718.772500', '130719.232500', '130719.692500', '130720.152500', '130720.612500', '130721.072500', '130721.532500', '130721.992500', '130722.452500', '130722.912500', '130723.372500', '130723.832500', '130724.292500', '130724.752500', '130725.212500', '130725.672500', '130726.132500', '130726.592500', '130727.052500', '130727.512500', '130727.972500', '130728.432500', '130728.892500', '130729.352500', '130729.812500', '130730.272500', '130730.732500', '130731.192500', '130731.652500', '130732.112500', '130732.572500', '130733.032500', '130733.492500', '130733.952500', '130734.412500', '130734.872500', '130735.332500', '130735.792500', '130736.252500', '130736.712500', '130737.172500', '130737.632500', '130738.092500', '130738.552500', '130739.012500', '130739.472500', '130739.932500', '130740.392500', '130740.852500', '130741.312500', '130741.772500', '130742.232500', '130742.692500', '130743.152500', '130743.612500', '130744.072500', '130744.532500', '130744.992500', '130745.452500', '130745.912500', '130746.372500', '130746.832500', '130747.292500', '130747.752500', '130748.212500', '130748.672500', '130749.132500', '130749.592500', '130750.052500', '130750.512500', '130750.972500', '130751.432500', '130751.892500', '130752.352500', '130752.812500', '130753.272500', '130753.732500', '130754.192500', '130754.652500', '130755.112500', '130755.572500', '130756.032500', '130756.492500', '130756.952500', '130757.412500', '130757.872500', '130758.332500', '130758.792500', '130759.252500', '130759.712500', '130800.172500', '130800.632500', '130801.092500', '130801.552500', '130802.012500', '130802.472500', '130802.932500', '130803.392500', '130803.852500', '130804.312500', '130804.772500', '130805.232500', '130805.692500', '130806.152500', '130806.612500', '130807.072500', '130807.532500', '130807.992500', '130808.452500', '130808.912500', '130809.372500', '130809.832500', '130810.292500', '130810.752500', '130811.212500'], 'ContentTime': ['130157.692000', '130157.695000', '130157.698000', '130157.701000', '130157.703000', '130157.706000', '130157.709000', '130157.711000', '130157.714000', '130157.717000', '130157.719000', '130157.722000', '130157.725000', '130157.727000', '130157.730000', '130157.732000', '130157.735000', '130157.743000', '130157.746000', '130157.748000', '130157.751000', '130157.753000', '130157.756000', '130157.759000', '130157.761000', '130157.764000', '130157.766000', '130157.769000', '130157.778000', '130157.781000', '130157.783000', '130157.786000', '130157.789000', '130157.791000', '130157.794000', '130157.797000', '130157.799000', '130157.802000', '130157.804000', '130157.807000', '130157.810000', '130157.812000', '130157.815000', '130157.817000', '130157.820000', '130157.823000', '130157.825000', '130157.828000', '130157.830000', '130157.833000', '130157.835000', '130157.849000', '130157.851000', '130157.854000', '130157.856000', '130157.859000', '130157.862000', '130217.659000', '130217.662000', '130217.664000', '130217.667000', '130217.670000', '130217.672000', '130217.675000', '130217.678000', '130217.680000', '130217.683000', '130217.685000', '130217.688000', '130217.691000', '130217.701000', '130217.703000', '130217.706000', '130217.708000', '130217.711000', '130217.714000', '130217.716000', '130217.719000', '130217.722000', '130217.725000', '130217.728000', '130217.731000', '130217.734000', '130217.737000', '130217.750000', '130217.753000', '130217.755000', '130217.758000', '130217.761000', '130217.763000', '130217.766000', '130217.769000', '130217.771000', '130217.774000', '130217.776000', '130217.779000', '130217.782000', '130217.784000', '130217.787000', '130217.790000', '130237.658000', '130237.661000', '130237.664000', '130237.666000', '130237.669000', '130237.672000', '130237.675000', '130237.677000', '130237.680000', '130237.683000', '130237.685000', '130237.688000', '130237.690000', '130237.693000', '130237.696000', '130237.698000', '130237.701000', '130237.704000', '130237.706000', '130237.709000', '130237.711000', '130237.714000', '130237.717000', '130237.719000', '130237.722000', '130237.724000', '130237.727000', '130237.730000', '130237.732000', '130237.735000', '130237.737000', '130237.740000', '130237.743000', '130237.745000', '130237.748000', '130237.750000', '130237.753000', '130237.756000', '130237.758000', '130237.761000', '130237.764000', '130237.766000', '130237.769000', '130237.772000', '130257.659000', '130257.661000', '130257.665000', '130257.667000', '130257.670000', '130257.672000', '130257.675000', '130257.678000', '130257.680000', '130257.683000', '130257.686000', '130257.688000', '130257.691000', '130257.694000', '130257.696000', '130257.699000', '130257.702000', '130257.704000', '130257.707000', '130257.709000', '130257.712000', '130257.715000', '130257.717000', '130257.720000', '130257.722000', '130257.725000', '130257.728000', '130257.730000', '130257.733000', '130257.736000', '130257.738000', '130257.741000', '130257.743000', '130257.746000', '130257.749000', '130257.751000', '130257.754000', '130257.756000', '130257.759000', '130257.762000', '130257.764000', '130257.767000', '130257.770000', '130317.658000', '130317.661000', '130317.664000', '130317.667000', '130317.669000', '130317.672000', '130317.674000', '130317.677000', '130317.680000', '130317.682000', '130317.685000', '130317.687000', '130317.690000', '130317.693000', '130317.695000', '130317.698000', '130317.701000', '130317.703000', '130317.706000', '130317.709000', '130317.711000', '130317.714000', '130317.716000', '130317.719000', '130317.722000', '130317.724000', '130317.727000', '130317.730000', '130317.732000', '130317.735000', '130317.737000', '130317.740000', '130317.743000', '130317.745000', '130317.748000', '130317.750000', '130317.753000', '130317.756000', '130317.758000', '130317.761000', '130317.764000', '130317.766000', '130317.769000', '130317.771000', '130337.657000', '130337.660000', '130337.663000', '130337.665000', '130337.668000', '130337.671000', '130337.673000', '130337.676000', '130337.679000', '130337.681000', '130337.684000', '130337.687000', '130337.689000', '130337.692000', '130337.704000', '130337.707000', '130337.709000', '130337.712000', '130337.715000', '130337.717000', '130337.720000', '130337.723000', '130337.725000', '130337.728000', '130337.731000', '130337.733000', '130337.736000', '130337.738000', '130337.741000', '130337.744000', '130337.746000', '130337.749000', '130337.752000', '130337.754000', '130337.757000', '130337.759000', '130337.762000', '130337.765000', '130337.768000', '130337.770000', '130337.773000', '130337.776000', '130337.779000', '130357.658000', '130357.662000', '130357.664000', '130357.667000', '130357.669000', '130357.672000', '130357.675000', '130357.677000', '130357.680000', '130357.683000', '130357.685000', '130357.688000', '130357.690000', '130357.693000', '130357.696000', '130357.698000', '130357.701000', '130357.704000', '130357.706000', '130357.709000', '130357.712000', '130357.714000', '130357.717000', '130357.736000', '130357.739000', '130357.742000', '130357.745000', '130357.747000', '130357.750000', '130357.753000', '130357.755000', '130357.758000', '130357.761000', '130357.763000', '130357.766000', '130357.769000', '130357.771000', '130357.774000', '130357.777000', '130357.779000', '130357.782000', '130357.784000', '130357.787000', '130357.790000', '130417.659000', '130417.661000', '130417.664000', '130417.667000', '130417.669000', '130417.672000', '130417.675000', '130417.677000', '130417.680000', '130417.683000', '130417.685000', '130417.688000', '130417.690000', '130417.693000', '130417.696000', '130417.698000', '130417.701000', '130417.703000', '130417.706000', '130417.709000', '130417.711000', '130417.714000', '130417.717000', '130417.719000', '130417.722000', '130417.725000', '130417.727000', '130417.730000', '130417.732000', '130417.735000', '130417.738000', '130417.740000', '130417.743000', '130417.745000', '130417.748000', '130417.751000', '130417.753000', '130417.756000', '130417.759000', '130417.761000', '130417.764000', '130417.767000', '130417.769000', '130437.658000', '130437.661000', '130437.664000', '130437.666000', '130437.669000', '130437.672000', '130437.674000', '130437.677000', '130437.680000', '130437.682000', '130437.685000', '130437.688000', '130437.690000', '130437.693000', '130437.696000', '130437.698000', '130437.701000', '130437.704000', '130437.706000', '130437.709000', '130437.712000', '130437.714000', '130437.717000', '130437.719000', '130437.722000', '130437.725000', '130437.727000', '130437.730000', '130437.732000', '130437.735000', '130437.738000', '130437.740000', '130437.743000', '130437.745000', '130437.748000', '130437.751000', '130437.753000', '130437.756000', '130437.758000', '130437.761000', '130437.764000', '130437.766000', '130437.769000', '130437.771000', '130457.659000', '130457.662000', '130457.664000', '130457.667000', '130457.669000', '130457.672000', '130457.675000', '130457.677000', '130457.680000', '130457.683000', '130457.685000', '130457.688000', '130457.690000', '130457.693000', '130457.696000', '130457.698000', '130457.701000', '130457.704000', '130457.706000', '130457.709000', '130457.712000', '130457.714000', '130457.717000', '130457.719000', '130457.722000', '130457.725000', '130457.727000', '130457.730000', '130457.733000', '130457.735000', '130457.738000', '130457.740000', '130457.743000', '130457.746000', '130457.748000', '130457.751000', '130457.754000', '130457.756000', '130457.759000', '130457.761000', '130457.764000', '130457.767000', '130457.769000', '130517.659000', '130517.661000', '130517.664000', '130517.667000', '130517.669000', '130517.672000', '130517.675000', '130517.677000', '130517.680000', '130517.683000', '130517.685000', '130517.688000', '130517.691000', '130517.693000', '130517.696000', '130517.699000', '130517.701000', '130517.704000', '130517.707000', '130517.709000', '130517.712000', '130517.715000', '130517.717000', '130517.720000', '130517.722000', '130517.725000', '130517.728000', '130517.731000', '130517.733000', '130517.736000', '130517.738000', '130517.741000', '130517.744000', '130517.746000', '130517.749000', '130517.752000', '130517.754000', '130517.757000', '130517.760000', '130517.762000', '130517.765000', '130517.767000', '130517.770000', '130517.773000', '130537.658000', '130537.661000', '130537.664000', '130537.667000', '130537.692000', '130537.694000', '130537.697000', '130537.700000', '130537.702000', '130537.705000', '130537.708000', '130537.710000', '130537.713000', '130537.716000', '130537.718000', '130537.721000', '130537.723000', '130537.726000', '130537.729000', '130537.732000', '130537.734000', '130537.737000', '130537.740000', '130537.743000', '130537.745000', '130537.748000', '130537.751000', '130537.753000', '130537.756000', '130537.759000', '130537.761000', '130537.764000', '130537.766000', '130537.769000', '130537.772000', '130537.774000', '130537.777000', '130537.780000', '130537.782000', '130537.785000', '130537.788000', '130537.790000', '130537.793000', '130557.658000', '130557.660000', '130557.663000', '130557.666000', '130557.668000', '130557.671000', '130557.674000', '130557.676000', '130557.679000', '130557.682000', '130557.684000', '130557.687000', '130557.690000', '130557.692000', '130557.695000', '130557.697000', '130557.700000', '130557.703000', '130557.705000', '130557.708000', '130557.711000', '130557.713000', '130557.716000', '130557.719000', '130557.721000', '130557.724000', '130557.727000', '130557.729000', '130557.732000', '130557.734000', '130557.737000', '130557.740000', '130557.743000', '130557.745000', '130557.748000', '130557.751000', '130557.753000', '130557.756000', '130557.759000', '130557.761000', '130557.764000', '130557.766000', '130557.769000', '130557.772000', '130617.659000', '130617.661000', '130617.664000', '130617.667000', '130617.670000', '130617.672000', '130617.675000', '130617.678000', '130617.680000', '130617.683000', '130617.686000', '130617.688000', '130617.691000', '130617.693000', '130617.696000', '130617.699000', '130617.701000', '130617.704000', '130617.707000', '130617.709000', '130617.712000', '130617.715000', '130617.717000', '130617.720000', '130617.723000', '130617.725000', '130617.728000', '130617.731000', '130617.733000', '130617.736000', '130617.739000', '130617.741000', '130617.744000', '130617.747000', '130617.749000', '130617.752000', '130617.754000', '130617.757000', '130617.760000', '130617.762000', '130617.765000', '130617.768000', '130617.770000', '130637.658000', '130637.661000', '130637.664000', '130637.667000', '130637.669000', '130637.672000', '130637.675000', '130637.677000', '130637.680000', '130637.683000', '130637.685000', '130637.689000', '130637.691000', '130637.694000', '130637.697000', '130637.700000', '130637.702000', '130637.705000', '130637.707000', '130637.710000', '130637.713000', '130637.715000', '130637.718000', '130637.721000', '130637.723000', '130637.726000', '130637.729000', '130637.731000', '130637.734000', '130637.737000', '130637.739000', '130637.742000', '130637.745000', '130637.747000', '130637.750000', '130637.753000', '130637.755000', '130637.758000', '130637.761000', '130637.763000', '130637.766000', '130637.768000', '130637.771000', '130657.659000', '130657.661000', '130657.664000', '130657.667000', '130657.670000', '130657.672000', '130657.675000', '130657.677000', '130657.680000', '130657.683000', '130657.686000', '130657.688000', '130657.691000', '130657.694000', '130657.696000', '130657.699000', '130657.702000', '130657.704000', '130657.707000', '130657.709000', '130657.712000', '130657.715000', '130657.717000', '130657.720000', '130657.727000', '130657.730000', '130657.733000', '130657.735000', '130657.738000', '130657.741000', '130657.755000', '130657.758000', '130657.760000', '130657.763000', '130657.766000', '130657.768000', '130657.771000', '130657.773000', '130657.776000', '130657.779000', '130657.781000', '130657.784000', '130657.787000', '130657.789000', '130717.659000', '130717.661000', '130717.664000', '130717.667000', '130717.669000', '130717.672000', '130717.675000', '130717.677000', '130717.680000', '130717.683000', '130717.686000', '130717.688000', '130717.691000', '130717.695000', '130717.698000', '130717.701000', '130717.703000', '130717.706000', '130717.708000', '130717.711000', '130717.714000', '130717.716000', '130717.719000', '130717.722000', '130717.724000', '130717.727000', '130717.729000', '130717.732000', '130717.735000', '130717.738000', '130717.740000', '130717.743000', '130717.745000', '130717.748000', '130717.751000', '130717.753000', '130717.756000', '130717.760000', '130717.763000', '130717.766000', '130717.768000', '130717.771000', '130717.773000', '130737.659000', '130737.661000', '130737.664000', '130737.668000', '130737.670000', '130737.673000', '130737.675000', '130737.679000', '130737.681000', '130737.684000', '130737.687000', '130737.689000', '130737.692000', '130737.694000', '130737.697000', '130737.700000', '130737.702000', '130737.705000', '130737.708000', '130737.710000', '130737.713000', '130737.716000', '130737.718000', '130737.721000', '130737.724000', '130737.726000', '130737.729000', '130737.732000', '130737.734000', '130737.737000', '130737.739000', '130737.742000', '130737.745000', '130737.747000', '130737.750000', '130737.753000', '130737.755000', '130737.758000', '130737.760000', '130737.763000', '130737.766000', '130737.768000', '130737.771000', '130737.774000', '130757.659000', '130757.662000', '130757.665000', '130757.667000', '130757.670000', '130757.673000', '130757.675000', '130757.678000', '130757.680000', '130757.683000', '130757.686000', '130757.688000', '130757.691000', '130757.694000', '130757.696000', '130757.699000', '130757.701000', '130757.704000', '130757.707000', '130757.709000', '130757.712000', '130757.714000', '130757.717000', '130757.720000', '130757.723000', '130757.725000', '130757.729000', '130757.732000', '130757.734000', '130757.737000', '130757.739000', '130757.742000', '130757.745000', '130757.748000', '130757.750000', '130757.753000', '130757.755000', '130757.758000', '130757.761000', '130757.763000', '130757.766000', '130757.769000', '130757.771000', '130812.416000', '130812.419000', '130812.422000', '130812.425000', '130812.436000', '130812.439000', '130812.442000', '130812.446000', '130812.449000', '130812.452000', '130812.454000', '130812.460000', '130812.463000', '130812.465000', '130812.468000', '130812.471000', '130812.474000', '130812.478000', '130812.481000', '130812.483000', '130812.486000', '130812.489000', '130812.492000', '130812.494000', '130812.497000', '130812.500000', '130812.503000', '130812.506000', '130812.509000', '130812.511000', '130812.514000', '130812.517000', '130812.520000'], 'InstanceCreationTime': ['130157.692000', '130157.695000', '130157.698000', '130157.701000', '130157.703000', '130157.706000', '130157.709000', '130157.711000', '130157.714000', '130157.717000', '130157.719000', '130157.722000', '130157.725000', '130157.727000', '130157.730000', '130157.732000', '130157.735000', '130157.743000', '130157.746000', '130157.748000', '130157.751000', '130157.753000', '130157.756000', '130157.759000', '130157.761000', '130157.764000', '130157.766000', '130157.769000', '130157.778000', '130157.781000', '130157.783000', '130157.786000', '130157.789000', '130157.791000', '130157.794000', '130157.797000', '130157.799000', '130157.802000', '130157.804000', '130157.807000', '130157.810000', '130157.812000', '130157.815000', '130157.817000', '130157.820000', '130157.823000', '130157.825000', '130157.828000', '130157.830000', '130157.833000', '130157.835000', '130157.849000', '130157.851000', '130157.854000', '130157.856000', '130157.859000', '130157.862000', '130217.659000', '130217.662000', '130217.664000', '130217.667000', '130217.670000', '130217.672000', '130217.675000', '130217.678000', '130217.680000', '130217.683000', '130217.685000', '130217.688000', '130217.691000', '130217.701000', '130217.703000', '130217.706000', '130217.708000', '130217.711000', '130217.714000', '130217.716000', '130217.719000', '130217.722000', '130217.725000', '130217.728000', '130217.731000', '130217.734000', '130217.737000', '130217.750000', '130217.753000', '130217.755000', '130217.758000', '130217.761000', '130217.763000', '130217.766000', '130217.769000', '130217.771000', '130217.774000', '130217.776000', '130217.779000', '130217.782000', '130217.784000', '130217.787000', '130217.790000', '130237.658000', '130237.661000', '130237.664000', '130237.666000', '130237.669000', '130237.672000', '130237.675000', '130237.677000', '130237.680000', '130237.683000', '130237.685000', '130237.688000', '130237.690000', '130237.693000', '130237.696000', '130237.698000', '130237.701000', '130237.704000', '130237.706000', '130237.709000', '130237.711000', '130237.714000', '130237.717000', '130237.719000', '130237.722000', '130237.724000', '130237.727000', '130237.730000', '130237.732000', '130237.735000', '130237.737000', '130237.740000', '130237.743000', '130237.745000', '130237.748000', '130237.750000', '130237.753000', '130237.756000', '130237.758000', '130237.761000', '130237.764000', '130237.766000', '130237.769000', '130237.772000', '130257.659000', '130257.661000', '130257.665000', '130257.667000', '130257.670000', '130257.672000', '130257.675000', '130257.678000', '130257.680000', '130257.683000', '130257.686000', '130257.688000', '130257.691000', '130257.694000', '130257.696000', '130257.699000', '130257.702000', '130257.704000', '130257.707000', '130257.709000', '130257.712000', '130257.715000', '130257.717000', '130257.720000', '130257.722000', '130257.725000', '130257.728000', '130257.730000', '130257.733000', '130257.736000', '130257.738000', '130257.741000', '130257.743000', '130257.746000', '130257.749000', '130257.751000', '130257.754000', '130257.756000', '130257.759000', '130257.762000', '130257.764000', '130257.767000', '130257.770000', '130317.658000', '130317.661000', '130317.664000', '130317.667000', '130317.669000', '130317.672000', '130317.674000', '130317.677000', '130317.680000', '130317.682000', '130317.685000', '130317.687000', '130317.690000', '130317.693000', '130317.695000', '130317.698000', '130317.701000', '130317.703000', '130317.706000', '130317.709000', '130317.711000', '130317.714000', '130317.716000', '130317.719000', '130317.722000', '130317.724000', '130317.727000', '130317.730000', '130317.732000', '130317.735000', '130317.737000', '130317.740000', '130317.743000', '130317.745000', '130317.748000', '130317.750000', '130317.753000', '130317.756000', '130317.758000', '130317.761000', '130317.764000', '130317.766000', '130317.769000', '130317.771000', '130337.657000', '130337.660000', '130337.663000', '130337.665000', '130337.668000', '130337.671000', '130337.673000', '130337.676000', '130337.679000', '130337.681000', '130337.684000', '130337.687000', '130337.689000', '130337.692000', '130337.704000', '130337.707000', '130337.709000', '130337.712000', '130337.715000', '130337.717000', '130337.720000', '130337.723000', '130337.725000', '130337.728000', '130337.731000', '130337.733000', '130337.736000', '130337.738000', '130337.741000', '130337.744000', '130337.746000', '130337.749000', '130337.752000', '130337.754000', '130337.757000', '130337.759000', '130337.762000', '130337.765000', '130337.768000', '130337.770000', '130337.773000', '130337.776000', '130337.779000', '130357.658000', '130357.662000', '130357.664000', '130357.667000', '130357.669000', '130357.672000', '130357.675000', '130357.677000', '130357.680000', '130357.683000', '130357.685000', '130357.688000', '130357.690000', '130357.693000', '130357.696000', '130357.698000', '130357.701000', '130357.704000', '130357.706000', '130357.709000', '130357.712000', '130357.714000', '130357.717000', '130357.736000', '130357.739000', '130357.742000', '130357.745000', '130357.747000', '130357.750000', '130357.753000', '130357.755000', '130357.758000', '130357.761000', '130357.763000', '130357.766000', '130357.769000', '130357.771000', '130357.774000', '130357.777000', '130357.779000', '130357.782000', '130357.784000', '130357.787000', '130357.790000', '130417.659000', '130417.661000', '130417.664000', '130417.667000', '130417.669000', '130417.672000', '130417.675000', '130417.677000', '130417.680000', '130417.683000', '130417.685000', '130417.688000', '130417.690000', '130417.693000', '130417.696000', '130417.698000', '130417.701000', '130417.703000', '130417.706000', '130417.709000', '130417.711000', '130417.714000', '130417.717000', '130417.719000', '130417.722000', '130417.725000', '130417.727000', '130417.730000', '130417.732000', '130417.735000', '130417.738000', '130417.740000', '130417.743000', '130417.745000', '130417.748000', '130417.751000', '130417.753000', '130417.756000', '130417.759000', '130417.761000', '130417.764000', '130417.767000', '130417.769000', '130437.658000', '130437.661000', '130437.664000', '130437.666000', '130437.669000', '130437.672000', '130437.674000', '130437.677000', '130437.680000', '130437.682000', '130437.685000', '130437.688000', '130437.690000', '130437.693000', '130437.696000', '130437.698000', '130437.701000', '130437.704000', '130437.706000', '130437.709000', '130437.712000', '130437.714000', '130437.717000', '130437.719000', '130437.722000', '130437.725000', '130437.727000', '130437.730000', '130437.732000', '130437.735000', '130437.738000', '130437.740000', '130437.743000', '130437.745000', '130437.748000', '130437.751000', '130437.753000', '130437.756000', '130437.758000', '130437.761000', '130437.764000', '130437.766000', '130437.769000', '130437.771000', '130457.659000', '130457.662000', '130457.664000', '130457.667000', '130457.669000', '130457.672000', '130457.675000', '130457.677000', '130457.680000', '130457.683000', '130457.685000', '130457.688000', '130457.690000', '130457.693000', '130457.696000', '130457.698000', '130457.701000', '130457.704000', '130457.706000', '130457.709000', '130457.712000', '130457.714000', '130457.717000', '130457.719000', '130457.722000', '130457.725000', '130457.727000', '130457.730000', '130457.733000', '130457.735000', '130457.738000', '130457.740000', '130457.743000', '130457.746000', '130457.748000', '130457.751000', '130457.754000', '130457.756000', '130457.759000', '130457.761000', '130457.764000', '130457.767000', '130457.769000', '130517.659000', '130517.661000', '130517.664000', '130517.667000', '130517.669000', '130517.672000', '130517.675000', '130517.677000', '130517.680000', '130517.683000', '130517.685000', '130517.688000', '130517.691000', '130517.693000', '130517.696000', '130517.699000', '130517.701000', '130517.704000', '130517.707000', '130517.709000', '130517.712000', '130517.715000', '130517.717000', '130517.720000', '130517.722000', '130517.725000', '130517.728000', '130517.731000', '130517.733000', '130517.736000', '130517.738000', '130517.741000', '130517.744000', '130517.746000', '130517.749000', '130517.752000', '130517.754000', '130517.757000', '130517.760000', '130517.762000', '130517.765000', '130517.767000', '130517.770000', '130517.773000', '130537.658000', '130537.661000', '130537.664000', '130537.667000', '130537.692000', '130537.694000', '130537.697000', '130537.700000', '130537.702000', '130537.705000', '130537.708000', '130537.710000', '130537.713000', '130537.716000', '130537.718000', '130537.721000', '130537.723000', '130537.726000', '130537.729000', '130537.732000', '130537.734000', '130537.737000', '130537.740000', '130537.743000', '130537.745000', '130537.748000', '130537.751000', '130537.753000', '130537.756000', '130537.759000', '130537.761000', '130537.764000', '130537.766000', '130537.769000', '130537.772000', '130537.774000', '130537.777000', '130537.780000', '130537.782000', '130537.785000', '130537.788000', '130537.790000', '130537.793000', '130557.658000', '130557.660000', '130557.663000', '130557.666000', '130557.668000', '130557.671000', '130557.674000', '130557.676000', '130557.679000', '130557.682000', '130557.684000', '130557.687000', '130557.690000', '130557.692000', '130557.695000', '130557.697000', '130557.700000', '130557.703000', '130557.705000', '130557.708000', '130557.711000', '130557.713000', '130557.716000', '130557.719000', '130557.721000', '130557.724000', '130557.727000', '130557.729000', '130557.732000', '130557.734000', '130557.737000', '130557.740000', '130557.743000', '130557.745000', '130557.748000', '130557.751000', '130557.753000', '130557.756000', '130557.759000', '130557.761000', '130557.764000', '130557.766000', '130557.769000', '130557.772000', '130617.659000', '130617.661000', '130617.664000', '130617.667000', '130617.670000', '130617.672000', '130617.675000', '130617.678000', '130617.680000', '130617.683000', '130617.686000', '130617.688000', '130617.691000', '130617.693000', '130617.696000', '130617.699000', '130617.701000', '130617.704000', '130617.707000', '130617.709000', '130617.712000', '130617.715000', '130617.717000', '130617.720000', '130617.723000', '130617.725000', '130617.728000', '130617.731000', '130617.733000', '130617.736000', '130617.739000', '130617.741000', '130617.744000', '130617.747000', '130617.749000', '130617.752000', '130617.754000', '130617.757000', '130617.760000', '130617.762000', '130617.765000', '130617.768000', '130617.770000', '130637.658000', '130637.661000', '130637.664000', '130637.667000', '130637.669000', '130637.672000', '130637.675000', '130637.677000', '130637.680000', '130637.683000', '130637.685000', '130637.689000', '130637.691000', '130637.694000', '130637.697000', '130637.700000', '130637.702000', '130637.705000', '130637.707000', '130637.710000', '130637.713000', '130637.715000', '130637.718000', '130637.721000', '130637.723000', '130637.726000', '130637.729000', '130637.731000', '130637.734000', '130637.737000', '130637.739000', '130637.742000', '130637.745000', '130637.747000', '130637.750000', '130637.753000', '130637.755000', '130637.758000', '130637.761000', '130637.763000', '130637.766000', '130637.768000', '130637.771000', '130657.659000', '130657.661000', '130657.664000', '130657.667000', '130657.670000', '130657.672000', '130657.675000', '130657.677000', '130657.680000', '130657.683000', '130657.686000', '130657.688000', '130657.691000', '130657.694000', '130657.696000', '130657.699000', '130657.702000', '130657.704000', '130657.707000', '130657.709000', '130657.712000', '130657.715000', '130657.717000', '130657.720000', '130657.727000', '130657.730000', '130657.733000', '130657.735000', '130657.738000', '130657.741000', '130657.755000', '130657.758000', '130657.760000', '130657.763000', '130657.766000', '130657.768000', '130657.771000', '130657.773000', '130657.776000', '130657.779000', '130657.781000', '130657.784000', '130657.787000', '130657.789000', '130717.659000', '130717.661000', '130717.664000', '130717.667000', '130717.669000', '130717.672000', '130717.675000', '130717.677000', '130717.680000', '130717.683000', '130717.686000', '130717.688000', '130717.691000', '130717.695000', '130717.698000', '130717.701000', '130717.703000', '130717.706000', '130717.708000', '130717.711000', '130717.714000', '130717.716000', '130717.719000', '130717.722000', '130717.724000', '130717.727000', '130717.729000', '130717.732000', '130717.735000', '130717.738000', '130717.740000', '130717.743000', '130717.745000', '130717.748000', '130717.751000', '130717.753000', '130717.756000', '130717.760000', '130717.763000', '130717.766000', '130717.768000', '130717.771000', '130717.773000', '130737.659000', '130737.661000', '130737.664000', '130737.668000', '130737.670000', '130737.673000', '130737.675000', '130737.679000', '130737.681000', '130737.684000', '130737.687000', '130737.689000', '130737.692000', '130737.694000', '130737.697000', '130737.700000', '130737.702000', '130737.705000', '130737.708000', '130737.710000', '130737.713000', '130737.716000', '130737.718000', '130737.721000', '130737.724000', '130737.726000', '130737.729000', '130737.732000', '130737.734000', '130737.737000', '130737.739000', '130737.742000', '130737.745000', '130737.747000', '130737.750000', '130737.753000', '130737.755000', '130737.758000', '130737.760000', '130737.763000', '130737.766000', '130737.768000', '130737.771000', '130737.774000', '130757.659000', '130757.662000', '130757.665000', '130757.667000', '130757.670000', '130757.673000', '130757.675000', '130757.678000', '130757.680000', '130757.683000', '130757.686000', '130757.688000', '130757.691000', '130757.694000', '130757.696000', '130757.699000', '130757.701000', '130757.704000', '130757.707000', '130757.709000', '130757.712000', '130757.714000', '130757.717000', '130757.720000', '130757.723000', '130757.725000', '130757.729000', '130757.732000', '130757.734000', '130757.737000', '130757.739000', '130757.742000', '130757.745000', '130757.748000', '130757.750000', '130757.753000', '130757.755000', '130757.758000', '130757.761000', '130757.763000', '130757.766000', '130757.769000', '130757.771000', '130812.416000', '130812.419000', '130812.422000', '130812.425000', '130812.436000', '130812.439000', '130812.442000', '130812.446000', '130812.449000', '130812.452000', '130812.454000', '130812.460000', '130812.463000', '130812.465000', '130812.468000', '130812.471000', '130812.474000', '130812.478000', '130812.481000', '130812.483000', '130812.486000', '130812.489000', '130812.492000', '130812.494000', '130812.497000', '130812.500000', '130812.503000', '130812.506000', '130812.509000', '130812.511000', '130812.514000', '130812.517000', '130812.520000'], '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': [9662, 8569, 9595, 9888, 11930, 10084, 9747, 10083, 8612, 10053, 10154, 9822, 10093, 9948, 10425, 9577, 10288, 10218, 10109, 9966, 10270, 10253, 10161, 9497, 9950, 8803, 9932, 8906, 9778, 9884, 9799, 9291, 9974, 9279, 9963, 10419, 9379, 10060, 9348, 10105, 9779, 10016, 9136, 10022, 9942, 9992, 9629, 10042, 9374, 9682, 9368, 9817, 9633, 9869, 9475, 9787, 10229, 9469, 10679, 10082, 10202, 9377, 8994, 8962, 10031, 9342, 10175, 9992, 9446, 10326, 9726, 9900, 10175, 9868, 10011, 10569, 10134, 10585, 10324, 9657, 10047, 8933, 10277, 9238, 10054, 9429, 10087, 10658, 9412, 10336, 8557, 10357, 9472, 10154, 10288, 10088, 10722, 9826, 10203, 10536, 10392, 9961, 10225, 9809, 10072, 9853, 10012, 9502, 9863, 8338, 8870, 9158, 9360, 9241, 8713, 10013, 9323, 9653, 9993, 9071, 9887, 8685, 10076, 9527, 9919, 9629, 9597, 10094, 9613, 10113, 9662, 10069, 9220, 9943, 9717, 9842, 9175, 9867, 8206, 9962, 8458, 9936, 9689, 9337, 9913, 9121, 10052, 9450, 9773, 9016, 9833, 9443, 9686, 10028, 10778, 10095, 9542, 9803, 9332, 10018, 9507, 9924, 8674, 9413, 8886, 9542, 9947, 9296, 9963, 8591, 9904, 8921, 9592, 10245, 9608, 10130, 9977, 9697, 9178, 9927, 9984, 11313, 9896, 10582, 9817, 10161, 9928, 8924, 10033, 8840, 9936, 9288, 9736, 10305, 8978, 9965, 7943, 10127, 9423, 9933, 8862, 9704, 8972, 9850, 9518, 9975, 10304, 9771, 10218, 9571, 10259, 10111, 10146, 9938, 9736, 9380, 9763, 9129, 9984, 10293, 9473, 10490, 9280, 9978, 9938, 10057, 9773, 9777, 9090, 9784, 8852, 9765, 9803, 9795, 9277, 9721, 8949, 9845, 10192, 9450, 10257, 9498, 9977, 9435, 9971, 9282, 9824, 8549, 9742, 8745, 9934, 9440, 9657, 8962, 9819, 9322, 9430, 9883, 9770, 10044, 9628, 10226, 9603, 9992, 9657, 9932, 9549, 9950, 9475, 10280, 9533, 10193, 9085, 10154, 9159, 10304, 9245, 10015, 9200, 9846, 9238, 9783, 9618, 9915, 9543, 10055, 8876, 9503, 8350, 9806, 9338, 9340, 9610, 9637, 9611, 7743, 9842, 8563, 9690, 10119, 9312, 9984, 9973, 9897, 9953, 9802, 9133, 9800, 10676, 9680, 9617, 9604, 9473, 9712, 9506, 9572, 10048, 9717, 9707, 9682, 8564, 9713, 8692, 9811, 8756, 9754, 9611, 9505, 9864, 9226, 10024, 9014, 9712, 10550, 9717, 9135, 9806, 8952, 9852, 9906, 9591, 9671, 9754, 9971, 9561, 9084, 9654, 7883, 9679, 8175, 9657, 9373, 9517, 8881, 9710, 9489, 9372, 9702, 8877, 9018, 8777, 8998, 8636, 9045, 8897, 8909, 8391, 10055, 10651, 9455, 10187, 9207, 9984, 10327, 10700, 9829, 9576, 9930, 8835, 10085, 9990, 9778, 9978, 9803, 9421, 9650, 10420, 9539, 10486, 9865, 10276, 9314, 10184, 9153, 10141, 9227, 10105, 9291, 10081, 9963, 10244, 9808, 9980, 9805, 10220, 10178, 10186, 9925, 10152, 9337, 9961, 8034, 9864, 9432, 9710, 8857, 9930, 10062, 9403, 10327, 9714, 9815, 9064, 9770, 9108, 9896, 9415, 9951, 9967, 9834, 10371, 10198, 9891, 9466, 9892, 9298, 9816, 9218, 9829, 9667, 9688, 10430, 10156, 10057, 9288, 9932, 9158, 9788, 9379, 9464, 9528, 9534, 10159, 9940, 9937, 9415, 10181, 9087, 10197, 10109, 9867, 9079, 9797, 10026, 10066, 10709, 10032, 10451, 9436, 10574, 10190, 10192, 9375, 10048, 8743, 10157, 9773, 10176, 9712, 9967, 10299, 9871, 10320, 9740, 10595, 9857, 10195, 9769, 9935, 9186, 10513, 9506, 9951, 10602, 10418, 10568, 10230, 10156, 9262, 10157, 10680, 9954, 10481, 9074, 10481, 9192, 10042, 9971, 10141, 9558, 10162, 10402, 10098, 8453, 9872, 8670, 9859, 8939, 9901, 10103, 9296, 9959, 9233, 9458, 9365, 9357, 8183, 9139, 9606, 9004, 9801, 11657, 9237, 9718, 9081, 9243, 9270, 8627, 9023, 9195, 8926, 8342, 9045, 9705, 9464, 8971, 7545, 10277, 9251, 10020, 9839, 9575, 10280, 9753, 10138, 11331, 9857, 10876, 9817, 9534, 9560, 10078, 9884, 9533, 9697, 9076, 9790, 10230, 9756, 9702, 9637, 9873, 9512, 9362, 9516, 9438, 9444, 9790, 9490, 9850, 9543, 9747, 9015, 10092, 9769, 9876, 8869, 9667, 9710, 8756, 9706, 8858, 9815, 8937, 9195, 8398, 9978, 10295, 10938, 9853, 8984, 9991, 10161, 10111, 10320, 10395, 9972, 10266, 9943, 9768, 10266, 9275, 10012, 8304, 10073, 9317, 9911, 10380, 10046, 10098, 10027, 10105, 9643, 10038, 8556, 9803, 8873, 9639, 9329, 9692, 9997, 8954, 9855, 9561, 9785, 10484, 10333, 8587, 10143, 8442, 9797, 10153, 9417, 9784, 9662, 9755, 10304, 9230, 9405, 9027, 9325, 9476, 11599, 10381, 12601, 8996, 12163, 8549, 9249, 8584, 8601, 8607, 7978, 8742, 9402, 10011, 8923, 8343, 8595, 8532, 8670, 9180, 8604, 9096, 9676, 8598, 8420, 8751, 8176, 8956, 9340, 8614, 8230, 8593, 9288, 8370, 8953, 10089, 8555, 8509, 8810, 8862, 8607, 9321, 8667, 8569, 8622, 8501, 8543, 8978, 8767, 8929, 8592, 8998, 8549, 8961, 8583, 8605, 8500, 8579, 8598, 8642, 8668, 8275, 8584, 8135, 8721, 8298, 8729, 9342, 8436, 9079, 8729, 9474, 8546, 8829, 9551, 8615, 9730, 8836, 9168, 8694, 9612, 8735, 9944, 8409, 8271, 8777, 8242, 8627, 7764, 8706, 9339, 8803, 8566, 9173, 8743, 8629, 8202, 10168, 8931, 9004, 8766, 8776, 8958, 9454, 8691, 7547, 8872, 8636, 8641, 9014, 8997, 8312, 9191, 8286, 8755, 7872, 10392, 8490, 8868, 8464, 8398, 9261, 9057, 8619, 8760, 8830, 9249, 8572, 9070, 9490, 8118, 10091, 8564, 10319, 10283, 9672, 10122, 9673, 9907, 10590, 10418, 9828, 9386, 9559, 9180, 10101, 8561, 9420, 9727, 8852, 9402, 9169, 9628, 8719, 9074, 8586, 9543, 9273, 9282, 9008, 8649, 9579, 8815, 8719, 9556, 9287, 7771, 9217, 8679, 8786, 7932, 11306, 8828, 9657, 9103, 9429, 8600, 8824, 8922, 7879, 8954, 8487, 8677, 8338, 8701, 9183, 8714, 8491, 8834, 7832, 8672, 8995, 8825, 8797, 7930, 8709, 8441, 8638, 8028, 9332, 9056, 12150, 8571, 7948, 8519, 8677, 8775, 8585, 8747, 8488, 8989, 9991, 9521, 10214, 9519, 9552, 9986, 9473, 9742, 8626], 'WindowCenter': [3547.0, 3534.0, 3532.0, 3544.0, 3539.0, 3514.0, 3502.0, 3514.0, 3503.0, 3515.0, 3526.0, 3515.0, 3526.0, 3515.0, 3527.0, 3515.0, 3515.0, 3514.0, 3515.0, 3513.0, 3515.0, 3513.0, 3514.0, 3502.0, 3513.0, 3490.0, 3512.0, 3501.0, 3512.0, 3500.0, 3500.0, 3500.0, 3511.0, 3501.0, 3501.0, 3512.0, 3501.0, 3512.0, 3501.0, 3513.0, 3501.0, 3501.0, 3500.0, 3501.0, 3500.0, 3501.0, 3500.0, 3500.0, 3489.0, 3500.0, 3500.0, 3500.0, 3500.0, 3500.0, 3500.0, 3499.0, 3511.0, 3500.0, 3513.0, 3513.0, 3514.0, 3514.0, 3503.0, 3503.0, 3514.0, 3515.0, 3526.0, 3516.0, 3516.0, 3526.0, 3516.0, 3515.0, 3515.0, 3514.0, 3514.0, 3512.0, 3514.0, 3512.0, 3512.0, 3500.0, 3500.0, 3489.0, 3512.0, 3502.0, 3512.0, 3502.0, 3513.0, 3513.0, 3502.0, 3526.0, 3505.0, 3526.0, 3514.0, 3514.0, 3514.0, 3514.0, 3526.0, 3513.0, 3514.0, 3512.0, 3513.0, 3501.0, 3513.0, 3513.0, 3512.0, 3500.0, 3501.0, 3501.0, 3511.0, 3503.0, 3502.0, 3514.0, 3515.0, 3515.0, 3504.0, 3514.0, 3503.0, 3502.0, 3513.0, 3502.0, 3515.0, 3504.0, 3514.0, 3514.0, 3513.0, 3503.0, 3501.0, 3513.0, 3501.0, 3512.0, 3500.0, 3500.0, 3500.0, 3513.0, 3501.0, 3513.0, 3501.0, 3512.0, 3491.0, 3514.0, 3504.0, 3514.0, 3513.0, 3503.0, 3514.0, 3503.0, 3513.0, 3502.0, 3513.0, 3501.0, 3500.0, 3501.0, 3501.0, 3513.0, 3511.0, 3512.0, 3500.0, 3512.0, 3501.0, 3500.0, 3499.0, 3500.0, 3489.0, 3499.0, 3500.0, 3499.0, 3501.0, 3500.0, 3500.0, 3502.0, 3513.0, 3503.0, 3514.0, 3525.0, 3514.0, 3514.0, 3513.0, 3514.0, 3515.0, 3515.0, 3514.0, 3525.0, 3514.0, 3511.0, 3501.0, 3500.0, 3501.0, 3488.0, 3499.0, 3488.0, 3500.0, 3500.0, 3500.0, 3511.0, 3490.0, 3511.0, 3490.0, 3513.0, 3502.0, 3513.0, 3502.0, 3501.0, 3501.0, 3513.0, 3501.0, 3501.0, 3511.0, 3499.0, 3499.0, 3500.0, 3510.0, 3499.0, 3511.0, 3498.0, 3499.0, 3499.0, 3500.0, 3502.0, 3500.0, 3511.0, 3499.0, 3511.0, 3499.0, 3501.0, 3500.0, 3500.0, 3499.0, 3499.0, 3487.0, 3500.0, 3488.0, 3498.0, 3498.0, 3498.0, 3497.0, 3499.0, 3501.0, 3512.0, 3512.0, 3499.0, 3512.0, 3500.0, 3512.0, 3500.0, 3512.0, 3501.0, 3500.0, 3489.0, 3501.0, 3490.0, 3511.0, 3500.0, 3500.0, 3500.0, 3499.0, 3501.0, 3500.0, 3501.0, 3500.0, 3501.0, 3500.0, 3510.0, 3500.0, 3500.0, 3500.0, 3500.0, 3500.0, 3502.0, 3500.0, 3512.0, 3500.0, 3512.0, 3500.0, 3511.0, 3500.0, 3513.0, 3501.0, 3513.0, 3500.0, 3502.0, 3499.0, 3513.0, 3502.0, 3513.0, 3501.0, 3513.0, 3501.0, 3513.0, 3503.0, 3515.0, 3514.0, 3502.0, 3501.0, 3501.0, 3502.0, 3492.0, 3514.0, 3503.0, 3515.0, 3526.0, 3514.0, 3516.0, 3515.0, 3514.0, 3513.0, 3513.0, 3502.0, 3514.0, 3513.0, 3501.0, 3500.0, 3501.0, 3500.0, 3501.0, 3488.0, 3500.0, 3498.0, 3500.0, 3500.0, 3501.0, 3490.0, 3501.0, 3501.0, 3512.0, 3502.0, 3513.0, 3514.0, 3501.0, 3513.0, 3502.0, 3514.0, 3502.0, 3503.0, 3512.0, 3501.0, 3501.0, 3512.0, 3500.0, 3501.0, 3499.0, 3500.0, 3499.0, 3500.0, 3500.0, 3501.0, 3500.0, 3500.0, 3490.0, 3501.0, 3491.0, 3501.0, 3499.0, 3501.0, 3501.0, 3512.0, 3513.0, 3513.0, 3513.0, 3502.0, 3502.0, 3503.0, 3529.0, 3515.0, 3516.0, 3515.0, 3515.0, 3503.0, 3513.0, 3525.0, 3513.0, 3513.0, 3514.0, 3514.0, 3513.0, 3512.0, 3512.0, 3501.0, 3501.0, 3490.0, 3500.0, 3499.0, 3498.0, 3497.0, 3497.0, 3487.0, 3487.0, 3499.0, 3487.0, 3498.0, 3497.0, 3498.0, 3487.0, 3510.0, 3488.0, 3500.0, 3488.0, 3501.0, 3500.0, 3501.0, 3499.0, 3500.0, 3498.0, 3499.0, 3498.0, 3499.0, 3499.0, 3511.0, 3498.0, 3499.0, 3488.0, 3500.0, 3488.0, 3512.0, 3501.0, 3501.0, 3501.0, 3512.0, 3512.0, 3502.0, 3514.0, 3513.0, 3514.0, 3502.0, 3513.0, 3502.0, 3513.0, 3503.0, 3513.0, 3512.0, 3501.0, 3513.0, 3512.0, 3513.0, 3500.0, 3514.0, 3501.0, 3501.0, 3500.0, 3511.0, 3502.0, 3501.0, 3512.0, 3501.0, 3512.0, 3500.0, 3512.0, 3501.0, 3501.0, 3500.0, 3501.0, 3501.0, 3512.0, 3513.0, 3513.0, 3512.0, 3500.0, 3511.0, 3490.0, 3511.0, 3511.0, 3502.0, 3501.0, 3501.0, 3512.0, 3512.0, 3512.0, 3501.0, 3512.0, 3500.0, 3511.0, 3511.0, 3512.0, 3501.0, 3501.0, 3491.0, 3512.0, 3514.0, 3512.0, 3502.0, 3501.0, 3512.0, 3500.0, 3512.0, 3501.0, 3514.0, 3502.0, 3513.0, 3501.0, 3513.0, 3501.0, 3513.0, 3503.0, 3513.0, 3514.0, 3514.0, 3526.0, 3515.0, 3526.0, 3516.0, 3515.0, 3526.0, 3514.0, 3514.0, 3502.0, 3513.0, 3502.0, 3512.0, 3500.0, 3513.0, 3513.0, 3525.0, 3512.0, 3512.0, 3490.0, 3511.0, 3501.0, 3513.0, 3504.0, 3512.0, 3524.0, 3503.0, 3525.0, 3513.0, 3515.0, 3515.0, 3514.0, 3502.0, 3503.0, 3514.0, 3504.0, 3514.0, 3524.0, 3503.0, 3501.0, 3502.0, 3501.0, 3502.0, 3490.0, 3502.0, 3501.0, 3500.0, 3491.0, 3502.0, 3512.0, 3513.0, 3502.0, 3480.0, 3511.0, 3513.0, 3511.0, 3512.0, 3501.0, 3511.0, 3500.0, 3512.0, 3510.0, 3498.0, 3497.0, 3497.0, 3485.0, 3487.0, 3485.0, 3486.0, 3485.0, 3485.0, 3473.0, 3483.0, 3483.0, 3473.0, 3471.0, 3472.0, 3482.0, 3472.0, 3472.0, 3483.0, 3472.0, 3483.0, 3484.0, 3485.0, 3485.0, 3486.0, 3497.0, 3486.0, 3498.0, 3499.0, 3501.0, 3503.0, 3515.0, 3531.0, 3522.0, 3529.0, 3515.0, 3514.0, 3503.0, 3515.0, 3503.0, 3513.0, 3514.0, 3524.0, 3515.0, 3504.0, 3514.0, 3515.0, 3514.0, 3515.0, 3514.0, 3514.0, 3513.0, 3514.0, 3513.0, 3514.0, 3503.0, 3513.0, 3504.0, 3514.0, 3514.0, 3515.0, 3515.0, 3514.0, 3515.0, 3515.0, 3528.0, 3516.0, 3528.0, 3506.0, 3517.0, 3516.0, 3516.0, 3516.0, 3516.0, 3528.0, 3515.0, 3516.0, 3514.0, 3526.0, 3525.0, 3515.0, 3504.0, 3515.0, 3492.0, 3514.0, 3526.0, 3515.0, 3527.0, 3516.0, 3517.0, 3527.0, 3504.0, 3504.0, 3502.0, 3504.0, 3503.0, 3525.0, 3503.0, 3526.0, 3491.0, 3510.0, 3489.0, 3487.0, 3488.0, 3488.0, 3489.0, 3478.0, 3489.0, 3500.0, 3502.0, 3502.0, 3491.0, 3502.0, 3502.0, 3502.0, 3503.0, 3503.0, 3504.0, 3503.0, 3503.0, 3492.0, 3492.0, 3492.0, 3503.0, 3501.0, 3490.0, 3490.0, 3489.0, 3500.0, 3489.0, 3490.0, 3500.0, 3489.0, 3489.0, 3488.0, 3490.0, 3490.0, 3501.0, 3491.0, 3488.0, 3488.0, 3488.0, 3489.0, 3489.0, 3488.0, 3488.0, 3488.0, 3488.0, 3489.0, 3500.0, 3489.0, 3489.0, 3489.0, 3489.0, 3490.0, 3491.0, 3490.0, 3490.0, 3490.0, 3489.0, 3491.0, 3491.0, 3502.0, 3502.0, 3491.0, 3503.0, 3502.0, 3515.0, 3503.0, 3505.0, 3503.0, 3504.0, 3502.0, 3503.0, 3503.0, 3503.0, 3502.0, 3492.0, 3501.0, 3491.0, 3490.0, 3502.0, 3491.0, 3504.0, 3493.0, 3504.0, 3503.0, 3503.0, 3503.0, 3502.0, 3504.0, 3504.0, 3493.0, 3513.0, 3502.0, 3502.0, 3503.0, 3503.0, 3503.0, 3513.0, 3503.0, 3492.0, 3504.0, 3503.0, 3503.0, 3503.0, 3502.0, 3491.0, 3501.0, 3491.0, 3491.0, 3491.0, 3500.0, 3489.0, 3489.0, 3490.0, 3489.0, 3501.0, 3489.0, 3490.0, 3489.0, 3500.0, 3501.0, 3502.0, 3501.0, 3513.0, 3491.0, 3513.0, 3502.0, 3512.0, 3527.0, 3515.0, 3515.0, 3514.0, 3514.0, 3515.0, 3513.0, 3514.0, 3503.0, 3503.0, 3503.0, 3514.0, 3492.0, 3502.0, 3501.0, 3491.0, 3501.0, 3502.0, 3502.0, 3502.0, 3503.0, 3503.0, 3527.0, 3516.0, 3518.0, 3531.0, 3518.0, 3529.0, 3516.0, 3517.0, 3516.0, 3516.0, 3494.0, 3515.0, 3505.0, 3505.0, 3493.0, 3514.0, 3503.0, 3502.0, 3502.0, 3502.0, 3503.0, 3501.0, 3491.0, 3489.0, 3501.0, 3490.0, 3489.0, 3489.0, 3490.0, 3489.0, 3489.0, 3489.0, 3489.0, 3491.0, 3490.0, 3502.0, 3501.0, 3502.0, 3490.0, 3502.0, 3491.0, 3504.0, 3492.0, 3503.0, 3503.0, 3512.0, 3490.0, 3478.0, 3489.0, 3490.0, 3490.0, 3503.0, 3502.0, 3503.0, 3502.0, 3514.0, 3502.0, 3501.0, 3501.0, 3501.0, 3502.0, 3501.0, 3502.0, 3490.0], 'WindowWidth': [8043.0, 8016.0, 8010.0, 8030.0, 8011.0, 7968.0, 7949.0, 7968.0, 7954.0, 7972.0, 7987.0, 7970.0, 7989.0, 7972.0, 7991.0, 7970.0, 7973.0, 7967.0, 7970.0, 7966.0, 7970.0, 7964.0, 7968.0, 7946.0, 7962.0, 7928.0, 7962.0, 7945.0, 7962.0, 7943.0, 7942.0, 7942.0, 7959.0, 7947.0, 7946.0, 7962.0, 7944.0, 7961.0, 7946.0, 7964.0, 7945.0, 7946.0, 7942.0, 7943.0, 7941.0, 7944.0, 7943.0, 7942.0, 7926.0, 7941.0, 7942.0, 7942.0, 7943.0, 7941.0, 7941.0, 7940.0, 7958.0, 7943.0, 7965.0, 7964.0, 7968.0, 7970.0, 7955.0, 7952.0, 7967.0, 7970.0, 7988.0, 7974.0, 7975.0, 7989.0, 7975.0, 7970.0, 7970.0, 7966.0, 7967.0, 7962.0, 7966.0, 7959.0, 7962.0, 7940.0, 7942.0, 7927.0, 7960.0, 7948.0, 7961.0, 7948.0, 7962.0, 7964.0, 7950.0, 7986.0, 7957.0, 7986.0, 7968.0, 7968.0, 7968.0, 7969.0, 7986.0, 7965.0, 7968.0, 7960.0, 7963.0, 7946.0, 7965.0, 7964.0, 7962.0, 7943.0, 7944.0, 7946.0, 7962.0, 7955.0, 7952.0, 7970.0, 7975.0, 7972.0, 7955.0, 7969.0, 7951.0, 7950.0, 7965.0, 7951.0, 7969.0, 7955.0, 7968.0, 7968.0, 7964.0, 7949.0, 7946.0, 7965.0, 7947.0, 7960.0, 7943.0, 7943.0, 7942.0, 7965.0, 7946.0, 7964.0, 7947.0, 7962.0, 7933.0, 7968.0, 7955.0, 7969.0, 7967.0, 7951.0, 7967.0, 7952.0, 7966.0, 7949.0, 7965.0, 7945.0, 7944.0, 7947.0, 7945.0, 7965.0, 7960.0, 7961.0, 7942.0, 7961.0, 7945.0, 7944.0, 7939.0, 7941.0, 7926.0, 7942.0, 7942.0, 7939.0, 7944.0, 7942.0, 7944.0, 7947.0, 7966.0, 7954.0, 7971.0, 7984.0, 7966.0, 7969.0, 7965.0, 7967.0, 7970.0, 7971.0, 7970.0, 7985.0, 7969.0, 7958.0, 7945.0, 7941.0, 7945.0, 7923.0, 7939.0, 7923.0, 7941.0, 7943.0, 7943.0, 7959.0, 7930.0, 7959.0, 7930.0, 7964.0, 7951.0, 7966.0, 7948.0, 7947.0, 7946.0, 7963.0, 7945.0, 7948.0, 7957.0, 7940.0, 7940.0, 7941.0, 7956.0, 7939.0, 7957.0, 7936.0, 7939.0, 7941.0, 7943.0, 7947.0, 7944.0, 7957.0, 7938.0, 7958.0, 7941.0, 7946.0, 7943.0, 7943.0, 7937.0, 7939.0, 7921.0, 7941.0, 7922.0, 7937.0, 7934.0, 7935.0, 7934.0, 7938.0, 7945.0, 7960.0, 7960.0, 7939.0, 7959.0, 7943.0, 7963.0, 7944.0, 7963.0, 7944.0, 7943.0, 7927.0, 7946.0, 7931.0, 7959.0, 7942.0, 7942.0, 7942.0, 7940.0, 7944.0, 7943.0, 7944.0, 7941.0, 7944.0, 7942.0, 7955.0, 7941.0, 7942.0, 7942.0, 7942.0, 7941.0, 7947.0, 7942.0, 7963.0, 7943.0, 7963.0, 7942.0, 7959.0, 7943.0, 7964.0, 7946.0, 7965.0, 7943.0, 7947.0, 7941.0, 7964.0, 7948.0, 7964.0, 7947.0, 7963.0, 7948.0, 7966.0, 7953.0, 7972.0, 7966.0, 7950.0, 7945.0, 7944.0, 7948.0, 7936.0, 7967.0, 7953.0, 7970.0, 7987.0, 7970.0, 7973.0, 7969.0, 7967.0, 7964.0, 7967.0, 7950.0, 7968.0, 7963.0, 7946.0, 7942.0, 7946.0, 7942.0, 7945.0, 7923.0, 7942.0, 7936.0, 7944.0, 7941.0, 7945.0, 7930.0, 7946.0, 7946.0, 7963.0, 7951.0, 7965.0, 7968.0, 7947.0, 7965.0, 7948.0, 7968.0, 7950.0, 7951.0, 7961.0, 7946.0, 7946.0, 7962.0, 7944.0, 7946.0, 7939.0, 7942.0, 7940.0, 7944.0, 7944.0, 7945.0, 7942.0, 7943.0, 7929.0, 7945.0, 7932.0, 7944.0, 7941.0, 7946.0, 7945.0, 7963.0, 7966.0, 7967.0, 7965.0, 7950.0, 7951.0, 7956.0, 8002.0, 7976.0, 7980.0, 7977.0, 7973.0, 7951.0, 7964.0, 7984.0, 7965.0, 7966.0, 7968.0, 7968.0, 7965.0, 7964.0, 7962.0, 7945.0, 7944.0, 7928.0, 7942.0, 7938.0, 7935.0, 7932.0, 7933.0, 7918.0, 7919.0, 7936.0, 7918.0, 7933.0, 7933.0, 7936.0, 7919.0, 7955.0, 7923.0, 7942.0, 7923.0, 7943.0, 7941.0, 7943.0, 7939.0, 7941.0, 7935.0, 7938.0, 7935.0, 7939.0, 7939.0, 7958.0, 7936.0, 7939.0, 7922.0, 7942.0, 7924.0, 7961.0, 7946.0, 7946.0, 7946.0, 7961.0, 7964.0, 7950.0, 7970.0, 7966.0, 7968.0, 7949.0, 7964.0, 7948.0, 7967.0, 7952.0, 7964.0, 7962.0, 7946.0, 7966.0, 7960.0, 7965.0, 7943.0, 7969.0, 7946.0, 7944.0, 7943.0, 7959.0, 7947.0, 7946.0, 7961.0, 7945.0, 7960.0, 7943.0, 7961.0, 7944.0, 7946.0, 7943.0, 7944.0, 7946.0, 7963.0, 7965.0, 7966.0, 7963.0, 7942.0, 7958.0, 7929.0, 7958.0, 7959.0, 7947.0, 7945.0, 7944.0, 7961.0, 7961.0, 7963.0, 7944.0, 7959.0, 7940.0, 7959.0, 7958.0, 7962.0, 7944.0, 7945.0, 7931.0, 7961.0, 7966.0, 7962.0, 7947.0, 7945.0, 7959.0, 7943.0, 7961.0, 7947.0, 7965.0, 7947.0, 7963.0, 7945.0, 7962.0, 7946.0, 7965.0, 7951.0, 7964.0, 7966.0, 7966.0, 7986.0, 7970.0, 7986.0, 7973.0, 7970.0, 7987.0, 7966.0, 7967.0, 7948.0, 7965.0, 7947.0, 7961.0, 7943.0, 7963.0, 7964.0, 7984.0, 7961.0, 7961.0, 7929.0, 7959.0, 7948.0, 7967.0, 7954.0, 7964.0, 7983.0, 7952.0, 7985.0, 7969.0, 7972.0, 7973.0, 7969.0, 7952.0, 7953.0, 7967.0, 7954.0, 7968.0, 7981.0, 7951.0, 7948.0, 7948.0, 7946.0, 7948.0, 7931.0, 7948.0, 7946.0, 7944.0, 7934.0, 7948.0, 7964.0, 7965.0, 7951.0, 7916.0, 7958.0, 7965.0, 7960.0, 7961.0, 7945.0, 7957.0, 7943.0, 7962.0, 7957.0, 7937.0, 7933.0, 7933.0, 7915.0, 7918.0, 7912.0, 7916.0, 7910.0, 7912.0, 7892.0, 7908.0, 7905.0, 7892.0, 7887.0, 7890.0, 7904.0, 7889.0, 7890.0, 7905.0, 7890.0, 7907.0, 7909.0, 7910.0, 7913.0, 7916.0, 7933.0, 7917.0, 7935.0, 7939.0, 7944.0, 7952.0, 7971.0, 8004.0, 7993.0, 7998.0, 7972.0, 7967.0, 7951.0, 7972.0, 7952.0, 7964.0, 7969.0, 7982.0, 7970.0, 7954.0, 7968.0, 7969.0, 7968.0, 7970.0, 7968.0, 7968.0, 7963.0, 7967.0, 7962.0, 7966.0, 7950.0, 7964.0, 7954.0, 7968.0, 7969.0, 7971.0, 7972.0, 7969.0, 7972.0, 7972.0, 7993.0, 7976.0, 7994.0, 7962.0, 7976.0, 7974.0, 7975.0, 7976.0, 7975.0, 7994.0, 7972.0, 7973.0, 7970.0, 7989.0, 7985.0, 7972.0, 7955.0, 7970.0, 7936.0, 7968.0, 7988.0, 7971.0, 7991.0, 7972.0, 7975.0, 7988.0, 7954.0, 7953.0, 7949.0, 7954.0, 7951.0, 7982.0, 7951.0, 7990.0, 7932.0, 7954.0, 7924.0, 7920.0, 7923.0, 7924.0, 7924.0, 7909.0, 7924.0, 7943.0, 7946.0, 7949.0, 7933.0, 7948.0, 7949.0, 7949.0, 7953.0, 7952.0, 7954.0, 7952.0, 7950.0, 7934.0, 7934.0, 7933.0, 7950.0, 7944.0, 7928.0, 7929.0, 7925.0, 7941.0, 7925.0, 7930.0, 7941.0, 7926.0, 7925.0, 7925.0, 7929.0, 7929.0, 7945.0, 7931.0, 7922.0, 7922.0, 7921.0, 7924.0, 7925.0, 7922.0, 7921.0, 7921.0, 7921.0, 7926.0, 7942.0, 7927.0, 7926.0, 7926.0, 7925.0, 7928.0, 7932.0, 7930.0, 7929.0, 7929.0, 7928.0, 7932.0, 7934.0, 7948.0, 7949.0, 7933.0, 7951.0, 7948.0, 7970.0, 7952.0, 7957.0, 7950.0, 7954.0, 7948.0, 7951.0, 7949.0, 7952.0, 7948.0, 7937.0, 7945.0, 7933.0, 7930.0, 7949.0, 7934.0, 7956.0, 7940.0, 7956.0, 7953.0, 7953.0, 7952.0, 7951.0, 7954.0, 7956.0, 7939.0, 7966.0, 7949.0, 7948.0, 7952.0, 7951.0, 7953.0, 7966.0, 7953.0, 7937.0, 7953.0, 7953.0, 7952.0, 7951.0, 7950.0, 7932.0, 7944.0, 7931.0, 7932.0, 7932.0, 7943.0, 7927.0, 7925.0, 7927.0, 7927.0, 7944.0, 7926.0, 7928.0, 7926.0, 7942.0, 7945.0, 7949.0, 7945.0, 7965.0, 7932.0, 7963.0, 7949.0, 7962.0, 7993.0, 7971.0, 7970.0, 7968.0, 7967.0, 7969.0, 7965.0, 7967.0, 7950.0, 7951.0, 7951.0, 7965.0, 7934.0, 7945.0, 7943.0, 7930.0, 7946.0, 7948.0, 7947.0, 7948.0, 7952.0, 7952.0, 7990.0, 7975.0, 7982.0, 8003.0, 7981.0, 7996.0, 7974.0, 7979.0, 7974.0, 7975.0, 7943.0, 7972.0, 7959.0, 7959.0, 7939.0, 7967.0, 7951.0, 7950.0, 7949.0, 7947.0, 7950.0, 7946.0, 7933.0, 7927.0, 7945.0, 7929.0, 7926.0, 7926.0, 7929.0, 7925.0, 7926.0, 7926.0, 7927.0, 7931.0, 7930.0, 7948.0, 7944.0, 7947.0, 7930.0, 7949.0, 7934.0, 7953.0, 7936.0, 7952.0, 7950.0, 7960.0, 7928.0, 7911.0, 7925.0, 7928.0, 7929.0, 7949.0, 7949.0, 7953.0, 7949.0, 7968.0, 7946.0, 7941.0, 7942.0, 7946.0, 7947.0, 7944.0, 7947.0, 7929.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.00030041474654377877</td></tr>
<tr><td colspan=3>aqi</td><td>0.02744394608294931</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.49432234870824</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1917255040138433</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931413655709336</td></tr>
<tr><td colspan=3>efc</td><td>0.4445</td></tr>
<tr><td colspan=3>fber</td><td>5537.2109</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07943405639928597</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8433179723502304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5079185410752145</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4453517598800887</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.748766661737023</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3296372016085307</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119817</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015288226306438446</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028772389516234398</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>3.714863850695729</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.4455</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.648</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.166</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310240.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>559.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.0494</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1792</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>391.1645</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2757.0876</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.7541</td></tr>
<tr><td colspan=3>tsnr</td><td>38.79609343037009</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>