IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2020, 12:27:41 PM (6 years ago)
Author:
eugene
Message:

working on adapting IRLS fitting with Priors for zero points

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/test/relphot.tgroups.dvo

    r41390 r41453  
    5252  # generate the basic images and check they were correctly ingested by dvo
    5353  for i 0 mjd_uc[]
    54     sprintf filerootout "%s.%02d" $fileroot $i
     54    sprintf filerootout "%s.uc.%02d" $fileroot $i
    5555    mkexposure $catdir mjd_uc[$i] zpt_uc[$i] exptime_uc[$i] secz_uc[$i] $FILTER $filerootout $RA_CENTER $DEC_CENTER
    5656    ckexposure $catdir mjd_uc[$i] zpt_uc[$i] exptime_uc[$i] secz_uc[$i] $FILTER raw
    5757  end
    5858
     59  for i 0 mjd_nc[]
     60    sprintf filerootout "%s.nc.%02d" $fileroot $i
     61    mkexposure $catdir mjd_nc[$i] zpt_nc[$i] exptime_nc[$i] secz_nc[$i] $FILTER $filerootout $RA_CENTER $DEC_CENTER
     62    ckexposure $catdir mjd_nc[$i] zpt_nc[$i] exptime_nc[$i] secz_nc[$i] $FILTER raw
     63  end
     64
    5965  break
    60  
     66
    6167  # run relphot on the db and check that the images now match the expected values
    6268  tapEXEC relphot -tgroup-fit-airmass -tgroups tgroups.dat -images g -v -region $RA_MIN $RA_MAX $DEC_MIN $DEC_MAX -D CATDIR $catdir -D STAR_TOOFEW 1 -statmode WT_MEAN -cloud-limit 0.5 -update -nloop 12
Note: See TracChangeset for help on using the changeset viewer.