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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-05_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-05_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-0070/ses-03/func/sub-0070_ses-03_task-social_acq-mb8_run-05_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>3ef9e1ea7d088ffc8571de68122de2a0</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>14:48:35.105000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999961, -0.00321585, 0.00824772, 0.00279245, 0.998703, 0.0508429]</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-05_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.102103</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7760, -7234, 515, -85, -270, -4, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>292.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a5edb91e-2062-400c-9e72-5dc864a86ce8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682821750640869, 0.007491948548704386, 0.022681424394249916, 111.6929702758789], [0.00862790085375309, 2.6794464588165283, 0.1372082233428955, -91.71205139160156], [0.022128039970993996, -0.1364077478647232, 2.696415901184082, -68.9209976196289], [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': ['144835.105000', '144835.565000', '144836.025000', '144836.485000', '144836.945000', '144837.405000', '144837.865000', '144838.325000', '144838.785000', '144839.245000', '144839.705000', '144840.165000', '144840.625000', '144841.085000', '144841.545000', '144842.005000', '144842.465000', '144842.925000', '144843.385000', '144843.845000', '144844.305000', '144844.765000', '144845.225000', '144845.685000', '144846.145000', '144846.605000', '144847.065000', '144847.525000', '144847.985000', '144848.445000', '144848.905000', '144849.365000', '144849.825000', '144850.285000', '144850.745000', '144851.205000', '144851.665000', '144852.125000', '144852.585000', '144853.045000', '144853.505000', '144853.965000', '144854.425000', '144854.885000', '144855.345000', '144855.805000', '144856.265000', '144856.725000', '144857.185000', '144857.645000', '144858.105000', '144858.565000', '144859.025000', '144859.485000', '144859.945000', '144900.405000', '144900.865000', '144901.325000', '144901.785000', '144902.245000', '144902.705000', '144903.165000', '144903.625000', '144904.085000', '144904.545000', '144905.005000', '144905.465000', '144905.925000', '144906.385000', '144906.845000', '144907.305000', '144907.765000', '144908.225000', '144908.685000', '144909.145000', '144909.605000', '144910.065000', '144910.525000', '144910.985000', '144911.445000', '144911.905000', '144912.365000', '144912.825000', '144913.285000', '144913.745000', '144914.205000', '144914.665000', '144915.125000', '144915.585000', '144916.045000', '144916.505000', '144916.965000', '144917.425000', '144917.885000', '144918.345000', '144918.805000', '144919.265000', '144919.725000', '144920.185000', '144920.645000', '144921.105000', '144921.565000', '144922.025000', '144922.485000', '144922.945000', '144923.405000', '144923.865000', '144924.325000', '144924.785000', '144925.245000', '144925.705000', '144926.165000', '144926.625000', '144927.085000', '144927.545000', '144928.005000', '144928.465000', '144928.925000', '144929.385000', '144929.845000', '144930.305000', '144930.765000', '144931.225000', '144931.685000', '144932.145000', '144932.605000', '144933.065000', '144933.525000', '144933.985000', '144934.445000', '144934.905000', '144935.365000', '144935.825000', '144936.285000', '144936.745000', '144937.205000', '144937.665000', '144938.125000', '144938.585000', '144939.045000', '144939.505000', '144939.965000', '144940.425000', '144940.885000', '144941.345000', '144941.805000', '144942.265000', '144942.725000', '144943.185000', '144943.645000', '144944.105000', '144944.565000', '144945.025000', '144945.485000', '144945.945000', '144946.405000', '144946.865000', '144947.325000', '144947.785000', '144948.245000', '144948.705000', '144949.165000', '144949.625000', '144950.085000', '144950.545000', '144951.005000', '144951.465000', '144951.925000', '144952.385000', '144952.845000', '144953.305000', '144953.765000', '144954.225000', '144954.685000', '144955.145000', '144955.605000', '144956.065000', '144956.525000', '144956.985000', '144957.445000', '144957.905000', '144958.365000', '144958.825000', '144959.285000', '144959.745000', '145000.205000', '145000.665000', '145001.125000', '145001.585000', '145002.045000', '145002.505000', '145002.965000', '145003.425000', '145003.885000', '145004.345000', '145004.805000', '145005.265000', '145005.725000', '145006.185000', '145006.645000', '145007.105000', '145007.565000', '145008.025000', '145008.485000', '145008.945000', '145009.405000', '145009.865000', '145010.325000', '145010.785000', '145011.245000', '145011.705000', '145012.165000', '145012.625000', '145013.085000', '145013.545000', '145014.005000', '145014.465000', '145014.925000', '145015.385000', '145015.845000', '145016.305000', '145016.765000', '145017.225000', '145017.685000', '145018.145000', '145018.605000', '145019.065000', '145019.525000', '145019.985000', '145020.445000', '145020.905000', '145021.365000', '145021.825000', '145022.285000', '145022.745000', '145023.205000', '145023.665000', '145024.125000', '145024.585000', '145025.045000', '145025.505000', '145025.965000', '145026.425000', '145026.885000', '145027.345000', '145027.805000', '145028.265000', '145028.725000', '145029.185000', '145029.645000', '145030.105000', '145030.565000', '145031.025000', '145031.485000', '145031.945000', '145032.405000', '145032.865000', '145033.325000', '145033.785000', '145034.245000', '145034.705000', '145035.165000', '145035.625000', '145036.085000', '145036.545000', '145037.005000', '145037.465000', '145037.925000', '145038.385000', '145038.845000', '145039.305000', '145039.765000', '145040.225000', '145040.685000', '145041.145000', '145041.605000', '145042.065000', '145042.525000', '145042.985000', '145043.445000', '145043.905000', '145044.365000', '145044.825000', '145045.285000', '145045.745000', '145046.205000', '145046.665000', '145047.125000', '145047.585000', '145048.045000', '145048.505000', '145048.965000', '145049.425000', '145049.885000', '145050.345000', '145050.805000', '145051.265000', '145051.725000', '145052.185000', '145052.645000', '145053.105000', '145053.565000', '145054.025000', '145054.485000', '145054.945000', '145055.405000', '145055.865000', '145056.325000', '145056.785000', '145057.245000', '145057.705000', '145058.165000', '145058.625000', '145059.085000', '145059.545000', '145100.005000', '145100.465000', '145100.925000', '145101.385000', '145101.845000', '145102.305000', '145102.765000', '145103.225000', '145103.685000', '145104.145000', '145104.605000', '145105.065000', '145105.525000', '145105.985000', '145106.445000', '145106.905000', '145107.365000', '145107.825000', '145108.285000', '145108.745000', '145109.205000', '145109.665000', '145110.125000', '145110.585000', '145111.045000', '145111.505000', '145111.965000', '145112.425000', '145112.885000', '145113.345000', '145113.805000', '145114.265000', '145114.725000', '145115.185000', '145115.645000', '145116.105000', '145116.565000', '145117.025000', '145117.485000', '145117.945000', '145118.405000', '145118.865000', '145119.325000', '145119.785000', '145120.245000', '145120.705000', '145121.165000', '145121.625000', '145122.085000', '145122.545000', '145123.005000', '145123.465000', '145123.925000', '145124.385000', '145124.845000', '145125.305000', '145125.765000', '145126.225000', '145126.685000', '145127.145000', '145127.605000', '145128.065000', '145128.525000', '145128.985000', '145129.445000', '145129.905000', '145130.365000', '145130.825000', '145131.285000', '145131.745000', '145132.205000', '145132.665000', '145133.125000', '145133.585000', '145134.045000', '145134.505000', '145134.965000', '145135.425000', '145135.885000', '145136.345000', '145136.805000', '145137.265000', '145137.725000', '145138.185000', '145138.645000', '145139.105000', '145139.565000', '145140.025000', '145140.485000', '145140.945000', '145141.405000', '145141.865000', '145142.325000', '145142.785000', '145143.245000', '145143.705000', '145144.165000', '145144.625000', '145145.085000', '145145.545000', '145146.005000', '145146.465000', '145146.925000', '145147.385000', '145147.845000', '145148.305000', '145148.765000', '145149.225000', '145149.685000', '145150.145000', '145150.605000', '145151.065000', '145151.525000', '145151.985000', '145152.445000', '145152.905000', '145153.365000', '145153.825000', '145154.285000', '145154.745000', '145155.205000', '145155.665000', '145156.125000', '145156.585000', '145157.045000', '145157.505000', '145157.965000', '145158.425000', '145158.885000', '145159.345000', '145159.805000', '145200.265000', '145200.725000', '145201.185000', '145201.645000', '145202.105000', '145202.565000', '145203.025000', '145203.485000', '145203.945000', '145204.405000', '145204.865000', '145205.325000', '145205.785000', '145206.245000', '145206.705000', '145207.165000', '145207.625000', '145208.085000', '145208.545000', '145209.005000', '145209.465000', '145209.925000', '145210.385000', '145210.845000', '145211.305000', '145211.765000', '145212.225000', '145212.685000', '145213.145000', '145213.605000', '145214.065000', '145214.525000', '145214.985000', '145215.445000', '145215.905000', '145216.365000', '145216.825000', '145217.285000', '145217.745000', '145218.205000', '145218.665000', '145219.125000', '145219.585000', '145220.045000', '145220.505000', '145220.965000', '145221.425000', '145221.885000', '145222.345000', '145222.805000', '145223.265000', '145223.725000', '145224.185000', '145224.645000', '145225.105000', '145225.565000', '145226.025000', '145226.485000', '145226.945000', '145227.405000', '145227.865000', '145228.325000', '145228.785000', '145229.245000', '145229.705000', '145230.165000', '145230.625000', '145231.085000', '145231.545000', '145232.005000', '145232.465000', '145232.925000', '145233.385000', '145233.845000', '145234.305000', '145234.765000', '145235.225000', '145235.685000', '145236.145000', '145236.605000', '145237.065000', '145237.525000', '145237.985000', '145238.445000', '145238.905000', '145239.365000', '145239.825000', '145240.285000', '145240.745000', '145241.205000', '145241.665000', '145242.125000', '145242.585000', '145243.045000', '145243.505000', '145243.965000', '145244.425000', '145244.885000', '145245.345000', '145245.805000', '145246.265000', '145246.725000', '145247.185000', '145247.645000', '145248.105000', '145248.565000', '145249.025000', '145249.485000', '145249.945000', '145250.405000', '145250.865000', '145251.325000', '145251.785000', '145252.245000', '145252.705000', '145253.165000', '145253.625000', '145254.085000', '145254.545000', '145255.005000', '145255.465000', '145255.925000', '145256.385000', '145256.845000', '145257.305000', '145257.765000', '145258.225000', '145258.685000', '145259.145000', '145259.605000', '145300.065000', '145300.525000', '145300.985000', '145301.445000', '145301.905000', '145302.365000', '145302.825000', '145303.285000', '145303.745000', '145304.205000', '145304.665000', '145305.125000', '145305.585000', '145306.045000', '145306.505000', '145306.965000', '145307.425000', '145307.885000', '145308.345000', '145308.805000', '145309.265000', '145309.725000', '145310.185000', '145310.645000', '145311.105000', '145311.565000', '145312.025000', '145312.485000', '145312.945000', '145313.405000', '145313.865000', '145314.325000', '145314.785000', '145315.245000', '145315.705000', '145316.165000', '145316.625000', '145317.085000', '145317.545000', '145318.005000', '145318.465000', '145318.925000', '145319.385000', '145319.845000', '145320.305000', '145320.765000', '145321.225000', '145321.685000', '145322.145000', '145322.605000', '145323.065000', '145323.525000', '145323.985000', '145324.445000', '145324.905000', '145325.365000', '145325.825000', '145326.285000', '145326.745000', '145327.205000', '145327.665000', '145328.125000', '145328.585000', '145329.045000', '145329.505000', '145329.965000', '145330.425000', '145330.885000', '145331.345000', '145331.805000', '145332.265000', '145332.725000', '145333.185000', '145333.645000', '145334.105000', '145334.565000', '145335.025000', '145335.485000', '145335.945000', '145336.405000', '145336.865000', '145337.325000', '145337.785000', '145338.245000', '145338.705000', '145339.165000', '145339.625000', '145340.085000', '145340.545000', '145341.005000', '145341.465000', '145341.925000', '145342.385000', '145342.845000', '145343.305000', '145343.765000', '145344.225000', '145344.685000', '145345.145000', '145345.605000', '145346.065000', '145346.525000', '145346.985000', '145347.445000', '145347.905000', '145348.365000', '145348.825000', '145349.285000', '145349.745000', '145350.205000', '145350.665000', '145351.125000', '145351.585000', '145352.045000', '145352.505000', '145352.965000', '145353.425000', '145353.885000', '145354.345000', '145354.805000', '145355.265000', '145355.725000', '145356.185000', '145356.645000', '145357.105000', '145357.565000', '145358.025000', '145358.485000', '145358.945000', '145359.405000', '145359.865000', '145400.325000', '145400.785000', '145401.245000', '145401.705000', '145402.165000', '145402.625000', '145403.085000', '145403.545000', '145404.005000', '145404.465000', '145404.925000', '145405.385000', '145405.845000', '145406.305000', '145406.765000', '145407.225000', '145407.685000', '145408.145000', '145408.605000', '145409.065000', '145409.525000', '145409.985000', '145410.445000', '145410.905000', '145411.365000', '145411.825000', '145412.285000', '145412.745000', '145413.205000', '145413.665000', '145414.125000', '145414.585000', '145415.045000', '145415.505000', '145415.965000', '145416.425000', '145416.885000', '145417.345000', '145417.805000', '145418.265000', '145418.725000', '145419.185000', '145419.645000', '145420.105000', '145420.565000', '145421.025000', '145421.485000', '145421.945000', '145422.405000', '145422.865000', '145423.325000', '145423.785000', '145424.245000', '145424.705000', '145425.165000', '145425.625000', '145426.085000', '145426.545000', '145427.005000', '145427.465000', '145427.925000', '145428.385000', '145428.845000', '145429.305000', '145429.765000', '145430.225000', '145430.685000', '145431.145000', '145431.605000', '145432.065000', '145432.525000', '145432.985000', '145433.445000', '145433.905000', '145434.365000', '145434.825000', '145435.285000', '145435.745000', '145436.205000', '145436.665000', '145437.125000', '145437.585000', '145438.045000', '145438.505000', '145438.965000', '145439.425000', '145439.885000', '145440.345000', '145440.805000', '145441.265000', '145441.725000', '145442.185000', '145442.645000', '145443.105000', '145443.565000', '145444.025000', '145444.485000', '145444.945000', '145445.405000', '145445.865000', '145446.325000', '145446.785000', '145447.245000', '145447.705000', '145448.165000', '145448.625000', '145449.085000', '145449.545000', '145450.005000', '145450.465000', '145450.925000', '145451.385000', '145451.845000', '145452.305000', '145452.765000', '145453.225000', '145453.685000', '145454.145000', '145454.605000', '145455.065000', '145455.525000', '145455.985000', '145456.445000', '145456.905000', '145457.365000', '145457.825000', '145458.285000', '145458.745000', '145459.205000', '145459.665000', '145500.125000', '145500.585000', '145501.045000', '145501.505000', '145501.965000', '145502.425000', '145502.885000', '145503.345000', '145503.805000', '145504.265000', '145504.725000', '145505.185000', '145505.645000', '145506.105000', '145506.565000', '145507.025000', '145507.485000', '145507.945000', '145508.405000', '145508.865000', '145509.325000', '145509.785000', '145510.245000', '145510.705000', '145511.165000', '145511.625000', '145512.085000', '145512.545000', '145513.005000', '145513.465000', '145513.925000', '145514.385000', '145514.845000', '145515.305000', '145515.765000'], 'ContentTime': ['144857.950000', '144857.953000', '144857.956000', '144857.959000', '144857.962000', '144857.965000', '144857.967000', '144857.970000', '144857.973000', '144857.975000', '144857.978000', '144857.980000', '144857.983000', '144857.986000', '144857.988000', '144857.991000', '144857.994000', '144857.996000', '144858.000000', '144858.003000', '144858.005000', '144858.008000', '144858.010000', '144858.013000', '144858.016000', '144858.018000', '144858.021000', '144858.024000', '144858.026000', '144858.029000', '144858.031000', '144858.034000', '144858.037000', '144858.039000', '144858.042000', '144858.044000', '144858.047000', '144858.050000', '144858.052000', '144858.055000', '144858.058000', '144858.060000', '144858.063000', '144858.066000', '144858.068000', '144858.071000', '144858.074000', '144858.076000', '144917.902000', '144917.905000', '144917.908000', '144917.911000', '144917.913000', '144917.916000', '144917.918000', '144917.921000', '144917.924000', '144917.926000', '144917.929000', '144917.931000', '144917.934000', '144917.936000', '144917.939000', '144917.941000', '144917.944000', '144917.946000', '144917.949000', '144917.952000', '144917.954000', '144917.957000', '144917.959000', '144917.962000', '144917.965000', '144917.967000', '144917.970000', '144917.972000', '144917.975000', '144917.977000', '144917.980000', '144917.982000', '144917.985000', '144917.987000', '144917.990000', '144917.993000', '144917.995000', '144917.998000', '144918.007000', '144918.009000', '144918.012000', '144918.015000', '144918.017000', '144937.902000', '144937.905000', '144937.908000', '144937.910000', '144937.913000', '144937.915000', '144937.918000', '144937.921000', '144937.923000', '144937.926000', '144937.929000', '144937.931000', '144937.934000', '144937.937000', '144937.939000', '144937.942000', '144937.944000', '144937.947000', '144937.950000', '144937.952000', '144937.955000', '144937.957000', '144937.960000', '144937.962000', '144937.965000', '144937.968000', '144937.970000', '144937.973000', '144937.975000', '144937.978000', '144937.981000', '144937.983000', '144937.986000', '144937.988000', '144937.991000', '144937.993000', '144937.996000', '144938.000000', '144938.002000', '144938.005000', '144938.007000', '144938.010000', '144938.012000', '144938.015000', '144957.903000', '144957.905000', '144957.908000', '144957.913000', '144957.915000', '144957.918000', '144957.921000', '144957.923000', '144957.926000', '144957.928000', '144957.931000', '144957.933000', '144957.936000', '144957.938000', '144957.941000', '144957.944000', '144957.946000', '144957.949000', '144957.951000', '144957.954000', '144957.957000', '144957.959000', '144957.962000', '144957.964000', '144957.967000', '144957.969000', '144957.972000', '144957.975000', '144957.977000', '144957.980000', '144957.982000', '144957.985000', '144957.987000', '144957.990000', '144957.993000', '144957.995000', '144957.998000', '144958.001000', '144958.004000', '144958.007000', '144958.009000', '144958.012000', '144958.014000', '145017.902000', '145017.905000', '145017.908000', '145017.911000', '145017.914000', '145017.916000', '145017.919000', '145017.922000', '145017.924000', '145017.927000', '145017.930000', '145017.932000', '145017.935000', '145017.937000', '145017.941000', '145017.945000', '145017.948000', '145017.950000', '145017.953000', '145017.955000', '145017.958000', '145017.961000', '145017.963000', '145017.966000', '145017.968000', '145017.971000', '145017.974000', '145017.976000', '145017.979000', '145017.981000', '145017.984000', '145017.986000', '145017.989000', '145017.997000', '145018.000000', '145018.003000', '145018.005000', '145018.008000', '145018.011000', '145018.013000', '145018.016000', '145018.018000', '145018.021000', '145037.902000', '145037.905000', '145037.908000', '145037.911000', '145037.913000', '145037.916000', '145037.919000', '145037.928000', '145037.930000', '145037.933000', '145037.936000', '145037.938000', '145037.941000', '145037.943000', '145037.946000', '145037.949000', '145037.951000', '145037.954000', '145037.957000', '145037.959000', '145037.962000', '145037.965000', '145037.967000', '145037.970000', '145037.973000', '145037.975000', '145037.978000', '145037.980000', '145037.983000', '145037.985000', '145037.988000', '145037.991000', '145037.993000', '145037.996000', '145038.000000', '145038.002000', '145038.005000', '145038.008000', '145038.010000', '145038.013000', '145038.016000', '145038.018000', '145038.021000', '145038.023000', '145057.903000', '145057.906000', '145057.909000', '145057.912000', '145057.914000', '145057.918000', '145057.920000', '145057.923000', '145057.926000', '145057.928000', '145057.931000', '145057.933000', '145057.936000', '145057.939000', '145057.941000', '145057.944000', '145057.947000', '145057.949000', '145057.952000', '145057.955000', '145057.957000', '145057.960000', '145057.962000', '145057.965000', '145057.967000', '145057.970000', '145057.972000', '145057.975000', '145057.978000', '145057.980000', '145057.983000', '145057.985000', '145057.988000', '145057.991000', '145057.993000', '145057.996000', '145057.998000', '145058.001000', '145058.004000', '145058.006000', '145058.009000', '145058.011000', '145058.014000', '145117.902000', '145117.905000', '145117.908000', '145117.910000', '145117.913000', '145117.916000', '145117.918000', '145117.921000', '145117.923000', '145117.926000', '145117.929000', '145117.931000', '145117.934000', '145117.936000', '145117.939000', '145117.942000', '145117.944000', '145117.947000', '145117.949000', '145117.952000', '145117.955000', '145117.957000', '145117.960000', '145117.962000', '145117.965000', '145117.968000', '145117.970000', '145117.973000', '145117.975000', '145117.978000', '145117.980000', '145117.983000', '145117.986000', '145117.988000', '145117.991000', '145117.993000', '145117.996000', '145117.998000', '145118.002000', '145118.004000', '145118.007000', '145118.010000', '145118.012000', '145118.015000', '145137.903000', '145137.906000', '145137.908000', '145137.911000', '145137.913000', '145137.916000', '145137.919000', '145137.922000', '145137.925000', '145137.928000', '145137.931000', '145137.934000', '145137.936000', '145137.939000', '145137.941000', '145137.944000', '145137.947000', '145137.950000', '145137.952000', '145137.955000', '145137.958000', '145137.960000', '145137.963000', '145137.965000', '145137.968000', '145137.971000', '145137.973000', '145137.976000', '145137.979000', '145137.982000', '145137.985000', '145137.988000', '145137.990000', '145137.993000', '145137.996000', '145137.998000', '145138.002000', '145138.004000', '145138.007000', '145138.010000', '145138.012000', '145138.015000', '145138.017000', '145157.903000', '145157.905000', '145157.908000', '145157.911000', '145157.913000', '145157.916000', '145157.919000', '145157.921000', '145157.924000', '145157.927000', '145157.929000', '145157.932000', '145157.935000', '145157.937000', '145157.940000', '145157.943000', '145157.945000', '145157.948000', '145157.951000', '145157.953000', '145157.956000', '145157.958000', '145157.961000', '145157.964000', '145157.967000', '145157.969000', '145157.972000', '145157.975000', '145157.977000', '145157.980000', '145157.997000', '145158.000000', '145158.002000', '145158.005000', '145158.008000', '145158.010000', '145158.013000', '145158.015000', '145158.018000', '145158.021000', '145158.023000', '145158.026000', '145158.029000', '145158.031000', '145217.902000', '145217.905000', '145217.908000', '145217.910000', '145217.913000', '145217.916000', '145217.919000', '145217.921000', '145217.924000', '145217.926000', '145217.929000', '145217.932000', '145217.934000', '145217.937000', '145217.940000', '145217.943000', '145217.946000', '145217.949000', '145217.951000', '145217.954000', '145217.957000', '145217.959000', '145217.962000', '145217.965000', '145217.967000', '145217.970000', '145217.972000', '145217.975000', '145217.978000', '145217.980000', '145217.983000', '145217.986000', '145217.988000', '145217.991000', '145217.993000', '145217.996000', '145217.999000', '145218.001000', '145218.004000', '145218.006000', '145218.009000', '145218.011000', '145218.014000', '145237.902000', '145237.905000', '145237.908000', '145237.910000', '145237.913000', '145237.916000', '145237.918000', '145237.921000', '145237.923000', '145237.926000', '145237.929000', '145237.931000', '145237.934000', '145237.937000', '145237.939000', '145237.942000', '145237.945000', '145237.947000', '145237.950000', '145237.952000', '145237.955000', '145237.957000', '145237.960000', '145237.963000', '145237.965000', '145237.968000', '145237.970000', '145237.973000', '145237.975000', '145237.978000', '145237.981000', '145237.983000', '145237.986000', '145237.989000', '145237.992000', '145237.994000', '145237.997000', '145238.001000', '145238.004000', '145238.006000', '145238.009000', '145238.011000', '145238.014000', '145238.017000', '145257.903000', '145257.905000', '145257.908000', '145257.911000', '145257.914000', '145257.916000', '145257.920000', '145257.922000', '145257.925000', '145257.928000', '145257.930000', '145257.933000', '145257.936000', '145257.938000', '145257.941000', '145257.944000', '145257.946000', '145257.949000', '145257.952000', '145257.954000', '145257.957000', '145257.959000', '145257.962000', '145257.965000', '145257.968000', '145257.970000', '145257.973000', '145257.976000', '145257.979000', '145257.981000', '145257.984000', '145257.986000', '145257.989000', '145257.992000', '145257.994000', '145257.997000', '145258.000000', '145258.002000', '145258.005000', '145258.008000', '145258.010000', '145258.013000', '145258.016000', '145317.904000', '145317.906000', '145317.909000', '145317.912000', '145317.915000', '145317.917000', '145317.920000', '145317.923000', '145317.925000', '145317.928000', '145317.931000', '145317.933000', '145317.936000', '145317.939000', '145317.941000', '145317.944000', '145317.946000', '145317.949000', '145317.952000', '145317.954000', '145317.957000', '145317.960000', '145317.962000', '145317.965000', '145317.967000', '145317.970000', '145317.973000', '145317.976000', '145317.979000', '145317.982000', '145317.984000', '145317.987000', '145317.990000', '145317.992000', '145317.995000', '145317.997000', '145318.001000', '145318.004000', '145318.006000', '145318.009000', '145318.036000', '145318.038000', '145318.041000', '145318.044000', '145337.903000', '145337.905000', '145337.908000', '145337.911000', '145337.913000', '145337.916000', '145337.919000', '145337.921000', '145337.924000', '145337.927000', '145337.929000', '145337.932000', '145337.935000', '145337.937000', '145337.940000', '145337.942000', '145337.945000', '145337.948000', '145337.950000', '145337.953000', '145337.955000', '145337.958000', '145337.961000', '145337.963000', '145337.966000', '145337.969000', '145337.971000', '145337.974000', '145337.976000', '145337.979000', '145337.982000', '145337.985000', '145337.987000', '145337.990000', '145337.993000', '145337.995000', '145337.998000', '145338.002000', '145338.004000', '145338.007000', '145338.010000', '145338.012000', '145338.015000', '145357.903000', '145357.905000', '145357.908000', '145357.911000', '145357.914000', '145357.916000', '145357.919000', '145357.922000', '145357.924000', '145357.927000', '145357.930000', '145357.932000', '145357.935000', '145357.938000', '145357.940000', '145357.943000', '145357.946000', '145357.948000', '145357.951000', '145357.954000', '145357.956000', '145357.959000', '145357.961000', '145357.972000', '145357.974000', '145357.977000', '145357.980000', '145357.982000', '145357.985000', '145357.988000', '145357.990000', '145357.993000', '145357.995000', '145357.998000', '145358.001000', '145358.003000', '145358.006000', '145358.008000', '145358.011000', '145358.014000', '145358.016000', '145358.019000', '145358.021000', '145358.024000', '145417.902000', '145417.905000', '145417.908000', '145417.911000', '145417.913000', '145417.916000', '145417.918000', '145417.921000', '145417.923000', '145417.926000', '145417.929000', '145417.932000', '145417.934000', '145417.937000', '145417.939000', '145417.942000', '145417.945000', '145417.947000', '145417.950000', '145417.952000', '145417.955000', '145417.958000', '145417.960000', '145417.963000', '145417.966000', '145417.968000', '145417.971000', '145417.974000', '145417.976000', '145417.979000', '145417.982000', '145417.984000', '145417.987000', '145417.989000', '145417.992000', '145417.995000', '145417.997000', '145418.001000', '145418.004000', '145418.006000', '145418.009000', '145418.012000', '145418.014000', '145437.902000', '145437.905000', '145437.908000', '145437.911000', '145437.913000', '145437.916000', '145437.918000', '145437.921000', '145437.924000', '145437.926000', '145437.929000', '145437.932000', '145437.934000', '145437.937000', '145437.940000', '145437.942000', '145437.945000', '145437.947000', '145437.950000', '145437.953000', '145437.955000', '145437.958000', '145437.960000', '145437.963000', '145437.966000', '145437.968000', '145437.971000', '145437.974000', '145437.976000', '145437.979000', '145437.982000', '145437.984000', '145437.987000', '145437.991000', '145437.994000', '145437.996000', '145438.000000', '145438.003000', '145438.006000', '145438.008000', '145438.011000', '145438.013000', '145438.016000', '145438.019000', '145457.903000', '145457.905000', '145457.908000', '145457.911000', '145457.914000', '145457.916000', '145457.919000', '145457.939000', '145457.941000', '145457.944000', '145457.946000', '145457.949000', '145457.952000', '145457.954000', '145457.957000', '145457.960000', '145457.962000', '145457.965000', '145457.968000', '145457.970000', '145457.973000', '145457.976000', '145457.978000', '145457.981000', '145457.984000', '145457.986000', '145457.989000', '145457.991000', '145457.994000', '145457.997000', '145458.000000', '145458.003000', '145458.006000', '145458.008000', '145458.011000', '145458.014000', '145458.016000', '145458.019000', '145458.022000', '145458.024000', '145458.027000', '145458.029000', '145458.032000', '145516.883000', '145516.887000', '145516.890000', '145516.893000', '145516.895000', '145516.898000', '145516.901000', '145516.904000', '145516.907000', '145516.910000', '145516.913000', '145516.916000', '145516.919000', '145516.923000', '145516.926000', '145516.929000', '145516.932000', '145516.936000', '145516.939000', '145516.942000', '145516.945000', '145516.948000', '145516.951000', '145516.954000', '145516.957000', '145516.960000', '145516.963000', '145516.966000', '145516.968000', '145516.971000', '145516.974000', '145516.977000', '145516.980000', '145516.983000', '145516.985000', '145516.988000', '145516.991000', '145516.993000', '145516.996000', '145517.000000', '145517.003000', '145517.007000'], 'InstanceCreationTime': ['144857.950000', '144857.953000', '144857.956000', '144857.959000', '144857.962000', '144857.965000', '144857.967000', '144857.970000', '144857.973000', '144857.975000', '144857.978000', '144857.980000', '144857.983000', '144857.986000', '144857.988000', '144857.991000', '144857.994000', '144857.996000', '144858.000000', '144858.003000', '144858.005000', '144858.008000', '144858.010000', '144858.013000', '144858.016000', '144858.018000', '144858.021000', '144858.024000', '144858.026000', '144858.029000', '144858.031000', '144858.034000', '144858.037000', '144858.039000', '144858.042000', '144858.044000', '144858.047000', '144858.050000', '144858.052000', '144858.055000', '144858.058000', '144858.060000', '144858.063000', '144858.066000', '144858.068000', '144858.071000', '144858.074000', '144858.076000', '144917.902000', '144917.905000', '144917.908000', '144917.911000', '144917.913000', '144917.916000', '144917.918000', '144917.921000', '144917.924000', '144917.926000', '144917.929000', '144917.931000', '144917.934000', '144917.936000', '144917.939000', '144917.941000', '144917.944000', '144917.946000', '144917.949000', '144917.952000', '144917.954000', '144917.957000', '144917.959000', '144917.962000', '144917.965000', '144917.967000', '144917.970000', '144917.972000', '144917.975000', '144917.977000', '144917.980000', '144917.982000', '144917.985000', '144917.987000', '144917.990000', '144917.993000', '144917.995000', '144917.998000', '144918.007000', '144918.009000', '144918.012000', '144918.015000', '144918.017000', '144937.902000', '144937.905000', '144937.908000', '144937.910000', '144937.913000', '144937.915000', '144937.918000', '144937.921000', '144937.923000', '144937.926000', '144937.929000', '144937.931000', '144937.934000', '144937.937000', '144937.939000', '144937.942000', '144937.944000', '144937.947000', '144937.950000', '144937.952000', '144937.955000', '144937.957000', '144937.960000', '144937.962000', '144937.965000', '144937.968000', '144937.970000', '144937.973000', '144937.975000', '144937.978000', '144937.981000', '144937.983000', '144937.986000', '144937.988000', '144937.991000', '144937.993000', '144937.996000', '144938.000000', '144938.002000', '144938.005000', '144938.007000', '144938.010000', '144938.012000', '144938.015000', '144957.903000', '144957.905000', '144957.908000', '144957.913000', '144957.915000', '144957.918000', '144957.921000', '144957.923000', '144957.926000', '144957.928000', '144957.931000', '144957.933000', '144957.936000', '144957.938000', '144957.941000', '144957.944000', '144957.946000', '144957.949000', '144957.951000', '144957.954000', '144957.957000', '144957.959000', '144957.962000', '144957.964000', '144957.967000', '144957.969000', '144957.972000', '144957.975000', '144957.977000', '144957.980000', '144957.982000', '144957.985000', '144957.987000', '144957.990000', '144957.993000', '144957.995000', '144957.998000', '144958.001000', '144958.004000', '144958.007000', '144958.009000', '144958.012000', '144958.014000', '145017.902000', '145017.905000', '145017.908000', '145017.911000', '145017.914000', '145017.916000', '145017.919000', '145017.922000', '145017.924000', '145017.927000', '145017.930000', '145017.932000', '145017.935000', '145017.937000', '145017.941000', '145017.945000', '145017.948000', '145017.950000', '145017.953000', '145017.955000', '145017.958000', '145017.961000', '145017.963000', '145017.966000', '145017.968000', '145017.971000', '145017.974000', '145017.976000', '145017.979000', '145017.981000', '145017.984000', '145017.986000', '145017.989000', '145017.997000', '145018.000000', '145018.003000', '145018.005000', '145018.008000', '145018.011000', '145018.013000', '145018.016000', '145018.018000', '145018.021000', '145037.902000', '145037.905000', '145037.908000', '145037.911000', '145037.913000', '145037.916000', '145037.919000', '145037.928000', '145037.930000', '145037.933000', '145037.936000', '145037.938000', '145037.941000', '145037.943000', '145037.946000', '145037.949000', '145037.951000', '145037.954000', '145037.957000', '145037.959000', '145037.962000', '145037.965000', '145037.967000', '145037.970000', '145037.973000', '145037.975000', '145037.978000', '145037.980000', '145037.983000', '145037.985000', '145037.988000', '145037.991000', '145037.993000', '145037.996000', '145038.000000', '145038.002000', '145038.005000', '145038.008000', '145038.010000', '145038.013000', '145038.016000', '145038.018000', '145038.021000', '145038.023000', '145057.903000', '145057.906000', '145057.909000', '145057.912000', '145057.914000', '145057.918000', '145057.920000', '145057.923000', '145057.926000', '145057.928000', '145057.931000', '145057.933000', '145057.936000', '145057.939000', '145057.941000', '145057.944000', '145057.947000', '145057.949000', '145057.952000', '145057.955000', '145057.957000', '145057.960000', '145057.962000', '145057.965000', '145057.967000', '145057.970000', '145057.972000', '145057.975000', '145057.978000', '145057.980000', '145057.983000', '145057.985000', '145057.988000', '145057.991000', '145057.993000', '145057.996000', '145057.998000', '145058.001000', '145058.004000', '145058.006000', '145058.009000', '145058.011000', '145058.014000', '145117.902000', '145117.905000', '145117.908000', '145117.910000', '145117.913000', '145117.916000', '145117.918000', '145117.921000', '145117.923000', '145117.926000', '145117.929000', '145117.931000', '145117.934000', '145117.936000', '145117.939000', '145117.942000', '145117.944000', '145117.947000', '145117.949000', '145117.952000', '145117.955000', '145117.957000', '145117.960000', '145117.962000', '145117.965000', '145117.968000', '145117.970000', '145117.973000', '145117.975000', '145117.978000', '145117.980000', '145117.983000', '145117.986000', '145117.988000', '145117.991000', '145117.993000', '145117.996000', '145117.998000', '145118.002000', '145118.004000', '145118.007000', '145118.010000', '145118.012000', '145118.015000', '145137.903000', '145137.906000', '145137.908000', '145137.911000', '145137.913000', '145137.916000', '145137.919000', '145137.922000', '145137.925000', '145137.928000', '145137.931000', '145137.934000', '145137.936000', '145137.939000', '145137.941000', '145137.944000', '145137.947000', '145137.950000', '145137.952000', '145137.955000', '145137.958000', '145137.960000', '145137.963000', '145137.965000', '145137.968000', '145137.971000', '145137.973000', '145137.976000', '145137.979000', '145137.982000', '145137.985000', '145137.988000', '145137.990000', '145137.993000', '145137.996000', '145137.998000', '145138.002000', '145138.004000', '145138.007000', '145138.010000', '145138.012000', '145138.015000', '145138.017000', '145157.903000', '145157.905000', '145157.908000', '145157.911000', '145157.913000', '145157.916000', '145157.919000', '145157.921000', '145157.924000', '145157.927000', '145157.929000', '145157.932000', '145157.935000', '145157.937000', '145157.940000', '145157.943000', '145157.945000', '145157.948000', '145157.951000', '145157.953000', '145157.956000', '145157.958000', '145157.961000', '145157.964000', '145157.967000', '145157.969000', '145157.972000', '145157.975000', '145157.977000', '145157.980000', '145157.997000', '145158.000000', '145158.002000', '145158.005000', '145158.008000', '145158.010000', '145158.013000', '145158.015000', '145158.018000', '145158.021000', '145158.023000', '145158.026000', '145158.029000', '145158.031000', '145217.902000', '145217.905000', '145217.908000', '145217.910000', '145217.913000', '145217.916000', '145217.919000', '145217.921000', '145217.924000', '145217.926000', '145217.929000', '145217.932000', '145217.934000', '145217.937000', '145217.940000', '145217.943000', '145217.946000', '145217.949000', '145217.951000', '145217.954000', '145217.957000', '145217.959000', '145217.962000', '145217.965000', '145217.967000', '145217.970000', '145217.972000', '145217.975000', '145217.978000', '145217.980000', '145217.983000', '145217.986000', '145217.988000', '145217.991000', '145217.993000', '145217.996000', '145217.999000', '145218.001000', '145218.004000', '145218.006000', '145218.009000', '145218.011000', '145218.014000', '145237.902000', '145237.905000', '145237.908000', '145237.910000', '145237.913000', '145237.916000', '145237.918000', '145237.921000', '145237.923000', '145237.926000', '145237.929000', '145237.931000', '145237.934000', '145237.937000', '145237.939000', '145237.942000', '145237.945000', '145237.947000', '145237.950000', '145237.952000', '145237.955000', '145237.957000', '145237.960000', '145237.963000', '145237.965000', '145237.968000', '145237.970000', '145237.973000', '145237.975000', '145237.978000', '145237.981000', '145237.983000', '145237.986000', '145237.989000', '145237.992000', '145237.994000', '145237.997000', '145238.001000', '145238.004000', '145238.006000', '145238.009000', '145238.011000', '145238.014000', '145238.017000', '145257.903000', '145257.905000', '145257.908000', '145257.911000', '145257.914000', '145257.916000', '145257.920000', '145257.922000', '145257.925000', '145257.928000', '145257.930000', '145257.933000', '145257.936000', '145257.938000', '145257.941000', '145257.944000', '145257.946000', '145257.949000', '145257.952000', '145257.954000', '145257.957000', '145257.959000', '145257.962000', '145257.965000', '145257.968000', '145257.970000', '145257.973000', '145257.976000', '145257.979000', '145257.981000', '145257.984000', '145257.986000', '145257.989000', '145257.992000', '145257.994000', '145257.997000', '145258.000000', '145258.002000', '145258.005000', '145258.008000', '145258.010000', '145258.013000', '145258.016000', '145317.904000', '145317.906000', '145317.909000', '145317.912000', '145317.915000', '145317.917000', '145317.920000', '145317.923000', '145317.925000', '145317.928000', '145317.931000', '145317.933000', '145317.936000', '145317.939000', '145317.941000', '145317.944000', '145317.946000', '145317.949000', '145317.952000', '145317.954000', '145317.957000', '145317.960000', '145317.962000', '145317.965000', '145317.967000', '145317.970000', '145317.973000', '145317.976000', '145317.979000', '145317.982000', '145317.984000', '145317.987000', '145317.990000', '145317.992000', '145317.995000', '145317.997000', '145318.001000', '145318.004000', '145318.006000', '145318.009000', '145318.036000', '145318.038000', '145318.041000', '145318.044000', '145337.903000', '145337.905000', '145337.908000', '145337.911000', '145337.913000', '145337.916000', '145337.919000', '145337.921000', '145337.924000', '145337.927000', '145337.929000', '145337.932000', '145337.935000', '145337.937000', '145337.940000', '145337.942000', '145337.945000', '145337.948000', '145337.950000', '145337.953000', '145337.955000', '145337.958000', '145337.961000', '145337.963000', '145337.966000', '145337.969000', '145337.971000', '145337.974000', '145337.976000', '145337.979000', '145337.982000', '145337.985000', '145337.987000', '145337.990000', '145337.993000', '145337.995000', '145337.998000', '145338.002000', '145338.004000', '145338.007000', '145338.010000', '145338.012000', '145338.015000', '145357.903000', '145357.905000', '145357.908000', '145357.911000', '145357.914000', '145357.916000', '145357.919000', '145357.922000', '145357.924000', '145357.927000', '145357.930000', '145357.932000', '145357.935000', '145357.938000', '145357.940000', '145357.943000', '145357.946000', '145357.948000', '145357.951000', '145357.954000', '145357.956000', '145357.959000', '145357.961000', '145357.972000', '145357.974000', '145357.977000', '145357.980000', '145357.982000', '145357.985000', '145357.988000', '145357.990000', '145357.993000', '145357.995000', '145357.998000', '145358.001000', '145358.003000', '145358.006000', '145358.008000', '145358.011000', '145358.014000', '145358.016000', '145358.019000', '145358.021000', '145358.024000', '145417.902000', '145417.905000', '145417.908000', '145417.911000', '145417.913000', '145417.916000', '145417.918000', '145417.921000', '145417.923000', '145417.926000', '145417.929000', '145417.932000', '145417.934000', '145417.937000', '145417.939000', '145417.942000', '145417.945000', '145417.947000', '145417.950000', '145417.952000', '145417.955000', '145417.958000', '145417.960000', '145417.963000', '145417.966000', '145417.968000', '145417.971000', '145417.974000', '145417.976000', '145417.979000', '145417.982000', '145417.984000', '145417.987000', '145417.989000', '145417.992000', '145417.995000', '145417.997000', '145418.001000', '145418.004000', '145418.006000', '145418.009000', '145418.012000', '145418.014000', '145437.902000', '145437.905000', '145437.908000', '145437.911000', '145437.913000', '145437.916000', '145437.918000', '145437.921000', '145437.924000', '145437.926000', '145437.929000', '145437.932000', '145437.934000', '145437.937000', '145437.940000', '145437.942000', '145437.945000', '145437.947000', '145437.950000', '145437.953000', '145437.955000', '145437.958000', '145437.960000', '145437.963000', '145437.966000', '145437.968000', '145437.971000', '145437.974000', '145437.976000', '145437.979000', '145437.982000', '145437.984000', '145437.987000', '145437.991000', '145437.994000', '145437.996000', '145438.000000', '145438.003000', '145438.006000', '145438.008000', '145438.011000', '145438.013000', '145438.016000', '145438.019000', '145457.903000', '145457.905000', '145457.908000', '145457.911000', '145457.914000', '145457.916000', '145457.919000', '145457.939000', '145457.941000', '145457.944000', '145457.946000', '145457.949000', '145457.952000', '145457.954000', '145457.957000', '145457.960000', '145457.962000', '145457.965000', '145457.968000', '145457.970000', '145457.973000', '145457.976000', '145457.978000', '145457.981000', '145457.984000', '145457.986000', '145457.989000', '145457.991000', '145457.994000', '145457.997000', '145458.000000', '145458.003000', '145458.006000', '145458.008000', '145458.011000', '145458.014000', '145458.016000', '145458.019000', '145458.022000', '145458.024000', '145458.027000', '145458.029000', '145458.032000', '145516.883000', '145516.887000', '145516.890000', '145516.893000', '145516.895000', '145516.898000', '145516.901000', '145516.904000', '145516.907000', '145516.910000', '145516.913000', '145516.916000', '145516.919000', '145516.923000', '145516.926000', '145516.929000', '145516.932000', '145516.936000', '145516.939000', '145516.942000', '145516.945000', '145516.948000', '145516.951000', '145516.954000', '145516.957000', '145516.960000', '145516.963000', '145516.966000', '145516.968000', '145516.971000', '145516.974000', '145516.977000', '145516.980000', '145516.983000', '145516.985000', '145516.988000', '145516.991000', '145516.993000', '145516.996000', '145517.000000', '145517.003000', '145517.007000'], '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': [7675, 9681, 6961, 9493, 7830, 11779, 7993, 7216, 7252, 7321, 8186, 8173, 9775, 7130, 8621, 6951, 9855, 7806, 12494, 7835, 9855, 7139, 10934, 8210, 11315, 7476, 6786, 7054, 7383, 9241, 7814, 8619, 6957, 8009, 6864, 9869, 7486, 12040, 6915, 8519, 7354, 7429, 8047, 7865, 7874, 6890, 7755, 6823, 9212, 7321, 10455, 7096, 8456, 7280, 7368, 7680, 7551, 7979, 7118, 7512, 7234, 9987, 7506, 10728, 7101, 8156, 7676, 9667, 8365, 7121, 7750, 7142, 9816, 6965, 11357, 7028, 9081, 7060, 11394, 8867, 10560, 7635, 6973, 7188, 7327, 8792, 6805, 7953, 7156, 8172, 7008, 10345, 7222, 8310, 7028, 8968, 7974, 7096, 7483, 6951, 8760, 7148, 7485, 7677, 7465, 12211, 7625, 7172, 7585, 7258, 10450, 9038, 12402, 8619, 10271, 7250, 10034, 8405, 8774, 7604, 7376, 7235, 7138, 10206, 7294, 9400, 7115, 8412, 7189, 12394, 8765, 8178, 7455, 7265, 8854, 8238, 12789, 7499, 9273, 7108, 9534, 7508, 12680, 7731, 9949, 7577, 9452, 7787, 11910, 8061, 7347, 7908, 7524, 7320, 7504, 9135, 7423, 8566, 7262, 7891, 7388, 10546, 7687, 9175, 7256, 8299, 7204, 10521, 8607, 7307, 7246, 7393, 8403, 7327, 10352, 7157, 9572, 7100, 9018, 7140, 10337, 9003, 7412, 8032, 7183, 9306, 7274, 9754, 7071, 9587, 7132, 11341, 7865, 10004, 7037, 9238, 7551, 10889, 8765, 7202, 7220, 7376, 8317, 7224, 10307, 7127, 9248, 7173, 10317, 8157, 12621, 7779, 7282, 7543, 8086, 9720, 7932, 9117, 7323, 8659, 7141, 11535, 8230, 10158, 7182, 9238, 7264, 10147, 9157, 7388, 8545, 7121, 8959, 7314, 10970, 7054, 9997, 7086, 10242, 8003, 12716, 7418, 8132, 7557, 8143, 8581, 7154, 8306, 7324, 8706, 7486, 11775, 8327, 8239, 8003, 7385, 9128, 7440, 9697, 7143, 8949, 7168, 11283, 8433, 10917, 8443, 7441, 8533, 8664, 9835, 7159, 9055, 7344, 10145, 8010, 11330, 7361, 8374, 7846, 8810, 8733, 7241, 8816, 7403, 10171, 8192, 11655, 7600, 9006, 8356, 8668, 8804, 7374, 8497, 7394, 9198, 7603, 11062, 7420, 7505, 7745, 8084, 8443, 7424, 8463, 7223, 9434, 7804, 12057, 7788, 8839, 8053, 8971, 9153, 7316, 8747, 7248, 9063, 7223, 10845, 7194, 9821, 7041, 10017, 8479, 9632, 8009, 7472, 7550, 7506, 9950, 7329, 9893, 7254, 8039, 7257, 11850, 8492, 7473, 7145, 7641, 9562, 7635, 9676, 7087, 8574, 7427, 10321, 8081, 9879, 7641, 7511, 7368, 7461, 9578, 7080, 8842, 6989, 8699, 7744, 8292, 7651, 7357, 7661, 7419, 11315, 7321, 8598, 7575, 9769, 8815, 8995, 7937, 7256, 9161, 7400, 13420, 7589, 9035, 8144, 8193, 8154, 7169, 8314, 7411, 8702, 7717, 11931, 8750, 7551, 6986, 7428, 9222, 8069, 11491, 7766, 9224, 7183, 10050, 8199, 12099, 8606, 7369, 8507, 7418, 9369, 7158, 8369, 7386, 9101, 7182, 10284, 7181, 8761, 7242, 11022, 8143, 7327, 7255, 7207, 7971, 7246, 9168, 7073, 8017, 7140, 11755, 8186, 8097, 7629, 7267, 7670, 7285, 10497, 7874, 9378, 6992, 8585, 7970, 8492, 8339, 7208, 8106, 7389, 9536, 7911, 11034, 7342, 7465, 7681, 8057, 9522, 7273, 8689, 7351, 9786, 7981, 12854, 7680, 7638, 7378, 7583, 8833, 7872, 9003, 7295, 7847, 7319, 12460, 8864, 8430, 7768, 7373, 9538, 7471, 10881, 7164, 9101, 7157, 11335, 8203, 12949, 7703, 9071, 7705, 10082, 8634, 7995, 7825, 7292, 7701, 7414, 9700, 7409, 9355, 7103, 7830, 7482, 11157, 8705, 7846, 8593, 7386, 9260, 7373, 11400, 7432, 9081, 7090, 9125, 7998, 12676, 7841, 8578, 8846, 7668, 8476, 7250, 7996, 7248, 7925, 7266, 10307, 7133, 9064, 7976, 7965, 7860, 7107, 7760, 7103, 8068, 7194, 10720, 7483, 9033, 8097, 7414, 8093, 7339, 9048, 7152, 8652, 7486, 8820, 7937, 13074, 8352, 7781, 7426, 7434, 8476, 7530, 9889, 7210, 9017, 7180, 10086, 7955, 12413, 7713, 8122, 8197, 7738, 8668, 8343, 9283, 7204, 8395, 7112, 11968, 8372, 7220, 7750, 7056, 8314, 7238, 10628, 7682, 7725, 7054, 7455, 8640, 7745, 9199, 7013, 7818, 8455, 9227, 9826, 8200, 10840, 7295, 12858, 7049, 6917, 8320, 7268, 9577, 7643, 9984, 7999, 7279, 8100, 7141, 11495, 8180, 7237, 7422, 7317, 9132, 7458, 11470, 9280, 13404, 10206, 10590, 8772, 12045, 9098, 11663, 10366, 10786, 8538, 6838, 8104, 7324, 10048, 7636, 9890, 7299, 8482, 7017, 9587, 7549, 7272, 7448, 7337, 7391, 7196, 9420, 7215, 8048, 8350, 7450, 8196, 7302, 9349, 7145, 8450, 7278, 9036, 7257, 10854, 7159, 9828, 7196, 11063, 7930, 8183, 7557, 7125, 7161, 7522, 9627, 7848, 10341, 7120, 9486, 8085, 8989, 8900, 7176, 8543, 7006, 9222, 7407, 12676, 7445, 9651, 6999, 11628, 8489, 7737, 7750, 7143, 7552, 7367, 10186, 8222, 12232, 8128, 7599, 8018, 8194, 11228, 7883, 9488, 6875, 8985, 7509, 13668, 8722, 7568, 7296, 7461, 9542, 7969, 10121, 7172, 8766, 7104, 10147, 8459, 7223, 7604, 7090, 7458, 7195, 10028, 8786, 9731, 8323, 6960, 9773, 7464, 10374, 7323, 8924, 7956, 10117, 8544, 11346, 7797, 7140, 7592, 7148, 9514, 7275, 10835, 7166, 9424, 8281, 7384, 7864, 7175, 7869, 7151, 7213, 7044, 11084, 8321, 7315, 7269, 7484, 9808, 7381, 10139, 7323, 8483, 7725, 10488, 8251, 11898, 8425, 7203, 7581, 7167, 9322, 7182, 8600, 6903, 9547, 7559, 13181, 7867, 7812, 7500, 7330, 9428, 7366, 9710, 6979, 8787, 7020, 9841, 7672, 12617, 7927, 9216, 8367, 7281, 8199, 7279, 9736, 7243, 9105, 7123, 8224, 7082, 10562, 8409, 9535, 8148, 7128, 9143, 7349, 9849, 7537, 9242, 7313, 9716, 7638, 13457, 8728, 6999, 7209, 7077, 9665, 7086, 9779, 6798, 8663, 8007, 8783, 8962, 6922, 8552, 6961, 9119, 7350, 12833, 8919, 8573, 7191, 6980, 9044, 7594, 10696, 7370, 8937, 7113, 10805, 8305, 7548, 7283, 7219, 7158, 7005, 10200, 8569, 9546, 7206, 7243, 8707, 7780, 11541, 8347, 12023, 8461, 8685, 8819, 9251, 10321, 7434, 8953, 7246, 8013, 7083, 10288, 7906, 7252], 'WindowCenter': [4034.0, 4040.0, 4008.0, 4025.0, 4004.0, 4045.0, 4014.0, 4002.0, 3993.0, 4002.0, 4013.0, 4012.0, 4036.0, 3992.0, 4013.0, 3992.0, 4021.0, 4002.0, 4044.0, 4003.0, 4021.0, 3991.0, 4020.0, 4001.0, 4033.0, 3991.0, 3979.0, 3980.0, 3988.0, 4010.0, 3990.0, 4011.0, 3991.0, 4000.0, 3980.0, 4021.0, 3991.0, 4043.0, 3990.0, 4012.0, 3991.0, 3989.0, 4001.0, 4001.0, 4002.0, 3989.0, 4001.0, 3981.0, 4021.0, 3990.0, 4033.0, 3993.0, 4012.0, 4003.0, 3991.0, 4002.0, 4002.0, 4003.0, 3992.0, 3992.0, 3991.0, 4022.0, 4003.0, 4032.0, 3992.0, 4000.0, 4001.0, 4022.0, 4013.0, 3991.0, 3991.0, 3991.0, 4021.0, 3980.0, 4033.0, 3992.0, 4011.0, 3991.0, 4031.0, 4011.0, 4033.0, 4001.0, 3979.0, 3979.0, 3988.0, 4011.0, 3979.0, 3999.0, 3990.0, 4000.0, 3990.0, 4032.0, 3992.0, 4000.0, 3992.0, 4011.0, 4013.0, 3992.0, 4002.0, 3992.0, 4014.0, 3992.0, 4003.0, 4002.0, 4004.0, 4056.0, 4015.0, 4005.0, 4003.0, 4003.0, 4034.0, 4014.0, 4045.0, 4013.0, 4021.0, 3989.0, 4009.0, 3999.0, 3998.0, 3989.0, 3988.0, 3989.0, 3978.0, 4021.0, 3990.0, 4021.0, 3991.0, 4010.0, 3992.0, 4041.0, 4014.0, 4001.0, 3991.0, 3989.0, 4010.0, 3999.0, 4044.0, 3988.0, 4009.0, 3977.0, 4008.0, 3977.0, 4031.0, 3988.0, 4007.0, 3988.0, 4007.0, 3988.0, 4028.0, 4000.0, 3988.0, 3999.0, 3988.0, 3989.0, 3989.0, 4010.0, 3989.0, 4010.0, 3990.0, 4000.0, 3989.0, 4020.0, 4002.0, 4009.0, 3989.0, 3998.0, 3991.0, 4021.0, 4012.0, 3990.0, 3990.0, 3990.0, 4010.0, 3989.0, 4033.0, 3992.0, 4021.0, 3992.0, 4011.0, 3992.0, 4022.0, 4025.0, 3991.0, 4001.0, 3991.0, 4024.0, 3990.0, 4022.0, 3990.0, 4021.0, 3990.0, 4032.0, 4002.0, 4021.0, 3991.0, 4010.0, 4001.0, 4030.0, 4024.0, 3991.0, 3991.0, 3991.0, 4012.0, 3991.0, 4035.0, 3992.0, 4011.0, 3992.0, 4021.0, 4001.0, 4044.0, 4002.0, 3991.0, 4002.0, 4001.0, 4023.0, 4002.0, 4010.0, 3991.0, 4010.0, 3990.0, 4031.0, 4012.0, 4021.0, 3992.0, 4011.0, 3990.0, 4021.0, 4024.0, 3989.0, 4011.0, 3990.0, 4010.0, 3989.0, 4032.0, 3980.0, 4020.0, 3989.0, 4020.0, 4001.0, 4041.0, 3990.0, 4000.0, 4001.0, 3999.0, 4012.0, 3991.0, 4012.0, 4002.0, 4011.0, 3991.0, 4043.0, 4014.0, 4012.0, 4002.0, 3991.0, 4021.0, 3991.0, 4022.0, 3990.0, 4011.0, 3990.0, 4031.0, 4014.0, 4031.0, 4011.0, 3990.0, 4011.0, 4011.0, 4023.0, 3980.0, 4010.0, 3990.0, 4020.0, 4000.0, 4032.0, 3991.0, 3999.0, 4000.0, 4011.0, 4011.0, 3990.0, 4010.0, 4000.0, 4021.0, 4011.0, 4033.0, 4001.0, 4010.0, 4011.0, 4010.0, 4011.0, 3990.0, 4010.0, 3990.0, 4010.0, 4001.0, 4032.0, 3991.0, 3990.0, 4002.0, 4001.0, 4013.0, 4002.0, 4010.0, 4002.0, 4020.0, 4000.0, 4043.0, 4002.0, 4009.0, 4001.0, 4010.0, 4010.0, 3990.0, 3999.0, 3989.0, 4008.0, 3988.0, 4032.0, 3990.0, 4020.0, 3991.0, 4020.0, 4000.0, 4021.0, 4000.0, 3989.0, 3990.0, 3988.0, 4019.0, 3990.0, 4020.0, 3991.0, 4000.0, 3989.0, 4030.0, 4013.0, 3989.0, 3990.0, 3989.0, 4021.0, 4000.0, 4023.0, 3990.0, 4010.0, 3991.0, 4019.0, 4001.0, 4022.0, 4001.0, 3990.0, 3989.0, 3988.0, 4021.0, 3991.0, 4011.0, 3991.0, 4012.0, 4002.0, 4011.0, 4002.0, 3991.0, 4001.0, 3991.0, 4044.0, 4002.0, 4011.0, 4001.0, 4021.0, 4011.0, 4012.0, 4001.0, 3990.0, 4010.0, 3990.0, 4043.0, 3990.0, 4009.0, 3999.0, 3998.0, 4001.0, 3979.0, 4000.0, 3991.0, 4010.0, 4001.0, 4042.0, 4013.0, 4001.0, 3990.0, 3990.0, 4011.0, 3999.0, 4033.0, 3990.0, 4009.0, 3990.0, 4009.0, 4000.0, 4031.0, 4000.0, 3988.0, 3999.0, 3987.0, 4022.0, 3979.0, 3998.0, 3987.0, 4009.0, 3977.0, 4021.0, 3990.0, 4010.0, 3990.0, 4030.0, 4000.0, 3990.0, 3989.0, 3989.0, 3999.0, 3989.0, 4022.0, 3990.0, 4000.0, 3991.0, 4031.0, 4012.0, 4001.0, 4001.0, 3990.0, 3990.0, 3989.0, 4031.0, 4001.0, 4009.0, 3991.0, 4010.0, 4000.0, 4010.0, 4012.0, 3990.0, 3999.0, 3991.0, 4021.0, 4000.0, 4032.0, 3991.0, 3989.0, 4001.0, 4000.0, 4022.0, 3990.0, 4010.0, 3990.0, 4020.0, 4000.0, 4042.0, 4002.0, 3999.0, 3991.0, 3999.0, 4011.0, 4002.0, 4023.0, 3992.0, 4001.0, 4001.0, 4042.0, 4025.0, 4013.0, 4001.0, 3991.0, 4022.0, 3990.0, 4033.0, 3979.0, 4010.0, 3978.0, 4031.0, 4000.0, 4042.0, 4000.0, 4009.0, 4000.0, 4019.0, 3999.0, 3999.0, 3989.0, 3988.0, 3989.0, 3988.0, 4020.0, 3990.0, 4010.0, 3980.0, 3988.0, 3990.0, 4029.0, 4011.0, 3999.0, 4010.0, 3988.0, 4010.0, 3977.0, 4032.0, 3988.0, 3998.0, 3978.0, 4006.0, 3998.0, 4039.0, 4000.0, 3998.0, 4010.0, 3988.0, 3998.0, 3989.0, 3999.0, 3989.0, 3998.0, 3988.0, 4021.0, 3990.0, 4010.0, 4001.0, 4000.0, 4001.0, 3991.0, 3990.0, 3989.0, 4000.0, 3978.0, 4030.0, 3991.0, 4010.0, 4001.0, 3988.0, 4000.0, 3990.0, 4012.0, 3990.0, 4011.0, 4002.0, 4010.0, 4001.0, 4041.0, 4014.0, 4000.0, 3991.0, 3990.0, 4011.0, 3989.0, 4023.0, 3989.0, 4009.0, 3991.0, 4020.0, 4000.0, 4043.0, 4000.0, 4000.0, 4011.0, 3989.0, 4010.0, 4011.0, 4011.0, 3990.0, 3999.0, 3991.0, 4030.0, 4001.0, 3990.0, 3989.0, 3979.0, 3999.0, 3989.0, 4031.0, 4001.0, 3989.0, 3990.0, 3988.0, 4011.0, 4001.0, 4010.0, 3990.0, 4000.0, 4012.0, 4020.0, 4021.0, 4012.0, 4021.0, 3990.0, 4043.0, 3989.0, 3978.0, 3997.0, 3987.0, 4008.0, 3989.0, 4020.0, 4000.0, 3990.0, 4001.0, 3990.0, 4031.0, 4011.0, 3989.0, 3989.0, 3988.0, 4010.0, 3988.0, 4030.0, 4009.0, 4031.0, 4010.0, 4007.0, 3997.0, 4016.0, 3995.0, 4014.0, 4004.0, 4004.0, 3984.0, 3963.0, 3983.0, 3973.0, 4005.0, 3974.0, 4005.0, 3975.0, 3984.0, 3975.0, 4005.0, 3986.0, 3986.0, 3987.0, 3989.0, 3989.0, 3990.0, 4022.0, 4002.0, 4000.0, 4012.0, 3990.0, 4011.0, 3991.0, 4023.0, 3991.0, 4001.0, 3989.0, 4009.0, 3990.0, 4031.0, 3990.0, 4020.0, 3990.0, 4030.0, 4001.0, 4010.0, 4001.0, 3991.0, 3991.0, 4001.0, 4022.0, 4013.0, 4033.0, 3993.0, 4022.0, 4013.0, 4023.0, 4025.0, 3992.0, 4011.0, 3991.0, 4011.0, 3990.0, 4042.0, 3991.0, 4010.0, 3992.0, 4031.0, 4011.0, 4001.0, 4001.0, 3991.0, 4002.0, 4002.0, 4032.0, 4015.0, 4044.0, 4013.0, 4001.0, 4013.0, 4012.0, 4034.0, 4001.0, 4022.0, 3981.0, 4010.0, 3991.0, 4042.0, 4012.0, 3989.0, 3989.0, 3988.0, 4021.0, 3999.0, 4021.0, 3990.0, 4008.0, 3989.0, 4020.0, 4011.0, 4002.0, 4001.0, 3991.0, 3990.0, 3992.0, 4021.0, 4012.0, 4022.0, 4011.0, 3979.0, 4021.0, 3990.0, 4022.0, 3990.0, 4009.0, 4000.0, 4019.0, 4010.0, 4030.0, 3989.0, 3978.0, 3988.0, 3978.0, 4020.0, 3989.0, 4031.0, 3991.0, 4010.0, 3999.0, 3989.0, 3999.0, 3990.0, 4001.0, 3990.0, 3990.0, 3991.0, 4031.0, 4012.0, 3990.0, 3992.0, 3990.0, 4021.0, 3990.0, 4033.0, 3990.0, 3999.0, 4000.0, 4019.0, 4000.0, 4030.0, 4000.0, 3988.0, 3989.0, 3977.0, 4010.0, 3979.0, 3999.0, 3990.0, 4019.0, 4000.0, 4042.0, 4002.0, 3989.0, 3990.0, 4001.0, 4011.0, 3989.0, 4022.0, 3979.0, 3999.0, 3979.0, 4018.0, 3989.0, 4030.0, 4001.0, 4008.0, 3999.0, 3989.0, 3999.0, 3989.0, 4021.0, 3989.0, 4010.0, 3990.0, 4000.0, 3990.0, 4020.0, 4013.0, 4010.0, 4001.0, 3990.0, 4021.0, 3990.0, 4022.0, 4000.0, 4010.0, 3990.0, 4008.0, 3989.0, 4041.0, 4011.0, 3978.0, 3988.0, 3989.0, 4020.0, 3990.0, 4020.0, 3980.0, 4010.0, 4000.0, 4010.0, 4023.0, 3991.0, 4011.0, 3991.0, 4010.0, 3990.0, 4041.0, 4024.0, 4010.0, 3979.0, 3978.0, 4009.0, 3988.0, 4031.0, 3989.0, 4009.0, 3990.0, 4030.0, 4000.0, 4000.0, 3990.0, 3990.0, 3990.0, 3990.0, 4019.0, 4013.0, 4021.0, 3990.0, 3989.0, 4008.0, 3989.0, 4031.0, 4001.0, 4030.0, 3999.0, 3998.0, 4010.0, 4008.0, 4020.0, 3989.0, 3998.0, 3988.0, 3987.0, 3978.0, 4018.0, 3999.0, 3988.0], 'WindowWidth': [9018.0, 9014.0, 8968.0, 8983.0, 8957.0, 9010.0, 8971.0, 8949.0, 8940.0, 8949.0, 8967.0, 8963.0, 9003.0, 8936.0, 8963.0, 8936.0, 8974.0, 8949.0, 9012.0, 8951.0, 8971.0, 8932.0, 8970.0, 8946.0, 8991.0, 8932.0, 8913.0, 8915.0, 8925.0, 8958.0, 8931.0, 8958.0, 8931.0, 8942.0, 8917.0, 8971.0, 8933.0, 9004.0, 8932.0, 8960.0, 8934.0, 8928.0, 8944.0, 8945.0, 8951.0, 8928.0, 8944.0, 8919.0, 8972.0, 8933.0, 8993.0, 8939.0, 8962.0, 8952.0, 8933.0, 8949.0, 8951.0, 8950.0, 8936.0, 8934.0, 8934.0, 8974.0, 8953.0, 8989.0, 8937.0, 8944.0, 8947.0, 8975.0, 8966.0, 8931.0, 8931.0, 8933.0, 8973.0, 8917.0, 8993.0, 8935.0, 8957.0, 8934.0, 8985.0, 8960.0, 8991.0, 8945.0, 8913.0, 8915.0, 8925.0, 8957.0, 8914.0, 8939.0, 8930.0, 8942.0, 8931.0, 8989.0, 8935.0, 8943.0, 8937.0, 8959.0, 8966.0, 8938.0, 8950.0, 8935.0, 8967.0, 8937.0, 8951.0, 8950.0, 8956.0, 9030.0, 8973.0, 8960.0, 8953.0, 8953.0, 8996.0, 8969.0, 9014.0, 8963.0, 8970.0, 8927.0, 8952.0, 8941.0, 8939.0, 8925.0, 8923.0, 8927.0, 8912.0, 8974.0, 8932.0, 8971.0, 8934.0, 8958.0, 8935.0, 9002.0, 8968.0, 8945.0, 8931.0, 8927.0, 8957.0, 8939.0, 9011.0, 8925.0, 8951.0, 8907.0, 8950.0, 8907.0, 8986.0, 8923.0, 8946.0, 8922.0, 8945.0, 8923.0, 8977.0, 8944.0, 8923.0, 8938.0, 8922.0, 8928.0, 8926.0, 8956.0, 8929.0, 8956.0, 8931.0, 8942.0, 8927.0, 8969.0, 8947.0, 8952.0, 8928.0, 8937.0, 8933.0, 8972.0, 8964.0, 8929.0, 8929.0, 8929.0, 8957.0, 8929.0, 8993.0, 8937.0, 8973.0, 8937.0, 8959.0, 8937.0, 8976.0, 8985.0, 8933.0, 8946.0, 8935.0, 8981.0, 8932.0, 8974.0, 8930.0, 8972.0, 8929.0, 8989.0, 8949.0, 8973.0, 8934.0, 8956.0, 8945.0, 8983.0, 8983.0, 8931.0, 8933.0, 8933.0, 8963.0, 8932.0, 8998.0, 8937.0, 8959.0, 8938.0, 8973.0, 8949.0, 9010.0, 8950.0, 8933.0, 8950.0, 8946.0, 8978.0, 8948.0, 8957.0, 8933.0, 8955.0, 8930.0, 8985.0, 8963.0, 8974.0, 8937.0, 8958.0, 8930.0, 8973.0, 8981.0, 8928.0, 8958.0, 8929.0, 8956.0, 8927.0, 8991.0, 8917.0, 8967.0, 8929.0, 8967.0, 8945.0, 9001.0, 8930.0, 8943.0, 8947.0, 8942.0, 8963.0, 8933.0, 8961.0, 8948.0, 8959.0, 8934.0, 9004.0, 8970.0, 8962.0, 8949.0, 8933.0, 8973.0, 8934.0, 8976.0, 8932.0, 8960.0, 8933.0, 8988.0, 8968.0, 8988.0, 8958.0, 8930.0, 8960.0, 8958.0, 8980.0, 8916.0, 8954.0, 8931.0, 8968.0, 8943.0, 8989.0, 8932.0, 8941.0, 8945.0, 8958.0, 8962.0, 8931.0, 8956.0, 8946.0, 8973.0, 8960.0, 8992.0, 8946.0, 8956.0, 8959.0, 8956.0, 8960.0, 8929.0, 8955.0, 8931.0, 8956.0, 8945.0, 8989.0, 8934.0, 8931.0, 8952.0, 8947.0, 8967.0, 8949.0, 8958.0, 8949.0, 8972.0, 8945.0, 9008.0, 8948.0, 8954.0, 8946.0, 8955.0, 8959.0, 8929.0, 8939.0, 8926.0, 8952.0, 8925.0, 8989.0, 8930.0, 8967.0, 8933.0, 8968.0, 8944.0, 8972.0, 8944.0, 8927.0, 8929.0, 8925.0, 8969.0, 8931.0, 8969.0, 8935.0, 8942.0, 8930.0, 8984.0, 8965.0, 8927.0, 8929.0, 8926.0, 8972.0, 8944.0, 8978.0, 8931.0, 8955.0, 8932.0, 8968.0, 8946.0, 8975.0, 8945.0, 8930.0, 8927.0, 8927.0, 8974.0, 8933.0, 8958.0, 8934.0, 8961.0, 8949.0, 8961.0, 8948.0, 8934.0, 8947.0, 8933.0, 9010.0, 8951.0, 8960.0, 8948.0, 8974.0, 8962.0, 8963.0, 8944.0, 8929.0, 8956.0, 8929.0, 9007.0, 8931.0, 8954.0, 8939.0, 8938.0, 8946.0, 8915.0, 8942.0, 8934.0, 8957.0, 8947.0, 9003.0, 8964.0, 8945.0, 8929.0, 8932.0, 8960.0, 8940.0, 8993.0, 8930.0, 8953.0, 8929.0, 8952.0, 8945.0, 8988.0, 8942.0, 8922.0, 8939.0, 8921.0, 8977.0, 8913.0, 8938.0, 8923.0, 8952.0, 8910.0, 8972.0, 8930.0, 8954.0, 8932.0, 8983.0, 8944.0, 8930.0, 8928.0, 8927.0, 8941.0, 8927.0, 8974.0, 8931.0, 8941.0, 8933.0, 8985.0, 8963.0, 8947.0, 8945.0, 8930.0, 8930.0, 8926.0, 8987.0, 8947.0, 8955.0, 8932.0, 8956.0, 8944.0, 8957.0, 8962.0, 8930.0, 8940.0, 8932.0, 8971.0, 8945.0, 8988.0, 8932.0, 8928.0, 8947.0, 8944.0, 8977.0, 8931.0, 8957.0, 8932.0, 8970.0, 8945.0, 9005.0, 8948.0, 8942.0, 8934.0, 8941.0, 8958.0, 8949.0, 8978.0, 8936.0, 8946.0, 8949.0, 9005.0, 8985.0, 8967.0, 8948.0, 8934.0, 8976.0, 8931.0, 8994.0, 8915.0, 8954.0, 8911.0, 8987.0, 8944.0, 9004.0, 8944.0, 8954.0, 8943.0, 8967.0, 8941.0, 8939.0, 8925.0, 8924.0, 8925.0, 8924.0, 8969.0, 8931.0, 8956.0, 8916.0, 8925.0, 8930.0, 8980.0, 8961.0, 8939.0, 8955.0, 8924.0, 8955.0, 8908.0, 8991.0, 8924.0, 8935.0, 8909.0, 8945.0, 8937.0, 8996.0, 8941.0, 8937.0, 8956.0, 8923.0, 8939.0, 8926.0, 8939.0, 8926.0, 8938.0, 8924.0, 8972.0, 8931.0, 8956.0, 8947.0, 8943.0, 8947.0, 8932.0, 8930.0, 8929.0, 8943.0, 8914.0, 8985.0, 8934.0, 8956.0, 8945.0, 8924.0, 8943.0, 8930.0, 8963.0, 8932.0, 8959.0, 8951.0, 8958.0, 8947.0, 9000.0, 8969.0, 8945.0, 8933.0, 8932.0, 8960.0, 8928.0, 8979.0, 8927.0, 8952.0, 8932.0, 8970.0, 8944.0, 9006.0, 8945.0, 8941.0, 8959.0, 8927.0, 8956.0, 8960.0, 8958.0, 8931.0, 8939.0, 8933.0, 8984.0, 8946.0, 8929.0, 8927.0, 8913.0, 8941.0, 8928.0, 8986.0, 8946.0, 8926.0, 8930.0, 8926.0, 8959.0, 8946.0, 8957.0, 8933.0, 8944.0, 8962.0, 8971.0, 8973.0, 8964.0, 8974.0, 8932.0, 9009.0, 8929.0, 8912.0, 8935.0, 8920.0, 8948.0, 8928.0, 8969.0, 8943.0, 8931.0, 8947.0, 8933.0, 8988.0, 8961.0, 8929.0, 8926.0, 8923.0, 8956.0, 8923.0, 8985.0, 8954.0, 8987.0, 8955.0, 8946.0, 8931.0, 8954.0, 8927.0, 8950.0, 8939.0, 8938.0, 8910.0, 8880.0, 8907.0, 8896.0, 8941.0, 8897.0, 8940.0, 8899.0, 8909.0, 8901.0, 8941.0, 8920.0, 8919.0, 8923.0, 8928.0, 8929.0, 8932.0, 8976.0, 8951.0, 8945.0, 8963.0, 8931.0, 8960.0, 8935.0, 8981.0, 8934.0, 8945.0, 8929.0, 8953.0, 8930.0, 8987.0, 8930.0, 8967.0, 8929.0, 8981.0, 8947.0, 8957.0, 8946.0, 8934.0, 8932.0, 8948.0, 8977.0, 8967.0, 8993.0, 8940.0, 8977.0, 8968.0, 8980.0, 8984.0, 8935.0, 8961.0, 8932.0, 8960.0, 8931.0, 9006.0, 8932.0, 8954.0, 8937.0, 8985.0, 8960.0, 8947.0, 8947.0, 8935.0, 8950.0, 8950.0, 8990.0, 8973.0, 9007.0, 8967.0, 8947.0, 8964.0, 8961.0, 8995.0, 8948.0, 8975.0, 8919.0, 8957.0, 8933.0, 9005.0, 8962.0, 8925.0, 8927.0, 8925.0, 8972.0, 8942.0, 8974.0, 8931.0, 8951.0, 8928.0, 8968.0, 8959.0, 8949.0, 8946.0, 8934.0, 8931.0, 8936.0, 8974.0, 8966.0, 8975.0, 8960.0, 8913.0, 8972.0, 8929.0, 8978.0, 8929.0, 8953.0, 8943.0, 8967.0, 8957.0, 8984.0, 8929.0, 8912.0, 8925.0, 8912.0, 8968.0, 8927.0, 8988.0, 8932.0, 8955.0, 8942.0, 8929.0, 8942.0, 8930.0, 8945.0, 8930.0, 8930.0, 8932.0, 8986.0, 8965.0, 8931.0, 8935.0, 8931.0, 8974.0, 8931.0, 8992.0, 8929.0, 8937.0, 8943.0, 8968.0, 8945.0, 8985.0, 8941.0, 8924.0, 8926.0, 8909.0, 8958.0, 8912.0, 8939.0, 8930.0, 8965.0, 8944.0, 9002.0, 8949.0, 8928.0, 8930.0, 8948.0, 8959.0, 8927.0, 8976.0, 8913.0, 8937.0, 8914.0, 8963.0, 8929.0, 8986.0, 8945.0, 8951.0, 8940.0, 8926.0, 8942.0, 8926.0, 8972.0, 8928.0, 8956.0, 8930.0, 8942.0, 8931.0, 8970.0, 8966.0, 8957.0, 8946.0, 8929.0, 8972.0, 8929.0, 8979.0, 8944.0, 8955.0, 8929.0, 8950.0, 8928.0, 9002.0, 8959.0, 8911.0, 8923.0, 8927.0, 8969.0, 8929.0, 8970.0, 8918.0, 8956.0, 8944.0, 8957.0, 8978.0, 8933.0, 8959.0, 8932.0, 8956.0, 8931.0, 9002.0, 8982.0, 8956.0, 8914.0, 8912.0, 8954.0, 8924.0, 8987.0, 8928.0, 8952.0, 8932.0, 8982.0, 8945.0, 8945.0, 8930.0, 8932.0, 8931.0, 8933.0, 8970.0, 8966.0, 8973.0, 8931.0, 8928.0, 8952.0, 8926.0, 8987.0, 8945.0, 8984.0, 8939.0, 8938.0, 8955.0, 8951.0, 8972.0, 8925.0, 8936.0, 8922.0, 8919.0, 8910.0, 8964.0, 8942.0, 8925.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.000744614499424626</td></tr>
<tr><td colspan=3>aqi</td><td>0.024465005063291138</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.034181660702764</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2139292349423951</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0077614899078344</td></tr>
<tr><td colspan=3>efc</td><td>0.4811</td></tr>
<tr><td colspan=3>fber</td><td>5929.4019</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13068281145977081</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>162</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.642117376294593</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.489357473115654</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372923397970552</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.683312026933947</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.411836994442463</td></tr>
<tr><td colspan=3>gcor</td><td>0.0042494</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02677207812666893</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0265905000269413</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9378856119887544</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>29.2772</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3781</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.5279</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297556.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.0458</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6523</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.0366</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3202.7878</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.1481</td></tr>
<tr><td colspan=3>tsnr</td><td>40.661857876461</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>