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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:51:43.387500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995475, -0.0588087, 0.074643, 0.0544357, 0.996753, 0.0593271]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100313</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 640, -67, -214, -22, 11]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>232.903</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>26efcae4-dea8-405a-8dfe-3e4432d8b4ab||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670785903930664, 0.14604713022708893, 0.21030192077159882, 99.62892150878906], [0.15777945518493652, 2.6742160320281982, 0.1484876573085785, -89.274658203125], [0.2002616971731186, -0.15917040407657623, 2.6876988410949707, -63.83384323120117], [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': ['095143.387500', '095143.847500', '095144.307500', '095144.767500', '095145.227500', '095145.687500', '095146.147500', '095146.607500', '095147.067500', '095147.527500', '095147.987500', '095148.447500', '095148.907500', '095149.367500', '095149.827500', '095150.287500', '095150.747500', '095151.207500', '095151.667500', '095152.127500', '095152.587500', '095153.047500', '095153.507500', '095153.967500', '095154.427500', '095154.887500', '095155.347500', '095155.807500', '095156.267500', '095156.727500', '095157.187500', '095157.647500', '095158.107500', '095158.567500', '095159.027500', '095159.487500', '095159.947500', '095200.407500', '095200.867500', '095201.327500', '095201.787500', '095202.247500', '095202.707500', '095203.167500', '095203.627500', '095204.087500', '095204.547500', '095205.007500', '095205.467500', '095205.927500', '095206.387500', '095206.847500', '095207.307500', '095207.767500', '095208.227500', '095208.687500', '095209.147500', '095209.607500', '095210.067500', '095210.527500', '095210.987500', '095211.447500', '095211.907500', '095212.367500', '095212.827500', '095213.287500', '095213.747500', '095214.207500', '095214.667500', '095215.127500', '095215.587500', '095216.047500', '095216.507500', '095216.967500', '095217.427500', '095217.887500', '095218.347500', '095218.807500', '095219.267500', '095219.727500', '095220.187500', '095220.647500', '095221.107500', '095221.567500', '095222.027500', '095222.487500', '095222.947500', '095223.407500', '095223.867500', '095224.327500', '095224.787500', '095225.247500', '095225.707500', '095226.167500', '095226.627500', '095227.087500', '095227.547500', '095228.007500', '095228.467500', '095228.927500', '095229.387500', '095229.847500', '095230.307500', '095230.767500', '095231.227500', '095231.687500', '095232.147500', '095232.607500', '095233.067500', '095233.527500', '095233.987500', '095234.447500', '095234.907500', '095235.367500', '095235.827500', '095236.287500', '095236.747500', '095237.207500', '095237.667500', '095238.127500', '095238.587500', '095239.047500', '095239.507500', '095239.967500', '095240.427500', '095240.887500', '095241.347500', '095241.807500', '095242.267500', '095242.727500', '095243.187500', '095243.647500', '095244.107500', '095244.567500', '095245.027500', '095245.487500', '095245.947500', '095246.407500', '095246.867500', '095247.327500', '095247.787500', '095248.247500', '095248.707500', '095249.167500', '095249.627500', '095250.087500', '095250.547500', '095251.007500', '095251.467500', '095251.927500', '095252.387500', '095252.847500', '095253.307500', '095253.767500', '095254.227500', '095254.687500', '095255.147500', '095255.607500', '095256.067500', '095256.527500', '095256.987500', '095257.447500', '095257.907500', '095258.367500', '095258.827500', '095259.287500', '095259.747500', '095300.207500', '095300.667500', '095301.127500', '095301.587500', '095302.047500', '095302.507500', '095302.967500', '095303.427500', '095303.887500', '095304.347500', '095304.807500', '095305.267500', '095305.727500', '095306.187500', '095306.647500', '095307.107500', '095307.567500', '095308.027500', '095308.487500', '095308.947500', '095309.407500', '095309.867500', '095310.327500', '095310.787500', '095311.247500', '095311.707500', '095312.167500', '095312.627500', '095313.087500', '095313.547500', '095314.007500', '095314.467500', '095314.927500', '095315.387500', '095315.847500', '095316.307500', '095316.767500', '095317.227500', '095317.687500', '095318.147500', '095318.607500', '095319.067500', '095319.527500', '095319.987500', '095320.447500', '095320.907500', '095321.367500', '095321.827500', '095322.287500', '095322.747500', '095323.207500', '095323.667500', '095324.127500', '095324.587500', '095325.047500', '095325.507500', '095325.967500', '095326.427500', '095326.887500', '095327.347500', '095327.807500', '095328.267500', '095328.727500', '095329.187500', '095329.647500', '095330.107500', '095330.567500', '095331.027500', '095331.487500', '095331.947500', '095332.407500', '095332.867500', '095333.327500', '095333.787500', '095334.247500', '095334.707500', '095335.167500', '095335.627500', '095336.087500', '095336.547500', '095337.007500', '095337.467500', '095337.927500', '095338.387500', '095338.847500', '095339.307500', '095339.767500', '095340.227500', '095340.687500', '095341.147500', '095341.607500', '095342.067500', '095342.527500', '095342.987500', '095343.447500', '095343.907500', '095344.367500', '095344.827500', '095345.287500', '095345.747500', '095346.207500', '095346.667500', '095347.127500', '095347.587500', '095348.047500', '095348.507500', '095348.967500', '095349.427500', '095349.887500', '095350.347500', '095350.807500', '095351.267500', '095351.727500', '095352.187500', '095352.647500', '095353.107500', '095353.567500', '095354.027500', '095354.487500', '095354.947500', '095355.407500', '095355.867500', '095356.327500', '095356.787500', '095357.247500', '095357.707500', '095358.167500', '095358.627500', '095359.087500', '095359.547500', '095400.007500', '095400.467500', '095400.927500', '095401.387500', '095401.847500', '095402.307500', '095402.767500', '095403.227500', '095403.687500', '095404.147500', '095404.607500', '095405.067500', '095405.527500', '095405.987500', '095406.447500', '095406.907500', '095407.367500', '095407.827500', '095408.287500', '095408.747500', '095409.207500', '095409.667500', '095410.127500', '095410.587500', '095411.047500', '095411.507500', '095411.967500', '095412.427500', '095412.887500', '095413.347500', '095413.807500', '095414.267500', '095414.727500', '095415.187500', '095415.647500', '095416.107500', '095416.567500', '095417.027500', '095417.487500', '095417.947500', '095418.407500', '095418.867500', '095419.327500', '095419.787500', '095420.247500', '095420.707500', '095421.167500', '095421.627500', '095422.087500', '095422.547500', '095423.007500', '095423.467500', '095423.927500', '095424.387500', '095424.847500', '095425.307500', '095425.767500', '095426.227500', '095426.687500', '095427.147500', '095427.607500', '095428.067500', '095428.527500', '095428.987500', '095429.447500', '095429.907500', '095430.367500', '095430.827500', '095431.287500', '095431.747500', '095432.207500', '095432.667500', '095433.127500', '095433.587500', '095434.047500', '095434.507500', '095434.967500', '095435.427500', '095435.887500', '095436.347500', '095436.807500', '095437.267500', '095437.727500', '095438.187500', '095438.647500', '095439.107500', '095439.567500', '095440.027500', '095440.487500', '095440.947500', '095441.407500', '095441.867500', '095442.327500', '095442.787500', '095443.247500', '095443.707500', '095444.167500', '095444.627500', '095445.087500', '095445.547500', '095446.007500', '095446.467500', '095446.927500', '095447.387500', '095447.847500', '095448.307500', '095448.767500', '095449.227500', '095449.687500', '095450.147500', '095450.607500', '095451.067500', '095451.527500', '095451.987500', '095452.447500', '095452.907500', '095453.367500', '095453.827500', '095454.287500', '095454.747500', '095455.207500', '095455.667500', '095456.127500', '095456.587500', '095457.047500', '095457.507500', '095457.967500', '095458.427500', '095458.887500', '095459.347500', '095459.807500', '095500.267500', '095500.727500', '095501.187500', '095501.647500', '095502.107500', '095502.567500', '095503.027500', '095503.487500', '095503.947500', '095504.407500', '095504.867500', '095505.327500', '095505.787500', '095506.247500', '095506.707500', '095507.167500', '095507.627500', '095508.087500', '095508.547500', '095509.007500', '095509.467500', '095509.927500', '095510.387500', '095510.847500', '095511.307500', '095511.767500', '095512.227500', '095512.687500', '095513.147500', '095513.607500', '095514.067500', '095514.527500', '095514.987500', '095515.447500', '095515.907500', '095516.367500', '095516.827500', '095517.287500', '095517.747500', '095518.207500', '095518.667500', '095519.127500', '095519.587500', '095520.047500', '095520.507500', '095520.967500', '095521.427500', '095521.887500', '095522.347500', '095522.807500', '095523.267500', '095523.727500', '095524.187500', '095524.647500', '095525.107500', '095525.567500', '095526.027500', '095526.487500', '095526.947500', '095527.407500', '095527.867500', '095528.327500', '095528.787500', '095529.247500', '095529.707500', '095530.167500', '095530.627500', '095531.087500', '095531.547500', '095532.007500', '095532.467500', '095532.927500', '095533.387500', '095533.847500', '095534.307500', '095534.767500', '095535.227500', '095535.687500', '095536.147500', '095536.607500', '095537.067500', '095537.527500', '095537.987500', '095538.447500', '095538.907500', '095539.367500', '095539.827500', '095540.287500', '095540.747500', '095541.207500', '095541.667500', '095542.127500', '095542.587500', '095543.047500', '095543.507500', '095543.967500', '095544.427500', '095544.887500', '095545.347500', '095545.807500', '095546.267500', '095546.727500', '095547.187500', '095547.647500', '095548.107500', '095548.567500', '095549.027500', '095549.487500', '095549.947500', '095550.407500', '095550.867500', '095551.327500', '095551.787500', '095552.247500', '095552.707500', '095553.167500', '095553.627500', '095554.087500', '095554.547500', '095555.007500', '095555.467500', '095555.927500', '095556.387500', '095556.847500', '095557.307500', '095557.767500', '095558.227500', '095558.687500', '095559.147500', '095559.607500', '095600.067500', '095600.527500', '095600.987500', '095601.447500', '095601.907500', '095602.367500', '095602.827500', '095603.287500', '095603.747500', '095604.207500', '095604.667500', '095605.127500', '095605.587500', '095606.047500', '095606.507500', '095606.967500', '095607.427500', '095607.887500', '095608.347500', '095608.807500', '095609.267500', '095609.727500', '095610.187500', '095610.647500', '095611.107500', '095611.567500', '095612.027500', '095612.487500', '095612.947500', '095613.407500', '095613.867500', '095614.327500', '095614.787500', '095615.247500', '095615.707500', '095616.167500', '095616.627500', '095617.087500', '095617.547500', '095618.007500', '095618.467500', '095618.927500', '095619.387500', '095619.847500', '095620.307500', '095620.767500', '095621.227500', '095621.687500', '095622.147500', '095622.607500', '095623.067500', '095623.527500', '095623.987500', '095624.447500', '095624.907500', '095625.367500', '095625.827500', '095626.287500', '095626.747500', '095627.207500', '095627.667500', '095628.127500', '095628.587500', '095629.047500', '095629.507500', '095629.967500', '095630.427500', '095630.887500', '095631.347500', '095631.807500', '095632.267500', '095632.727500', '095633.187500', '095633.647500', '095634.107500', '095634.567500', '095635.027500', '095635.487500', '095635.947500', '095636.407500', '095636.867500', '095637.327500', '095637.787500', '095638.247500', '095638.707500', '095639.167500', '095639.627500', '095640.087500', '095640.547500', '095641.007500', '095641.467500', '095641.927500', '095642.387500', '095642.847500', '095643.307500', '095643.767500', '095644.227500', '095644.687500', '095645.147500', '095645.607500', '095646.067500', '095646.527500', '095646.987500', '095647.447500', '095647.907500', '095648.367500', '095648.827500', '095649.287500', '095649.747500', '095650.207500', '095650.667500', '095651.127500', '095651.587500', '095652.047500', '095652.507500', '095652.967500', '095653.427500', '095653.887500', '095654.347500', '095654.807500', '095655.267500', '095655.727500', '095656.187500', '095656.647500', '095657.107500', '095657.567500', '095658.027500', '095658.487500', '095658.947500', '095659.407500', '095659.867500', '095700.327500', '095700.787500', '095701.247500', '095701.707500', '095702.167500', '095702.627500', '095703.087500', '095703.547500', '095704.007500', '095704.467500', '095704.927500', '095705.387500', '095705.847500', '095706.307500', '095706.767500', '095707.227500', '095707.687500', '095708.147500', '095708.607500', '095709.067500', '095709.527500', '095709.987500', '095710.447500', '095710.907500', '095711.367500', '095711.827500', '095712.287500', '095712.747500', '095713.207500', '095713.667500', '095714.127500', '095714.587500', '095715.047500', '095715.507500', '095715.967500', '095716.427500', '095716.887500', '095717.347500', '095717.807500', '095718.267500', '095718.727500', '095719.187500', '095719.647500', '095720.107500', '095720.567500', '095721.027500', '095721.487500', '095721.947500', '095722.407500', '095722.867500', '095723.327500', '095723.787500', '095724.247500', '095724.707500', '095725.167500', '095725.627500', '095726.087500', '095726.547500', '095727.007500', '095727.467500', '095727.927500', '095728.387500', '095728.847500', '095729.307500', '095729.767500', '095730.227500', '095730.687500', '095731.147500', '095731.607500', '095732.067500', '095732.527500', '095732.987500', '095733.447500', '095733.907500', '095734.367500', '095734.827500', '095735.287500', '095735.747500', '095736.207500', '095736.667500', '095737.127500', '095737.587500', '095738.047500', '095738.507500', '095738.967500', '095739.427500', '095739.887500', '095740.347500', '095740.807500', '095741.267500', '095741.727500', '095742.187500', '095742.647500', '095743.107500', '095743.567500', '095744.027500', '095744.487500', '095744.947500', '095745.407500', '095745.867500', '095746.327500', '095746.787500', '095747.247500', '095747.707500', '095748.167500', '095748.627500', '095749.087500', '095749.547500', '095750.007500', '095750.467500', '095750.927500', '095751.387500', '095751.847500', '095752.307500', '095752.767500', '095753.227500', '095753.687500', '095754.147500', '095754.607500', '095755.067500', '095755.527500', '095755.987500', '095756.447500', '095756.907500', '095757.367500', '095757.827500', '095758.287500', '095758.747500', '095759.207500', '095759.667500', '095800.127500', '095800.587500', '095801.047500', '095801.507500', '095801.967500', '095802.427500', '095802.887500', '095803.347500', '095803.807500', '095804.267500', '095804.727500', '095805.187500', '095805.647500', '095806.107500', '095806.567500', '095807.027500', '095807.487500', '095807.947500', '095808.407500', '095808.867500', '095809.327500', '095809.787500', '095810.247500', '095810.707500', '095811.167500', '095811.627500', '095812.087500', '095812.547500', '095813.007500', '095813.467500', '095813.927500', '095814.387500', '095814.847500', '095815.307500', '095815.767500', '095816.227500', '095816.687500', '095817.147500', '095817.607500', '095818.067500', '095818.527500', '095818.987500', '095819.447500', '095819.907500', '095820.367500', '095820.827500', '095821.287500', '095821.747500', '095822.207500', '095822.667500', '095823.127500', '095823.587500', '095824.047500'], 'ContentTime': ['095158.012000', '095158.015000', '095158.018000', '095158.020000', '095158.023000', '095158.026000', '095158.029000', '095158.032000', '095158.035000', '095158.038000', '095158.041000', '095158.043000', '095158.046000', '095158.049000', '095158.052000', '095158.055000', '095158.057000', '095158.060000', '095158.063000', '095158.066000', '095158.069000', '095158.072000', '095158.075000', '095158.078000', '095158.080000', '095158.083000', '095158.086000', '095158.089000', '095158.099000', '095217.979000', '095217.982000', '095217.985000', '095217.994000', '095217.997000', '095218.000000', '095218.003000', '095218.006000', '095218.009000', '095218.011000', '095218.014000', '095218.017000', '095218.023000', '095218.026000', '095218.029000', '095218.032000', '095218.034000', '095218.037000', '095218.040000', '095218.043000', '095218.046000', '095218.048000', '095218.051000', '095218.054000', '095218.057000', '095218.059000', '095218.062000', '095218.065000', '095218.068000', '095218.071000', '095218.073000', '095218.076000', '095218.079000', '095218.082000', '095218.084000', '095218.087000', '095218.090000', '095218.093000', '095218.095000', '095218.098000', '095218.101000', '095218.104000', '095218.107000', '095218.110000', '095237.979000', '095237.982000', '095237.984000', '095237.987000', '095237.990000', '095237.993000', '095237.996000', '095237.998000', '095238.002000', '095238.005000', '095238.008000', '095238.011000', '095238.014000', '095238.017000', '095238.019000', '095238.022000', '095238.027000', '095238.032000', '095238.035000', '095238.037000', '095238.040000', '095238.066000', '095238.069000', '095238.072000', '095238.075000', '095238.078000', '095238.080000', '095238.083000', '095238.086000', '095238.089000', '095238.091000', '095238.094000', '095238.097000', '095238.100000', '095238.102000', '095238.105000', '095238.108000', '095238.111000', '095238.113000', '095238.116000', '095238.119000', '095238.122000', '095238.125000', '095257.979000', '095257.982000', '095257.984000', '095257.987000', '095257.990000', '095257.993000', '095257.996000', '095257.998000', '095258.001000', '095258.004000', '095258.025000', '095258.028000', '095258.031000', '095258.033000', '095258.036000', '095258.039000', '095258.042000', '095258.045000', '095258.047000', '095258.050000', '095258.053000', '095258.056000', '095258.059000', '095258.061000', '095258.064000', '095258.067000', '095258.070000', '095258.073000', '095258.075000', '095258.078000', '095258.081000', '095258.084000', '095258.087000', '095258.089000', '095258.092000', '095258.095000', '095258.098000', '095258.101000', '095258.104000', '095258.107000', '095258.109000', '095258.112000', '095258.115000', '095258.118000', '095317.979000', '095317.982000', '095317.984000', '095317.987000', '095317.990000', '095317.993000', '095317.996000', '095317.998000', '095318.002000', '095318.005000', '095318.008000', '095318.011000', '095318.013000', '095318.016000', '095318.019000', '095318.022000', '095318.025000', '095318.027000', '095318.030000', '095318.033000', '095318.036000', '095318.039000', '095318.042000', '095318.045000', '095318.048000', '095318.051000', '095318.053000', '095318.056000', '095318.059000', '095318.062000', '095318.065000', '095318.067000', '095318.070000', '095318.073000', '095318.076000', '095318.079000', '095318.081000', '095318.084000', '095318.087000', '095318.090000', '095318.093000', '095318.095000', '095318.098000', '095337.979000', '095337.982000', '095337.984000', '095337.987000', '095337.990000', '095337.993000', '095337.996000', '095337.998000', '095338.002000', '095338.005000', '095338.008000', '095338.011000', '095338.013000', '095338.016000', '095338.019000', '095338.022000', '095338.025000', '095338.027000', '095338.030000', '095338.033000', '095338.036000', '095338.038000', '095338.041000', '095338.044000', '095338.047000', '095338.050000', '095338.053000', '095338.055000', '095338.058000', '095338.061000', '095338.064000', '095338.067000', '095338.069000', '095338.072000', '095338.075000', '095338.078000', '095338.081000', '095338.084000', '095338.086000', '095338.089000', '095338.092000', '095338.095000', '095338.097000', '095338.100000', '095357.979000', '095357.982000', '095357.985000', '095357.987000', '095357.990000', '095357.993000', '095357.996000', '095358.001000', '095358.004000', '095358.007000', '095358.010000', '095358.013000', '095358.015000', '095358.018000', '095358.021000', '095358.024000', '095358.026000', '095358.029000', '095358.032000', '095358.035000', '095358.038000', '095358.041000', '095358.043000', '095358.046000', '095358.049000', '095358.052000', '095358.055000', '095358.057000', '095358.061000', '095358.066000', '095358.069000', '095358.072000', '095358.075000', '095358.078000', '095358.080000', '095358.083000', '095358.086000', '095358.089000', '095358.092000', '095358.095000', '095358.097000', '095358.100000', '095358.103000', '095417.979000', '095417.982000', '095417.985000', '095417.987000', '095417.990000', '095417.993000', '095417.996000', '095418.000000', '095418.002000', '095418.005000', '095418.008000', '095418.011000', '095418.014000', '095418.016000', '095418.019000', '095418.022000', '095418.025000', '095418.028000', '095418.030000', '095418.033000', '095418.036000', '095418.039000', '095418.042000', '095418.044000', '095418.047000', '095418.050000', '095418.053000', '095418.056000', '095418.058000', '095418.061000', '095418.064000', '095418.067000', '095418.070000', '095418.072000', '095418.075000', '095418.078000', '095418.081000', '095418.084000', '095418.087000', '095418.089000', '095418.092000', '095418.095000', '095418.098000', '095418.100000', '095437.979000', '095437.982000', '095437.985000', '095437.987000', '095437.990000', '095438.003000', '095438.006000', '095438.009000', '095438.012000', '095438.014000', '095438.017000', '095438.020000', '095438.023000', '095438.026000', '095438.028000', '095438.031000', '095438.034000', '095438.037000', '095438.040000', '095438.042000', '095438.045000', '095438.048000', '095438.051000', '095438.054000', '095438.056000', '095438.059000', '095438.062000', '095438.065000', '095438.068000', '095438.070000', '095438.073000', '095438.076000', '095438.079000', '095438.082000', '095438.085000', '095438.088000', '095438.091000', '095438.094000', '095438.097000', '095438.100000', '095438.102000', '095438.105000', '095438.108000', '095457.979000', '095457.982000', '095457.985000', '095457.987000', '095457.990000', '095457.993000', '095457.996000', '095458.000000', '095458.003000', '095458.005000', '095458.008000', '095458.011000', '095458.014000', '095458.017000', '095458.019000', '095458.022000', '095458.025000', '095458.028000', '095458.031000', '095458.033000', '095458.036000', '095458.039000', '095458.042000', '095458.045000', '095458.048000', '095458.050000', '095458.053000', '095458.056000', '095458.059000', '095458.061000', '095458.064000', '095458.067000', '095458.070000', '095458.073000', '095458.076000', '095458.078000', '095458.081000', '095458.084000', '095458.087000', '095458.090000', '095458.092000', '095458.095000', '095458.098000', '095458.101000', '095517.979000', '095517.982000', '095517.985000', '095517.987000', '095517.990000', '095517.993000', '095517.996000', '095517.999000', '095518.001000', '095518.004000', '095518.007000', '095518.010000', '095518.013000', '095518.016000', '095518.019000', '095518.022000', '095518.025000', '095518.027000', '095518.030000', '095518.033000', '095518.036000', '095518.039000', '095518.043000', '095518.045000', '095518.048000', '095518.051000', '095518.054000', '095518.057000', '095518.060000', '095518.062000', '095518.065000', '095518.068000', '095518.071000', '095518.074000', '095518.076000', '095518.079000', '095518.082000', '095518.085000', '095518.088000', '095518.091000', '095518.094000', '095518.097000', '095518.100000', '095537.979000', '095537.982000', '095537.985000', '095537.987000', '095537.990000', '095537.993000', '095537.996000', '095538.000000', '095538.003000', '095538.005000', '095538.008000', '095538.011000', '095538.014000', '095538.017000', '095538.019000', '095538.022000', '095538.025000', '095538.028000', '095538.031000', '095538.034000', '095538.036000', '095538.039000', '095538.042000', '095538.045000', '095538.048000', '095538.050000', '095538.053000', '095538.056000', '095538.059000', '095538.062000', '095538.064000', '095538.067000', '095538.070000', '095538.073000', '095538.076000', '095538.078000', '095538.081000', '095538.084000', '095538.087000', '095538.090000', '095538.093000', '095538.095000', '095538.098000', '095538.101000', '095557.979000', '095557.982000', '095557.985000', '095557.987000', '095557.990000', '095557.993000', '095557.996000', '095558.000000', '095558.003000', '095558.005000', '095558.008000', '095558.011000', '095558.014000', '095558.017000', '095558.019000', '095558.030000', '095558.033000', '095558.036000', '095558.038000', '095558.041000', '095558.044000', '095558.047000', '095558.050000', '095558.053000', '095558.055000', '095558.058000', '095558.061000', '095558.064000', '095558.067000', '095558.069000', '095558.092000', '095558.095000', '095558.098000', '095558.100000', '095558.103000', '095558.106000', '095558.109000', '095558.112000', '095558.114000', '095558.118000', '095558.124000', '095558.127000', '095558.129000', '095617.979000', '095617.982000', '095617.985000', '095617.987000', '095617.990000', '095617.993000', '095617.996000', '095618.000000', '095618.003000', '095618.005000', '095618.008000', '095618.011000', '095618.014000', '095618.017000', '095618.019000', '095618.022000', '095618.025000', '095618.028000', '095618.031000', '095618.034000', '095618.036000', '095618.039000', '095618.042000', '095618.045000', '095618.048000', '095618.050000', '095618.053000', '095618.056000', '095618.059000', '095618.062000', '095618.065000', '095618.067000', '095618.070000', '095618.073000', '095618.076000', '095618.079000', '095618.081000', '095618.084000', '095618.087000', '095618.090000', '095618.092000', '095618.095000', '095618.098000', '095618.101000', '095637.979000', '095637.982000', '095637.985000', '095637.988000', '095637.990000', '095637.993000', '095637.996000', '095638.000000', '095638.003000', '095638.005000', '095638.008000', '095638.011000', '095638.014000', '095638.017000', '095638.020000', '095638.022000', '095638.025000', '095638.028000', '095638.031000', '095638.034000', '095638.037000', '095638.039000', '095638.042000', '095638.045000', '095638.048000', '095638.051000', '095638.053000', '095638.056000', '095638.059000', '095638.062000', '095638.065000', '095638.067000', '095638.070000', '095638.074000', '095638.077000', '095638.080000', '095638.083000', '095638.086000', '095638.088000', '095638.091000', '095638.094000', '095638.097000', '095638.100000', '095657.979000', '095657.982000', '095657.985000', '095657.987000', '095657.990000', '095657.993000', '095657.996000', '095658.000000', '095658.002000', '095658.005000', '095658.008000', '095658.011000', '095658.014000', '095658.016000', '095658.019000', '095658.022000', '095658.025000', '095658.028000', '095658.031000', '095658.033000', '095658.036000', '095658.039000', '095658.042000', '095658.045000', '095658.048000', '095658.050000', '095658.053000', '095658.056000', '095658.059000', '095658.062000', '095658.065000', '095658.068000', '095658.070000', '095658.073000', '095658.076000', '095658.079000', '095658.082000', '095658.084000', '095658.087000', '095658.090000', '095658.093000', '095658.096000', '095658.098000', '095658.101000', '095717.979000', '095717.982000', '095717.985000', '095717.987000', '095717.990000', '095717.993000', '095717.996000', '095718.000000', '095718.002000', '095718.005000', '095718.008000', '095718.011000', '095718.014000', '095718.017000', '095718.019000', '095718.022000', '095718.025000', '095718.028000', '095718.031000', '095718.033000', '095718.036000', '095718.039000', '095718.042000', '095718.045000', '095718.047000', '095718.050000', '095718.053000', '095718.056000', '095718.059000', '095718.062000', '095718.064000', '095718.067000', '095718.070000', '095718.073000', '095718.076000', '095718.078000', '095718.081000', '095718.084000', '095718.087000', '095718.090000', '095718.092000', '095718.095000', '095718.098000', '095737.979000', '095737.982000', '095737.985000', '095737.988000', '095737.990000', '095737.993000', '095737.996000', '095737.999000', '095738.002000', '095738.004000', '095738.007000', '095738.010000', '095738.013000', '095738.016000', '095738.018000', '095738.021000', '095738.024000', '095738.028000', '095738.031000', '095738.034000', '095738.037000', '095738.040000', '095738.043000', '095738.045000', '095738.048000', '095738.051000', '095738.054000', '095738.057000', '095738.060000', '095738.063000', '095738.065000', '095738.068000', '095738.071000', '095738.074000', '095738.077000', '095738.079000', '095738.082000', '095738.085000', '095738.088000', '095738.091000', '095738.094000', '095738.096000', '095738.099000', '095738.102000', '095757.979000', '095757.982000', '095757.985000', '095757.988000', '095757.990000', '095757.993000', '095757.996000', '095758.000000', '095758.003000', '095758.005000', '095758.008000', '095758.011000', '095758.014000', '095758.017000', '095758.020000', '095758.022000', '095758.025000', '095758.028000', '095758.031000', '095758.034000', '095758.037000', '095758.040000', '095758.043000', '095758.045000', '095758.048000', '095758.051000', '095758.054000', '095758.057000', '095758.060000', '095758.062000', '095758.065000', '095758.068000', '095758.071000', '095758.074000', '095758.077000', '095758.079000', '095758.082000', '095758.085000', '095758.088000', '095758.091000', '095758.094000', '095758.096000', '095758.099000', '095817.979000', '095817.982000', '095817.985000', '095817.988000', '095817.990000', '095817.993000', '095817.996000', '095818.000000', '095818.003000', '095818.005000', '095818.008000', '095818.011000', '095818.014000', '095818.017000', '095818.020000', '095818.022000', '095818.025000', '095818.028000', '095818.031000', '095818.034000', '095818.036000', '095818.039000', '095818.042000', '095818.045000', '095818.048000', '095818.051000', '095818.053000', '095818.056000', '095818.059000', '095818.062000', '095818.065000', '095818.068000', '095818.070000', '095818.073000', '095818.077000', '095818.079000', '095818.082000', '095818.085000', '095818.088000', '095818.091000', '095818.094000', '095818.096000', '095818.099000', '095818.102000', '095825.370000', '095825.374000', '095825.377000', '095825.380000', '095825.383000', '095825.386000', '095825.389000', '095825.392000', '095825.395000', '095825.398000', '095825.401000', '095825.404000', '095825.407000', '095825.410000', '095825.413000', '095825.416000'], 'InstanceCreationTime': ['095158.012000', '095158.015000', '095158.018000', '095158.020000', '095158.023000', '095158.026000', '095158.029000', '095158.032000', '095158.035000', '095158.038000', '095158.041000', '095158.043000', '095158.046000', '095158.049000', '095158.052000', '095158.055000', '095158.057000', '095158.060000', '095158.063000', '095158.066000', '095158.069000', '095158.072000', '095158.075000', '095158.078000', '095158.080000', '095158.083000', '095158.086000', '095158.089000', '095158.099000', '095217.979000', '095217.982000', '095217.985000', '095217.994000', '095217.997000', '095218.000000', '095218.003000', '095218.006000', '095218.009000', '095218.011000', '095218.014000', '095218.017000', '095218.023000', '095218.026000', '095218.029000', '095218.032000', '095218.034000', '095218.037000', '095218.040000', '095218.043000', '095218.046000', '095218.048000', '095218.051000', '095218.054000', '095218.057000', '095218.059000', '095218.062000', '095218.065000', '095218.068000', '095218.071000', '095218.073000', '095218.076000', '095218.079000', '095218.082000', '095218.084000', '095218.087000', '095218.090000', '095218.093000', '095218.095000', '095218.098000', '095218.101000', '095218.104000', '095218.107000', '095218.110000', '095237.979000', '095237.982000', '095237.984000', '095237.987000', '095237.990000', '095237.993000', '095237.996000', '095237.998000', '095238.002000', '095238.005000', '095238.008000', '095238.011000', '095238.014000', '095238.017000', '095238.019000', '095238.022000', '095238.027000', '095238.032000', '095238.035000', '095238.037000', '095238.040000', '095238.066000', '095238.069000', '095238.072000', '095238.075000', '095238.078000', '095238.080000', '095238.083000', '095238.086000', '095238.089000', '095238.091000', '095238.094000', '095238.097000', '095238.100000', '095238.102000', '095238.105000', '095238.108000', '095238.111000', '095238.113000', '095238.116000', '095238.119000', '095238.122000', '095238.125000', '095257.979000', '095257.982000', '095257.984000', '095257.987000', '095257.990000', '095257.993000', '095257.996000', '095257.998000', '095258.001000', '095258.004000', '095258.025000', '095258.028000', '095258.031000', '095258.033000', '095258.036000', '095258.039000', '095258.042000', '095258.045000', '095258.047000', '095258.050000', '095258.053000', '095258.056000', '095258.059000', '095258.061000', '095258.064000', '095258.067000', '095258.070000', '095258.073000', '095258.075000', '095258.078000', '095258.081000', '095258.084000', '095258.087000', '095258.089000', '095258.092000', '095258.095000', '095258.098000', '095258.101000', '095258.104000', '095258.107000', '095258.109000', '095258.112000', '095258.115000', '095258.118000', '095317.979000', '095317.982000', '095317.984000', '095317.987000', '095317.990000', '095317.993000', '095317.996000', '095317.998000', '095318.002000', '095318.005000', '095318.008000', '095318.011000', '095318.013000', '095318.016000', '095318.019000', '095318.022000', '095318.025000', '095318.027000', '095318.030000', '095318.033000', '095318.036000', '095318.039000', '095318.042000', '095318.045000', '095318.048000', '095318.051000', '095318.053000', '095318.056000', '095318.059000', '095318.062000', '095318.065000', '095318.067000', '095318.070000', '095318.073000', '095318.076000', '095318.079000', '095318.081000', '095318.084000', '095318.087000', '095318.090000', '095318.093000', '095318.095000', '095318.098000', '095337.979000', '095337.982000', '095337.984000', '095337.987000', '095337.990000', '095337.993000', '095337.996000', '095337.998000', '095338.002000', '095338.005000', '095338.008000', '095338.011000', '095338.013000', '095338.016000', '095338.019000', '095338.022000', '095338.025000', '095338.027000', '095338.030000', '095338.033000', '095338.036000', '095338.038000', '095338.041000', '095338.044000', '095338.047000', '095338.050000', '095338.053000', '095338.055000', '095338.058000', '095338.061000', '095338.064000', '095338.067000', '095338.069000', '095338.072000', '095338.075000', '095338.078000', '095338.081000', '095338.084000', '095338.086000', '095338.089000', '095338.092000', '095338.095000', '095338.097000', '095338.100000', '095357.979000', '095357.982000', '095357.985000', '095357.987000', '095357.990000', '095357.993000', '095357.996000', '095358.001000', '095358.004000', '095358.007000', '095358.010000', '095358.013000', '095358.015000', '095358.018000', '095358.021000', '095358.024000', '095358.026000', '095358.029000', '095358.032000', '095358.035000', '095358.038000', '095358.041000', '095358.043000', '095358.046000', '095358.049000', '095358.052000', '095358.055000', '095358.057000', '095358.061000', '095358.066000', '095358.069000', '095358.072000', '095358.075000', '095358.078000', '095358.080000', '095358.083000', '095358.086000', '095358.089000', '095358.092000', '095358.095000', '095358.097000', '095358.100000', '095358.103000', '095417.979000', '095417.982000', '095417.985000', '095417.987000', '095417.990000', '095417.993000', '095417.996000', '095418.000000', '095418.002000', '095418.005000', '095418.008000', '095418.011000', '095418.014000', '095418.016000', '095418.019000', '095418.022000', '095418.025000', '095418.028000', '095418.030000', '095418.033000', '095418.036000', '095418.039000', '095418.042000', '095418.044000', '095418.047000', '095418.050000', '095418.053000', '095418.056000', '095418.058000', '095418.061000', '095418.064000', '095418.067000', '095418.070000', '095418.072000', '095418.075000', '095418.078000', '095418.081000', '095418.084000', '095418.087000', '095418.089000', '095418.092000', '095418.095000', '095418.098000', '095418.100000', '095437.979000', '095437.982000', '095437.985000', '095437.987000', '095437.990000', '095438.003000', '095438.006000', '095438.009000', '095438.012000', '095438.014000', '095438.017000', '095438.020000', '095438.023000', '095438.026000', '095438.028000', '095438.031000', '095438.034000', '095438.037000', '095438.040000', '095438.042000', '095438.045000', '095438.048000', '095438.051000', '095438.054000', '095438.056000', '095438.059000', '095438.062000', '095438.065000', '095438.068000', '095438.070000', '095438.073000', '095438.076000', '095438.079000', '095438.082000', '095438.085000', '095438.088000', '095438.091000', '095438.094000', '095438.097000', '095438.100000', '095438.102000', '095438.105000', '095438.108000', '095457.979000', '095457.982000', '095457.985000', '095457.987000', '095457.990000', '095457.993000', '095457.996000', '095458.000000', '095458.003000', '095458.005000', '095458.008000', '095458.011000', '095458.014000', '095458.017000', '095458.019000', '095458.022000', '095458.025000', '095458.028000', '095458.031000', '095458.033000', '095458.036000', '095458.039000', '095458.042000', '095458.045000', '095458.048000', '095458.050000', '095458.053000', '095458.056000', '095458.059000', '095458.061000', '095458.064000', '095458.067000', '095458.070000', '095458.073000', '095458.076000', '095458.078000', '095458.081000', '095458.084000', '095458.087000', '095458.090000', '095458.092000', '095458.095000', '095458.098000', '095458.101000', '095517.979000', '095517.982000', '095517.985000', '095517.987000', '095517.990000', '095517.993000', '095517.996000', '095517.999000', '095518.001000', '095518.004000', '095518.007000', '095518.010000', '095518.013000', '095518.016000', '095518.019000', '095518.022000', '095518.025000', '095518.027000', '095518.030000', '095518.033000', '095518.036000', '095518.039000', '095518.043000', '095518.045000', '095518.048000', '095518.051000', '095518.054000', '095518.057000', '095518.060000', '095518.062000', '095518.065000', '095518.068000', '095518.071000', '095518.074000', '095518.076000', '095518.079000', '095518.082000', '095518.085000', '095518.088000', '095518.091000', '095518.094000', '095518.097000', '095518.100000', '095537.979000', '095537.982000', '095537.985000', '095537.987000', '095537.990000', '095537.993000', '095537.996000', '095538.000000', '095538.003000', '095538.005000', '095538.008000', '095538.011000', '095538.014000', '095538.017000', '095538.019000', '095538.022000', '095538.025000', '095538.028000', '095538.031000', '095538.034000', '095538.036000', '095538.039000', '095538.042000', '095538.045000', '095538.048000', '095538.050000', '095538.053000', '095538.056000', '095538.059000', '095538.062000', '095538.064000', '095538.067000', '095538.070000', '095538.073000', '095538.076000', '095538.078000', '095538.081000', '095538.084000', '095538.087000', '095538.090000', '095538.093000', '095538.095000', '095538.098000', '095538.101000', '095557.979000', '095557.982000', '095557.985000', '095557.987000', '095557.990000', '095557.993000', '095557.996000', '095558.000000', '095558.003000', '095558.005000', '095558.008000', '095558.011000', '095558.014000', '095558.017000', '095558.019000', '095558.030000', '095558.033000', '095558.036000', '095558.038000', '095558.041000', '095558.044000', '095558.047000', '095558.050000', '095558.053000', '095558.055000', '095558.058000', '095558.061000', '095558.064000', '095558.067000', '095558.069000', '095558.092000', '095558.095000', '095558.098000', '095558.100000', '095558.103000', '095558.106000', '095558.109000', '095558.112000', '095558.114000', '095558.118000', '095558.124000', '095558.127000', '095558.129000', '095617.979000', '095617.982000', '095617.985000', '095617.987000', '095617.990000', '095617.993000', '095617.996000', '095618.000000', '095618.003000', '095618.005000', '095618.008000', '095618.011000', '095618.014000', '095618.017000', '095618.019000', '095618.022000', '095618.025000', '095618.028000', '095618.031000', '095618.034000', '095618.036000', '095618.039000', '095618.042000', '095618.045000', '095618.048000', '095618.050000', '095618.053000', '095618.056000', '095618.059000', '095618.062000', '095618.065000', '095618.067000', '095618.070000', '095618.073000', '095618.076000', '095618.079000', '095618.081000', '095618.084000', '095618.087000', '095618.090000', '095618.092000', '095618.095000', '095618.098000', '095618.101000', '095637.979000', '095637.982000', '095637.985000', '095637.988000', '095637.990000', '095637.993000', '095637.996000', '095638.000000', '095638.003000', '095638.005000', '095638.008000', '095638.011000', '095638.014000', '095638.017000', '095638.020000', '095638.022000', '095638.025000', '095638.028000', '095638.031000', '095638.034000', '095638.037000', '095638.039000', '095638.042000', '095638.045000', '095638.048000', '095638.051000', '095638.053000', '095638.056000', '095638.059000', '095638.062000', '095638.065000', '095638.067000', '095638.070000', '095638.074000', '095638.077000', '095638.080000', '095638.083000', '095638.086000', '095638.088000', '095638.091000', '095638.094000', '095638.097000', '095638.100000', '095657.979000', '095657.982000', '095657.985000', '095657.987000', '095657.990000', '095657.993000', '095657.996000', '095658.000000', '095658.002000', '095658.005000', '095658.008000', '095658.011000', '095658.014000', '095658.016000', '095658.019000', '095658.022000', '095658.025000', '095658.028000', '095658.031000', '095658.033000', '095658.036000', '095658.039000', '095658.042000', '095658.045000', '095658.048000', '095658.050000', '095658.053000', '095658.056000', '095658.059000', '095658.062000', '095658.065000', '095658.068000', '095658.070000', '095658.073000', '095658.076000', '095658.079000', '095658.082000', '095658.084000', '095658.087000', '095658.090000', '095658.093000', '095658.096000', '095658.098000', '095658.101000', '095717.979000', '095717.982000', '095717.985000', '095717.987000', '095717.990000', '095717.993000', '095717.996000', '095718.000000', '095718.002000', '095718.005000', '095718.008000', '095718.011000', '095718.014000', '095718.017000', '095718.019000', '095718.022000', '095718.025000', '095718.028000', '095718.031000', '095718.033000', '095718.036000', '095718.039000', '095718.042000', '095718.045000', '095718.047000', '095718.050000', '095718.053000', '095718.056000', '095718.059000', '095718.062000', '095718.064000', '095718.067000', '095718.070000', '095718.073000', '095718.076000', '095718.078000', '095718.081000', '095718.084000', '095718.087000', '095718.090000', '095718.092000', '095718.095000', '095718.098000', '095737.979000', '095737.982000', '095737.985000', '095737.988000', '095737.990000', '095737.993000', '095737.996000', '095737.999000', '095738.002000', '095738.004000', '095738.007000', '095738.010000', '095738.013000', '095738.016000', '095738.018000', '095738.021000', '095738.024000', '095738.028000', '095738.031000', '095738.034000', '095738.037000', '095738.040000', '095738.043000', '095738.045000', '095738.048000', '095738.051000', '095738.054000', '095738.057000', '095738.060000', '095738.063000', '095738.065000', '095738.068000', '095738.071000', '095738.074000', '095738.077000', '095738.079000', '095738.082000', '095738.085000', '095738.088000', '095738.091000', '095738.094000', '095738.096000', '095738.099000', '095738.102000', '095757.979000', '095757.982000', '095757.985000', '095757.988000', '095757.990000', '095757.993000', '095757.996000', '095758.000000', '095758.003000', '095758.005000', '095758.008000', '095758.011000', '095758.014000', '095758.017000', '095758.020000', '095758.022000', '095758.025000', '095758.028000', '095758.031000', '095758.034000', '095758.037000', '095758.040000', '095758.043000', '095758.045000', '095758.048000', '095758.051000', '095758.054000', '095758.057000', '095758.060000', '095758.062000', '095758.065000', '095758.068000', '095758.071000', '095758.074000', '095758.077000', '095758.079000', '095758.082000', '095758.085000', '095758.088000', '095758.091000', '095758.094000', '095758.096000', '095758.099000', '095817.979000', '095817.982000', '095817.985000', '095817.988000', '095817.990000', '095817.993000', '095817.996000', '095818.000000', '095818.003000', '095818.005000', '095818.008000', '095818.011000', '095818.014000', '095818.017000', '095818.020000', '095818.022000', '095818.025000', '095818.028000', '095818.031000', '095818.034000', '095818.036000', '095818.039000', '095818.042000', '095818.045000', '095818.048000', '095818.051000', '095818.053000', '095818.056000', '095818.059000', '095818.062000', '095818.065000', '095818.068000', '095818.070000', '095818.073000', '095818.077000', '095818.079000', '095818.082000', '095818.085000', '095818.088000', '095818.091000', '095818.094000', '095818.096000', '095818.099000', '095818.102000', '095825.370000', '095825.374000', '095825.377000', '095825.380000', '095825.383000', '095825.386000', '095825.389000', '095825.392000', '095825.395000', '095825.398000', '095825.401000', '095825.404000', '095825.407000', '095825.410000', '095825.413000', '095825.416000'], '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': [9170, 9012, 11259, 9108, 8808, 11880, 10862, 9146, 9774, 7903, 9027, 8319, 9000, 9184, 9242, 9170, 10283, 10074, 9022, 12922, 10391, 8858, 9346, 9369, 8503, 8036, 9088, 10950, 9058, 8815, 8610, 9125, 8457, 8392, 9070, 8484, 8485, 9035, 9274, 8851, 8680, 10932, 10091, 9047, 8730, 8577, 9279, 8906, 8879, 8670, 8210, 8810, 8246, 8228, 8848, 9395, 8278, 8778, 9575, 7919, 8924, 9219, 9024, 8653, 10383, 9833, 9064, 10553, 9000, 8857, 8471, 9245, 8700, 8905, 9022, 10806, 8990, 10964, 9937, 8746, 9139, 9071, 9758, 7982, 9009, 9477, 7871, 8901, 9920, 8557, 8852, 10364, 9147, 8818, 8223, 9058, 10635, 9143, 8794, 9480, 9069, 8801, 8102, 8842, 11883, 8983, 8797, 8558, 8000, 8704, 8525, 8878, 10361, 8625, 8634, 9504, 9086, 8731, 8328, 8821, 8703, 10856, 8899, 8837, 8592, 9342, 8641, 8990, 9065, 11511, 9249, 8825, 9182, 9056, 10881, 9123, 8830, 11177, 7712, 9123, 8663, 8279, 7976, 8963, 8753, 8906, 8581, 10513, 9369, 12442, 10547, 10637, 11516, 9323, 8921, 8099, 9203, 11111, 9084, 8934, 8991, 9177, 8736, 8877, 9372, 8631, 10526, 9281, 8897, 9731, 9391, 9059, 9127, 9412, 12009, 9349, 11663, 9283, 11719, 9485, 12556, 10459, 9063, 8618, 9314, 8689, 8134, 9057, 8721, 8455, 9005, 8821, 9054, 8856, 11412, 10148, 9004, 10204, 9783, 11382, 9743, 9129, 10043, 9363, 10712, 9286, 11241, 8363, 9129, 9807, 8225, 9070, 9359, 8746, 9065, 9538, 9389, 8830, 8586, 9342, 11226, 9313, 9098, 9177, 8737, 10145, 9258, 8864, 9258, 9482, 8843, 8405, 9213, 8677, 8451, 9194, 8840, 8209, 9422, 10849, 9334, 8804, 9860, 9309, 11532, 9719, 9023, 10864, 9460, 12318, 11044, 9201, 10400, 7980, 9338, 8881, 8105, 9140, 9267, 9266, 8780, 9083, 9018, 8926, 9121, 9304, 8757, 8091, 9213, 11428, 9393, 8686, 9262, 9297, 10735, 10222, 9279, 8839, 8800, 9265, 8922, 7993, 9085, 10716, 9070, 9848, 9062, 8852, 10153, 9219, 8688, 10800, 9099, 8626, 10382, 9323, 8706, 8497, 9398, 9539, 9002, 8544, 8714, 9103, 10815, 9272, 8950, 9844, 9289, 10773, 10119, 8901, 12241, 10334, 9126, 8520, 8355, 9226, 8815, 8389, 9386, 9256, 9251, 8532, 9533, 8888, 10721, 8996, 11327, 9240, 12021, 9365, 8550, 8493, 9271, 8627, 8216, 9116, 8631, 8844, 9167, 8694, 9208, 8936, 9183, 8846, 9238, 8363, 9078, 8869, 8513, 9032, 8437, 8087, 8972, 8459, 7929, 8840, 8266, 8779, 9408, 9119, 10526, 9149, 10780, 9149, 11033, 9441, 9716, 9587, 8834, 11732, 9275, 8748, 8627, 9035, 8644, 8812, 8310, 8325, 8820, 9637, 8873, 8516, 9345, 9064, 11623, 9327, 9857, 10251, 9149, 11367, 9541, 9214, 9530, 9377, 8789, 8334, 9078, 8381, 9309, 8539, 7850, 9020, 10157, 9062, 10204, 9053, 8488, 8624, 9081, 8709, 8145, 8948, 9421, 8679, 8820, 8603, 9054, 10358, 9037, 8686, 9344, 8420, 10976, 7836, 8788, 8662, 8256, 8652, 8181, 9115, 8406, 7680, 8814, 10216, 9033, 8665, 11364, 9305, 8485, 8507, 9236, 9797, 9581, 9210, 8355, 8036, 9259, 8520, 8177, 9179, 9206, 9106, 8688, 11799, 9840, 8506, 11896, 8432, 8868, 8235, 8339, 8820, 9650, 9008, 8509, 9045, 9076, 8500, 8623, 9193, 11980, 10106, 8910, 10020, 8063, 9188, 8283, 8132, 8803, 10229, 9183, 8539, 8517, 9170, 8110, 8494, 9092, 9812, 9239, 9031, 9721, 10162, 9390, 8304, 7960, 9119, 8202, 8421, 8593, 9800, 9240, 8372, 10648, 9304, 8138, 7810, 9294, 8255, 7834, 9039, 9945, 8696, 8286, 7652, 8725, 8443, 8779, 8553, 9773, 9177, 11531, 10104, 8770, 11026, 9445, 8675, 7829, 9117, 9858, 9104, 8063, 9126, 9111, 8197, 7499, 8859, 8108, 8931, 7600, 8190, 8260, 9913, 9023, 7932, 8379, 8851, 10253, 9120, 8526, 10120, 9081, 10036, 9990, 8848, 10121, 7767, 8751, 7971, 7586, 8719, 9544, 9035, 9316, 9207, 8353, 9948, 8667, 10092, 9030, 10717, 9283, 8338, 7831, 9068, 9654, 9092, 8343, 7618, 8903, 7742, 7741, 8858, 7555, 7559, 8402, 8529, 8854, 9781, 9115, 8580, 10191, 9154, 8166, 8996, 8930, 10722, 8936, 9854, 9115, 8385, 9419, 8816, 9390, 8746, 8528, 9602, 9009, 7924, 9742, 8601, 10716, 7593, 8653, 7482, 8867, 8005, 9185, 8043, 8378, 8745, 10258, 7935, 8435, 7557, 8807, 7907, 8771, 8468, 10607, 9295, 8595, 9223, 9122, 8006, 8694, 9032, 11023, 9028, 10502, 8729, 8472, 8378, 9029, 9597, 8817, 8586, 8377, 8984, 7762, 7854, 8860, 8063, 7472, 8892, 7706, 7542, 8684, 10964, 9054, 8346, 8755, 8902, 10035, 8971, 7752, 9252, 8324, 9645, 8936, 8083, 7540, 8622, 8413, 9018, 7838, 7919, 8938, 7739, 7577, 8381, 8587, 8801, 7963, 8284, 8111, 8377, 8459, 8013, 8628, 8680, 8203, 8173, 9028, 8437, 9001, 8369, 10671, 9154, 8342, 8334, 9008, 10735, 9146, 8462, 10043, 8951, 7773, 7698, 8666, 9654, 9012, 8215, 8677, 8949, 8752, 9072, 8520, 9117, 8329, 9343, 8983, 10695, 9132, 7873, 7777, 8641, 8982, 8313, 7996, 7731, 7781, 7685, 7866, 8688, 7485, 8709, 8167, 10908, 8841, 8372, 9917, 8945, 8234, 11388, 9295, 8349, 9040, 8999, 7908, 7774, 8803, 9496, 10182, 8544, 9813, 7823, 8444, 8733, 8303, 7816, 8435, 8611, 7604, 8605, 8140, 10212, 8616, 8165, 8895, 8856, 7676, 9489, 8709, 11072, 9568, 8554, 10738, 9220, 8142, 7992, 8830, 7572, 7691, 8715, 7772, 7679, 8482, 8836, 8443, 7916, 8492, 8741, 7803, 8476, 8683, 10537, 8850, 8312, 10560, 9199, 8306, 8862, 8898, 7863, 7862, 8701, 9317, 9773, 8420, 9850, 8714, 7973, 8062, 8702, 9347, 8544, 8014, 9558, 8752, 9928, 8662, 8231, 9495, 8893, 9171, 10496, 8714, 7838, 7838, 7734, 8364, 7977, 8516, 8369, 8387, 8744, 8182, 9585, 8567, 10946, 8739, 10278, 9840, 8434, 10191, 8917, 9805, 8794, 8511, 8684, 8919, 8301, 7772, 9022, 7957, 7657, 8677, 7916, 7768, 8653, 7824, 8067, 8323, 9475, 8596, 10458, 8733, 9976, 8764, 7558], 'WindowCenter': [4100.0, 4082.0, 4087.0, 4054.0, 4041.0, 4070.0, 4059.0, 4037.0, 4047.0, 4026.0, 4037.0, 4027.0, 4037.0, 4048.0, 4048.0, 4048.0, 4048.0, 4048.0, 4044.0, 4081.0, 4050.0, 4026.0, 4022.0, 4024.0, 4011.0, 4012.0, 4023.0, 4045.0, 4024.0, 4035.0, 4025.0, 4037.0, 4023.0, 4024.0, 4034.0, 4035.0, 4035.0, 4035.0, 4035.0, 4037.0, 4035.0, 4056.0, 4046.0, 4035.0, 4026.0, 4024.0, 4034.0, 4022.0, 4023.0, 4023.0, 4026.0, 4036.0, 4025.0, 4025.0, 4048.0, 4048.0, 4037.0, 4037.0, 4047.0, 4038.0, 4048.0, 4048.0, 4049.0, 4039.0, 4059.0, 4060.0, 4050.0, 4060.0, 4050.0, 4051.0, 4037.0, 4048.0, 4038.0, 4049.0, 4053.0, 4062.0, 4050.0, 4061.0, 4060.0, 4037.0, 4037.0, 4035.0, 4046.0, 4027.0, 4047.0, 4047.0, 4038.0, 4049.0, 4061.0, 4049.0, 4056.0, 4059.0, 4050.0, 4048.0, 4041.0, 4037.0, 4057.0, 4048.0, 4037.0, 4047.0, 4050.0, 4037.0, 4026.0, 4037.0, 4068.0, 4037.0, 4037.0, 4037.0, 4037.0, 4037.0, 4049.0, 4049.0, 4058.0, 4038.0, 4037.0, 4048.0, 4049.0, 4049.0, 4039.0, 4050.0, 4050.0, 4071.0, 4054.0, 4050.0, 4050.0, 4050.0, 4039.0, 4051.0, 4049.0, 4071.0, 4049.0, 4039.0, 4048.0, 4037.0, 4057.0, 4047.0, 4048.0, 4069.0, 4029.0, 4050.0, 4050.0, 4050.0, 4041.0, 4061.0, 4051.0, 4062.0, 4051.0, 4072.0, 4051.0, 4081.0, 4061.0, 4059.0, 4058.0, 4036.0, 4035.0, 4030.0, 4036.0, 4057.0, 4039.0, 4043.0, 4037.0, 4049.0, 4056.0, 4049.0, 4049.0, 4039.0, 4069.0, 4050.0, 4050.0, 4061.0, 4057.0, 4049.0, 4050.0, 4049.0, 4069.0, 4037.0, 4057.0, 4035.0, 4055.0, 4035.0, 4054.0, 4044.0, 4022.0, 4021.0, 4034.0, 4035.0, 4025.0, 4049.0, 4050.0, 4051.0, 4063.0, 4062.0, 4066.0, 4063.0, 4084.0, 4073.0, 4051.0, 4061.0, 4061.0, 4069.0, 4049.0, 4036.0, 4047.0, 4036.0, 4057.0, 4037.0, 4057.0, 4026.0, 4036.0, 4046.0, 4026.0, 4037.0, 4048.0, 4038.0, 4052.0, 4049.0, 4050.0, 4050.0, 4050.0, 4050.0, 4069.0, 4056.0, 4038.0, 4048.0, 4037.0, 4048.0, 4048.0, 4037.0, 4047.0, 4058.0, 4050.0, 4039.0, 4060.0, 4050.0, 4058.0, 4062.0, 4064.0, 4052.0, 4082.0, 4086.0, 4064.0, 4066.0, 4062.0, 4062.0, 4071.0, 4061.0, 4050.0, 4071.0, 4060.0, 4070.0, 4069.0, 4049.0, 4059.0, 4037.0, 4048.0, 4038.0, 4027.0, 4053.0, 4048.0, 4049.0, 4041.0, 4050.0, 4052.0, 4053.0, 4061.0, 4061.0, 4049.0, 4039.0, 4050.0, 4070.0, 4062.0, 4050.0, 4050.0, 4050.0, 4071.0, 4060.0, 4050.0, 4050.0, 4049.0, 4049.0, 4049.0, 4040.0, 4052.0, 4071.0, 4064.0, 4062.0, 4052.0, 4051.0, 4061.0, 4051.0, 4050.0, 4073.0, 4051.0, 4051.0, 4061.0, 4068.0, 4051.0, 4051.0, 4061.0, 4074.0, 4052.0, 4051.0, 4052.0, 4062.0, 4072.0, 4063.0, 4062.0, 4062.0, 4062.0, 4071.0, 4061.0, 4050.0, 4082.0, 4062.0, 4051.0, 4039.0, 4039.0, 4050.0, 4050.0, 4046.0, 4061.0, 4061.0, 4062.0, 4051.0, 4063.0, 4052.0, 4073.0, 4051.0, 4071.0, 4049.0, 4074.0, 4038.0, 4025.0, 4025.0, 4036.0, 4036.0, 4037.0, 4049.0, 4049.0, 4049.0, 4060.0, 4051.0, 4062.0, 4054.0, 4064.0, 4050.0, 4051.0, 4039.0, 4039.0, 4038.0, 4037.0, 4038.0, 4045.0, 4028.0, 4050.0, 4051.0, 4052.0, 4063.0, 4052.0, 4064.0, 4064.0, 4065.0, 4075.0, 4065.0, 4073.0, 4070.0, 4074.0, 4062.0, 4050.0, 4050.0, 4039.0, 4070.0, 4049.0, 4039.0, 4050.0, 4051.0, 4050.0, 4051.0, 4053.0, 4057.0, 4065.0, 4075.0, 4076.0, 4066.0, 4080.0, 4066.0, 4085.0, 4068.0, 4061.0, 4063.0, 4050.0, 4071.0, 4050.0, 4050.0, 4050.0, 4049.0, 4038.0, 4039.0, 4050.0, 4039.0, 4050.0, 4051.0, 4041.0, 4058.0, 4076.0, 4064.0, 4080.0, 4066.0, 4053.0, 4052.0, 4063.0, 4052.0, 4052.0, 4063.0, 4063.0, 4066.0, 4064.0, 4064.0, 4066.0, 4076.0, 4063.0, 4053.0, 4063.0, 4055.0, 4074.0, 4041.0, 4052.0, 4052.0, 4054.0, 4052.0, 4058.0, 4071.0, 4053.0, 4043.0, 4065.0, 4087.0, 4077.0, 4066.0, 4097.0, 4077.0, 4065.0, 4060.0, 4064.0, 4073.0, 4075.0, 4064.0, 4053.0, 4054.0, 4076.0, 4065.0, 4053.0, 4064.0, 4063.0, 4053.0, 4059.0, 4087.0, 4064.0, 4052.0, 4084.0, 4053.0, 4053.0, 4052.0, 4041.0, 4051.0, 4065.0, 4053.0, 4053.0, 4064.0, 4065.0, 4065.0, 4064.0, 4064.0, 4103.0, 4076.0, 4064.0, 4063.0, 4042.0, 4052.0, 4041.0, 4044.0, 4053.0, 4073.0, 4064.0, 4055.0, 4053.0, 4064.0, 4053.0, 4060.0, 4063.0, 4063.0, 4065.0, 4063.0, 4063.0, 4073.0, 4062.0, 4055.0, 4042.0, 4064.0, 4058.0, 4054.0, 4053.0, 4074.0, 4065.0, 4053.0, 4075.0, 4065.0, 4054.0, 4043.0, 4064.0, 4052.0, 4043.0, 4070.0, 4074.0, 4064.0, 4055.0, 4056.0, 4067.0, 4067.0, 4066.0, 4066.0, 4075.0, 4068.0, 4086.0, 4076.0, 4053.0, 4074.0, 4063.0, 4051.0, 4033.0, 4051.0, 4060.0, 4054.0, 4042.0, 4065.0, 4063.0, 4053.0, 4043.0, 4065.0, 4054.0, 4065.0, 4056.0, 4068.0, 4067.0, 4078.0, 4079.0, 4068.0, 4069.0, 4078.0, 4088.0, 4065.0, 4054.0, 4074.0, 4064.0, 4064.0, 4064.0, 4065.0, 4077.0, 4043.0, 4064.0, 4053.0, 4051.0, 4065.0, 4075.0, 4066.0, 4065.0, 4066.0, 4055.0, 4079.0, 4053.0, 4063.0, 4057.0, 4061.0, 4051.0, 4040.0, 4040.0, 4051.0, 4064.0, 4052.0, 4055.0, 4047.0, 4066.0, 4044.0, 4043.0, 4065.0, 4055.0, 4055.0, 4066.0, 4068.0, 4081.0, 4077.0, 4067.0, 4067.0, 4090.0, 4077.0, 4055.0, 4064.0, 4064.0, 4074.0, 4069.0, 4064.0, 4070.0, 4054.0, 4064.0, 4064.0, 4064.0, 4053.0, 4053.0, 4063.0, 4053.0, 4041.0, 4063.0, 4055.0, 4075.0, 4043.0, 4054.0, 4043.0, 4064.0, 4043.0, 4064.0, 4043.0, 4054.0, 4054.0, 4075.0, 4058.0, 4066.0, 4054.0, 4064.0, 4053.0, 4065.0, 4055.0, 4087.0, 4077.0, 4066.0, 4077.0, 4079.0, 4055.0, 4066.0, 4066.0, 4074.0, 4065.0, 4074.0, 4065.0, 4055.0, 4054.0, 4067.0, 4065.0, 4064.0, 4054.0, 4054.0, 4064.0, 4044.0, 4056.0, 4066.0, 4057.0, 4057.0, 4078.0, 4058.0, 4062.0, 4067.0, 4089.0, 4078.0, 4057.0, 4065.0, 4065.0, 4083.0, 4066.0, 4046.0, 4067.0, 4054.0, 4067.0, 4065.0, 4054.0, 4044.0, 4065.0, 4054.0, 4065.0, 4055.0, 4055.0, 4066.0, 4056.0, 4056.0, 4067.0, 4068.0, 4078.0, 4058.0, 4068.0, 4056.0, 4068.0, 4069.0, 4068.0, 4071.0, 4079.0, 4068.0, 4069.0, 4078.0, 4068.0, 4079.0, 4068.0, 4089.0, 4081.0, 4068.0, 4067.0, 4069.0, 4086.0, 4066.0, 4058.0, 4076.0, 4066.0, 4056.0, 4056.0, 4066.0, 4065.0, 4067.0, 4058.0, 4066.0, 4066.0, 4066.0, 4069.0, 4066.0, 4065.0, 4055.0, 4066.0, 4065.0, 4075.0, 4065.0, 4045.0, 4044.0, 4058.0, 4066.0, 4067.0, 4057.0, 4057.0, 4068.0, 4069.0, 4069.0, 4081.0, 4061.0, 4079.0, 4069.0, 4102.0, 4080.0, 4069.0, 4089.0, 4068.0, 4056.0, 4088.0, 4066.0, 4054.0, 4055.0, 4053.0, 4042.0, 4043.0, 4054.0, 4067.0, 4075.0, 4055.0, 4065.0, 4044.0, 4055.0, 4066.0, 4056.0, 4044.0, 4055.0, 4067.0, 4058.0, 4068.0, 4072.0, 4090.0, 4070.0, 4070.0, 4079.0, 4079.0, 4056.0, 4077.0, 4066.0, 4088.0, 4084.0, 4055.0, 4076.0, 4065.0, 4056.0, 4044.0, 4056.0, 4043.0, 4043.0, 4065.0, 4045.0, 4056.0, 4067.0, 4078.0, 4069.0, 4058.0, 4069.0, 4069.0, 4058.0, 4069.0, 4069.0, 4089.0, 4067.0, 4056.0, 4090.0, 4067.0, 4056.0, 4066.0, 4066.0, 4055.0, 4055.0, 4066.0, 4066.0, 4076.0, 4057.0, 4078.0, 4073.0, 4061.0, 4057.0, 4072.0, 4079.0, 4068.0, 4057.0, 4078.0, 4068.0, 4078.0, 4070.0, 4057.0, 4076.0, 4067.0, 4068.0, 4088.0, 4057.0, 4045.0, 4044.0, 4045.0, 4055.0, 4055.0, 4066.0, 4064.0, 4070.0, 4067.0, 4068.0, 4082.0, 4068.0, 4089.0, 4056.0, 4064.0, 4064.0, 4041.0, 4063.0, 4052.0, 4051.0, 4041.0, 4042.0, 4044.0, 4052.0, 4052.0, 4042.0, 4062.0, 4042.0, 4055.0, 4066.0, 4056.0, 4057.0, 4068.0, 4060.0, 4068.0, 4066.0, 4077.0, 4067.0, 4077.0, 4055.0, 4076.0, 4066.0, 4043.0], 'WindowWidth': [9148.0, 9105.0, 9099.0, 9046.0, 9021.0, 9058.0, 9040.0, 9007.0, 9021.0, 8993.0, 9005.0, 8991.0, 9007.0, 9021.0, 9022.0, 9023.0, 9020.0, 9022.0, 9020.0, 9071.0, 9024.0, 8985.0, 8976.0, 8980.0, 8959.0, 8964.0, 8981.0, 9012.0, 8983.0, 8997.0, 8985.0, 9003.0, 8982.0, 8983.0, 8998.0, 8999.0, 9002.0, 9000.0, 9000.0, 9006.0, 9003.0, 9030.0, 9017.0, 9001.0, 8989.0, 8984.0, 8996.0, 8978.0, 8980.0, 8980.0, 8988.0, 9004.0, 8987.0, 8987.0, 9023.0, 9023.0, 9008.0, 9008.0, 9021.0, 9009.0, 9024.0, 9024.0, 9026.0, 9012.0, 9040.0, 9042.0, 9027.0, 9042.0, 9028.0, 9028.0, 9007.0, 9023.0, 9009.0, 9026.0, 9033.0, 9045.0, 9028.0, 9043.0, 9041.0, 9008.0, 9005.0, 9001.0, 9016.0, 8991.0, 9021.0, 9021.0, 9010.0, 9026.0, 9044.0, 9028.0, 9040.0, 9039.0, 9028.0, 9024.0, 9014.0, 9007.0, 9034.0, 9021.0, 9005.0, 9019.0, 9026.0, 9005.0, 8992.0, 9006.0, 9050.0, 9006.0, 9007.0, 9009.0, 9008.0, 9006.0, 9029.0, 9025.0, 9034.0, 9009.0, 9007.0, 9024.0, 9026.0, 9026.0, 9013.0, 9029.0, 9030.0, 9060.0, 9039.0, 9031.0, 9028.0, 9030.0, 9014.0, 9031.0, 9026.0, 9058.0, 9025.0, 9010.0, 9022.0, 9008.0, 9032.0, 9021.0, 9022.0, 9052.0, 9001.0, 9029.0, 9031.0, 9032.0, 9020.0, 9047.0, 9033.0, 9048.0, 9033.0, 9061.0, 9031.0, 9072.0, 9045.0, 9037.0, 9035.0, 9003.0, 9000.0, 8996.0, 9002.0, 9033.0, 9010.0, 9019.0, 9007.0, 9025.0, 9041.0, 9027.0, 9027.0, 9012.0, 9054.0, 9029.0, 9028.0, 9046.0, 9044.0, 9026.0, 9028.0, 9024.0, 9052.0, 9006.0, 9031.0, 8999.0, 9024.0, 9000.0, 9023.0, 9009.0, 8977.0, 8975.0, 8996.0, 9001.0, 8989.0, 9027.0, 9030.0, 9034.0, 9054.0, 9052.0, 9060.0, 9052.0, 9082.0, 9065.0, 9031.0, 9046.0, 9043.0, 9051.0, 9024.0, 9003.0, 9019.0, 9002.0, 9033.0, 9005.0, 9031.0, 8989.0, 9002.0, 9016.0, 8992.0, 9007.0, 9022.0, 9011.0, 9032.0, 9027.0, 9030.0, 9028.0, 9028.0, 9028.0, 9053.0, 9039.0, 9008.0, 9022.0, 9004.0, 9020.0, 9022.0, 9007.0, 9020.0, 9038.0, 9032.0, 9013.0, 9042.0, 9029.0, 9048.0, 9049.0, 9054.0, 9038.0, 9086.0, 9087.0, 9056.0, 9058.0, 9049.0, 9049.0, 9060.0, 9047.0, 9030.0, 9058.0, 9041.0, 9055.0, 9054.0, 9024.0, 9038.0, 9008.0, 9025.0, 9008.0, 8993.0, 9032.0, 9023.0, 9026.0, 9017.0, 9029.0, 9034.0, 9036.0, 9048.0, 9048.0, 9027.0, 9014.0, 9029.0, 9056.0, 9049.0, 9029.0, 9029.0, 9028.0, 9057.0, 9043.0, 9028.0, 9029.0, 9027.0, 9028.0, 9027.0, 9017.0, 9034.0, 9060.0, 9055.0, 9050.0, 9035.0, 9032.0, 9045.0, 9033.0, 9029.0, 9064.0, 9033.0, 9031.0, 9045.0, 9060.0, 9032.0, 9032.0, 9045.0, 9068.0, 9036.0, 9031.0, 9035.0, 9050.0, 9063.0, 9053.0, 9049.0, 9049.0, 9049.0, 9060.0, 9045.0, 9030.0, 9076.0, 9051.0, 9031.0, 9013.0, 9012.0, 9028.0, 9029.0, 9029.0, 9047.0, 9046.0, 9050.0, 9034.0, 9051.0, 9036.0, 9065.0, 9031.0, 9059.0, 9025.0, 9060.0, 9007.0, 8986.0, 8986.0, 9004.0, 9004.0, 9007.0, 9026.0, 9025.0, 9028.0, 9044.0, 9032.0, 9047.0, 9037.0, 9051.0, 9029.0, 9032.0, 9011.0, 9011.0, 9008.0, 9007.0, 9010.0, 9024.0, 8997.0, 9029.0, 9034.0, 9036.0, 9055.0, 9038.0, 9057.0, 9055.0, 9057.0, 9069.0, 9056.0, 9065.0, 9066.0, 9066.0, 9048.0, 9027.0, 9029.0, 9012.0, 9055.0, 9025.0, 9012.0, 9029.0, 9034.0, 9030.0, 9034.0, 9039.0, 9048.0, 9057.0, 9072.0, 9075.0, 9061.0, 9083.0, 9060.0, 9084.0, 9063.0, 9045.0, 9049.0, 9029.0, 9057.0, 9029.0, 9027.0, 9027.0, 9025.0, 9009.0, 9012.0, 9029.0, 9012.0, 9030.0, 9033.0, 9020.0, 9047.0, 9071.0, 9056.0, 9080.0, 9058.0, 9038.0, 9037.0, 9053.0, 9037.0, 9037.0, 9053.0, 9054.0, 9060.0, 9056.0, 9056.0, 9060.0, 9073.0, 9053.0, 9038.0, 9050.0, 9042.0, 9065.0, 9020.0, 9034.0, 9035.0, 9041.0, 9034.0, 9046.0, 9067.0, 9038.0, 9027.0, 9058.0, 9089.0, 9077.0, 9062.0, 9104.0, 9076.0, 9058.0, 9053.0, 9053.0, 9066.0, 9071.0, 9055.0, 9040.0, 9042.0, 9074.0, 9058.0, 9041.0, 9055.0, 9052.0, 9039.0, 9050.0, 9088.0, 9055.0, 9035.0, 9080.0, 9037.0, 9037.0, 9034.0, 9017.0, 9032.0, 9054.0, 9038.0, 9038.0, 9055.0, 9057.0, 9057.0, 9056.0, 9054.0, 9118.0, 9075.0, 9054.0, 9052.0, 9022.0, 9034.0, 9018.0, 9025.0, 9038.0, 9064.0, 9052.0, 9042.0, 9039.0, 9054.0, 9039.0, 9053.0, 9053.0, 9051.0, 9054.0, 9051.0, 9053.0, 9064.0, 9049.0, 9040.0, 9022.0, 9054.0, 9048.0, 9039.0, 9038.0, 9066.0, 9057.0, 9039.0, 9072.0, 9057.0, 9042.0, 9027.0, 9055.0, 9035.0, 9025.0, 9065.0, 9067.0, 9056.0, 9045.0, 9047.0, 9064.0, 9063.0, 9063.0, 9059.0, 9072.0, 9063.0, 9087.0, 9072.0, 9039.0, 9066.0, 9050.0, 9032.0, 9008.0, 9032.0, 9043.0, 9039.0, 9022.0, 9053.0, 9051.0, 9040.0, 9027.0, 9057.0, 9042.0, 9059.0, 9049.0, 9067.0, 9066.0, 9082.0, 9084.0, 9068.0, 9071.0, 9082.0, 9094.0, 9060.0, 9042.0, 9069.0, 9055.0, 9054.0, 9054.0, 9056.0, 9074.0, 9026.0, 9056.0, 9040.0, 9042.0, 9057.0, 9070.0, 9060.0, 9058.0, 9060.0, 9044.0, 9080.0, 9038.0, 9051.0, 9043.0, 9045.0, 9030.0, 9013.0, 9016.0, 9032.0, 9052.0, 9035.0, 9040.0, 9036.0, 9061.0, 9027.0, 9027.0, 9058.0, 9044.0, 9045.0, 9061.0, 9066.0, 9088.0, 9077.0, 9064.0, 9063.0, 9097.0, 9077.0, 9044.0, 9055.0, 9053.0, 9068.0, 9064.0, 9053.0, 9067.0, 9041.0, 9056.0, 9056.0, 9054.0, 9039.0, 9037.0, 9051.0, 9038.0, 9021.0, 9052.0, 9045.0, 9070.0, 9026.0, 9041.0, 9025.0, 9055.0, 9026.0, 9055.0, 9025.0, 9041.0, 9041.0, 9071.0, 9052.0, 9063.0, 9043.0, 9057.0, 9041.0, 9059.0, 9046.0, 9090.0, 9077.0, 9062.0, 9077.0, 9080.0, 9045.0, 9060.0, 9059.0, 9069.0, 9057.0, 9068.0, 9057.0, 9043.0, 9041.0, 9061.0, 9056.0, 9053.0, 9042.0, 9041.0, 9056.0, 9028.0, 9049.0, 9063.0, 9051.0, 9054.0, 9082.0, 9055.0, 9061.0, 9066.0, 9096.0, 9081.0, 9050.0, 9060.0, 9057.0, 9088.0, 9059.0, 9032.0, 9060.0, 9039.0, 9060.0, 9056.0, 9042.0, 9030.0, 9060.0, 9044.0, 9057.0, 9044.0, 9046.0, 9061.0, 9047.0, 9049.0, 9063.0, 9067.0, 9081.0, 9054.0, 9067.0, 9050.0, 9068.0, 9069.0, 9068.0, 9074.0, 9084.0, 9068.0, 9071.0, 9083.0, 9067.0, 9084.0, 9068.0, 9096.0, 9086.0, 9066.0, 9065.0, 9067.0, 9086.0, 9060.0, 9050.0, 9073.0, 9060.0, 9048.0, 9047.0, 9060.0, 9059.0, 9063.0, 9052.0, 9062.0, 9063.0, 9061.0, 9068.0, 9061.0, 9060.0, 9044.0, 9062.0, 9057.0, 9071.0, 9056.0, 9029.0, 9028.0, 9049.0, 9060.0, 9064.0, 9051.0, 9053.0, 9070.0, 9071.0, 9071.0, 9090.0, 9063.0, 9085.0, 9070.0, 9122.0, 9088.0, 9070.0, 9096.0, 9067.0, 9047.0, 9092.0, 9060.0, 9039.0, 9042.0, 9038.0, 9021.0, 9023.0, 9039.0, 9060.0, 9070.0, 9045.0, 9056.0, 9028.0, 9045.0, 9059.0, 9049.0, 9027.0, 9042.0, 9062.0, 9051.0, 9065.0, 9074.0, 9099.0, 9073.0, 9073.0, 9085.0, 9083.0, 9048.0, 9075.0, 9060.0, 9091.0, 9090.0, 9043.0, 9074.0, 9059.0, 9046.0, 9027.0, 9043.0, 9023.0, 9025.0, 9059.0, 9031.0, 9047.0, 9065.0, 9081.0, 9070.0, 9055.0, 9070.0, 9070.0, 9055.0, 9069.0, 9070.0, 9097.0, 9065.0, 9048.0, 9097.0, 9063.0, 9045.0, 9059.0, 9059.0, 9043.0, 9043.0, 9060.0, 9059.0, 9074.0, 9050.0, 9080.0, 9077.0, 9058.0, 9053.0, 9075.0, 9082.0, 9066.0, 9051.0, 9080.0, 9067.0, 9079.0, 9069.0, 9049.0, 9075.0, 9062.0, 9067.0, 9094.0, 9048.0, 9029.0, 9026.0, 9029.0, 9043.0, 9045.0, 9062.0, 9064.0, 9072.0, 9066.0, 9067.0, 9089.0, 9067.0, 9096.0, 9047.0, 9052.0, 9052.0, 9017.0, 9049.0, 9033.0, 9030.0, 9018.0, 9020.0, 9026.0, 9036.0, 9036.0, 9022.0, 9051.0, 9023.0, 9045.0, 9061.0, 9048.0, 9050.0, 9069.0, 9058.0, 9068.0, 9063.0, 9078.0, 9063.0, 9076.0, 9046.0, 9075.0, 9061.0, 9026.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.0003766283084004603</td></tr>
<tr><td colspan=3>aqi</td><td>0.01715704833141542</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.208124604654394</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1971831642165895</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0004236894239638</td></tr>
<tr><td colspan=3>efc</td><td>0.4733</td></tr>
<tr><td colspan=3>fber</td><td>5388.5649</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06997029479581994</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3102409034616946</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2248015833202333</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4938137587246647</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2121073683401855</td></tr>
<tr><td colspan=3>gcor</td><td>0.0187495</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010964665561914444</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02573462203145027</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9655498499900927</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>24.8726</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3339</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.1739</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301618.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.0984</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.5082</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3292.3753</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.4827</td></tr>
<tr><td colspan=3>tsnr</td><td>41.50532811507583</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>