Changeset 310
- Timestamp:
- 04/24/06 16:27:12 (3 years ago)
- Location:
- trunk
- Files:
-
- 9 modified
-
data/c84.ini (modified) (1 diff)
-
data/fast.ini (modified) (1 diff)
-
data/honly.ini (modified) (1 diff)
-
data/ism.ini (modified) (1 diff)
-
data/pdr_leiden.ini (modified) (1 diff)
-
data/pdr_leiden_hack.ini (modified) (1 diff)
-
source/date.h (modified) (1 diff)
-
source/prt_alltau.c (modified) (2 diffs)
-
tsuite/auto/orion_hii_open.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/c84.ini
r13 r310 31 31 element Copper off 32 32 element Zinc off 33 print on 33 print on -
trunk/data/fast.ini
r13 r310 81 81 // 82 82 // turn print back on 83 print on 83 print on -
trunk/data/honly.ini
r13 r310 30 30 element nickel off 31 31 no level2 32 print on 32 print on -
trunk/data/ism.ini
r13 r310 45 45 // 46 46 // turn print back on 47 print on 47 print on -
trunk/data/pdr_leiden.ini
r13 r310 86 86 // stop at a visual extinction of 10 magnitudes 87 87 stop AV point 10 linear 88 print on 88 print on -
trunk/data/pdr_leiden_hack.ini
r62 r310 103 103 // stop at a visual extinction of 10 magnitudes 104 104 stop AV point 10 linear 105 print on 105 print on -
trunk/source/date.h
r305 r310 9 9 #define YEAR 106 10 10 #define MONTH 3 11 #define DAY 2 211 #define DAY 24 -
trunk/source/prt_alltau.c
r138 r310 209 209 { 210 210 fprintf( ioQQQ, "\n Old He Is optical depths:" ); 211 for( i= 1; i <= 8; i++ )212 { 213 fprintf( ioQQQ, "% 4ld", i);214 fprintf( ioQQQ,PrintEfmt("%9.2e", opac.TauAbsGeo[1][iso.ipIsoLevNIonCon[ipHE_LIKE][ipHELIUM][i -1]-1]/fcon) );211 for( i=0; i < 5; i++ ) 212 { 213 fprintf( ioQQQ, "%5ld", i+1 ); 214 fprintf( ioQQQ,PrintEfmt("%9.2e", opac.TauAbsGeo[1][iso.ipIsoLevNIonCon[ipHE_LIKE][ipHELIUM][i]-1]/fcon) ); 215 215 } 216 216 fprintf( ioQQQ, "\n" ); 217 217 218 218 fprintf( ioQQQ, " New He Is optical depths:" ); 219 for( i= 1; i <= 8; i++ )220 { 221 fprintf( ioQQQ, "% 4ld", i);222 fprintf( ioQQQ,PrintEfmt("%9.2e", opac.TauAbsGeo[0][iso.ipIsoLevNIonCon[ipHE_LIKE][ipHELIUM][i -1]-1]/fcon ));219 for( i=0; i < 5; i++ ) 220 { 221 fprintf( ioQQQ, "%5ld", i+1 ); 222 fprintf( ioQQQ,PrintEfmt("%9.2e", opac.TauAbsGeo[0][iso.ipIsoLevNIonCon[ipHE_LIKE][ipHELIUM][i]-1]/fcon )); 223 223 } 224 224 fprintf( ioQQQ, "\n" ); … … 228 228 229 229 fprintf( ioQQQ, " Old He Is Lines:" ); 230 fprintf( ioQQQ, " %2d-%1d",2, 1);230 fprintf( ioQQQ, " %4d",584 ); 231 231 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe2p1P][ipHe1s1S].TauTot/flin )); 232 fprintf( ioQQQ, "%2d-%1d",3, 2 ); 233 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3s1S][ipHe2p1P].TauTot/flin )); 232 fprintf( ioQQQ, " %4d",3889 ); 233 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3p3P][ipHe2s3S].TauTot/flin )); 234 fprintf( ioQQQ, " %4d",5016 ); 235 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3p1P][ipHe2s1S].TauTot/flin )); 236 fprintf( ioQQQ, " %4d",5876 ); 237 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3d3D][ipHe2p3P2].TauTot/flin )); 234 238 fprintf( ioQQQ, "\n" ); 235 239 236 240 fprintf( ioQQQ, " New He Is Lines:" ); 237 fprintf( ioQQQ, " %2d-%1d",2, 1);241 fprintf( ioQQQ, " %4d",584 ); 238 242 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe2p1P][ipHe1s1S].TauIn/flin )); 239 fprintf( ioQQQ, "%2d-%1d",3, 2 ); 240 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3s1S][ipHe2p1P].TauIn/flin )); 243 fprintf( ioQQQ, " %4d",3889 ); 244 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3p3P][ipHe2s3S].TauIn/flin )); 245 fprintf( ioQQQ, " %4d",5016 ); 246 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3p1P][ipHe2s1S].TauIn/flin )); 247 fprintf( ioQQQ, " %4d",5876 ); 248 fprintf( ioQQQ,PrintEfmt("%9.2e", EmisLines[ipHE_LIKE][ipHELIUM][ipHe3d3D][ipHe2p3P2].TauIn/flin )); 241 249 fprintf( ioQQQ, "\n" ); 242 250 -
trunk/tsuite/auto/orion_hii_open.in
r266 r310 27 27 c print lines as surface brightness 28 28 print lines surface brightness arcsec 29 print line optical depths 29 30 print diffuse continuum 30 31 c want to print line intensities are surface brightness, per arcsec^2
