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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-03/func/sub-0007_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9225e4e5dc0a285c0006232ff648138c</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>15:51:29.002500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998587, -0.00855548, 0.0524487, 0.0029629, 0.994384, 0.105793]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0827258</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7734, -7234, 662, 17, -227, -2, 42]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.334</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3066d63-89ea-4cdb-8620-375c308d5622||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679135799407959, 0.007949253544211388, 0.1432598978281021, 112.84645080566406], [0.022953718900680542, 2.667858839035034, 0.2848183214664459, -105.16840362548828], [0.14071595668792725, -0.2838352918624878, 2.6811108589172363, -58.781314849853516], [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': ['155129.002500', '155129.462500', '155129.922500', '155130.382500', '155130.842500', '155131.302500', '155131.762500', '155132.222500', '155132.682500', '155133.142500', '155133.602500', '155134.062500', '155134.522500', '155134.982500', '155135.442500', '155135.902500', '155136.362500', '155136.822500', '155137.282500', '155137.742500', '155138.202500', '155138.662500', '155139.122500', '155139.582500', '155140.042500', '155140.502500', '155140.962500', '155141.422500', '155141.882500', '155142.342500', '155142.802500', '155143.262500', '155143.722500', '155144.182500', '155144.642500', '155145.102500', '155145.562500', '155146.022500', '155146.482500', '155146.942500', '155147.402500', '155147.862500', '155148.322500', '155148.782500', '155149.242500', '155149.702500', '155150.162500', '155150.622500', '155151.082500', '155151.542500', '155152.002500', '155152.462500', '155152.922500', '155153.382500', '155153.842500', '155154.302500', '155154.762500', '155155.222500', '155155.682500', '155156.142500', '155156.602500', '155157.062500', '155157.522500', '155157.982500', '155158.442500', '155158.902500', '155159.362500', '155159.822500', '155200.282500', '155200.742500', '155201.202500', '155201.662500', '155202.122500', '155202.582500', '155203.042500', '155203.502500', '155203.962500', '155204.422500', '155204.882500', '155205.342500', '155205.802500', '155206.262500', '155206.722500', '155207.182500', '155207.642500', '155208.102500', '155208.562500', '155209.022500', '155209.482500', '155209.942500', '155210.402500', '155210.862500', '155211.322500', '155211.782500', '155212.242500', '155212.702500', '155213.162500', '155213.622500', '155214.082500', '155214.542500', '155215.002500', '155215.462500', '155215.922500', '155216.382500', '155216.842500', '155217.302500', '155217.762500', '155218.222500', '155218.682500', '155219.142500', '155219.602500', '155220.062500', '155220.522500', '155220.982500', '155221.442500', '155221.902500', '155222.362500', '155222.822500', '155223.282500', '155223.742500', '155224.202500', '155224.662500', '155225.122500', '155225.582500', '155226.042500', '155226.502500', '155226.962500', '155227.422500', '155227.882500', '155228.342500', '155228.802500', '155229.262500', '155229.722500', '155230.182500', '155230.642500', '155231.102500', '155231.562500', '155232.022500', '155232.482500', '155232.942500', '155233.402500', '155233.862500', '155234.322500', '155234.782500', '155235.242500', '155235.702500', '155236.162500', '155236.622500', '155237.082500', '155237.542500', '155238.002500', '155238.462500', '155238.922500', '155239.382500', '155239.842500', '155240.302500', '155240.762500', '155241.222500', '155241.682500', '155242.142500', '155242.602500', '155243.062500', '155243.522500', '155243.982500', '155244.442500', '155244.902500', '155245.362500', '155245.822500', '155246.282500', '155246.742500', '155247.202500', '155247.662500', '155248.122500', '155248.582500', '155249.042500', '155249.502500', '155249.962500', '155250.422500', '155250.882500', '155251.342500', '155251.802500', '155252.262500', '155252.722500', '155253.182500', '155253.642500', '155254.102500', '155254.562500', '155255.022500', '155255.482500', '155255.942500', '155256.402500', '155256.862500', '155257.322500', '155257.782500', '155258.242500', '155258.702500', '155259.162500', '155259.622500', '155300.082500', '155300.542500', '155301.002500', '155301.462500', '155301.922500', '155302.382500', '155302.842500', '155303.302500', '155303.762500', '155304.222500', '155304.682500', '155305.142500', '155305.602500', '155306.062500', '155306.522500', '155306.982500', '155307.442500', '155307.902500', '155308.362500', '155308.822500', '155309.282500', '155309.742500', '155310.202500', '155310.662500', '155311.122500', '155311.582500', '155312.042500', '155312.502500', '155312.962500', '155313.422500', '155313.882500', '155314.342500', '155314.802500', '155315.262500', '155315.722500', '155316.182500', '155316.642500', '155317.102500', '155317.562500', '155318.022500', '155318.482500', '155318.942500', '155319.402500', '155319.862500', '155320.322500', '155320.782500', '155321.242500', '155321.702500', '155322.162500', '155322.622500', '155323.082500', '155323.542500', '155324.002500', '155324.462500', '155324.922500', '155325.382500', '155325.842500', '155326.302500', '155326.762500', '155327.222500', '155327.682500', '155328.142500', '155328.602500', '155329.062500', '155329.522500', '155329.982500', '155330.442500', '155330.902500', '155331.362500', '155331.822500', '155332.282500', '155332.742500', '155333.202500', '155333.662500', '155334.122500', '155334.582500', '155335.042500', '155335.502500', '155335.962500', '155336.422500', '155336.882500', '155337.342500', '155337.802500', '155338.262500', '155338.722500', '155339.182500', '155339.642500', '155340.102500', '155340.562500', '155341.022500', '155341.482500', '155341.942500', '155342.402500', '155342.862500', '155343.322500', '155343.782500', '155344.242500', '155344.702500', '155345.162500', '155345.622500', '155346.082500', '155346.542500', '155347.002500', '155347.462500', '155347.922500', '155348.382500', '155348.842500', '155349.302500', '155349.762500', '155350.222500', '155350.682500', '155351.142500', '155351.602500', '155352.062500', '155352.522500', '155352.982500', '155353.442500', '155353.902500', '155354.362500', '155354.822500', '155355.282500', '155355.742500', '155356.202500', '155356.662500', '155357.122500', '155357.582500', '155358.042500', '155358.502500', '155358.962500', '155359.422500', '155359.882500', '155400.342500', '155400.802500', '155401.262500', '155401.722500', '155402.182500', '155402.642500', '155403.102500', '155403.562500', '155404.022500', '155404.482500', '155404.942500', '155405.402500', '155405.862500', '155406.322500', '155406.782500', '155407.242500', '155407.702500', '155408.162500', '155408.622500', '155409.082500', '155409.542500', '155410.002500', '155410.462500', '155410.922500', '155411.382500', '155411.842500', '155412.302500', '155412.762500', '155413.222500', '155413.682500', '155414.142500', '155414.602500', '155415.062500', '155415.522500', '155415.982500', '155416.442500', '155416.902500', '155417.362500', '155417.822500', '155418.282500', '155418.742500', '155419.202500', '155419.662500', '155420.122500', '155420.582500', '155421.042500', '155421.502500', '155421.962500', '155422.422500', '155422.882500', '155423.342500', '155423.802500', '155424.262500', '155424.722500', '155425.182500', '155425.642500', '155426.102500', '155426.562500', '155427.022500', '155427.482500', '155427.942500', '155428.402500', '155428.862500', '155429.322500', '155429.782500', '155430.242500', '155430.702500', '155431.162500', '155431.622500', '155432.082500', '155432.542500', '155433.002500', '155433.462500', '155433.922500', '155434.382500', '155434.842500', '155435.302500', '155435.762500', '155436.222500', '155436.682500', '155437.142500', '155437.602500', '155438.062500', '155438.522500', '155438.982500', '155439.442500', '155439.902500', '155440.362500', '155440.822500', '155441.282500', '155441.742500', '155442.202500', '155442.662500', '155443.122500', '155443.582500', '155444.042500', '155444.502500', '155444.962500', '155445.422500', '155445.882500', '155446.342500', '155446.802500', '155447.262500', '155447.722500', '155448.182500', '155448.642500', '155449.102500', '155449.562500', '155450.022500', '155450.482500', '155450.942500', '155451.402500', '155451.862500', '155452.322500', '155452.782500', '155453.242500', '155453.702500', '155454.162500', '155454.622500', '155455.082500', '155455.542500', '155456.002500', '155456.462500', '155456.922500', '155457.382500', '155457.842500', '155458.302500', '155458.762500', '155459.222500', '155459.682500', '155500.142500', '155500.602500', '155501.062500', '155501.522500', '155501.982500', '155502.442500', '155502.902500', '155503.362500', '155503.822500', '155504.282500', '155504.742500', '155505.202500', '155505.662500', '155506.122500', '155506.582500', '155507.042500', '155507.502500', '155507.962500', '155508.422500', '155508.882500', '155509.342500', '155509.802500', '155510.262500', '155510.722500', '155511.182500', '155511.642500', '155512.102500', '155512.562500', '155513.022500', '155513.482500', '155513.942500', '155514.402500', '155514.862500', '155515.322500', '155515.782500', '155516.242500', '155516.702500', '155517.162500', '155517.622500', '155518.082500', '155518.542500', '155519.002500', '155519.462500', '155519.922500', '155520.382500', '155520.842500', '155521.302500', '155521.762500', '155522.222500', '155522.682500', '155523.142500', '155523.602500', '155524.062500', '155524.522500', '155524.982500', '155525.442500', '155525.902500', '155526.362500', '155526.822500', '155527.282500', '155527.742500', '155528.202500', '155528.662500', '155529.122500', '155529.582500', '155530.042500', '155530.502500', '155530.962500', '155531.422500', '155531.882500', '155532.342500', '155532.802500', '155533.262500', '155533.722500', '155534.182500', '155534.642500', '155535.102500', '155535.562500', '155536.022500', '155536.482500', '155536.942500', '155537.402500', '155537.862500', '155538.322500', '155538.782500', '155539.242500', '155539.702500', '155540.162500', '155540.622500', '155541.082500', '155541.542500', '155542.002500', '155542.462500', '155542.922500', '155543.382500', '155543.842500', '155544.302500', '155544.762500', '155545.222500', '155545.682500', '155546.142500', '155546.602500', '155547.062500', '155547.522500', '155547.982500', '155548.442500', '155548.902500', '155549.362500', '155549.822500', '155550.282500', '155550.742500', '155551.202500', '155551.662500', '155552.122500', '155552.582500', '155553.042500', '155553.502500', '155553.962500', '155554.422500', '155554.882500', '155555.342500', '155555.802500', '155556.262500', '155556.722500', '155557.182500', '155557.642500', '155558.102500', '155558.562500', '155559.022500', '155559.482500', '155559.942500', '155600.402500', '155600.862500', '155601.322500', '155601.782500', '155602.242500', '155602.702500', '155603.162500', '155603.622500', '155604.082500', '155604.542500', '155605.002500', '155605.462500', '155605.922500', '155606.382500', '155606.842500', '155607.302500', '155607.762500', '155608.222500', '155608.682500', '155609.142500', '155609.602500', '155610.062500', '155610.522500', '155610.982500', '155611.442500', '155611.902500', '155612.362500', '155612.822500', '155613.282500', '155613.742500', '155614.202500', '155614.662500', '155615.122500', '155615.582500', '155616.042500', '155616.502500', '155616.962500', '155617.422500', '155617.882500', '155618.342500', '155618.802500', '155619.262500', '155619.722500', '155620.182500', '155620.642500', '155621.102500', '155621.562500', '155622.022500', '155622.482500', '155622.942500', '155623.402500', '155623.862500', '155624.322500', '155624.782500', '155625.242500', '155625.702500', '155626.162500', '155626.622500', '155627.082500', '155627.542500', '155628.002500', '155628.462500', '155628.922500', '155629.382500', '155629.842500', '155630.302500', '155630.762500', '155631.222500', '155631.682500', '155632.142500', '155632.602500', '155633.062500', '155633.522500', '155633.982500', '155634.442500', '155634.902500', '155635.362500', '155635.822500', '155636.282500', '155636.742500', '155637.202500', '155637.662500', '155638.122500', '155638.582500', '155639.042500', '155639.502500', '155639.962500', '155640.422500', '155640.882500', '155641.342500', '155641.802500', '155642.262500', '155642.722500', '155643.182500', '155643.642500', '155644.102500', '155644.562500', '155645.022500', '155645.482500', '155645.942500', '155646.402500', '155646.862500', '155647.322500', '155647.782500', '155648.242500', '155648.702500', '155649.162500', '155649.622500', '155650.082500', '155650.542500', '155651.002500', '155651.462500', '155651.922500', '155652.382500', '155652.842500', '155653.302500', '155653.762500', '155654.222500', '155654.682500', '155655.142500', '155655.602500', '155656.062500', '155656.522500', '155656.982500', '155657.442500', '155657.902500', '155658.362500', '155658.822500', '155659.282500', '155659.742500', '155700.202500', '155700.662500', '155701.122500', '155701.582500', '155702.042500', '155702.502500', '155702.962500', '155703.422500', '155703.882500', '155704.342500', '155704.802500', '155705.262500', '155705.722500', '155706.182500', '155706.642500', '155707.102500', '155707.562500', '155708.022500', '155708.482500', '155708.942500', '155709.402500', '155709.862500', '155710.322500', '155710.782500', '155711.242500', '155711.702500', '155712.162500', '155712.622500', '155713.082500', '155713.542500', '155714.002500', '155714.462500', '155714.922500', '155715.382500', '155715.842500', '155716.302500', '155716.762500', '155717.222500', '155717.682500', '155718.142500', '155718.602500', '155719.062500', '155719.522500', '155719.982500', '155720.442500', '155720.902500', '155721.362500', '155721.822500', '155722.282500', '155722.742500', '155723.202500', '155723.662500', '155724.122500', '155724.582500', '155725.042500', '155725.502500', '155725.962500', '155726.422500', '155726.882500', '155727.342500', '155727.802500', '155728.262500', '155728.722500', '155729.182500', '155729.642500', '155730.102500', '155730.562500', '155731.022500', '155731.482500', '155731.942500', '155732.402500', '155732.862500', '155733.322500', '155733.782500', '155734.242500', '155734.702500', '155735.162500', '155735.622500', '155736.082500', '155736.542500', '155737.002500', '155737.462500', '155737.922500', '155738.382500', '155738.842500', '155739.302500', '155739.762500', '155740.222500', '155740.682500', '155741.142500', '155741.602500', '155742.062500', '155742.522500', '155742.982500', '155743.442500', '155743.902500', '155744.362500', '155744.822500', '155745.282500', '155745.742500', '155746.202500', '155746.662500', '155747.122500', '155747.582500', '155748.042500', '155748.502500', '155748.962500', '155749.422500', '155749.882500', '155750.342500', '155750.802500', '155751.262500', '155751.722500', '155752.182500', '155752.642500', '155753.102500', '155753.562500', '155754.022500', '155754.482500', '155754.942500', '155755.402500', '155755.862500', '155756.322500', '155756.782500', '155757.242500', '155757.702500', '155758.162500', '155758.622500', '155759.082500', '155759.542500', '155800.002500', '155800.462500', '155800.922500', '155801.382500', '155801.842500', '155802.302500', '155802.762500', '155803.222500', '155803.682500', '155804.142500', '155804.602500', '155805.062500', '155805.522500', '155805.982500', '155806.442500', '155806.902500', '155807.362500', '155807.822500', '155808.282500', '155808.742500', '155809.202500', '155809.662500'], 'ContentTime': ['155144.150000', '155144.153000', '155144.156000', '155144.159000', '155144.162000', '155144.165000', '155144.168000', '155144.171000', '155144.174000', '155144.178000', '155144.181000', '155144.184000', '155144.186000', '155144.190000', '155144.193000', '155144.195000', '155144.198000', '155144.201000', '155144.204000', '155144.207000', '155144.210000', '155144.213000', '155144.218000', '155144.221000', '155144.224000', '155144.227000', '155144.230000', '155144.252000', '155144.255000', '155144.258000', '155204.110000', '155204.113000', '155204.116000', '155204.119000', '155204.121000', '155204.124000', '155204.127000', '155204.130000', '155204.133000', '155204.142000', '155204.145000', '155204.148000', '155204.150000', '155204.153000', '155204.156000', '155204.159000', '155204.162000', '155204.164000', '155204.167000', '155204.170000', '155204.173000', '155204.176000', '155204.179000', '155204.181000', '155204.184000', '155204.187000', '155204.190000', '155204.193000', '155204.196000', '155204.199000', '155204.201000', '155204.204000', '155204.207000', '155204.210000', '155204.213000', '155204.216000', '155204.219000', '155204.221000', '155204.224000', '155204.227000', '155204.230000', '155204.233000', '155204.236000', '155204.239000', '155224.109000', '155224.112000', '155224.115000', '155224.118000', '155224.121000', '155224.123000', '155224.126000', '155224.129000', '155224.132000', '155224.135000', '155224.138000', '155224.140000', '155224.143000', '155224.146000', '155224.149000', '155224.152000', '155224.155000', '155224.158000', '155224.160000', '155224.163000', '155224.166000', '155224.169000', '155224.172000', '155224.175000', '155224.178000', '155224.180000', '155224.183000', '155224.186000', '155224.189000', '155224.192000', '155224.195000', '155224.198000', '155224.200000', '155224.203000', '155224.206000', '155224.209000', '155224.212000', '155224.214000', '155224.217000', '155224.230000', '155224.233000', '155224.235000', '155224.238000', '155244.109000', '155244.112000', '155244.115000', '155244.117000', '155244.120000', '155244.123000', '155244.126000', '155244.129000', '155244.132000', '155244.135000', '155244.138000', '155244.141000', '155244.143000', '155244.146000', '155244.149000', '155244.152000', '155244.155000', '155244.158000', '155244.161000', '155244.163000', '155244.166000', '155244.169000', '155244.172000', '155244.175000', '155244.178000', '155244.181000', '155244.184000', '155244.186000', '155244.189000', '155244.192000', '155244.195000', '155244.198000', '155244.201000', '155244.204000', '155244.206000', '155244.209000', '155244.212000', '155244.215000', '155244.218000', '155244.221000', '155244.224000', '155244.226000', '155244.229000', '155244.232000', '155304.109000', '155304.112000', '155304.115000', '155304.118000', '155304.121000', '155304.123000', '155304.126000', '155304.129000', '155304.132000', '155304.135000', '155304.138000', '155304.141000', '155304.144000', '155304.147000', '155304.150000', '155304.152000', '155304.155000', '155304.158000', '155304.161000', '155304.164000', '155304.167000', '155304.170000', '155304.172000', '155304.175000', '155304.178000', '155304.181000', '155304.184000', '155304.187000', '155304.190000', '155304.192000', '155304.195000', '155304.198000', '155304.201000', '155304.204000', '155304.207000', '155304.210000', '155304.212000', '155304.215000', '155304.218000', '155304.221000', '155304.224000', '155304.227000', '155304.230000', '155324.110000', '155324.113000', '155324.116000', '155324.119000', '155324.122000', '155324.125000', '155324.128000', '155324.131000', '155324.133000', '155324.136000', '155324.139000', '155324.142000', '155324.145000', '155324.148000', '155324.151000', '155324.154000', '155324.157000', '155324.160000', '155324.162000', '155324.165000', '155324.168000', '155324.171000', '155324.174000', '155324.177000', '155324.180000', '155324.183000', '155324.186000', '155324.188000', '155324.191000', '155324.194000', '155324.197000', '155324.200000', '155324.203000', '155324.206000', '155324.208000', '155324.211000', '155324.231000', '155324.234000', '155324.237000', '155324.239000', '155324.242000', '155324.245000', '155324.248000', '155324.251000', '155344.110000', '155344.113000', '155344.116000', '155344.119000', '155344.121000', '155344.125000', '155344.128000', '155344.130000', '155344.133000', '155344.136000', '155344.139000', '155344.142000', '155344.145000', '155344.148000', '155344.151000', '155344.154000', '155344.156000', '155344.159000', '155344.162000', '155344.165000', '155344.168000', '155344.171000', '155344.174000', '155344.177000', '155344.180000', '155344.183000', '155344.185000', '155344.188000', '155344.191000', '155344.194000', '155344.197000', '155344.200000', '155344.203000', '155344.206000', '155344.209000', '155344.212000', '155344.214000', '155344.217000', '155344.220000', '155344.223000', '155344.226000', '155344.229000', '155344.232000', '155404.110000', '155404.113000', '155404.117000', '155404.122000', '155404.125000', '155404.128000', '155404.131000', '155404.134000', '155404.137000', '155404.140000', '155404.143000', '155404.146000', '155404.149000', '155404.152000', '155404.155000', '155404.158000', '155404.160000', '155404.163000', '155404.166000', '155404.169000', '155404.172000', '155404.175000', '155404.178000', '155404.181000', '155404.184000', '155404.187000', '155404.190000', '155404.192000', '155404.195000', '155404.198000', '155404.201000', '155404.204000', '155404.207000', '155404.210000', '155404.213000', '155404.216000', '155404.219000', '155404.221000', '155404.224000', '155404.227000', '155404.230000', '155404.233000', '155404.236000', '155424.109000', '155424.112000', '155424.115000', '155424.118000', '155424.121000', '155424.124000', '155424.127000', '155424.130000', '155424.133000', '155424.136000', '155424.139000', '155424.141000', '155424.144000', '155424.147000', '155424.150000', '155424.153000', '155424.156000', '155424.159000', '155424.162000', '155424.165000', '155424.167000', '155424.170000', '155424.173000', '155424.176000', '155424.179000', '155424.182000', '155424.185000', '155424.187000', '155424.190000', '155424.193000', '155424.196000', '155424.199000', '155424.202000', '155424.205000', '155424.208000', '155424.211000', '155424.213000', '155424.216000', '155424.219000', '155424.222000', '155424.225000', '155424.228000', '155424.231000', '155424.233000', '155444.109000', '155444.112000', '155444.115000', '155444.118000', '155444.121000', '155444.124000', '155444.127000', '155444.129000', '155444.132000', '155444.135000', '155444.138000', '155444.141000', '155444.146000', '155444.150000', '155444.153000', '155444.156000', '155444.159000', '155444.162000', '155444.165000', '155444.168000', '155444.171000', '155444.174000', '155444.177000', '155444.179000', '155444.182000', '155444.185000', '155444.188000', '155444.191000', '155444.194000', '155444.197000', '155444.200000', '155444.202000', '155444.205000', '155444.208000', '155444.211000', '155444.214000', '155444.217000', '155444.220000', '155444.223000', '155444.226000', '155444.229000', '155444.232000', '155444.234000', '155504.109000', '155504.112000', '155504.115000', '155504.118000', '155504.121000', '155504.124000', '155504.126000', '155504.129000', '155504.132000', '155504.135000', '155504.138000', '155504.141000', '155504.144000', '155504.146000', '155504.149000', '155504.152000', '155504.155000', '155504.158000', '155504.175000', '155504.178000', '155504.180000', '155504.183000', '155504.186000', '155504.189000', '155504.192000', '155504.195000', '155504.198000', '155504.201000', '155504.204000', '155504.206000', '155504.209000', '155504.212000', '155504.215000', '155504.218000', '155504.221000', '155504.224000', '155504.227000', '155504.230000', '155504.232000', '155504.235000', '155504.238000', '155504.241000', '155504.244000', '155504.247000', '155524.109000', '155524.112000', '155524.115000', '155524.118000', '155524.121000', '155524.124000', '155524.126000', '155524.129000', '155524.132000', '155524.135000', '155524.139000', '155524.142000', '155524.144000', '155524.148000', '155524.150000', '155524.154000', '155524.157000', '155524.160000', '155524.163000', '155524.165000', '155524.168000', '155524.171000', '155524.174000', '155524.177000', '155524.180000', '155524.183000', '155524.186000', '155524.189000', '155524.192000', '155524.195000', '155524.198000', '155524.200000', '155524.204000', '155524.206000', '155524.209000', '155524.212000', '155524.215000', '155524.218000', '155524.221000', '155524.224000', '155524.227000', '155524.230000', '155524.233000', '155544.110000', '155544.113000', '155544.116000', '155544.128000', '155544.130000', '155544.133000', '155544.136000', '155544.139000', '155544.142000', '155544.145000', '155544.148000', '155544.150000', '155544.153000', '155544.156000', '155544.159000', '155544.162000', '155544.165000', '155544.168000', '155544.171000', '155544.174000', '155544.176000', '155544.179000', '155544.182000', '155544.185000', '155544.188000', '155544.191000', '155544.193000', '155544.196000', '155544.199000', '155544.202000', '155544.205000', '155544.208000', '155544.211000', '155544.213000', '155544.216000', '155544.219000', '155544.222000', '155544.225000', '155544.228000', '155544.231000', '155544.234000', '155544.237000', '155544.239000', '155544.242000', '155604.110000', '155604.113000', '155604.116000', '155604.119000', '155604.122000', '155604.125000', '155604.128000', '155604.130000', '155604.133000', '155604.136000', '155604.139000', '155604.142000', '155604.145000', '155604.147000', '155604.150000', '155604.153000', '155604.156000', '155604.159000', '155604.162000', '155604.165000', '155604.169000', '155604.174000', '155604.177000', '155604.180000', '155604.183000', '155604.185000', '155604.188000', '155604.191000', '155604.194000', '155604.197000', '155604.200000', '155604.203000', '155604.205000', '155604.208000', '155604.211000', '155604.214000', '155604.217000', '155604.220000', '155604.223000', '155604.226000', '155604.229000', '155604.231000', '155604.234000', '155624.110000', '155624.113000', '155624.116000', '155624.119000', '155624.122000', '155624.125000', '155624.128000', '155624.131000', '155624.134000', '155624.136000', '155624.139000', '155624.142000', '155624.145000', '155624.148000', '155624.151000', '155624.154000', '155624.157000', '155624.160000', '155624.163000', '155624.165000', '155624.168000', '155624.171000', '155624.174000', '155624.177000', '155624.180000', '155624.183000', '155624.185000', '155624.188000', '155624.191000', '155624.194000', '155624.197000', '155624.200000', '155624.203000', '155624.206000', '155624.209000', '155624.211000', '155624.214000', '155624.217000', '155624.220000', '155624.223000', '155624.226000', '155624.228000', '155624.231000', '155624.247000', '155644.109000', '155644.112000', '155644.115000', '155644.118000', '155644.121000', '155644.124000', '155644.127000', '155644.131000', '155644.134000', '155644.137000', '155644.140000', '155644.143000', '155644.145000', '155644.148000', '155644.151000', '155644.154000', '155644.157000', '155644.160000', '155644.163000', '155644.166000', '155644.169000', '155644.172000', '155644.175000', '155644.178000', '155644.181000', '155644.184000', '155644.187000', '155644.189000', '155644.193000', '155644.196000', '155644.199000', '155644.202000', '155644.205000', '155644.208000', '155644.211000', '155644.213000', '155644.216000', '155644.219000', '155644.222000', '155644.225000', '155644.228000', '155644.231000', '155644.234000', '155704.109000', '155704.112000', '155704.115000', '155704.118000', '155704.121000', '155704.124000', '155704.127000', '155704.130000', '155704.133000', '155704.136000', '155704.138000', '155704.141000', '155704.144000', '155704.147000', '155704.150000', '155704.153000', '155704.156000', '155704.159000', '155704.162000', '155704.165000', '155704.168000', '155704.171000', '155704.173000', '155704.176000', '155704.179000', '155704.182000', '155704.185000', '155704.188000', '155704.191000', '155704.194000', '155704.197000', '155704.200000', '155704.202000', '155704.205000', '155704.208000', '155704.211000', '155704.214000', '155704.217000', '155704.220000', '155704.223000', '155704.226000', '155704.229000', '155704.232000', '155704.234000', '155724.109000', '155724.112000', '155724.115000', '155724.118000', '155724.121000', '155724.124000', '155724.127000', '155724.130000', '155724.133000', '155724.135000', '155724.138000', '155724.141000', '155724.144000', '155724.147000', '155724.150000', '155724.153000', '155724.156000', '155724.159000', '155724.162000', '155724.165000', '155724.168000', '155724.171000', '155724.174000', '155724.177000', '155724.179000', '155724.184000', '155724.187000', '155724.190000', '155724.193000', '155724.196000', '155724.199000', '155724.202000', '155724.205000', '155724.207000', '155724.210000', '155724.213000', '155724.216000', '155724.219000', '155724.222000', '155724.225000', '155724.228000', '155724.231000', '155724.234000', '155744.110000', '155744.113000', '155744.116000', '155744.119000', '155744.122000', '155744.125000', '155744.128000', '155744.130000', '155744.133000', '155744.136000', '155744.139000', '155744.142000', '155744.145000', '155744.148000', '155744.151000', '155744.154000', '155744.157000', '155744.160000', '155744.163000', '155744.166000', '155744.169000', '155744.172000', '155744.174000', '155744.177000', '155744.180000', '155744.183000', '155744.186000', '155744.189000', '155744.192000', '155744.195000', '155744.198000', '155744.200000', '155744.204000', '155744.206000', '155744.209000', '155744.212000', '155744.215000', '155744.218000', '155744.221000', '155744.224000', '155744.227000', '155744.230000', '155744.233000', '155744.236000', '155804.110000', '155804.113000', '155804.116000', '155804.119000', '155804.122000', '155804.125000', '155804.128000', '155804.131000', '155804.134000', '155804.145000', '155804.148000', '155804.151000', '155804.154000', '155804.157000', '155804.160000', '155804.163000', '155804.166000', '155804.171000', '155804.174000', '155804.177000', '155804.180000', '155804.183000', '155804.186000', '155804.189000', '155804.192000', '155804.194000', '155804.197000', '155804.200000', '155804.203000', '155804.206000', '155804.209000', '155804.212000', '155804.215000', '155804.218000', '155804.221000', '155804.224000', '155804.227000', '155804.229000', '155804.233000', '155804.236000', '155804.240000', '155804.243000', '155804.246000', '155811.177000', '155811.181000', '155811.184000', '155811.187000', '155811.190000', '155811.194000', '155811.197000', '155811.200000', '155811.203000', '155811.207000', '155811.210000', '155811.213000', '155811.216000', '155811.219000', '155811.223000', '155811.226000'], 'InstanceCreationTime': ['155144.150000', '155144.153000', '155144.156000', '155144.159000', '155144.162000', '155144.165000', '155144.168000', '155144.171000', '155144.174000', '155144.178000', '155144.181000', '155144.184000', '155144.186000', '155144.190000', '155144.193000', '155144.195000', '155144.198000', '155144.201000', '155144.204000', '155144.207000', '155144.210000', '155144.213000', '155144.218000', '155144.221000', '155144.224000', '155144.227000', '155144.230000', '155144.252000', '155144.255000', '155144.258000', '155204.110000', '155204.113000', '155204.116000', '155204.119000', '155204.121000', '155204.124000', '155204.127000', '155204.130000', '155204.133000', '155204.142000', '155204.145000', '155204.148000', '155204.150000', '155204.153000', '155204.156000', '155204.159000', '155204.162000', '155204.164000', '155204.167000', '155204.170000', '155204.173000', '155204.176000', '155204.179000', '155204.181000', '155204.184000', '155204.187000', '155204.190000', '155204.193000', '155204.196000', '155204.199000', '155204.201000', '155204.204000', '155204.207000', '155204.210000', '155204.213000', '155204.216000', '155204.219000', '155204.221000', '155204.224000', '155204.227000', '155204.230000', '155204.233000', '155204.236000', '155204.239000', '155224.109000', '155224.112000', '155224.115000', '155224.118000', '155224.121000', '155224.123000', '155224.126000', '155224.129000', '155224.132000', '155224.135000', '155224.138000', '155224.140000', '155224.143000', '155224.146000', '155224.149000', '155224.152000', '155224.155000', '155224.158000', '155224.160000', '155224.163000', '155224.166000', '155224.169000', '155224.172000', '155224.175000', '155224.178000', '155224.180000', '155224.183000', '155224.186000', '155224.189000', '155224.192000', '155224.195000', '155224.198000', '155224.200000', '155224.203000', '155224.206000', '155224.209000', '155224.212000', '155224.214000', '155224.217000', '155224.230000', '155224.233000', '155224.235000', '155224.238000', '155244.109000', '155244.112000', '155244.115000', '155244.117000', '155244.120000', '155244.123000', '155244.126000', '155244.129000', '155244.132000', '155244.135000', '155244.138000', '155244.141000', '155244.143000', '155244.146000', '155244.149000', '155244.152000', '155244.155000', '155244.158000', '155244.161000', '155244.163000', '155244.166000', '155244.169000', '155244.172000', '155244.175000', '155244.178000', '155244.181000', '155244.184000', '155244.186000', '155244.189000', '155244.192000', '155244.195000', '155244.198000', '155244.201000', '155244.204000', '155244.206000', '155244.209000', '155244.212000', '155244.215000', '155244.218000', '155244.221000', '155244.224000', '155244.226000', '155244.229000', '155244.232000', '155304.109000', '155304.112000', '155304.115000', '155304.118000', '155304.121000', '155304.123000', '155304.126000', '155304.129000', '155304.132000', '155304.135000', '155304.138000', '155304.141000', '155304.144000', '155304.147000', '155304.150000', '155304.152000', '155304.155000', '155304.158000', '155304.161000', '155304.164000', '155304.167000', '155304.170000', '155304.172000', '155304.175000', '155304.178000', '155304.181000', '155304.184000', '155304.187000', '155304.190000', '155304.192000', '155304.195000', '155304.198000', '155304.201000', '155304.204000', '155304.207000', '155304.210000', '155304.212000', '155304.215000', '155304.218000', '155304.221000', '155304.224000', '155304.227000', '155304.230000', '155324.110000', '155324.113000', '155324.116000', '155324.119000', '155324.122000', '155324.125000', '155324.128000', '155324.131000', '155324.133000', '155324.136000', '155324.139000', '155324.142000', '155324.145000', '155324.148000', '155324.151000', '155324.154000', '155324.157000', '155324.160000', '155324.162000', '155324.165000', '155324.168000', '155324.171000', '155324.174000', '155324.177000', '155324.180000', '155324.183000', '155324.186000', '155324.188000', '155324.191000', '155324.194000', '155324.197000', '155324.200000', '155324.203000', '155324.206000', '155324.208000', '155324.211000', '155324.231000', '155324.234000', '155324.237000', '155324.239000', '155324.242000', '155324.245000', '155324.248000', '155324.251000', '155344.110000', '155344.113000', '155344.116000', '155344.119000', '155344.121000', '155344.125000', '155344.128000', '155344.130000', '155344.133000', '155344.136000', '155344.139000', '155344.142000', '155344.145000', '155344.148000', '155344.151000', '155344.154000', '155344.156000', '155344.159000', '155344.162000', '155344.165000', '155344.168000', '155344.171000', '155344.174000', '155344.177000', '155344.180000', '155344.183000', '155344.185000', '155344.188000', '155344.191000', '155344.194000', '155344.197000', '155344.200000', '155344.203000', '155344.206000', '155344.209000', '155344.212000', '155344.214000', '155344.217000', '155344.220000', '155344.223000', '155344.226000', '155344.229000', '155344.232000', '155404.110000', '155404.113000', '155404.117000', '155404.122000', '155404.125000', '155404.128000', '155404.131000', '155404.134000', '155404.137000', '155404.140000', '155404.143000', '155404.146000', '155404.149000', '155404.152000', '155404.155000', '155404.158000', '155404.160000', '155404.163000', '155404.166000', '155404.169000', '155404.172000', '155404.175000', '155404.178000', '155404.181000', '155404.184000', '155404.187000', '155404.190000', '155404.192000', '155404.195000', '155404.198000', '155404.201000', '155404.204000', '155404.207000', '155404.210000', '155404.213000', '155404.216000', '155404.219000', '155404.221000', '155404.224000', '155404.227000', '155404.230000', '155404.233000', '155404.236000', '155424.109000', '155424.112000', '155424.115000', '155424.118000', '155424.121000', '155424.124000', '155424.127000', '155424.130000', '155424.133000', '155424.136000', '155424.139000', '155424.141000', '155424.144000', '155424.147000', '155424.150000', '155424.153000', '155424.156000', '155424.159000', '155424.162000', '155424.165000', '155424.167000', '155424.170000', '155424.173000', '155424.176000', '155424.179000', '155424.182000', '155424.185000', '155424.187000', '155424.190000', '155424.193000', '155424.196000', '155424.199000', '155424.202000', '155424.205000', '155424.208000', '155424.211000', '155424.213000', '155424.216000', '155424.219000', '155424.222000', '155424.225000', '155424.228000', '155424.231000', '155424.233000', '155444.109000', '155444.112000', '155444.115000', '155444.118000', '155444.121000', '155444.124000', '155444.127000', '155444.129000', '155444.132000', '155444.135000', '155444.138000', '155444.141000', '155444.146000', '155444.150000', '155444.153000', '155444.156000', '155444.159000', '155444.162000', '155444.165000', '155444.168000', '155444.171000', '155444.174000', '155444.177000', '155444.179000', '155444.182000', '155444.185000', '155444.188000', '155444.191000', '155444.194000', '155444.197000', '155444.200000', '155444.202000', '155444.205000', '155444.208000', '155444.211000', '155444.214000', '155444.217000', '155444.220000', '155444.223000', '155444.226000', '155444.229000', '155444.232000', '155444.234000', '155504.109000', '155504.112000', '155504.115000', '155504.118000', '155504.121000', '155504.124000', '155504.126000', '155504.129000', '155504.132000', '155504.135000', '155504.138000', '155504.141000', '155504.144000', '155504.146000', '155504.149000', '155504.152000', '155504.155000', '155504.158000', '155504.175000', '155504.178000', '155504.180000', '155504.183000', '155504.186000', '155504.189000', '155504.192000', '155504.195000', '155504.198000', '155504.201000', '155504.204000', '155504.206000', '155504.209000', '155504.212000', '155504.215000', '155504.218000', '155504.221000', '155504.224000', '155504.227000', '155504.230000', '155504.232000', '155504.235000', '155504.238000', '155504.241000', '155504.244000', '155504.247000', '155524.109000', '155524.112000', '155524.115000', '155524.118000', '155524.121000', '155524.124000', '155524.126000', '155524.129000', '155524.132000', '155524.135000', '155524.139000', '155524.142000', '155524.144000', '155524.148000', '155524.150000', '155524.154000', '155524.157000', '155524.160000', '155524.163000', '155524.165000', '155524.168000', '155524.171000', '155524.174000', '155524.177000', '155524.180000', '155524.183000', '155524.186000', '155524.189000', '155524.192000', '155524.195000', '155524.198000', '155524.200000', '155524.204000', '155524.206000', '155524.209000', '155524.212000', '155524.215000', '155524.218000', '155524.221000', '155524.224000', '155524.227000', '155524.230000', '155524.233000', '155544.110000', '155544.113000', '155544.116000', '155544.128000', '155544.130000', '155544.133000', '155544.136000', '155544.139000', '155544.142000', '155544.145000', '155544.148000', '155544.150000', '155544.153000', '155544.156000', '155544.159000', '155544.162000', '155544.165000', '155544.168000', '155544.171000', '155544.174000', '155544.176000', '155544.179000', '155544.182000', '155544.185000', '155544.188000', '155544.191000', '155544.193000', '155544.196000', '155544.199000', '155544.202000', '155544.205000', '155544.208000', '155544.211000', '155544.213000', '155544.216000', '155544.219000', '155544.222000', '155544.225000', '155544.228000', '155544.231000', '155544.234000', '155544.237000', '155544.239000', '155544.242000', '155604.110000', '155604.113000', '155604.116000', '155604.119000', '155604.122000', '155604.125000', '155604.128000', '155604.130000', '155604.133000', '155604.136000', '155604.139000', '155604.142000', '155604.145000', '155604.147000', '155604.150000', '155604.153000', '155604.156000', '155604.159000', '155604.162000', '155604.165000', '155604.169000', '155604.174000', '155604.177000', '155604.180000', '155604.183000', '155604.185000', '155604.188000', '155604.191000', '155604.194000', '155604.197000', '155604.200000', '155604.203000', '155604.205000', '155604.208000', '155604.211000', '155604.214000', '155604.217000', '155604.220000', '155604.223000', '155604.226000', '155604.229000', '155604.231000', '155604.234000', '155624.110000', '155624.113000', '155624.116000', '155624.119000', '155624.122000', '155624.125000', '155624.128000', '155624.131000', '155624.134000', '155624.136000', '155624.139000', '155624.142000', '155624.145000', '155624.148000', '155624.151000', '155624.154000', '155624.157000', '155624.160000', '155624.163000', '155624.165000', '155624.168000', '155624.171000', '155624.174000', '155624.177000', '155624.180000', '155624.183000', '155624.185000', '155624.188000', '155624.191000', '155624.194000', '155624.197000', '155624.200000', '155624.203000', '155624.206000', '155624.209000', '155624.211000', '155624.214000', '155624.217000', '155624.220000', '155624.223000', '155624.226000', '155624.228000', '155624.231000', '155624.247000', '155644.109000', '155644.112000', '155644.115000', '155644.118000', '155644.121000', '155644.124000', '155644.127000', '155644.131000', '155644.134000', '155644.137000', '155644.140000', '155644.143000', '155644.145000', '155644.148000', '155644.151000', '155644.154000', '155644.157000', '155644.160000', '155644.163000', '155644.166000', '155644.169000', '155644.172000', '155644.175000', '155644.178000', '155644.181000', '155644.184000', '155644.187000', '155644.189000', '155644.193000', '155644.196000', '155644.199000', '155644.202000', '155644.205000', '155644.208000', '155644.211000', '155644.213000', '155644.216000', '155644.219000', '155644.222000', '155644.225000', '155644.228000', '155644.231000', '155644.234000', '155704.109000', '155704.112000', '155704.115000', '155704.118000', '155704.121000', '155704.124000', '155704.127000', '155704.130000', '155704.133000', '155704.136000', '155704.138000', '155704.141000', '155704.144000', '155704.147000', '155704.150000', '155704.153000', '155704.156000', '155704.159000', '155704.162000', '155704.165000', '155704.168000', '155704.171000', '155704.173000', '155704.176000', '155704.179000', '155704.182000', '155704.185000', '155704.188000', '155704.191000', '155704.194000', '155704.197000', '155704.200000', '155704.202000', '155704.205000', '155704.208000', '155704.211000', '155704.214000', '155704.217000', '155704.220000', '155704.223000', '155704.226000', '155704.229000', '155704.232000', '155704.234000', '155724.109000', '155724.112000', '155724.115000', '155724.118000', '155724.121000', '155724.124000', '155724.127000', '155724.130000', '155724.133000', '155724.135000', '155724.138000', '155724.141000', '155724.144000', '155724.147000', '155724.150000', '155724.153000', '155724.156000', '155724.159000', '155724.162000', '155724.165000', '155724.168000', '155724.171000', '155724.174000', '155724.177000', '155724.179000', '155724.184000', '155724.187000', '155724.190000', '155724.193000', '155724.196000', '155724.199000', '155724.202000', '155724.205000', '155724.207000', '155724.210000', '155724.213000', '155724.216000', '155724.219000', '155724.222000', '155724.225000', '155724.228000', '155724.231000', '155724.234000', '155744.110000', '155744.113000', '155744.116000', '155744.119000', '155744.122000', '155744.125000', '155744.128000', '155744.130000', '155744.133000', '155744.136000', '155744.139000', '155744.142000', '155744.145000', '155744.148000', '155744.151000', '155744.154000', '155744.157000', '155744.160000', '155744.163000', '155744.166000', '155744.169000', '155744.172000', '155744.174000', '155744.177000', '155744.180000', '155744.183000', '155744.186000', '155744.189000', '155744.192000', '155744.195000', '155744.198000', '155744.200000', '155744.204000', '155744.206000', '155744.209000', '155744.212000', '155744.215000', '155744.218000', '155744.221000', '155744.224000', '155744.227000', '155744.230000', '155744.233000', '155744.236000', '155804.110000', '155804.113000', '155804.116000', '155804.119000', '155804.122000', '155804.125000', '155804.128000', '155804.131000', '155804.134000', '155804.145000', '155804.148000', '155804.151000', '155804.154000', '155804.157000', '155804.160000', '155804.163000', '155804.166000', '155804.171000', '155804.174000', '155804.177000', '155804.180000', '155804.183000', '155804.186000', '155804.189000', '155804.192000', '155804.194000', '155804.197000', '155804.200000', '155804.203000', '155804.206000', '155804.209000', '155804.212000', '155804.215000', '155804.218000', '155804.221000', '155804.224000', '155804.227000', '155804.229000', '155804.233000', '155804.236000', '155804.240000', '155804.243000', '155804.246000', '155811.177000', '155811.181000', '155811.184000', '155811.187000', '155811.190000', '155811.194000', '155811.197000', '155811.200000', '155811.203000', '155811.207000', '155811.210000', '155811.213000', '155811.216000', '155811.219000', '155811.223000', '155811.226000'], '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': [13277, 8063, 7969, 8743, 8232, 9883, 8423, 12323, 8556, 11855, 8389, 11275, 8486, 12081, 8331, 12392, 8530, 11882, 8613, 11739, 8369, 8205, 8067, 8834, 7536, 8736, 9702, 8042, 11940, 8321, 10394, 8234, 11678, 8707, 11999, 8340, 11049, 7918, 10585, 8689, 9329, 7813, 8637, 7721, 7710, 10872, 9127, 12408, 8462, 11390, 8521, 12437, 8769, 12461, 8410, 11624, 8588, 12060, 9128, 9924, 8881, 10205, 8351, 11731, 8691, 10846, 9009, 9604, 9052, 10575, 8825, 10838, 8971, 10088, 8906, 9020, 8184, 11430, 8604, 11274, 8589, 11319, 8559, 13054, 8675, 13595, 9388, 12537, 8842, 11970, 8759, 12483, 9191, 12220, 8211, 8412, 8169, 9739, 8260, 9699, 8475, 8638, 12221, 8823, 8963, 9074, 9237, 9241, 8838, 9943, 9425, 11192, 11085, 9842, 8320, 9799, 8603, 11129, 8449, 11494, 11274, 8829, 8995, 9068, 8999, 9247, 10002, 9090, 10298, 8905, 8953, 9110, 9016, 8622, 11808, 9093, 11271, 9045, 9656, 8984, 9514, 8836, 8493, 8725, 8100, 8970, 8014, 9577, 8022, 8694, 8209, 8960, 8441, 8594, 8301, 8503, 8757, 9279, 9949, 9261, 9046, 10019, 8570, 11642, 8993, 13823, 12182, 9332, 9466, 9469, 9312, 10820, 8716, 14985, 10614, 13984, 11221, 13264, 8466, 12331, 8660, 12466, 8942, 12243, 8876, 11996, 9243, 9541, 8759, 11793, 8697, 11656, 8837, 11192, 9013, 12866, 8597, 13814, 11166, 13133, 8517, 12314, 8665, 12273, 8570, 13205, 9939, 12172, 8838, 12025, 8834, 12769, 8657, 9634, 8287, 9189, 8416, 9326, 9759, 9233, 12821, 10451, 13886, 10972, 9757, 9469, 9356, 8973, 9671, 9120, 9544, 10750, 9659, 8924, 9689, 8519, 9821, 8923, 9488, 8188, 9307, 9399, 9215, 8911, 9559, 8369, 9529, 10094, 9249, 13034, 8973, 12888, 9395, 12417, 9247, 12780, 9221, 12544, 9400, 12733, 9395, 12392, 9118, 11682, 9174, 11858, 9511, 12742, 9151, 13619, 10528, 12539, 8668, 12640, 8998, 12938, 8755, 13589, 10991, 12461, 8681, 12596, 9323, 12947, 9270, 10938, 9520, 9756, 8529, 11669, 8471, 7784, 8307, 7517, 8611, 7901, 9647, 8536, 9465, 10319, 8960, 12761, 9350, 12230, 9567, 14153, 10990, 14030, 11640, 11008, 10676, 8880, 9009, 8765, 8931, 8665, 8262, 8299, 8243, 8003, 9032, 8417, 12229, 11493, 10339, 12331, 8351, 7565, 7176, 7810, 8403, 8738, 7865, 8667, 9509, 8714, 11757, 10143, 9880, 14423, 10637, 13839, 9148, 11925, 9103, 11793, 9055, 12495, 8932, 11665, 8989, 9959, 8928, 9288, 8668, 9044, 8233, 10375, 8758, 7962, 9050, 8729, 7943, 8812, 8152, 8824, 8538, 9346, 8298, 12315, 9745, 9080, 9092, 8966, 8318, 10885, 8767, 10902, 8351, 8625, 11313, 8988, 9983, 9083, 11954, 9267, 12987, 9423, 13830, 9403, 11972, 9370, 12447, 9040, 12325, 9764, 11955, 8353, 9286, 7423, 8640, 11398, 8697, 12361, 9720, 8465, 10996, 8867, 10737, 8378, 13518, 10780, 13651, 11793, 9205, 9882, 9436, 9319, 9325, 10871, 8787, 11281, 9024, 10622, 8727, 12325, 8584, 13291, 10422, 12222, 8340, 12727, 8213, 12938, 10046, 12266, 8647, 8730, 8012, 9032, 8931, 8817, 9674, 8385, 12960, 8590, 11967, 8413, 11504, 8680, 12786, 8756, 13282, 9618, 11648, 10752, 8825, 8945, 9252, 8736, 8293, 8560, 12302, 9036, 12343, 8975, 10407, 8950, 9903, 8970, 9135, 9870, 8747, 10217, 8632, 9464, 8341, 9120, 9177, 9311, 8414, 9781, 8411, 9867, 8510, 9981, 10554, 9478, 8315, 9331, 8114, 9404, 8557, 9796, 11344, 8640, 10044, 9018, 9537, 9067, 9450, 8842, 11576, 9328, 9674, 9434, 8856, 9136, 10754, 8846, 10313, 9476, 9374, 9084, 11667, 8602, 12935, 10583, 9017, 9909, 9237, 10443, 9530, 13039, 10945, 13636, 8713, 9425, 8823, 9002, 10831, 9012, 13774, 10338, 15029, 12072, 10890, 10443, 8651, 8695, 8728, 12392, 8849, 11832, 8743, 11665, 8381, 11676, 8749, 12125, 8774, 12804, 8767, 13623, 11247, 13101, 12234, 8216, 10348, 7983, 10050, 8457, 11034, 8429, 9529, 8160, 11073, 8215, 11954, 7813, 8452, 7618, 8326, 9698, 8816, 13514, 8482, 11623, 8321, 9358, 8446, 10372, 8348, 11440, 9860, 8633, 9409, 8848, 8346, 9126, 8997, 9427, 9821, 9505, 10283, 8755, 11158, 9055, 11103, 9108, 11518, 9303, 12274, 9210, 12449, 10157, 10733, 9489, 11004, 9512, 12332, 9222, 13343, 10674, 11349, 8695, 9365, 8288, 9613, 8212, 9756, 10534, 9062, 11770, 9124, 11353, 9076, 12512, 9003, 13594, 10444, 12976, 8893, 13599, 8774, 12665, 8674, 12951, 10092, 12734, 8949, 9632, 8132, 8884, 9121, 9069, 13602, 8906, 12302, 8607, 9382, 9800, 9039, 14178, 8983, 12800, 8969, 13025, 10277, 13143, 11177, 9124, 8528, 8261, 10528, 8492, 13680, 9333, 13703, 8542, 13150, 8666, 12771, 10640, 11435, 10668, 8459, 8609, 8578, 8726, 7999, 9959, 8238, 9814, 8162, 9940, 7780, 11985, 7897, 12922, 9470, 11125, 8480, 12180, 8591, 12689, 8547, 12882, 8629, 12019, 8500, 11949, 8260, 10709, 8279, 10944, 8249, 10877, 8694, 10032, 8406, 8751, 8074, 8405, 7914, 7790, 11086, 8064, 10546, 8551, 11054, 8586, 12465, 10736, 12134, 11909, 8816, 9168, 8578, 9493, 8844, 11881, 8955, 13609, 9329, 12828, 8324, 11396, 8372, 12495, 10044, 8152, 9309, 8476, 10114, 8358, 11674, 8971, 12581, 8457, 13222, 8273, 10672, 8337, 10503, 8319, 11380, 8767, 11885, 8413, 8349, 7992, 7888, 8600, 8183, 12031, 10136, 12511, 8068, 12056, 8253, 13245, 9318, 13287, 9583, 11591, 8307, 11954, 8356, 10548, 8104, 10789, 8479, 10749, 8107, 11325, 7989, 12379, 8384, 11890, 9629, 9521, 8821, 8676, 8847, 10260, 9853, 8986, 9141, 8199, 9111, 7998, 11735, 8102, 12096, 8325, 11534, 8560, 13963, 10342, 13947, 10865, 13001, 8729, 12948, 8607, 13315, 8456, 12873, 8988, 9714, 8666, 7963, 8400, 8385, 8510, 8146, 8577, 8037, 8742, 8001, 12993, 9833, 7797, 7962, 8149, 10266, 8742, 12506, 8425, 12801, 8619, 13006, 11135, 12669, 8712, 12594, 8802, 13177, 10443, 14158, 11960, 11569, 10881, 8515, 8771, 8378, 9177, 8803, 11488, 8335, 10998, 8530, 9005, 8681, 10165, 7885, 11807, 8647, 9840, 7506, 7909], 'WindowCenter': [4311.0, 4235.0, 4220.0, 4230.0, 4219.0, 4236.0, 4220.0, 4257.0, 4215.0, 4243.0, 4206.0, 4245.0, 4214.0, 4244.0, 4204.0, 4254.0, 4216.0, 4244.0, 4216.0, 4245.0, 4206.0, 4205.0, 4207.0, 4226.0, 4207.0, 4230.0, 4252.0, 4219.0, 4259.0, 4218.0, 4246.0, 4217.0, 4257.0, 4228.0, 4257.0, 4218.0, 4256.0, 4232.0, 4250.0, 4231.0, 4239.0, 4221.0, 4238.0, 4221.0, 4231.0, 4274.0, 4254.0, 4283.0, 4233.0, 4261.0, 4230.0, 4270.0, 4231.0, 4270.0, 4229.0, 4260.0, 4229.0, 4269.0, 4239.0, 4248.0, 4239.0, 4252.0, 4232.0, 4270.0, 4230.0, 4247.0, 4226.0, 4237.0, 4227.0, 4248.0, 4228.0, 4249.0, 4226.0, 4247.0, 4227.0, 4230.0, 4231.0, 4269.0, 4228.0, 4257.0, 4228.0, 4257.0, 4228.0, 4279.0, 4230.0, 4280.0, 4240.0, 4268.0, 4239.0, 4258.0, 4229.0, 4268.0, 4241.0, 4269.0, 4230.0, 4217.0, 4228.0, 4249.0, 4229.0, 4250.0, 4243.0, 4242.0, 4284.0, 4241.0, 4241.0, 4241.0, 4239.0, 4240.0, 4241.0, 4250.0, 4253.0, 4260.0, 4261.0, 4248.0, 4230.0, 4248.0, 4230.0, 4259.0, 4232.0, 4270.0, 4261.0, 4227.0, 4239.0, 4227.0, 4238.0, 4239.0, 4239.0, 4228.0, 4250.0, 4228.0, 4229.0, 4226.0, 4228.0, 4229.0, 4271.0, 4227.0, 4258.0, 4228.0, 4237.0, 4227.0, 4236.0, 4229.0, 4229.0, 4228.0, 4218.0, 4228.0, 4218.0, 4247.0, 4230.0, 4240.0, 4242.0, 4253.0, 4244.0, 4242.0, 4244.0, 4254.0, 4256.0, 4265.0, 4277.0, 4255.0, 4255.0, 4252.0, 4243.0, 4271.0, 4255.0, 4294.0, 4274.0, 4238.0, 4241.0, 4239.0, 4238.0, 4247.0, 4229.0, 4277.0, 4249.0, 4268.0, 4246.0, 4255.0, 4205.0, 4254.0, 4213.0, 4253.0, 4225.0, 4256.0, 4226.0, 4256.0, 4225.0, 4237.0, 4229.0, 4269.0, 4229.0, 4256.0, 4227.0, 4246.0, 4227.0, 4267.0, 4229.0, 4278.0, 4260.0, 4266.0, 4218.0, 4254.0, 4216.0, 4254.0, 4217.0, 4265.0, 4238.0, 4255.0, 4228.0, 4257.0, 4228.0, 4268.0, 4230.0, 4238.0, 4218.0, 4238.0, 4229.0, 4239.0, 4251.0, 4251.0, 4283.0, 4261.0, 4280.0, 4262.0, 4241.0, 4239.0, 4229.0, 4228.0, 4239.0, 4240.0, 4236.0, 4259.0, 4237.0, 4227.0, 4238.0, 4227.0, 4235.0, 4227.0, 4226.0, 4218.0, 4228.0, 4226.0, 4227.0, 4228.0, 4236.0, 4217.0, 4239.0, 4250.0, 4253.0, 4282.0, 4240.0, 4269.0, 4240.0, 4268.0, 4239.0, 4268.0, 4239.0, 4271.0, 4242.0, 4270.0, 4241.0, 4270.0, 4242.0, 4260.0, 4239.0, 4259.0, 4251.0, 4278.0, 4251.0, 4292.0, 4263.0, 4270.0, 4230.0, 4267.0, 4228.0, 4266.0, 4229.0, 4267.0, 4261.0, 4258.0, 4228.0, 4257.0, 4228.0, 4267.0, 4238.0, 4247.0, 4237.0, 4240.0, 4242.0, 4283.0, 4241.0, 4219.0, 4241.0, 4222.0, 4242.0, 4246.0, 4277.0, 4258.0, 4265.0, 4277.0, 4254.0, 4285.0, 4254.0, 4285.0, 4252.0, 4283.0, 4251.0, 4282.0, 4250.0, 4237.0, 4236.0, 4203.0, 4202.0, 4201.0, 4202.0, 4201.0, 4191.0, 4189.0, 4191.0, 4191.0, 4212.0, 4213.0, 4256.0, 4257.0, 4248.0, 4279.0, 4228.0, 4218.0, 4208.0, 4231.0, 4242.0, 4244.0, 4234.0, 4234.0, 4254.0, 4245.0, 4273.0, 4254.0, 4254.0, 4283.0, 4239.0, 4259.0, 4215.0, 4234.0, 4204.0, 4233.0, 4203.0, 4231.0, 4204.0, 4232.0, 4212.0, 4212.0, 4202.0, 4212.0, 4203.0, 4202.0, 4205.0, 4235.0, 4216.0, 4205.0, 4228.0, 4217.0, 4207.0, 4226.0, 4218.0, 4228.0, 4230.0, 4228.0, 4221.0, 4272.0, 4252.0, 4230.0, 4228.0, 4226.0, 4219.0, 4247.0, 4228.0, 4257.0, 4244.0, 4243.0, 4274.0, 4240.0, 4252.0, 4242.0, 4272.0, 4254.0, 4283.0, 4268.0, 4295.0, 4244.0, 4270.0, 4241.0, 4272.0, 4244.0, 4283.0, 4265.0, 4270.0, 4233.0, 4241.0, 4212.0, 4242.0, 4274.0, 4242.0, 4283.0, 4255.0, 4244.0, 4276.0, 4243.0, 4262.0, 4231.0, 4280.0, 4263.0, 4282.0, 4274.0, 4241.0, 4253.0, 4239.0, 4239.0, 4241.0, 4261.0, 4228.0, 4258.0, 4229.0, 4249.0, 4229.0, 4269.0, 4239.0, 4292.0, 4263.0, 4271.0, 4230.0, 4269.0, 4230.0, 4280.0, 4250.0, 4269.0, 4229.0, 4227.0, 4217.0, 4226.0, 4229.0, 4228.0, 4238.0, 4220.0, 4280.0, 4217.0, 4258.0, 4218.0, 4257.0, 4227.0, 4268.0, 4229.0, 4278.0, 4252.0, 4269.0, 4260.0, 4229.0, 4238.0, 4253.0, 4241.0, 4242.0, 4255.0, 4296.0, 4255.0, 4285.0, 4243.0, 4262.0, 4231.0, 4250.0, 4228.0, 4240.0, 4238.0, 4218.0, 4250.0, 4228.0, 4237.0, 4219.0, 4227.0, 4227.0, 4225.0, 4217.0, 4238.0, 4230.0, 4250.0, 4243.0, 4251.0, 4262.0, 4240.0, 4231.0, 4238.0, 4231.0, 4239.0, 4242.0, 4263.0, 4271.0, 4231.0, 4250.0, 4229.0, 4240.0, 4227.0, 4240.0, 4230.0, 4261.0, 4240.0, 4240.0, 4237.0, 4240.0, 4252.0, 4260.0, 4228.0, 4247.0, 4238.0, 4239.0, 4240.0, 4270.0, 4242.0, 4283.0, 4264.0, 4242.0, 4264.0, 4252.0, 4262.0, 4253.0, 4294.0, 4272.0, 4280.0, 4230.0, 4240.0, 4240.0, 4240.0, 4259.0, 4241.0, 4291.0, 4263.0, 4305.0, 4285.0, 4262.0, 4261.0, 4228.0, 4227.0, 4242.0, 4281.0, 4241.0, 4270.0, 4230.0, 4271.0, 4232.0, 4270.0, 4231.0, 4270.0, 4229.0, 4268.0, 4229.0, 4267.0, 4249.0, 4255.0, 4247.0, 4193.0, 4222.0, 4181.0, 4211.0, 4190.0, 4221.0, 4190.0, 4210.0, 4204.0, 4242.0, 4202.0, 4242.0, 4193.0, 4202.0, 4194.0, 4204.0, 4226.0, 4238.0, 4268.0, 4228.0, 4256.0, 4216.0, 4227.0, 4217.0, 4237.0, 4218.0, 4259.0, 4250.0, 4217.0, 4227.0, 4225.0, 4217.0, 4238.0, 4227.0, 4237.0, 4250.0, 4251.0, 4262.0, 4243.0, 4273.0, 4243.0, 4272.0, 4253.0, 4274.0, 4255.0, 4283.0, 4255.0, 4283.0, 4265.0, 4262.0, 4253.0, 4260.0, 4253.0, 4282.0, 4255.0, 4295.0, 4275.0, 4262.0, 4232.0, 4240.0, 4230.0, 4240.0, 4229.0, 4250.0, 4264.0, 4242.0, 4271.0, 4253.0, 4271.0, 4243.0, 4283.0, 4243.0, 4293.0, 4265.0, 4282.0, 4243.0, 4281.0, 4230.0, 4269.0, 4230.0, 4281.0, 4252.0, 4282.0, 4242.0, 4240.0, 4231.0, 4253.0, 4253.0, 4242.0, 4294.0, 4243.0, 4281.0, 4242.0, 4252.0, 4263.0, 4242.0, 4293.0, 4244.0, 4282.0, 4243.0, 4294.0, 4266.0, 4282.0, 4274.0, 4240.0, 4229.0, 4229.0, 4261.0, 4242.0, 4279.0, 4240.0, 4266.0, 4228.0, 4267.0, 4228.0, 4267.0, 4249.0, 4257.0, 4249.0, 4205.0, 4215.0, 4214.0, 4213.0, 4217.0, 4237.0, 4216.0, 4237.0, 4216.0, 4237.0, 4208.0, 4267.0, 4219.0, 4277.0, 4251.0, 4256.0, 4229.0, 4257.0, 4228.0, 4267.0, 4227.0, 4268.0, 4226.0, 4268.0, 4229.0, 4256.0, 4228.0, 4246.0, 4229.0, 4258.0, 4230.0, 4260.0, 4240.0, 4259.0, 4243.0, 4242.0, 4244.0, 4254.0, 4246.0, 4236.0, 4287.0, 4247.0, 4277.0, 4257.0, 4284.0, 4256.0, 4285.0, 4276.0, 4285.0, 4275.0, 4243.0, 4242.0, 4230.0, 4240.0, 4239.0, 4269.0, 4240.0, 4280.0, 4240.0, 4269.0, 4219.0, 4257.0, 4228.0, 4269.0, 4249.0, 4216.0, 4228.0, 4216.0, 4246.0, 4217.0, 4258.0, 4228.0, 4270.0, 4219.0, 4267.0, 4217.0, 4236.0, 4215.0, 4234.0, 4215.0, 4246.0, 4226.0, 4255.0, 4217.0, 4217.0, 4217.0, 4217.0, 4229.0, 4243.0, 4282.0, 4262.0, 4271.0, 4220.0, 4269.0, 4230.0, 4268.0, 4239.0, 4268.0, 4239.0, 4246.0, 4218.0, 4256.0, 4217.0, 4247.0, 4218.0, 4256.0, 4217.0, 4246.0, 4219.0, 4257.0, 4219.0, 4269.0, 4231.0, 4269.0, 4251.0, 4239.0, 4230.0, 4227.0, 4229.0, 4238.0, 4239.0, 4226.0, 4226.0, 4231.0, 4242.0, 4231.0, 4270.0, 4220.0, 4269.0, 4231.0, 4260.0, 4230.0, 4280.0, 4252.0, 4279.0, 4249.0, 4268.0, 4216.0, 4256.0, 4215.0, 4266.0, 4218.0, 4267.0, 4229.0, 4237.0, 4228.0, 4217.0, 4231.0, 4231.0, 4241.0, 4230.0, 4241.0, 4231.0, 4244.0, 4232.0, 4292.0, 4263.0, 4231.0, 4233.0, 4232.0, 4276.0, 4257.0, 4297.0, 4246.0, 4295.0, 4258.0, 4297.0, 4285.0, 4282.0, 4244.0, 4282.0, 4242.0, 4269.0, 4249.0, 4278.0, 4259.0, 4245.0, 4248.0, 4215.0, 4215.0, 4204.0, 4227.0, 4216.0, 4246.0, 4205.0, 4236.0, 4214.0, 4215.0, 4216.0, 4249.0, 4230.0, 4269.0, 4228.0, 4237.0, 4208.0, 4218.0], 'WindowWidth': [9516.0, 9403.0, 9373.0, 9384.0, 9366.0, 9385.0, 9368.0, 9412.0, 9354.0, 9388.0, 9340.0, 9390.0, 9350.0, 9387.0, 9337.0, 9403.0, 9358.0, 9390.0, 9356.0, 9389.0, 9341.0, 9338.0, 9345.0, 9368.0, 9348.0, 9385.0, 9414.0, 9364.0, 9418.0, 9362.0, 9397.0, 9361.0, 9412.0, 9376.0, 9413.0, 9362.0, 9409.0, 9391.0, 9409.0, 9385.0, 9390.0, 9373.0, 9393.0, 9374.0, 9390.0, 9452.0, 9424.0, 9459.0, 9391.0, 9424.0, 9383.0, 9434.0, 9385.0, 9435.0, 9382.0, 9421.0, 9380.0, 9433.0, 9393.0, 9404.0, 9393.0, 9415.0, 9391.0, 9437.0, 9381.0, 9400.0, 9371.0, 9385.0, 9372.0, 9402.0, 9375.0, 9405.0, 9372.0, 9399.0, 9373.0, 9381.0, 9386.0, 9434.0, 9376.0, 9415.0, 9377.0, 9414.0, 9380.0, 9445.0, 9384.0, 9450.0, 9396.0, 9431.0, 9393.0, 9416.0, 9379.0, 9432.0, 9400.0, 9434.0, 9384.0, 9361.0, 9379.0, 9407.0, 9384.0, 9410.0, 9406.0, 9404.0, 9462.0, 9399.0, 9400.0, 9397.0, 9395.0, 9396.0, 9399.0, 9410.0, 9417.0, 9423.0, 9426.0, 9403.0, 9382.0, 9403.0, 9381.0, 9420.0, 9390.0, 9437.0, 9424.0, 9374.0, 9394.0, 9374.0, 9392.0, 9393.0, 9393.0, 9378.0, 9407.0, 9374.0, 9378.0, 9371.0, 9378.0, 9383.0, 9437.0, 9374.0, 9416.0, 9375.0, 9387.0, 9372.0, 9385.0, 9379.0, 9380.0, 9378.0, 9364.0, 9377.0, 9366.0, 9403.0, 9385.0, 9399.0, 9406.0, 9420.0, 9409.0, 9404.0, 9411.0, 9423.0, 9429.0, 9441.0, 9458.0, 9425.0, 9427.0, 9416.0, 9405.0, 9440.0, 9425.0, 9476.0, 9447.0, 9391.0, 9396.0, 9390.0, 9390.0, 9399.0, 9376.0, 9439.0, 9405.0, 9427.0, 9397.0, 9406.0, 9339.0, 9402.0, 9348.0, 9401.0, 9369.0, 9409.0, 9370.0, 9408.0, 9368.0, 9386.0, 9381.0, 9432.0, 9380.0, 9410.0, 9374.0, 9397.0, 9374.0, 9426.0, 9381.0, 9444.0, 9422.0, 9423.0, 9361.0, 9403.0, 9357.0, 9402.0, 9361.0, 9423.0, 9387.0, 9407.0, 9375.0, 9412.0, 9378.0, 9428.0, 9381.0, 9389.0, 9364.0, 9392.0, 9380.0, 9396.0, 9413.0, 9416.0, 9460.0, 9429.0, 9453.0, 9430.0, 9397.0, 9393.0, 9378.0, 9376.0, 9391.0, 9394.0, 9386.0, 9420.0, 9387.0, 9373.0, 9387.0, 9374.0, 9382.0, 9373.0, 9366.0, 9363.0, 9376.0, 9370.0, 9371.0, 9373.0, 9383.0, 9359.0, 9392.0, 9410.0, 9421.0, 9453.0, 9397.0, 9432.0, 9395.0, 9430.0, 9394.0, 9429.0, 9395.0, 9438.0, 9400.0, 9433.0, 9398.0, 9437.0, 9403.0, 9420.0, 9395.0, 9418.0, 9411.0, 9443.0, 9413.0, 9471.0, 9430.0, 9434.0, 9382.0, 9426.0, 9376.0, 9422.0, 9382.0, 9427.0, 9424.0, 9415.0, 9376.0, 9411.0, 9376.0, 9427.0, 9389.0, 9397.0, 9387.0, 9394.0, 9406.0, 9461.0, 9403.0, 9368.0, 9402.0, 9381.0, 9406.0, 9419.0, 9462.0, 9436.0, 9441.0, 9459.0, 9423.0, 9464.0, 9422.0, 9464.0, 9418.0, 9459.0, 9412.0, 9455.0, 9408.0, 9383.0, 9382.0, 9331.0, 9327.0, 9324.0, 9328.0, 9324.0, 9312.0, 9307.0, 9312.0, 9309.0, 9343.0, 9352.0, 9411.0, 9417.0, 9407.0, 9450.0, 9381.0, 9369.0, 9354.0, 9394.0, 9405.0, 9407.0, 9393.0, 9391.0, 9419.0, 9411.0, 9443.0, 9419.0, 9416.0, 9458.0, 9389.0, 9414.0, 9348.0, 9370.0, 9330.0, 9365.0, 9327.0, 9364.0, 9330.0, 9366.0, 9342.0, 9339.0, 9328.0, 9341.0, 9330.0, 9327.0, 9336.0, 9378.0, 9356.0, 9338.0, 9372.0, 9355.0, 9344.0, 9368.0, 9361.0, 9375.0, 9379.0, 9373.0, 9369.0, 9441.0, 9416.0, 9381.0, 9378.0, 9369.0, 9364.0, 9398.0, 9376.0, 9415.0, 9409.0, 9406.0, 9447.0, 9398.0, 9415.0, 9403.0, 9440.0, 9420.0, 9457.0, 9447.0, 9477.0, 9407.0, 9436.0, 9399.0, 9439.0, 9407.0, 9461.0, 9437.0, 9436.0, 9394.0, 9400.0, 9363.0, 9402.0, 9449.0, 9402.0, 9459.0, 9425.0, 9410.0, 9453.0, 9404.0, 9428.0, 9387.0, 9451.0, 9431.0, 9456.0, 9447.0, 9396.0, 9417.0, 9391.0, 9392.0, 9399.0, 9427.0, 9378.0, 9417.0, 9378.0, 9404.0, 9380.0, 9432.0, 9397.0, 9469.0, 9433.0, 9438.0, 9384.0, 9432.0, 9384.0, 9450.0, 9412.0, 9430.0, 9378.0, 9373.0, 9360.0, 9370.0, 9380.0, 9377.0, 9390.0, 9369.0, 9450.0, 9360.0, 9414.0, 9361.0, 9413.0, 9376.0, 9428.0, 9380.0, 9445.0, 9418.0, 9435.0, 9422.0, 9378.0, 9391.0, 9422.0, 9405.0, 9407.0, 9426.0, 9485.0, 9426.0, 9467.0, 9406.0, 9428.0, 9384.0, 9409.0, 9376.0, 9393.0, 9390.0, 9362.0, 9407.0, 9378.0, 9388.0, 9366.0, 9374.0, 9374.0, 9370.0, 9360.0, 9388.0, 9382.0, 9407.0, 9404.0, 9415.0, 9428.0, 9395.0, 9385.0, 9392.0, 9386.0, 9394.0, 9404.0, 9433.0, 9441.0, 9385.0, 9411.0, 9380.0, 9395.0, 9375.0, 9396.0, 9382.0, 9426.0, 9394.0, 9394.0, 9388.0, 9398.0, 9417.0, 9425.0, 9378.0, 9403.0, 9391.0, 9393.0, 9397.0, 9437.0, 9405.0, 9461.0, 9436.0, 9403.0, 9434.0, 9415.0, 9428.0, 9421.0, 9479.0, 9445.0, 9452.0, 9385.0, 9396.0, 9396.0, 9396.0, 9421.0, 9400.0, 9470.0, 9435.0, 9497.0, 9472.0, 9434.0, 9426.0, 9379.0, 9376.0, 9404.0, 9453.0, 9402.0, 9438.0, 9383.0, 9437.0, 9390.0, 9435.0, 9385.0, 9434.0, 9381.0, 9427.0, 9379.0, 9424.0, 9405.0, 9407.0, 9396.0, 9317.0, 9354.0, 9297.0, 9338.0, 9310.0, 9350.0, 9309.0, 9335.0, 9337.0, 9385.0, 9330.0, 9381.0, 9319.0, 9329.0, 9324.0, 9337.0, 9370.0, 9393.0, 9427.0, 9376.0, 9409.0, 9359.0, 9372.0, 9361.0, 9386.0, 9363.0, 9418.0, 9409.0, 9360.0, 9373.0, 9367.0, 9359.0, 9387.0, 9375.0, 9390.0, 9409.0, 9412.0, 9430.0, 9406.0, 9445.0, 9407.0, 9442.0, 9420.0, 9447.0, 9424.0, 9458.0, 9424.0, 9461.0, 9439.0, 9428.0, 9418.0, 9425.0, 9419.0, 9454.0, 9425.0, 9479.0, 9451.0, 9427.0, 9387.0, 9395.0, 9384.0, 9396.0, 9382.0, 9411.0, 9435.0, 9401.0, 9440.0, 9417.0, 9439.0, 9407.0, 9457.0, 9406.0, 9475.0, 9438.0, 9456.0, 9404.0, 9453.0, 9382.0, 9430.0, 9381.0, 9451.0, 9415.0, 9455.0, 9404.0, 9395.0, 9391.0, 9421.0, 9419.0, 9401.0, 9474.0, 9406.0, 9453.0, 9403.0, 9416.0, 9434.0, 9403.0, 9475.0, 9410.0, 9455.0, 9404.0, 9475.0, 9439.0, 9456.0, 9450.0, 9395.0, 9381.0, 9380.0, 9426.0, 9405.0, 9448.0, 9395.0, 9425.0, 9376.0, 9425.0, 9376.0, 9427.0, 9407.0, 9412.0, 9405.0, 9340.0, 9355.0, 9351.0, 9352.0, 9360.0, 9389.0, 9357.0, 9386.0, 9358.0, 9387.0, 9351.0, 9427.0, 9369.0, 9443.0, 9414.0, 9413.0, 9379.0, 9414.0, 9377.0, 9425.0, 9376.0, 9428.0, 9374.0, 9429.0, 9379.0, 9411.0, 9378.0, 9399.0, 9381.0, 9419.0, 9386.0, 9423.0, 9400.0, 9422.0, 9407.0, 9404.0, 9412.0, 9426.0, 9420.0, 9403.0, 9472.0, 9420.0, 9459.0, 9434.0, 9464.0, 9431.0, 9466.0, 9457.0, 9465.0, 9452.0, 9403.0, 9402.0, 9382.0, 9396.0, 9394.0, 9435.0, 9397.0, 9450.0, 9397.0, 9430.0, 9365.0, 9414.0, 9379.0, 9435.0, 9407.0, 9358.0, 9376.0, 9358.0, 9399.0, 9361.0, 9416.0, 9378.0, 9435.0, 9365.0, 9427.0, 9359.0, 9381.0, 9354.0, 9376.0, 9353.0, 9395.0, 9373.0, 9408.0, 9361.0, 9359.0, 9362.0, 9363.0, 9383.0, 9406.0, 9456.0, 9430.0, 9439.0, 9373.0, 9432.0, 9382.0, 9430.0, 9393.0, 9429.0, 9392.0, 9396.0, 9362.0, 9408.0, 9360.0, 9399.0, 9365.0, 9413.0, 9362.0, 9398.0, 9366.0, 9413.0, 9367.0, 9431.0, 9386.0, 9432.0, 9414.0, 9391.0, 9382.0, 9372.0, 9378.0, 9389.0, 9391.0, 9371.0, 9372.0, 9387.0, 9402.0, 9386.0, 9436.0, 9371.0, 9433.0, 9387.0, 9422.0, 9385.0, 9450.0, 9416.0, 9446.0, 9406.0, 9427.0, 9358.0, 9408.0, 9356.0, 9422.0, 9364.0, 9426.0, 9379.0, 9385.0, 9377.0, 9361.0, 9386.0, 9387.0, 9401.0, 9384.0, 9401.0, 9387.0, 9410.0, 9391.0, 9472.0, 9436.0, 9389.0, 9395.0, 9393.0, 9456.0, 9433.0, 9486.0, 9418.0, 9480.0, 9437.0, 9486.0, 9468.0, 9459.0, 9409.0, 9456.0, 9403.0, 9434.0, 9407.0, 9443.0, 9419.0, 9395.0, 9401.0, 9351.0, 9353.0, 9335.0, 9375.0, 9355.0, 9395.0, 9339.0, 9380.0, 9351.0, 9353.0, 9358.0, 9407.0, 9386.0, 9434.0, 9378.0, 9387.0, 9351.0, 9364.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.00063598623853211</td></tr>
<tr><td colspan=3>aqi</td><td>0.019973579472477066</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.222671351021816</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2151067708266363</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001300418691159</td></tr>
<tr><td colspan=3>efc</td><td>0.465</td></tr>
<tr><td colspan=3>fber</td><td>5696.4854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1068355438841693</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.454128440366972</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4592861672406863</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.38477239768805</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6757046634789567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3173814405550526</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158264</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01733429543673992</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027044888585805893</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.661640716492138</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>34.4233</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6814</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.1559</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303259.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>765.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.4994</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0334</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.3034</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3429.8965</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.3603</td></tr>
<tr><td colspan=3>tsnr</td><td>40.55685899220407</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>