~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to api/index.php

  • Committer: jeff Stys
  • Date: 2013-02-07 16:51:57 UTC
  • mfrom: (786.1.7 jeff-dev)
  • Revision ID: jstys@sesda3.com-20130207165157-08dp5apnp0qiprre
Yohkoh SXT support

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
                <td>STEREO_B</td>
274
274
                <td>STEREO_B (Solar Terrestrial Relations Observatory Behind)</td>
275
275
            </tr>
 
276
            <tr>
 
277
                <td>Yohkoh</td>
 
278
                <td>Yohkoh (SOLAR-A)</td>
 
279
            </tr>
276
280
        </table>
277
281
 
278
282
        <br />
309
313
                <td>SECCHI</td>
310
314
                <td>SECCHI (Sun Earth Connection Coronal and Heliospheric Investigation)</td>
311
315
            </tr>
 
316
            <tr>
 
317
                <td>SXT</td>
 
318
                <td>SXT (Soft X-ray Telescope)<td>
 
319
            </tr>
312
320
        </table>
313
321
 
314
322
        <br />
357
365
                <td>MDI</td>
358
366
                <td>MDI (The Michelson Doppler Imager)</td>
359
367
            </tr>
 
368
            <tr>
 
369
                <td>SXT</td>
 
370
                <td>SXT (Soft X-ray Telescope)</td>
 
371
            </tr>
360
372
        </table>
361
373
 
362
374
        <br />
429
441
                <td>magnetogram</td>
430
442
                <td>Magnetogram</td>
431
443
            </tr>
 
444
            <tr>
 
445
                <td>AlMgMn</td>
 
446
                <td>Al/Mg/Mn filter (2.4 Å - 32 Å pass band)</td>
 
447
            </tr>
 
448
            <tr>
 
449
                <td>thin-Al</td>
 
450
                <td>11.6 μm Al filter (2.4 Å - 13 Å pass band)</td>
 
451
            </tr>
432
452
        </table>
433
453
 
434
454
        <br />
555
575
        <p>In this case the desired image scale is 2^4 x (natural scale) = 16 x 0.6 = 9.6. Now to determine the ROI coordinates,
556
576
           we must first determine how large the image will be at the specified scale. AIA is normally 4096x4096, so at 1/16 its
557
577
           natural resolution it will be 256x256 pixels. Since the origin is in the middle of the Sun (which here is in the middle
558
 
           of the Sun), there top-left corner is 128 pixels up and to the left (-128, -128), and the bottom-right corner is 128 pixels down and
 
578
           of the Sun), the top-left corner is 128 pixels up and to the left (-128, -128), and the bottom-right corner is 128 pixels down and
559
579
           to the right (128, 128). Since the ROI must be specified in arcseconds, and not in pixels, we multiply by the desired imageScale:
560
580
           128 x 9.6 = 1228.8.
561
581
           <br /><br />
695
715
                        <td>1024 x 1024</td>
696
716
                        <td>1.985707</td>
697
717
                    </tr>
 
718
                    <tr>
 
719
                        <td>Yohkoh SXT (Full)</td>
 
720
                        <td>1024 x 1024</td>
 
721
                        <td>2.46</td>
 
722
                    </tr>
 
723
                    <tr>
 
724
                        <td>Yohkoh SXT (Half)</td>
 
725
                        <td>512 x 512</td>
 
726
                        <td>4.92</td>
 
727
                    </tr>
 
728
                    <tr>
 
729
                        <td>Yohkoh SXT (Qrtr)</td>
 
730
                        <td>256 x 256</td>
 
731
                        <td>9.84</td>
 
732
                    </tr>
698
733
                </tbody>
699
734
            </table>
700
735