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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:49:20.415000</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.998781, 0.0266646, 0.0415368, -0.0209215, 0.990891, -0.133033]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0804958</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7754, -7287, 400, -125, -192, 45, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f883036-6c15-46a9-b59d-9dc260786cd9||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.679656744003296, -0.0561307817697525, 0.12070538103580475, 114.38377380371094], [-0.07153919339179993, 2.658487558364868, -0.3564036786556244, -85.53070831298828], [0.11144020408391953, 0.35691654682159424, 2.6736505031585693, -101.0906982421875], [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': ['094920.415000', '094920.875000', '094921.335000', '094921.795000', '094922.255000', '094922.715000', '094923.175000', '094923.635000', '094924.095000', '094924.555000', '094925.015000', '094925.475000', '094925.935000', '094926.395000', '094926.855000', '094927.315000', '094927.775000', '094928.235000', '094928.695000', '094929.155000', '094929.615000', '094930.075000', '094930.535000', '094930.995000', '094931.455000', '094931.915000', '094932.375000', '094932.835000', '094933.295000', '094933.755000', '094934.215000', '094934.675000', '094935.135000', '094935.595000', '094936.055000', '094936.515000', '094936.975000', '094937.435000', '094937.895000', '094938.355000', '094938.815000', '094939.275000', '094939.735000', '094940.195000', '094940.655000', '094941.115000', '094941.575000', '094942.035000', '094942.495000', '094942.955000', '094943.415000', '094943.875000', '094944.335000', '094944.795000', '094945.255000', '094945.715000', '094946.175000', '094946.635000', '094947.095000', '094947.555000', '094948.015000', '094948.475000', '094948.935000', '094949.395000', '094949.855000', '094950.315000', '094950.775000', '094951.235000', '094951.695000', '094952.155000', '094952.615000', '094953.075000', '094953.535000', '094953.995000', '094954.455000', '094954.915000', '094955.375000', '094955.835000', '094956.295000', '094956.755000', '094957.215000', '094957.675000', '094958.135000', '094958.595000', '094959.055000', '094959.515000', '094959.975000', '095000.435000', '095000.895000', '095001.355000', '095001.815000', '095002.275000', '095002.735000', '095003.195000', '095003.655000', '095004.115000', '095004.575000', '095005.035000', '095005.495000', '095005.955000', '095006.415000', '095006.875000', '095007.335000', '095007.795000', '095008.255000', '095008.715000', '095009.175000', '095009.635000', '095010.095000', '095010.555000', '095011.015000', '095011.475000', '095011.935000', '095012.395000', '095012.855000', '095013.315000', '095013.775000', '095014.235000', '095014.695000', '095015.155000', '095015.615000', '095016.075000', '095016.535000', '095016.995000', '095017.455000', '095017.915000', '095018.375000', '095018.835000', '095019.295000', '095019.755000', '095020.215000', '095020.675000', '095021.135000', '095021.595000', '095022.055000', '095022.515000', '095022.975000', '095023.435000', '095023.895000', '095024.355000', '095024.815000', '095025.275000', '095025.735000', '095026.195000', '095026.655000', '095027.115000', '095027.575000', '095028.035000', '095028.495000', '095028.955000', '095029.415000', '095029.875000', '095030.335000', '095030.795000', '095031.255000', '095031.715000', '095032.175000', '095032.635000', '095033.095000', '095033.555000', '095034.015000', '095034.475000', '095034.935000', '095035.395000', '095035.855000', '095036.315000', '095036.775000', '095037.235000', '095037.695000', '095038.155000', '095038.615000', '095039.075000', '095039.535000', '095039.995000', '095040.455000', '095040.915000', '095041.375000', '095041.835000', '095042.295000', '095042.755000', '095043.215000', '095043.675000', '095044.135000', '095044.595000', '095045.055000', '095045.515000', '095045.975000', '095046.435000', '095046.895000', '095047.355000', '095047.815000', '095048.275000', '095048.735000', '095049.195000', '095049.655000', '095050.115000', '095050.575000', '095051.035000', '095051.495000', '095051.955000', '095052.415000', '095052.875000', '095053.335000', '095053.795000', '095054.255000', '095054.715000', '095055.175000', '095055.635000', '095056.095000', '095056.555000', '095057.015000', '095057.475000', '095057.935000', '095058.395000', '095058.855000', '095059.315000', '095059.775000', '095100.235000', '095100.695000', '095101.155000', '095101.615000', '095102.075000', '095102.535000', '095102.995000', '095103.455000', '095103.915000', '095104.375000', '095104.835000', '095105.295000', '095105.755000', '095106.215000', '095106.675000', '095107.135000', '095107.595000', '095108.055000', '095108.515000', '095108.975000', '095109.435000', '095109.895000', '095110.355000', '095110.815000', '095111.275000', '095111.735000', '095112.195000', '095112.655000', '095113.115000', '095113.575000', '095114.035000', '095114.495000', '095114.955000', '095115.415000', '095115.875000', '095116.335000', '095116.795000', '095117.255000', '095117.715000', '095118.175000', '095118.635000', '095119.095000', '095119.555000', '095120.015000', '095120.475000', '095120.935000', '095121.395000', '095121.855000', '095122.315000', '095122.775000', '095123.235000', '095123.695000', '095124.155000', '095124.615000', '095125.075000', '095125.535000', '095125.995000', '095126.455000', '095126.915000', '095127.375000', '095127.835000', '095128.295000', '095128.755000', '095129.215000', '095129.675000', '095130.135000', '095130.595000', '095131.055000', '095131.515000', '095131.975000', '095132.435000', '095132.895000', '095133.355000', '095133.815000', '095134.275000', '095134.735000', '095135.195000', '095135.655000', '095136.115000', '095136.575000', '095137.035000', '095137.495000', '095137.955000', '095138.415000', '095138.875000', '095139.335000', '095139.795000', '095140.255000', '095140.715000', '095141.175000', '095141.635000', '095142.095000', '095142.555000', '095143.015000', '095143.475000', '095143.935000', '095144.395000', '095144.855000', '095145.315000', '095145.775000', '095146.235000', '095146.695000', '095147.155000', '095147.615000', '095148.075000', '095148.535000', '095148.995000', '095149.455000', '095149.915000', '095150.375000', '095150.835000', '095151.295000', '095151.755000', '095152.215000', '095152.675000', '095153.135000', '095153.595000', '095154.055000', '095154.515000', '095154.975000', '095155.435000', '095155.895000', '095156.355000', '095156.815000', '095157.275000', '095157.735000', '095158.195000', '095158.655000', '095159.115000', '095159.575000', '095200.035000', '095200.495000', '095200.955000', '095201.415000', '095201.875000', '095202.335000', '095202.795000', '095203.255000', '095203.715000', '095204.175000', '095204.635000', '095205.095000', '095205.555000', '095206.015000', '095206.475000', '095206.935000', '095207.395000', '095207.855000', '095208.315000', '095208.775000', '095209.235000', '095209.695000', '095210.155000', '095210.615000', '095211.075000', '095211.535000', '095211.995000', '095212.455000', '095212.915000', '095213.375000', '095213.835000', '095214.295000', '095214.755000', '095215.215000', '095215.675000', '095216.135000', '095216.595000', '095217.055000', '095217.515000', '095217.975000', '095218.435000', '095218.895000', '095219.355000', '095219.815000', '095220.275000', '095220.735000', '095221.195000', '095221.655000', '095222.115000', '095222.575000', '095223.035000', '095223.495000', '095223.955000', '095224.415000', '095224.875000', '095225.335000', '095225.795000', '095226.255000', '095226.715000', '095227.175000', '095227.635000', '095228.095000', '095228.555000', '095229.015000', '095229.475000', '095229.935000', '095230.395000', '095230.855000', '095231.315000', '095231.775000', '095232.235000', '095232.695000', '095233.155000', '095233.615000', '095234.075000', '095234.535000', '095234.995000', '095235.455000', '095235.915000', '095236.375000', '095236.835000', '095237.295000', '095237.755000', '095238.215000', '095238.675000', '095239.135000', '095239.595000', '095240.055000', '095240.515000', '095240.975000', '095241.435000', '095241.895000', '095242.355000', '095242.815000', '095243.275000', '095243.735000', '095244.195000', '095244.655000', '095245.115000', '095245.575000', '095246.035000', '095246.495000', '095246.955000', '095247.415000', '095247.875000', '095248.335000', '095248.795000', '095249.255000', '095249.715000', '095250.175000', '095250.635000', '095251.095000', '095251.555000', '095252.015000', '095252.475000', '095252.935000', '095253.395000', '095253.855000', '095254.315000', '095254.775000', '095255.235000', '095255.695000', '095256.155000', '095256.615000', '095257.075000', '095257.535000', '095257.995000', '095258.455000', '095258.915000', '095259.375000', '095259.835000', '095300.295000', '095300.755000', '095301.215000', '095301.675000', '095302.135000', '095302.595000', '095303.055000', '095303.515000', '095303.975000', '095304.435000', '095304.895000', '095305.355000', '095305.815000', '095306.275000', '095306.735000', '095307.195000', '095307.655000', '095308.115000', '095308.575000', '095309.035000', '095309.495000', '095309.955000', '095310.415000', '095310.875000', '095311.335000', '095311.795000', '095312.255000', '095312.715000', '095313.175000', '095313.635000', '095314.095000', '095314.555000', '095315.015000', '095315.475000', '095315.935000', '095316.395000', '095316.855000', '095317.315000', '095317.775000', '095318.235000', '095318.695000', '095319.155000', '095319.615000', '095320.075000', '095320.535000', '095320.995000', '095321.455000', '095321.915000', '095322.375000', '095322.835000', '095323.295000', '095323.755000', '095324.215000', '095324.675000', '095325.135000', '095325.595000', '095326.055000', '095326.515000', '095326.975000', '095327.435000', '095327.895000', '095328.355000', '095328.815000', '095329.275000', '095329.735000', '095330.195000', '095330.655000', '095331.115000', '095331.575000', '095332.035000', '095332.495000', '095332.955000', '095333.415000', '095333.875000', '095334.335000', '095334.795000', '095335.255000', '095335.715000', '095336.175000', '095336.635000', '095337.095000', '095337.555000', '095338.015000', '095338.475000', '095338.935000', '095339.395000', '095339.855000', '095340.315000', '095340.775000', '095341.235000', '095341.695000', '095342.155000', '095342.615000', '095343.075000', '095343.535000', '095343.995000', '095344.455000', '095344.915000', '095345.375000', '095345.835000', '095346.295000', '095346.755000', '095347.215000', '095347.675000', '095348.135000', '095348.595000', '095349.055000', '095349.515000', '095349.975000', '095350.435000', '095350.895000', '095351.355000', '095351.815000', '095352.275000', '095352.735000', '095353.195000', '095353.655000', '095354.115000', '095354.575000', '095355.035000', '095355.495000', '095355.955000', '095356.415000', '095356.875000', '095357.335000', '095357.795000', '095358.255000', '095358.715000', '095359.175000', '095359.635000', '095400.095000', '095400.555000', '095401.015000', '095401.475000', '095401.935000', '095402.395000', '095402.855000', '095403.315000', '095403.775000', '095404.235000', '095404.695000', '095405.155000', '095405.615000', '095406.075000', '095406.535000', '095406.995000', '095407.455000', '095407.915000', '095408.375000', '095408.835000', '095409.295000', '095409.755000', '095410.215000', '095410.675000', '095411.135000', '095411.595000', '095412.055000', '095412.515000', '095412.975000', '095413.435000', '095413.895000', '095414.355000', '095414.815000', '095415.275000', '095415.735000', '095416.195000', '095416.655000', '095417.115000', '095417.575000', '095418.035000', '095418.495000', '095418.955000', '095419.415000', '095419.875000', '095420.335000', '095420.795000', '095421.255000', '095421.715000', '095422.175000', '095422.635000', '095423.095000', '095423.555000', '095424.015000', '095424.475000', '095424.935000', '095425.395000', '095425.855000', '095426.315000', '095426.775000', '095427.235000', '095427.695000', '095428.155000', '095428.615000', '095429.075000', '095429.535000', '095429.995000', '095430.455000', '095430.915000', '095431.375000', '095431.835000', '095432.295000', '095432.755000', '095433.215000', '095433.675000', '095434.135000', '095434.595000', '095435.055000', '095435.515000', '095435.975000', '095436.435000', '095436.895000', '095437.355000', '095437.815000', '095438.275000', '095438.735000', '095439.195000', '095439.655000', '095440.115000', '095440.575000', '095441.035000', '095441.495000', '095441.955000', '095442.415000', '095442.875000', '095443.335000', '095443.795000', '095444.255000', '095444.715000', '095445.175000', '095445.635000', '095446.095000', '095446.555000', '095447.015000', '095447.475000', '095447.935000', '095448.395000', '095448.855000', '095449.315000', '095449.775000', '095450.235000', '095450.695000', '095451.155000', '095451.615000', '095452.075000', '095452.535000', '095452.995000', '095453.455000', '095453.915000', '095454.375000', '095454.835000', '095455.295000', '095455.755000', '095456.215000', '095456.675000', '095457.135000', '095457.595000', '095458.055000', '095458.515000', '095458.975000', '095459.435000', '095459.895000', '095500.355000', '095500.815000', '095501.275000', '095501.735000', '095502.195000', '095502.655000', '095503.115000', '095503.575000', '095504.035000', '095504.495000', '095504.955000', '095505.415000', '095505.875000', '095506.335000', '095506.795000', '095507.255000', '095507.715000', '095508.175000', '095508.635000', '095509.095000', '095509.555000', '095510.015000', '095510.475000', '095510.935000', '095511.395000', '095511.855000', '095512.315000', '095512.775000', '095513.235000', '095513.695000', '095514.155000', '095514.615000', '095515.075000', '095515.535000', '095515.995000', '095516.455000', '095516.915000', '095517.375000', '095517.835000', '095518.295000', '095518.755000', '095519.215000', '095519.675000', '095520.135000', '095520.595000', '095521.055000', '095521.515000', '095521.975000', '095522.435000', '095522.895000', '095523.355000', '095523.815000', '095524.275000', '095524.735000', '095525.195000', '095525.655000', '095526.115000', '095526.575000', '095527.035000', '095527.495000', '095527.955000', '095528.415000', '095528.875000', '095529.335000', '095529.795000', '095530.255000', '095530.715000', '095531.175000', '095531.635000', '095532.095000', '095532.555000', '095533.015000', '095533.475000', '095533.935000', '095534.395000', '095534.855000', '095535.315000', '095535.775000', '095536.235000', '095536.695000', '095537.155000', '095537.615000', '095538.075000', '095538.535000', '095538.995000', '095539.455000', '095539.915000', '095540.375000', '095540.835000', '095541.295000', '095541.755000', '095542.215000', '095542.675000', '095543.135000', '095543.595000', '095544.055000', '095544.515000', '095544.975000', '095545.435000', '095545.895000', '095546.355000', '095546.815000', '095547.275000', '095547.735000', '095548.195000', '095548.655000', '095549.115000', '095549.575000', '095550.035000', '095550.495000', '095550.955000', '095551.415000', '095551.875000', '095552.335000', '095552.795000', '095553.255000', '095553.715000', '095554.175000', '095554.635000', '095555.095000', '095555.555000', '095556.015000', '095556.475000', '095556.935000', '095557.395000', '095557.855000', '095558.315000', '095558.775000', '095559.235000', '095559.695000', '095600.155000', '095600.615000', '095601.075000'], 'ContentTime': ['094946.078000', '094946.082000', '094946.084000', '094946.087000', '094946.089000', '094946.092000', '094946.094000', '094946.097000', '094946.100000', '094946.102000', '094946.105000', '094946.107000', '094946.110000', '094946.112000', '094946.115000', '094946.117000', '094946.120000', '094946.123000', '094946.125000', '094946.128000', '094946.130000', '094946.133000', '094946.136000', '094946.138000', '094946.141000', '094946.143000', '094946.146000', '094946.148000', '094946.151000', '094946.154000', '094946.156000', '094946.159000', '094946.161000', '094946.164000', '094946.166000', '094946.169000', '094946.172000', '094946.174000', '094946.177000', '094946.180000', '094946.197000', '094946.209000', '094946.212000', '094946.214000', '094946.217000', '094946.219000', '094946.222000', '094946.224000', '094946.227000', '094946.230000', '094946.232000', '094946.235000', '095006.047000', '095006.050000', '095006.053000', '095006.055000', '095006.058000', '095006.060000', '095006.063000', '095006.065000', '095006.068000', '095006.071000', '095006.073000', '095006.076000', '095006.078000', '095006.081000', '095006.083000', '095006.086000', '095006.088000', '095006.091000', '095006.094000', '095006.096000', '095006.099000', '095006.101000', '095006.104000', '095006.106000', '095006.116000', '095006.119000', '095006.121000', '095006.124000', '095006.126000', '095006.129000', '095006.131000', '095006.134000', '095006.137000', '095006.139000', '095006.142000', '095006.144000', '095006.147000', '095006.149000', '095006.152000', '095006.154000', '095006.157000', '095006.160000', '095006.162000', '095006.165000', '095026.046000', '095026.049000', '095026.052000', '095026.054000', '095026.057000', '095026.060000', '095026.062000', '095026.065000', '095026.067000', '095026.070000', '095026.072000', '095026.075000', '095026.077000', '095026.080000', '095026.082000', '095026.085000', '095026.088000', '095026.090000', '095026.093000', '095026.106000', '095026.109000', '095026.112000', '095026.114000', '095026.117000', '095026.119000', '095026.122000', '095026.124000', '095026.127000', '095026.130000', '095026.132000', '095026.135000', '095026.137000', '095026.140000', '095026.142000', '095026.145000', '095026.148000', '095026.150000', '095026.153000', '095026.155000', '095026.158000', '095026.160000', '095026.163000', '095026.166000', '095046.047000', '095046.049000', '095046.052000', '095046.054000', '095046.057000', '095046.060000', '095046.062000', '095046.065000', '095046.067000', '095046.078000', '095046.080000', '095046.083000', '095046.085000', '095046.088000', '095046.090000', '095046.093000', '095046.096000', '095046.098000', '095046.101000', '095046.103000', '095046.106000', '095046.108000', '095046.111000', '095046.113000', '095046.116000', '095046.119000', '095046.121000', '095046.124000', '095046.126000', '095046.129000', '095046.131000', '095046.134000', '095046.137000', '095046.139000', '095046.142000', '095046.144000', '095046.147000', '095046.149000', '095046.152000', '095046.154000', '095046.157000', '095046.160000', '095046.162000', '095046.165000', '095106.046000', '095106.049000', '095106.052000', '095106.054000', '095106.057000', '095106.060000', '095106.062000', '095106.065000', '095106.067000', '095106.070000', '095106.072000', '095106.075000', '095106.078000', '095106.080000', '095106.083000', '095106.085000', '095106.088000', '095106.091000', '095106.093000', '095106.096000', '095106.098000', '095106.101000', '095106.103000', '095106.106000', '095106.109000', '095106.111000', '095106.114000', '095106.116000', '095106.119000', '095106.122000', '095106.124000', '095106.127000', '095106.129000', '095106.132000', '095106.134000', '095106.137000', '095106.139000', '095106.152000', '095106.155000', '095106.157000', '095106.168000', '095106.170000', '095106.173000', '095126.047000', '095126.050000', '095126.052000', '095126.055000', '095126.057000', '095126.060000', '095126.073000', '095126.075000', '095126.078000', '095126.081000', '095126.083000', '095126.086000', '095126.088000', '095126.091000', '095126.103000', '095126.106000', '095126.108000', '095126.111000', '095126.114000', '095126.116000', '095126.119000', '095126.121000', '095126.124000', '095126.127000', '095126.129000', '095126.132000', '095126.135000', '095126.137000', '095126.140000', '095126.142000', '095126.145000', '095126.147000', '095126.150000', '095126.153000', '095126.155000', '095126.158000', '095126.161000', '095126.163000', '095126.166000', '095126.168000', '095126.171000', '095126.173000', '095126.176000', '095126.179000', '095146.048000', '095146.051000', '095146.054000', '095146.056000', '095146.059000', '095146.062000', '095146.064000', '095146.067000', '095146.069000', '095146.072000', '095146.074000', '095146.077000', '095146.080000', '095146.082000', '095146.085000', '095146.088000', '095146.090000', '095146.093000', '095146.095000', '095146.098000', '095146.100000', '095146.103000', '095146.106000', '095146.108000', '095146.111000', '095146.114000', '095146.116000', '095146.119000', '095146.121000', '095146.124000', '095146.126000', '095146.129000', '095146.132000', '095146.134000', '095146.137000', '095146.139000', '095146.142000', '095146.144000', '095146.147000', '095146.150000', '095146.152000', '095146.155000', '095146.157000', '095206.048000', '095206.050000', '095206.053000', '095206.055000', '095206.058000', '095206.061000', '095206.063000', '095206.066000', '095206.068000', '095206.071000', '095206.073000', '095206.076000', '095206.079000', '095206.081000', '095206.084000', '095206.086000', '095206.089000', '095206.091000', '095206.097000', '095206.100000', '095206.102000', '095206.105000', '095206.107000', '095206.110000', '095206.112000', '095206.115000', '095206.118000', '095206.120000', '095206.123000', '095206.125000', '095206.128000', '095206.131000', '095206.133000', '095206.136000', '095206.138000', '095206.141000', '095206.144000', '095206.146000', '095206.149000', '095206.151000', '095206.154000', '095206.157000', '095206.159000', '095206.162000', '095226.048000', '095226.050000', '095226.053000', '095226.055000', '095226.058000', '095226.061000', '095226.063000', '095226.066000', '095226.068000', '095226.071000', '095226.074000', '095226.077000', '095226.079000', '095226.082000', '095226.084000', '095226.087000', '095226.089000', '095226.092000', '095226.095000', '095226.097000', '095226.100000', '095226.102000', '095226.105000', '095226.108000', '095226.110000', '095226.113000', '095226.115000', '095226.118000', '095226.121000', '095226.123000', '095226.126000', '095226.128000', '095226.131000', '095226.133000', '095226.136000', '095226.139000', '095226.141000', '095226.144000', '095226.146000', '095226.149000', '095226.152000', '095226.154000', '095226.157000', '095246.046000', '095246.049000', '095246.052000', '095246.054000', '095246.057000', '095246.061000', '095246.063000', '095246.066000', '095246.068000', '095246.071000', '095246.074000', '095246.076000', '095246.079000', '095246.081000', '095246.084000', '095246.086000', '095246.089000', '095246.092000', '095246.094000', '095246.097000', '095246.099000', '095246.102000', '095246.104000', '095246.107000', '095246.110000', '095246.112000', '095246.115000', '095246.118000', '095246.120000', '095246.123000', '095246.126000', '095246.128000', '095246.131000', '095246.133000', '095246.136000', '095246.138000', '095246.142000', '095246.144000', '095246.147000', '095246.150000', '095246.152000', '095246.155000', '095246.157000', '095246.160000', '095306.047000', '095306.049000', '095306.052000', '095306.055000', '095306.057000', '095306.060000', '095306.062000', '095306.065000', '095306.067000', '095306.084000', '095306.086000', '095306.089000', '095306.092000', '095306.094000', '095306.097000', '095306.099000', '095306.102000', '095306.105000', '095306.107000', '095306.110000', '095306.113000', '095306.115000', '095306.118000', '095306.120000', '095306.123000', '095306.126000', '095306.128000', '095306.131000', '095306.133000', '095306.136000', '095306.139000', '095306.141000', '095306.144000', '095306.146000', '095306.149000', '095306.151000', '095306.154000', '095306.157000', '095306.159000', '095306.162000', '095306.164000', '095306.167000', '095306.169000', '095326.047000', '095326.049000', '095326.052000', '095326.055000', '095326.057000', '095326.060000', '095326.062000', '095326.065000', '095326.067000', '095326.070000', '095326.083000', '095326.086000', '095326.089000', '095326.091000', '095326.094000', '095326.096000', '095326.099000', '095326.102000', '095326.104000', '095326.107000', '095326.109000', '095326.112000', '095326.115000', '095326.117000', '095326.120000', '095326.122000', '095326.125000', '095326.128000', '095326.130000', '095326.133000', '095326.135000', '095326.138000', '095326.140000', '095326.143000', '095326.146000', '095326.148000', '095326.151000', '095326.153000', '095326.156000', '095326.158000', '095326.161000', '095326.180000', '095326.182000', '095326.185000', '095346.047000', '095346.049000', '095346.052000', '095346.055000', '095346.057000', '095346.060000', '095346.062000', '095346.065000', '095346.068000', '095346.070000', '095346.073000', '095346.076000', '095346.078000', '095346.081000', '095346.083000', '095346.086000', '095346.089000', '095346.091000', '095346.094000', '095346.096000', '095346.099000', '095346.102000', '095346.104000', '095346.107000', '095346.109000', '095346.112000', '095346.115000', '095346.117000', '095346.120000', '095346.122000', '095346.125000', '095346.127000', '095346.130000', '095346.133000', '095346.135000', '095346.138000', '095346.140000', '095346.143000', '095346.146000', '095346.148000', '095346.151000', '095346.153000', '095346.156000', '095406.048000', '095406.051000', '095406.053000', '095406.056000', '095406.058000', '095406.061000', '095406.063000', '095406.066000', '095406.069000', '095406.071000', '095406.074000', '095406.076000', '095406.079000', '095406.082000', '095406.084000', '095406.087000', '095406.089000', '095406.092000', '095406.095000', '095406.098000', '095406.101000', '095406.104000', '095406.107000', '095406.109000', '095406.112000', '095406.114000', '095406.117000', '095406.120000', '095406.122000', '095406.125000', '095406.127000', '095406.130000', '095406.133000', '095406.135000', '095406.138000', '095406.140000', '095406.143000', '095406.146000', '095406.148000', '095406.151000', '095406.154000', '095406.156000', '095406.159000', '095406.161000', '095426.048000', '095426.051000', '095426.053000', '095426.056000', '095426.058000', '095426.061000', '095426.064000', '095426.066000', '095426.069000', '095426.071000', '095426.074000', '095426.077000', '095426.079000', '095426.082000', '095426.084000', '095426.087000', '095426.090000', '095426.092000', '095426.095000', '095426.097000', '095426.100000', '095426.103000', '095426.105000', '095426.108000', '095426.110000', '095426.113000', '095426.116000', '095426.118000', '095426.121000', '095426.123000', '095426.126000', '095426.129000', '095426.131000', '095426.134000', '095426.145000', '095426.148000', '095426.150000', '095426.153000', '095426.155000', '095426.158000', '095426.160000', '095426.163000', '095426.166000', '095446.048000', '095446.050000', '095446.053000', '095446.056000', '095446.058000', '095446.061000', '095446.063000', '095446.066000', '095446.069000', '095446.071000', '095446.074000', '095446.076000', '095446.079000', '095446.082000', '095446.085000', '095446.088000', '095446.091000', '095446.093000', '095446.096000', '095446.099000', '095446.101000', '095446.104000', '095446.106000', '095446.109000', '095446.111000', '095446.114000', '095446.116000', '095446.119000', '095446.122000', '095446.124000', '095446.127000', '095446.129000', '095446.132000', '095446.134000', '095446.137000', '095446.140000', '095446.142000', '095446.145000', '095446.147000', '095446.150000', '095446.153000', '095446.155000', '095446.158000', '095506.047000', '095506.049000', '095506.052000', '095506.055000', '095506.057000', '095506.060000', '095506.062000', '095506.065000', '095506.068000', '095506.070000', '095506.073000', '095506.075000', '095506.078000', '095506.080000', '095506.083000', '095506.086000', '095506.088000', '095506.091000', '095506.093000', '095506.096000', '095506.099000', '095506.101000', '095506.104000', '095506.106000', '095506.109000', '095506.111000', '095506.114000', '095506.116000', '095506.119000', '095506.122000', '095506.124000', '095506.127000', '095506.129000', '095506.132000', '095506.134000', '095506.137000', '095506.140000', '095506.142000', '095506.145000', '095506.147000', '095506.150000', '095506.152000', '095506.155000', '095506.158000', '095526.046000', '095526.049000', '095526.052000', '095526.054000', '095526.057000', '095526.060000', '095526.062000', '095526.067000', '095526.069000', '095526.072000', '095526.074000', '095526.077000', '095526.079000', '095526.082000', '095526.085000', '095526.087000', '095526.090000', '095526.092000', '095526.095000', '095526.098000', '095526.100000', '095526.103000', '095526.105000', '095526.108000', '095526.110000', '095526.113000', '095526.115000', '095526.118000', '095526.121000', '095526.123000', '095526.127000', '095526.129000', '095526.132000', '095526.135000', '095526.138000', '095526.141000', '095526.144000', '095526.146000', '095526.149000', '095526.151000', '095526.154000', '095526.156000', '095526.159000', '095546.047000', '095546.050000', '095546.052000', '095546.055000', '095546.058000', '095546.060000', '095546.063000', '095546.066000', '095546.068000', '095546.071000', '095546.073000', '095546.076000', '095546.079000', '095546.081000', '095546.084000', '095546.087000', '095546.089000', '095546.092000', '095546.095000', '095546.097000', '095546.100000', '095546.103000', '095546.105000', '095546.108000', '095546.111000', '095546.113000', '095546.116000', '095546.118000', '095546.121000', '095546.124000', '095546.126000', '095546.129000', '095546.132000', '095546.134000', '095546.137000', '095546.140000', '095546.142000', '095546.145000', '095546.147000', '095546.150000', '095546.153000', '095546.155000', '095546.158000', '095546.161000', '095602.883000', '095602.886000', '095602.889000', '095602.891000', '095602.894000', '095602.896000', '095602.899000', '095602.902000', '095602.904000', '095602.907000', '095602.910000', '095602.912000', '095602.915000', '095602.917000', '095602.920000', '095602.923000', '095602.925000', '095602.928000', '095602.931000', '095602.933000', '095602.936000', '095602.939000', '095602.941000', '095602.944000', '095602.947000', '095602.949000', '095602.952000', '095602.955000', '095602.957000', '095602.960000', '095602.962000', '095602.965000', '095602.968000', '095602.970000', '095602.973000', '095602.976000', '095602.978000'], 'InstanceCreationTime': ['094946.078000', '094946.082000', '094946.084000', '094946.087000', '094946.089000', '094946.092000', '094946.094000', '094946.097000', '094946.100000', '094946.102000', '094946.105000', '094946.107000', '094946.110000', '094946.112000', '094946.115000', '094946.117000', '094946.120000', '094946.123000', '094946.125000', '094946.128000', '094946.130000', '094946.133000', '094946.136000', '094946.138000', '094946.141000', '094946.143000', '094946.146000', '094946.148000', '094946.151000', '094946.154000', '094946.156000', '094946.159000', '094946.161000', '094946.164000', '094946.166000', '094946.169000', '094946.172000', '094946.174000', '094946.177000', '094946.180000', '094946.197000', '094946.209000', '094946.212000', '094946.214000', '094946.217000', '094946.219000', '094946.222000', '094946.224000', '094946.227000', '094946.230000', '094946.232000', '094946.235000', '095006.047000', '095006.050000', '095006.053000', '095006.055000', '095006.058000', '095006.060000', '095006.063000', '095006.065000', '095006.068000', '095006.071000', '095006.073000', '095006.076000', '095006.078000', '095006.081000', '095006.083000', '095006.086000', '095006.088000', '095006.091000', '095006.094000', '095006.096000', '095006.099000', '095006.101000', '095006.104000', '095006.106000', '095006.116000', '095006.119000', '095006.121000', '095006.124000', '095006.126000', '095006.129000', '095006.131000', '095006.134000', '095006.137000', '095006.139000', '095006.142000', '095006.144000', '095006.147000', '095006.149000', '095006.152000', '095006.154000', '095006.157000', '095006.160000', '095006.162000', '095006.165000', '095026.046000', '095026.049000', '095026.052000', '095026.054000', '095026.057000', '095026.060000', '095026.062000', '095026.065000', '095026.067000', '095026.070000', '095026.072000', '095026.075000', '095026.077000', '095026.080000', '095026.082000', '095026.085000', '095026.088000', '095026.090000', '095026.093000', '095026.106000', '095026.109000', '095026.112000', '095026.114000', '095026.117000', '095026.119000', '095026.122000', '095026.124000', '095026.127000', '095026.130000', '095026.132000', '095026.135000', '095026.137000', '095026.140000', '095026.142000', '095026.145000', '095026.148000', '095026.150000', '095026.153000', '095026.155000', '095026.158000', '095026.160000', '095026.163000', '095026.166000', '095046.047000', '095046.049000', '095046.052000', '095046.054000', '095046.057000', '095046.060000', '095046.062000', '095046.065000', '095046.067000', '095046.078000', '095046.080000', '095046.083000', '095046.085000', '095046.088000', '095046.090000', '095046.093000', '095046.096000', '095046.098000', '095046.101000', '095046.103000', '095046.106000', '095046.108000', '095046.111000', '095046.113000', '095046.116000', '095046.119000', '095046.121000', '095046.124000', '095046.126000', '095046.129000', '095046.131000', '095046.134000', '095046.137000', '095046.139000', '095046.142000', '095046.144000', '095046.147000', '095046.149000', '095046.152000', '095046.154000', '095046.157000', '095046.160000', '095046.162000', '095046.165000', '095106.046000', '095106.049000', '095106.052000', '095106.054000', '095106.057000', '095106.060000', '095106.062000', '095106.065000', '095106.067000', '095106.070000', '095106.072000', '095106.075000', '095106.078000', '095106.080000', '095106.083000', '095106.085000', '095106.088000', '095106.091000', '095106.093000', '095106.096000', '095106.098000', '095106.101000', '095106.103000', '095106.106000', '095106.109000', '095106.111000', '095106.114000', '095106.116000', '095106.119000', '095106.122000', '095106.124000', '095106.127000', '095106.129000', '095106.132000', '095106.134000', '095106.137000', '095106.139000', '095106.152000', '095106.155000', '095106.157000', '095106.168000', '095106.170000', '095106.173000', '095126.047000', '095126.050000', '095126.052000', '095126.055000', '095126.057000', '095126.060000', '095126.073000', '095126.075000', '095126.078000', '095126.081000', '095126.083000', '095126.086000', '095126.088000', '095126.091000', '095126.103000', '095126.106000', '095126.108000', '095126.111000', '095126.114000', '095126.116000', '095126.119000', '095126.121000', '095126.124000', '095126.127000', '095126.129000', '095126.132000', '095126.135000', '095126.137000', '095126.140000', '095126.142000', '095126.145000', '095126.147000', '095126.150000', '095126.153000', '095126.155000', '095126.158000', '095126.161000', '095126.163000', '095126.166000', '095126.168000', '095126.171000', '095126.173000', '095126.176000', '095126.179000', '095146.048000', '095146.051000', '095146.054000', '095146.056000', '095146.059000', '095146.062000', '095146.064000', '095146.067000', '095146.069000', '095146.072000', '095146.074000', '095146.077000', '095146.080000', '095146.082000', '095146.085000', '095146.088000', '095146.090000', '095146.093000', '095146.095000', '095146.098000', '095146.100000', '095146.103000', '095146.106000', '095146.108000', '095146.111000', '095146.114000', '095146.116000', '095146.119000', '095146.121000', '095146.124000', '095146.126000', '095146.129000', '095146.132000', '095146.134000', '095146.137000', '095146.139000', '095146.142000', '095146.144000', '095146.147000', '095146.150000', '095146.152000', '095146.155000', '095146.157000', '095206.048000', '095206.050000', '095206.053000', '095206.055000', '095206.058000', '095206.061000', '095206.063000', '095206.066000', '095206.068000', '095206.071000', '095206.073000', '095206.076000', '095206.079000', '095206.081000', '095206.084000', '095206.086000', '095206.089000', '095206.091000', '095206.097000', '095206.100000', '095206.102000', '095206.105000', '095206.107000', '095206.110000', '095206.112000', '095206.115000', '095206.118000', '095206.120000', '095206.123000', '095206.125000', '095206.128000', '095206.131000', '095206.133000', '095206.136000', '095206.138000', '095206.141000', '095206.144000', '095206.146000', '095206.149000', '095206.151000', '095206.154000', '095206.157000', '095206.159000', '095206.162000', '095226.048000', '095226.050000', '095226.053000', '095226.055000', '095226.058000', '095226.061000', '095226.063000', '095226.066000', '095226.068000', '095226.071000', '095226.074000', '095226.077000', '095226.079000', '095226.082000', '095226.084000', '095226.087000', '095226.089000', '095226.092000', '095226.095000', '095226.097000', '095226.100000', '095226.102000', '095226.105000', '095226.108000', '095226.110000', '095226.113000', '095226.115000', '095226.118000', '095226.121000', '095226.123000', '095226.126000', '095226.128000', '095226.131000', '095226.133000', '095226.136000', '095226.139000', '095226.141000', '095226.144000', '095226.146000', '095226.149000', '095226.152000', '095226.154000', '095226.157000', '095246.046000', '095246.049000', '095246.052000', '095246.054000', '095246.057000', '095246.061000', '095246.063000', '095246.066000', '095246.068000', '095246.071000', '095246.074000', '095246.076000', '095246.079000', '095246.081000', '095246.084000', '095246.086000', '095246.089000', '095246.092000', '095246.094000', '095246.097000', '095246.099000', '095246.102000', '095246.104000', '095246.107000', '095246.110000', '095246.112000', '095246.115000', '095246.118000', '095246.120000', '095246.123000', '095246.126000', '095246.128000', '095246.131000', '095246.133000', '095246.136000', '095246.138000', '095246.142000', '095246.144000', '095246.147000', '095246.150000', '095246.152000', '095246.155000', '095246.157000', '095246.160000', '095306.047000', '095306.049000', '095306.052000', '095306.055000', '095306.057000', '095306.060000', '095306.062000', '095306.065000', '095306.067000', '095306.084000', '095306.086000', '095306.089000', '095306.092000', '095306.094000', '095306.097000', '095306.099000', '095306.102000', '095306.105000', '095306.107000', '095306.110000', '095306.113000', '095306.115000', '095306.118000', '095306.120000', '095306.123000', '095306.126000', '095306.128000', '095306.131000', '095306.133000', '095306.136000', '095306.139000', '095306.141000', '095306.144000', '095306.146000', '095306.149000', '095306.151000', '095306.154000', '095306.157000', '095306.159000', '095306.162000', '095306.164000', '095306.167000', '095306.169000', '095326.047000', '095326.049000', '095326.052000', '095326.055000', '095326.057000', '095326.060000', '095326.062000', '095326.065000', '095326.067000', '095326.070000', '095326.083000', '095326.086000', '095326.089000', '095326.091000', '095326.094000', '095326.096000', '095326.099000', '095326.102000', '095326.104000', '095326.107000', '095326.109000', '095326.112000', '095326.115000', '095326.117000', '095326.120000', '095326.122000', '095326.125000', '095326.128000', '095326.130000', '095326.133000', '095326.135000', '095326.138000', '095326.140000', '095326.143000', '095326.146000', '095326.148000', '095326.151000', '095326.153000', '095326.156000', '095326.158000', '095326.161000', '095326.180000', '095326.182000', '095326.185000', '095346.047000', '095346.049000', '095346.052000', '095346.055000', '095346.057000', '095346.060000', '095346.062000', '095346.065000', '095346.068000', '095346.070000', '095346.073000', '095346.076000', '095346.078000', '095346.081000', '095346.083000', '095346.086000', '095346.089000', '095346.091000', '095346.094000', '095346.096000', '095346.099000', '095346.102000', '095346.104000', '095346.107000', '095346.109000', '095346.112000', '095346.115000', '095346.117000', '095346.120000', '095346.122000', '095346.125000', '095346.127000', '095346.130000', '095346.133000', '095346.135000', '095346.138000', '095346.140000', '095346.143000', '095346.146000', '095346.148000', '095346.151000', '095346.153000', '095346.156000', '095406.048000', '095406.051000', '095406.053000', '095406.056000', '095406.058000', '095406.061000', '095406.063000', '095406.066000', '095406.069000', '095406.071000', '095406.074000', '095406.076000', '095406.079000', '095406.082000', '095406.084000', '095406.087000', '095406.089000', '095406.092000', '095406.095000', '095406.098000', '095406.101000', '095406.104000', '095406.107000', '095406.109000', '095406.112000', '095406.114000', '095406.117000', '095406.120000', '095406.122000', '095406.125000', '095406.127000', '095406.130000', '095406.133000', '095406.135000', '095406.138000', '095406.140000', '095406.143000', '095406.146000', '095406.148000', '095406.151000', '095406.154000', '095406.156000', '095406.159000', '095406.161000', '095426.048000', '095426.051000', '095426.053000', '095426.056000', '095426.058000', '095426.061000', '095426.064000', '095426.066000', '095426.069000', '095426.071000', '095426.074000', '095426.077000', '095426.079000', '095426.082000', '095426.084000', '095426.087000', '095426.090000', '095426.092000', '095426.095000', '095426.097000', '095426.100000', '095426.103000', '095426.105000', '095426.108000', '095426.110000', '095426.113000', '095426.116000', '095426.118000', '095426.121000', '095426.123000', '095426.126000', '095426.129000', '095426.131000', '095426.134000', '095426.145000', '095426.148000', '095426.150000', '095426.153000', '095426.155000', '095426.158000', '095426.160000', '095426.163000', '095426.166000', '095446.048000', '095446.050000', '095446.053000', '095446.056000', '095446.058000', '095446.061000', '095446.063000', '095446.066000', '095446.069000', '095446.071000', '095446.074000', '095446.076000', '095446.079000', '095446.082000', '095446.085000', '095446.088000', '095446.091000', '095446.093000', '095446.096000', '095446.099000', '095446.101000', '095446.104000', '095446.106000', '095446.109000', '095446.111000', '095446.114000', '095446.116000', '095446.119000', '095446.122000', '095446.124000', '095446.127000', '095446.129000', '095446.132000', '095446.134000', '095446.137000', '095446.140000', '095446.142000', '095446.145000', '095446.147000', '095446.150000', '095446.153000', '095446.155000', '095446.158000', '095506.047000', '095506.049000', '095506.052000', '095506.055000', '095506.057000', '095506.060000', '095506.062000', '095506.065000', '095506.068000', '095506.070000', '095506.073000', '095506.075000', '095506.078000', '095506.080000', '095506.083000', '095506.086000', '095506.088000', '095506.091000', '095506.093000', '095506.096000', '095506.099000', '095506.101000', '095506.104000', '095506.106000', '095506.109000', '095506.111000', '095506.114000', '095506.116000', '095506.119000', '095506.122000', '095506.124000', '095506.127000', '095506.129000', '095506.132000', '095506.134000', '095506.137000', '095506.140000', '095506.142000', '095506.145000', '095506.147000', '095506.150000', '095506.152000', '095506.155000', '095506.158000', '095526.046000', '095526.049000', '095526.052000', '095526.054000', '095526.057000', '095526.060000', '095526.062000', '095526.067000', '095526.069000', '095526.072000', '095526.074000', '095526.077000', '095526.079000', '095526.082000', '095526.085000', '095526.087000', '095526.090000', '095526.092000', '095526.095000', '095526.098000', '095526.100000', '095526.103000', '095526.105000', '095526.108000', '095526.110000', '095526.113000', '095526.115000', '095526.118000', '095526.121000', '095526.123000', '095526.127000', '095526.129000', '095526.132000', '095526.135000', '095526.138000', '095526.141000', '095526.144000', '095526.146000', '095526.149000', '095526.151000', '095526.154000', '095526.156000', '095526.159000', '095546.047000', '095546.050000', '095546.052000', '095546.055000', '095546.058000', '095546.060000', '095546.063000', '095546.066000', '095546.068000', '095546.071000', '095546.073000', '095546.076000', '095546.079000', '095546.081000', '095546.084000', '095546.087000', '095546.089000', '095546.092000', '095546.095000', '095546.097000', '095546.100000', '095546.103000', '095546.105000', '095546.108000', '095546.111000', '095546.113000', '095546.116000', '095546.118000', '095546.121000', '095546.124000', '095546.126000', '095546.129000', '095546.132000', '095546.134000', '095546.137000', '095546.140000', '095546.142000', '095546.145000', '095546.147000', '095546.150000', '095546.153000', '095546.155000', '095546.158000', '095546.161000', '095602.883000', '095602.886000', '095602.889000', '095602.891000', '095602.894000', '095602.896000', '095602.899000', '095602.902000', '095602.904000', '095602.907000', '095602.910000', '095602.912000', '095602.915000', '095602.917000', '095602.920000', '095602.923000', '095602.925000', '095602.928000', '095602.931000', '095602.933000', '095602.936000', '095602.939000', '095602.941000', '095602.944000', '095602.947000', '095602.949000', '095602.952000', '095602.955000', '095602.957000', '095602.960000', '095602.962000', '095602.965000', '095602.968000', '095602.970000', '095602.973000', '095602.976000', '095602.978000'], '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': [11070, 8113, 9408, 6856, 9838, 7324, 10604, 7680, 10459, 7964, 9754, 8383, 9716, 10536, 10773, 11237, 10659, 11989, 8690, 11567, 8938, 10766, 9458, 10626, 8464, 10258, 8420, 10819, 8900, 11202, 8858, 11076, 8329, 10498, 8674, 10437, 8816, 10597, 8541, 10481, 8226, 10290, 8278, 10820, 7761, 10490, 7595, 10598, 7921, 11004, 7592, 9978, 7125, 9385, 8336, 10239, 9573, 10566, 10725, 9223, 10606, 11580, 11672, 10181, 12981, 8811, 10840, 8697, 10584, 8284, 10505, 7288, 10724, 8188, 9475, 9261, 9486, 9963, 8770, 9135, 8555, 10569, 8530, 10528, 8885, 10637, 8458, 10143, 8253, 9971, 7994, 10769, 7492, 9381, 6869, 9176, 11851, 9059, 11520, 9548, 10346, 7649, 9963, 7518, 10362, 11899, 9569, 11692, 8499, 10675, 8547, 10577, 8063, 11133, 7723, 9995, 9079, 9510, 11967, 9793, 11376, 8311, 10414, 7736, 10588, 10942, 10413, 13730, 9906, 11295, 8654, 11005, 8656, 10032, 8444, 10832, 8678, 11515, 8945, 7750, 7206, 7472, 8829, 7443, 9256, 10807, 9128, 11435, 8512, 10556, 8231, 11124, 8672, 11403, 16097, 10840, 12248, 9793, 13539, 16964, 9999, 11824, 8540, 9722, 8574, 10009, 11478, 9351, 9603, 7384, 9779, 7036, 9821, 7133, 10126, 10071, 9538, 11978, 9244, 11041, 8466, 10192, 8392, 10055, 8265, 10386, 7444, 9147, 8419, 9603, 10852, 8893, 10985, 9759, 8257, 8415, 7963, 8907, 8176, 9134, 8271, 9486, 7870, 9625, 8549, 9360, 11260, 9690, 11874, 9631, 11103, 8564, 10920, 7807, 10756, 8187, 10359, 11948, 9577, 12306, 8890, 10959, 8481, 9768, 8141, 9863, 8146, 10436, 7585, 9666, 7047, 9401, 7491, 10159, 11458, 9539, 11530, 8880, 10506, 7766, 9617, 7311, 10935, 7341, 9760, 6785, 9080, 7187, 9934, 7531, 10011, 9942, 9003, 11651, 9241, 11387, 9086, 11113, 7740, 10124, 7511, 10247, 7079, 10940, 8282, 9994, 9325, 9332, 11232, 8904, 12005, 8982, 11685, 8998, 11165, 8102, 11045, 7427, 9942, 9232, 9771, 11867, 9931, 11348, 8176, 9739, 7438, 9843, 11747, 9247, 11928, 9401, 11188, 8080, 10142, 7705, 10069, 12055, 9756, 11852, 9194, 11060, 8905, 10247, 7374, 11083, 8344, 10922, 8031, 9649, 9591, 9264, 11730, 9194, 11210, 8505, 10905, 8571, 10904, 8650, 10426, 8207, 10151, 7363, 9509, 7830, 10198, 7241, 9986, 9354, 9299, 11845, 9273, 11477, 9263, 11062, 8608, 10117, 7391, 10250, 7993, 10696, 8412, 10173, 10443, 9061, 11632, 8889, 10535, 8881, 9983, 7693, 8884, 6949, 8897, 7415, 9980, 7210, 10329, 7950, 9615, 11468, 9158, 11474, 8839, 11160, 8684, 10460, 8445, 10546, 8332, 10684, 8061, 10569, 8209, 10890, 9574, 9943, 11818, 9135, 11312, 9171, 10308, 8434, 10438, 8393, 9278, 7407, 9346, 7562, 10485, 8308, 10000, 7369, 9207, 7320, 9602, 8310, 10423, 8334, 10277, 10343, 9413, 11049, 10935, 11628, 9766, 12191, 9019, 10980, 9028, 10185, 8977, 10713, 8547, 10147, 7311, 10409, 8338, 10804, 7708, 9867, 7206, 9552, 7525, 10509, 7937, 10801, 7983, 9431, 7170, 9303, 7855, 10219, 8637, 10061, 9591, 9524, 11981, 9158, 11226, 9159, 10807, 8461, 10591, 8502, 10797, 8881, 11107, 9198, 10922, 8562, 9984, 8580, 10400, 9147, 10522, 8234, 10730, 8452, 9920, 8675, 10352, 8703, 10846, 8139, 9939, 8248, 9627, 9762, 8955, 10929, 8213, 10765, 8646, 10730, 8181, 10964, 8878, 11164, 9264, 11571, 9136, 11725, 8705, 10897, 8795, 10066, 7965, 10523, 7674, 10138, 7905, 9469, 7358, 9023, 7785, 9136, 7207, 9654, 8322, 10119, 8413, 9652, 7652, 9254, 9229, 9109, 10902, 9734, 11265, 9094, 11799, 8708, 11392, 9280, 10510, 8420, 10208, 8379, 9656, 8351, 9908, 8352, 10830, 8224, 10316, 7807, 9518, 7533, 10601, 8561, 10078, 8588, 9669, 9826, 8589, 9286, 8505, 9293, 8806, 8295, 8908, 8266, 8991, 9274, 9754, 11651, 9265, 11581, 8885, 11038, 8857, 10731, 8388, 11051, 8279, 10749, 7560, 10902, 8786, 11796, 8644, 10840, 8025, 9745, 7149, 9580, 8241, 9964, 8147, 10647, 8466, 10629, 8824, 10257, 8356, 10052, 8371, 9821, 8040, 10130, 7920, 10354, 7832, 11336, 8266, 11292, 8402, 11567, 8391, 9046, 8070, 9128, 7874, 9550, 8138, 9462, 9806, 9095, 9581, 8837, 11998, 9267, 11050, 8683, 9789, 8761, 10832, 10870, 11688, 9549, 8122, 10706, 7134, 9434, 7446, 9679, 7491, 10985, 8512, 10838, 8427, 10667, 8316, 10586, 8253, 10719, 9276, 11453, 7468, 10845, 8858, 9978, 12032, 9222, 11936, 9088, 10955, 8455, 9867, 8401, 9347, 7828, 9418, 8325, 10103, 7884, 9944, 7860, 10078, 8935, 10505, 8088, 10161, 7897, 10343, 8338, 10559, 8587, 9905, 10031, 9485, 12003, 8799, 10887, 9229, 11150, 8425, 10234, 7926, 10203, 8510, 10513, 8198, 10182, 7397, 11506, 8652, 10483, 10306, 9636, 10841, 9058, 11944, 8460, 9982, 8360, 10004, 8412, 10383, 7997, 10099, 7847, 9174, 7720, 9850, 8163, 10884, 7610, 8993, 6991, 10002, 8383, 9028, 8011, 9596, 10395, 8920, 11174, 8336, 10410, 8705, 10483, 8844, 10565, 8030, 9979, 8044, 10313, 7906, 10435, 8115, 10215, 8394, 8997, 8429, 9015, 11434, 8873, 11843, 9574, 10704, 8492, 10099, 8209, 10678, 9238, 10686, 8330, 10296, 8386, 10833, 8729, 11595, 8987, 11719, 9027, 11254, 8197, 9809, 7846, 10584, 8665, 11138, 8372, 10751, 7694, 10775, 7933, 11702, 9219, 11615, 9391, 9501, 8590, 9235, 10096, 8937, 11060, 10264, 10268, 8583, 11074, 8156, 10667, 8290, 10590, 8431, 10047, 7772, 8986, 7511, 9550, 7429, 8947, 7956, 9022, 7937, 8586, 8560, 9529, 11215, 9332, 9369, 8380, 10843, 8040, 10639, 8541, 11259, 8435, 11435, 8159, 10600, 8326, 10641, 10299, 14260, 9182, 7659, 8617, 7285, 8937, 7986, 9474, 10257, 8795, 11484, 8411, 10961, 8394, 10701, 7793, 11337, 11413, 10738, 13238, 9468, 11553, 9268, 12364, 11095, 9264, 11998, 8590, 9913, 8357, 8845, 6743, 8357, 6904, 8807, 7643, 9020, 9653, 9118, 10563, 8671, 9815, 7993, 9656, 7981, 9892, 7492, 8857, 7249, 8453, 7218, 10764, 8330, 11546, 8213, 9117, 7981, 8412, 7638, 9863, 7939, 9231, 8360, 8805], 'WindowCenter': [4182.0, 4135.0, 4144.0, 4111.0, 4143.0, 4122.0, 4165.0, 4123.0, 4166.0, 4133.0, 4143.0, 4132.0, 4155.0, 4155.0, 4165.0, 4166.0, 4154.0, 4163.0, 4132.0, 4153.0, 4143.0, 4153.0, 4155.0, 4153.0, 4134.0, 4152.0, 4134.0, 4164.0, 4145.0, 4167.0, 4146.0, 4164.0, 4145.0, 4166.0, 4146.0, 4166.0, 4147.0, 4155.0, 4144.0, 4154.0, 4134.0, 4155.0, 4136.0, 4168.0, 4134.0, 4164.0, 4134.0, 4167.0, 4134.0, 4167.0, 4133.0, 4153.0, 4123.0, 4144.0, 4132.0, 4154.0, 4154.0, 4168.0, 4153.0, 4143.0, 4152.0, 4163.0, 4153.0, 4153.0, 4162.0, 4129.0, 4151.0, 4130.0, 4152.0, 4120.0, 4151.0, 4109.0, 4149.0, 4118.0, 4141.0, 4129.0, 4140.0, 4139.0, 4131.0, 4131.0, 4130.0, 4151.0, 4145.0, 4154.0, 4158.0, 4154.0, 4134.0, 4154.0, 4134.0, 4154.0, 4133.0, 4166.0, 4123.0, 4144.0, 4113.0, 4157.0, 4177.0, 4145.0, 4165.0, 4155.0, 4154.0, 4121.0, 4153.0, 4121.0, 4153.0, 4163.0, 4144.0, 4164.0, 4134.0, 4155.0, 4145.0, 4166.0, 4135.0, 4179.0, 4135.0, 4158.0, 4144.0, 4157.0, 4167.0, 4155.0, 4166.0, 4134.0, 4155.0, 4122.0, 4154.0, 4152.0, 4153.0, 4173.0, 4143.0, 4151.0, 4130.0, 4150.0, 4131.0, 4154.0, 4133.0, 4153.0, 4121.0, 4152.0, 4119.0, 4105.0, 4105.0, 4105.0, 4130.0, 4107.0, 4130.0, 4137.0, 4142.0, 4151.0, 4131.0, 4141.0, 4119.0, 4151.0, 4116.0, 4138.0, 4156.0, 4125.0, 4135.0, 4101.0, 4147.0, 4152.0, 4098.0, 4107.0, 4074.0, 4085.0, 4073.0, 4084.0, 4094.0, 4084.0, 4095.0, 4076.0, 4099.0, 4068.0, 4111.0, 4080.0, 4124.0, 4113.0, 4126.0, 4135.0, 4126.0, 4136.0, 4117.0, 4142.0, 4119.0, 4139.0, 4117.0, 4142.0, 4109.0, 4130.0, 4118.0, 4141.0, 4151.0, 4146.0, 4181.0, 4156.0, 4146.0, 4145.0, 4134.0, 4156.0, 4147.0, 4158.0, 4146.0, 4171.0, 4149.0, 4170.0, 4147.0, 4158.0, 4165.0, 4156.0, 4167.0, 4144.0, 4154.0, 4131.0, 4153.0, 4119.0, 4154.0, 4119.0, 4153.0, 4165.0, 4143.0, 4149.0, 4129.0, 4141.0, 4131.0, 4139.0, 4119.0, 4140.0, 4120.0, 4153.0, 4122.0, 4143.0, 4111.0, 4144.0, 4121.0, 4154.0, 4164.0, 4154.0, 4163.0, 4143.0, 4153.0, 4134.0, 4155.0, 4123.0, 4166.0, 4124.0, 4155.0, 4125.0, 4158.0, 4125.0, 4169.0, 4136.0, 4169.0, 4156.0, 4147.0, 4165.0, 4157.0, 4166.0, 4146.0, 4165.0, 4135.0, 4155.0, 4123.0, 4167.0, 4123.0, 4165.0, 4133.0, 4155.0, 4144.0, 4146.0, 4164.0, 4145.0, 4164.0, 4145.0, 4178.0, 4158.0, 4165.0, 4133.0, 4165.0, 4110.0, 4143.0, 4129.0, 4141.0, 4153.0, 4142.0, 4154.0, 4121.0, 4142.0, 4111.0, 4153.0, 4164.0, 4144.0, 4164.0, 4144.0, 4164.0, 4122.0, 4156.0, 4123.0, 4156.0, 4164.0, 4155.0, 4164.0, 4145.0, 4155.0, 4143.0, 4167.0, 4137.0, 4167.0, 4133.0, 4166.0, 4121.0, 4143.0, 4143.0, 4157.0, 4164.0, 4155.0, 4163.0, 4146.0, 4164.0, 4145.0, 4155.0, 4144.0, 4155.0, 4133.0, 4155.0, 4123.0, 4156.0, 4136.0, 4156.0, 4124.0, 4158.0, 4144.0, 4144.0, 4164.0, 4145.0, 4164.0, 4144.0, 4153.0, 4132.0, 4141.0, 4123.0, 4154.0, 4132.0, 4153.0, 4121.0, 4143.0, 4139.0, 4130.0, 4153.0, 4131.0, 4139.0, 4129.0, 4139.0, 4108.0, 4129.0, 4122.0, 4144.0, 4124.0, 4155.0, 4135.0, 4167.0, 4136.0, 4169.0, 4181.0, 4170.0, 4179.0, 4158.0, 4168.0, 4145.0, 4166.0, 4135.0, 4155.0, 4135.0, 4156.0, 4134.0, 4168.0, 4146.0, 4165.0, 4144.0, 4154.0, 4164.0, 4142.0, 4153.0, 4142.0, 4142.0, 4131.0, 4153.0, 4132.0, 4143.0, 4122.0, 4143.0, 4122.0, 4153.0, 4132.0, 4155.0, 4121.0, 4143.0, 4135.0, 4158.0, 4145.0, 4167.0, 4145.0, 4157.0, 4153.0, 4156.0, 4166.0, 4166.0, 4166.0, 4154.0, 4163.0, 4132.0, 4154.0, 4132.0, 4141.0, 4131.0, 4151.0, 4131.0, 4141.0, 4122.0, 4152.0, 4131.0, 4151.0, 4121.0, 4142.0, 4109.0, 4141.0, 4120.0, 4152.0, 4121.0, 4152.0, 4120.0, 4143.0, 4111.0, 4144.0, 4123.0, 4155.0, 4131.0, 4142.0, 4142.0, 4142.0, 4160.0, 4132.0, 4151.0, 4131.0, 4140.0, 4120.0, 4141.0, 4143.0, 4163.0, 4145.0, 4154.0, 4142.0, 4151.0, 4130.0, 4140.0, 4130.0, 4153.0, 4130.0, 4151.0, 4132.0, 4152.0, 4132.0, 4155.0, 4147.0, 4155.0, 4159.0, 4166.0, 4137.0, 4156.0, 4147.0, 4156.0, 4157.0, 4158.0, 4169.0, 4145.0, 4167.0, 4145.0, 4166.0, 4146.0, 4181.0, 4160.0, 4167.0, 4155.0, 4165.0, 4143.0, 4152.0, 4120.0, 4138.0, 4117.0, 4127.0, 4118.0, 4141.0, 4109.0, 4140.0, 4119.0, 4129.0, 4109.0, 4128.0, 4108.0, 4130.0, 4123.0, 4143.0, 4130.0, 4143.0, 4130.0, 4142.0, 4119.0, 4142.0, 4142.0, 4144.0, 4154.0, 4156.0, 4164.0, 4143.0, 4164.0, 4134.0, 4164.0, 4145.0, 4154.0, 4131.0, 4152.0, 4132.0, 4142.0, 4133.0, 4155.0, 4134.0, 4153.0, 4133.0, 4153.0, 4121.0, 4142.0, 4122.0, 4154.0, 4131.0, 4153.0, 4145.0, 4157.0, 4155.0, 4144.0, 4143.0, 4144.0, 4145.0, 4159.0, 4146.0, 4157.0, 4147.0, 4159.0, 4159.0, 4169.0, 4178.0, 4158.0, 4168.0, 4145.0, 4165.0, 4146.0, 4167.0, 4135.0, 4165.0, 4133.0, 4153.0, 4120.0, 4151.0, 4132.0, 4165.0, 4133.0, 4153.0, 4122.0, 4130.0, 4110.0, 4141.0, 4130.0, 4142.0, 4134.0, 4154.0, 4133.0, 4153.0, 4143.0, 4154.0, 4133.0, 4143.0, 4131.0, 4153.0, 4133.0, 4154.0, 4124.0, 4154.0, 4122.0, 4152.0, 4132.0, 4153.0, 4120.0, 4152.0, 4119.0, 4130.0, 4119.0, 4143.0, 4120.0, 4142.0, 4132.0, 4143.0, 4141.0, 4143.0, 4143.0, 4144.0, 4175.0, 4144.0, 4164.0, 4133.0, 4158.0, 4147.0, 4164.0, 4167.0, 4179.0, 4158.0, 4135.0, 4154.0, 4123.0, 4144.0, 4135.0, 4169.0, 4139.0, 4178.0, 4159.0, 4167.0, 4147.0, 4166.0, 4134.0, 4155.0, 4136.0, 4157.0, 4144.0, 4167.0, 4122.0, 4154.0, 4132.0, 4145.0, 4160.0, 4142.0, 4162.0, 4132.0, 4150.0, 4131.0, 4140.0, 4131.0, 4141.0, 4123.0, 4142.0, 4135.0, 4154.0, 4135.0, 4156.0, 4135.0, 4155.0, 4147.0, 4166.0, 4137.0, 4155.0, 4136.0, 4168.0, 4137.0, 4167.0, 4134.0, 4156.0, 4142.0, 4143.0, 4164.0, 4144.0, 4153.0, 4144.0, 4153.0, 4122.0, 4142.0, 4121.0, 4151.0, 4132.0, 4154.0, 4132.0, 4153.0, 4122.0, 4163.0, 4130.0, 4154.0, 4154.0, 4143.0, 4154.0, 4132.0, 4151.0, 4121.0, 4140.0, 4145.0, 4152.0, 4133.0, 4158.0, 4134.0, 4154.0, 4133.0, 4143.0, 4124.0, 4155.0, 4133.0, 4153.0, 4122.0, 4134.0, 4113.0, 4153.0, 4133.0, 4145.0, 4134.0, 4159.0, 4171.0, 4159.0, 4168.0, 4135.0, 4154.0, 4147.0, 4169.0, 4157.0, 4169.0, 4150.0, 4169.0, 4148.0, 4167.0, 4136.0, 4168.0, 4134.0, 4156.0, 4133.0, 4133.0, 4120.0, 4134.0, 4153.0, 4132.0, 4151.0, 4142.0, 4141.0, 4131.0, 4142.0, 4134.0, 4155.0, 4146.0, 4153.0, 4133.0, 4153.0, 4146.0, 4166.0, 4147.0, 4177.0, 4159.0, 4195.0, 4162.0, 4167.0, 4149.0, 4155.0, 4134.0, 4168.0, 4144.0, 4167.0, 4134.0, 4153.0, 4120.0, 4152.0, 4120.0, 4164.0, 4131.0, 4163.0, 4130.0, 4130.0, 4118.0, 4129.0, 4138.0, 4129.0, 4139.0, 4141.0, 4139.0, 4119.0, 4139.0, 4120.0, 4153.0, 4119.0, 4140.0, 4118.0, 4139.0, 4108.0, 4130.0, 4110.0, 4143.0, 4122.0, 4132.0, 4122.0, 4144.0, 4121.0, 4134.0, 4134.0, 4145.0, 4165.0, 4145.0, 4144.0, 4133.0, 4165.0, 4147.0, 4166.0, 4147.0, 4168.0, 4148.0, 4178.0, 4137.0, 4168.0, 4150.0, 4169.0, 4157.0, 4189.0, 4147.0, 4124.0, 4134.0, 4121.0, 4144.0, 4134.0, 4167.0, 4168.0, 4147.0, 4178.0, 4147.0, 4166.0, 4134.0, 4153.0, 4109.0, 4151.0, 4139.0, 4140.0, 4148.0, 4127.0, 4137.0, 4114.0, 4135.0, 4122.0, 4101.0, 4119.0, 4090.0, 4099.0, 4089.0, 4100.0, 4080.0, 4103.0, 4093.0, 4116.0, 4107.0, 4143.0, 4138.0, 4133.0, 4139.0, 4131.0, 4138.0, 4120.0, 4141.0, 4121.0, 4142.0, 4122.0, 4132.0, 4121.0, 4134.0, 4134.0, 4165.0, 4134.0, 4176.0, 4133.0, 4144.0, 4132.0, 4147.0, 4135.0, 4168.0, 4136.0, 4158.0, 4134.0, 4145.0], 'WindowWidth': [9279.0, 9203.0, 9212.0, 9163.0, 9209.0, 9182.0, 9244.0, 9184.0, 9245.0, 9196.0, 9211.0, 9194.0, 9228.0, 9230.0, 9243.0, 9244.0, 9226.0, 9236.0, 9193.0, 9223.0, 9209.0, 9224.0, 9230.0, 9223.0, 9198.0, 9219.0, 9201.0, 9240.0, 9217.0, 9249.0, 9220.0, 9242.0, 9217.0, 9247.0, 9221.0, 9245.0, 9223.0, 9231.0, 9214.0, 9227.0, 9202.0, 9231.0, 9204.0, 9252.0, 9200.0, 9241.0, 9202.0, 9249.0, 9200.0, 9251.0, 9199.0, 9226.0, 9184.0, 9215.0, 9196.0, 9226.0, 9228.0, 9251.0, 9224.0, 9208.0, 9220.0, 9235.0, 9222.0, 9222.0, 9233.0, 9185.0, 9215.0, 9189.0, 9218.0, 9172.0, 9216.0, 9156.0, 9211.0, 9169.0, 9203.0, 9185.0, 9200.0, 9198.0, 9189.0, 9189.0, 9189.0, 9220.0, 9216.0, 9226.0, 9240.0, 9227.0, 9201.0, 9227.0, 9200.0, 9228.0, 9198.0, 9247.0, 9184.0, 9215.0, 9171.0, 9237.0, 9264.0, 9218.0, 9243.0, 9229.0, 9227.0, 9179.0, 9224.0, 9178.0, 9224.0, 9236.0, 9213.0, 9238.0, 9200.0, 9229.0, 9220.0, 9247.0, 9204.0, 9269.0, 9203.0, 9240.0, 9215.0, 9236.0, 9249.0, 9230.0, 9247.0, 9199.0, 9229.0, 9181.0, 9227.0, 9222.0, 9224.0, 9251.0, 9210.0, 9220.0, 9188.0, 9215.0, 9191.0, 9229.0, 9197.0, 9221.0, 9177.0, 9219.0, 9167.0, 9144.0, 9145.0, 9148.0, 9189.0, 9152.0, 9186.0, 9193.0, 9206.0, 9219.0, 9190.0, 9201.0, 9170.0, 9217.0, 9161.0, 9192.0, 9213.0, 9169.0, 9188.0, 9130.0, 9203.0, 9201.0, 9120.0, 9132.0, 9078.0, 9095.0, 9074.0, 9092.0, 9108.0, 9097.0, 9113.0, 9090.0, 9123.0, 9084.0, 9145.0, 9103.0, 9167.0, 9150.0, 9172.0, 9185.0, 9176.0, 9189.0, 9164.0, 9207.0, 9171.0, 9197.0, 9164.0, 9205.0, 9156.0, 9185.0, 9166.0, 9202.0, 9217.0, 9219.0, 9271.0, 9232.0, 9218.0, 9218.0, 9203.0, 9235.0, 9224.0, 9237.0, 9223.0, 9262.0, 9230.0, 9259.0, 9224.0, 9239.0, 9246.0, 9234.0, 9250.0, 9214.0, 9227.0, 9190.0, 9222.0, 9172.0, 9224.0, 9170.0, 9222.0, 9241.0, 9207.0, 9212.0, 9185.0, 9201.0, 9188.0, 9197.0, 9171.0, 9199.0, 9174.0, 9220.0, 9179.0, 9209.0, 9165.0, 9213.0, 9181.0, 9226.0, 9241.0, 9228.0, 9238.0, 9209.0, 9223.0, 9201.0, 9230.0, 9185.0, 9248.0, 9187.0, 9231.0, 9190.0, 9239.0, 9194.0, 9256.0, 9207.0, 9253.0, 9234.0, 9221.0, 9246.0, 9236.0, 9245.0, 9219.0, 9243.0, 9203.0, 9228.0, 9183.0, 9249.0, 9185.0, 9243.0, 9197.0, 9228.0, 9212.0, 9218.0, 9240.0, 9214.0, 9241.0, 9216.0, 9264.0, 9238.0, 9244.0, 9197.0, 9240.0, 9160.0, 9205.0, 9182.0, 9203.0, 9221.0, 9206.0, 9223.0, 9175.0, 9207.0, 9162.0, 9224.0, 9240.0, 9211.0, 9238.0, 9212.0, 9238.0, 9181.0, 9230.0, 9183.0, 9230.0, 9240.0, 9229.0, 9241.0, 9214.0, 9227.0, 9210.0, 9250.0, 9211.0, 9247.0, 9196.0, 9244.0, 9178.0, 9211.0, 9211.0, 9233.0, 9241.0, 9231.0, 9239.0, 9219.0, 9242.0, 9216.0, 9229.0, 9212.0, 9229.0, 9197.0, 9229.0, 9186.0, 9233.0, 9205.0, 9232.0, 9188.0, 9238.0, 9214.0, 9213.0, 9239.0, 9213.0, 9239.0, 9210.0, 9222.0, 9193.0, 9204.0, 9184.0, 9229.0, 9196.0, 9224.0, 9175.0, 9208.0, 9199.0, 9186.0, 9221.0, 9190.0, 9198.0, 9185.0, 9199.0, 9154.0, 9185.0, 9182.0, 9216.0, 9187.0, 9231.0, 9205.0, 9251.0, 9207.0, 9256.0, 9278.0, 9261.0, 9270.0, 9239.0, 9252.0, 9218.0, 9247.0, 9204.0, 9229.0, 9202.0, 9232.0, 9199.0, 9252.0, 9221.0, 9244.0, 9213.0, 9227.0, 9238.0, 9206.0, 9224.0, 9206.0, 9206.0, 9192.0, 9222.0, 9193.0, 9208.0, 9182.0, 9213.0, 9181.0, 9225.0, 9194.0, 9229.0, 9179.0, 9210.0, 9204.0, 9238.0, 9218.0, 9248.0, 9217.0, 9236.0, 9226.0, 9232.0, 9247.0, 9245.0, 9243.0, 9226.0, 9237.0, 9192.0, 9228.0, 9194.0, 9204.0, 9189.0, 9217.0, 9190.0, 9202.0, 9182.0, 9222.0, 9191.0, 9217.0, 9176.0, 9205.0, 9157.0, 9205.0, 9175.0, 9221.0, 9178.0, 9220.0, 9176.0, 9209.0, 9163.0, 9214.0, 9181.0, 9226.0, 9191.0, 9207.0, 9204.0, 9206.0, 9230.0, 9192.0, 9216.0, 9189.0, 9200.0, 9174.0, 9202.0, 9212.0, 9240.0, 9215.0, 9224.0, 9209.0, 9217.0, 9188.0, 9201.0, 9188.0, 9220.0, 9187.0, 9216.0, 9192.0, 9219.0, 9194.0, 9232.0, 9222.0, 9229.0, 9242.0, 9246.0, 9208.0, 9232.0, 9223.0, 9233.0, 9235.0, 9240.0, 9254.0, 9217.0, 9249.0, 9217.0, 9247.0, 9219.0, 9277.0, 9245.0, 9250.0, 9229.0, 9244.0, 9208.0, 9221.0, 9172.0, 9194.0, 9163.0, 9177.0, 9167.0, 9203.0, 9157.0, 9202.0, 9171.0, 9183.0, 9156.0, 9180.0, 9156.0, 9187.0, 9184.0, 9209.0, 9189.0, 9208.0, 9189.0, 9207.0, 9174.0, 9207.0, 9209.0, 9215.0, 9226.0, 9233.0, 9239.0, 9211.0, 9238.0, 9198.0, 9240.0, 9213.0, 9225.0, 9192.0, 9220.0, 9193.0, 9207.0, 9199.0, 9227.0, 9199.0, 9224.0, 9198.0, 9224.0, 9179.0, 9208.0, 9182.0, 9227.0, 9193.0, 9225.0, 9217.0, 9234.0, 9228.0, 9213.0, 9212.0, 9215.0, 9218.0, 9243.0, 9220.0, 9237.0, 9225.0, 9242.0, 9245.0, 9256.0, 9268.0, 9240.0, 9251.0, 9218.0, 9243.0, 9220.0, 9251.0, 9201.0, 9242.0, 9197.0, 9225.0, 9174.0, 9218.0, 9195.0, 9242.0, 9197.0, 9223.0, 9176.0, 9187.0, 9159.0, 9201.0, 9189.0, 9206.0, 9199.0, 9226.0, 9199.0, 9226.0, 9211.0, 9226.0, 9197.0, 9208.0, 9190.0, 9224.0, 9197.0, 9225.0, 9184.0, 9225.0, 9178.0, 9221.0, 9193.0, 9221.0, 9174.0, 9219.0, 9170.0, 9187.0, 9172.0, 9209.0, 9175.0, 9206.0, 9194.0, 9210.0, 9203.0, 9209.0, 9212.0, 9213.0, 9257.0, 9213.0, 9239.0, 9196.0, 9237.0, 9221.0, 9239.0, 9249.0, 9267.0, 9239.0, 9204.0, 9227.0, 9186.0, 9214.0, 9206.0, 9257.0, 9217.0, 9267.0, 9243.0, 9252.0, 9224.0, 9246.0, 9202.0, 9231.0, 9205.0, 9235.0, 9214.0, 9247.0, 9180.0, 9224.0, 9190.0, 9211.0, 9228.0, 9206.0, 9235.0, 9192.0, 9214.0, 9191.0, 9201.0, 9192.0, 9205.0, 9183.0, 9208.0, 9202.0, 9228.0, 9206.0, 9233.0, 9204.0, 9230.0, 9221.0, 9247.0, 9209.0, 9230.0, 9207.0, 9251.0, 9207.0, 9249.0, 9199.0, 9232.0, 9209.0, 9210.0, 9244.0, 9212.0, 9223.0, 9212.0, 9224.0, 9179.0, 9204.0, 9175.0, 9219.0, 9194.0, 9225.0, 9194.0, 9221.0, 9179.0, 9235.0, 9187.0, 9225.0, 9224.0, 9208.0, 9222.0, 9193.0, 9216.0, 9177.0, 9201.0, 9216.0, 9223.0, 9196.0, 9238.0, 9201.0, 9224.0, 9196.0, 9210.0, 9186.0, 9227.0, 9196.0, 9221.0, 9180.0, 9197.0, 9172.0, 9225.0, 9198.0, 9217.0, 9198.0, 9240.0, 9260.0, 9239.0, 9247.0, 9200.0, 9224.0, 9221.0, 9253.0, 9237.0, 9255.0, 9233.0, 9256.0, 9226.0, 9248.0, 9206.0, 9249.0, 9199.0, 9229.0, 9193.0, 9196.0, 9173.0, 9197.0, 9221.0, 9192.0, 9215.0, 9205.0, 9202.0, 9187.0, 9205.0, 9199.0, 9226.0, 9214.0, 9222.0, 9196.0, 9223.0, 9219.0, 9243.0, 9222.0, 9261.0, 9238.0, 9295.0, 9247.0, 9245.0, 9228.0, 9228.0, 9198.0, 9250.0, 9213.0, 9249.0, 9199.0, 9222.0, 9173.0, 9220.0, 9174.0, 9236.0, 9188.0, 9237.0, 9186.0, 9188.0, 9168.0, 9184.0, 9193.0, 9183.0, 9196.0, 9202.0, 9198.0, 9168.0, 9198.0, 9174.0, 9222.0, 9172.0, 9199.0, 9169.0, 9199.0, 9156.0, 9186.0, 9162.0, 9209.0, 9178.0, 9192.0, 9180.0, 9211.0, 9178.0, 9201.0, 9200.0, 9215.0, 9242.0, 9215.0, 9213.0, 9198.0, 9245.0, 9224.0, 9248.0, 9223.0, 9250.0, 9227.0, 9265.0, 9209.0, 9252.0, 9230.0, 9254.0, 9233.0, 9279.0, 9219.0, 9181.0, 9198.0, 9180.0, 9213.0, 9200.0, 9251.0, 9253.0, 9225.0, 9266.0, 9225.0, 9246.0, 9199.0, 9222.0, 9155.0, 9215.0, 9193.0, 9198.0, 9208.0, 9177.0, 9192.0, 9152.0, 9185.0, 9159.0, 9130.0, 9152.0, 9112.0, 9124.0, 9111.0, 9126.0, 9104.0, 9138.0, 9126.0, 9161.0, 9154.0, 9211.0, 9199.0, 9196.0, 9199.0, 9189.0, 9197.0, 9174.0, 9205.0, 9176.0, 9206.0, 9180.0, 9194.0, 9179.0, 9200.0, 9203.0, 9243.0, 9199.0, 9260.0, 9198.0, 9214.0, 9195.0, 9224.0, 9204.0, 9253.0, 9206.0, 9239.0, 9200.0, 9217.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.0009639724454649829</td></tr>
<tr><td colspan=3>aqi</td><td>0.022996422732491386</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.604347009850535</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2974552395862078</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0128447728965515</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>5980.6704</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10953698281233515</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.347876004592423</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6126837956949753</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5326370305263186</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8728736587780817</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.432540697780526</td></tr>
<tr><td colspan=3>gcor</td><td>0.0179964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008343927562236786</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037004079669713974</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.919739301918549</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>16.4197</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2745</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.1941</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.7485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5509</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.9248</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3332.6107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.0132</td></tr>
<tr><td colspan=3>tsnr</td><td>38.95711520384066</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>