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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0071/figures/sub-0071_ses-01_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_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-0071/ses-01/func/sub-0071_ses-01_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>437271e3405e4d35fec0132f3f8e158d</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>09:14:55.580000</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.9995, -0.0316038, 0.000476872, 0.0315852, 0.998116, -0.0525935]</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.101012</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>[4140, -7760, -7213, 498, -47, -169, 75, 67]</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>273.8</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>16df5033-096e-4e78-9868-cb3168e0db07||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.681586503982544, 0.08474066108465195, -0.003202686784788966, 106.5873794555664], [0.08479074388742447, 2.677873373031616, -0.14197205007076263, -84.18524932861328], [0.0012794134672731161, 0.14110440015792847, 2.696262836456299, -83.28367614746094], [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': ['091455.580000', '091456.040000', '091456.500000', '091456.960000', '091457.420000', '091457.880000', '091458.340000', '091458.800000', '091459.260000', '091459.720000', '091500.180000', '091500.640000', '091501.100000', '091501.560000', '091502.020000', '091502.480000', '091502.940000', '091503.400000', '091503.860000', '091504.320000', '091504.780000', '091505.240000', '091505.700000', '091506.160000', '091506.620000', '091507.080000', '091507.540000', '091508.000000', '091508.460000', '091508.920000', '091509.380000', '091509.840000', '091510.300000', '091510.760000', '091511.220000', '091511.680000', '091512.140000', '091512.600000', '091513.060000', '091513.520000', '091513.980000', '091514.440000', '091514.900000', '091515.360000', '091515.820000', '091516.280000', '091516.740000', '091517.200000', '091517.660000', '091518.120000', '091518.580000', '091519.040000', '091519.500000', '091519.960000', '091520.420000', '091520.880000', '091521.340000', '091521.800000', '091522.260000', '091522.720000', '091523.180000', '091523.640000', '091524.100000', '091524.560000', '091525.020000', '091525.480000', '091525.940000', '091526.400000', '091526.860000', '091527.320000', '091527.780000', '091528.240000', '091528.700000', '091529.160000', '091529.620000', '091530.080000', '091530.540000', '091531.000000', '091531.460000', '091531.920000', '091532.380000', '091532.840000', '091533.300000', '091533.760000', '091534.220000', '091534.680000', '091535.140000', '091535.600000', '091536.060000', '091536.520000', '091536.980000', '091537.440000', '091537.900000', '091538.360000', '091538.820000', '091539.280000', '091539.740000', '091540.200000', '091540.660000', '091541.120000', '091541.580000', '091542.040000', '091542.500000', '091542.960000', '091543.420000', '091543.880000', '091544.340000', '091544.800000', '091545.260000', '091545.720000', '091546.180000', '091546.640000', '091547.100000', '091547.560000', '091548.020000', '091548.480000', '091548.940000', '091549.400000', '091549.860000', '091550.320000', '091550.780000', '091551.240000', '091551.700000', '091552.160000', '091552.620000', '091553.080000', '091553.540000', '091554.000000', '091554.460000', '091554.920000', '091555.380000', '091555.840000', '091556.300000', '091556.760000', '091557.220000', '091557.680000', '091558.140000', '091558.600000', '091559.060000', '091559.520000', '091559.980000', '091600.440000', '091600.900000', '091601.360000', '091601.820000', '091602.280000', '091602.740000', '091603.200000', '091603.660000', '091604.120000', '091604.580000', '091605.040000', '091605.500000', '091605.960000', '091606.420000', '091606.880000', '091607.340000', '091607.800000', '091608.260000', '091608.720000', '091609.180000', '091609.640000', '091610.100000', '091610.560000', '091611.020000', '091611.480000', '091611.940000', '091612.400000', '091612.860000', '091613.320000', '091613.780000', '091614.240000', '091614.700000', '091615.160000', '091615.620000', '091616.080000', '091616.540000', '091617.000000', '091617.460000', '091617.920000', '091618.380000', '091618.840000', '091619.300000', '091619.760000', '091620.220000', '091620.680000', '091621.140000', '091621.600000', '091622.060000', '091622.520000', '091622.980000', '091623.440000', '091623.900000', '091624.360000', '091624.820000', '091625.280000', '091625.740000', '091626.200000', '091626.660000', '091627.120000', '091627.580000', '091628.040000', '091628.500000', '091628.960000', '091629.420000', '091629.880000', '091630.340000', '091630.800000', '091631.260000', '091631.720000', '091632.180000', '091632.640000', '091633.100000', '091633.560000', '091634.020000', '091634.480000', '091634.940000', '091635.400000', '091635.860000', '091636.320000', '091636.780000', '091637.240000', '091637.700000', '091638.160000', '091638.620000', '091639.080000', '091639.540000', '091640.000000', '091640.460000', '091640.920000', '091641.380000', '091641.840000', '091642.300000', '091642.760000', '091643.220000', '091643.680000', '091644.140000', '091644.600000', '091645.060000', '091645.520000', '091645.980000', '091646.440000', '091646.900000', '091647.360000', '091647.820000', '091648.280000', '091648.740000', '091649.200000', '091649.660000', '091650.120000', '091650.580000', '091651.040000', '091651.500000', '091651.960000', '091652.420000', '091652.880000', '091653.340000', '091653.800000', '091654.260000', '091654.720000', '091655.180000', '091655.640000', '091656.100000', '091656.560000', '091657.020000', '091657.480000', '091657.940000', '091658.400000', '091658.860000', '091659.320000', '091659.780000', '091700.240000', '091700.700000', '091701.160000', '091701.620000', '091702.080000', '091702.540000', '091703.000000', '091703.460000', '091703.920000', '091704.380000', '091704.840000', '091705.300000', '091705.760000', '091706.220000', '091706.680000', '091707.140000', '091707.600000', '091708.060000', '091708.520000', '091708.980000', '091709.440000', '091709.900000', '091710.360000', '091710.820000', '091711.280000', '091711.740000', '091712.200000', '091712.660000', '091713.120000', '091713.580000', '091714.040000', '091714.500000', '091714.960000', '091715.420000', '091715.880000', '091716.340000', '091716.800000', '091717.260000', '091717.720000', '091718.180000', '091718.640000', '091719.100000', '091719.560000', '091720.020000', '091720.480000', '091720.940000', '091721.400000', '091721.860000', '091722.320000', '091722.780000', '091723.240000', '091723.700000', '091724.160000', '091724.620000', '091725.080000', '091725.540000', '091726.000000', '091726.460000', '091726.920000', '091727.380000', '091727.840000', '091728.300000', '091728.760000', '091729.220000', '091729.680000', '091730.140000', '091730.600000', '091731.060000', '091731.520000', '091731.980000', '091732.440000', '091732.900000', '091733.360000', '091733.820000', '091734.280000', '091734.740000', '091735.200000', '091735.660000', '091736.120000', '091736.580000', '091737.040000', '091737.500000', '091737.960000', '091738.420000', '091738.880000', '091739.340000', '091739.800000', '091740.260000', '091740.720000', '091741.180000', '091741.640000', '091742.100000', '091742.560000', '091743.020000', '091743.480000', '091743.940000', '091744.400000', '091744.860000', '091745.320000', '091745.780000', '091746.240000', '091746.700000', '091747.160000', '091747.620000', '091748.080000', '091748.540000', '091749.000000', '091749.460000', '091749.920000', '091750.380000', '091750.840000', '091751.300000', '091751.760000', '091752.220000', '091752.680000', '091753.140000', '091753.600000', '091754.060000', '091754.520000', '091754.980000', '091755.440000', '091755.900000', '091756.360000', '091756.820000', '091757.280000', '091757.740000', '091758.200000', '091758.660000', '091759.120000', '091759.580000', '091800.040000', '091800.500000', '091800.960000', '091801.420000', '091801.880000', '091802.340000', '091802.800000', '091803.260000', '091803.720000', '091804.180000', '091804.640000', '091805.100000', '091805.560000', '091806.020000', '091806.480000', '091806.940000', '091807.400000', '091807.860000', '091808.320000', '091808.780000', '091809.240000', '091809.700000', '091810.160000', '091810.620000', '091811.080000', '091811.540000', '091812.000000', '091812.460000', '091812.920000', '091813.380000', '091813.840000', '091814.300000', '091814.760000', '091815.220000', '091815.680000', '091816.140000', '091816.600000', '091817.060000', '091817.520000', '091817.980000', '091818.440000', '091818.900000', '091819.360000', '091819.820000', '091820.280000', '091820.740000', '091821.200000', '091821.660000', '091822.120000', '091822.580000', '091823.040000', '091823.500000', '091823.960000', '091824.420000', '091824.880000', '091825.340000', '091825.800000', '091826.260000', '091826.720000', '091827.180000', '091827.640000', '091828.100000', '091828.560000', '091829.020000', '091829.480000', '091829.940000', '091830.400000', '091830.860000', '091831.320000', '091831.780000', '091832.240000', '091832.700000', '091833.160000', '091833.620000', '091834.080000', '091834.540000', '091835.000000', '091835.460000', '091835.920000', '091836.380000', '091836.840000', '091837.300000', '091837.760000', '091838.220000', '091838.680000', '091839.140000', '091839.600000', '091840.060000', '091840.520000', '091840.980000', '091841.440000', '091841.900000', '091842.360000', '091842.820000', '091843.280000', '091843.740000', '091844.200000', '091844.660000', '091845.120000', '091845.580000', '091846.040000', '091846.500000', '091846.960000', '091847.420000', '091847.880000', '091848.340000', '091848.800000', '091849.260000', '091849.720000', '091850.180000', '091850.640000', '091851.100000', '091851.560000', '091852.020000', '091852.480000', '091852.940000', '091853.400000', '091853.860000', '091854.320000', '091854.780000', '091855.240000', '091855.700000', '091856.160000', '091856.620000', '091857.080000', '091857.540000', '091858.000000', '091858.460000', '091858.920000', '091859.380000', '091859.840000', '091900.300000', '091900.760000', '091901.220000', '091901.680000', '091902.140000', '091902.600000', '091903.060000', '091903.520000', '091903.980000', '091904.440000', '091904.900000', '091905.360000', '091905.820000', '091906.280000', '091906.740000', '091907.200000', '091907.660000', '091908.120000', '091908.580000', '091909.040000', '091909.500000', '091909.960000', '091910.420000', '091910.880000', '091911.340000', '091911.800000', '091912.260000', '091912.720000', '091913.180000', '091913.640000', '091914.100000', '091914.560000', '091915.020000', '091915.480000', '091915.940000', '091916.400000', '091916.860000', '091917.320000', '091917.780000', '091918.240000', '091918.700000', '091919.160000', '091919.620000', '091920.080000', '091920.540000', '091921.000000', '091921.460000', '091921.920000', '091922.380000', '091922.840000', '091923.300000', '091923.760000', '091924.220000', '091924.680000', '091925.140000', '091925.600000', '091926.060000', '091926.520000', '091926.980000', '091927.440000', '091927.900000', '091928.360000', '091928.820000', '091929.280000', '091929.740000', '091930.200000', '091930.660000', '091931.120000', '091931.580000', '091932.040000', '091932.500000', '091932.960000', '091933.420000', '091933.880000', '091934.340000', '091934.800000', '091935.260000', '091935.720000', '091936.180000', '091936.640000', '091937.100000', '091937.560000', '091938.020000', '091938.480000', '091938.940000', '091939.400000', '091939.860000', '091940.320000', '091940.780000', '091941.240000', '091941.700000', '091942.160000', '091942.620000', '091943.080000', '091943.540000', '091944.000000', '091944.460000', '091944.920000', '091945.380000', '091945.840000', '091946.300000', '091946.760000', '091947.220000', '091947.680000', '091948.140000', '091948.600000', '091949.060000', '091949.520000', '091949.980000', '091950.440000', '091950.900000', '091951.360000', '091951.820000', '091952.280000', '091952.740000', '091953.200000', '091953.660000', '091954.120000', '091954.580000', '091955.040000', '091955.500000', '091955.960000', '091956.420000', '091956.880000', '091957.340000', '091957.800000', '091958.260000', '091958.720000', '091959.180000', '091959.640000', '092000.100000', '092000.560000', '092001.020000', '092001.480000', '092001.940000', '092002.400000', '092002.860000', '092003.320000', '092003.780000', '092004.240000', '092004.700000', '092005.160000', '092005.620000', '092006.080000', '092006.540000', '092007.000000', '092007.460000', '092007.920000', '092008.380000', '092008.840000', '092009.300000', '092009.760000', '092010.220000', '092010.680000', '092011.140000', '092011.600000', '092012.060000', '092012.520000', '092012.980000', '092013.440000', '092013.900000', '092014.360000', '092014.820000', '092015.280000', '092015.740000', '092016.200000', '092016.660000', '092017.120000', '092017.580000', '092018.040000', '092018.500000', '092018.960000', '092019.420000', '092019.880000', '092020.340000', '092020.800000', '092021.260000', '092021.720000', '092022.180000', '092022.640000', '092023.100000', '092023.560000', '092024.020000', '092024.480000', '092024.940000', '092025.400000', '092025.860000', '092026.320000', '092026.780000', '092027.240000', '092027.700000', '092028.160000', '092028.620000', '092029.080000', '092029.540000', '092030.000000', '092030.460000', '092030.920000', '092031.380000', '092031.840000', '092032.300000', '092032.760000', '092033.220000', '092033.680000', '092034.140000', '092034.600000', '092035.060000', '092035.520000', '092035.980000', '092036.440000', '092036.900000', '092037.360000', '092037.820000', '092038.280000', '092038.740000', '092039.200000', '092039.660000', '092040.120000', '092040.580000', '092041.040000', '092041.500000', '092041.960000', '092042.420000', '092042.880000', '092043.340000', '092043.800000', '092044.260000', '092044.720000', '092045.180000', '092045.640000', '092046.100000', '092046.560000', '092047.020000', '092047.480000', '092047.940000', '092048.400000', '092048.860000', '092049.320000', '092049.780000', '092050.240000', '092050.700000', '092051.160000', '092051.620000', '092052.080000', '092052.540000', '092053.000000', '092053.460000', '092053.920000', '092054.380000', '092054.840000', '092055.300000', '092055.760000', '092056.220000', '092056.680000', '092057.140000', '092057.600000', '092058.060000', '092058.520000', '092058.980000', '092059.440000', '092059.900000', '092100.360000', '092100.820000', '092101.280000', '092101.740000', '092102.200000', '092102.660000', '092103.120000', '092103.580000', '092104.040000', '092104.500000', '092104.960000', '092105.420000', '092105.880000', '092106.340000', '092106.800000', '092107.260000', '092107.720000', '092108.180000', '092108.640000', '092109.100000', '092109.560000', '092110.020000', '092110.480000', '092110.940000', '092111.400000', '092111.860000', '092112.320000', '092112.780000', '092113.240000', '092113.700000', '092114.160000', '092114.620000', '092115.080000', '092115.540000', '092116.000000', '092116.460000', '092116.920000', '092117.380000', '092117.840000', '092118.300000', '092118.760000', '092119.220000', '092119.680000', '092120.140000', '092120.600000', '092121.060000', '092121.520000', '092121.980000', '092122.440000', '092122.900000', '092123.360000', '092123.820000', '092124.280000', '092124.740000', '092125.200000', '092125.660000', '092126.120000', '092126.580000', '092127.040000', '092127.500000', '092127.960000', '092128.420000', '092128.880000', '092129.340000', '092129.800000', '092130.260000', '092130.720000', '092131.180000', '092131.640000', '092132.100000', '092132.560000', '092133.020000', '092133.480000', '092133.940000', '092134.400000', '092134.860000', '092135.320000', '092135.780000', '092136.240000'], 'ContentTime': ['091513.589000', '091513.592000', '091513.595000', '091513.598000', '091513.616000', '091513.619000', '091513.621000', '091513.624000', '091513.626000', '091513.629000', '091513.631000', '091513.634000', '091513.636000', '091513.639000', '091513.642000', '091513.644000', '091513.648000', '091513.651000', '091513.654000', '091513.656000', '091513.659000', '091513.661000', '091513.664000', '091513.667000', '091513.669000', '091513.680000', '091513.682000', '091513.685000', '091513.688000', '091513.690000', '091513.693000', '091513.695000', '091513.698000', '091513.700000', '091513.703000', '091513.705000', '091533.560000', '091533.563000', '091533.574000', '091533.576000', '091533.579000', '091533.582000', '091533.584000', '091533.587000', '091533.590000', '091533.592000', '091533.595000', '091533.597000', '091533.600000', '091533.602000', '091533.605000', '091533.607000', '091533.610000', '091533.612000', '091533.615000', '091533.618000', '091533.620000', '091533.623000', '091533.625000', '091533.628000', '091533.630000', '091533.633000', '091533.636000', '091533.638000', '091533.641000', '091533.643000', '091533.646000', '091533.649000', '091533.651000', '091533.654000', '091533.657000', '091533.659000', '091533.662000', '091533.664000', '091533.667000', '091533.669000', '091533.672000', '091533.674000', '091533.677000', '091533.679000', '091553.559000', '091553.562000', '091553.565000', '091553.576000', '091553.579000', '091553.582000', '091553.584000', '091553.587000', '091553.589000', '091553.592000', '091553.594000', '091553.597000', '091553.600000', '091553.602000', '091553.605000', '091553.607000', '091553.610000', '091553.612000', '091553.615000', '091553.618000', '091553.620000', '091553.623000', '091553.625000', '091553.628000', '091553.630000', '091553.633000', '091553.635000', '091553.638000', '091553.640000', '091553.643000', '091553.645000', '091553.648000', '091553.651000', '091553.653000', '091553.656000', '091553.658000', '091553.662000', '091553.665000', '091553.668000', '091553.670000', '091553.673000', '091553.675000', '091553.678000', '091613.561000', '091613.563000', '091613.566000', '091613.569000', '091613.571000', '091613.574000', '091613.576000', '091613.579000', '091613.581000', '091613.584000', '091613.587000', '091613.589000', '091613.592000', '091613.594000', '091613.597000', '091613.600000', '091613.602000', '091613.605000', '091613.607000', '091613.610000', '091613.613000', '091613.615000', '091613.618000', '091613.620000', '091613.623000', '091613.625000', '091613.628000', '091613.630000', '091613.633000', '091613.636000', '091613.638000', '091613.641000', '091613.643000', '091613.646000', '091613.648000', '091613.651000', '091613.654000', '091613.656000', '091613.659000', '091613.661000', '091613.664000', '091613.666000', '091613.669000', '091613.671000', '091633.560000', '091633.563000', '091633.566000', '091633.568000', '091633.571000', '091633.574000', '091633.576000', '091633.579000', '091633.581000', '091633.584000', '091633.586000', '091633.589000', '091633.591000', '091633.594000', '091633.597000', '091633.599000', '091633.602000', '091633.605000', '091633.607000', '091633.610000', '091633.612000', '091633.615000', '091633.617000', '091633.620000', '091633.622000', '091633.625000', '091633.628000', '091633.630000', '091633.633000', '091633.635000', '091633.651000', '091633.653000', '091633.657000', '091633.660000', '091633.663000', '091633.666000', '091633.669000', '091633.671000', '091633.674000', '091633.676000', '091633.679000', '091633.682000', '091633.684000', '091653.560000', '091653.563000', '091653.566000', '091653.569000', '091653.571000', '091653.574000', '091653.576000', '091653.579000', '091653.582000', '091653.584000', '091653.587000', '091653.589000', '091653.592000', '091653.594000', '091653.597000', '091653.600000', '091653.602000', '091653.605000', '091653.608000', '091653.610000', '091653.613000', '091653.615000', '091653.618000', '091653.621000', '091653.623000', '091653.626000', '091653.628000', '091653.631000', '091653.633000', '091653.636000', '091653.639000', '091653.641000', '091653.644000', '091653.646000', '091653.649000', '091653.651000', '091653.654000', '091653.657000', '091653.659000', '091653.662000', '091653.664000', '091653.667000', '091653.669000', '091653.672000', '091713.561000', '091713.563000', '091713.566000', '091713.569000', '091713.571000', '091713.574000', '091713.576000', '091713.579000', '091713.581000', '091713.584000', '091713.587000', '091713.589000', '091713.592000', '091713.594000', '091713.597000', '091713.600000', '091713.602000', '091713.605000', '091713.607000', '091713.610000', '091713.612000', '091713.615000', '091713.618000', '091713.620000', '091713.623000', '091713.625000', '091713.628000', '091713.630000', '091713.633000', '091713.636000', '091713.638000', '091713.641000', '091713.643000', '091713.646000', '091713.649000', '091713.651000', '091713.654000', '091713.656000', '091713.659000', '091713.661000', '091713.664000', '091713.666000', '091713.669000', '091733.560000', '091733.563000', '091733.566000', '091733.569000', '091733.571000', '091733.574000', '091733.576000', '091733.579000', '091733.581000', '091733.584000', '091733.586000', '091733.589000', '091733.592000', '091733.594000', '091733.597000', '091733.600000', '091733.602000', '091733.605000', '091733.608000', '091733.610000', '091733.613000', '091733.615000', '091733.618000', '091733.621000', '091733.623000', '091733.626000', '091733.628000', '091733.631000', '091733.633000', '091733.636000', '091733.639000', '091733.641000', '091733.644000', '091733.646000', '091733.649000', '091733.651000', '091733.654000', '091733.657000', '091733.659000', '091733.662000', '091733.664000', '091733.667000', '091733.670000', '091733.672000', '091753.561000', '091753.564000', '091753.566000', '091753.569000', '091753.571000', '091753.574000', '091753.577000', '091753.579000', '091753.582000', '091753.584000', '091753.587000', '091753.590000', '091753.592000', '091753.595000', '091753.597000', '091753.600000', '091753.603000', '091753.605000', '091753.608000', '091753.610000', '091753.613000', '091753.616000', '091753.618000', '091753.621000', '091753.623000', '091753.626000', '091753.628000', '091753.631000', '091753.634000', '091753.636000', '091753.639000', '091753.641000', '091753.644000', '091753.647000', '091753.649000', '091753.652000', '091753.654000', '091753.657000', '091753.659000', '091753.662000', '091753.664000', '091753.667000', '091753.670000', '091813.559000', '091813.562000', '091813.565000', '091813.568000', '091813.570000', '091813.573000', '091813.575000', '091813.578000', '091813.580000', '091813.583000', '091813.586000', '091813.588000', '091813.602000', '091813.605000', '091813.607000', '091813.610000', '091813.612000', '091813.615000', '091813.618000', '091813.620000', '091813.623000', '091813.625000', '091813.628000', '091813.630000', '091813.633000', '091813.635000', '091813.638000', '091813.641000', '091813.643000', '091813.646000', '091813.649000', '091813.651000', '091813.654000', '091813.656000', '091813.659000', '091813.661000', '091813.664000', '091813.667000', '091813.669000', '091813.672000', '091813.674000', '091813.677000', '091813.680000', '091813.682000', '091833.560000', '091833.563000', '091833.566000', '091833.569000', '091833.571000', '091833.574000', '091833.576000', '091833.579000', '091833.581000', '091833.584000', '091833.587000', '091833.589000', '091833.592000', '091833.594000', '091833.597000', '091833.600000', '091833.602000', '091833.605000', '091833.607000', '091833.610000', '091833.613000', '091833.615000', '091833.618000', '091833.620000', '091833.623000', '091833.626000', '091833.628000', '091833.631000', '091833.633000', '091833.636000', '091833.639000', '091833.641000', '091833.644000', '091833.646000', '091833.649000', '091833.651000', '091833.654000', '091833.657000', '091833.659000', '091833.662000', '091833.664000', '091833.667000', '091833.670000', '091853.561000', '091853.563000', '091853.566000', '091853.569000', '091853.571000', '091853.574000', '091853.576000', '091853.579000', '091853.581000', '091853.584000', '091853.587000', '091853.589000', '091853.592000', '091853.594000', '091853.597000', '091853.600000', '091853.602000', '091853.605000', '091853.607000', '091853.610000', '091853.613000', '091853.615000', '091853.618000', '091853.620000', '091853.623000', '091853.626000', '091853.628000', '091853.631000', '091853.633000', '091853.636000', '091853.638000', '091853.641000', '091853.644000', '091853.646000', '091853.649000', '091853.652000', '091853.654000', '091853.657000', '091853.659000', '091853.662000', '091853.665000', '091853.667000', '091853.670000', '091853.672000', '091913.561000', '091913.563000', '091913.566000', '091913.569000', '091913.571000', '091913.574000', '091913.576000', '091913.579000', '091913.581000', '091913.584000', '091913.587000', '091913.589000', '091913.592000', '091913.594000', '091913.597000', '091913.600000', '091913.602000', '091913.605000', '091913.607000', '091913.610000', '091913.613000', '091913.615000', '091913.618000', '091913.620000', '091913.623000', '091913.626000', '091913.628000', '091913.631000', '091913.633000', '091913.636000', '091913.638000', '091913.641000', '091913.644000', '091913.646000', '091913.649000', '091913.651000', '091913.654000', '091913.656000', '091913.659000', '091913.662000', '091913.664000', '091913.667000', '091913.669000', '091933.561000', '091933.563000', '091933.566000', '091933.569000', '091933.571000', '091933.574000', '091933.577000', '091933.580000', '091933.582000', '091933.585000', '091933.588000', '091933.590000', '091933.593000', '091933.596000', '091933.598000', '091933.601000', '091933.603000', '091933.606000', '091933.609000', '091933.611000', '091933.614000', '091933.617000', '091933.619000', '091933.622000', '091933.625000', '091933.627000', '091933.630000', '091933.632000', '091933.635000', '091933.638000', '091933.640000', '091933.643000', '091933.646000', '091933.648000', '091933.651000', '091933.653000', '091933.656000', '091933.659000', '091933.661000', '091933.664000', '091933.666000', '091933.669000', '091933.671000', '091953.561000', '091953.564000', '091953.566000', '091953.569000', '091953.571000', '091953.574000', '091953.577000', '091953.579000', '091953.582000', '091953.584000', '091953.587000', '091953.589000', '091953.592000', '091953.595000', '091953.597000', '091953.600000', '091953.603000', '091953.605000', '091953.608000', '091953.611000', '091953.613000', '091953.616000', '091953.618000', '091953.621000', '091953.624000', '091953.626000', '091953.629000', '091953.631000', '091953.634000', '091953.637000', '091953.639000', '091953.642000', '091953.644000', '091953.647000', '091953.650000', '091953.652000', '091953.655000', '091953.657000', '091953.660000', '091953.663000', '091953.665000', '091953.668000', '091953.671000', '091953.673000', '092013.560000', '092013.563000', '092013.566000', '092013.568000', '092013.571000', '092013.574000', '092013.576000', '092013.579000', '092013.582000', '092013.584000', '092013.587000', '092013.589000', '092013.592000', '092013.594000', '092013.597000', '092013.600000', '092013.602000', '092013.605000', '092013.607000', '092013.610000', '092013.613000', '092013.615000', '092013.618000', '092013.621000', '092013.623000', '092013.626000', '092013.629000', '092013.631000', '092013.634000', '092013.636000', '092013.639000', '092013.642000', '092013.644000', '092013.647000', '092013.650000', '092013.652000', '092013.655000', '092013.657000', '092013.660000', '092013.663000', '092013.665000', '092013.668000', '092013.670000', '092013.673000', '092033.560000', '092033.563000', '092033.565000', '092033.568000', '092033.570000', '092033.573000', '092033.576000', '092033.578000', '092033.581000', '092033.583000', '092033.586000', '092033.588000', '092033.591000', '092033.594000', '092033.596000', '092033.599000', '092033.601000', '092033.604000', '092033.607000', '092033.609000', '092033.612000', '092033.615000', '092033.617000', '092033.620000', '092033.622000', '092033.625000', '092033.627000', '092033.630000', '092033.633000', '092033.635000', '092033.638000', '092033.640000', '092033.643000', '092033.645000', '092033.648000', '092033.651000', '092033.653000', '092033.656000', '092033.658000', '092033.661000', '092033.664000', '092033.666000', '092033.669000', '092053.561000', '092053.563000', '092053.566000', '092053.569000', '092053.571000', '092053.574000', '092053.577000', '092053.579000', '092053.582000', '092053.585000', '092053.587000', '092053.590000', '092053.592000', '092053.595000', '092053.598000', '092053.600000', '092053.603000', '092053.605000', '092053.608000', '092053.611000', '092053.613000', '092053.616000', '092053.619000', '092053.622000', '092053.624000', '092053.627000', '092053.630000', '092053.632000', '092053.635000', '092053.637000', '092053.640000', '092053.642000', '092053.645000', '092053.648000', '092053.650000', '092053.653000', '092053.655000', '092053.658000', '092053.661000', '092053.663000', '092053.666000', '092053.668000', '092053.671000', '092113.561000', '092113.564000', '092113.566000', '092113.569000', '092113.571000', '092113.574000', '092113.577000', '092113.579000', '092113.582000', '092113.585000', '092113.587000', '092113.590000', '092113.592000', '092113.595000', '092113.598000', '092113.600000', '092113.603000', '092113.605000', '092113.608000', '092113.621000', '092113.624000', '092113.626000', '092113.629000', '092113.631000', '092113.634000', '092113.636000', '092113.639000', '092113.642000', '092113.644000', '092113.647000', '092113.649000', '092113.652000', '092113.654000', '092113.657000', '092113.660000', '092113.662000', '092113.665000', '092113.667000', '092113.670000', '092113.672000', '092113.675000', '092113.678000', '092113.680000', '092113.683000', '092133.561000', '092133.563000', '092133.566000', '092133.569000', '092133.571000', '092133.574000', '092133.577000', '092133.579000', '092133.582000', '092133.585000', '092133.588000', '092133.591000', '092133.594000', '092133.596000', '092133.599000', '092133.602000', '092133.604000', '092133.607000', '092133.609000', '092133.612000', '092133.615000', '092133.617000', '092133.620000', '092133.622000', '092133.625000', '092133.627000', '092133.630000', '092133.633000', '092133.635000', '092133.638000', '092133.640000', '092133.643000', '092133.646000', '092133.648000', '092133.651000', '092133.653000', '092133.656000', '092133.658000', '092133.661000', '092133.664000', '092133.666000', '092133.669000', '092133.671000', '092137.709000', '092137.713000', '092137.716000', '092137.719000', '092137.722000', '092137.725000', '092137.728000', '092137.730000', '092137.733000', '092137.736000'], 'InstanceCreationTime': ['091513.589000', '091513.592000', '091513.595000', '091513.598000', '091513.616000', '091513.619000', '091513.621000', '091513.624000', '091513.626000', '091513.629000', '091513.631000', '091513.634000', '091513.636000', '091513.639000', '091513.642000', '091513.644000', '091513.648000', '091513.651000', '091513.654000', '091513.656000', '091513.659000', '091513.661000', '091513.664000', '091513.667000', '091513.669000', '091513.680000', '091513.682000', '091513.685000', '091513.688000', '091513.690000', '091513.693000', '091513.695000', '091513.698000', '091513.700000', '091513.703000', '091513.705000', '091533.560000', '091533.563000', '091533.574000', '091533.576000', '091533.579000', '091533.582000', '091533.584000', '091533.587000', '091533.590000', '091533.592000', '091533.595000', '091533.597000', '091533.600000', '091533.602000', '091533.605000', '091533.607000', '091533.610000', '091533.612000', '091533.615000', '091533.618000', '091533.620000', '091533.623000', '091533.625000', '091533.628000', '091533.630000', '091533.633000', '091533.636000', '091533.638000', '091533.641000', '091533.643000', '091533.646000', '091533.649000', '091533.651000', '091533.654000', '091533.657000', '091533.659000', '091533.662000', '091533.664000', '091533.667000', '091533.669000', '091533.672000', '091533.674000', '091533.677000', '091533.679000', '091553.559000', '091553.562000', '091553.565000', '091553.576000', '091553.579000', '091553.582000', '091553.584000', '091553.587000', '091553.589000', '091553.592000', '091553.594000', '091553.597000', '091553.600000', '091553.602000', '091553.605000', '091553.607000', '091553.610000', '091553.612000', '091553.615000', '091553.618000', '091553.620000', '091553.623000', '091553.625000', '091553.628000', '091553.630000', '091553.633000', '091553.635000', '091553.638000', '091553.640000', '091553.643000', '091553.645000', '091553.648000', '091553.651000', '091553.653000', '091553.656000', '091553.658000', '091553.662000', '091553.665000', '091553.668000', '091553.670000', '091553.673000', '091553.675000', '091553.678000', '091613.561000', '091613.563000', '091613.566000', '091613.569000', '091613.571000', '091613.574000', '091613.576000', '091613.579000', '091613.581000', '091613.584000', '091613.587000', '091613.589000', '091613.592000', '091613.594000', '091613.597000', '091613.600000', '091613.602000', '091613.605000', '091613.607000', '091613.610000', '091613.613000', '091613.615000', '091613.618000', '091613.620000', '091613.623000', '091613.625000', '091613.628000', '091613.630000', '091613.633000', '091613.636000', '091613.638000', '091613.641000', '091613.643000', '091613.646000', '091613.648000', '091613.651000', '091613.654000', '091613.656000', '091613.659000', '091613.661000', '091613.664000', '091613.666000', '091613.669000', '091613.671000', '091633.560000', '091633.563000', '091633.566000', '091633.568000', '091633.571000', '091633.574000', '091633.576000', '091633.579000', '091633.581000', '091633.584000', '091633.586000', '091633.589000', '091633.591000', '091633.594000', '091633.597000', '091633.599000', '091633.602000', '091633.605000', '091633.607000', '091633.610000', '091633.612000', '091633.615000', '091633.617000', '091633.620000', '091633.622000', '091633.625000', '091633.628000', '091633.630000', '091633.633000', '091633.635000', '091633.651000', '091633.653000', '091633.657000', '091633.660000', '091633.663000', '091633.666000', '091633.669000', '091633.671000', '091633.674000', '091633.676000', '091633.679000', '091633.682000', '091633.684000', '091653.560000', '091653.563000', '091653.566000', '091653.569000', '091653.571000', '091653.574000', '091653.576000', '091653.579000', '091653.582000', '091653.584000', '091653.587000', '091653.589000', '091653.592000', '091653.594000', '091653.597000', '091653.600000', '091653.602000', '091653.605000', '091653.608000', '091653.610000', '091653.613000', '091653.615000', '091653.618000', '091653.621000', '091653.623000', '091653.626000', '091653.628000', '091653.631000', '091653.633000', '091653.636000', '091653.639000', '091653.641000', '091653.644000', '091653.646000', '091653.649000', '091653.651000', '091653.654000', '091653.657000', '091653.659000', '091653.662000', '091653.664000', '091653.667000', '091653.669000', '091653.672000', '091713.561000', '091713.563000', '091713.566000', '091713.569000', '091713.571000', '091713.574000', '091713.576000', '091713.579000', '091713.581000', '091713.584000', '091713.587000', '091713.589000', '091713.592000', '091713.594000', '091713.597000', '091713.600000', '091713.602000', '091713.605000', '091713.607000', '091713.610000', '091713.612000', '091713.615000', '091713.618000', '091713.620000', '091713.623000', '091713.625000', '091713.628000', '091713.630000', '091713.633000', '091713.636000', '091713.638000', '091713.641000', '091713.643000', '091713.646000', '091713.649000', '091713.651000', '091713.654000', '091713.656000', '091713.659000', '091713.661000', '091713.664000', '091713.666000', '091713.669000', '091733.560000', '091733.563000', '091733.566000', '091733.569000', '091733.571000', '091733.574000', '091733.576000', '091733.579000', '091733.581000', '091733.584000', '091733.586000', '091733.589000', '091733.592000', '091733.594000', '091733.597000', '091733.600000', '091733.602000', '091733.605000', '091733.608000', '091733.610000', '091733.613000', '091733.615000', '091733.618000', '091733.621000', '091733.623000', '091733.626000', '091733.628000', '091733.631000', '091733.633000', '091733.636000', '091733.639000', '091733.641000', '091733.644000', '091733.646000', '091733.649000', '091733.651000', '091733.654000', '091733.657000', '091733.659000', '091733.662000', '091733.664000', '091733.667000', '091733.670000', '091733.672000', '091753.561000', '091753.564000', '091753.566000', '091753.569000', '091753.571000', '091753.574000', '091753.577000', '091753.579000', '091753.582000', '091753.584000', '091753.587000', '091753.590000', '091753.592000', '091753.595000', '091753.597000', '091753.600000', '091753.603000', '091753.605000', '091753.608000', '091753.610000', '091753.613000', '091753.616000', '091753.618000', '091753.621000', '091753.623000', '091753.626000', '091753.628000', '091753.631000', '091753.634000', '091753.636000', '091753.639000', '091753.641000', '091753.644000', '091753.647000', '091753.649000', '091753.652000', '091753.654000', '091753.657000', '091753.659000', '091753.662000', '091753.664000', '091753.667000', '091753.670000', '091813.559000', '091813.562000', '091813.565000', '091813.568000', '091813.570000', '091813.573000', '091813.575000', '091813.578000', '091813.580000', '091813.583000', '091813.586000', '091813.588000', '091813.602000', '091813.605000', '091813.607000', '091813.610000', '091813.612000', '091813.615000', '091813.618000', '091813.620000', '091813.623000', '091813.625000', '091813.628000', '091813.630000', '091813.633000', '091813.635000', '091813.638000', '091813.641000', '091813.643000', '091813.646000', '091813.649000', '091813.651000', '091813.654000', '091813.656000', '091813.659000', '091813.661000', '091813.664000', '091813.667000', '091813.669000', '091813.672000', '091813.674000', '091813.677000', '091813.680000', '091813.682000', '091833.560000', '091833.563000', '091833.566000', '091833.569000', '091833.571000', '091833.574000', '091833.576000', '091833.579000', '091833.581000', '091833.584000', '091833.587000', '091833.589000', '091833.592000', '091833.594000', '091833.597000', '091833.600000', '091833.602000', '091833.605000', '091833.607000', '091833.610000', '091833.613000', '091833.615000', '091833.618000', '091833.620000', '091833.623000', '091833.626000', '091833.628000', '091833.631000', '091833.633000', '091833.636000', '091833.639000', '091833.641000', '091833.644000', '091833.646000', '091833.649000', '091833.651000', '091833.654000', '091833.657000', '091833.659000', '091833.662000', '091833.664000', '091833.667000', '091833.670000', '091853.561000', '091853.563000', '091853.566000', '091853.569000', '091853.571000', '091853.574000', '091853.576000', '091853.579000', '091853.581000', '091853.584000', '091853.587000', '091853.589000', '091853.592000', '091853.594000', '091853.597000', '091853.600000', '091853.602000', '091853.605000', '091853.607000', '091853.610000', '091853.613000', '091853.615000', '091853.618000', '091853.620000', '091853.623000', '091853.626000', '091853.628000', '091853.631000', '091853.633000', '091853.636000', '091853.638000', '091853.641000', '091853.644000', '091853.646000', '091853.649000', '091853.652000', '091853.654000', '091853.657000', '091853.659000', '091853.662000', '091853.665000', '091853.667000', '091853.670000', '091853.672000', '091913.561000', '091913.563000', '091913.566000', '091913.569000', '091913.571000', '091913.574000', '091913.576000', '091913.579000', '091913.581000', '091913.584000', '091913.587000', '091913.589000', '091913.592000', '091913.594000', '091913.597000', '091913.600000', '091913.602000', '091913.605000', '091913.607000', '091913.610000', '091913.613000', '091913.615000', '091913.618000', '091913.620000', '091913.623000', '091913.626000', '091913.628000', '091913.631000', '091913.633000', '091913.636000', '091913.638000', '091913.641000', '091913.644000', '091913.646000', '091913.649000', '091913.651000', '091913.654000', '091913.656000', '091913.659000', '091913.662000', '091913.664000', '091913.667000', '091913.669000', '091933.561000', '091933.563000', '091933.566000', '091933.569000', '091933.571000', '091933.574000', '091933.577000', '091933.580000', '091933.582000', '091933.585000', '091933.588000', '091933.590000', '091933.593000', '091933.596000', '091933.598000', '091933.601000', '091933.603000', '091933.606000', '091933.609000', '091933.611000', '091933.614000', '091933.617000', '091933.619000', '091933.622000', '091933.625000', '091933.627000', '091933.630000', '091933.632000', '091933.635000', '091933.638000', '091933.640000', '091933.643000', '091933.646000', '091933.648000', '091933.651000', '091933.653000', '091933.656000', '091933.659000', '091933.661000', '091933.664000', '091933.666000', '091933.669000', '091933.671000', '091953.561000', '091953.564000', '091953.566000', '091953.569000', '091953.571000', '091953.574000', '091953.577000', '091953.579000', '091953.582000', '091953.584000', '091953.587000', '091953.589000', '091953.592000', '091953.595000', '091953.597000', '091953.600000', '091953.603000', '091953.605000', '091953.608000', '091953.611000', '091953.613000', '091953.616000', '091953.618000', '091953.621000', '091953.624000', '091953.626000', '091953.629000', '091953.631000', '091953.634000', '091953.637000', '091953.639000', '091953.642000', '091953.644000', '091953.647000', '091953.650000', '091953.652000', '091953.655000', '091953.657000', '091953.660000', '091953.663000', '091953.665000', '091953.668000', '091953.671000', '091953.673000', '092013.560000', '092013.563000', '092013.566000', '092013.568000', '092013.571000', '092013.574000', '092013.576000', '092013.579000', '092013.582000', '092013.584000', '092013.587000', '092013.589000', '092013.592000', '092013.594000', '092013.597000', '092013.600000', '092013.602000', '092013.605000', '092013.607000', '092013.610000', '092013.613000', '092013.615000', '092013.618000', '092013.621000', '092013.623000', '092013.626000', '092013.629000', '092013.631000', '092013.634000', '092013.636000', '092013.639000', '092013.642000', '092013.644000', '092013.647000', '092013.650000', '092013.652000', '092013.655000', '092013.657000', '092013.660000', '092013.663000', '092013.665000', '092013.668000', '092013.670000', '092013.673000', '092033.560000', '092033.563000', '092033.565000', '092033.568000', '092033.570000', '092033.573000', '092033.576000', '092033.578000', '092033.581000', '092033.583000', '092033.586000', '092033.588000', '092033.591000', '092033.594000', '092033.596000', '092033.599000', '092033.601000', '092033.604000', '092033.607000', '092033.609000', '092033.612000', '092033.615000', '092033.617000', '092033.620000', '092033.622000', '092033.625000', '092033.627000', '092033.630000', '092033.633000', '092033.635000', '092033.638000', '092033.640000', '092033.643000', '092033.645000', '092033.648000', '092033.651000', '092033.653000', '092033.656000', '092033.658000', '092033.661000', '092033.664000', '092033.666000', '092033.669000', '092053.561000', '092053.563000', '092053.566000', '092053.569000', '092053.571000', '092053.574000', '092053.577000', '092053.579000', '092053.582000', '092053.585000', '092053.587000', '092053.590000', '092053.592000', '092053.595000', '092053.598000', '092053.600000', '092053.603000', '092053.605000', '092053.608000', '092053.611000', '092053.613000', '092053.616000', '092053.619000', '092053.622000', '092053.624000', '092053.627000', '092053.630000', '092053.632000', '092053.635000', '092053.637000', '092053.640000', '092053.642000', '092053.645000', '092053.648000', '092053.650000', '092053.653000', '092053.655000', '092053.658000', '092053.661000', '092053.663000', '092053.666000', '092053.668000', '092053.671000', '092113.561000', '092113.564000', '092113.566000', '092113.569000', '092113.571000', '092113.574000', '092113.577000', '092113.579000', '092113.582000', '092113.585000', '092113.587000', '092113.590000', '092113.592000', '092113.595000', '092113.598000', '092113.600000', '092113.603000', '092113.605000', '092113.608000', '092113.621000', '092113.624000', '092113.626000', '092113.629000', '092113.631000', '092113.634000', '092113.636000', '092113.639000', '092113.642000', '092113.644000', '092113.647000', '092113.649000', '092113.652000', '092113.654000', '092113.657000', '092113.660000', '092113.662000', '092113.665000', '092113.667000', '092113.670000', '092113.672000', '092113.675000', '092113.678000', '092113.680000', '092113.683000', '092133.561000', '092133.563000', '092133.566000', '092133.569000', '092133.571000', '092133.574000', '092133.577000', '092133.579000', '092133.582000', '092133.585000', '092133.588000', '092133.591000', '092133.594000', '092133.596000', '092133.599000', '092133.602000', '092133.604000', '092133.607000', '092133.609000', '092133.612000', '092133.615000', '092133.617000', '092133.620000', '092133.622000', '092133.625000', '092133.627000', '092133.630000', '092133.633000', '092133.635000', '092133.638000', '092133.640000', '092133.643000', '092133.646000', '092133.648000', '092133.651000', '092133.653000', '092133.656000', '092133.658000', '092133.661000', '092133.664000', '092133.666000', '092133.669000', '092133.671000', '092137.709000', '092137.713000', '092137.716000', '092137.719000', '092137.722000', '092137.725000', '092137.728000', '092137.730000', '092137.733000', '092137.736000'], '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': [9742, 12232, 12868, 10293, 11897, 10699, 9985, 12029, 13114, 10072, 12041, 9252, 10994, 11964, 9602, 10889, 11823, 10352, 10686, 12214, 12130, 10655, 11917, 13463, 9811, 12067, 12405, 10017, 12153, 12548, 10132, 11570, 12237, 9777, 11995, 12640, 10065, 11916, 12551, 10366, 11677, 10621, 9863, 12102, 10041, 11040, 12174, 10408, 11669, 12344, 9602, 12024, 12578, 10168, 11519, 12818, 9836, 12045, 12546, 9594, 12281, 12537, 10491, 11933, 12524, 10177, 12240, 13533, 10585, 12376, 9203, 11080, 12423, 9357, 11273, 11891, 9164, 11200, 12427, 10446, 10718, 12000, 14564, 10792, 11767, 12887, 9750, 12262, 12447, 9972, 11716, 12595, 9868, 12053, 10638, 10657, 12235, 13234, 10276, 11492, 12377, 9676, 12057, 10569, 10279, 11700, 10293, 10018, 12066, 10236, 11060, 11786, 10649, 11047, 11836, 9264, 11648, 12133, 10214, 11417, 11993, 10099, 10916, 12453, 10056, 11395, 12146, 10318, 10974, 12183, 9723, 11585, 12774, 9731, 11682, 12187, 9962, 11436, 12572, 10012, 11539, 12289, 9484, 11486, 12219, 9820, 11082, 12076, 10488, 10597, 12105, 10774, 10280, 11817, 13780, 10242, 11494, 9766, 10191, 11200, 10009, 10617, 11393, 13070, 10249, 11778, 13565, 10442, 11503, 10230, 10134, 11382, 10489, 10731, 12275, 9540, 10907, 12062, 13654, 9907, 11803, 12521, 10063, 12205, 10001, 10639, 11608, 13220, 10187, 11784, 12845, 9915, 11931, 10565, 10069, 11861, 10340, 10106, 11888, 10383, 10131, 11518, 13846, 10055, 11631, 12430, 9822, 12144, 12093, 9721, 11810, 12408, 9772, 11648, 12531, 8516, 11391, 11939, 9332, 11214, 12212, 9098, 11360, 12024, 9265, 11548, 12364, 9761, 11423, 12622, 10034, 12140, 10190, 10046, 11510, 10279, 10563, 12077, 8672, 11127, 12480, 9416, 11626, 12363, 9911, 11167, 12718, 9897, 12000, 13578, 10176, 11556, 13614, 9914, 11677, 13323, 9855, 12098, 11584, 10433, 11883, 9885, 9937, 11901, 9192, 10985, 12133, 9951, 11195, 11854, 8993, 11542, 12092, 9205, 11722, 11773, 9536, 11514, 12365, 9110, 11691, 12576, 9576, 11755, 12321, 9541, 11907, 12451, 10160, 12103, 11125, 9612, 11733, 12891, 9898, 11895, 12585, 9953, 11728, 12643, 9686, 11738, 12217, 8808, 11701, 12059, 9779, 11967, 12400, 9314, 11758, 12036, 9648, 11855, 8890, 10954, 11993, 9263, 11321, 12094, 8722, 11489, 12210, 9567, 11550, 13650, 9891, 11319, 10290, 10872, 12223, 8676, 11664, 12552, 9278, 11751, 12748, 9759, 11898, 14104, 10537, 12006, 10094, 10434, 11737, 8676, 11185, 12266, 9569, 11884, 13005, 9562, 11978, 12610, 10529, 12196, 9699, 10618, 12212, 10690, 10616, 11813, 14689, 10706, 12157, 10038, 10818, 12163, 12257, 10394, 11761, 12187, 10631, 12140, 9657, 11119, 11737, 10821, 10434, 11782, 12690, 10238, 12283, 12636, 9725, 11697, 12336, 9267, 11604, 12126, 9974, 11580, 12286, 9286, 11307, 12270, 9817, 11783, 12014, 10145, 11123, 9698, 10781, 11558, 7444, 11075, 11895, 9249, 11434, 12070, 9023, 11020, 12320, 8507, 11352, 12209, 9162, 11562, 12157, 10183, 11670, 9481, 10967, 11813, 8804, 10806, 11562, 10157, 11006, 11978, 8319, 11126, 11928, 15181, 10745, 11804, 13152, 10466, 11953, 12074, 8097, 11427, 12255, 8835, 11696, 12368, 7809, 11356, 12216, 8515, 11393, 12177, 8621, 11450, 11131, 8324, 11317, 11896, 8368, 11188, 12068, 8523, 11493, 11873, 8559, 11094, 11724, 9684, 11161, 11854, 8256, 11273, 12054, 9397, 11211, 9929, 9421, 11345, 9822, 10205, 11116, 9732, 10833, 11539, 8071, 11007, 11625, 8048, 10936, 11622, 8120, 11039, 12023, 10075, 11371, 12056, 8812, 10938, 11705, 9664, 11580, 11955, 9059, 11188, 11800, 9949, 11258, 12024, 10425, 11438, 13111, 9868, 11346, 12534, 10292, 11590, 10013, 10842, 11484, 7918, 11060, 11736, 8926, 11099, 11606, 9709, 10528, 12542, 9816, 11253, 8825, 11035, 11733, 9316, 11104, 12413, 10172, 11302, 12122, 10639, 11407, 11881, 10157, 11324, 12016, 10358, 11389, 10824, 10664, 11713, 7604, 10751, 11822, 7912, 11107, 12049, 9992, 11534, 12054, 9133, 11358, 11764, 10279, 11131, 11585, 10801, 11124, 11670, 8828, 10853, 11538, 8998, 11238, 11772, 10333, 11209, 10561, 10032, 10874, 12777, 10420, 11035, 9562, 11051, 8257, 10624, 11142, 11165, 10795, 11590, 10371, 11058, 11637, 8510, 11019, 11371, 8952, 11246, 11904, 10680, 11571, 8659, 10269, 10982, 9219, 10731, 11440, 8839, 11135, 11640, 8679, 10919, 11164, 8757, 11189, 11644, 9621, 11277, 11546, 9832, 10989, 11723, 9665, 11366, 11807, 10595, 11286, 13365, 10292, 11086, 12200, 10224, 11284, 13300, 10506, 11440, 8669, 10504, 11410, 10059, 10740, 11726, 9469, 10919, 11059, 8847, 11002, 11586, 9744, 11111, 10500, 10249, 10668, 9911, 10427, 11296, 9007, 10982, 11269, 9471, 10836, 9568, 11270, 11331, 9860, 11393, 9422, 11628, 13418, 9705, 11761, 8950, 11329, 11838, 10053, 11899, 9488, 11121, 12492, 10427, 12083, 8240, 11097, 11856, 8933, 11666, 12240, 10373, 11889, 11923, 10558, 11361, 11952, 10912, 11659, 9170, 11029, 12077, 8886, 11352, 12099, 10189, 11367, 10395, 10896, 11728, 8583, 11215, 11815, 8895, 11292, 12159, 9709, 11553, 11871, 10513, 11511, 13007, 10264, 11491, 12084, 10882, 11980, 8737, 11179, 11695, 8226, 11128, 11345, 10008, 11753, 7440, 11252, 11846, 10464, 11589, 12775, 10664, 11540, 9673, 11009, 11645, 8774, 11184, 11796, 10314, 11681, 8321, 10651, 11408, 10132, 11889, 7392, 10532, 6897, 10891, 8546, 10915, 12044, 8397, 10887, 11664, 10377, 11983, 9503, 11271, 11821, 10944, 11502, 12031, 10417, 11629, 10017, 10641, 11534, 7384, 10715, 11384, 8676, 10831, 12028, 10308, 10909, 13285, 10052, 11189, 9401, 10697, 11391, 8448, 10906, 11743, 10257, 11238, 11830, 9070, 10991, 11354, 9980, 11292, 11016, 10045, 11381, 11862, 10356, 10985, 11374, 10252, 11266, 11675, 10256, 10790, 13218, 10398, 11160, 12941, 10491, 11227, 9341, 10829, 11450, 10335, 10520, 10886, 10666, 10509, 11445, 8703, 10817, 11617, 10468, 10593, 11649, 8375, 11099, 11286, 10667, 11480, 11170, 10888, 11733, 12357, 9793, 10872, 11341, 9794, 11379, 11212, 10471, 11547, 11775, 9937, 11014, 11537, 9910, 11434, 11366, 11256, 11499, 10783, 10285, 10844, 8956, 10955, 11129, 9598, 11457, 11121, 9914, 11289, 11583, 10751], 'WindowCenter': [4114.0, 4119.0, 4114.0, 4095.0, 4105.0, 4079.0, 4081.0, 4115.0, 4114.0, 4083.0, 4102.0, 4066.0, 4092.0, 4100.0, 4067.0, 4091.0, 4102.0, 4079.0, 4091.0, 4103.0, 4089.0, 4080.0, 4091.0, 4096.0, 4066.0, 4102.0, 4100.0, 4079.0, 4100.0, 4098.0, 4079.0, 4089.0, 4088.0, 4082.0, 4104.0, 4101.0, 4081.0, 4103.0, 4098.0, 4079.0, 4106.0, 4092.0, 4093.0, 4102.0, 4079.0, 4103.0, 4103.0, 4089.0, 4119.0, 4118.0, 4082.0, 4116.0, 4103.0, 4091.0, 4103.0, 4100.0, 4080.0, 4116.0, 4102.0, 4080.0, 4104.0, 4099.0, 4078.0, 4090.0, 4089.0, 4079.0, 4104.0, 4112.0, 4089.0, 4101.0, 4069.0, 4090.0, 4102.0, 4056.0, 4091.0, 4091.0, 4070.0, 4090.0, 4101.0, 4078.0, 4089.0, 4100.0, 4095.0, 4077.0, 4103.0, 4099.0, 4068.0, 4100.0, 4086.0, 4067.0, 4087.0, 4099.0, 4080.0, 4101.0, 4077.0, 4078.0, 4100.0, 4086.0, 4077.0, 4089.0, 4099.0, 4079.0, 4102.0, 4078.0, 4079.0, 4101.0, 4078.0, 4081.0, 4115.0, 4079.0, 4103.0, 4101.0, 4090.0, 4102.0, 4115.0, 4080.0, 4104.0, 4102.0, 4079.0, 4102.0, 4102.0, 4076.0, 4092.0, 4115.0, 4079.0, 4101.0, 4103.0, 4079.0, 4091.0, 4102.0, 4081.0, 4103.0, 4098.0, 4081.0, 4104.0, 4098.0, 4080.0, 4102.0, 4114.0, 4081.0, 4102.0, 4100.0, 4068.0, 4101.0, 4100.0, 4065.0, 4091.0, 4103.0, 4077.0, 4078.0, 4100.0, 4076.0, 4078.0, 4091.0, 4112.0, 4092.0, 4102.0, 4066.0, 4092.0, 4104.0, 4078.0, 4093.0, 4102.0, 4111.0, 4093.0, 4105.0, 4100.0, 4093.0, 4103.0, 4078.0, 4080.0, 4103.0, 4091.0, 4092.0, 4103.0, 4068.0, 4089.0, 4102.0, 4100.0, 4079.0, 4115.0, 4099.0, 4079.0, 4102.0, 4068.0, 4079.0, 4103.0, 4095.0, 4079.0, 4102.0, 4111.0, 4081.0, 4104.0, 4081.0, 4080.0, 4102.0, 4089.0, 4091.0, 4101.0, 4079.0, 4081.0, 4104.0, 4099.0, 4080.0, 4103.0, 4114.0, 4080.0, 4101.0, 4089.0, 4067.0, 4091.0, 4088.0, 4066.0, 4090.0, 4101.0, 4056.0, 4092.0, 4088.0, 4064.0, 4089.0, 4103.0, 4070.0, 4102.0, 4102.0, 4082.0, 4102.0, 4099.0, 4080.0, 4116.0, 4114.0, 4084.0, 4102.0, 4079.0, 4081.0, 4103.0, 4078.0, 4093.0, 4115.0, 4058.0, 4092.0, 4100.0, 4070.0, 4102.0, 4099.0, 4080.0, 4092.0, 4112.0, 4082.0, 4104.0, 4101.0, 4080.0, 4101.0, 4097.0, 4069.0, 4105.0, 4109.0, 4068.0, 4101.0, 4088.0, 4078.0, 4090.0, 4066.0, 4084.0, 4104.0, 4069.0, 4105.0, 4103.0, 4081.0, 4102.0, 4116.0, 4083.0, 4104.0, 4101.0, 4069.0, 4104.0, 4089.0, 4068.0, 4089.0, 4102.0, 4071.0, 4102.0, 4099.0, 4070.0, 4100.0, 4087.0, 4068.0, 4103.0, 4100.0, 4078.0, 4089.0, 4079.0, 4069.0, 4103.0, 4088.0, 4079.0, 4104.0, 4097.0, 4069.0, 4102.0, 4100.0, 4067.0, 4089.0, 4089.0, 4071.0, 4102.0, 4088.0, 4069.0, 4102.0, 4089.0, 4067.0, 4101.0, 4101.0, 4081.0, 4102.0, 4068.0, 4104.0, 4104.0, 4081.0, 4103.0, 4103.0, 4074.0, 4104.0, 4099.0, 4084.0, 4116.0, 4111.0, 4082.0, 4106.0, 4093.0, 4092.0, 4103.0, 4057.0, 4105.0, 4102.0, 4069.0, 4101.0, 4114.0, 4082.0, 4103.0, 4110.0, 4091.0, 4103.0, 4078.0, 4091.0, 4103.0, 4059.0, 4092.0, 4101.0, 4081.0, 4103.0, 4100.0, 4068.0, 4103.0, 4103.0, 4089.0, 4101.0, 4066.0, 4079.0, 4088.0, 4065.0, 4076.0, 4100.0, 4108.0, 4076.0, 4089.0, 4065.0, 4076.0, 4088.0, 4074.0, 4079.0, 4102.0, 4087.0, 4077.0, 4089.0, 4066.0, 4085.0, 4089.0, 4074.0, 4078.0, 4104.0, 4098.0, 4067.0, 4089.0, 4087.0, 4055.0, 4089.0, 4101.0, 4069.0, 4089.0, 4084.0, 4079.0, 4090.0, 4082.0, 4069.0, 4103.0, 4102.0, 4080.0, 4105.0, 4103.0, 4093.0, 4105.0, 4082.0, 4103.0, 4103.0, 4038.0, 4104.0, 4103.0, 4078.0, 4105.0, 4104.0, 4056.0, 4105.0, 4115.0, 4070.0, 4092.0, 4101.0, 4070.0, 4092.0, 4100.0, 4093.0, 4091.0, 4068.0, 4092.0, 4103.0, 4066.0, 4090.0, 4102.0, 4090.0, 4092.0, 4091.0, 4058.0, 4087.0, 4090.0, 4097.0, 4077.0, 4090.0, 4086.0, 4065.0, 4077.0, 4076.0, 4032.0, 4076.0, 4089.0, 4054.0, 4076.0, 4087.0, 4032.0, 4075.0, 4086.0, 4044.0, 4089.0, 4100.0, 4055.0, 4089.0, 4077.0, 4045.0, 4090.0, 4101.0, 4058.0, 4090.0, 4089.0, 4055.0, 4089.0, 4089.0, 4055.0, 4091.0, 4103.0, 4067.0, 4091.0, 4089.0, 4044.0, 4089.0, 4100.0, 4080.0, 4091.0, 4078.0, 4082.0, 4102.0, 4079.0, 4092.0, 4105.0, 4081.0, 4094.0, 4102.0, 4059.0, 4104.0, 4103.0, 4045.0, 4104.0, 4104.0, 4059.0, 4092.0, 4102.0, 4081.0, 4091.0, 4090.0, 4069.0, 4091.0, 4091.0, 4066.0, 4090.0, 4090.0, 4055.0, 4089.0, 4089.0, 4079.0, 4088.0, 4086.0, 4078.0, 4092.0, 4098.0, 4068.0, 4093.0, 4100.0, 4080.0, 4090.0, 4067.0, 4090.0, 4090.0, 4047.0, 4092.0, 4100.0, 4072.0, 4102.0, 4104.0, 4095.0, 4107.0, 4102.0, 4095.0, 4093.0, 4069.0, 4093.0, 4100.0, 4082.0, 4104.0, 4102.0, 4082.0, 4105.0, 4101.0, 4079.0, 4091.0, 4085.0, 4079.0, 4093.0, 4086.0, 4078.0, 4090.0, 4076.0, 4078.0, 4101.0, 4046.0, 4089.0, 4089.0, 4045.0, 4091.0, 4103.0, 4067.0, 4090.0, 4090.0, 4056.0, 4078.0, 4087.0, 4064.0, 4079.0, 4089.0, 4064.0, 4077.0, 4077.0, 4055.0, 4077.0, 4077.0, 4056.0, 4090.0, 4101.0, 4078.0, 4091.0, 4079.0, 4081.0, 4091.0, 4085.0, 4090.0, 4089.0, 4081.0, 4106.0, 4061.0, 4105.0, 4104.0, 4089.0, 4081.0, 4105.0, 4079.0, 4092.0, 4090.0, 4056.0, 4078.0, 4076.0, 4055.0, 4091.0, 4088.0, 4076.0, 4090.0, 4056.0, 4079.0, 4079.0, 4056.0, 4092.0, 4104.0, 4056.0, 4090.0, 4091.0, 4057.0, 4091.0, 4088.0, 4055.0, 4092.0, 4103.0, 4068.0, 4091.0, 4088.0, 4067.0, 4090.0, 4088.0, 4081.0, 4102.0, 4088.0, 4079.0, 4091.0, 4098.0, 4079.0, 4092.0, 4088.0, 4093.0, 4093.0, 4098.0, 4080.0, 4092.0, 4056.0, 4076.0, 4090.0, 4077.0, 4091.0, 4090.0, 4080.0, 4093.0, 4089.0, 4071.0, 4104.0, 4103.0, 4082.0, 4106.0, 4090.0, 4095.0, 4092.0, 4079.0, 4093.0, 4104.0, 4069.0, 4092.0, 4092.0, 4069.0, 4105.0, 4066.0, 4002.0, 4107.0, 4082.0, 4100.0, 4095.0, 4120.0, 4115.0, 4082.0, 4106.0, 4071.0, 4102.0, 4090.0, 4079.0, 4099.0, 4081.0, 4089.0, 4086.0, 4076.0, 4088.0, 4044.0, 4088.0, 4086.0, 4055.0, 4102.0, 4099.0, 4076.0, 4090.0, 4086.0, 4076.0, 4088.0, 4086.0, 4089.0, 4091.0, 4053.0, 4078.0, 4099.0, 4056.0, 4090.0, 4087.0, 4079.0, 4091.0, 4066.0, 4079.0, 4089.0, 4056.0, 4090.0, 4089.0, 4058.0, 4103.0, 4100.0, 4067.0, 4092.0, 4089.0, 4078.0, 4088.0, 4098.0, 4079.0, 4101.0, 4087.0, 4089.0, 4088.0, 4056.0, 4088.0, 4089.0, 4058.0, 4092.0, 4088.0, 4080.0, 4101.0, 4051.0, 4102.0, 4102.0, 4091.0, 4091.0, 4098.0, 4079.0, 4090.0, 4066.0, 4092.0, 4102.0, 4056.0, 4091.0, 4086.0, 4078.0, 4090.0, 4045.0, 4090.0, 4088.0, 4093.0, 4102.0, 4048.0, 4103.0, 4051.0, 4106.0, 4084.0, 4107.0, 4115.0, 4071.0, 4104.0, 4088.0, 4080.0, 4091.0, 4067.0, 4091.0, 4086.0, 4076.0, 4091.0, 4090.0, 4066.0, 4088.0, 4068.0, 4079.0, 4075.0, 4022.0, 4078.0, 4089.0, 4043.0, 4078.0, 4087.0, 4078.0, 4077.0, 4092.0, 4068.0, 4093.0, 4067.0, 4079.0, 4088.0, 4048.0, 4091.0, 4089.0, 4077.0, 4088.0, 4087.0, 4067.0, 4092.0, 4092.0, 4067.0, 4091.0, 4076.0, 4079.0, 4091.0, 4089.0, 4091.0, 4092.0, 4077.0, 4078.0, 4091.0, 4087.0, 4077.0, 4078.0, 4085.0, 4077.0, 4105.0, 4099.0, 4079.0, 4091.0, 4056.0, 4078.0, 4088.0, 4076.0, 4091.0, 4089.0, 4077.0, 4082.0, 4091.0, 4055.0, 4080.0, 4090.0, 4079.0, 4078.0, 4088.0, 4058.0, 4105.0, 4101.0, 4102.0, 4101.0, 4087.0, 4087.0, 4103.0, 4095.0, 4082.0, 4091.0, 4078.0, 4078.0, 4104.0, 4088.0, 4090.0, 4103.0, 4086.0, 4065.0, 4078.0, 4075.0, 4077.0, 4102.0, 4087.0, 4087.0, 4103.0, 4076.0, 4076.0, 4092.0, 4067.0, 4090.0, 4090.0, 4079.0, 4101.0, 4087.0, 4079.0, 4089.0, 4087.0, 4087.0], 'WindowWidth': [9161.0, 9156.0, 9141.0, 9114.0, 9128.0, 9084.0, 9090.0, 9144.0, 9139.0, 9095.0, 9119.0, 9064.0, 9106.0, 9114.0, 9063.0, 9103.0, 9119.0, 9083.0, 9103.0, 9121.0, 9097.0, 9086.0, 9102.0, 9101.0, 9062.0, 9118.0, 9114.0, 9081.0, 9113.0, 9108.0, 9084.0, 9098.0, 9094.0, 9094.0, 9123.0, 9115.0, 9090.0, 9121.0, 9107.0, 9084.0, 9131.0, 9107.0, 9110.0, 9120.0, 9086.0, 9124.0, 9123.0, 9100.0, 9154.0, 9151.0, 9094.0, 9144.0, 9123.0, 9103.0, 9122.0, 9113.0, 9085.0, 9144.0, 9122.0, 9085.0, 9125.0, 9112.0, 9081.0, 9098.0, 9094.0, 9081.0, 9125.0, 9134.0, 9099.0, 9115.0, 9069.0, 9101.0, 9116.0, 9047.0, 9100.0, 9104.0, 9072.0, 9099.0, 9117.0, 9080.0, 9099.0, 9113.0, 9099.0, 9077.0, 9122.0, 9111.0, 9064.0, 9113.0, 9088.0, 9066.0, 9092.0, 9113.0, 9089.0, 9116.0, 9076.0, 9082.0, 9113.0, 9089.0, 9076.0, 9096.0, 9114.0, 9085.0, 9120.0, 9082.0, 9084.0, 9118.0, 9079.0, 9091.0, 9143.0, 9083.0, 9121.0, 9118.0, 9098.0, 9121.0, 9145.0, 9091.0, 9124.0, 9121.0, 9085.0, 9120.0, 9121.0, 9075.0, 9106.0, 9141.0, 9084.0, 9117.0, 9123.0, 9084.0, 9103.0, 9122.0, 9092.0, 9121.0, 9110.0, 9090.0, 9125.0, 9111.0, 9085.0, 9119.0, 9140.0, 9092.0, 9118.0, 9115.0, 9067.0, 9118.0, 9115.0, 9059.0, 9104.0, 9124.0, 9078.0, 9081.0, 9113.0, 9075.0, 9081.0, 9101.0, 9134.0, 9106.0, 9121.0, 9063.0, 9106.0, 9125.0, 9083.0, 9108.0, 9122.0, 9131.0, 9110.0, 9128.0, 9113.0, 9108.0, 9123.0, 9080.0, 9087.0, 9124.0, 9103.0, 9106.0, 9124.0, 9068.0, 9099.0, 9121.0, 9114.0, 9085.0, 9141.0, 9114.0, 9083.0, 9116.0, 9067.0, 9085.0, 9121.0, 9100.0, 9081.0, 9121.0, 9133.0, 9087.0, 9124.0, 9087.0, 9086.0, 9118.0, 9101.0, 9104.0, 9117.0, 9083.0, 9090.0, 9124.0, 9110.0, 9085.0, 9123.0, 9139.0, 9088.0, 9117.0, 9097.0, 9066.0, 9101.0, 9095.0, 9059.0, 9099.0, 9117.0, 9047.0, 9103.0, 9097.0, 9057.0, 9097.0, 9122.0, 9075.0, 9117.0, 9117.0, 9093.0, 9119.0, 9112.0, 9086.0, 9146.0, 9140.0, 9096.0, 9119.0, 9085.0, 9091.0, 9122.0, 9081.0, 9110.0, 9141.0, 9055.0, 9103.0, 9115.0, 9075.0, 9119.0, 9112.0, 9085.0, 9106.0, 9135.0, 9091.0, 9125.0, 9115.0, 9088.0, 9118.0, 9105.0, 9069.0, 9127.0, 9127.0, 9067.0, 9115.0, 9093.0, 9081.0, 9099.0, 9061.0, 9097.0, 9124.0, 9068.0, 9127.0, 9122.0, 9089.0, 9120.0, 9146.0, 9096.0, 9124.0, 9116.0, 9072.0, 9125.0, 9098.0, 9066.0, 9098.0, 9120.0, 9076.0, 9116.0, 9111.0, 9071.0, 9112.0, 9092.0, 9066.0, 9122.0, 9115.0, 9080.0, 9095.0, 9080.0, 9071.0, 9118.0, 9092.0, 9082.0, 9124.0, 9107.0, 9069.0, 9118.0, 9112.0, 9064.0, 9096.0, 9096.0, 9078.0, 9120.0, 9094.0, 9069.0, 9120.0, 9095.0, 9064.0, 9115.0, 9119.0, 9092.0, 9118.0, 9068.0, 9124.0, 9124.0, 9092.0, 9124.0, 9126.0, 9086.0, 9125.0, 9115.0, 9099.0, 9144.0, 9131.0, 9092.0, 9131.0, 9109.0, 9105.0, 9121.0, 9054.0, 9127.0, 9120.0, 9070.0, 9116.0, 9141.0, 9093.0, 9122.0, 9128.0, 9100.0, 9123.0, 9080.0, 9102.0, 9125.0, 9058.0, 9103.0, 9115.0, 9089.0, 9120.0, 9112.0, 9067.0, 9123.0, 9123.0, 9098.0, 9116.0, 9060.0, 9081.0, 9094.0, 9057.0, 9073.0, 9114.0, 9121.0, 9073.0, 9096.0, 9056.0, 9073.0, 9094.0, 9069.0, 9081.0, 9119.0, 9091.0, 9075.0, 9096.0, 9059.0, 9086.0, 9096.0, 9069.0, 9081.0, 9124.0, 9107.0, 9063.0, 9095.0, 9089.0, 9044.0, 9095.0, 9115.0, 9070.0, 9094.0, 9084.0, 9082.0, 9100.0, 9082.0, 9071.0, 9119.0, 9121.0, 9087.0, 9127.0, 9123.0, 9109.0, 9128.0, 9094.0, 9122.0, 9120.0, 9027.0, 9123.0, 9121.0, 9083.0, 9129.0, 9128.0, 9051.0, 9128.0, 9143.0, 9073.0, 9106.0, 9118.0, 9074.0, 9104.0, 9118.0, 9108.0, 9104.0, 9068.0, 9105.0, 9122.0, 9064.0, 9099.0, 9121.0, 9103.0, 9104.0, 9103.0, 9052.0, 9091.0, 9101.0, 9103.0, 9076.0, 9099.0, 9087.0, 9055.0, 9074.0, 9075.0, 9007.0, 9073.0, 9097.0, 9040.0, 9072.0, 9088.0, 9008.0, 9071.0, 9086.0, 9029.0, 9096.0, 9113.0, 9044.0, 9096.0, 9077.0, 9030.0, 9096.0, 9117.0, 9055.0, 9098.0, 9097.0, 9045.0, 9097.0, 9096.0, 9044.0, 9100.0, 9121.0, 9063.0, 9099.0, 9097.0, 9030.0, 9096.0, 9114.0, 9087.0, 9101.0, 9083.0, 9095.0, 9121.0, 9084.0, 9107.0, 9129.0, 9090.0, 9110.0, 9120.0, 9058.0, 9126.0, 9124.0, 9035.0, 9125.0, 9129.0, 9059.0, 9105.0, 9120.0, 9088.0, 9102.0, 9101.0, 9069.0, 9104.0, 9103.0, 9062.0, 9099.0, 9100.0, 9045.0, 9095.0, 9098.0, 9084.0, 9094.0, 9089.0, 9082.0, 9105.0, 9106.0, 9065.0, 9106.0, 9115.0, 9087.0, 9098.0, 9062.0, 9097.0, 9101.0, 9036.0, 9103.0, 9116.0, 9078.0, 9119.0, 9126.0, 9118.0, 9138.0, 9121.0, 9113.0, 9108.0, 9071.0, 9107.0, 9117.0, 9094.0, 9126.0, 9119.0, 9092.0, 9130.0, 9120.0, 9082.0, 9101.0, 9088.0, 9081.0, 9106.0, 9090.0, 9081.0, 9099.0, 9074.0, 9080.0, 9116.0, 9034.0, 9097.0, 9098.0, 9032.0, 9103.0, 9123.0, 9065.0, 9100.0, 9100.0, 9045.0, 9079.0, 9091.0, 9053.0, 9081.0, 9096.0, 9054.0, 9074.0, 9076.0, 9043.0, 9076.0, 9076.0, 9046.0, 9100.0, 9118.0, 9080.0, 9102.0, 9083.0, 9089.0, 9102.0, 9086.0, 9102.0, 9096.0, 9091.0, 9131.0, 9061.0, 9129.0, 9125.0, 9093.0, 9086.0, 9127.0, 9084.0, 9102.0, 9101.0, 9047.0, 9079.0, 9074.0, 9043.0, 9104.0, 9092.0, 9075.0, 9101.0, 9048.0, 9081.0, 9083.0, 9048.0, 9105.0, 9122.0, 9049.0, 9099.0, 9101.0, 9051.0, 9101.0, 9096.0, 9046.0, 9105.0, 9123.0, 9067.0, 9103.0, 9095.0, 9064.0, 9098.0, 9093.0, 9089.0, 9121.0, 9096.0, 9083.0, 9105.0, 9107.0, 9083.0, 9104.0, 9094.0, 9105.0, 9107.0, 9104.0, 9084.0, 9103.0, 9046.0, 9076.0, 9101.0, 9081.0, 9101.0, 9099.0, 9086.0, 9108.0, 9098.0, 9075.0, 9126.0, 9126.0, 9092.0, 9128.0, 9101.0, 9111.0, 9108.0, 9083.0, 9107.0, 9126.0, 9069.0, 9104.0, 9104.0, 9068.0, 9127.0, 9063.0, 8927.0, 9138.0, 9093.0, 9117.0, 9118.0, 9157.0, 9142.0, 9092.0, 9132.0, 9075.0, 9121.0, 9101.0, 9085.0, 9113.0, 9090.0, 9097.0, 9088.0, 9073.0, 9092.0, 9031.0, 9093.0, 9090.0, 9047.0, 9120.0, 9113.0, 9075.0, 9100.0, 9089.0, 9075.0, 9094.0, 9087.0, 9097.0, 9104.0, 9041.0, 9080.0, 9110.0, 9048.0, 9100.0, 9093.0, 9087.0, 9101.0, 9062.0, 9082.0, 9098.0, 9049.0, 9101.0, 9097.0, 9054.0, 9122.0, 9116.0, 9064.0, 9105.0, 9097.0, 9080.0, 9095.0, 9107.0, 9085.0, 9118.0, 9090.0, 9097.0, 9096.0, 9047.0, 9095.0, 9097.0, 9056.0, 9105.0, 9096.0, 9086.0, 9116.0, 9053.0, 9121.0, 9124.0, 9102.0, 9103.0, 9106.0, 9083.0, 9099.0, 9062.0, 9105.0, 9123.0, 9048.0, 9103.0, 9091.0, 9081.0, 9100.0, 9033.0, 9099.0, 9093.0, 9109.0, 9119.0, 9043.0, 9125.0, 9055.0, 9132.0, 9100.0, 9135.0, 9144.0, 9080.0, 9126.0, 9097.0, 9085.0, 9103.0, 9065.0, 9101.0, 9088.0, 9073.0, 9104.0, 9100.0, 9060.0, 9095.0, 9066.0, 9080.0, 9072.0, 8996.0, 9082.0, 9099.0, 9027.0, 9080.0, 9091.0, 9080.0, 9079.0, 9093.0, 9066.0, 9109.0, 9066.0, 9082.0, 9093.0, 9037.0, 9103.0, 9096.0, 9076.0, 9094.0, 9093.0, 9066.0, 9105.0, 9104.0, 9064.0, 9102.0, 9076.0, 9083.0, 9100.0, 9097.0, 9103.0, 9106.0, 9078.0, 9081.0, 9104.0, 9091.0, 9078.0, 9082.0, 9087.0, 9079.0, 9126.0, 9112.0, 9083.0, 9105.0, 9047.0, 9078.0, 9093.0, 9075.0, 9103.0, 9098.0, 9076.0, 9090.0, 9103.0, 9045.0, 9084.0, 9101.0, 9083.0, 9082.0, 9096.0, 9052.0, 9130.0, 9118.0, 9122.0, 9120.0, 9092.0, 9092.0, 9121.0, 9103.0, 9093.0, 9105.0, 9081.0, 9080.0, 9128.0, 9096.0, 9100.0, 9122.0, 9088.0, 9061.0, 9080.0, 9074.0, 9080.0, 9122.0, 9094.0, 9092.0, 9123.0, 9073.0, 9075.0, 9105.0, 9068.0, 9100.0, 9102.0, 9085.0, 9116.0, 9092.0, 9085.0, 9100.0, 9094.0, 9093.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.0015030884041331803</td></tr>
<tr><td colspan=3>aqi</td><td>0.03129215476463835</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.65406758982754</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2166079803103447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017686759885058</td></tr>
<tr><td colspan=3>efc</td><td>0.5019</td></tr>
<tr><td colspan=3>fber</td><td>4194.4321</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12102152048710971</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.266360505166475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3986234478985793</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3179013992823787</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.681776390606923</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.196192553806436</td></tr>
<tr><td colspan=3>gcor</td><td>0.00796373</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017337264493107796</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03591372072696686</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.145865197601336</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.2934</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9966</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.2076</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>833.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.4528</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8867</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.3727</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3254.0427</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>823.2249</td></tr>
<tr><td colspan=3>tsnr</td><td>36.04461857909337</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>