Changes between Initial Version and Version 1 of HetDescription/jrf/tu_programming


Ignore:
Timestamp:
Dec 8, 2016 10:47:23 PM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetDescription/jrf/tu_programming

    v1 v1  
     1== Programming in the Hetdex python environment ==
     2
     3
     4=== TCS files ===
     5
     6* ''' tcssubsystem.py '''
     7
     8* ''' TCSNamed.py '''
     9
     10* ''' TCSLog.py '''
     11
     12* ''' TCSEventData.py '''
     13
     14* ''' tcsdb.py '''
     15
     16=== hetlib files ===
     17
     18* ''' tcsutils.py '''
     19  1. start_clients()
     20  2. getposition()
     21  3. moveStructure()
     22  4. named_lookup()
     23
     24* ''' hetutils.py '''
     25  1. degrees_to_hours(deg)
     26  2. hours_to_degrees(hr)
     27  3. radians_to_hours(rad)
     28  4. hours_to_radians(hr)
     29  5. modulo(x, y)
     30  6. clipToCircle_deg(deg)
     31  7. clipToCircle_rad(rad)
     32  8. BestAzimuth(dec_deg)
     33  9. Tde(azimuth_deg)
     34  10. Ho(azimuth_deg)
     35  11. Pa(azimuth_deg)
     36  12. Att(azimuth_deg, dec_deg)
     37  13. Constants
     38    a. Latitude_deg
     39    b. Latitude_rad
     40    c. LongitudeWest_deg
     41    d. LongitudeWest_rad
     42    e. LongitudeEast_deg
     43    f. LongitudeEast_rad
     44    g. Altitude_deg
     45    h. Altitude_rad
     46    i. Height_meters
     47    j. Fs_meters
     48    k. Fs_millimeters
     49    l. BetaLimit_deg
     50    m. BetaLimit_rad
     51   
     52
     53* [wiki:HetDescription/jrf/tu_hettime hetTime.py]
     54
     55* ''' tcsconfig.py '''
     56
     57* ''' spectrograph.py '''
     58
     59* ''' Points.py '''