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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-03_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_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-0098/ses-03/func/sub-0098_ses-03_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>dc0885dce35470ed229ae5fa87476a96</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:52:56.325000</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.999603, 0.0139628, -0.0244703, -0.00872343, 0.97926, 0.202418]</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.259</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.09114</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7813, -7167, 299, -108, 84, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>94a21162-b905-4470-accc-6d5eba18c206||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.6818618774414062, -0.023404331877827644, -0.0723305270075798, 117.30829620361328], [-0.03746110945940018, 2.627284049987793, 0.5457354187965393, -105.89569854736328], [-0.06565195322036743, -0.5430728197097778, 2.643282175064087, -27.555809020996094], [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': ['125256.325000', '125256.785000', '125257.245000', '125257.705000', '125258.165000', '125258.625000', '125259.085000', '125259.545000', '125300.005000', '125300.465000', '125300.925000', '125301.385000', '125301.845000', '125302.305000', '125302.765000', '125303.225000', '125303.685000', '125304.145000', '125304.605000', '125305.065000', '125305.525000', '125305.985000', '125306.445000', '125306.905000', '125307.365000', '125307.825000', '125308.285000', '125308.745000', '125309.205000', '125309.665000', '125310.125000', '125310.585000', '125311.045000', '125311.505000', '125311.965000', '125312.425000', '125312.885000', '125313.345000', '125313.805000', '125314.265000', '125314.725000', '125315.185000', '125315.645000', '125316.105000', '125316.565000', '125317.025000', '125317.485000', '125317.945000', '125318.405000', '125318.865000', '125319.325000', '125319.785000', '125320.245000', '125320.705000', '125321.165000', '125321.625000', '125322.085000', '125322.545000', '125323.005000', '125323.465000', '125323.925000', '125324.385000', '125324.845000', '125325.305000', '125325.765000', '125326.225000', '125326.685000', '125327.145000', '125327.605000', '125328.065000', '125328.525000', '125328.985000', '125329.445000', '125329.905000', '125330.365000', '125330.825000', '125331.285000', '125331.745000', '125332.205000', '125332.665000', '125333.125000', '125333.585000', '125334.045000', '125334.505000', '125334.965000', '125335.425000', '125335.885000', '125336.345000', '125336.805000', '125337.265000', '125337.725000', '125338.185000', '125338.645000', '125339.105000', '125339.565000', '125340.025000', '125340.485000', '125340.945000', '125341.405000', '125341.865000', '125342.325000', '125342.785000', '125343.245000', '125343.705000', '125344.165000', '125344.625000', '125345.085000', '125345.545000', '125346.005000', '125346.465000', '125346.925000', '125347.385000', '125347.845000', '125348.305000', '125348.765000', '125349.225000', '125349.685000', '125350.145000', '125350.605000', '125351.065000', '125351.525000', '125351.985000', '125352.445000', '125352.905000', '125353.365000', '125353.825000', '125354.285000', '125354.745000', '125355.205000', '125355.665000', '125356.125000', '125356.585000', '125357.045000', '125357.505000', '125357.965000', '125358.425000', '125358.885000', '125359.345000', '125359.805000', '125400.265000', '125400.725000', '125401.185000', '125401.645000', '125402.105000', '125402.565000', '125403.025000', '125403.485000', '125403.945000', '125404.405000', '125404.865000', '125405.325000', '125405.785000', '125406.245000', '125406.705000', '125407.165000', '125407.625000', '125408.085000', '125408.545000', '125409.005000', '125409.465000', '125409.925000', '125410.385000', '125410.845000', '125411.305000', '125411.765000', '125412.225000', '125412.685000', '125413.145000', '125413.605000', '125414.065000', '125414.525000', '125414.985000', '125415.445000', '125415.905000', '125416.365000', '125416.825000', '125417.285000', '125417.745000', '125418.205000', '125418.665000', '125419.125000', '125419.585000', '125420.045000', '125420.505000', '125420.965000', '125421.425000', '125421.885000', '125422.345000', '125422.805000', '125423.265000', '125423.725000', '125424.185000', '125424.645000', '125425.105000', '125425.565000', '125426.025000', '125426.485000', '125426.945000', '125427.405000', '125427.865000', '125428.325000', '125428.785000', '125429.245000', '125429.705000', '125430.165000', '125430.625000', '125431.085000', '125431.545000', '125432.005000', '125432.465000', '125432.925000', '125433.385000', '125433.845000', '125434.305000', '125434.765000', '125435.225000', '125435.685000', '125436.145000', '125436.605000', '125437.065000', '125437.525000', '125437.985000', '125438.445000', '125438.905000', '125439.365000', '125439.825000', '125440.285000', '125440.745000', '125441.205000', '125441.665000', '125442.125000', '125442.585000', '125443.045000', '125443.505000', '125443.965000', '125444.425000', '125444.885000', '125445.345000', '125445.805000', '125446.265000', '125446.725000', '125447.185000', '125447.645000', '125448.105000', '125448.565000', '125449.025000', '125449.485000', '125449.945000', '125450.405000', '125450.865000', '125451.325000', '125451.785000', '125452.245000', '125452.705000', '125453.165000', '125453.625000', '125454.085000', '125454.545000', '125455.005000', '125455.465000', '125455.925000', '125456.385000', '125456.845000', '125457.305000', '125457.765000', '125458.225000', '125458.685000', '125459.145000', '125459.605000', '125500.065000', '125500.525000', '125500.985000', '125501.445000', '125501.905000', '125502.365000', '125502.825000', '125503.285000', '125503.745000', '125504.205000', '125504.665000', '125505.125000', '125505.585000', '125506.045000', '125506.505000', '125506.965000', '125507.425000', '125507.885000', '125508.345000', '125508.805000', '125509.265000', '125509.725000', '125510.185000', '125510.645000', '125511.105000', '125511.565000', '125512.025000', '125512.485000', '125512.945000', '125513.405000', '125513.865000', '125514.325000', '125514.785000', '125515.245000', '125515.705000', '125516.165000', '125516.625000', '125517.085000', '125517.545000', '125518.005000', '125518.465000', '125518.925000', '125519.385000', '125519.845000', '125520.305000', '125520.765000', '125521.225000', '125521.685000', '125522.145000', '125522.605000', '125523.065000', '125523.525000', '125523.985000', '125524.445000', '125524.905000', '125525.365000', '125525.825000', '125526.285000', '125526.745000', '125527.205000', '125527.665000', '125528.125000', '125528.585000', '125529.045000', '125529.505000', '125529.965000', '125530.425000', '125530.885000', '125531.345000', '125531.805000', '125532.265000', '125532.725000', '125533.185000', '125533.645000', '125534.105000', '125534.565000', '125535.025000', '125535.485000', '125535.945000', '125536.405000', '125536.865000', '125537.325000', '125537.785000', '125538.245000', '125538.705000', '125539.165000', '125539.625000', '125540.085000', '125540.545000', '125541.005000', '125541.465000', '125541.925000', '125542.385000', '125542.845000', '125543.305000', '125543.765000', '125544.225000', '125544.685000', '125545.145000', '125545.605000', '125546.065000', '125546.525000', '125546.985000', '125547.445000', '125547.905000', '125548.365000', '125548.825000', '125549.285000', '125549.745000', '125550.205000', '125550.665000', '125551.125000', '125551.585000', '125552.045000', '125552.505000', '125552.965000', '125553.425000', '125553.885000', '125554.345000', '125554.805000', '125555.265000', '125555.725000', '125556.185000', '125556.645000', '125557.105000', '125557.565000', '125558.025000', '125558.485000', '125558.945000', '125559.405000', '125559.865000', '125600.325000', '125600.785000', '125601.245000', '125601.705000', '125602.165000', '125602.625000', '125603.085000', '125603.545000', '125604.005000', '125604.465000', '125604.925000', '125605.385000', '125605.845000', '125606.305000', '125606.765000', '125607.225000', '125607.685000', '125608.145000', '125608.605000', '125609.065000', '125609.525000', '125609.985000', '125610.445000', '125610.905000', '125611.365000', '125611.825000', '125612.285000', '125612.745000', '125613.205000', '125613.665000', '125614.125000', '125614.585000', '125615.045000', '125615.505000', '125615.965000', '125616.425000', '125616.885000', '125617.345000', '125617.805000', '125618.265000', '125618.725000', '125619.185000', '125619.645000', '125620.105000', '125620.565000', '125621.025000', '125621.485000', '125621.945000', '125622.405000', '125622.865000', '125623.325000', '125623.785000', '125624.245000', '125624.705000', '125625.165000', '125625.625000', '125626.085000', '125626.545000', '125627.005000', '125627.465000', '125627.925000', '125628.385000', '125628.845000', '125629.305000', '125629.765000', '125630.225000', '125630.685000', '125631.145000', '125631.605000', '125632.065000', '125632.525000', '125632.985000', '125633.445000', '125633.905000', '125634.365000', '125634.825000', '125635.285000', '125635.745000', '125636.205000', '125636.665000', '125637.125000', '125637.585000', '125638.045000', '125638.505000', '125638.965000', '125639.425000', '125639.885000', '125640.345000', '125640.805000', '125641.265000', '125641.725000', '125642.185000', '125642.645000', '125643.105000', '125643.565000', '125644.025000', '125644.485000', '125644.945000', '125645.405000', '125645.865000', '125646.325000', '125646.785000', '125647.245000', '125647.705000', '125648.165000', '125648.625000', '125649.085000', '125649.545000', '125650.005000', '125650.465000', '125650.925000', '125651.385000', '125651.845000', '125652.305000', '125652.765000', '125653.225000', '125653.685000', '125654.145000', '125654.605000', '125655.065000', '125655.525000', '125655.985000', '125656.445000', '125656.905000', '125657.365000', '125657.825000', '125658.285000', '125658.745000', '125659.205000', '125659.665000', '125700.125000', '125700.585000', '125701.045000', '125701.505000', '125701.965000', '125702.425000', '125702.885000', '125703.345000', '125703.805000', '125704.265000', '125704.725000', '125705.185000', '125705.645000', '125706.105000', '125706.565000', '125707.025000', '125707.485000', '125707.945000', '125708.405000', '125708.865000', '125709.325000', '125709.785000', '125710.245000', '125710.705000', '125711.165000', '125711.625000', '125712.085000', '125712.545000', '125713.005000', '125713.465000', '125713.925000', '125714.385000', '125714.845000', '125715.305000', '125715.765000', '125716.225000', '125716.685000', '125717.145000', '125717.605000', '125718.065000', '125718.525000', '125718.985000', '125719.445000', '125719.905000', '125720.365000', '125720.825000', '125721.285000', '125721.745000', '125722.205000', '125722.665000', '125723.125000', '125723.585000', '125724.045000', '125724.505000', '125724.965000', '125725.425000', '125725.885000', '125726.345000', '125726.805000', '125727.265000', '125727.725000', '125728.185000', '125728.645000', '125729.105000', '125729.565000', '125730.025000', '125730.485000', '125730.945000', '125731.405000', '125731.865000', '125732.325000', '125732.785000', '125733.245000', '125733.705000', '125734.165000', '125734.625000', '125735.085000', '125735.545000', '125736.005000', '125736.465000', '125736.925000', '125737.385000', '125737.845000', '125738.305000', '125738.765000', '125739.225000', '125739.685000', '125740.145000', '125740.605000', '125741.065000', '125741.525000', '125741.985000', '125742.445000', '125742.905000', '125743.365000', '125743.825000', '125744.285000', '125744.745000', '125745.205000', '125745.665000', '125746.125000', '125746.585000', '125747.045000', '125747.505000', '125747.965000', '125748.425000', '125748.885000', '125749.345000', '125749.805000', '125750.265000', '125750.725000', '125751.185000', '125751.645000', '125752.105000', '125752.565000', '125753.025000', '125753.485000', '125753.945000', '125754.405000', '125754.865000', '125755.325000', '125755.785000', '125756.245000', '125756.705000', '125757.165000', '125757.625000', '125758.085000', '125758.545000', '125759.005000', '125759.465000', '125759.925000', '125800.385000', '125800.845000', '125801.305000', '125801.765000', '125802.225000', '125802.685000', '125803.145000', '125803.605000', '125804.065000', '125804.525000', '125804.985000', '125805.445000', '125805.905000', '125806.365000', '125806.825000', '125807.285000', '125807.745000', '125808.205000', '125808.665000', '125809.125000', '125809.585000', '125810.045000', '125810.505000', '125810.965000', '125811.425000', '125811.885000', '125812.345000', '125812.805000', '125813.265000', '125813.725000', '125814.185000', '125814.645000', '125815.105000', '125815.565000', '125816.025000', '125816.485000', '125816.945000', '125817.405000', '125817.865000', '125818.325000', '125818.785000', '125819.245000', '125819.705000', '125820.165000', '125820.625000', '125821.085000', '125821.545000', '125822.005000', '125822.465000', '125822.925000', '125823.385000', '125823.845000', '125824.305000', '125824.765000', '125825.225000', '125825.685000', '125826.145000', '125826.605000', '125827.065000', '125827.525000', '125827.985000', '125828.445000', '125828.905000', '125829.365000', '125829.825000', '125830.285000', '125830.745000', '125831.205000', '125831.665000', '125832.125000', '125832.585000', '125833.045000', '125833.505000', '125833.965000', '125834.425000', '125834.885000', '125835.345000', '125835.805000', '125836.265000', '125836.725000', '125837.185000', '125837.645000', '125838.105000', '125838.565000', '125839.025000', '125839.485000', '125839.945000', '125840.405000', '125840.865000', '125841.325000', '125841.785000', '125842.245000', '125842.705000', '125843.165000', '125843.625000', '125844.085000', '125844.545000', '125845.005000', '125845.465000', '125845.925000', '125846.385000', '125846.845000', '125847.305000', '125847.765000', '125848.225000', '125848.685000', '125849.145000', '125849.605000', '125850.065000', '125850.525000', '125850.985000', '125851.445000', '125851.905000', '125852.365000', '125852.825000', '125853.285000', '125853.745000', '125854.205000', '125854.665000', '125855.125000', '125855.585000', '125856.045000', '125856.505000', '125856.965000', '125857.425000', '125857.885000', '125858.345000', '125858.805000', '125859.265000', '125859.725000', '125900.185000', '125900.645000', '125901.105000', '125901.565000', '125902.025000', '125902.485000', '125902.945000', '125903.405000', '125903.865000', '125904.325000', '125904.785000', '125905.245000', '125905.705000', '125906.165000', '125906.625000', '125907.085000', '125907.545000', '125908.005000', '125908.465000', '125908.925000', '125909.385000', '125909.845000', '125910.305000', '125910.765000', '125911.225000', '125911.685000', '125912.145000', '125912.605000', '125913.065000', '125913.525000', '125913.985000', '125914.445000', '125914.905000', '125915.365000', '125915.825000', '125916.285000', '125916.745000', '125917.205000', '125917.665000', '125918.125000', '125918.585000', '125919.045000', '125919.505000', '125919.965000', '125920.425000', '125920.885000', '125921.345000', '125921.805000', '125922.265000', '125922.725000', '125923.185000', '125923.645000', '125924.105000', '125924.565000', '125925.025000', '125925.485000', '125925.945000', '125926.405000', '125926.865000', '125927.325000', '125927.785000', '125928.245000', '125928.705000', '125929.165000', '125929.625000', '125930.085000', '125930.545000', '125931.005000', '125931.465000', '125931.925000', '125932.385000', '125932.845000', '125933.305000', '125933.765000', '125934.225000', '125934.685000', '125935.145000', '125935.605000', '125936.065000', '125936.525000', '125936.985000'], 'ContentTime': ['125318.154000', '125318.158000', '125318.161000', '125318.163000', '125318.166000', '125318.170000', '125318.173000', '125318.175000', '125318.178000', '125318.181000', '125318.184000', '125318.186000', '125318.189000', '125318.192000', '125318.194000', '125318.197000', '125318.200000', '125318.202000', '125318.205000', '125318.208000', '125318.210000', '125318.213000', '125318.216000', '125318.218000', '125318.221000', '125318.224000', '125318.227000', '125318.230000', '125318.233000', '125318.235000', '125318.238000', '125318.241000', '125318.243000', '125318.246000', '125318.248000', '125318.251000', '125318.254000', '125318.256000', '125318.262000', '125318.265000', '125318.267000', '125318.270000', '125318.274000', '125318.277000', '125318.280000', '125338.124000', '125338.127000', '125338.130000', '125338.132000', '125338.135000', '125338.138000', '125338.140000', '125338.143000', '125338.145000', '125338.148000', '125338.151000', '125338.153000', '125338.156000', '125338.159000', '125338.161000', '125338.164000', '125338.166000', '125338.169000', '125338.172000', '125338.174000', '125338.177000', '125338.179000', '125338.182000', '125338.185000', '125338.187000', '125338.190000', '125338.195000', '125338.198000', '125338.201000', '125338.203000', '125338.206000', '125338.208000', '125338.211000', '125338.213000', '125338.216000', '125338.218000', '125338.221000', '125338.223000', '125338.226000', '125338.229000', '125338.231000', '125338.234000', '125338.237000', '125338.239000', '125358.124000', '125358.126000', '125358.129000', '125358.133000', '125358.135000', '125358.138000', '125358.140000', '125358.143000', '125358.146000', '125358.148000', '125358.151000', '125358.154000', '125358.156000', '125358.159000', '125358.161000', '125358.164000', '125358.167000', '125358.169000', '125358.172000', '125358.175000', '125358.177000', '125358.180000', '125358.183000', '125358.185000', '125358.188000', '125358.190000', '125358.193000', '125358.196000', '125358.198000', '125358.201000', '125358.208000', '125358.210000', '125358.213000', '125358.216000', '125358.218000', '125358.221000', '125358.223000', '125358.226000', '125358.229000', '125358.231000', '125358.234000', '125358.236000', '125358.239000', '125418.124000', '125418.127000', '125418.130000', '125418.132000', '125418.135000', '125418.138000', '125418.140000', '125418.143000', '125418.146000', '125418.149000', '125418.152000', '125418.154000', '125418.157000', '125418.160000', '125418.162000', '125418.165000', '125418.168000', '125418.170000', '125418.173000', '125418.175000', '125418.178000', '125418.181000', '125418.183000', '125418.186000', '125418.192000', '125418.195000', '125418.198000', '125418.200000', '125418.203000', '125418.206000', '125418.208000', '125418.211000', '125418.214000', '125418.216000', '125418.219000', '125418.221000', '125418.224000', '125418.227000', '125418.229000', '125418.232000', '125418.235000', '125418.237000', '125418.240000', '125418.242000', '125438.125000', '125438.127000', '125438.130000', '125438.133000', '125438.135000', '125438.138000', '125438.140000', '125438.143000', '125438.145000', '125438.148000', '125438.151000', '125438.153000', '125438.156000', '125438.158000', '125438.161000', '125438.163000', '125438.166000', '125438.168000', '125438.171000', '125438.174000', '125438.176000', '125438.187000', '125438.190000', '125438.193000', '125438.195000', '125438.198000', '125438.201000', '125438.203000', '125438.212000', '125438.215000', '125438.217000', '125438.220000', '125438.222000', '125438.225000', '125438.228000', '125438.230000', '125438.233000', '125438.235000', '125438.238000', '125438.240000', '125438.243000', '125438.245000', '125438.248000', '125458.124000', '125458.128000', '125458.130000', '125458.134000', '125458.137000', '125458.139000', '125458.142000', '125458.145000', '125458.147000', '125458.150000', '125458.153000', '125458.155000', '125458.158000', '125458.161000', '125458.163000', '125458.166000', '125458.168000', '125458.171000', '125458.173000', '125458.176000', '125458.179000', '125458.181000', '125458.184000', '125458.186000', '125458.189000', '125458.191000', '125458.194000', '125458.196000', '125458.199000', '125458.201000', '125458.207000', '125458.210000', '125458.212000', '125458.215000', '125458.217000', '125458.220000', '125458.223000', '125458.225000', '125458.228000', '125458.233000', '125458.236000', '125458.238000', '125458.241000', '125518.125000', '125518.127000', '125518.131000', '125518.133000', '125518.136000', '125518.138000', '125518.141000', '125518.144000', '125518.146000', '125518.149000', '125518.151000', '125518.154000', '125518.156000', '125518.159000', '125518.162000', '125518.164000', '125518.167000', '125518.169000', '125518.172000', '125518.174000', '125518.177000', '125518.180000', '125518.182000', '125518.185000', '125518.187000', '125518.190000', '125518.192000', '125518.195000', '125518.198000', '125518.200000', '125518.203000', '125518.205000', '125518.208000', '125518.210000', '125518.213000', '125518.216000', '125518.218000', '125518.221000', '125518.224000', '125518.226000', '125518.229000', '125518.231000', '125518.234000', '125518.236000', '125538.125000', '125538.127000', '125538.130000', '125538.133000', '125538.135000', '125538.138000', '125538.141000', '125538.143000', '125538.146000', '125538.148000', '125538.151000', '125538.155000', '125538.158000', '125538.160000', '125538.163000', '125538.166000', '125538.168000', '125538.171000', '125538.173000', '125538.176000', '125538.179000', '125538.181000', '125538.184000', '125538.187000', '125538.190000', '125538.193000', '125538.195000', '125538.198000', '125538.201000', '125538.203000', '125538.206000', '125538.208000', '125538.211000', '125538.214000', '125538.216000', '125538.219000', '125538.222000', '125538.224000', '125538.227000', '125538.229000', '125538.232000', '125538.234000', '125538.237000', '125558.124000', '125558.127000', '125558.130000', '125558.132000', '125558.135000', '125558.138000', '125558.140000', '125558.143000', '125558.145000', '125558.148000', '125558.150000', '125558.153000', '125558.156000', '125558.158000', '125558.161000', '125558.163000', '125558.166000', '125558.169000', '125558.171000', '125558.174000', '125558.176000', '125558.179000', '125558.182000', '125558.184000', '125558.187000', '125558.189000', '125558.192000', '125558.194000', '125558.197000', '125558.200000', '125558.202000', '125558.205000', '125558.207000', '125558.210000', '125558.213000', '125558.215000', '125558.218000', '125558.220000', '125558.223000', '125558.226000', '125558.228000', '125558.231000', '125558.233000', '125558.236000', '125618.123000', '125618.126000', '125618.129000', '125618.132000', '125618.135000', '125618.138000', '125618.143000', '125618.145000', '125618.148000', '125618.151000', '125618.153000', '125618.156000', '125618.158000', '125618.161000', '125618.164000', '125618.166000', '125618.169000', '125618.189000', '125618.192000', '125618.194000', '125618.197000', '125618.200000', '125618.202000', '125618.205000', '125618.207000', '125618.210000', '125618.212000', '125618.215000', '125618.218000', '125618.220000', '125618.223000', '125618.225000', '125618.228000', '125618.230000', '125618.233000', '125618.235000', '125618.238000', '125618.241000', '125618.249000', '125618.252000', '125618.254000', '125618.258000', '125618.260000', '125638.124000', '125638.127000', '125638.130000', '125638.132000', '125638.135000', '125638.138000', '125638.140000', '125638.143000', '125638.145000', '125638.148000', '125638.151000', '125638.153000', '125638.156000', '125638.158000', '125638.161000', '125638.164000', '125638.166000', '125638.169000', '125638.171000', '125638.174000', '125638.176000', '125638.179000', '125638.182000', '125638.184000', '125638.187000', '125638.189000', '125638.192000', '125638.194000', '125638.197000', '125638.200000', '125638.202000', '125638.205000', '125638.207000', '125638.210000', '125638.212000', '125638.215000', '125638.218000', '125638.220000', '125638.223000', '125638.225000', '125638.228000', '125638.231000', '125638.233000', '125638.236000', '125658.124000', '125658.127000', '125658.130000', '125658.133000', '125658.135000', '125658.138000', '125658.140000', '125658.143000', '125658.145000', '125658.148000', '125658.151000', '125658.153000', '125658.156000', '125658.158000', '125658.161000', '125658.163000', '125658.166000', '125658.169000', '125658.171000', '125658.174000', '125658.176000', '125658.179000', '125658.182000', '125658.184000', '125658.187000', '125658.189000', '125658.192000', '125658.194000', '125658.197000', '125658.200000', '125658.203000', '125658.205000', '125658.208000', '125658.210000', '125658.213000', '125658.216000', '125658.219000', '125658.222000', '125658.225000', '125658.229000', '125658.232000', '125658.234000', '125658.237000', '125718.124000', '125718.127000', '125718.130000', '125718.132000', '125718.135000', '125718.138000', '125718.140000', '125718.143000', '125718.145000', '125718.148000', '125718.150000', '125718.153000', '125718.156000', '125718.158000', '125718.161000', '125718.164000', '125718.166000', '125718.169000', '125718.171000', '125718.174000', '125718.177000', '125718.179000', '125718.182000', '125718.185000', '125718.187000', '125718.190000', '125718.192000', '125718.195000', '125718.198000', '125718.200000', '125718.203000', '125718.206000', '125718.208000', '125718.211000', '125718.213000', '125718.216000', '125718.219000', '125718.221000', '125718.224000', '125718.226000', '125718.229000', '125718.231000', '125718.234000', '125718.237000', '125738.124000', '125738.127000', '125738.130000', '125738.133000', '125738.135000', '125738.138000', '125738.141000', '125738.143000', '125738.146000', '125738.148000', '125738.151000', '125738.153000', '125738.156000', '125738.159000', '125738.161000', '125738.164000', '125738.166000', '125738.169000', '125738.172000', '125738.174000', '125738.177000', '125738.179000', '125738.182000', '125738.184000', '125738.187000', '125738.189000', '125738.192000', '125738.195000', '125738.197000', '125738.200000', '125738.202000', '125738.205000', '125738.207000', '125738.210000', '125738.213000', '125738.216000', '125738.219000', '125738.222000', '125738.224000', '125738.227000', '125738.229000', '125738.232000', '125738.260000', '125758.124000', '125758.127000', '125758.130000', '125758.132000', '125758.135000', '125758.138000', '125758.140000', '125758.143000', '125758.145000', '125758.148000', '125758.159000', '125758.162000', '125758.164000', '125758.167000', '125758.170000', '125758.172000', '125758.175000', '125758.177000', '125758.180000', '125758.183000', '125758.185000', '125758.188000', '125758.191000', '125758.193000', '125758.196000', '125758.199000', '125758.201000', '125758.204000', '125758.206000', '125758.209000', '125758.212000', '125758.214000', '125758.217000', '125758.219000', '125758.222000', '125758.225000', '125758.227000', '125758.230000', '125758.233000', '125758.235000', '125758.238000', '125758.240000', '125758.243000', '125758.246000', '125818.125000', '125818.127000', '125818.130000', '125818.133000', '125818.136000', '125818.138000', '125818.141000', '125818.143000', '125818.146000', '125818.149000', '125818.151000', '125818.154000', '125818.157000', '125818.159000', '125818.162000', '125818.165000', '125818.167000', '125818.170000', '125818.173000', '125818.175000', '125818.178000', '125818.180000', '125818.183000', '125818.185000', '125818.188000', '125818.191000', '125818.194000', '125818.196000', '125818.199000', '125818.202000', '125818.205000', '125818.208000', '125818.211000', '125818.214000', '125818.224000', '125818.226000', '125818.229000', '125818.232000', '125818.234000', '125818.237000', '125818.239000', '125818.242000', '125818.245000', '125838.124000', '125838.127000', '125838.129000', '125838.132000', '125838.134000', '125838.137000', '125838.139000', '125838.142000', '125838.144000', '125838.147000', '125838.150000', '125838.152000', '125838.155000', '125838.157000', '125838.160000', '125838.162000', '125838.165000', '125838.168000', '125838.170000', '125838.173000', '125838.175000', '125838.178000', '125838.181000', '125838.183000', '125838.186000', '125838.188000', '125838.191000', '125838.194000', '125838.196000', '125838.199000', '125838.202000', '125838.204000', '125838.207000', '125838.210000', '125838.212000', '125838.215000', '125838.217000', '125838.220000', '125838.223000', '125838.225000', '125838.228000', '125838.230000', '125838.233000', '125838.235000', '125858.124000', '125858.127000', '125858.130000', '125858.133000', '125858.135000', '125858.138000', '125858.140000', '125858.143000', '125858.145000', '125858.148000', '125858.151000', '125858.153000', '125858.156000', '125858.158000', '125858.161000', '125858.164000', '125858.166000', '125858.169000', '125858.172000', '125858.174000', '125858.177000', '125858.179000', '125858.182000', '125858.185000', '125858.187000', '125858.190000', '125858.192000', '125858.195000', '125858.198000', '125858.200000', '125858.203000', '125858.205000', '125858.208000', '125858.210000', '125858.213000', '125858.217000', '125858.219000', '125858.222000', '125858.225000', '125858.227000', '125858.230000', '125858.233000', '125858.235000', '125918.125000', '125918.127000', '125918.130000', '125918.133000', '125918.135000', '125918.138000', '125918.140000', '125918.143000', '125918.145000', '125918.148000', '125918.164000', '125918.166000', '125918.169000', '125918.171000', '125918.174000', '125918.177000', '125918.179000', '125918.182000', '125918.184000', '125918.187000', '125918.189000', '125918.192000', '125918.195000', '125918.197000', '125918.200000', '125918.203000', '125918.205000', '125918.208000', '125918.210000', '125918.213000', '125918.216000', '125918.218000', '125918.221000', '125918.223000', '125918.226000', '125918.228000', '125918.231000', '125918.233000', '125918.236000', '125918.239000', '125918.241000', '125918.244000', '125918.246000', '125918.249000', '125938.124000', '125938.127000', '125938.130000', '125938.133000', '125938.135000', '125938.138000', '125938.141000', '125938.143000', '125938.146000', '125938.149000', '125938.151000', '125938.154000', '125938.157000', '125938.160000', '125938.163000', '125938.165000', '125938.168000', '125938.171000', '125938.174000', '125938.177000', '125938.180000', '125938.182000', '125938.185000', '125938.188000', '125938.191000', '125938.193000', '125938.196000', '125938.199000', '125938.203000', '125938.206000', '125938.209000', '125938.213000', '125938.216000', '125938.218000', '125938.221000', '125938.224000', '125938.227000', '125938.230000', '125938.233000', '125938.236000', '125938.238000', '125938.241000', '125938.243000', '125938.352000'], 'InstanceCreationTime': ['125318.154000', '125318.158000', '125318.161000', '125318.163000', '125318.166000', '125318.170000', '125318.173000', '125318.175000', '125318.178000', '125318.181000', '125318.184000', '125318.186000', '125318.189000', '125318.192000', '125318.194000', '125318.197000', '125318.200000', '125318.202000', '125318.205000', '125318.208000', '125318.210000', '125318.213000', '125318.216000', '125318.218000', '125318.221000', '125318.224000', '125318.227000', '125318.230000', '125318.233000', '125318.235000', '125318.238000', '125318.241000', '125318.243000', '125318.246000', '125318.248000', '125318.251000', '125318.254000', '125318.256000', '125318.262000', '125318.265000', '125318.267000', '125318.270000', '125318.274000', '125318.277000', '125318.280000', '125338.124000', '125338.127000', '125338.130000', '125338.132000', '125338.135000', '125338.138000', '125338.140000', '125338.143000', '125338.145000', '125338.148000', '125338.151000', '125338.153000', '125338.156000', '125338.159000', '125338.161000', '125338.164000', '125338.166000', '125338.169000', '125338.172000', '125338.174000', '125338.177000', '125338.179000', '125338.182000', '125338.185000', '125338.187000', '125338.190000', '125338.195000', '125338.198000', '125338.201000', '125338.203000', '125338.206000', '125338.208000', '125338.211000', '125338.213000', '125338.216000', '125338.218000', '125338.221000', '125338.223000', '125338.226000', '125338.229000', '125338.231000', '125338.234000', '125338.237000', '125338.239000', '125358.124000', '125358.126000', '125358.129000', '125358.133000', '125358.135000', '125358.138000', '125358.140000', '125358.143000', '125358.146000', '125358.148000', '125358.151000', '125358.154000', '125358.156000', '125358.159000', '125358.161000', '125358.164000', '125358.167000', '125358.169000', '125358.172000', '125358.175000', '125358.177000', '125358.180000', '125358.183000', '125358.185000', '125358.188000', '125358.190000', '125358.193000', '125358.196000', '125358.198000', '125358.201000', '125358.208000', '125358.210000', '125358.213000', '125358.216000', '125358.218000', '125358.221000', '125358.223000', '125358.226000', '125358.229000', '125358.231000', '125358.234000', '125358.236000', '125358.239000', '125418.124000', '125418.127000', '125418.130000', '125418.132000', '125418.135000', '125418.138000', '125418.140000', '125418.143000', '125418.146000', '125418.149000', '125418.152000', '125418.154000', '125418.157000', '125418.160000', '125418.162000', '125418.165000', '125418.168000', '125418.170000', '125418.173000', '125418.175000', '125418.178000', '125418.181000', '125418.183000', '125418.186000', '125418.192000', '125418.195000', '125418.198000', '125418.200000', '125418.203000', '125418.206000', '125418.208000', '125418.211000', '125418.214000', '125418.216000', '125418.219000', '125418.221000', '125418.224000', '125418.227000', '125418.229000', '125418.232000', '125418.235000', '125418.237000', '125418.240000', '125418.242000', '125438.125000', '125438.127000', '125438.130000', '125438.133000', '125438.135000', '125438.138000', '125438.140000', '125438.143000', '125438.145000', '125438.148000', '125438.151000', '125438.153000', '125438.156000', '125438.158000', '125438.161000', '125438.163000', '125438.166000', '125438.168000', '125438.171000', '125438.174000', '125438.176000', '125438.187000', '125438.190000', '125438.193000', '125438.195000', '125438.198000', '125438.201000', '125438.203000', '125438.212000', '125438.215000', '125438.217000', '125438.220000', '125438.222000', '125438.225000', '125438.228000', '125438.230000', '125438.233000', '125438.235000', '125438.238000', '125438.240000', '125438.243000', '125438.245000', '125438.248000', '125458.124000', '125458.128000', '125458.130000', '125458.134000', '125458.137000', '125458.139000', '125458.142000', '125458.145000', '125458.147000', '125458.150000', '125458.153000', '125458.155000', '125458.158000', '125458.161000', '125458.163000', '125458.166000', '125458.168000', '125458.171000', '125458.173000', '125458.176000', '125458.179000', '125458.181000', '125458.184000', '125458.186000', '125458.189000', '125458.191000', '125458.194000', '125458.196000', '125458.199000', '125458.201000', '125458.207000', '125458.210000', '125458.212000', '125458.215000', '125458.217000', '125458.220000', '125458.223000', '125458.225000', '125458.228000', '125458.233000', '125458.236000', '125458.238000', '125458.241000', '125518.125000', '125518.127000', '125518.131000', '125518.133000', '125518.136000', '125518.138000', '125518.141000', '125518.144000', '125518.146000', '125518.149000', '125518.151000', '125518.154000', '125518.156000', '125518.159000', '125518.162000', '125518.164000', '125518.167000', '125518.169000', '125518.172000', '125518.174000', '125518.177000', '125518.180000', '125518.182000', '125518.185000', '125518.187000', '125518.190000', '125518.192000', '125518.195000', '125518.198000', '125518.200000', '125518.203000', '125518.205000', '125518.208000', '125518.210000', '125518.213000', '125518.216000', '125518.218000', '125518.221000', '125518.224000', '125518.226000', '125518.229000', '125518.231000', '125518.234000', '125518.236000', '125538.125000', '125538.127000', '125538.130000', '125538.133000', '125538.135000', '125538.138000', '125538.141000', '125538.143000', '125538.146000', '125538.148000', '125538.151000', '125538.155000', '125538.158000', '125538.160000', '125538.163000', '125538.166000', '125538.168000', '125538.171000', '125538.173000', '125538.176000', '125538.179000', '125538.181000', '125538.184000', '125538.187000', '125538.190000', '125538.193000', '125538.195000', '125538.198000', '125538.201000', '125538.203000', '125538.206000', '125538.208000', '125538.211000', '125538.214000', '125538.216000', '125538.219000', '125538.222000', '125538.224000', '125538.227000', '125538.229000', '125538.232000', '125538.234000', '125538.237000', '125558.124000', '125558.127000', '125558.130000', '125558.132000', '125558.135000', '125558.138000', '125558.140000', '125558.143000', '125558.145000', '125558.148000', '125558.150000', '125558.153000', '125558.156000', '125558.158000', '125558.161000', '125558.163000', '125558.166000', '125558.169000', '125558.171000', '125558.174000', '125558.176000', '125558.179000', '125558.182000', '125558.184000', '125558.187000', '125558.189000', '125558.192000', '125558.194000', '125558.197000', '125558.200000', '125558.202000', '125558.205000', '125558.207000', '125558.210000', '125558.213000', '125558.215000', '125558.218000', '125558.220000', '125558.223000', '125558.226000', '125558.228000', '125558.231000', '125558.233000', '125558.236000', '125618.123000', '125618.126000', '125618.129000', '125618.132000', '125618.135000', '125618.138000', '125618.143000', '125618.145000', '125618.148000', '125618.151000', '125618.153000', '125618.156000', '125618.158000', '125618.161000', '125618.164000', '125618.166000', '125618.169000', '125618.189000', '125618.192000', '125618.194000', '125618.197000', '125618.200000', '125618.202000', '125618.205000', '125618.207000', '125618.210000', '125618.212000', '125618.215000', '125618.218000', '125618.220000', '125618.223000', '125618.225000', '125618.228000', '125618.230000', '125618.233000', '125618.235000', '125618.238000', '125618.241000', '125618.249000', '125618.252000', '125618.254000', '125618.258000', '125618.260000', '125638.124000', '125638.127000', '125638.130000', '125638.132000', '125638.135000', '125638.138000', '125638.140000', '125638.143000', '125638.145000', '125638.148000', '125638.151000', '125638.153000', '125638.156000', '125638.158000', '125638.161000', '125638.164000', '125638.166000', '125638.169000', '125638.171000', '125638.174000', '125638.176000', '125638.179000', '125638.182000', '125638.184000', '125638.187000', '125638.189000', '125638.192000', '125638.194000', '125638.197000', '125638.200000', '125638.202000', '125638.205000', '125638.207000', '125638.210000', '125638.212000', '125638.215000', '125638.218000', '125638.220000', '125638.223000', '125638.225000', '125638.228000', '125638.231000', '125638.233000', '125638.236000', '125658.124000', '125658.127000', '125658.130000', '125658.133000', '125658.135000', '125658.138000', '125658.140000', '125658.143000', '125658.145000', '125658.148000', '125658.151000', '125658.153000', '125658.156000', '125658.158000', '125658.161000', '125658.163000', '125658.166000', '125658.169000', '125658.171000', '125658.174000', '125658.176000', '125658.179000', '125658.182000', '125658.184000', '125658.187000', '125658.189000', '125658.192000', '125658.194000', '125658.197000', '125658.200000', '125658.203000', '125658.205000', '125658.208000', '125658.210000', '125658.213000', '125658.216000', '125658.219000', '125658.222000', '125658.225000', '125658.229000', '125658.232000', '125658.234000', '125658.237000', '125718.124000', '125718.127000', '125718.130000', '125718.132000', '125718.135000', '125718.138000', '125718.140000', '125718.143000', '125718.145000', '125718.148000', '125718.150000', '125718.153000', '125718.156000', '125718.158000', '125718.161000', '125718.164000', '125718.166000', '125718.169000', '125718.171000', '125718.174000', '125718.177000', '125718.179000', '125718.182000', '125718.185000', '125718.187000', '125718.190000', '125718.192000', '125718.195000', '125718.198000', '125718.200000', '125718.203000', '125718.206000', '125718.208000', '125718.211000', '125718.213000', '125718.216000', '125718.219000', '125718.221000', '125718.224000', '125718.226000', '125718.229000', '125718.231000', '125718.234000', '125718.237000', '125738.124000', '125738.127000', '125738.130000', '125738.133000', '125738.135000', '125738.138000', '125738.141000', '125738.143000', '125738.146000', '125738.148000', '125738.151000', '125738.153000', '125738.156000', '125738.159000', '125738.161000', '125738.164000', '125738.166000', '125738.169000', '125738.172000', '125738.174000', '125738.177000', '125738.179000', '125738.182000', '125738.184000', '125738.187000', '125738.189000', '125738.192000', '125738.195000', '125738.197000', '125738.200000', '125738.202000', '125738.205000', '125738.207000', '125738.210000', '125738.213000', '125738.216000', '125738.219000', '125738.222000', '125738.224000', '125738.227000', '125738.229000', '125738.232000', '125738.260000', '125758.124000', '125758.127000', '125758.130000', '125758.132000', '125758.135000', '125758.138000', '125758.140000', '125758.143000', '125758.145000', '125758.148000', '125758.159000', '125758.162000', '125758.164000', '125758.167000', '125758.170000', '125758.172000', '125758.175000', '125758.177000', '125758.180000', '125758.183000', '125758.185000', '125758.188000', '125758.191000', '125758.193000', '125758.196000', '125758.199000', '125758.201000', '125758.204000', '125758.206000', '125758.209000', '125758.212000', '125758.214000', '125758.217000', '125758.219000', '125758.222000', '125758.225000', '125758.227000', '125758.230000', '125758.233000', '125758.235000', '125758.238000', '125758.240000', '125758.243000', '125758.246000', '125818.125000', '125818.127000', '125818.130000', '125818.133000', '125818.136000', '125818.138000', '125818.141000', '125818.143000', '125818.146000', '125818.149000', '125818.151000', '125818.154000', '125818.157000', '125818.159000', '125818.162000', '125818.165000', '125818.167000', '125818.170000', '125818.173000', '125818.175000', '125818.178000', '125818.180000', '125818.183000', '125818.185000', '125818.188000', '125818.191000', '125818.194000', '125818.196000', '125818.199000', '125818.202000', '125818.205000', '125818.208000', '125818.211000', '125818.214000', '125818.224000', '125818.226000', '125818.229000', '125818.232000', '125818.234000', '125818.237000', '125818.239000', '125818.242000', '125818.245000', '125838.124000', '125838.127000', '125838.129000', '125838.132000', '125838.134000', '125838.137000', '125838.139000', '125838.142000', '125838.144000', '125838.147000', '125838.150000', '125838.152000', '125838.155000', '125838.157000', '125838.160000', '125838.162000', '125838.165000', '125838.168000', '125838.170000', '125838.173000', '125838.175000', '125838.178000', '125838.181000', '125838.183000', '125838.186000', '125838.188000', '125838.191000', '125838.194000', '125838.196000', '125838.199000', '125838.202000', '125838.204000', '125838.207000', '125838.210000', '125838.212000', '125838.215000', '125838.217000', '125838.220000', '125838.223000', '125838.225000', '125838.228000', '125838.230000', '125838.233000', '125838.235000', '125858.124000', '125858.127000', '125858.130000', '125858.133000', '125858.135000', '125858.138000', '125858.140000', '125858.143000', '125858.145000', '125858.148000', '125858.151000', '125858.153000', '125858.156000', '125858.158000', '125858.161000', '125858.164000', '125858.166000', '125858.169000', '125858.172000', '125858.174000', '125858.177000', '125858.179000', '125858.182000', '125858.185000', '125858.187000', '125858.190000', '125858.192000', '125858.195000', '125858.198000', '125858.200000', '125858.203000', '125858.205000', '125858.208000', '125858.210000', '125858.213000', '125858.217000', '125858.219000', '125858.222000', '125858.225000', '125858.227000', '125858.230000', '125858.233000', '125858.235000', '125918.125000', '125918.127000', '125918.130000', '125918.133000', '125918.135000', '125918.138000', '125918.140000', '125918.143000', '125918.145000', '125918.148000', '125918.164000', '125918.166000', '125918.169000', '125918.171000', '125918.174000', '125918.177000', '125918.179000', '125918.182000', '125918.184000', '125918.187000', '125918.189000', '125918.192000', '125918.195000', '125918.197000', '125918.200000', '125918.203000', '125918.205000', '125918.208000', '125918.210000', '125918.213000', '125918.216000', '125918.218000', '125918.221000', '125918.223000', '125918.226000', '125918.228000', '125918.231000', '125918.233000', '125918.236000', '125918.239000', '125918.241000', '125918.244000', '125918.246000', '125918.249000', '125938.124000', '125938.127000', '125938.130000', '125938.133000', '125938.135000', '125938.138000', '125938.141000', '125938.143000', '125938.146000', '125938.149000', '125938.151000', '125938.154000', '125938.157000', '125938.160000', '125938.163000', '125938.165000', '125938.168000', '125938.171000', '125938.174000', '125938.177000', '125938.180000', '125938.182000', '125938.185000', '125938.188000', '125938.191000', '125938.193000', '125938.196000', '125938.199000', '125938.203000', '125938.206000', '125938.209000', '125938.213000', '125938.216000', '125938.218000', '125938.221000', '125938.224000', '125938.227000', '125938.230000', '125938.233000', '125938.236000', '125938.238000', '125938.241000', '125938.243000', '125938.352000'], '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': [8666, 14009, 9805, 10904, 9757, 10308, 10708, 9741, 13964, 10234, 13392, 9524, 12090, 9305, 12750, 9621, 12597, 9686, 12476, 9682, 9502, 9985, 10586, 9990, 13860, 10284, 13822, 9792, 12541, 9768, 10976, 10229, 9525, 12338, 9656, 13930, 9628, 11253, 13159, 9712, 14409, 9675, 13188, 9891, 10727, 13351, 9854, 14247, 9726, 13650, 9804, 9564, 14540, 9943, 12301, 9851, 12744, 9533, 10843, 9862, 9140, 9491, 11239, 9364, 14409, 10013, 13942, 9787, 15228, 10168, 15582, 10543, 17484, 10057, 11914, 11561, 9881, 17418, 10613, 15082, 9425, 10344, 9177, 10544, 8770, 12666, 9826, 11932, 9260, 11067, 8997, 10088, 15467, 10723, 15746, 9625, 13601, 8884, 11941, 9360, 10653, 9080, 9383, 9021, 9462, 14361, 10012, 13324, 9228, 10082, 9484, 9518, 9505, 9679, 10029, 9822, 10042, 10270, 11604, 10019, 14083, 11737, 10705, 17397, 11548, 15408, 10988, 11713, 12461, 10428, 16478, 11963, 14339, 11491, 9205, 16050, 9957, 12040, 10177, 10751, 15931, 9410, 11985, 10538, 10628, 11430, 9256, 13445, 9689, 10218, 9936, 9651, 14341, 9544, 11963, 9863, 10331, 10495, 10598, 10129, 9334, 13248, 9895, 11471, 10340, 11524, 12767, 10063, 13792, 10166, 11209, 9964, 10435, 14228, 11345, 12571, 9887, 10825, 10129, 10870, 11272, 10243, 11801, 9606, 13530, 9845, 10176, 10350, 14859, 11772, 13859, 11070, 9685, 15083, 10474, 12087, 9440, 10101, 9683, 9146, 9790, 8835, 10286, 9053, 13424, 8901, 11034, 10022, 12893, 9963, 12137, 9133, 11892, 9628, 12194, 10087, 13551, 9773, 12291, 10158, 14361, 9707, 12758, 9770, 13107, 9368, 11970, 9399, 9698, 9343, 13183, 9129, 11760, 9423, 9126, 8807, 8289, 11187, 9524, 13212, 9144, 12833, 11747, 14685, 12572, 14695, 12607, 12686, 17135, 14108, 15025, 10374, 11331, 9142, 11404, 9696, 10509, 9697, 9757, 10799, 10870, 10998, 12041, 10905, 13774, 11260, 13661, 10840, 11558, 10422, 13078, 10737, 10749, 14655, 10585, 12644, 10279, 10893, 10901, 10304, 12793, 10423, 11451, 10124, 10012, 12458, 10350, 11512, 10147, 10206, 9866, 9654, 12876, 10105, 11623, 10167, 10058, 9678, 10141, 9159, 9106, 9696, 9110, 9460, 9932, 9723, 10038, 9230, 10703, 10256, 13756, 11858, 14970, 13021, 12364, 17379, 11563, 17510, 10531, 13270, 9877, 10153, 15066, 9844, 12137, 9592, 10500, 9594, 9954, 12607, 9618, 12170, 9666, 9942, 9837, 9937, 9612, 9535, 13784, 9863, 10354, 10021, 9570, 13504, 9762, 11786, 9897, 9639, 9641, 9863, 9777, 10119, 9573, 10194, 14574, 9544, 11996, 9838, 10939, 9546, 10307, 12115, 9571, 12936, 9768, 10935, 9677, 10051, 13913, 9469, 12689, 9804, 10722, 9350, 9748, 9289, 9834, 10215, 8255, 9410, 10566, 10474, 10382, 10462, 10509, 10298, 9510, 9247, 9229, 12362, 10416, 14056, 16660, 12116, 17148, 11918, 14202, 11827, 12577, 19373, 10705, 16424, 11173, 13500, 10103, 10369, 15319, 10074, 15627, 9906, 12272, 10327, 11469, 9810, 10002, 14946, 9550, 13035, 9956, 11279, 9498, 10492, 15610, 9732, 13031, 9945, 10520, 9702, 10262, 14448, 9946, 11430, 9754, 10377, 11545, 9861, 13752, 10009, 10557, 9877, 9616, 9690, 9217, 9812, 11829, 9691, 12594, 9852, 11008, 9678, 10050, 15170, 9737, 14351, 9925, 11022, 9219, 9086, 9091, 8512, 8515, 9060, 9415, 9814, 9322, 9463, 9004, 10650, 10207, 15265, 11992, 13803, 10420, 14884, 13052, 14630, 12877, 12262, 18526, 12776, 16198, 10177, 13892, 9712, 11386, 18017, 10036, 15470, 9682, 12684, 9532, 11839, 9986, 9797, 16110, 9590, 13126, 9297, 11745, 9300, 9611, 10331, 9594, 15025, 9492, 11699, 9367, 9518, 13202, 9254, 14879, 9238, 11162, 9631, 8850, 9430, 10704, 9177, 9406, 8824, 8601, 9022, 10594, 9054, 11951, 10464, 11472, 10761, 10617, 11229, 13865, 13037, 14758, 12113, 19513, 13598, 18478, 11892, 18013, 10087, 13173, 11781, 11644, 19071, 10769, 14640, 8756, 10428, 16727, 9800, 15598, 8978, 12645, 8760, 10117, 9438, 9929, 9378, 9349, 11858, 9538, 8557, 9028, 10157, 10261, 10795, 9637, 9733, 12744, 11010, 12856, 10261, 13273, 11465, 15112, 10651, 13406, 9942, 14523, 10170, 16177, 12990, 10392, 10226, 8727, 9882, 9346, 12032, 9964, 13626, 10219, 11761, 13851, 12281, 16939, 15406, 15934, 15806, 9519, 13791, 9931, 9446, 10898, 10385, 9717, 11068, 12232, 9070, 12783, 10974, 17178, 10666, 17295, 10852, 17003, 9094, 13700, 9334, 11445, 10031, 10476, 15107, 8635, 16584, 8738, 14212, 9225, 11427, 9040, 8999, 8657, 10498, 10145, 11133, 9942, 10141, 9207, 9270, 9668, 9982, 9102, 9613, 9292, 9318, 14784, 10121, 14027, 9471, 14552, 9604, 14685, 9847, 13885, 9320, 10887, 9766, 10517, 10653, 10691, 10939, 10790, 9890, 9944, 9240, 12546, 11043, 10633, 14288, 12712, 15540, 14940, 17303, 14248, 17279, 14348, 14837, 14908, 10957, 13844, 9737, 14883, 9773, 12943, 8989, 9711, 12660, 9210, 9007, 9216, 9439, 8970, 11266, 9456, 9563, 9146, 13352, 9365, 12781, 10142, 10740, 14964, 10129, 14521, 9683, 11218, 15796, 10722, 14739, 9831, 12295, 9480, 10322, 16250, 10276, 14123, 9538, 10929, 10434, 9368, 15392, 9305, 13429, 9092, 10563, 9772, 10817, 9871, 9828, 9594, 9722, 10159, 10696, 16360, 10115, 15075, 9518, 11395, 17164, 11637, 15404, 9355, 13026, 11402, 10246, 17110, 9881, 13227, 9447, 9776, 16142, 9001, 12361, 8578, 9285, 8172, 8603, 8592, 8211, 9956, 10053, 9869, 9767, 10435, 10642, 9518, 11453, 13755, 13524, 16970, 13852, 17856, 14769, 16858, 13776, 17718, 10997, 16446, 9881, 14162, 10613, 15447, 9833, 13054, 9744, 10018, 10037, 11104, 10380, 12263, 10190, 10284, 10238, 9784, 13963, 10232, 11044, 10021, 9752, 13476, 9768, 12393, 9726, 9593, 9750, 9500, 12402, 9524, 11308, 10168, 10379, 9320, 9565, 11393, 9327, 11368, 9475, 12001, 9331, 13247, 9983, 13240, 9259, 10715, 13923, 9742, 12922, 8931, 9444, 9662, 8786, 9901, 9994, 10568, 9622, 9861, 12071, 10008, 13765, 13812, 12317, 15818, 18834, 15238, 18984, 12336, 17363, 11867, 13401, 9141, 9869, 15628, 9834, 16600, 9980, 14827, 9548, 11411, 9332, 10152, 14868, 9847, 14554, 9599, 10708, 12537, 9524, 12751, 9167, 11162, 9307, 10091, 9511], 'WindowCenter': [4712.0, 4726.0, 4688.0, 4693.0, 4658.0, 4670.0, 4666.0, 4656.0, 4683.0, 4656.0, 4686.0, 4657.0, 4677.0, 4649.0, 4686.0, 4658.0, 4675.0, 4672.0, 4692.0, 4661.0, 4659.0, 4668.0, 4667.0, 4670.0, 4686.0, 4654.0, 4671.0, 4643.0, 4671.0, 4641.0, 4652.0, 4642.0, 4634.0, 4672.0, 4646.0, 4685.0, 4658.0, 4678.0, 4684.0, 4646.0, 4683.0, 4644.0, 4685.0, 4656.0, 4654.0, 4673.0, 4644.0, 4682.0, 4643.0, 4683.0, 4642.0, 4646.0, 4683.0, 4644.0, 4665.0, 4645.0, 4687.0, 4643.0, 4651.0, 4654.0, 4644.0, 4659.0, 4677.0, 4660.0, 4708.0, 4670.0, 4698.0, 4659.0, 4707.0, 4659.0, 4706.0, 4655.0, 4716.0, 4646.0, 4678.0, 4655.0, 4632.0, 4703.0, 4656.0, 4695.0, 4633.0, 4637.0, 4627.0, 4637.0, 4621.0, 4633.0, 4616.0, 4635.0, 4617.0, 4648.0, 4618.0, 4639.0, 4677.0, 4639.0, 4677.0, 4626.0, 4654.0, 4616.0, 4645.0, 4616.0, 4636.0, 4616.0, 4628.0, 4631.0, 4641.0, 4679.0, 4642.0, 4670.0, 4632.0, 4651.0, 4655.0, 4656.0, 4657.0, 4659.0, 4670.0, 4669.0, 4669.0, 4682.0, 4691.0, 4684.0, 4726.0, 4662.0, 4683.0, 4717.0, 4676.0, 4704.0, 4661.0, 4672.0, 4659.0, 4641.0, 4689.0, 4662.0, 4670.0, 4647.0, 4630.0, 4676.0, 4628.0, 4656.0, 4635.0, 4636.0, 4673.0, 4615.0, 4644.0, 4632.0, 4633.0, 4646.0, 4640.0, 4666.0, 4638.0, 4636.0, 4638.0, 4638.0, 4678.0, 4638.0, 4657.0, 4638.0, 4651.0, 4651.0, 4662.0, 4651.0, 4641.0, 4681.0, 4653.0, 4671.0, 4664.0, 4674.0, 4672.0, 4654.0, 4681.0, 4651.0, 4661.0, 4641.0, 4651.0, 4679.0, 4660.0, 4670.0, 4638.0, 4650.0, 4647.0, 4661.0, 4658.0, 4651.0, 4670.0, 4652.0, 4679.0, 4654.0, 4665.0, 4665.0, 4705.0, 4675.0, 4684.0, 4660.0, 4642.0, 4691.0, 4654.0, 4658.0, 4613.0, 4655.0, 4634.0, 4624.0, 4616.0, 4616.0, 4621.0, 4628.0, 4693.0, 4643.0, 4660.0, 4648.0, 4665.0, 4635.0, 4667.0, 4655.0, 4670.0, 4649.0, 4668.0, 4652.0, 4679.0, 4656.0, 4684.0, 4677.0, 4690.0, 4653.0, 4669.0, 4652.0, 4682.0, 4643.0, 4671.0, 4644.0, 4643.0, 4642.0, 4684.0, 4641.0, 4658.0, 4641.0, 4641.0, 4642.0, 4647.0, 4689.0, 4679.0, 4711.0, 4669.0, 4701.0, 4687.0, 4710.0, 4688.0, 4710.0, 4683.0, 4685.0, 4704.0, 4684.0, 4692.0, 4641.0, 4650.0, 4641.0, 4663.0, 4640.0, 4651.0, 4640.0, 4638.0, 4659.0, 4662.0, 4663.0, 4674.0, 4663.0, 4682.0, 4664.0, 4678.0, 4648.0, 4660.0, 4639.0, 4670.0, 4648.0, 4638.0, 4667.0, 4649.0, 4671.0, 4624.0, 4635.0, 4633.0, 4624.0, 4640.0, 4634.0, 4645.0, 4623.0, 4623.0, 4641.0, 4623.0, 4633.0, 4637.0, 4636.0, 4625.0, 4625.0, 4644.0, 4635.0, 4647.0, 4638.0, 4642.0, 4630.0, 4654.0, 4648.0, 4631.0, 4630.0, 4631.0, 4627.0, 4637.0, 4639.0, 4640.0, 4630.0, 4650.0, 4640.0, 4685.0, 4675.0, 4693.0, 4667.0, 4661.0, 4689.0, 4648.0, 4686.0, 4635.0, 4657.0, 4626.0, 4626.0, 4663.0, 4612.0, 4632.0, 4610.0, 4623.0, 4611.0, 4623.0, 4642.0, 4626.0, 4643.0, 4627.0, 4626.0, 4627.0, 4638.0, 4627.0, 4629.0, 4667.0, 4638.0, 4637.0, 4627.0, 4629.0, 4667.0, 4629.0, 4648.0, 4628.0, 4628.0, 4627.0, 4638.0, 4627.0, 4639.0, 4627.0, 4639.0, 4677.0, 4639.0, 4658.0, 4628.0, 4637.0, 4616.0, 4626.0, 4643.0, 4613.0, 4656.0, 4625.0, 4635.0, 4613.0, 4625.0, 4652.0, 4614.0, 4644.0, 4612.0, 4625.0, 4604.0, 4619.0, 4619.0, 4631.0, 4628.0, 4612.0, 4630.0, 4637.0, 4639.0, 4639.0, 4654.0, 4653.0, 4668.0, 4662.0, 4660.0, 4668.0, 4687.0, 4665.0, 4698.0, 4717.0, 4677.0, 4701.0, 4648.0, 4681.0, 4660.0, 4672.0, 4709.0, 4639.0, 4701.0, 4660.0, 4671.0, 4639.0, 4650.0, 4690.0, 4638.0, 4677.0, 4640.0, 4660.0, 4638.0, 4647.0, 4624.0, 4628.0, 4677.0, 4628.0, 4656.0, 4626.0, 4634.0, 4613.0, 4625.0, 4661.0, 4614.0, 4643.0, 4611.0, 4624.0, 4599.0, 4610.0, 4638.0, 4612.0, 4632.0, 4601.0, 4612.0, 4622.0, 4613.0, 4653.0, 4624.0, 4635.0, 4626.0, 4614.0, 4627.0, 4614.0, 4640.0, 4659.0, 4641.0, 4672.0, 4640.0, 4650.0, 4628.0, 4629.0, 4680.0, 4631.0, 4672.0, 4633.0, 4626.0, 4637.0, 4634.0, 4594.0, 4609.0, 4608.0, 4605.0, 4606.0, 4617.0, 4618.0, 4630.0, 4631.0, 4649.0, 4656.0, 4704.0, 4676.0, 4687.0, 4642.0, 4681.0, 4673.0, 4694.0, 4670.0, 4662.0, 4698.0, 4656.0, 4674.0, 4613.0, 4653.0, 4600.0, 4621.0, 4672.0, 4611.0, 4649.0, 4600.0, 4628.0, 4596.0, 4619.0, 4607.0, 4611.0, 4649.0, 4600.0, 4640.0, 4600.0, 4630.0, 4600.0, 4613.0, 4619.0, 4614.0, 4662.0, 4614.0, 4634.0, 4613.0, 4615.0, 4642.0, 4616.0, 4664.0, 4616.0, 4637.0, 4643.0, 4633.0, 4622.0, 4628.0, 4608.0, 4607.0, 4622.0, 4610.0, 4637.0, 4655.0, 4636.0, 4679.0, 4656.0, 4665.0, 4664.0, 4654.0, 4662.0, 4672.0, 4673.0, 4681.0, 4664.0, 4713.0, 4670.0, 4689.0, 4635.0, 4673.0, 4614.0, 4645.0, 4633.0, 4623.0, 4672.0, 4611.0, 4651.0, 4580.0, 4622.0, 4661.0, 4610.0, 4650.0, 4591.0, 4631.0, 4592.0, 4612.0, 4602.0, 4614.0, 4615.0, 4642.0, 4647.0, 4629.0, 4605.0, 4645.0, 4653.0, 4637.0, 4637.0, 4583.0, 4597.0, 4668.0, 4665.0, 4697.0, 4666.0, 4682.0, 4660.0, 4691.0, 4650.0, 4680.0, 4666.0, 4692.0, 4652.0, 4692.0, 4672.0, 4642.0, 4641.0, 4608.0, 4629.0, 4621.0, 4661.0, 4644.0, 4671.0, 4643.0, 4664.0, 4686.0, 4681.0, 4718.0, 4712.0, 4722.0, 4717.0, 4654.0, 4696.0, 4670.0, 4657.0, 4666.0, 4654.0, 4643.0, 4665.0, 4672.0, 4633.0, 4673.0, 4653.0, 4703.0, 4654.0, 4700.0, 4653.0, 4701.0, 4632.0, 4681.0, 4628.0, 4649.0, 4627.0, 4638.0, 4677.0, 4620.0, 4686.0, 4618.0, 4667.0, 4617.0, 4646.0, 4617.0, 4618.0, 4632.0, 4653.0, 4663.0, 4661.0, 4640.0, 4653.0, 4643.0, 4642.0, 4639.0, 4643.0, 4643.0, 4655.0, 4642.0, 4646.0, 4707.0, 4668.0, 4683.0, 4644.0, 4681.0, 4642.0, 4681.0, 4642.0, 4672.0, 4637.0, 4668.0, 4646.0, 4644.0, 4655.0, 4644.0, 4640.0, 4641.0, 4632.0, 4630.0, 4646.0, 4685.0, 4666.0, 4657.0, 4685.0, 4664.0, 4674.0, 4676.0, 4682.0, 4662.0, 4669.0, 4657.0, 4655.0, 4654.0, 4611.0, 4640.0, 4588.0, 4638.0, 4598.0, 4629.0, 4588.0, 4599.0, 4626.0, 4598.0, 4587.0, 4600.0, 4600.0, 4602.0, 4632.0, 4613.0, 4624.0, 4627.0, 4668.0, 4640.0, 4670.0, 4639.0, 4650.0, 4679.0, 4641.0, 4679.0, 4629.0, 4650.0, 4677.0, 4639.0, 4666.0, 4627.0, 4647.0, 4627.0, 4636.0, 4674.0, 4625.0, 4666.0, 4614.0, 4634.0, 4623.0, 4615.0, 4663.0, 4615.0, 4654.0, 4615.0, 4635.0, 4625.0, 4637.0, 4626.0, 4639.0, 4639.0, 4641.0, 4651.0, 4654.0, 4701.0, 4653.0, 4691.0, 4629.0, 4661.0, 4688.0, 4649.0, 4677.0, 4617.0, 4657.0, 4635.0, 4626.0, 4675.0, 4615.0, 4655.0, 4612.0, 4625.0, 4676.0, 4606.0, 4636.0, 4610.0, 4619.0, 4598.0, 4595.0, 4610.0, 4609.0, 4656.0, 4673.0, 4656.0, 4681.0, 4666.0, 4676.0, 4613.0, 4661.0, 4672.0, 4688.0, 4707.0, 4674.0, 4701.0, 4668.0, 4677.0, 4657.0, 4687.0, 4637.0, 4675.0, 4627.0, 4665.0, 4636.0, 4664.0, 4625.0, 4642.0, 4614.0, 4624.0, 4637.0, 4646.0, 4638.0, 4656.0, 4638.0, 4638.0, 4626.0, 4638.0, 4667.0, 4627.0, 4636.0, 4625.0, 4629.0, 4656.0, 4628.0, 4657.0, 4626.0, 4628.0, 4626.0, 4629.0, 4667.0, 4639.0, 4660.0, 4652.0, 4652.0, 4644.0, 4655.0, 4662.0, 4644.0, 4662.0, 4655.0, 4687.0, 4669.0, 4686.0, 4656.0, 4686.0, 4646.0, 4657.0, 4697.0, 4649.0, 4678.0, 4626.0, 4634.0, 4621.0, 4599.0, 4629.0, 4644.0, 4624.0, 4631.0, 4630.0, 4663.0, 4654.0, 4681.0, 4682.0, 4661.0, 4705.0, 4701.0, 4693.0, 4699.0, 4645.0, 4675.0, 4635.0, 4655.0, 4603.0, 4613.0, 4660.0, 4612.0, 4671.0, 4623.0, 4650.0, 4612.0, 4632.0, 4600.0, 4612.0, 4650.0, 4613.0, 4652.0, 4609.0, 4622.0, 4630.0, 4614.0, 4642.0, 4613.0, 4632.0, 4626.0, 4637.0, 4637.0], 'WindowWidth': [10326.0, 10317.0, 10266.0, 10268.0, 10212.0, 10229.0, 10218.0, 10201.0, 10236.0, 10200.0, 10243.0, 10205.0, 10232.0, 10197.0, 10243.0, 10206.0, 10227.0, 10233.0, 10260.0, 10215.0, 10211.0, 10222.0, 10221.0, 10227.0, 10242.0, 10196.0, 10216.0, 10180.0, 10217.0, 10172.0, 10189.0, 10173.0, 10167.0, 10218.0, 10189.0, 10240.0, 10208.0, 10237.0, 10237.0, 10187.0, 10233.0, 10181.0, 10242.0, 10200.0, 10196.0, 10219.0, 10181.0, 10232.0, 10179.0, 10235.0, 10176.0, 10187.0, 10231.0, 10180.0, 10208.0, 10182.0, 10246.0, 10180.0, 10188.0, 10196.0, 10184.0, 10212.0, 10235.0, 10215.0, 10277.0, 10226.0, 10261.0, 10210.0, 10272.0, 10208.0, 10271.0, 10197.0, 10284.0, 10185.0, 10233.0, 10193.0, 10160.0, 10260.0, 10202.0, 10254.0, 10165.0, 10165.0, 10149.0, 10162.0, 10144.0, 10143.0, 10127.0, 10152.0, 10131.0, 10178.0, 10136.0, 10166.0, 10217.0, 10169.0, 10216.0, 10148.0, 10180.0, 10131.0, 10171.0, 10132.0, 10160.0, 10134.0, 10154.0, 10159.0, 10176.0, 10225.0, 10178.0, 10211.0, 10162.0, 10187.0, 10201.0, 10204.0, 10204.0, 10209.0, 10232.0, 10228.0, 10227.0, 10252.0, 10260.0, 10256.0, 10318.0, 10201.0, 10253.0, 10290.0, 10232.0, 10271.0, 10205.0, 10221.0, 10196.0, 10172.0, 10242.0, 10203.0, 10213.0, 10178.0, 10157.0, 10217.0, 10152.0, 10190.0, 10158.0, 10161.0, 10208.0, 10130.0, 10168.0, 10150.0, 10153.0, 10176.0, 10174.0, 10204.0, 10166.0, 10164.0, 10168.0, 10169.0, 10220.0, 10169.0, 10193.0, 10169.0, 10189.0, 10191.0, 10205.0, 10188.0, 10179.0, 10232.0, 10195.0, 10221.0, 10213.0, 10225.0, 10219.0, 10196.0, 10232.0, 10190.0, 10204.0, 10174.0, 10188.0, 10226.0, 10199.0, 10214.0, 10169.0, 10187.0, 10181.0, 10204.0, 10197.0, 10192.0, 10218.0, 10194.0, 10228.0, 10201.0, 10216.0, 10220.0, 10272.0, 10228.0, 10243.0, 10202.0, 10180.0, 10246.0, 10199.0, 10192.0, 10123.0, 10200.0, 10163.0, 10148.0, 10124.0, 10133.0, 10132.0, 10155.0, 10252.0, 10182.0, 10207.0, 10184.0, 10203.0, 10163.0, 10209.0, 10209.0, 10218.0, 10190.0, 10215.0, 10196.0, 10232.0, 10207.0, 10244.0, 10239.0, 10248.0, 10199.0, 10214.0, 10196.0, 10235.0, 10184.0, 10221.0, 10186.0, 10184.0, 10184.0, 10240.0, 10177.0, 10197.0, 10178.0, 10177.0, 10182.0, 10195.0, 10259.0, 10246.0, 10294.0, 10231.0, 10278.0, 10254.0, 10292.0, 10252.0, 10286.0, 10240.0, 10243.0, 10269.0, 10241.0, 10249.0, 10175.0, 10185.0, 10176.0, 10209.0, 10174.0, 10189.0, 10174.0, 10168.0, 10199.0, 10205.0, 10211.0, 10226.0, 10209.0, 10234.0, 10213.0, 10226.0, 10182.0, 10201.0, 10169.0, 10214.0, 10178.0, 10166.0, 10204.0, 10183.0, 10216.0, 10142.0, 10157.0, 10151.0, 10139.0, 10160.0, 10155.0, 10171.0, 10136.0, 10138.0, 10161.0, 10137.0, 10152.0, 10161.0, 10160.0, 10142.0, 10143.0, 10168.0, 10158.0, 10175.0, 10165.0, 10176.0, 10153.0, 10197.0, 10193.0, 10158.0, 10154.0, 10160.0, 10149.0, 10165.0, 10171.0, 10173.0, 10159.0, 10187.0, 10172.0, 10244.0, 10227.0, 10254.0, 10206.0, 10202.0, 10237.0, 10178.0, 10232.0, 10158.0, 10191.0, 10142.0, 10143.0, 10191.0, 10120.0, 10149.0, 10115.0, 10136.0, 10119.0, 10137.0, 10163.0, 10147.0, 10165.0, 10148.0, 10146.0, 10149.0, 10167.0, 10150.0, 10155.0, 10205.0, 10166.0, 10165.0, 10150.0, 10155.0, 10204.0, 10154.0, 10179.0, 10152.0, 10154.0, 10151.0, 10166.0, 10149.0, 10168.0, 10148.0, 10167.0, 10218.0, 10170.0, 10193.0, 10152.0, 10163.0, 10131.0, 10147.0, 10165.0, 10126.0, 10186.0, 10143.0, 10155.0, 10123.0, 10142.0, 10175.0, 10126.0, 10167.0, 10121.0, 10143.0, 10112.0, 10135.0, 10139.0, 10158.0, 10145.0, 10135.0, 10155.0, 10158.0, 10163.0, 10166.0, 10192.0, 10192.0, 10222.0, 10219.0, 10214.0, 10229.0, 10250.0, 10216.0, 10269.0, 10291.0, 10237.0, 10263.0, 10181.0, 10232.0, 10200.0, 10221.0, 10267.0, 10168.0, 10260.0, 10199.0, 10217.0, 10170.0, 10186.0, 10240.0, 10167.0, 10220.0, 10172.0, 10199.0, 10165.0, 10177.0, 10143.0, 10151.0, 10219.0, 10152.0, 10187.0, 10143.0, 10157.0, 10124.0, 10139.0, 10187.0, 10124.0, 10163.0, 10117.0, 10139.0, 10100.0, 10115.0, 10151.0, 10119.0, 10145.0, 10102.0, 10121.0, 10131.0, 10122.0, 10178.0, 10139.0, 10155.0, 10144.0, 10127.0, 10148.0, 10129.0, 10169.0, 10195.0, 10175.0, 10216.0, 10171.0, 10185.0, 10152.0, 10154.0, 10223.0, 10157.0, 10211.0, 10160.0, 10137.0, 10173.0, 10165.0, 10090.0, 10119.0, 10118.0, 10110.0, 10111.0, 10128.0, 10132.0, 10158.0, 10164.0, 10188.0, 10204.0, 10268.0, 10231.0, 10246.0, 10177.0, 10234.0, 10220.0, 10255.0, 10214.0, 10206.0, 10253.0, 10189.0, 10211.0, 10121.0, 10179.0, 10100.0, 10130.0, 10202.0, 10118.0, 10165.0, 10099.0, 10138.0, 10090.0, 10125.0, 10107.0, 10116.0, 10165.0, 10102.0, 10156.0, 10103.0, 10144.0, 10101.0, 10124.0, 10128.0, 10125.0, 10189.0, 10128.0, 10153.0, 10123.0, 10129.0, 10162.0, 10132.0, 10194.0, 10131.0, 10162.0, 10179.0, 10165.0, 10143.0, 10146.0, 10115.0, 10116.0, 10143.0, 10128.0, 10176.0, 10196.0, 10172.0, 10237.0, 10197.0, 10209.0, 10213.0, 10197.0, 10206.0, 10216.0, 10225.0, 10230.0, 10209.0, 10279.0, 10211.0, 10240.0, 10153.0, 10208.0, 10123.0, 10166.0, 10147.0, 10132.0, 10200.0, 10114.0, 10167.0, 10070.0, 10131.0, 10182.0, 10112.0, 10164.0, 10088.0, 10141.0, 10090.0, 10118.0, 10107.0, 10124.0, 10129.0, 10178.0, 10178.0, 10153.0, 10116.0, 10187.0, 10195.0, 10162.0, 10159.0, 10060.0, 10089.0, 10210.0, 10217.0, 10265.0, 10219.0, 10234.0, 10203.0, 10247.0, 10189.0, 10229.0, 10219.0, 10248.0, 10193.0, 10247.0, 10219.0, 10175.0, 10168.0, 10122.0, 10150.0, 10141.0, 10198.0, 10178.0, 10212.0, 10176.0, 10208.0, 10243.0, 10238.0, 10290.0, 10286.0, 10303.0, 10291.0, 10200.0, 10258.0, 10229.0, 10209.0, 10217.0, 10200.0, 10181.0, 10212.0, 10219.0, 10165.0, 10219.0, 10196.0, 10265.0, 10195.0, 10256.0, 10192.0, 10258.0, 10164.0, 10231.0, 10152.0, 10180.0, 10149.0, 10165.0, 10217.0, 10143.0, 10228.0, 10139.0, 10205.0, 10135.0, 10172.0, 10137.0, 10138.0, 10166.0, 10196.0, 10212.0, 10205.0, 10173.0, 10197.0, 10180.0, 10177.0, 10170.0, 10181.0, 10181.0, 10201.0, 10179.0, 10190.0, 10278.0, 10222.0, 10234.0, 10183.0, 10230.0, 10178.0, 10230.0, 10174.0, 10212.0, 10173.0, 10216.0, 10184.0, 10178.0, 10195.0, 10178.0, 10163.0, 10168.0, 10160.0, 10157.0, 10188.0, 10244.0, 10217.0, 10207.0, 10244.0, 10213.0, 10222.0, 10233.0, 10238.0, 10204.0, 10211.0, 10194.0, 10187.0, 10186.0, 10117.0, 10156.0, 10080.0, 10151.0, 10095.0, 10140.0, 10081.0, 10097.0, 10133.0, 10096.0, 10081.0, 10103.0, 10104.0, 10110.0, 10150.0, 10128.0, 10144.0, 10154.0, 10210.0, 10176.0, 10218.0, 10171.0, 10188.0, 10224.0, 10175.0, 10228.0, 10159.0, 10187.0, 10221.0, 10169.0, 10204.0, 10150.0, 10176.0, 10151.0, 10162.0, 10211.0, 10147.0, 10202.0, 10127.0, 10156.0, 10138.0, 10131.0, 10193.0, 10130.0, 10182.0, 10130.0, 10158.0, 10145.0, 10163.0, 10147.0, 10169.0, 10171.0, 10179.0, 10191.0, 10198.0, 10260.0, 10194.0, 10248.0, 10156.0, 10202.0, 10236.0, 10184.0, 10219.0, 10136.0, 10191.0, 10158.0, 10147.0, 10211.0, 10128.0, 10184.0, 10121.0, 10141.0, 10214.0, 10116.0, 10154.0, 10129.0, 10138.0, 10108.0, 10099.0, 10128.0, 10128.0, 10203.0, 10237.0, 10201.0, 10252.0, 10221.0, 10240.0, 10123.0, 10204.0, 10218.0, 10251.0, 10281.0, 10225.0, 10262.0, 10206.0, 10221.0, 10190.0, 10233.0, 10164.0, 10212.0, 10147.0, 10199.0, 10161.0, 10194.0, 10141.0, 10162.0, 10127.0, 10140.0, 10164.0, 10175.0, 10166.0, 10188.0, 10164.0, 10164.0, 10145.0, 10164.0, 10202.0, 10147.0, 10159.0, 10142.0, 10155.0, 10186.0, 10150.0, 10188.0, 10146.0, 10150.0, 10145.0, 10153.0, 10206.0, 10170.0, 10198.0, 10193.0, 10193.0, 10187.0, 10203.0, 10206.0, 10184.0, 10205.0, 10200.0, 10249.0, 10227.0, 10244.0, 10203.0, 10243.0, 10185.0, 10202.0, 10256.0, 10191.0, 10232.0, 10152.0, 10163.0, 10137.0, 10103.0, 10149.0, 10181.0, 10138.0, 10160.0, 10155.0, 10206.0, 10198.0, 10231.0, 10236.0, 10207.0, 10275.0, 10264.0, 10253.0, 10259.0, 10169.0, 10215.0, 10156.0, 10186.0, 10110.0, 10123.0, 10184.0, 10120.0, 10202.0, 10138.0, 10171.0, 10119.0, 10147.0, 10101.0, 10120.0, 10169.0, 10123.0, 10177.0, 10114.0, 10135.0, 10141.0, 10127.0, 10161.0, 10126.0, 10152.0, 10149.0, 10167.0, 10169.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.005821758620689656</td></tr>
<tr><td colspan=3>aqi</td><td>0.05959587103448275</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.94304336544302</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1688024392750282</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0534363320828537</td></tr>
<tr><td colspan=3>efc</td><td>0.5165</td></tr>
<tr><td colspan=3>fber</td><td>3054.52</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2097396904076002</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>256</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>29.42528735632184</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5937554068386657</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.412641215205424</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.866943568010375</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.501681437300198</td></tr>
<tr><td colspan=3>gcor</td><td>0.00971322</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02060951478779316</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02667682245373726</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.922488179897472</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>19.6762</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.4589</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.9283</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292512.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1231.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>462.0082</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0932</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.3453</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3783.927</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.4011</td></tr>
<tr><td colspan=3>tsnr</td><td>26.089744453900494</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>