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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-06_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-06_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-0038/ses-03/func/sub-0038_ses-03_task-social_acq-mb8_run-06_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>92cb31ae56035f6908107bbd628abad8</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>16:00:50.365000</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.995257, -0.0972834, -0.000270088, 0.0972351, 0.994667, 0.0344042]</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-06_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.0718788</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7746, -7238, 575, -77, -210, -73, 60]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>877c1857-f298-4832-a8be-991ec715ec6a||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.670200824737549, 0.2608746588230133, 0.008311435580253601, 99.66780090332031], [0.26100432872772217, 2.6686177253723145, 0.09252157807350159, -108.89730834960938], [-0.0007246253080666065, -0.09230389446020126, 2.69840145111084, -64.31317901611328], [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': ['160050.365000', '160050.825000', '160051.285000', '160051.745000', '160052.205000', '160052.665000', '160053.125000', '160053.585000', '160054.045000', '160054.505000', '160054.965000', '160055.425000', '160055.885000', '160056.345000', '160056.805000', '160057.265000', '160057.725000', '160058.185000', '160058.645000', '160059.105000', '160059.565000', '160100.025000', '160100.485000', '160100.945000', '160101.405000', '160101.865000', '160102.325000', '160102.785000', '160103.245000', '160103.705000', '160104.165000', '160104.625000', '160105.085000', '160105.545000', '160106.005000', '160106.465000', '160106.925000', '160107.385000', '160107.845000', '160108.305000', '160108.765000', '160109.225000', '160109.685000', '160110.145000', '160110.605000', '160111.065000', '160111.525000', '160111.985000', '160112.445000', '160112.905000', '160113.365000', '160113.825000', '160114.285000', '160114.745000', '160115.205000', '160115.665000', '160116.125000', '160116.585000', '160117.045000', '160117.505000', '160117.965000', '160118.425000', '160118.885000', '160119.345000', '160119.805000', '160120.265000', '160120.725000', '160121.185000', '160121.645000', '160122.105000', '160122.565000', '160123.025000', '160123.485000', '160123.945000', '160124.405000', '160124.865000', '160125.325000', '160125.785000', '160126.245000', '160126.705000', '160127.165000', '160127.625000', '160128.085000', '160128.545000', '160129.005000', '160129.465000', '160129.925000', '160130.385000', '160130.845000', '160131.305000', '160131.765000', '160132.225000', '160132.685000', '160133.145000', '160133.605000', '160134.065000', '160134.525000', '160134.985000', '160135.445000', '160135.905000', '160136.365000', '160136.825000', '160137.285000', '160137.745000', '160138.205000', '160138.665000', '160139.125000', '160139.585000', '160140.045000', '160140.505000', '160140.965000', '160141.425000', '160141.885000', '160142.345000', '160142.805000', '160143.265000', '160143.725000', '160144.185000', '160144.645000', '160145.105000', '160145.565000', '160146.025000', '160146.485000', '160146.945000', '160147.405000', '160147.865000', '160148.325000', '160148.785000', '160149.245000', '160149.705000', '160150.165000', '160150.625000', '160151.085000', '160151.545000', '160152.005000', '160152.465000', '160152.925000', '160153.385000', '160153.845000', '160154.305000', '160154.765000', '160155.225000', '160155.685000', '160156.145000', '160156.605000', '160157.065000', '160157.525000', '160157.985000', '160158.445000', '160158.905000', '160159.365000', '160159.825000', '160200.285000', '160200.745000', '160201.205000', '160201.665000', '160202.125000', '160202.585000', '160203.045000', '160203.505000', '160203.965000', '160204.425000', '160204.885000', '160205.345000', '160205.805000', '160206.265000', '160206.725000', '160207.185000', '160207.645000', '160208.105000', '160208.565000', '160209.025000', '160209.485000', '160209.945000', '160210.405000', '160210.865000', '160211.325000', '160211.785000', '160212.245000', '160212.705000', '160213.165000', '160213.625000', '160214.085000', '160214.545000', '160215.005000', '160215.465000', '160215.925000', '160216.385000', '160216.845000', '160217.305000', '160217.765000', '160218.225000', '160218.685000', '160219.145000', '160219.605000', '160220.065000', '160220.525000', '160220.985000', '160221.445000', '160221.905000', '160222.365000', '160222.825000', '160223.285000', '160223.745000', '160224.205000', '160224.665000', '160225.125000', '160225.585000', '160226.045000', '160226.505000', '160226.965000', '160227.425000', '160227.885000', '160228.345000', '160228.805000', '160229.265000', '160229.725000', '160230.185000', '160230.645000', '160231.105000', '160231.565000', '160232.025000', '160232.485000', '160232.945000', '160233.405000', '160233.865000', '160234.325000', '160234.785000', '160235.245000', '160235.705000', '160236.165000', '160236.625000', '160237.085000', '160237.545000', '160238.005000', '160238.465000', '160238.925000', '160239.385000', '160239.845000', '160240.305000', '160240.765000', '160241.225000', '160241.685000', '160242.145000', '160242.605000', '160243.065000', '160243.525000', '160243.985000', '160244.445000', '160244.905000', '160245.365000', '160245.825000', '160246.285000', '160246.745000', '160247.205000', '160247.665000', '160248.125000', '160248.585000', '160249.045000', '160249.505000', '160249.965000', '160250.425000', '160250.885000', '160251.345000', '160251.805000', '160252.265000', '160252.725000', '160253.185000', '160253.645000', '160254.105000', '160254.565000', '160255.025000', '160255.485000', '160255.945000', '160256.405000', '160256.865000', '160257.325000', '160257.785000', '160258.245000', '160258.705000', '160259.165000', '160259.625000', '160300.085000', '160300.545000', '160301.005000', '160301.465000', '160301.925000', '160302.385000', '160302.845000', '160303.305000', '160303.765000', '160304.225000', '160304.685000', '160305.145000', '160305.605000', '160306.065000', '160306.525000', '160306.985000', '160307.445000', '160307.905000', '160308.365000', '160308.825000', '160309.285000', '160309.745000', '160310.205000', '160310.665000', '160311.125000', '160311.585000', '160312.045000', '160312.505000', '160312.965000', '160313.425000', '160313.885000', '160314.345000', '160314.805000', '160315.265000', '160315.725000', '160316.185000', '160316.645000', '160317.105000', '160317.565000', '160318.025000', '160318.485000', '160318.945000', '160319.405000', '160319.865000', '160320.325000', '160320.785000', '160321.245000', '160321.705000', '160322.165000', '160322.625000', '160323.085000', '160323.545000', '160324.005000', '160324.465000', '160324.925000', '160325.385000', '160325.845000', '160326.305000', '160326.765000', '160327.225000', '160327.685000', '160328.145000', '160328.605000', '160329.065000', '160329.525000', '160329.985000', '160330.445000', '160330.905000', '160331.365000', '160331.825000', '160332.285000', '160332.745000', '160333.205000', '160333.665000', '160334.125000', '160334.585000', '160335.045000', '160335.505000', '160335.965000', '160336.425000', '160336.885000', '160337.345000', '160337.805000', '160338.265000', '160338.725000', '160339.185000', '160339.645000', '160340.105000', '160340.565000', '160341.025000', '160341.485000', '160341.945000', '160342.405000', '160342.865000', '160343.325000', '160343.785000', '160344.245000', '160344.705000', '160345.165000', '160345.625000', '160346.085000', '160346.545000', '160347.005000', '160347.465000', '160347.925000', '160348.385000', '160348.845000', '160349.305000', '160349.765000', '160350.225000', '160350.685000', '160351.145000', '160351.605000', '160352.065000', '160352.525000', '160352.985000', '160353.445000', '160353.905000', '160354.365000', '160354.825000', '160355.285000', '160355.745000', '160356.205000', '160356.665000', '160357.125000', '160357.585000', '160358.045000', '160358.505000', '160358.965000', '160359.425000', '160359.885000', '160400.345000', '160400.805000', '160401.265000', '160401.725000', '160402.185000', '160402.645000', '160403.105000', '160403.565000', '160404.025000', '160404.485000', '160404.945000', '160405.405000', '160405.865000', '160406.325000', '160406.785000', '160407.245000', '160407.705000', '160408.165000', '160408.625000', '160409.085000', '160409.545000', '160410.005000', '160410.465000', '160410.925000', '160411.385000', '160411.845000', '160412.305000', '160412.765000', '160413.225000', '160413.685000', '160414.145000', '160414.605000', '160415.065000', '160415.525000', '160415.985000', '160416.445000', '160416.905000', '160417.365000', '160417.825000', '160418.285000', '160418.745000', '160419.205000', '160419.665000', '160420.125000', '160420.585000', '160421.045000', '160421.505000', '160421.965000', '160422.425000', '160422.885000', '160423.345000', '160423.805000', '160424.265000', '160424.725000', '160425.185000', '160425.645000', '160426.105000', '160426.565000', '160427.025000', '160427.485000', '160427.945000', '160428.405000', '160428.865000', '160429.325000', '160429.785000', '160430.245000', '160430.705000', '160431.165000', '160431.625000', '160432.085000', '160432.545000', '160433.005000', '160433.465000', '160433.925000', '160434.385000', '160434.845000', '160435.305000', '160435.765000', '160436.225000', '160436.685000', '160437.145000', '160437.605000', '160438.065000', '160438.525000', '160438.985000', '160439.445000', '160439.905000', '160440.365000', '160440.825000', '160441.285000', '160441.745000', '160442.205000', '160442.665000', '160443.125000', '160443.585000', '160444.045000', '160444.505000', '160444.965000', '160445.425000', '160445.885000', '160446.345000', '160446.805000', '160447.265000', '160447.725000', '160448.185000', '160448.645000', '160449.105000', '160449.565000', '160450.025000', '160450.485000', '160450.945000', '160451.405000', '160451.865000', '160452.325000', '160452.785000', '160453.245000', '160453.705000', '160454.165000', '160454.625000', '160455.085000', '160455.545000', '160456.005000', '160456.465000', '160456.925000', '160457.385000', '160457.845000', '160458.305000', '160458.765000', '160459.225000', '160459.685000', '160500.145000', '160500.605000', '160501.065000', '160501.525000', '160501.985000', '160502.445000', '160502.905000', '160503.365000', '160503.825000', '160504.285000', '160504.745000', '160505.205000', '160505.665000', '160506.125000', '160506.585000', '160507.045000', '160507.505000', '160507.965000', '160508.425000', '160508.885000', '160509.345000', '160509.805000', '160510.265000', '160510.725000', '160511.185000', '160511.645000', '160512.105000', '160512.565000', '160513.025000', '160513.485000', '160513.945000', '160514.405000', '160514.865000', '160515.325000', '160515.785000', '160516.245000', '160516.705000', '160517.165000', '160517.625000', '160518.085000', '160518.545000', '160519.005000', '160519.465000', '160519.925000', '160520.385000', '160520.845000', '160521.305000', '160521.765000', '160522.225000', '160522.685000', '160523.145000', '160523.605000', '160524.065000', '160524.525000', '160524.985000', '160525.445000', '160525.905000', '160526.365000', '160526.825000', '160527.285000', '160527.745000', '160528.205000', '160528.665000', '160529.125000', '160529.585000', '160530.045000', '160530.505000', '160530.965000', '160531.425000', '160531.885000', '160532.345000', '160532.805000', '160533.265000', '160533.725000', '160534.185000', '160534.645000', '160535.105000', '160535.565000', '160536.025000', '160536.485000', '160536.945000', '160537.405000', '160537.865000', '160538.325000', '160538.785000', '160539.245000', '160539.705000', '160540.165000', '160540.625000', '160541.085000', '160541.545000', '160542.005000', '160542.465000', '160542.925000', '160543.385000', '160543.845000', '160544.305000', '160544.765000', '160545.225000', '160545.685000', '160546.145000', '160546.605000', '160547.065000', '160547.525000', '160547.985000', '160548.445000', '160548.905000', '160549.365000', '160549.825000', '160550.285000', '160550.745000', '160551.205000', '160551.665000', '160552.125000', '160552.585000', '160553.045000', '160553.505000', '160553.965000', '160554.425000', '160554.885000', '160555.345000', '160555.805000', '160556.265000', '160556.725000', '160557.185000', '160557.645000', '160558.105000', '160558.565000', '160559.025000', '160559.485000', '160559.945000', '160600.405000', '160600.865000', '160601.325000', '160601.785000', '160602.245000', '160602.705000', '160603.165000', '160603.625000', '160604.085000', '160604.545000', '160605.005000', '160605.465000', '160605.925000', '160606.385000', '160606.845000', '160607.305000', '160607.765000', '160608.225000', '160608.685000', '160609.145000', '160609.605000', '160610.065000', '160610.525000', '160610.985000', '160611.445000', '160611.905000', '160612.365000', '160612.825000', '160613.285000', '160613.745000', '160614.205000', '160614.665000', '160615.125000', '160615.585000', '160616.045000', '160616.505000', '160616.965000', '160617.425000', '160617.885000', '160618.345000', '160618.805000', '160619.265000', '160619.725000', '160620.185000', '160620.645000', '160621.105000', '160621.565000', '160622.025000', '160622.485000', '160622.945000', '160623.405000', '160623.865000', '160624.325000', '160624.785000', '160625.245000', '160625.705000', '160626.165000', '160626.625000', '160627.085000', '160627.545000', '160628.005000', '160628.465000', '160628.925000', '160629.385000', '160629.845000', '160630.305000', '160630.765000', '160631.225000', '160631.685000', '160632.145000', '160632.605000', '160633.065000', '160633.525000', '160633.985000', '160634.445000', '160634.905000', '160635.365000', '160635.825000', '160636.285000', '160636.745000', '160637.205000', '160637.665000', '160638.125000', '160638.585000', '160639.045000', '160639.505000', '160639.965000', '160640.425000', '160640.885000', '160641.345000', '160641.805000', '160642.265000', '160642.725000', '160643.185000', '160643.645000', '160644.105000', '160644.565000', '160645.025000', '160645.485000', '160645.945000', '160646.405000', '160646.865000', '160647.325000', '160647.785000', '160648.245000', '160648.705000', '160649.165000', '160649.625000', '160650.085000', '160650.545000', '160651.005000', '160651.465000', '160651.925000', '160652.385000', '160652.845000', '160653.305000', '160653.765000', '160654.225000', '160654.685000', '160655.145000', '160655.605000', '160656.065000', '160656.525000', '160656.985000', '160657.445000', '160657.905000', '160658.365000', '160658.825000', '160659.285000', '160659.745000', '160700.205000', '160700.665000', '160701.125000', '160701.585000', '160702.045000', '160702.505000', '160702.965000', '160703.425000', '160703.885000', '160704.345000', '160704.805000', '160705.265000', '160705.725000', '160706.185000', '160706.645000', '160707.105000', '160707.565000', '160708.025000', '160708.485000', '160708.945000', '160709.405000', '160709.865000', '160710.325000', '160710.785000', '160711.245000', '160711.705000', '160712.165000', '160712.625000', '160713.085000', '160713.545000', '160714.005000', '160714.465000', '160714.925000', '160715.385000', '160715.845000', '160716.305000', '160716.765000', '160717.225000', '160717.685000', '160718.145000', '160718.605000', '160719.065000', '160719.525000', '160719.985000', '160720.445000', '160720.905000', '160721.365000', '160721.825000', '160722.285000', '160722.745000', '160723.205000', '160723.665000', '160724.125000', '160724.585000', '160725.045000', '160725.505000', '160725.965000', '160726.425000', '160726.885000', '160727.345000', '160727.805000', '160728.265000', '160728.725000', '160729.185000', '160729.645000', '160730.105000', '160730.565000', '160731.025000'], 'ContentTime': ['160107.001000', '160107.004000', '160107.007000', '160107.010000', '160107.015000', '160107.018000', '160107.021000', '160107.024000', '160107.027000', '160107.030000', '160107.033000', '160107.035000', '160107.038000', '160107.042000', '160107.045000', '160107.048000', '160107.051000', '160107.054000', '160107.057000', '160107.060000', '160107.063000', '160107.065000', '160107.068000', '160107.071000', '160107.074000', '160107.077000', '160107.080000', '160107.083000', '160107.086000', '160107.088000', '160107.091000', '160107.094000', '160107.097000', '160107.100000', '160126.962000', '160126.965000', '160126.968000', '160126.971000', '160126.974000', '160126.977000', '160126.979000', '160126.996000', '160127.000000', '160127.003000', '160127.005000', '160127.009000', '160127.021000', '160127.024000', '160127.027000', '160127.030000', '160127.032000', '160127.035000', '160127.038000', '160127.041000', '160127.043000', '160127.047000', '160127.049000', '160127.052000', '160127.055000', '160127.058000', '160127.061000', '160127.063000', '160127.066000', '160127.069000', '160127.072000', '160127.075000', '160127.077000', '160127.080000', '160127.083000', '160127.086000', '160127.089000', '160127.092000', '160127.095000', '160127.097000', '160127.100000', '160127.103000', '160127.106000', '160127.109000', '160146.962000', '160146.965000', '160146.968000', '160146.971000', '160146.973000', '160146.976000', '160146.979000', '160146.982000', '160146.985000', '160146.987000', '160146.990000', '160146.993000', '160146.996000', '160147.000000', '160147.003000', '160147.006000', '160147.008000', '160147.011000', '160147.014000', '160147.017000', '160147.020000', '160147.023000', '160147.025000', '160147.028000', '160147.031000', '160147.034000', '160147.037000', '160147.040000', '160147.042000', '160147.045000', '160147.048000', '160147.051000', '160147.054000', '160147.056000', '160147.059000', '160147.062000', '160147.065000', '160147.068000', '160147.070000', '160147.073000', '160147.076000', '160147.079000', '160147.082000', '160206.963000', '160206.966000', '160206.969000', '160206.971000', '160206.982000', '160206.985000', '160206.988000', '160206.991000', '160206.994000', '160206.996000', '160206.999000', '160207.002000', '160207.005000', '160207.008000', '160207.011000', '160207.013000', '160207.016000', '160207.019000', '160207.022000', '160207.025000', '160207.028000', '160207.031000', '160207.034000', '160207.036000', '160207.039000', '160207.042000', '160207.045000', '160207.048000', '160207.051000', '160207.053000', '160207.056000', '160207.059000', '160207.062000', '160207.065000', '160207.068000', '160207.070000', '160207.073000', '160207.076000', '160207.085000', '160207.088000', '160207.091000', '160207.094000', '160207.097000', '160207.100000', '160226.963000', '160226.966000', '160226.969000', '160226.972000', '160226.975000', '160226.978000', '160226.981000', '160226.984000', '160226.987000', '160226.990000', '160226.993000', '160226.995000', '160226.998000', '160227.002000', '160227.005000', '160227.008000', '160227.011000', '160227.014000', '160227.017000', '160227.019000', '160227.022000', '160227.025000', '160227.028000', '160227.031000', '160227.034000', '160227.036000', '160227.039000', '160227.042000', '160227.045000', '160227.048000', '160227.051000', '160227.053000', '160227.056000', '160227.059000', '160227.062000', '160227.065000', '160227.068000', '160227.070000', '160227.073000', '160227.076000', '160227.080000', '160227.083000', '160227.086000', '160246.963000', '160246.966000', '160246.969000', '160246.972000', '160246.974000', '160246.977000', '160246.980000', '160246.983000', '160246.986000', '160246.989000', '160246.991000', '160246.994000', '160246.997000', '160247.001000', '160247.004000', '160247.007000', '160247.010000', '160247.012000', '160247.015000', '160247.018000', '160247.021000', '160247.024000', '160247.027000', '160247.029000', '160247.032000', '160247.035000', '160247.038000', '160247.041000', '160247.044000', '160247.047000', '160247.049000', '160247.052000', '160247.055000', '160247.058000', '160247.061000', '160247.064000', '160247.067000', '160247.069000', '160247.072000', '160247.075000', '160247.078000', '160247.081000', '160247.083000', '160247.086000', '160306.962000', '160306.965000', '160306.981000', '160306.983000', '160306.986000', '160306.989000', '160306.992000', '160306.995000', '160306.998000', '160307.002000', '160307.005000', '160307.007000', '160307.010000', '160307.013000', '160307.016000', '160307.019000', '160307.022000', '160307.025000', '160307.028000', '160307.030000', '160307.033000', '160307.036000', '160307.039000', '160307.042000', '160307.045000', '160307.048000', '160307.050000', '160307.053000', '160307.056000', '160307.059000', '160307.062000', '160307.065000', '160307.068000', '160307.070000', '160307.073000', '160307.076000', '160307.079000', '160307.082000', '160307.085000', '160307.088000', '160307.090000', '160307.093000', '160307.096000', '160326.962000', '160326.965000', '160326.968000', '160326.971000', '160326.974000', '160326.976000', '160326.979000', '160326.982000', '160326.985000', '160326.988000', '160326.992000', '160326.995000', '160326.998000', '160327.001000', '160327.004000', '160327.007000', '160327.010000', '160327.013000', '160327.016000', '160327.019000', '160327.022000', '160327.025000', '160327.028000', '160327.030000', '160327.033000', '160327.036000', '160327.039000', '160327.042000', '160327.045000', '160327.048000', '160327.051000', '160327.053000', '160327.056000', '160327.059000', '160327.062000', '160327.065000', '160327.068000', '160327.070000', '160327.073000', '160327.076000', '160327.079000', '160327.082000', '160327.085000', '160327.087000', '160346.962000', '160346.965000', '160346.968000', '160346.971000', '160346.974000', '160346.976000', '160346.979000', '160346.982000', '160346.985000', '160346.988000', '160346.991000', '160346.993000', '160346.996000', '160347.000000', '160347.003000', '160347.006000', '160347.009000', '160347.012000', '160347.014000', '160347.017000', '160347.020000', '160347.023000', '160347.026000', '160347.029000', '160347.032000', '160347.034000', '160347.037000', '160347.040000', '160347.043000', '160347.046000', '160347.049000', '160347.052000', '160347.055000', '160347.057000', '160347.060000', '160347.063000', '160347.066000', '160347.069000', '160347.071000', '160347.074000', '160347.077000', '160347.080000', '160347.083000', '160406.962000', '160406.965000', '160406.968000', '160406.971000', '160406.974000', '160406.977000', '160406.979000', '160406.983000', '160406.985000', '160406.988000', '160406.991000', '160406.994000', '160406.997000', '160407.001000', '160407.004000', '160407.007000', '160407.010000', '160407.013000', '160407.016000', '160407.019000', '160407.021000', '160407.024000', '160407.027000', '160407.030000', '160407.033000', '160407.036000', '160407.038000', '160407.041000', '160407.044000', '160407.047000', '160407.050000', '160407.053000', '160407.056000', '160407.066000', '160407.069000', '160407.072000', '160407.075000', '160407.078000', '160407.080000', '160407.083000', '160407.086000', '160407.089000', '160407.092000', '160426.963000', '160426.966000', '160426.969000', '160426.972000', '160426.975000', '160426.977000', '160426.980000', '160426.983000', '160426.986000', '160426.989000', '160426.991000', '160426.994000', '160426.997000', '160427.001000', '160427.004000', '160427.008000', '160427.011000', '160427.014000', '160427.017000', '160427.019000', '160427.022000', '160427.025000', '160427.028000', '160427.031000', '160427.034000', '160427.037000', '160427.039000', '160427.042000', '160427.045000', '160427.048000', '160427.051000', '160427.054000', '160427.056000', '160427.059000', '160427.062000', '160427.065000', '160427.068000', '160427.071000', '160427.073000', '160427.076000', '160427.079000', '160427.082000', '160427.098000', '160427.101000', '160446.963000', '160446.966000', '160446.969000', '160446.972000', '160446.975000', '160446.978000', '160446.981000', '160446.984000', '160446.987000', '160446.990000', '160446.993000', '160446.996000', '160447.000000', '160447.003000', '160447.006000', '160447.009000', '160447.012000', '160447.015000', '160447.017000', '160447.020000', '160447.023000', '160447.026000', '160447.029000', '160447.032000', '160447.035000', '160447.037000', '160447.040000', '160447.043000', '160447.046000', '160447.049000', '160447.052000', '160447.055000', '160447.058000', '160447.060000', '160447.063000', '160447.066000', '160447.069000', '160447.072000', '160447.075000', '160447.077000', '160447.080000', '160447.083000', '160447.086000', '160506.963000', '160506.966000', '160506.969000', '160506.972000', '160506.974000', '160506.977000', '160506.980000', '160506.983000', '160506.986000', '160506.988000', '160506.991000', '160506.994000', '160506.997000', '160507.001000', '160507.004000', '160507.007000', '160507.010000', '160507.012000', '160507.015000', '160507.018000', '160507.021000', '160507.024000', '160507.027000', '160507.030000', '160507.032000', '160507.035000', '160507.038000', '160507.041000', '160507.044000', '160507.047000', '160507.049000', '160507.052000', '160507.055000', '160507.058000', '160507.061000', '160507.064000', '160507.066000', '160507.069000', '160507.072000', '160507.075000', '160507.078000', '160507.081000', '160507.084000', '160507.087000', '160526.962000', '160526.965000', '160526.968000', '160526.971000', '160526.974000', '160526.977000', '160526.980000', '160526.982000', '160526.985000', '160526.988000', '160526.991000', '160526.994000', '160526.997000', '160527.001000', '160527.004000', '160527.007000', '160527.009000', '160527.012000', '160527.015000', '160527.018000', '160527.021000', '160527.025000', '160527.028000', '160527.031000', '160527.033000', '160527.036000', '160527.039000', '160527.043000', '160527.046000', '160527.049000', '160527.052000', '160527.055000', '160527.058000', '160527.060000', '160527.063000', '160527.066000', '160527.069000', '160527.072000', '160527.074000', '160527.078000', '160527.080000', '160527.083000', '160527.086000', '160546.962000', '160546.965000', '160546.968000', '160546.971000', '160546.974000', '160546.976000', '160546.979000', '160546.982000', '160546.985000', '160546.988000', '160546.991000', '160546.994000', '160546.996000', '160547.000000', '160547.003000', '160547.006000', '160547.009000', '160547.012000', '160547.015000', '160547.018000', '160547.020000', '160547.023000', '160547.026000', '160547.029000', '160547.032000', '160547.035000', '160547.038000', '160547.040000', '160547.043000', '160547.046000', '160547.049000', '160547.052000', '160547.055000', '160547.057000', '160547.060000', '160547.063000', '160547.066000', '160547.069000', '160547.072000', '160547.075000', '160547.077000', '160547.080000', '160547.083000', '160547.086000', '160606.962000', '160606.965000', '160606.968000', '160606.971000', '160606.974000', '160606.977000', '160606.979000', '160606.982000', '160606.985000', '160607.002000', '160607.005000', '160607.008000', '160607.011000', '160607.014000', '160607.017000', '160607.020000', '160607.023000', '160607.026000', '160607.029000', '160607.031000', '160607.034000', '160607.037000', '160607.040000', '160607.043000', '160607.046000', '160607.049000', '160607.052000', '160607.054000', '160607.057000', '160607.060000', '160607.063000', '160607.066000', '160607.069000', '160607.071000', '160607.074000', '160607.077000', '160607.080000', '160607.083000', '160607.086000', '160607.089000', '160607.092000', '160607.094000', '160607.097000', '160626.962000', '160626.965000', '160626.968000', '160626.971000', '160626.974000', '160626.977000', '160626.979000', '160626.982000', '160626.985000', '160626.988000', '160626.991000', '160626.994000', '160626.997000', '160627.001000', '160627.003000', '160627.006000', '160627.009000', '160627.012000', '160627.015000', '160627.018000', '160627.020000', '160627.023000', '160627.026000', '160627.029000', '160627.032000', '160627.035000', '160627.038000', '160627.041000', '160627.044000', '160627.047000', '160627.050000', '160627.059000', '160627.062000', '160627.065000', '160627.068000', '160627.071000', '160627.074000', '160627.077000', '160627.079000', '160627.082000', '160627.085000', '160627.088000', '160627.091000', '160627.094000', '160646.963000', '160646.966000', '160646.969000', '160646.972000', '160646.975000', '160646.978000', '160646.980000', '160646.984000', '160646.986000', '160646.989000', '160646.992000', '160646.997000', '160647.001000', '160647.004000', '160647.006000', '160647.009000', '160647.012000', '160647.015000', '160647.018000', '160647.021000', '160647.024000', '160647.027000', '160647.030000', '160647.033000', '160647.035000', '160647.038000', '160647.041000', '160647.044000', '160647.047000', '160647.050000', '160647.053000', '160647.056000', '160647.059000', '160647.062000', '160647.065000', '160647.068000', '160647.070000', '160647.073000', '160647.076000', '160647.079000', '160647.082000', '160647.085000', '160647.088000', '160706.963000', '160706.966000', '160706.969000', '160706.972000', '160706.975000', '160706.978000', '160706.980000', '160706.983000', '160706.986000', '160706.989000', '160706.992000', '160706.995000', '160706.998000', '160707.002000', '160707.005000', '160707.007000', '160707.010000', '160707.013000', '160707.016000', '160707.019000', '160707.022000', '160707.025000', '160707.028000', '160707.031000', '160707.034000', '160707.036000', '160707.039000', '160707.042000', '160707.045000', '160707.048000', '160707.051000', '160707.053000', '160707.056000', '160707.059000', '160707.062000', '160707.065000', '160707.068000', '160707.071000', '160707.074000', '160707.076000', '160707.079000', '160707.082000', '160707.085000', '160707.088000', '160726.963000', '160726.966000', '160726.969000', '160726.972000', '160726.975000', '160726.978000', '160726.981000', '160726.984000', '160726.986000', '160726.989000', '160726.993000', '160726.996000', '160726.999000', '160727.002000', '160727.005000', '160727.008000', '160727.011000', '160727.014000', '160727.017000', '160727.019000', '160727.041000', '160727.044000', '160727.047000', '160727.050000', '160727.053000', '160727.057000', '160727.060000', '160727.063000', '160727.066000', '160727.069000', '160727.072000', '160727.074000', '160727.077000', '160727.080000', '160727.083000', '160727.086000', '160727.089000', '160727.092000', '160727.095000', '160727.097000', '160727.100000', '160727.103000', '160727.106000', '160732.180000', '160732.183000', '160732.186000', '160732.189000', '160732.192000', '160732.195000', '160732.198000', '160732.201000', '160732.203000', '160732.206000', '160732.209000', '160732.212000'], 'InstanceCreationTime': ['160107.001000', '160107.004000', '160107.007000', '160107.010000', '160107.015000', '160107.018000', '160107.021000', '160107.024000', '160107.027000', '160107.030000', '160107.033000', '160107.035000', '160107.038000', '160107.042000', '160107.045000', '160107.048000', '160107.051000', '160107.054000', '160107.057000', '160107.060000', '160107.063000', '160107.065000', '160107.068000', '160107.071000', '160107.074000', '160107.077000', '160107.080000', '160107.083000', '160107.086000', '160107.088000', '160107.091000', '160107.094000', '160107.097000', '160107.100000', '160126.962000', '160126.965000', '160126.968000', '160126.971000', '160126.974000', '160126.977000', '160126.979000', '160126.996000', '160127.000000', '160127.003000', '160127.005000', '160127.009000', '160127.021000', '160127.024000', '160127.027000', '160127.030000', '160127.032000', '160127.035000', '160127.038000', '160127.041000', '160127.043000', '160127.047000', '160127.049000', '160127.052000', '160127.055000', '160127.058000', '160127.061000', '160127.063000', '160127.066000', '160127.069000', '160127.072000', '160127.075000', '160127.077000', '160127.080000', '160127.083000', '160127.086000', '160127.089000', '160127.092000', '160127.095000', '160127.097000', '160127.100000', '160127.103000', '160127.106000', '160127.109000', '160146.962000', '160146.965000', '160146.968000', '160146.971000', '160146.973000', '160146.976000', '160146.979000', '160146.982000', '160146.985000', '160146.987000', '160146.990000', '160146.993000', '160146.996000', '160147.000000', '160147.003000', '160147.006000', '160147.008000', '160147.011000', '160147.014000', '160147.017000', '160147.020000', '160147.023000', '160147.025000', '160147.028000', '160147.031000', '160147.034000', '160147.037000', '160147.040000', '160147.042000', '160147.045000', '160147.048000', '160147.051000', '160147.054000', '160147.056000', '160147.059000', '160147.062000', '160147.065000', '160147.068000', '160147.070000', '160147.073000', '160147.076000', '160147.079000', '160147.082000', '160206.963000', '160206.966000', '160206.969000', '160206.971000', '160206.982000', '160206.985000', '160206.988000', '160206.991000', '160206.994000', '160206.996000', '160206.999000', '160207.002000', '160207.005000', '160207.008000', '160207.011000', '160207.013000', '160207.016000', '160207.019000', '160207.022000', '160207.025000', '160207.028000', '160207.031000', '160207.034000', '160207.036000', '160207.039000', '160207.042000', '160207.045000', '160207.048000', '160207.051000', '160207.053000', '160207.056000', '160207.059000', '160207.062000', '160207.065000', '160207.068000', '160207.070000', '160207.073000', '160207.076000', '160207.085000', '160207.088000', '160207.091000', '160207.094000', '160207.097000', '160207.100000', '160226.963000', '160226.966000', '160226.969000', '160226.972000', '160226.975000', '160226.978000', '160226.981000', '160226.984000', '160226.987000', '160226.990000', '160226.993000', '160226.995000', '160226.998000', '160227.002000', '160227.005000', '160227.008000', '160227.011000', '160227.014000', '160227.017000', '160227.019000', '160227.022000', '160227.025000', '160227.028000', '160227.031000', '160227.034000', '160227.036000', '160227.039000', '160227.042000', '160227.045000', '160227.048000', '160227.051000', '160227.053000', '160227.056000', '160227.059000', '160227.062000', '160227.065000', '160227.068000', '160227.070000', '160227.073000', '160227.076000', '160227.080000', '160227.083000', '160227.086000', '160246.963000', '160246.966000', '160246.969000', '160246.972000', '160246.974000', '160246.977000', '160246.980000', '160246.983000', '160246.986000', '160246.989000', '160246.991000', '160246.994000', '160246.997000', '160247.001000', '160247.004000', '160247.007000', '160247.010000', '160247.012000', '160247.015000', '160247.018000', '160247.021000', '160247.024000', '160247.027000', '160247.029000', '160247.032000', '160247.035000', '160247.038000', '160247.041000', '160247.044000', '160247.047000', '160247.049000', '160247.052000', '160247.055000', '160247.058000', '160247.061000', '160247.064000', '160247.067000', '160247.069000', '160247.072000', '160247.075000', '160247.078000', '160247.081000', '160247.083000', '160247.086000', '160306.962000', '160306.965000', '160306.981000', '160306.983000', '160306.986000', '160306.989000', '160306.992000', '160306.995000', '160306.998000', '160307.002000', '160307.005000', '160307.007000', '160307.010000', '160307.013000', '160307.016000', '160307.019000', '160307.022000', '160307.025000', '160307.028000', '160307.030000', '160307.033000', '160307.036000', '160307.039000', '160307.042000', '160307.045000', '160307.048000', '160307.050000', '160307.053000', '160307.056000', '160307.059000', '160307.062000', '160307.065000', '160307.068000', '160307.070000', '160307.073000', '160307.076000', '160307.079000', '160307.082000', '160307.085000', '160307.088000', '160307.090000', '160307.093000', '160307.096000', '160326.962000', '160326.965000', '160326.968000', '160326.971000', '160326.974000', '160326.976000', '160326.979000', '160326.982000', '160326.985000', '160326.988000', '160326.992000', '160326.995000', '160326.998000', '160327.001000', '160327.004000', '160327.007000', '160327.010000', '160327.013000', '160327.016000', '160327.019000', '160327.022000', '160327.025000', '160327.028000', '160327.030000', '160327.033000', '160327.036000', '160327.039000', '160327.042000', '160327.045000', '160327.048000', '160327.051000', '160327.053000', '160327.056000', '160327.059000', '160327.062000', '160327.065000', '160327.068000', '160327.070000', '160327.073000', '160327.076000', '160327.079000', '160327.082000', '160327.085000', '160327.087000', '160346.962000', '160346.965000', '160346.968000', '160346.971000', '160346.974000', '160346.976000', '160346.979000', '160346.982000', '160346.985000', '160346.988000', '160346.991000', '160346.993000', '160346.996000', '160347.000000', '160347.003000', '160347.006000', '160347.009000', '160347.012000', '160347.014000', '160347.017000', '160347.020000', '160347.023000', '160347.026000', '160347.029000', '160347.032000', '160347.034000', '160347.037000', '160347.040000', '160347.043000', '160347.046000', '160347.049000', '160347.052000', '160347.055000', '160347.057000', '160347.060000', '160347.063000', '160347.066000', '160347.069000', '160347.071000', '160347.074000', '160347.077000', '160347.080000', '160347.083000', '160406.962000', '160406.965000', '160406.968000', '160406.971000', '160406.974000', '160406.977000', '160406.979000', '160406.983000', '160406.985000', '160406.988000', '160406.991000', '160406.994000', '160406.997000', '160407.001000', '160407.004000', '160407.007000', '160407.010000', '160407.013000', '160407.016000', '160407.019000', '160407.021000', '160407.024000', '160407.027000', '160407.030000', '160407.033000', '160407.036000', '160407.038000', '160407.041000', '160407.044000', '160407.047000', '160407.050000', '160407.053000', '160407.056000', '160407.066000', '160407.069000', '160407.072000', '160407.075000', '160407.078000', '160407.080000', '160407.083000', '160407.086000', '160407.089000', '160407.092000', '160426.963000', '160426.966000', '160426.969000', '160426.972000', '160426.975000', '160426.977000', '160426.980000', '160426.983000', '160426.986000', '160426.989000', '160426.991000', '160426.994000', '160426.997000', '160427.001000', '160427.004000', '160427.008000', '160427.011000', '160427.014000', '160427.017000', '160427.019000', '160427.022000', '160427.025000', '160427.028000', '160427.031000', '160427.034000', '160427.037000', '160427.039000', '160427.042000', '160427.045000', '160427.048000', '160427.051000', '160427.054000', '160427.056000', '160427.059000', '160427.062000', '160427.065000', '160427.068000', '160427.071000', '160427.073000', '160427.076000', '160427.079000', '160427.082000', '160427.098000', '160427.101000', '160446.963000', '160446.966000', '160446.969000', '160446.972000', '160446.975000', '160446.978000', '160446.981000', '160446.984000', '160446.987000', '160446.990000', '160446.993000', '160446.996000', '160447.000000', '160447.003000', '160447.006000', '160447.009000', '160447.012000', '160447.015000', '160447.017000', '160447.020000', '160447.023000', '160447.026000', '160447.029000', '160447.032000', '160447.035000', '160447.037000', '160447.040000', '160447.043000', '160447.046000', '160447.049000', '160447.052000', '160447.055000', '160447.058000', '160447.060000', '160447.063000', '160447.066000', '160447.069000', '160447.072000', '160447.075000', '160447.077000', '160447.080000', '160447.083000', '160447.086000', '160506.963000', '160506.966000', '160506.969000', '160506.972000', '160506.974000', '160506.977000', '160506.980000', '160506.983000', '160506.986000', '160506.988000', '160506.991000', '160506.994000', '160506.997000', '160507.001000', '160507.004000', '160507.007000', '160507.010000', '160507.012000', '160507.015000', '160507.018000', '160507.021000', '160507.024000', '160507.027000', '160507.030000', '160507.032000', '160507.035000', '160507.038000', '160507.041000', '160507.044000', '160507.047000', '160507.049000', '160507.052000', '160507.055000', '160507.058000', '160507.061000', '160507.064000', '160507.066000', '160507.069000', '160507.072000', '160507.075000', '160507.078000', '160507.081000', '160507.084000', '160507.087000', '160526.962000', '160526.965000', '160526.968000', '160526.971000', '160526.974000', '160526.977000', '160526.980000', '160526.982000', '160526.985000', '160526.988000', '160526.991000', '160526.994000', '160526.997000', '160527.001000', '160527.004000', '160527.007000', '160527.009000', '160527.012000', '160527.015000', '160527.018000', '160527.021000', '160527.025000', '160527.028000', '160527.031000', '160527.033000', '160527.036000', '160527.039000', '160527.043000', '160527.046000', '160527.049000', '160527.052000', '160527.055000', '160527.058000', '160527.060000', '160527.063000', '160527.066000', '160527.069000', '160527.072000', '160527.074000', '160527.078000', '160527.080000', '160527.083000', '160527.086000', '160546.962000', '160546.965000', '160546.968000', '160546.971000', '160546.974000', '160546.976000', '160546.979000', '160546.982000', '160546.985000', '160546.988000', '160546.991000', '160546.994000', '160546.996000', '160547.000000', '160547.003000', '160547.006000', '160547.009000', '160547.012000', '160547.015000', '160547.018000', '160547.020000', '160547.023000', '160547.026000', '160547.029000', '160547.032000', '160547.035000', '160547.038000', '160547.040000', '160547.043000', '160547.046000', '160547.049000', '160547.052000', '160547.055000', '160547.057000', '160547.060000', '160547.063000', '160547.066000', '160547.069000', '160547.072000', '160547.075000', '160547.077000', '160547.080000', '160547.083000', '160547.086000', '160606.962000', '160606.965000', '160606.968000', '160606.971000', '160606.974000', '160606.977000', '160606.979000', '160606.982000', '160606.985000', '160607.002000', '160607.005000', '160607.008000', '160607.011000', '160607.014000', '160607.017000', '160607.020000', '160607.023000', '160607.026000', '160607.029000', '160607.031000', '160607.034000', '160607.037000', '160607.040000', '160607.043000', '160607.046000', '160607.049000', '160607.052000', '160607.054000', '160607.057000', '160607.060000', '160607.063000', '160607.066000', '160607.069000', '160607.071000', '160607.074000', '160607.077000', '160607.080000', '160607.083000', '160607.086000', '160607.089000', '160607.092000', '160607.094000', '160607.097000', '160626.962000', '160626.965000', '160626.968000', '160626.971000', '160626.974000', '160626.977000', '160626.979000', '160626.982000', '160626.985000', '160626.988000', '160626.991000', '160626.994000', '160626.997000', '160627.001000', '160627.003000', '160627.006000', '160627.009000', '160627.012000', '160627.015000', '160627.018000', '160627.020000', '160627.023000', '160627.026000', '160627.029000', '160627.032000', '160627.035000', '160627.038000', '160627.041000', '160627.044000', '160627.047000', '160627.050000', '160627.059000', '160627.062000', '160627.065000', '160627.068000', '160627.071000', '160627.074000', '160627.077000', '160627.079000', '160627.082000', '160627.085000', '160627.088000', '160627.091000', '160627.094000', '160646.963000', '160646.966000', '160646.969000', '160646.972000', '160646.975000', '160646.978000', '160646.980000', '160646.984000', '160646.986000', '160646.989000', '160646.992000', '160646.997000', '160647.001000', '160647.004000', '160647.006000', '160647.009000', '160647.012000', '160647.015000', '160647.018000', '160647.021000', '160647.024000', '160647.027000', '160647.030000', '160647.033000', '160647.035000', '160647.038000', '160647.041000', '160647.044000', '160647.047000', '160647.050000', '160647.053000', '160647.056000', '160647.059000', '160647.062000', '160647.065000', '160647.068000', '160647.070000', '160647.073000', '160647.076000', '160647.079000', '160647.082000', '160647.085000', '160647.088000', '160706.963000', '160706.966000', '160706.969000', '160706.972000', '160706.975000', '160706.978000', '160706.980000', '160706.983000', '160706.986000', '160706.989000', '160706.992000', '160706.995000', '160706.998000', '160707.002000', '160707.005000', '160707.007000', '160707.010000', '160707.013000', '160707.016000', '160707.019000', '160707.022000', '160707.025000', '160707.028000', '160707.031000', '160707.034000', '160707.036000', '160707.039000', '160707.042000', '160707.045000', '160707.048000', '160707.051000', '160707.053000', '160707.056000', '160707.059000', '160707.062000', '160707.065000', '160707.068000', '160707.071000', '160707.074000', '160707.076000', '160707.079000', '160707.082000', '160707.085000', '160707.088000', '160726.963000', '160726.966000', '160726.969000', '160726.972000', '160726.975000', '160726.978000', '160726.981000', '160726.984000', '160726.986000', '160726.989000', '160726.993000', '160726.996000', '160726.999000', '160727.002000', '160727.005000', '160727.008000', '160727.011000', '160727.014000', '160727.017000', '160727.019000', '160727.041000', '160727.044000', '160727.047000', '160727.050000', '160727.053000', '160727.057000', '160727.060000', '160727.063000', '160727.066000', '160727.069000', '160727.072000', '160727.074000', '160727.077000', '160727.080000', '160727.083000', '160727.086000', '160727.089000', '160727.092000', '160727.095000', '160727.097000', '160727.100000', '160727.103000', '160727.106000', '160732.180000', '160732.183000', '160732.186000', '160732.189000', '160732.192000', '160732.195000', '160732.198000', '160732.201000', '160732.203000', '160732.206000', '160732.209000', '160732.212000'], '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': [11842, 8591, 11786, 8290, 11901, 8389, 11490, 8603, 11707, 8443, 9669, 8838, 11747, 8837, 11336, 9064, 8198, 8580, 8355, 8492, 8162, 8251, 8059, 8181, 9303, 8250, 7909, 8512, 8684, 8334, 8785, 9132, 8427, 9800, 8177, 11590, 8406, 11368, 8517, 11083, 8454, 11370, 8409, 11002, 8447, 8719, 7886, 8151, 12486, 8432, 10851, 8278, 10108, 8086, 9599, 8126, 9321, 8022, 8893, 7945, 8236, 8295, 8029, 11113, 8053, 7760, 7500, 7776, 10313, 7913, 10731, 7852, 7923, 7801, 7955, 11089, 7879, 10701, 7857, 10414, 8121, 9227, 8135, 8723, 8451, 7795, 9795, 8141, 11222, 8188, 9451, 8012, 8045, 11743, 8129, 11948, 8146, 10877, 8023, 10550, 8569, 7750, 7999, 7849, 7838, 8030, 7873, 7892, 7894, 9090, 8008, 8081, 7564, 7846, 11925, 8163, 11493, 8719, 11537, 7988, 11090, 8271, 10926, 8331, 10848, 8697, 11203, 8419, 11250, 7996, 9987, 8090, 9447, 8081, 8586, 11745, 8421, 12066, 8259, 11508, 8688, 9117, 8112, 8155, 7658, 10438, 7843, 9623, 7876, 10312, 7852, 10520, 7644, 10725, 7924, 9398, 7641, 10142, 7769, 10600, 7690, 10588, 7937, 7980, 7931, 9168, 8013, 11077, 7877, 8666, 7966, 8710, 7925, 10501, 7693, 8350, 8078, 9119, 8092, 9962, 7885, 10746, 7965, 9963, 7975, 8463, 8027, 8212, 8303, 7999, 8300, 8417, 8782, 9268, 8952, 10742, 8444, 11620, 8349, 11211, 7811, 12027, 7857, 10737, 8722, 8690, 14015, 7911, 12403, 7653, 11887, 8547, 9991, 7852, 8630, 7730, 10517, 8158, 9040, 7738, 11475, 7858, 9019, 7516, 9126, 7687, 7924, 10559, 8029, 11991, 7762, 10150, 7726, 8892, 7672, 8345, 10836, 7639, 11688, 7708, 10005, 7774, 10830, 7745, 9651, 7912, 9087, 7770, 9028, 7772, 7837, 8362, 7427, 11995, 7490, 11278, 7577, 10663, 7697, 10796, 8241, 9400, 8436, 8468, 8122, 8736, 10130, 8493, 11312, 8453, 8638, 7730, 12460, 7896, 11898, 8180, 10372, 8083, 8138, 10175, 7927, 11934, 7977, 10721, 7461, 7811, 8813, 7580, 10756, 7525, 8367, 7385, 10877, 8110, 11742, 7308, 10545, 7306, 10649, 7342, 10019, 7422, 7796, 7305, 11364, 7369, 11025, 8130, 11225, 7494, 10954, 7637, 8908, 7583, 9814, 7930, 9042, 8046, 7617, 7789, 7494, 11283, 7403, 11228, 7607, 10488, 7729, 8378, 7672, 8475, 8134, 8496, 8059, 11579, 8300, 11973, 8432, 10968, 8183, 9878, 8580, 9166, 7989, 10022, 8028, 10852, 7812, 10638, 7925, 8381, 9199, 8273, 11288, 7793, 8408, 7985, 7462, 12870, 9039, 11099, 7673, 8457, 8279, 8936, 8003, 7405, 7970, 7691, 8246, 7850, 8685, 7631, 8060, 7740, 8744, 7875, 11500, 7871, 10437, 7973, 9450, 8260, 9822, 8108, 8664, 8029, 8935, 8315, 9169, 8535, 9845, 8099, 7421, 8267, 7570, 9551, 7939, 10623, 9136, 8351, 8484, 8510, 8971, 8593, 10576, 8675, 10860, 8574, 11616, 8139, 11484, 8086, 8419, 8603, 8391, 12057, 8270, 8289, 7705, 9723, 9224, 11634, 8576, 12361, 7211, 11512, 6965, 11020, 7048, 10747, 7459, 9678, 7772, 10123, 7759, 10705, 7730, 8136, 7507, 9149, 7732, 10603, 8026, 10178, 7975, 9752, 7927, 9662, 8334, 10938, 8031, 8384, 7940, 8081, 8263, 7517, 9382, 8103, 11965, 7548, 11001, 7657, 9688, 8250, 9851, 8371, 10421, 8288, 10447, 8359, 9851, 8214, 11224, 8124, 11990, 8208, 10371, 8248, 8331, 8052, 9632, 7902, 10704, 7730, 12321, 7744, 12209, 7822, 9717, 7615, 11190, 8895, 8178, 7400, 8267, 8222, 7978, 8356, 7669, 8931, 7523, 10331, 7558, 9557, 7854, 8077, 8248, 9087, 8063, 7076, 7833, 7533, 7909, 8194, 8115, 8657, 9255, 9200, 8092, 7310, 7867, 7993, 8160, 9457, 8198, 10403, 7940, 8455, 7746, 8799, 7824, 9336, 7966, 11555, 7910, 11241, 8015, 10778, 8568, 13001, 9087, 11230, 8745, 8670, 10119, 8624, 10052, 8704, 8632, 8335, 7547, 11747, 7723, 10375, 7722, 10066, 7933, 9977, 7838, 9792, 7829, 9886, 7921, 8344, 8520, 8161, 11160, 7674, 9897, 7360, 10761, 7956, 9592, 7912, 7890, 8081, 7578, 10915, 7272, 11678, 7543, 9676, 8282, 10647, 7908, 8676, 8085, 9069, 8161, 9509, 8206, 7626, 8039, 7478, 7983, 7826, 7989, 7345, 7769, 7630, 8116, 8442, 8284, 10425, 8118, 8244, 8013, 9403, 8211, 10558, 8407, 11510, 8455, 11081, 8371, 10932, 8363, 9979, 8256, 9044, 8258, 8430, 7968, 7709, 12590, 7635, 11268, 9339, 12252, 9680, 8163, 8223, 8034, 7861, 7656, 10682, 8908, 11732, 7812, 10059, 7880, 9201, 8142, 10019, 8048, 8814, 8099, 8259, 8157, 8297, 7826, 7454, 7749, 7715, 7981, 7485, 7725, 7634, 7918, 7764, 8179, 8977, 7973, 8033, 8245, 10133, 8469, 11232, 8174, 9235, 7975, 9593, 8140, 10176, 8396, 10645, 8471, 10912, 8452, 11099, 8263, 11490, 8285, 12470, 9441, 7997, 8544, 7974, 10692, 7845, 11959, 8882, 13637, 7782, 12260, 7514, 10828, 7375, 10069, 7133, 10267, 7219, 10536, 7302, 10359, 7697, 8391, 6787, 7804, 8690, 7094, 7511, 9812, 7311, 10516, 7700, 9333, 7972, 9697, 8004, 10609, 7816, 7928, 7646, 7532, 7573, 8181, 8026, 10965, 7608, 9506, 7443, 9982, 7585, 11177, 8939, 9625, 9204, 8166, 11216, 8316, 12187, 7976, 12603, 8688, 13033, 7932, 11105, 7999, 8769, 8055, 9003, 8205, 8314, 9247, 7762, 12798, 8764, 11259, 7809, 11197, 8273, 8150, 7243, 8120, 8389, 7699, 11879, 7974, 10852, 8014, 10866, 7885, 9128, 8014, 9205, 8217, 9085, 8151, 9264, 10141, 7470, 11567, 7711, 10215, 8198, 9898, 8067, 9801, 8064, 9417, 8448, 7339, 8167, 7481, 8249, 7812, 8119, 8121, 11798, 7931, 11731, 7863, 11144, 8405, 10255, 7723, 10831, 7838, 11332, 8370, 11545, 9116, 11183, 7934, 9474, 8000, 10329, 8021, 11519, 7906, 9017, 7956, 8012, 8663, 8220, 11168, 8168, 12411, 10080, 8383, 8050, 8618, 7934, 10476, 7942, 10566, 8098, 11749, 8047, 12859, 8456, 9115, 8051, 9328, 7906, 11968, 9396, 11662, 9615, 8314, 7472, 8203, 9183, 7586, 9660, 8888, 10658, 9707, 11738, 9019, 11485, 7834, 11177, 7671, 10603, 7424, 10302, 7607, 10291, 7835, 11356], 'WindowCenter': [4125.0, 4093.0, 4109.0, 4081.0, 4096.0, 4066.0, 4084.0, 4065.0, 4083.0, 4055.0, 4089.0, 4093.0, 4095.0, 4064.0, 4070.0, 4065.0, 4051.0, 4063.0, 4050.0, 4064.0, 4052.0, 4053.0, 4050.0, 4053.0, 4061.0, 4052.0, 4041.0, 4052.0, 4052.0, 4052.0, 4051.0, 4063.0, 4050.0, 4072.0, 4051.0, 4083.0, 4052.0, 4083.0, 4062.0, 4071.0, 4049.0, 4069.0, 4039.0, 4069.0, 4038.0, 4049.0, 4037.0, 4038.0, 4067.0, 4038.0, 4058.0, 4039.0, 4059.0, 4037.0, 4047.0, 4026.0, 4045.0, 4037.0, 4046.0, 4037.0, 4049.0, 4049.0, 4053.0, 4084.0, 4041.0, 4040.0, 4026.0, 4028.0, 4057.0, 4050.0, 4071.0, 4040.0, 4040.0, 4037.0, 4041.0, 4070.0, 4051.0, 4082.0, 4054.0, 4082.0, 4053.0, 4062.0, 4054.0, 4063.0, 4064.0, 4056.0, 4073.0, 4066.0, 4098.0, 4066.0, 4077.0, 4053.0, 4066.0, 4082.0, 4052.0, 4082.0, 4041.0, 4071.0, 4038.0, 4072.0, 4049.0, 4040.0, 4037.0, 4041.0, 4039.0, 4039.0, 4039.0, 4049.0, 4049.0, 4064.0, 4051.0, 4052.0, 4041.0, 4042.0, 4081.0, 4051.0, 4080.0, 4052.0, 4081.0, 4051.0, 4070.0, 4051.0, 4068.0, 4051.0, 4072.0, 4064.0, 4083.0, 4065.0, 4081.0, 4052.0, 4075.0, 4054.0, 4074.0, 4039.0, 4051.0, 4067.0, 4038.0, 4066.0, 4036.0, 4056.0, 4035.0, 4023.0, 4025.0, 4013.0, 4015.0, 4055.0, 4027.0, 4045.0, 4036.0, 4056.0, 4039.0, 4068.0, 4039.0, 4066.0, 4039.0, 4047.0, 4028.0, 4058.0, 4040.0, 4071.0, 4042.0, 4070.0, 4041.0, 4039.0, 4040.0, 4060.0, 4051.0, 4083.0, 4052.0, 4051.0, 4040.0, 4051.0, 4052.0, 4071.0, 4042.0, 4051.0, 4052.0, 4062.0, 4051.0, 4073.0, 4051.0, 4084.0, 4041.0, 4064.0, 4039.0, 4052.0, 4038.0, 4051.0, 4039.0, 4041.0, 4053.0, 4052.0, 4050.0, 4061.0, 4061.0, 4071.0, 4052.0, 4080.0, 4053.0, 4083.0, 4042.0, 4080.0, 4039.0, 4072.0, 4037.0, 4038.0, 4076.0, 4027.0, 4054.0, 4014.0, 4053.0, 4024.0, 4032.0, 4012.0, 4023.0, 4025.0, 4056.0, 4036.0, 4047.0, 4039.0, 4068.0, 4040.0, 4049.0, 4029.0, 4059.0, 4028.0, 4040.0, 4070.0, 4039.0, 4078.0, 4040.0, 4059.0, 4027.0, 4049.0, 4024.0, 4038.0, 4055.0, 4028.0, 4067.0, 4028.0, 4058.0, 4037.0, 4069.0, 4040.0, 4047.0, 4038.0, 4048.0, 4038.0, 4049.0, 4027.0, 4038.0, 4037.0, 4028.0, 4068.0, 4028.0, 4068.0, 4040.0, 4070.0, 4041.0, 4069.0, 4052.0, 4059.0, 4051.0, 4052.0, 4054.0, 4065.0, 4086.0, 4077.0, 4096.0, 4077.0, 4077.0, 4069.0, 4108.0, 4064.0, 4095.0, 4052.0, 4073.0, 4041.0, 4041.0, 4058.0, 4040.0, 4066.0, 4037.0, 4057.0, 4028.0, 4027.0, 4051.0, 4039.0, 4068.0, 4040.0, 4036.0, 4030.0, 4070.0, 4040.0, 4068.0, 4029.0, 4058.0, 4031.0, 4069.0, 4030.0, 4057.0, 4029.0, 4038.0, 4040.0, 4080.0, 4041.0, 4081.0, 4053.0, 4071.0, 4030.0, 4070.0, 4041.0, 4048.0, 4039.0, 4062.0, 4039.0, 4050.0, 4038.0, 4041.0, 4028.0, 4029.0, 4069.0, 4030.0, 4070.0, 4041.0, 4068.0, 4041.0, 4049.0, 4041.0, 4052.0, 4052.0, 4063.0, 4055.0, 4083.0, 4053.0, 4082.0, 4053.0, 4072.0, 4053.0, 4071.0, 4063.0, 4062.0, 4054.0, 4073.0, 4054.0, 4084.0, 4046.0, 4072.0, 4054.0, 4050.0, 4063.0, 4051.0, 4083.0, 4040.0, 4051.0, 4037.0, 4028.0, 4079.0, 4049.0, 4068.0, 4028.0, 4037.0, 4037.0, 4049.0, 4036.0, 4027.0, 4036.0, 4040.0, 4050.0, 4052.0, 4061.0, 4053.0, 4051.0, 4054.0, 4062.0, 4063.0, 4096.0, 4055.0, 4071.0, 4052.0, 4063.0, 4053.0, 4072.0, 4053.0, 4051.0, 4041.0, 4062.0, 4050.0, 4063.0, 4052.0, 4073.0, 4040.0, 4030.0, 4038.0, 4040.0, 4058.0, 4041.0, 4070.0, 4062.0, 4050.0, 4061.0, 4062.0, 4062.0, 4061.0, 4084.0, 4065.0, 4085.0, 4064.0, 4083.0, 4053.0, 4095.0, 4067.0, 4066.0, 4064.0, 4052.0, 4082.0, 4052.0, 4065.0, 4041.0, 4061.0, 4051.0, 4066.0, 4036.0, 4066.0, 4016.0, 4054.0, 4015.0, 4043.0, 4003.0, 4043.0, 4001.0, 4032.0, 4014.0, 4044.0, 4025.0, 4054.0, 4027.0, 4036.0, 4027.0, 4058.0, 4040.0, 4069.0, 4051.0, 4070.0, 4051.0, 4061.0, 4051.0, 4072.0, 4063.0, 4084.0, 4049.0, 4051.0, 4039.0, 4041.0, 4038.0, 4029.0, 4059.0, 4041.0, 4080.0, 4040.0, 4068.0, 4029.0, 4058.0, 4051.0, 4059.0, 4052.0, 4071.0, 4063.0, 4083.0, 4062.0, 4084.0, 4064.0, 4082.0, 4054.0, 4094.0, 4054.0, 4073.0, 4052.0, 4052.0, 4051.0, 4072.0, 4055.0, 4083.0, 4052.0, 4093.0, 4042.0, 4081.0, 4027.0, 4048.0, 4028.0, 4068.0, 4049.0, 4050.0, 4039.0, 4037.0, 4050.0, 4037.0, 4050.0, 4040.0, 4050.0, 4041.0, 4072.0, 4040.0, 4060.0, 4038.0, 4037.0, 4048.0, 4060.0, 4038.0, 4029.0, 4038.0, 4041.0, 4050.0, 4050.0, 4050.0, 4062.0, 4073.0, 4076.0, 4051.0, 4042.0, 4050.0, 4051.0, 4051.0, 4073.0, 4051.0, 4084.0, 4052.0, 4053.0, 4042.0, 4052.0, 4042.0, 4062.0, 4050.0, 4081.0, 4040.0, 4071.0, 4039.0, 4070.0, 4052.0, 4091.0, 4050.0, 4070.0, 4052.0, 4049.0, 4060.0, 4048.0, 4061.0, 4048.0, 4050.0, 4039.0, 4038.0, 4067.0, 4038.0, 4058.0, 4038.0, 4058.0, 4038.0, 4059.0, 4029.0, 4057.0, 4029.0, 4057.0, 4037.0, 4036.0, 4039.0, 4049.0, 4069.0, 4041.0, 4058.0, 4041.0, 4070.0, 4038.0, 4048.0, 4025.0, 4038.0, 4025.0, 4028.0, 4057.0, 4028.0, 4055.0, 4027.0, 4045.0, 4036.0, 4055.0, 4038.0, 4037.0, 4037.0, 4049.0, 4036.0, 4060.0, 4049.0, 4040.0, 4038.0, 4038.0, 4040.0, 4040.0, 4041.0, 4040.0, 4039.0, 4041.0, 4050.0, 4063.0, 4064.0, 4086.0, 4054.0, 4053.0, 4052.0, 4074.0, 4052.0, 4074.0, 4052.0, 4085.0, 4053.0, 4084.0, 4052.0, 4081.0, 4052.0, 4071.0, 4051.0, 4061.0, 4051.0, 4053.0, 4038.0, 4040.0, 4080.0, 4039.0, 4069.0, 4059.0, 4081.0, 4058.0, 4035.0, 4035.0, 4037.0, 4037.0, 4039.0, 4069.0, 4061.0, 4070.0, 4039.0, 4059.0, 4037.0, 4048.0, 4036.0, 4059.0, 4035.0, 4047.0, 4026.0, 4038.0, 4025.0, 4036.0, 4025.0, 4026.0, 4025.0, 4036.0, 4036.0, 4028.0, 4038.0, 4039.0, 4038.0, 4052.0, 4062.0, 4063.0, 4052.0, 4053.0, 4064.0, 4084.0, 4065.0, 4096.0, 4064.0, 4062.0, 4053.0, 4073.0, 4052.0, 4074.0, 4053.0, 4085.0, 4054.0, 4085.0, 4064.0, 4085.0, 4064.0, 4095.0, 4062.0, 4094.0, 4072.0, 4054.0, 4065.0, 4055.0, 4084.0, 4054.0, 4082.0, 4062.0, 4093.0, 4039.0, 4069.0, 4031.0, 4057.0, 4015.0, 4042.0, 4005.0, 4032.0, 4002.0, 4030.0, 4001.0, 4028.0, 3999.0, 4007.0, 3989.0, 4011.0, 4021.0, 4014.0, 4025.0, 4045.0, 4026.0, 4055.0, 4014.0, 4033.0, 4023.0, 4046.0, 4038.0, 4056.0, 4039.0, 4035.0, 4040.0, 4038.0, 4040.0, 4050.0, 4051.0, 4081.0, 4041.0, 4060.0, 4042.0, 4071.0, 4043.0, 4081.0, 4062.0, 4072.0, 4063.0, 4052.0, 4084.0, 4052.0, 4081.0, 4051.0, 4092.0, 4060.0, 4092.0, 4051.0, 4069.0, 4039.0, 4049.0, 4038.0, 4051.0, 4039.0, 4051.0, 4048.0, 4041.0, 4078.0, 4039.0, 4056.0, 4015.0, 4054.0, 4026.0, 4024.0, 4012.0, 4038.0, 4063.0, 4052.0, 4080.0, 4040.0, 4068.0, 4041.0, 4067.0, 4039.0, 4047.0, 4036.0, 4048.0, 4038.0, 4050.0, 4037.0, 4059.0, 4057.0, 4027.0, 4056.0, 4028.0, 4055.0, 4036.0, 4058.0, 4039.0, 4058.0, 4038.0, 4060.0, 4051.0, 4038.0, 4048.0, 4040.0, 4049.0, 4053.0, 4053.0, 4053.0, 4093.0, 4053.0, 4082.0, 4053.0, 4082.0, 4062.0, 4071.0, 4041.0, 4069.0, 4042.0, 4068.0, 4051.0, 4082.0, 4061.0, 4070.0, 4039.0, 4047.0, 4039.0, 4057.0, 4050.0, 4079.0, 4051.0, 4059.0, 4051.0, 4051.0, 4065.0, 4065.0, 4095.0, 4064.0, 4093.0, 4085.0, 4063.0, 4066.0, 4063.0, 4053.0, 4070.0, 4051.0, 4072.0, 4052.0, 4084.0, 4052.0, 4093.0, 4052.0, 4051.0, 4038.0, 4047.0, 4036.0, 4066.0, 4048.0, 4067.0, 4048.0, 4038.0, 4027.0, 4037.0, 4044.0, 4027.0, 4044.0, 4035.0, 4045.0, 4045.0, 4053.0, 4024.0, 4041.0, 4000.0, 4039.0, 3999.0, 4026.0, 3999.0, 4026.0, 3998.0, 4028.0, 4012.0, 4040.0], 'WindowWidth': [9158.0, 9111.0, 9125.0, 9088.0, 9100.0, 9059.0, 9078.0, 9054.0, 9077.0, 9043.0, 9097.0, 9110.0, 9094.0, 9051.0, 9052.0, 9054.0, 9027.0, 9048.0, 9026.0, 9052.0, 9034.0, 9036.0, 9028.0, 9035.0, 9043.0, 9034.0, 9016.0, 9034.0, 9030.0, 9033.0, 9029.0, 9047.0, 9028.0, 9060.0, 9029.0, 9075.0, 9033.0, 9076.0, 9046.0, 9058.0, 9025.0, 9050.0, 9011.0, 9050.0, 9005.0, 9022.0, 9003.0, 9006.0, 9042.0, 9007.0, 9032.0, 9008.0, 9033.0, 9003.0, 9015.0, 8987.0, 9010.0, 9004.0, 9014.0, 9005.0, 9024.0, 9025.0, 9036.0, 9079.0, 9016.0, 9014.0, 8989.0, 8993.0, 9031.0, 9028.0, 9054.0, 9012.0, 9013.0, 9005.0, 9014.0, 9053.0, 9032.0, 9074.0, 9040.0, 9072.0, 9036.0, 9046.0, 9040.0, 9050.0, 9052.0, 9046.0, 9064.0, 9059.0, 9103.0, 9061.0, 9075.0, 9038.0, 9057.0, 9072.0, 9033.0, 9069.0, 9013.0, 9054.0, 9008.0, 9058.0, 9022.0, 9010.0, 9002.0, 9013.0, 9011.0, 9011.0, 9009.0, 9025.0, 9025.0, 9051.0, 9030.0, 9034.0, 9014.0, 9018.0, 9068.0, 9030.0, 9066.0, 9032.0, 9069.0, 9031.0, 9052.0, 9030.0, 9050.0, 9031.0, 9058.0, 9052.0, 9076.0, 9055.0, 9071.0, 9034.0, 9069.0, 9041.0, 9064.0, 9009.0, 9027.0, 9041.0, 9004.0, 9038.0, 8999.0, 9025.0, 8996.0, 8974.0, 8981.0, 8962.0, 8970.0, 9021.0, 8989.0, 9010.0, 9003.0, 9027.0, 9009.0, 9046.0, 9012.0, 9042.0, 9009.0, 9017.0, 8993.0, 9033.0, 9013.0, 9055.0, 9020.0, 9053.0, 9016.0, 9009.0, 9013.0, 9040.0, 9031.0, 9075.0, 9032.0, 9029.0, 9014.0, 9029.0, 9034.0, 9058.0, 9021.0, 9028.0, 9032.0, 9043.0, 9030.0, 9060.0, 9031.0, 9076.0, 9016.0, 9049.0, 9010.0, 9029.0, 9007.0, 9027.0, 9011.0, 9017.0, 9034.0, 9034.0, 9027.0, 9041.0, 9041.0, 9054.0, 9033.0, 9067.0, 9036.0, 9078.0, 9019.0, 9066.0, 9009.0, 9056.0, 9002.0, 9005.0, 9053.0, 8989.0, 9018.0, 8964.0, 9017.0, 8979.0, 8983.0, 8961.0, 8976.0, 8985.0, 9025.0, 9003.0, 9018.0, 9011.0, 9047.0, 9012.0, 9021.0, 8995.0, 9035.0, 8994.0, 9014.0, 9051.0, 9011.0, 9062.0, 9011.0, 9033.0, 8989.0, 9020.0, 8982.0, 9007.0, 9025.0, 8993.0, 9042.0, 8993.0, 9030.0, 9006.0, 9047.0, 9012.0, 9017.0, 9007.0, 9019.0, 9007.0, 9024.0, 8990.0, 9007.0, 9004.0, 8993.0, 9046.0, 8993.0, 9045.0, 9012.0, 9054.0, 9016.0, 9051.0, 9032.0, 9038.0, 9029.0, 9032.0, 9040.0, 9058.0, 9085.0, 9077.0, 9099.0, 9079.0, 9079.0, 9071.0, 9119.0, 9056.0, 9096.0, 9032.0, 9062.0, 9016.0, 9016.0, 9031.0, 9009.0, 9039.0, 9004.0, 9028.0, 8992.0, 8992.0, 9030.0, 9011.0, 9046.0, 9012.0, 9002.0, 8999.0, 9053.0, 9013.0, 9047.0, 8997.0, 9033.0, 9000.0, 9051.0, 9000.0, 9031.0, 8999.0, 9008.0, 9014.0, 9068.0, 9019.0, 9072.0, 9036.0, 9055.0, 9001.0, 9051.0, 9015.0, 9021.0, 9012.0, 9042.0, 9010.0, 9027.0, 9007.0, 9015.0, 8993.0, 8998.0, 9049.0, 8999.0, 9053.0, 9014.0, 9047.0, 9016.0, 9025.0, 9018.0, 9031.0, 9034.0, 9050.0, 9042.0, 9074.0, 9034.0, 9072.0, 9033.0, 9058.0, 9035.0, 9056.0, 9049.0, 9044.0, 9038.0, 9060.0, 9041.0, 9076.0, 9029.0, 9057.0, 9038.0, 9028.0, 9047.0, 9029.0, 9074.0, 9011.0, 9027.0, 9003.0, 8992.0, 9062.0, 9022.0, 9043.0, 8992.0, 9004.0, 9005.0, 9023.0, 9002.0, 8990.0, 9001.0, 9014.0, 9025.0, 9035.0, 9047.0, 9037.0, 9030.0, 9039.0, 9048.0, 9052.0, 9097.0, 9042.0, 9056.0, 9033.0, 9047.0, 9035.0, 9060.0, 9035.0, 9030.0, 9016.0, 9045.0, 9027.0, 9048.0, 9032.0, 9061.0, 9012.0, 9000.0, 9006.0, 9011.0, 9032.0, 9015.0, 9052.0, 9046.0, 9028.0, 9046.0, 9046.0, 9047.0, 9044.0, 9078.0, 9053.0, 9081.0, 9054.0, 9078.0, 9040.0, 9095.0, 9062.0, 9059.0, 9052.0, 9035.0, 9072.0, 9035.0, 9057.0, 9017.0, 9042.0, 9028.0, 9040.0, 8998.0, 9037.0, 8972.0, 9019.0, 8969.0, 9003.0, 8951.0, 8999.0, 8945.0, 8985.0, 8966.0, 9005.0, 8984.0, 9022.0, 8989.0, 9000.0, 8992.0, 9032.0, 9015.0, 9051.0, 9030.0, 9053.0, 9031.0, 9043.0, 9031.0, 9060.0, 9051.0, 9078.0, 9025.0, 9028.0, 9010.0, 9013.0, 9007.0, 8997.0, 9037.0, 9015.0, 9064.0, 9011.0, 9047.0, 8997.0, 9032.0, 9028.0, 9036.0, 9032.0, 9056.0, 9051.0, 9076.0, 9050.0, 9079.0, 9055.0, 9076.0, 9040.0, 9093.0, 9039.0, 9061.0, 9034.0, 9031.0, 9032.0, 9061.0, 9041.0, 9076.0, 9035.0, 9088.0, 9020.0, 9067.0, 8992.0, 9018.0, 8993.0, 9045.0, 9026.0, 9028.0, 9012.0, 9005.0, 9024.0, 9006.0, 9026.0, 9015.0, 9025.0, 9018.0, 9058.0, 9014.0, 9038.0, 9007.0, 9004.0, 9022.0, 9041.0, 9008.0, 8999.0, 9008.0, 9016.0, 9027.0, 9027.0, 9026.0, 9048.0, 9065.0, 9069.0, 9034.0, 9021.0, 9027.0, 9030.0, 9031.0, 9063.0, 9030.0, 9080.0, 9033.0, 9036.0, 9020.0, 9031.0, 9017.0, 9044.0, 9028.0, 9070.0, 9014.0, 9052.0, 9009.0, 9051.0, 9033.0, 9083.0, 9028.0, 9052.0, 9031.0, 9025.0, 9038.0, 9019.0, 9041.0, 9021.0, 9028.0, 9008.0, 9008.0, 9043.0, 9006.0, 9032.0, 9007.0, 9032.0, 9007.0, 9034.0, 8996.0, 9030.0, 8994.0, 9027.0, 9005.0, 9000.0, 9007.0, 9025.0, 9050.0, 9016.0, 9036.0, 9017.0, 9052.0, 9006.0, 9018.0, 8984.0, 9005.0, 8983.0, 8993.0, 9028.0, 8991.0, 9023.0, 8988.0, 9009.0, 9002.0, 9025.0, 9006.0, 9003.0, 9005.0, 9022.0, 9004.0, 9040.0, 9024.0, 9012.0, 9006.0, 9008.0, 9011.0, 9013.0, 9016.0, 9014.0, 9012.0, 9016.0, 9029.0, 9050.0, 9053.0, 9086.0, 9039.0, 9036.0, 9033.0, 9066.0, 9033.0, 9065.0, 9032.0, 9081.0, 9036.0, 9077.0, 9034.0, 9069.0, 9032.0, 9054.0, 9029.0, 9043.0, 9028.0, 9035.0, 9008.0, 9014.0, 9065.0, 9009.0, 9048.0, 9038.0, 9066.0, 9032.0, 8997.0, 8997.0, 9004.0, 9002.0, 9012.0, 9049.0, 9044.0, 9053.0, 9010.0, 9033.0, 9003.0, 9018.0, 9002.0, 9033.0, 8998.0, 9015.0, 8985.0, 9004.0, 8986.0, 9000.0, 8984.0, 8987.0, 8985.0, 9002.0, 9002.0, 8995.0, 9007.0, 9012.0, 9009.0, 9034.0, 9047.0, 9050.0, 9034.0, 9037.0, 9051.0, 9080.0, 9056.0, 9098.0, 9054.0, 9047.0, 9036.0, 9061.0, 9032.0, 9064.0, 9035.0, 9081.0, 9038.0, 9082.0, 9053.0, 9081.0, 9055.0, 9095.0, 9049.0, 9092.0, 9062.0, 9041.0, 9056.0, 9040.0, 9078.0, 9041.0, 9073.0, 9048.0, 9091.0, 9011.0, 9048.0, 9002.0, 9027.0, 8969.0, 9001.0, 8954.0, 8985.0, 8947.0, 8979.0, 8941.0, 8970.0, 8934.0, 8942.0, 8925.0, 8956.0, 8973.0, 8967.0, 8983.0, 9010.0, 8986.0, 9021.0, 8967.0, 8988.0, 8975.0, 9013.0, 9007.0, 9027.0, 9009.0, 8997.0, 9013.0, 9007.0, 9014.0, 9026.0, 9032.0, 9069.0, 9018.0, 9039.0, 9018.0, 9055.0, 9021.0, 9067.0, 9047.0, 9058.0, 9050.0, 9034.0, 9076.0, 9033.0, 9070.0, 9032.0, 9086.0, 9043.0, 9086.0, 9030.0, 9048.0, 9009.0, 9021.0, 9007.0, 9028.0, 9007.0, 9027.0, 9018.0, 9014.0, 9058.0, 9005.0, 9024.0, 8969.0, 9019.0, 8984.0, 8979.0, 8963.0, 9006.0, 9050.0, 9034.0, 9067.0, 9015.0, 9048.0, 9017.0, 9045.0, 9008.0, 9015.0, 9001.0, 9017.0, 9005.0, 9024.0, 9003.0, 9037.0, 9030.0, 8990.0, 9026.0, 8990.0, 9023.0, 9000.0, 9029.0, 9011.0, 9034.0, 9007.0, 9040.0, 9028.0, 9009.0, 9021.0, 9015.0, 9024.0, 9036.0, 9035.0, 9037.0, 9089.0, 9037.0, 9073.0, 9035.0, 9073.0, 9049.0, 9055.0, 9016.0, 9050.0, 9017.0, 9049.0, 9029.0, 9072.0, 9043.0, 9050.0, 9010.0, 9016.0, 9009.0, 9031.0, 9026.0, 9062.0, 9030.0, 9037.0, 9029.0, 9031.0, 9056.0, 9057.0, 9096.0, 9053.0, 9090.0, 9083.0, 9052.0, 9059.0, 9050.0, 9037.0, 9054.0, 9031.0, 9056.0, 9032.0, 9077.0, 9033.0, 9091.0, 9033.0, 9029.0, 9008.0, 9013.0, 9002.0, 9041.0, 9020.0, 9042.0, 9021.0, 9006.0, 8989.0, 9004.0, 9008.0, 8990.0, 9005.0, 8999.0, 9008.0, 9009.0, 9014.0, 8976.0, 8995.0, 8940.0, 8988.0, 8935.0, 8967.0, 8935.0, 8968.0, 8933.0, 8972.0, 8961.0, 8993.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.0009950344827586205</td></tr>
<tr><td colspan=3>aqi</td><td>0.048258010344827594</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.304393838492516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1390693384695048</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9591518577215191</td></tr>
<tr><td colspan=3>efc</td><td>0.4439</td></tr>
<tr><td colspan=3>fber</td><td>7507.2593</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09998679479812005</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.287356321839081</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4210484058745325</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3322402171223326</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.716764298863655</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.214140701637609</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113615</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015404420904815197</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026019252836704254</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8772498019227926</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.2781</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.6517</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.2135</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>680.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.0522</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1547</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.8014</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3325.7838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.6539</td></tr>
<tr><td colspan=3>tsnr</td><td>32.4451604266651</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>