00001
00002
00004 void PrtZone(void);
00005
00007 void PrtContinuum(void);
00008
00010 void PrtComment(void);
00011
00013 void PrtFinal(void);
00014
00019 void prt_wl(
00020 FILE *io ,
00021 float wavelength );
00022
00027 void sprt_wl(
00028 char *chString ,
00029 float wl );
00030
00033 void PrtHeader(void);
00034
00038 void prt_LineLabels(
00039 FILE * io);
00040
00042 void prtmet(void);
00043
00048 void prme(
00049 const char *chDoIt,
00050 EmLine * t);
00051
00058 void PrtMeanIon( char chType ,
00059 bool lgDensity,
00060 FILE *);
00061
00065 double PrtLineSum(
00066 const char *chDo);
00067
00069 void PrtLinePres(void);
00070
00075 void PrtColumns(
00076 FILE *ioMEAN );
00077
00080 void PrtAllTau(void);
00081
00082 EXTERN struct t_prt {
00083
00086 bool lgSortLines;
00087
00090 bool lgSortLineWavelength , lgSortLineIntensity;
00091
00094 float wlSort1 , wlSort2;
00095
00101 bool lgPrintColumns;
00102
00105 bool lgPrtLineEmergent;
00106
00109 bool lgPrintTime;
00110
00112 bool lgPrnAges;
00113
00116 bool lgPrtMaser;
00117
00119 bool lgPrtTau;
00120
00123 bool lgPrintFluxEarth;
00124
00127 bool lgSurfaceBrightness , lgSurfaceBrightness_SR;
00128
00130 float PrtTauFnt;
00131
00136 bool lgPrnPump,
00137 lgPrnHeat,
00138 lgPrnColl,
00139 lgPrnInwd,
00140 lgPrnDiff;
00141
00143 bool lgPrtCont;
00144
00145
00146
00147 bool lgPrtContIndices;
00148
00149
00150
00151 float lgPrtContIndices_lo_E ,
00152 lgPrtContIndices_hi_E;
00153
00155 bool lgSourceReflected;
00156 bool lgSourceTransmitted;
00157 bool lgDiffuseInward;
00158 bool lgDiffuseOutward;
00159
00161 bool lgPrtBN;
00162
00164 bool lgPrtLastIt;
00165
00167 bool lgPrtShort;
00168
00170 bool lgOnlyZone;
00172 bool lgOnlyHead;
00173
00175 bool lgPrtStart;
00176
00178 long int nstart;
00179
00181 bool lgPrintHeating;
00182
00184 bool lgPrtArry[LIMELM];
00185
00190 float TooFaint;
00191 bool lgFaintOn;
00192
00195 bool lgFntSet;
00196
00199 bool lgPrtLineArray;
00200
00203 bool lgPrtLineLog;
00204
00206 float qx,
00207 powion,
00208 xpow,
00209 pbal,
00210 q,
00211 qgam,
00212 pradio,
00213 fx1ryd;
00214 long int ipeak;
00215 float GammaLumin;
00216
00217 long int nzdump;
00218
00219 } prt;
00220
00221