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
|
!
! Photometric systems table
!
! Copyright © 2013 - 2015, 2018-21 F.Hroch (hroch@physics.muni.cz)
!
! This file is part of Munipack.
!
! Munipack is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation, either version 3 of the License, or
! (at your option) any later version.
!
! Munipack is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Munipack. If not, see <http://www.gnu.org/licenses/>.
module phsysfits
use titsio
use iso_fortran_env
implicit none
integer, parameter, private :: dbl = REAL64
type type_phsys
character(len=FLEN_VALUE) :: name = '', filter_ref = ''
character(len=FLEN_VALUE), dimension(:), allocatable :: filter
real(dbl), dimension(:), allocatable :: lam_eff,lam_fwhm,nu_eff,nu_fwhm, &
fnu_ref,flam_ref
end type type_phsys
interface deallocate_phsyscal
module procedure deallocate_phsyscal_single,deallocate_phsyscal_multiple
end interface deallocate_phsyscal
contains
subroutine phsysread(filename,phsys,status)
character(len=*), intent(in) :: filename
type(type_phsys), dimension(:), allocatable, intent(out) :: phsys
integer, intent(out) :: status
integer, parameter :: frow = 1
real(dbl), parameter :: nullval = real(0.0,dbl)
integer :: nrows, ncols, hdutype, nhdu, i, n
integer, parameter :: maxcols = 7
integer, dimension(maxcols) :: col
character(len=FLEN_VALUE), dimension(maxcols) :: cols
character(len=FLEN_VALUE) :: photosys
logical :: anyf
type(fitsfiles) :: fits
cols(1) = FITS_COL_FILTER
cols(2) = FITS_COL_LAMEFF
cols(3) = FITS_COL_LAMFWHM
cols(4) = FITS_COL_NUEFF
cols(5) = FITS_COL_NUFWHM
cols(6) = FITS_COL_FLAMREF
cols(7) = FITS_COL_FNUREF
status = 0
! open, and get number of HDU
call fits_open_file(fits,filename,FITS_READONLY,status)
if( status /= 0 ) then
write(error_unit,*) 'Error: failed to read the file `',trim(filename),"'."
return
end if
call fits_get_num_hdus(fits,nhdu,status)
if( status /= 0 ) goto 666
! checkpoint
call fits_read_key(fits,'HDUNAME',photosys,status)
if( status == FITS_KEYWORD_NOT_FOUND .or. photosys /= FHDUNAME ) then
status = 0
write(error_unit,*) "Warning: Photometry system file `",trim(filename), &
"' has wrong identificator."
end if
if( status /= 0 ) goto 666
allocate(phsys(nhdu-1))
do n = 1, nhdu-1
call fits_movabs_hdu(fits,n+1,hdutype,status)
if( hdutype /= FITS_BINARY_TBL .or. status /= 0 ) goto 666
call fits_read_key(fits,'EXTNAME',phsys(n)%name,status)
call fits_read_key(fits,FITS_KEY_FILTREF,phsys(n)%filter_ref,status)
if( status == FITS_KEYWORD_NOT_FOUND .or. status /= 0 ) goto 666
call fits_get_num_cols(fits,ncols,status)
call fits_get_num_rows(fits,nrows,status)
! find columns by cols
do i = 1, size(cols)
call fits_get_colnum(fits,.true.,cols(i),col(i),status)
end do
if( status /= 0 ) goto 666
if( ncols /= size(cols) ) stop 'ncols /= size(cols)'
allocate(phsys(n)%filter(nrows),phsys(n)%lam_eff(nrows), &
phsys(n)%lam_fwhm(nrows),phsys(n)%nu_eff(nrows), &
phsys(n)%nu_fwhm(nrows),phsys(n)%flam_ref(nrows), &
phsys(n)%fnu_ref(nrows))
phsys(n)%filter = ''
call fits_read_col(fits,col(1),frow,'',phsys(n)%filter,anyf,status)
call fits_read_col(fits,col(2),frow,nullval,phsys(n)%lam_eff,anyf,status)
call fits_read_col(fits,col(3),frow,nullval,phsys(n)%lam_fwhm,anyf,status)
call fits_read_col(fits,col(4),frow,nullval,phsys(n)%nu_eff,anyf,status)
call fits_read_col(fits,col(5),frow,nullval,phsys(n)%nu_fwhm,anyf,status)
call fits_read_col(fits,col(6),frow,nullval,phsys(n)%fnu_ref,anyf,status)
call fits_read_col(fits,col(6),frow,nullval,phsys(n)%flam_ref,anyf,status)
if( status /= 0 ) goto 666
end do
call fits_close_file(fits,status)
return
666 continue
if( allocated(phsys) ) then
do i = 1, size(phsys)
if( allocated(phsys(i)%filter) ) deallocate(phsys(i)%filter)
if( allocated(phsys(i)%lam_eff) ) deallocate(phsys(i)%lam_eff)
if( allocated(phsys(i)%lam_fwhm) ) deallocate(phsys(i)%lam_fwhm)
if( allocated(phsys(i)%nu_eff) ) deallocate(phsys(i)%nu_eff)
if( allocated(phsys(i)%nu_fwhm) ) deallocate(phsys(i)%nu_fwhm)
if( allocated(phsys(i)%fnu_ref) ) deallocate(phsys(i)%fnu_ref)
if( allocated(phsys(i)%flam_ref) ) deallocate(phsys(i)%flam_ref)
end do
end if
call fits_close_file(fits,status)
call fits_report_error(error_unit,status)
end subroutine phsysread
subroutine listphsys(phsystable)
character(len=*), intent(in) :: phsystable
type(type_phsys), dimension(:), allocatable :: phsyscal
integer :: status,i,j
call phsysread(phsystable,phsyscal,status)
if( status /= 0 ) stop 'Failed to read photometry system table.'
write(*,*)
do i = 1,size(phsyscal)
write(*,'(2a)',advance="no") trim(phsyscal(i)%name),": "
do j = 1, size(phsyscal(i)%filter)
write(*,'(a)',advance="no") trim(phsyscal(i)%filter(j))
if( j == size(phsyscal(i)%filter) ) then
write(*,*)
else
write(*,'(a)',advance="no") ","
end if
end do
end do
call deallocate_phsyscal(phsyscal)
end subroutine listphsys
subroutine deallocate_phsyscal_multiple(phsyscal)
type(type_phsys), dimension(:), allocatable :: phsyscal
integer :: i
if( allocated(phsyscal) ) then
do i = 1,size(phsyscal)
call deallocate_phsyscal_single(phsyscal(i))
end do
deallocate(phsyscal)
end if
end subroutine deallocate_phsyscal_multiple
subroutine deallocate_phsyscal_single(phsyscal)
type(type_phsys) :: phsyscal
if( allocated(phsyscal%filter) ) then
deallocate(phsyscal%filter,phsyscal%lam_eff,phsyscal%lam_fwhm, &
phsyscal%nu_eff,phsyscal%nu_fwhm,phsyscal%fnu_ref,phsyscal%flam_ref)
end if
end subroutine deallocate_phsyscal_single
subroutine phselect(phsystable,phsystem,phsys)
character(len=*), intent(in) :: phsystable,phsystem
type(type_phsys), intent(out) :: phsys
type(type_phsys), dimension(:), allocatable :: phsyscal
integer :: i,n,status
logical :: found
if( phsystem == '' ) stop 'Photometry system undefined.'
call phsysread(phsystable,phsyscal,status)
if( status /= 0 ) stop 'Failed to read photometry system table.'
found = .false.
do i = 1,size(phsyscal)
if( phsyscal(i)%name == phsystem ) then
n = size(phsyscal(i)%filter)
phsys%name = phsyscal(i)%name
phsys%filter_ref = phsyscal(i)%filter_ref
allocate(phsys%filter(n),phsys%lam_eff(n),phsys%lam_fwhm(n),&
phsys%nu_eff(n),phsys%nu_fwhm(n),phsys%flam_ref(n),phsys%fnu_ref(n))
phsys%filter = phsyscal(i)%filter
phsys%lam_eff = phsyscal(i)%lam_eff
phsys%lam_fwhm = phsyscal(i)%lam_fwhm
phsys%nu_eff = phsyscal(i)%nu_eff
phsys%nu_fwhm = phsyscal(i)%nu_fwhm
phsys%flam_ref = phsyscal(i)%flam_ref
phsys%fnu_ref = phsyscal(i)%fnu_ref
found = .true.
end if
end do
call deallocate_phsyscal(phsyscal)
if( .not. found ) stop 'Specified photometry system not found.'
end subroutine phselect
subroutine selphsystem(phsyscal,phsystem,filter,leff,lfwhm,feff,ffwhm,flam_ref, &
fnu_ref,status)
type(type_phsys), dimension(:), intent(in) :: phsyscal
character(len=*), intent(in) :: phsystem,filter
real(dbl), intent(out) :: leff,lfwhm,feff,ffwhm,flam_ref,fnu_ref
integer, intent(out) :: status
integer :: i,j
status = -1
do i = 1,size(phsyscal)
! write(*,*) trim(phsyscal(i)%name)
if( phsyscal(i)%name == phsystem ) then
do j = 1, size(phsyscal(i)%filter)
! write(*,*) trim(phsyscal(i)%filter(j)), trim(filter)
if( phsyscal(i)%filter(j) == filter ) then
status = 0
feff = phsyscal(i)%nu_eff(j)
ffwhm = phsyscal(i)%nu_fwhm(j)
leff = phsyscal(i)%lam_eff(j)
lfwhm = phsyscal(i)%lam_fwhm(j)
flam_ref = phsyscal(i)%flam_ref(j)
fnu_ref = phsyscal(i)%fnu_ref(j)
return
end if
end do
end if
end do
end subroutine selphsystem
subroutine phsysmagph(phsys,filter,pairs,mag,dmag,ph,dph)
use photoconv
type(type_phsys), intent(in) :: phsys
character(len=*), dimension(:), intent(in) :: filter
integer, dimension(:,:), intent(in) :: pairs
real(dbl), dimension(:,:), intent(in) :: mag,dmag
real(dbl), dimension(:,:), intent(out) :: ph,dph
real(dbl), parameter :: eps = epsilon(ph)
real(dbl), dimension(size(filter)) :: feff,ffwhm,leff,lfwhm,flamref,fnuref
integer :: n,i,j,k,status
! real(dbl), dimension(:,:), allocatable :: ph0,dph0,ph3,dph3,mag0,dmag0, &
! magx,dmagx,mag3,dmag3,flux,dflux
real(dbl), dimension(:,:), allocatable :: flux,dflux
real(dbl) :: w
if( size(mag,2) /= size(filter) ) stop 'Counts of filters and magnitudes different.'
j = 1
do n = 1, size(mag,2)
call selphsystem((/phsys/),phsys%name,filter(n), &
leff(n),lfwhm(n),feff(n),ffwhm(n),flamref(n),fnuref(n),status)
if( status /= 0 ) then
write(error_unit,*) 'Filter `',trim(filter(n)),"' not found in system `",&
trim(phsys%name),"'."
stop 'Filter not found.'
end if
end do
! allocate(ph0(size(ph,1),size(ph,2)),dph0(size(ph,1),size(ph,2)))
! write(*,*) leff(2),lfwhm(2),flamref(2)
! do j = 1,size(mag,2)
! call mag2ph0(leff(j),lfwhm(j),flamref(j),mag(:,j),dmag(:,j),ph(:,j),dph(:,j))
! end do
! write(*,'(5e10.3)') ph(1,:)
! call mag2ph(leff(j),lfwhm(j),flamref(j),mag(:,j),dmag(:,j),ph(:,j),dph(:,j))
! do n = 1,size(mag,1)
! call mag2ph3(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
! end do
! do j = 1,size(mag,1)
! write(*,*) j,mag(j,3),dmag(j,3),ph(j,3),dph(j,3)
! end do
! allocate(mag0(size(ph,1),size(ph,2)),dmag0(size(ph,1),size(ph,2)))
! call ph2mag0(leff(1),lfwhm(1),flamref(1),ph(:,1),dph(:,1),mag0(:,1),dmag0(:,1))
! do j = 1,size(mag,1)
! write(*,'(5g15.5)') real(mag(j,3)),real(ph(j,3)),real(ph0(j,3)),real(ph0(j,2)/ph0(j,3)),&
! real(ph0(j,3)/ph(j,3))
! end do
allocate(flux(size(ph,1),size(ph,2)),dflux(size(ph,1),size(ph,2)))
call phsysmagflux(phsys,filter,pairs,mag,dmag,flux,dflux)
k = pairs(1,1)
call mag2ph0(leff(k),lfwhm(k),flamref(k),mag(:,k),dmag(:,k),ph(:,k),dph(:,k))
do n = 2, size(pairs,1)
i = pairs(n,1)
j = pairs(n,2)
if( pairs(n,1) < k ) then
i = pairs(n,1)
j = pairs(n,2)
w = leff(i) / leff(j)
where( flux(:,i) > 0 .and. flux(:,j) > 0 .and. ph(:,j) > 0 )
ph(:,i) = ph(:,j)*(flux(:,i)/flux(:,j))*w
elsewhere
ph(:,i) = -1
end where
where( dflux(:,i) > 0 .and. ph(:,i) > 0 .and. flux(:,i) > 0)
dph(:,i) = dflux(:,i) * ph(:,i) / flux(:,i)
elsewhere
dph(:,i) = 0
end where
else if( pairs(n,2) > k ) then
i = pairs(n,1)
j = pairs(n,2)
w = leff(j) / leff(i)
where( flux(:,i) > 0 .and. flux(:,j) > 0 .and. ph(:,i) > 0 )
ph(:,j) = ph(:,i)*(flux(:,j)/flux(:,i))*w
elsewhere
ph(:,j) = -1
end where
where( dflux(:,j) > 0 .and. ph(:,j) > 0 .and. flux(:,j) > 0)
dph(:,j) = dflux(:,j) * ph(:,j) / flux(:,j)
elsewhere
dph(:,j) = 0
end where
end if
end do
deallocate(flux,dflux)
! allocate(ph0(size(ph,1),size(ph,2)),dph0(size(ph,1),size(ph,2)), &
! ph3(size(ph,1),size(ph,2)),dph3(size(ph,1),size(ph,2)), &
! mag3(size(ph,1),size(ph,2)),dmag3(size(ph,1),size(ph,2)),&
! mag0(size(ph,1),size(ph,2)),dmag0(size(ph,1),size(ph,2)),&
! magx(size(ph,1),size(ph,2)),dmagx(size(ph,1),size(ph,2)),&
! )
!!$ goto 666
!!$
!!$
!!$! do n = 1,size(mag,1)
!!$! call mag2ph(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
!!$! call mag2ph0(leff,flamref,mag(n,:),dmag(n,:),ph0(n,:),dph0(n,:))
!!$! write(*,*) real(mag(n,:)),real(ph(n,:))
!!$! end do
!!$
!!$ do n = 1,size(mag,1)
!!$! call mag2ph(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
!!$! call mag2ph3(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph3(n,:),dph3(n,:))
!!$! write(*,*) real(mag(n,:)),real(ph(n,:))
!!$ end do
!!$
!!$! do n = 1,size(mag,1)
!!$! call mag2ph(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
!!$! call mag2ph(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
!!$! write(*,*) real(mag(n,:)),real(ph(n,:))
!!$! end do
!!$
!!$! do n = 1,size(mag,1)
!!$! write(*,'(2f10.3,3g15.5)') mag(n,3),mag(n,2)-mag(n,3),ph0(n,3),ph(n,3),ph3(n,3)
!!$! end do
!!$
!!$ do j = 1,size(mag,2)
!!$! call mag2ph0(leff(j),flamref(j),mag(:,j),dmag(:,j),ph0(:,j),dph0(:,j))
!!$! call ph2mag0(leff(j),flamref(j),ph0(:,j),dph0(:,j),mag0(:,j),dmag0(:,j))
!!$ end do
!!$ do n = 1,size(mag,1)
!!$ call mag2ph3(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph3(n,:),dph3(n,:))
!!$! call ph2mag3(leff,lfwhm,flamref,ph3(n,:),dph3(n,:),mag3(n,:),dmag3(n,:))
!!$ end do
!!$
!!$ do j = 1,size(mag,2)-2
!!$! write(*,*) trim(filter(j))
!!$ do n = 1,size(mag,1)
!!$ write(*,'(2f10.3,3g15.5)') mag(n,j),mag(n,j)-mag(n,j+1),ph0(n,j),ph3(n,j)
!!$ end do
!!$ do n = 1,size(mag,1)
!!$ write(*,'(5f10.3)') mag(n,j),mag(n,j)-mag(n,j+1),mag0(n,j),mag3(n,j)
!!$ end do
!!$ end do
!!$ do j = size(mag,2)-1,size(mag,2)
!!$ write(*,*) trim(filter(j))
!!$! do n = 1,size(mag,1)
!!$! call mag2ph3(leff,lfwhm,flamref,mag(j,:),dmag(j,:),ph3(j,:),dph3(j,:))
!!$! call ph2mag3(leff,lfwhm,flamref,ph3(j,:),dph3(j,:),mag3(j,:),dmag3(j,:))
!!$! end do
!!$ do n = 1,size(mag,1)
!!$ write(*,'(2f10.3,3g15.5)') mag(n,j),mag(n,j-1)-mag(n,j),ph0(n,j),ph3(n,j)
!!$ end do
!!$ do n = 1,size(mag,1)
!!$ write(*,'(5f10.3)') mag(n,j),mag(n,j-1)-mag(n,j),mag0(n,j),mag3(n,j)
!!$ end do
!!$ end do
!!$
!!$ do n = 1,size(mag,1)
!!$! call ph2mag3(leff,lfwhm,flamref,ph(n,:),dph(n,:),magx(n,:),dmagx(n,:))
!!$! call ph2mag0(lfwhm(3),flamref(3),ph0(:,3),dph0(:,3),mag0(:,3),dmag0(:,3))
!!$! call ph2mag0(leff(3),lfwhm(3),flamref(3),ph(:,3),dph(:,3),mag0(:,3),dmag0(:,3))
!!$! call ph2mag3(leff,lfwhm,flamref,ph3(n,:),dph3(n,:),mag3(n,:),dmag3(n,:))
!!$ end do
!!$
!!$
!!$ do j = 1,size(mag,2)-2
!!$ write(*,*) trim(filter(j))
!!$ do n = 1,size(mag,1)
!!$ write(*,'(5f10.3)') mag(n,j),mag(n,j)-mag(n,j+1),mag0(n,j),mag3(n,j)
!!$ end do
!!$ end do
!!$ do j = size(mag,2)-1,size(mag,2)
!!$ write(*,*) trim(filter(j))
!!$ do n = 1,size(mag,1)
!!$ write(*,'(5f10.3)') mag(n,j),mag(n,j-1)-mag(n,j),mag0(n,j),mag3(n,j)
!!$ end do
!!$ end do
!!$
!!$! stop
!!$
!!$! do n = 1,size(mag,1)
!!$! call mag2ph(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
!!$! call mag2ph3(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
!!$! call mag2ph3(leff,lfwhm,flamref,mag(n,:),dmag(n,:),ph(n,:),dph(n,:))
!!$! write(*,*) real(mag(n,:)),real(ph(n,:))
!!$! end do
!!$
!!$ ph = ph0
!!$ dph = dph0
!!$
!!$
!!$ 666 continue
! when magnitude error is unavailable, we are use the most optimistics
! variant with non-photon noise neglecting
! where( dmag > 9 .or. dmag < epsilon(dmag) )
! dph = sqrt(ph)
! end where
! deallocate(ph0,dph0,ph3,dph3,mag0,dmag0,magx,dmagx,mag3,dmag3)
end subroutine phsysmagph
subroutine phsysphmag1(phsys,filter,ph,dph,mag,dmag)
use photoconv
type(type_phsys), intent(in) :: phsys
character(len=*), intent(in) :: filter
real(dbl), dimension(:), intent(in) :: ph,dph
real(dbl), dimension(:), intent(out) :: mag,dmag
real(dbl) :: feff,ffwhm,leff,lfwhm,flamref,fnuref
integer :: status
call selphsystem((/phsys/),phsys%name,filter, &
leff,lfwhm,feff,ffwhm,flamref,fnuref,status)
call ph2mag0(leff,lfwhm,flamref,ph,dph,mag,dmag)
end subroutine phsysphmag1
subroutine phsysmagph1(phsys,filter,mag,dmag,ph,dph)
use photoconv
type(type_phsys), intent(in) :: phsys
character(len=*), intent(in) :: filter
real(dbl), dimension(:), intent(in) :: mag,dmag
real(dbl), dimension(:), intent(out) :: ph,dph
real(dbl) :: feff,ffwhm,leff,lfwhm,flamref,fnuref
integer :: status
call selphsystem((/phsys/),phsys%name,filter, &
leff,lfwhm,feff,ffwhm,flamref,fnuref,status)
call mag2ph0(leff,lfwhm,flamref,mag,dmag,ph,dph)
end subroutine phsysmagph1
subroutine phsysphmag(phsys,filters,pairs,ph,dph,mag,dmag)
use photoconv
type(type_phsys), intent(in) :: phsys
character(len=*), dimension(:), intent(in) :: filters
integer, dimension(:,:), intent(in) :: pairs
real(dbl), dimension(:,:), intent(in) :: ph,dph
real(dbl), dimension(:,:), intent(out) :: mag,dmag
real(dbl), dimension(:,:), allocatable :: flux,dflux
integer, dimension(size(filters)) :: idx
integer :: n,i,j,k
real(dbl) :: w,f
idx = 0
do i = 1, size(filters)
do j = 1, size(phsys%filter)
if( phsys%filter(j) == filters(i) ) then
n = n + 1
idx(i) = j
end if
end do
end do
if( any(idx == 0 ) ) stop 'Any filter not found (in phsysphmag).'
allocate(flux(size(ph,1),size(ph,2)),dflux(size(ph,1),size(ph,2)))
k = pairs(1,1)
n = idx(k)
call ph2flux0(phsys%lam_eff(n),ph(:,k),dph(:,k),flux(:,k),dflux(:,k))
call flux2mag0(phsys%lam_fwhm(n),phsys%flam_ref(n),flux(:,k),dflux(:,k), &
mag(:,k),dmag(:,k))
do n = 2, size(pairs,1)
if( pairs(n,1) < k ) then
i = pairs(n,1)
j = pairs(n,2)
w = phsys%lam_eff(idx(j)) / phsys%lam_eff(idx(i))
f = (phsys%lam_fwhm(idx(i))*phsys%flam_ref(idx(i)))/ &
(phsys%lam_fwhm(idx(j))*phsys%flam_ref(idx(j)))
where( ph(:,i) > 0 .and. ph(:,j) > 0 .and. flux(:,j) > 0 )
flux(:,i) = flux(:,j)*(ph(:,i)/ph(:,j))*w/f
mag(:,i) = mag(:,j) - 2.5*log10(flux(:,i) / flux(:,j))
elsewhere
flux(:,i) = -1
mag(:,i) = 99.99999
end where
where( dph(:,i) > 0 .and. ph(:,i) > 0 .and. flux(:,i) > 0)
dflux(:,i) = flux(:,i) * dph(:,i) / ph(:,i)
dmag(:,i) = 1.086 * dflux(:,i) / flux(:,i)
elsewhere
dflux(:,i) = 0
dmag(:,i) = 9.99999
end where
else if( pairs(n,2) > k ) then
i = pairs(n,1)
j = pairs(n,2)
w = phsys%lam_eff(idx(i)) / phsys%lam_eff(idx(j))
f = (phsys%lam_fwhm(idx(j))*phsys%flam_ref(idx(j)))/ &
(phsys%lam_fwhm(idx(i))*phsys%flam_ref(idx(i)))
where( ph(:,i) > 0 .and. ph(:,j) > 0 .and. flux(:,i) > 0 )
flux(:,j) = flux(:,i)*(ph(:,j)/ph(:,i))*w / f
mag(:,j) = mag(:,i) - 2.5*log10(flux(:,j) / flux(:,i))
elsewhere
flux(:,j) = -1
mag(:,j) = 99.99999
end where
where( dph(:,j) > 0 .and. flux(:,j) > 0 .and. ph(:,j) > 0)
dflux(:,j) = dph(:,j) * flux(:,j) / ph(:,j)
dmag(:,j) = 1.086 * dflux(:,j) / flux(:,j)
elsewhere
dflux(:,j) = 0
dmag(:,j) = 9.99999
end where
end if
end do
deallocate(flux,dflux)
end subroutine phsysphmag
subroutine phsysmagflux(phsys,filter,pairs,mag,dmag,flux,dflux)
use photoconv
type(type_phsys), intent(in) :: phsys
character(len=*), dimension(:), intent(in) :: filter
integer, dimension(:,:), intent(in) :: pairs
real(dbl), dimension(:,:), intent(in) :: mag,dmag
real(dbl), dimension(:,:), intent(out) :: flux,dflux
real(dbl), dimension(size(filter)) :: feff,ffwhm,leff,lfwhm,flamref,fnuref
integer :: n,i,j,k,status
real(dbl) :: w
if( size(mag,2) /= size(filter) ) stop 'Counts of filters and magnitudes different.'
j = 1
do n = 1, size(mag,2)
call selphsystem((/phsys/),phsys%name,filter(n), &
leff(n),lfwhm(n),feff(n),ffwhm(n),flamref(n),fnuref(n),status)
if( status /= 0 ) then
write(error_unit,*) 'Filter `',trim(filter(n)),"' not found in system `",&
trim(phsys%name),"'."
stop 'Filter not found.'
end if
end do
do n = 1,size(mag,1)
call mag2flux0(lfwhm,flamref,mag(n,:),dmag(n,:),flux(n,:),dflux(n,:))
end do
k = pairs(1,1)
do n = 2,size(pairs,1)
i = pairs(n,1)
j = pairs(n,2)
if( pairs(n,1) < k ) then
w = (lfwhm(i)*flamref(i)) / (lfwhm(j)*flamref(j))
where( mag(:,i) < 99 .and. mag(:,j) < 99 )
flux(:,i) = w*flux(:,j)*10.0_dbl**(-0.4_dbl*(mag(:,i) - mag(:,j)))
elsewhere
flux(:,i) = -1
end where
where( dmag(:,i) < 9 )
dflux(:,i) = flux(:,i) * dmag(:,i) / 1.0857
elsewhere
dflux(:,i) = -1
end where
else if( pairs(n,2) > k ) then
w = (lfwhm(j)*flamref(j)) / (lfwhm(i)*flamref(i))
where( mag(:,i) < 99 .and. mag(:,j) < 99 )
flux(:,j) = w*flux(:,i)*10.0_dbl**( 0.4_dbl*(mag(:,i) - mag(:,j)))
elsewhere
flux(:,j) = -1
end where
where( dmag(:,j) < 9 )
dflux(:,j) = flux(:,j) * dmag(:,i) / 1.0857
elsewhere
dflux(:,j) = -1
end where
end if
end do
end subroutine phsysmagflux
subroutine phsysconv(key,filter,phsyscal,area,exptime,arcscale,ph,dph,q,dq)
use photoconv
character(len=*), intent(in) :: key, filter
type(type_phsys), intent(in) :: phsyscal
real(dbl), intent(in) :: exptime,area,arcscale
real(dbl), dimension(:), intent(in) :: ph,dph
real(dbl), dimension(:), intent(out) :: q,dq
real(dbl), dimension(:), allocatable :: r,dr
real(dbl) :: feff,ffwhm,leff,lfwhm,fnuref,flamref
integer :: i
logical :: defined
defined = .false.
do i = 1,size(phsyscal%filter)
if( filter == phsyscal%filter(i) ) then
feff = phsyscal%nu_eff(i)
ffwhm = phsyscal%nu_fwhm(i)
leff = phsyscal%lam_eff(i)
lfwhm = phsyscal%lam_fwhm(i)
fnuref = phsyscal%fnu_ref(i)
flamref = phsyscal%flam_ref(i)
defined = .true.
end if
end do
if( .not. defined ) then
write(error_unit,*) "Filter `",trim(filter),"' not defined."
stop 'Undefined filter of photometry system.'
end if
allocate(r(size(q)),dr(size(dq)))
call phrate(area,exptime,arcscale,ph,dph,r,dr)
if( key == 'FNU' ) then
call ph2fnu(feff,ffwhm,r,dr,q,dq)
else if( key == 'FLAM' ) then
call ph2flam0(leff,lfwhm,r,dr,q,dq)
else if( key == 'PHOTNU' ) then
call ph2photnu(ffwhm,r,dr,q,dq)
else if( key == 'PHOTLAM' ) then
call ph2photlam(lfwhm,r,dr,q,dq)
else if( key == 'ABMAG' ) then
call ph2abmag(feff,ffwhm,r,dr,q,dq)
else if( key == 'STMAG' ) then
call ph2stmag(leff,lfwhm,r,dr,q,dq)
else if( key == 'MAG' ) then
call ph2mag0(leff,lfwhm,flamref,r,dr,q,dq)
else if( key == 'FLUX' ) then
call ph2flux(feff,r,dr,q,dq)
else if( key == 'PHRATE' ) then
q = r
dq = dr
else if( key(1:6) == 'PHOTON' ) then
q = ph
dq = dph
else
stop 'An unknown quantity for calibrated data requested.'
end if
deallocate(r,dr)
end subroutine phsysconv
subroutine phstkeys(phsyscal,filter,photflam,photzpt,photplam,photbw)
use photoconv
character(len=*), intent(in) :: filter
type(type_phsys), intent(in) :: phsyscal
real(dbl), intent(out) :: photflam,photzpt,photplam,photbw
integer :: i
do i = 1,size(phsyscal%filter)
if( filter == phsyscal%filter(i) ) then
call hstparam(phsyscal%lam_eff(i),phsyscal%lam_fwhm(i), &
photflam,photzpt,photplam,photbw)
end if
end do
end subroutine phstkeys
subroutine phsyspairs(phsys,filters,pairs)
! arrange filters for photometry transformation
type(type_phsys), intent(in) :: phsys
character(len=*), dimension(:), intent(in) :: filters
integer, dimension(:,:), allocatable :: pairs
integer :: i,j,l,m,n,npairs
if( size(filters) == 1 ) then
allocate(pairs(1,2))
pairs = 1
return
end if
n = 0
do j = 1,size(filters)
if( filters(j) == phsys%filter_ref ) n = j
end do
if( n == 0 ) stop 'Reference filter not included in filter set.'
m = 0
do j = 1, size(phsys%filter)
if( phsys%filter(j) == phsys%filter_ref ) m = j
end do
if( m == 0 ) stop 'Reference filter not found in standard set.'
allocate(pairs(size(filters),2))
npairs = 1
pairs(1,:) = n
! we are supposes that the filters are sorted by wavelength order
n = pairs(1,1)
do j = m-1,1,-1
l = 0
do i = 1,size(filters)
if( phsys%filter(j) == filters(i) ) l = i
end do
if( l /= 0 ) then
npairs = npairs + 1
pairs(npairs,:) = (/l,n/)
n = l
end if
end do
n = pairs(1,1)
do j = m+1, size(phsys%filter)
l = 0
do i = 1,size(filters)
if( phsys%filter(j) == filters(i) ) l = i
end do
if( l /= 0 ) then
npairs = npairs + 1
pairs(npairs,:) = (/n,l/)
n = l
end if
end do
end subroutine phsyspairs
end module phsysfits
|