Index: /branches/eam_branches/relphot.20210521/test/relphot.samples.cmd
===================================================================
--- /branches/eam_branches/relphot.20210521/test/relphot.samples.cmd	(revision 41626)
+++ /branches/eam_branches/relphot.20210521/test/relphot.samples.cmd	(revision 41626)
@@ -0,0 +1,6 @@
+relphot -tgroup-fit-airmass -tgroups tgroups.dat -images g -v -region 9 11 19 21 -D CATDIR t0.catdir.v2 -D STAR_TOOFEW 1 -statmode WT_MEAN -cloud-limit 0.5 -update -nloop 12
+-images g -v -region 9 11 19 21 -D CATDIR t1.catdir.v4 -D STAR_TOOFEW 1 -statmode MEAN -cloud-limit 0.5 -update -nloop 12
+
+relphot -tgroup-fit-airmass -tgroups tgroups.dat -mosaic -imfreeze -images g -v -region 9 11 19 21 -D CATDIR t0.catdir.v2 -D STAR_TOOFEW 1 -statmode WT_MEAN -cloud-limit 0.5 -update -nloop 12
+relphot -tgroup-fit-airmass -tgroups tgroups.dat -mosaic -images g -v -region 9 11 19 21 -D CATDIR t2.catdir.v0 -D STAR_TOOFEW 1 -statmode MEAN -cloud-limit 0.5 -update -nloop 12
+relphot -ref-weight -mosaic -images g -v -region 9 11 19 21 -D CATDIR t2.catdir.v0 -D STAR_TOOFEW 1 -statmode MEAN -cloud-limit 0.5 -nloop 12
Index: /branches/eam_branches/relphot.20210521/test/sample.gdb
===================================================================
--- /branches/eam_branches/relphot.20210521/test/sample.gdb	(revision 41626)
+++ /branches/eam_branches/relphot.20210521/test/sample.gdb	(revision 41626)
@@ -0,0 +1,9 @@
+
+set $i = 0
+
+while ($i < Nmosaic)
+# printf "%f %f %f\n", dataset->alldata->xVector[$i], dataset->alldata->yVector[$i], dataset->alldata->dyVector[$i]
+# printf "%f %f\n", results->psfData[Nsec].flxlist[$i], results->psfData[Nsec].errlist[$i]
+ printf "%d : %f %f\n", $i, mlist[$i], slist[$i]
+ set $i = $i + 1
+end
